{"version":3,"file":"loading.js","sources":["../../../Framework/Controls/loading.ts"],"sourcesContent":["// \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\nimport LoadingIndicator from \"./loadingIndicator\";\r\nimport { defineComponent, PropType } from \"vue\";\r\n\r\nexport default defineComponent({\r\n name: \"Loading\",\r\n components: {\r\n LoadingIndicator\r\n },\r\n props: {\r\n isLoading: {\r\n type: Boolean as PropType,\r\n required: true\r\n },\r\n\r\n /** Whether or not to show a smaller version of the loading spinner */\r\n isSmall: {\r\n type: Boolean,\r\n default: false\r\n }\r\n },\r\n template: `\r\n\r\n \r\n \r\n
`\r\n});\r\n"],"names":["defineComponent","name","components","LoadingIndicator","props","isLoading","type","Boolean","required","isSmall","default","template"],"mappings":";;;;;;;;;;;AAmBA,6CAAeA,eAAe,CAAC;YAC3BC,EAAAA,IAAI,EAAE,SAAS;YACfC,EAAAA,UAAU,EAAE;YACRC,IAAAA,gBAAAA;eACH;YACDC,EAAAA,KAAK,EAAE;YACHC,IAAAA,SAAS,EAAE;YACPC,MAAAA,IAAI,EAAEC,OAA4B;YAClCC,MAAAA,QAAQ,EAAE,IAAA;iBACb;YAGDC,IAAAA,OAAO,EAAE;YACLH,MAAAA,IAAI,EAAEC,OAAO;YACbG,MAAAA,OAAO,EAAE,KAAA;YACb,KAAA;eACH;cACDC,QAAQ,EAAA,yGAAA;YAKZ,CAAC,EAAC;;;;;;;;"}