{"version":3,"file":"ClassicLoading-Crlw7cAx.mjs","names":[],"sources":["../src/components/form/ClassicLoading.vue","../src/components/form/ClassicLoading.vue"],"sourcesContent":["<template>\n  <div\n    v-if=\"loadingText\"\n    class=\"d-flex align-items-center justify-content-center\"\n  >\n    <ClassicSpinner :small=\"small\" :color=\"spinnerColor\" class=\"me-3\" />\n    <div :class=\"small ? 'text-secondary' : 'h3'\">\n      {{ loadingText }}\n    </div>\n  </div>\n  <div v-else-if=\"errorText\" class=\"text-center text-danger\">\n    <h3>{{ errorText }}</h3>\n  </div>\n</template>\n\n<script setup lang=\"ts\">\nimport ClassicSpinner from \"../misc/ClassicSpinner.vue\";\n\n//Props \ndefineProps({\n  loadingText: { default: undefined, type: String },\n  errorText: { default: undefined, type: String },\n  /** Reduce size of the loading animation and text */\n  small: { default: false, type: Boolean },\n  /** Color of the spinner */\n  spinnerColor: { default: undefined, type: String }\n})\n</script>\n","<template>\n  <div\n    v-if=\"loadingText\"\n    class=\"d-flex align-items-center justify-content-center\"\n  >\n    <ClassicSpinner :small=\"small\" :color=\"spinnerColor\" class=\"me-3\" />\n    <div :class=\"small ? 'text-secondary' : 'h3'\">\n      {{ loadingText }}\n    </div>\n  </div>\n  <div v-else-if=\"errorText\" class=\"text-center text-danger\">\n    <h3>{{ errorText }}</h3>\n  </div>\n</template>\n\n<script setup lang=\"ts\">\nimport ClassicSpinner from \"../misc/ClassicSpinner.vue\";\n\n//Props \ndefineProps({\n  loadingText: { default: undefined, type: String },\n  errorText: { default: undefined, type: String },\n  /** Reduce size of the loading animation and text */\n  small: { default: false, type: Boolean },\n  /** Color of the spinner */\n  spinnerColor: { default: undefined, type: String }\n})\n</script>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CCGI,OAAM;;;;CAOmB,OAAM;;;QARzB,OAAA,eAAA,UAAA,GADR,mBAQM,OARN,YAQM,CAJJ,YAAoE,OAAA,mBAAA;EAAnD,OAAO,OAAA;EAAQ,OAAO,OAAA;EAAc,OAAM;kCAC3D,mBAEM,OAAA,EAFA,OAAK,eAAE,OAAA,QAAK,mBAAA,IAAA,EAAA,GAAA,gBACb,OAAA,WAAW,GAAA,CAAA,CAAA,CAAA,KAGF,OAAA,aAAA,UAAA,GAAhB,mBAEM,OAFN,YAEM,CADJ,mBAAwB,MAAA,MAAA,gBAAjB,OAAA,SAAS,GAAA,CAAA,CAAA,CAAA,KAAA,mBAAA,QAAA,IAAA"}