{"version":3,"file":"Mobile.js","sources":["../../../Framework/Enums/Mobile/mobileNavigationActionType.ts"],"sourcesContent":["//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/**\r\n * The type of navigation action to perform on the mobile shell.\r\n * This is copied to Rock.Enums.Controls.MobileNavigationActionType.\r\n * Any changes there or here should be mirrored.\r\n */\r\nexport const MobileNavigationActionType = {\r\n /** No navigation action should be performed. */\r\n None: 0,\r\n\r\n /** The current page should be popped off the navigation stack. */\r\n PopPage: 1,\r\n\r\n /** The navigation stack should be cleared and replaced with a new page. */\r\n ResetToPage: 2,\r\n\r\n /** The current page should be replaced with a new page. */\r\n ReplacePage: 3,\r\n\r\n /** A new page should be pushed onto the navigation stack. */\r\n PushPage: 4,\r\n\r\n /** Dismiss the cover sheet if the current page is currently in one. */\r\n DismissCoverSheet: 5\r\n} as const;\r\n\r\n/**\r\n * The type of navigation action to perform on the mobile shell.\r\n * This is copied to Rock.Enums.Controls.MobileNavigationActionType.\r\n * Any changes there or here should be mirrored.\r\n */\r\nexport const MobileNavigationActionTypeDescription: Record = {\r\n 0: \"None\",\r\n\r\n 1: \"Pop Page\",\r\n\r\n 2: \"Reset To Page\",\r\n\r\n 3: \"Replace Page\",\r\n\r\n 4: \"Push Page\",\r\n\r\n 5: \"Dismiss Cover Sheet\"\r\n};\r\n\r\n/**\r\n * The type of navigation action to perform on the mobile shell.\r\n * This is copied to Rock.Enums.Controls.MobileNavigationActionType.\r\n * Any changes there or here should be mirrored.\r\n */\r\nexport type MobileNavigationActionType = typeof MobileNavigationActionType[keyof typeof MobileNavigationActionType];\r\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;;;;;;;;;;;;;;;"}