{"version":3,"file":"Mobile.js","sources":["../../../Framework/Enums/Mobile/mobileNavigationActionType.ts"],"sourcesContent":["//------------------------------------------------------------------------------\n// \n// This code was generated by the Rock.CodeGeneration project\n// Changes to this file will be lost when the code is regenerated.\n// \n//------------------------------------------------------------------------------\n// \n// Copyright by the Spark Development Network\n//\n// Licensed under the Rock Community License (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.rockrms.com/license\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n// \n//\n\n/**\n * The type of navigation action to perform on the mobile shell.\n * This is copied to Rock.Enums.Controls.MobileNavigationActionType.\n * Any changes there or here should be mirrored.\n */\nexport const MobileNavigationActionType = {\n /** No navigation action should be performed. */\n None: 0,\n\n /** The current page should be popped off the navigation stack. */\n PopPage: 1,\n\n /** The navigation stack should be cleared and replaced with a new page. */\n ResetToPage: 2,\n\n /** The current page should be replaced with a new page. */\n ReplacePage: 3,\n\n /** A new page should be pushed onto the navigation stack. */\n PushPage: 4,\n\n /** Dismiss the cover sheet if the current page is currently in one. */\n DismissCoverSheet: 5\n} as const;\n\n/**\n * The type of navigation action to perform on the mobile shell.\n * This is copied to Rock.Enums.Controls.MobileNavigationActionType.\n * Any changes there or here should be mirrored.\n */\nexport const MobileNavigationActionTypeDescription: Record = {\n 0: \"None\",\n\n 1: \"Pop Page\",\n\n 2: \"Reset To Page\",\n\n 3: \"Replace Page\",\n\n 4: \"Push Page\",\n\n 5: \"Dismiss Cover Sheet\"\n};\n\n/**\n * The type of navigation action to perform on the mobile shell.\n * This is copied to Rock.Enums.Controls.MobileNavigationActionType.\n * Any changes there or here should be mirrored.\n */\nexport type MobileNavigationActionType = typeof MobileNavigationActionType[keyof typeof MobileNavigationActionType];\n"],"names":["MobileNavigationActionType","None","PopPage","ResetToPage","ReplacePage","PushPage","DismissCoverSheet","MobileNavigationActionTypeDescription"],"mappings":";;;;;YA4BO,IAAMA,0BAA0B,GAAG;YAEtCC,EAAAA,IAAI,EAAE,CAAC;YAGPC,EAAAA,OAAO,EAAE,CAAC;YAGVC,EAAAA,WAAW,EAAE,CAAC;YAGdC,EAAAA,WAAW,EAAE,CAAC;YAGdC,EAAAA,QAAQ,EAAE,CAAC;YAGXC,EAAAA,iBAAiB,EAAE,CAAA;YACvB,CAAU,CAAA;YAOH,IAAMC,qCAA6D,GAAG;YACzE,EAAA,CAAC,EAAE,MAAM;YAET,EAAA,CAAC,EAAE,UAAU;YAEb,EAAA,CAAC,EAAE,eAAe;YAElB,EAAA,CAAC,EAAE,cAAc;YAEjB,EAAA,CAAC,EAAE,WAAW;YAEd,EAAA,CAAC,EAAE,qBAAA;YACP,CAAC;;;;;;;;;;;;;;;"}