@halo-dev/components 0.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/components/alert/index.d.ts +1 -0
  2. package/dist/components/alert/interface.d.ts +1 -0
  3. package/dist/components/button/index.d.ts +1 -0
  4. package/dist/components/button/interface.d.ts +2 -0
  5. package/dist/components/card/Card.vue.d.ts +17 -0
  6. package/dist/components/card/index.d.ts +1 -0
  7. package/dist/components/checkbox/index.d.ts +2 -0
  8. package/dist/components/dialog/index.d.ts +3 -0
  9. package/dist/components/dialog/interface.d.ts +13 -0
  10. package/dist/components/dialog/use-dialog.d.ts +9 -0
  11. package/dist/components/header/PageHeader.vue.d.ts +10 -0
  12. package/dist/components/header/index.d.ts +1 -0
  13. package/dist/components/input/index.d.ts +1 -0
  14. package/dist/components/input/interface.d.ts +1 -0
  15. package/dist/components/menu/RoutesMenu.d.ts +14 -0
  16. package/dist/components/menu/index.d.ts +4 -0
  17. package/dist/components/menu/interface.d.ts +12 -0
  18. package/dist/components/modal/index.d.ts +1 -0
  19. package/dist/components/radio/index.d.ts +2 -0
  20. package/dist/components/select/Option.vue.d.ts +10 -0
  21. package/dist/components/select/index.d.ts +2 -0
  22. package/dist/components/select/interface.d.ts +1 -0
  23. package/dist/components/space/index.d.ts +1 -0
  24. package/dist/components/space/interface.d.ts +4 -0
  25. package/dist/components/switch/index.d.ts +1 -0
  26. package/dist/components/tabs/index.d.ts +3 -0
  27. package/dist/components/tabs/interface.d.ts +2 -0
  28. package/dist/components/tag/index.d.ts +1 -0
  29. package/dist/components/tag/interface.d.ts +1 -0
  30. package/dist/components/textarea/Textarea.vue.d.ts +40 -0
  31. package/dist/components/textarea/index.d.ts +1 -0
  32. package/dist/components.d.ts +16 -0
  33. package/dist/halo-components.cjs.js +3 -0
  34. package/dist/halo-components.cjs.js.map +1 -0
  35. package/dist/halo-components.es.js +2121 -0
  36. package/dist/halo-components.es.js.map +1 -0
  37. package/dist/halo-components.iife.js +20 -0
  38. package/dist/halo-components.iife.js.map +1 -0
  39. package/dist/halo-components.umd.js +20 -0
  40. package/dist/halo-components.umd.js.map +1 -0
  41. package/dist/icons/icons.d.ts +42 -0
  42. package/dist/index.d.ts +2 -0
  43. package/dist/style.css +1 -0
  44. package/package.json +66 -0
@@ -0,0 +1,2121 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
+ var __spreadValues = (a, b) => {
7
+ for (var prop in b || (b = {}))
8
+ if (__hasOwnProp.call(b, prop))
9
+ __defNormalProp(a, prop, b[prop]);
10
+ if (__getOwnPropSymbols)
11
+ for (var prop of __getOwnPropSymbols(b)) {
12
+ if (__propIsEnum.call(b, prop))
13
+ __defNormalProp(a, prop, b[prop]);
14
+ }
15
+ return a;
16
+ };
17
+ import { openBlock, createElementBlock, createElementVNode, defineComponent, computed, normalizeClass, unref, renderSlot, createBlock, resolveDynamicComponent, toDisplayString, createVNode, createCommentVNode, createTextVNode, Fragment, renderList, provide, useSlots, ref, inject, withModifiers, Transition, withCtx, withDirectives, vShow, Teleport, withKeys, normalizeStyle } from "vue";
18
+ import { useRouter, useRoute } from "vue-router";
19
+ var tailwind = /* @__PURE__ */ (() => '*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}:root{--themeable-primary-50: 251, 254, 253;--themeable-primary-100: 220, 247, 238;--themeable-primary-200: 190, 240, 223;--themeable-primary-300: 160, 232, 208;--themeable-primary-400: 132, 223, 192;--themeable-primary-500: 103, 213, 176;--themeable-primary-600: 76, 203, 160;--themeable-primary-700: 56, 185, 141;--themeable-primary-800: 49, 154, 119;--themeable-primary-900: 42, 124, 96;--themeable-primary: 76, 203, 160;--themeable-secondary-50: 163, 182, 240;--themeable-secondary-100: 132, 158, 233;--themeable-secondary-200: 101, 133, 226;--themeable-secondary-300: 71, 109, 218;--themeable-secondary-400: 45, 86, 207;--themeable-secondary-500: 40, 74, 174;--themeable-secondary-600: 34, 62, 142;--themeable-secondary-700: 28, 49, 110;--themeable-secondary-800: 21, 36, 79;--themeable-secondary-900: 14, 23, 49;--themeable-secondary: 14, 23, 49}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.top-0{top:0px}.bottom-0{bottom:0px}.mt-3{margin-top:.75rem}.-mt-6{margin-top:-1.5rem}.ml-auto{margin-left:auto}.ml-1{margin-left:.25rem}.ml-4{margin-left:1rem}.ml-2{margin-left:.5rem}.mb-2{margin-bottom:.5rem}.mr-3{margin-right:.75rem}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-full{height:100%}.h-5{height:1.25rem}.h-3{height:.75rem}.h-8{height:2rem}.h-6{height:1.5rem}.h-16{height:4rem}.h-10{height:2.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-12{height:3rem}.h-32{height:8rem}.h-28{height:7rem}.h-40{height:10rem}.h-4{height:1rem}.w-full{width:100%}.w-4{width:1rem}.w-16{width:4rem}.w-6{width:1.5rem}.w-5{width:1.25rem}.w-1\\/2{width:50%}.w-1\\/3{width:33.333333%}.min-w-0{min-width:0px}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@-webkit-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-6{gap:1.5rem}.gap-4{gap:1rem}.gap-2{gap:.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.self-center{align-self:center}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.\\!bg-themeable-primary-600{--tw-bg-opacity: 1 !important;background-color:rgba(var(--themeable-primary-600),var(--tw-bg-opacity))!important}.fill-current{fill:currentColor}.p-3{padding:.75rem}.p-0{padding:0}.p-1\\.5{padding:.375rem}.p-1{padding:.25rem}.p-4{padding:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-5{padding-bottom:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-100{transition-duration:.1s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.group:hover .group-hover\\:block{display:block}@media (min-width: 640px){.sm\\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}}@media (min-width: 768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}\n')();
20
+ const _hoisted_1$_ = {
21
+ preserveAspectRatio: "xMidYMid meet",
22
+ viewBox: "0 0 24 24",
23
+ width: "1.2em",
24
+ height: "1.2em"
25
+ };
26
+ const _hoisted_2$T = /* @__PURE__ */ createElementVNode("path", {
27
+ fill: "currentColor",
28
+ d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm0 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16zm3.833 3.337a.595.595 0 0 1 .763.067a.59.59 0 0 1 .063.76c-2.18 3.046-3.38 4.678-3.598 4.897a1.502 1.502 0 0 1-2.122 0a1.502 1.502 0 0 1 0-2.122c.374-.373 2.005-1.574 4.894-3.602zM17.5 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm-11 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm2.318-3.596a1 1 0 1 1-1.416 1.414a1 1 0 0 1 1.416-1.414zM12 5.5a1 1 0 1 1 0 2a1 1 0 0 1 0-2z"
29
+ }, null, -1);
30
+ const _hoisted_3$R = [
31
+ _hoisted_2$T
32
+ ];
33
+ function render$E(_ctx, _cache) {
34
+ return openBlock(), createElementBlock("svg", _hoisted_1$_, _hoisted_3$R);
35
+ }
36
+ var dashboard3Line = { name: "ri-dashboard-3-line", render: render$E };
37
+ const _hoisted_1$Z = {
38
+ preserveAspectRatio: "xMidYMid meet",
39
+ viewBox: "0 0 24 24",
40
+ width: "1.2em",
41
+ height: "1.2em"
42
+ };
43
+ const _hoisted_2$S = /* @__PURE__ */ createElementVNode("path", {
44
+ fill: "currentColor",
45
+ d: "m10.828 12l4.95 4.95l-1.414 1.414L8 12l6.364-6.364l1.414 1.414z"
46
+ }, null, -1);
47
+ const _hoisted_3$Q = [
48
+ _hoisted_2$S
49
+ ];
50
+ function render$D(_ctx, _cache) {
51
+ return openBlock(), createElementBlock("svg", _hoisted_1$Z, _hoisted_3$Q);
52
+ }
53
+ var arrowLeftSLine = { name: "ri-arrow-left-s-line", render: render$D };
54
+ const _hoisted_1$Y = {
55
+ preserveAspectRatio: "xMidYMid meet",
56
+ viewBox: "0 0 24 24",
57
+ width: "1.2em",
58
+ height: "1.2em"
59
+ };
60
+ const _hoisted_2$R = /* @__PURE__ */ createElementVNode("path", {
61
+ fill: "currentColor",
62
+ d: "m13.172 12l-4.95-4.95l1.414-1.414L16 12l-6.364 6.364l-1.414-1.414z"
63
+ }, null, -1);
64
+ const _hoisted_3$P = [
65
+ _hoisted_2$R
66
+ ];
67
+ function render$C(_ctx, _cache) {
68
+ return openBlock(), createElementBlock("svg", _hoisted_1$Y, _hoisted_3$P);
69
+ }
70
+ var IconArrowRight = { name: "ri-arrow-right-s-line", render: render$C };
71
+ const _hoisted_1$X = {
72
+ preserveAspectRatio: "xMidYMid meet",
73
+ viewBox: "0 0 24 24",
74
+ width: "1.2em",
75
+ height: "1.2em"
76
+ };
77
+ const _hoisted_2$Q = /* @__PURE__ */ createElementVNode("path", {
78
+ fill: "currentColor",
79
+ d: "m12 16l-6-6h12z"
80
+ }, null, -1);
81
+ const _hoisted_3$O = [
82
+ _hoisted_2$Q
83
+ ];
84
+ function render$B(_ctx, _cache) {
85
+ return openBlock(), createElementBlock("svg", _hoisted_1$X, _hoisted_3$O);
86
+ }
87
+ var arrowDownSFill = { name: "ri-arrow-down-s-fill", render: render$B };
88
+ const _hoisted_1$W = {
89
+ preserveAspectRatio: "xMidYMid meet",
90
+ viewBox: "0 0 24 24",
91
+ width: "1.2em",
92
+ height: "1.2em"
93
+ };
94
+ const _hoisted_2$P = /* @__PURE__ */ createElementVNode("path", {
95
+ fill: "currentColor",
96
+ d: "m12 10.828l-4.95 4.95l-1.414-1.414L12 8l6.364 6.364l-1.414 1.414z"
97
+ }, null, -1);
98
+ const _hoisted_3$N = [
99
+ _hoisted_2$P
100
+ ];
101
+ function render$A(_ctx, _cache) {
102
+ return openBlock(), createElementBlock("svg", _hoisted_1$W, _hoisted_3$N);
103
+ }
104
+ var arrowUpSLine = { name: "ri-arrow-up-s-line", render: render$A };
105
+ const _hoisted_1$V = {
106
+ preserveAspectRatio: "xMidYMid meet",
107
+ viewBox: "0 0 24 24",
108
+ width: "1.2em",
109
+ height: "1.2em"
110
+ };
111
+ const _hoisted_2$O = /* @__PURE__ */ createElementVNode("path", {
112
+ fill: "currentColor",
113
+ d: "m12 13.172l4.95-4.95l1.414 1.414L12 16L5.636 9.636L7.05 8.222z"
114
+ }, null, -1);
115
+ const _hoisted_3$M = [
116
+ _hoisted_2$O
117
+ ];
118
+ function render$z(_ctx, _cache) {
119
+ return openBlock(), createElementBlock("svg", _hoisted_1$V, _hoisted_3$M);
120
+ }
121
+ var arrowDownSLine = { name: "ri-arrow-down-s-line", render: render$z };
122
+ const _hoisted_1$U = {
123
+ preserveAspectRatio: "xMidYMid meet",
124
+ viewBox: "0 0 24 24",
125
+ width: "1.2em",
126
+ height: "1.2em"
127
+ };
128
+ const _hoisted_2$N = /* @__PURE__ */ createElementVNode("path", {
129
+ fill: "currentColor",
130
+ d: "M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM11 5H4v14h7V5zm2 0v14h7V5h-7zm1 2h5v2h-5V7zm0 3h5v2h-5v-2z"
131
+ }, null, -1);
132
+ const _hoisted_3$L = [
133
+ _hoisted_2$N
134
+ ];
135
+ function render$y(_ctx, _cache) {
136
+ return openBlock(), createElementBlock("svg", _hoisted_1$U, _hoisted_3$L);
137
+ }
138
+ var bookReadLine = { name: "ri-book-read-line", render: render$y };
139
+ const _hoisted_1$T = {
140
+ preserveAspectRatio: "xMidYMid meet",
141
+ viewBox: "0 0 24 24",
142
+ width: "1.2em",
143
+ height: "1.2em"
144
+ };
145
+ const _hoisted_2$M = /* @__PURE__ */ createElementVNode("path", {
146
+ fill: "currentColor",
147
+ d: "M5 8v12h14V8H5zm0-2h14V4H5v2zm15 16H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zM7 10h4v4H7v-4zm0 6h10v2H7v-2zm6-5h4v2h-4v-2z"
148
+ }, null, -1);
149
+ const _hoisted_3$K = [
150
+ _hoisted_2$M
151
+ ];
152
+ function render$x(_ctx, _cache) {
153
+ return openBlock(), createElementBlock("svg", _hoisted_1$T, _hoisted_3$K);
154
+ }
155
+ var pagesLine = { name: "ri-pages-line", render: render$x };
156
+ const _hoisted_1$S = {
157
+ preserveAspectRatio: "xMidYMid meet",
158
+ viewBox: "0 0 24 24",
159
+ width: "1.2em",
160
+ height: "1.2em"
161
+ };
162
+ const _hoisted_2$L = /* @__PURE__ */ createElementVNode("path", {
163
+ fill: "currentColor",
164
+ d: "M2 8.994A5.99 5.99 0 0 1 8 3h8c3.313 0 6 2.695 6 5.994V21H8c-3.313 0-6-2.695-6-5.994V8.994zM20 19V8.994A4.004 4.004 0 0 0 16 5H8a3.99 3.99 0 0 0-4 3.994v6.012A4.004 4.004 0 0 0 8 19h12zm-6-8h2v2h-2v-2zm-6 0h2v2H8v-2z"
165
+ }, null, -1);
166
+ const _hoisted_3$J = [
167
+ _hoisted_2$L
168
+ ];
169
+ function render$w(_ctx, _cache) {
170
+ return openBlock(), createElementBlock("svg", _hoisted_1$S, _hoisted_3$J);
171
+ }
172
+ var message3Line = { name: "ri-message-3-line", render: render$w };
173
+ const _hoisted_1$R = {
174
+ preserveAspectRatio: "xMidYMid meet",
175
+ viewBox: "0 0 24 24",
176
+ width: "1.2em",
177
+ height: "1.2em"
178
+ };
179
+ const _hoisted_2$K = /* @__PURE__ */ createElementVNode("path", {
180
+ fill: "currentColor",
181
+ d: "M12 2c5.522 0 10 3.978 10 8.889a5.558 5.558 0 0 1-5.556 5.555h-1.966c-.922 0-1.667.745-1.667 1.667c0 .422.167.811.422 1.1c.267.3.434.689.434 1.122C13.667 21.256 12.9 22 12 22C6.478 22 2 17.522 2 12S6.478 2 12 2zm-1.189 16.111a3.664 3.664 0 0 1 3.667-3.667h1.966A3.558 3.558 0 0 0 20 10.89C20 7.139 16.468 4 12 4a8 8 0 0 0-.676 15.972a3.648 3.648 0 0 1-.513-1.86zM7.5 12a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm9 0a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zM12 9a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3z"
182
+ }, null, -1);
183
+ const _hoisted_3$I = [
184
+ _hoisted_2$K
185
+ ];
186
+ function render$v(_ctx, _cache) {
187
+ return openBlock(), createElementBlock("svg", _hoisted_1$R, _hoisted_3$I);
188
+ }
189
+ var paletteLine = { name: "ri-palette-line", render: render$v };
190
+ const _hoisted_1$Q = {
191
+ preserveAspectRatio: "xMidYMid meet",
192
+ viewBox: "0 0 24 24",
193
+ width: "1.2em",
194
+ height: "1.2em"
195
+ };
196
+ const _hoisted_2$J = /* @__PURE__ */ createElementVNode("path", {
197
+ fill: "currentColor",
198
+ d: "M2 18h7v2H2v-2zm0-7h9v2H2v-2zm0-7h20v2H2V4zm18.674 9.025l1.156-.391l1 1.732l-.916.805a4.017 4.017 0 0 1 0 1.658l.916.805l-1 1.732l-1.156-.391c-.41.37-.898.655-1.435.83L19 21h-2l-.24-1.196a3.996 3.996 0 0 1-1.434-.83l-1.156.392l-1-1.732l.916-.805a4.017 4.017 0 0 1 0-1.658l-.916-.805l1-1.732l1.156.391c.41-.37.898-.655 1.435-.83L17 11h2l.24 1.196c.536.174 1.024.46 1.434.83zM18 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4z"
199
+ }, null, -1);
200
+ const _hoisted_3$H = [
201
+ _hoisted_2$J
202
+ ];
203
+ function render$u(_ctx, _cache) {
204
+ return openBlock(), createElementBlock("svg", _hoisted_1$Q, _hoisted_3$H);
205
+ }
206
+ var listSettingsLine = { name: "ri-list-settings-line", render: render$u };
207
+ const _hoisted_1$P = {
208
+ preserveAspectRatio: "xMidYMid meet",
209
+ viewBox: "0 0 24 24",
210
+ width: "1.2em",
211
+ height: "1.2em"
212
+ };
213
+ const _hoisted_2$I = /* @__PURE__ */ createElementVNode("path", {
214
+ fill: "currentColor",
215
+ d: "M15.199 9.945a2.6 2.6 0 0 1-.79-1.551l-.403-3.083l-2.73 1.486a2.6 2.6 0 0 1-1.72.273L6.5 6.5l.57 3.056a2.6 2.6 0 0 1-.273 1.72l-1.486 2.73l3.083.403a2.6 2.6 0 0 1 1.55.79l2.138 2.257l1.336-2.807a2.6 2.6 0 0 1 1.23-1.231l2.808-1.336l-2.257-2.137zm.025 5.563l-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.357-.182l-5.107-.668a.6.6 0 0 1-.449-.881l2.462-4.524a.6.6 0 0 0 .062-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.063.943a.6.6 0 0 0 .396-.062l4.524-2.462a.6.6 0 0 1 .881.45l.668 5.106a.6.6 0 0 0 .182.357l3.739 3.542a.6.6 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284zm.797 1.927l1.414-1.414l4.243 4.242l-1.415 1.415l-4.242-4.243z"
216
+ }, null, -1);
217
+ const _hoisted_3$G = [
218
+ _hoisted_2$I
219
+ ];
220
+ function render$t(_ctx, _cache) {
221
+ return openBlock(), createElementBlock("svg", _hoisted_1$P, _hoisted_3$G);
222
+ }
223
+ var magicLine = { name: "ri-magic-line", render: render$t };
224
+ const _hoisted_1$O = {
225
+ preserveAspectRatio: "xMidYMid meet",
226
+ viewBox: "0 0 24 24",
227
+ width: "1.2em",
228
+ height: "1.2em"
229
+ };
230
+ const _hoisted_2$H = /* @__PURE__ */ createElementVNode("path", {
231
+ fill: "currentColor",
232
+ d: "M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6s6 2.685 6 6s-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4zm2.595 7.812a3.51 3.51 0 0 1 0-1.623l-.992-.573l1-1.732l.992.573A3.496 3.496 0 0 1 17 14.645V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573l1 1.732l-.992.573a3.51 3.51 0 0 1 0 1.622l.992.573l-1 1.732l-.992-.573a3.496 3.496 0 0 1-1.405.812V22.5h-2v-1.145a3.496 3.496 0 0 1-1.405-.812l-.992.573l-1-1.732l.992-.572zM18 19.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3z"
233
+ }, null, -1);
234
+ const _hoisted_3$F = [
235
+ _hoisted_2$H
236
+ ];
237
+ function render$s(_ctx, _cache) {
238
+ return openBlock(), createElementBlock("svg", _hoisted_1$O, _hoisted_3$F);
239
+ }
240
+ var userSettingsLine = { name: "ri-user-settings-line", render: render$s };
241
+ const _hoisted_1$N = {
242
+ preserveAspectRatio: "xMidYMid meet",
243
+ viewBox: "0 0 24 24",
244
+ width: "1.2em",
245
+ height: "1.2em"
246
+ };
247
+ const _hoisted_2$G = /* @__PURE__ */ createElementVNode("path", {
248
+ fill: "currentColor",
249
+ d: "M2 12c0-.865.11-1.703.316-2.504A3 3 0 0 0 4.99 4.867a9.99 9.99 0 0 1 4.335-2.505a3 3 0 0 0 5.348 0a9.99 9.99 0 0 1 4.335 2.505a3 3 0 0 0 2.675 4.63a10.036 10.036 0 0 1 0 5.007a3 3 0 0 0-2.675 4.629a9.99 9.99 0 0 1-4.335 2.505a3 3 0 0 0-5.348 0a9.99 9.99 0 0 1-4.335-2.505a3 3 0 0 0-2.675-4.63A10.056 10.056 0 0 1 2 12zm4.804 3c.63 1.091.81 2.346.564 3.524c.408.29.842.541 1.297.75A4.993 4.993 0 0 1 12 18c1.26 0 2.438.471 3.335 1.274c.455-.209.889-.46 1.297-.75A4.993 4.993 0 0 1 17.196 15a4.993 4.993 0 0 1 2.77-2.25a8.126 8.126 0 0 0 0-1.5A4.993 4.993 0 0 1 17.195 9a4.993 4.993 0 0 1-.564-3.524a7.989 7.989 0 0 0-1.297-.75A4.993 4.993 0 0 1 12 6a4.993 4.993 0 0 1-3.335-1.274a7.99 7.99 0 0 0-1.297.75A4.993 4.993 0 0 1 6.804 9a4.993 4.993 0 0 1-2.77 2.25a8.126 8.126 0 0 0 0 1.5A4.993 4.993 0 0 1 6.805 15zM12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2z"
250
+ }, null, -1);
251
+ const _hoisted_3$E = [
252
+ _hoisted_2$G
253
+ ];
254
+ function render$r(_ctx, _cache) {
255
+ return openBlock(), createElementBlock("svg", _hoisted_1$N, _hoisted_3$E);
256
+ }
257
+ var settings4Line = { name: "ri-settings-4-line", render: render$r };
258
+ const _hoisted_1$M = {
259
+ preserveAspectRatio: "xMidYMid meet",
260
+ viewBox: "0 0 24 24",
261
+ width: "1.2em",
262
+ height: "1.2em"
263
+ };
264
+ const _hoisted_2$F = /* @__PURE__ */ createElementVNode("path", {
265
+ fill: "currentColor",
266
+ d: "M13 18v2h6v2h-6a2 2 0 0 1-2-2v-2H8a4 4 0 0 1-4-4V7a1 1 0 0 1 1-1h2V2h2v4h6V2h2v4h2a1 1 0 0 1 1 1v7a4 4 0 0 1-4 4h-3zm-5-2h8a2 2 0 0 0 2-2v-3H6v3a2 2 0 0 0 2 2zm10-8H6v1h12V8zm-6 6.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2zM11 2h2v3h-2V2z"
267
+ }, null, -1);
268
+ const _hoisted_3$D = [
269
+ _hoisted_2$F
270
+ ];
271
+ function render$q(_ctx, _cache) {
272
+ return openBlock(), createElementBlock("svg", _hoisted_1$M, _hoisted_3$D);
273
+ }
274
+ var plug2Line = { name: "ri-plug-2-line", render: render$q };
275
+ const _hoisted_1$L = {
276
+ preserveAspectRatio: "xMidYMid meet",
277
+ viewBox: "0 0 24 24",
278
+ width: "1.2em",
279
+ height: "1.2em"
280
+ };
281
+ const _hoisted_2$E = /* @__PURE__ */ createElementVNode("path", {
282
+ fill: "currentColor",
283
+ d: "M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9c-5.392 0-9.878-3.88-10.819-9C2.121 6.88 6.608 3 12 3zm0 16a9.005 9.005 0 0 0 8.777-7a9.005 9.005 0 0 0-17.554 0A9.005 9.005 0 0 0 12 19zm0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5z"
284
+ }, null, -1);
285
+ const _hoisted_3$C = [
286
+ _hoisted_2$E
287
+ ];
288
+ function render$p(_ctx, _cache) {
289
+ return openBlock(), createElementBlock("svg", _hoisted_1$L, _hoisted_3$C);
290
+ }
291
+ var eyeLine = { name: "ri-eye-line", render: render$p };
292
+ const _hoisted_1$K = {
293
+ preserveAspectRatio: "xMidYMid meet",
294
+ viewBox: "0 0 24 24",
295
+ width: "1.2em",
296
+ height: "1.2em"
297
+ };
298
+ const _hoisted_2$D = /* @__PURE__ */ createElementVNode("path", {
299
+ fill: "currentColor",
300
+ d: "M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM20 11H4v8h16v-8zm0-2V7h-8.414l-2-2H4v4h16z"
301
+ }, null, -1);
302
+ const _hoisted_3$B = [
303
+ _hoisted_2$D
304
+ ];
305
+ function render$o(_ctx, _cache) {
306
+ return openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_3$B);
307
+ }
308
+ var folder2Line = { name: "ri-folder-2-line", render: render$o };
309
+ const _hoisted_1$J = {
310
+ preserveAspectRatio: "xMidYMid meet",
311
+ viewBox: "0 0 24 24",
312
+ width: "1.2em",
313
+ height: "1.2em"
314
+ };
315
+ const _hoisted_2$C = /* @__PURE__ */ createElementVNode("path", {
316
+ fill: "currentColor",
317
+ d: "M4.5 10.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S6 12.825 6 12s-.675-1.5-1.5-1.5zm15 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S21 12.825 21 12s-.675-1.5-1.5-1.5zm-7.5 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5s1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5z"
318
+ }, null, -1);
319
+ const _hoisted_3$A = [
320
+ _hoisted_2$C
321
+ ];
322
+ function render$n(_ctx, _cache) {
323
+ return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$A);
324
+ }
325
+ var moreLine = { name: "ri-more-line", render: render$n };
326
+ const _hoisted_1$I = {
327
+ preserveAspectRatio: "xMidYMid meet",
328
+ viewBox: "0 0 24 24",
329
+ width: "1.2em",
330
+ height: "1.2em"
331
+ };
332
+ const _hoisted_2$B = /* @__PURE__ */ createElementVNode("path", {
333
+ fill: "currentColor",
334
+ d: "m12 10.586l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.414 1.414l-4.95-4.95l-4.95 4.95l-1.414-1.414l4.95-4.95l-4.95-4.95L7.05 5.636z"
335
+ }, null, -1);
336
+ const _hoisted_3$z = [
337
+ _hoisted_2$B
338
+ ];
339
+ function render$m(_ctx, _cache) {
340
+ return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$z);
341
+ }
342
+ var IconClose = { name: "ri-close-line", render: render$m };
343
+ const _hoisted_1$H = {
344
+ preserveAspectRatio: "xMidYMid meet",
345
+ viewBox: "0 0 24 24",
346
+ width: "1.2em",
347
+ height: "1.2em"
348
+ };
349
+ const _hoisted_2$A = /* @__PURE__ */ createElementVNode("path", {
350
+ fill: "currentColor",
351
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16zm-1-5h2v2h-2v-2zm0-8h2v6h-2V7z"
352
+ }, null, -1);
353
+ const _hoisted_3$y = [
354
+ _hoisted_2$A
355
+ ];
356
+ function render$l(_ctx, _cache) {
357
+ return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$y);
358
+ }
359
+ var IconErrorWarning = { name: "ri-error-warning-line", render: render$l };
360
+ const _hoisted_1$G = {
361
+ preserveAspectRatio: "xMidYMid meet",
362
+ viewBox: "0 0 24 24",
363
+ width: "1.2em",
364
+ height: "1.2em"
365
+ };
366
+ const _hoisted_2$z = /* @__PURE__ */ createElementVNode("path", {
367
+ fill: "currentColor",
368
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16zm-.997-4L6.76 11.757l1.414-1.414l2.829 2.829l5.656-5.657l1.415 1.414L11.003 16z"
369
+ }, null, -1);
370
+ const _hoisted_3$x = [
371
+ _hoisted_2$z
372
+ ];
373
+ function render$k(_ctx, _cache) {
374
+ return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_3$x);
375
+ }
376
+ var IconCheckboxCircle = { name: "ri-checkbox-circle-line", render: render$k };
377
+ const _hoisted_1$F = {
378
+ preserveAspectRatio: "xMidYMid meet",
379
+ viewBox: "0 0 24 24",
380
+ width: "1.2em",
381
+ height: "1.2em"
382
+ };
383
+ const _hoisted_2$y = /* @__PURE__ */ createElementVNode("path", {
384
+ fill: "currentColor",
385
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z"
386
+ }, null, -1);
387
+ const _hoisted_3$w = [
388
+ _hoisted_2$y
389
+ ];
390
+ function render$j(_ctx, _cache) {
391
+ return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$w);
392
+ }
393
+ var IconInformation = { name: "ri-information-line", render: render$j };
394
+ const _hoisted_1$E = {
395
+ preserveAspectRatio: "xMidYMid meet",
396
+ viewBox: "0 0 24 24",
397
+ width: "1.2em",
398
+ height: "1.2em"
399
+ };
400
+ const _hoisted_2$x = /* @__PURE__ */ createElementVNode("path", {
401
+ fill: "currentColor",
402
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16zm0-9.414l2.828-2.829l1.415 1.415L13.414 12l2.829 2.828l-1.415 1.415L12 13.414l-2.828 2.829l-1.415-1.415L10.586 12L7.757 9.172l1.415-1.415L12 10.586z"
403
+ }, null, -1);
404
+ const _hoisted_3$v = [
405
+ _hoisted_2$x
406
+ ];
407
+ function render$i(_ctx, _cache) {
408
+ return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_3$v);
409
+ }
410
+ var IconCloseCircle = { name: "ri-close-circle-line", render: render$i };
411
+ const _hoisted_1$D = {
412
+ preserveAspectRatio: "xMidYMid meet",
413
+ viewBox: "0 0 24 24",
414
+ width: "1.2em",
415
+ height: "1.2em"
416
+ };
417
+ const _hoisted_2$w = /* @__PURE__ */ createElementVNode("path", {
418
+ fill: "currentColor",
419
+ d: "M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-4.586 6l1.768 1.768l-1.414 1.414L12 15.414l-1.768 1.768l-1.414-1.414L10.586 14l-1.768-1.768l1.414-1.414L12 12.586l1.768-1.768l1.414 1.414L13.414 14zM9 4v2h6V4H9z"
420
+ }, null, -1);
421
+ const _hoisted_3$u = [
422
+ _hoisted_2$w
423
+ ];
424
+ function render$h(_ctx, _cache) {
425
+ return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_3$u);
426
+ }
427
+ var deleteBin2Line = { name: "ri-delete-bin-2-line", render: render$h };
428
+ const _hoisted_1$C = {
429
+ preserveAspectRatio: "xMidYMid meet",
430
+ viewBox: "0 0 24 24",
431
+ width: "1.2em",
432
+ height: "1.2em"
433
+ };
434
+ const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
435
+ fill: "currentColor",
436
+ d: "M11 11V7h2v4h4v2h-4v4h-2v-4H7v-2h4zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16z"
437
+ }, null, -1);
438
+ const _hoisted_3$t = [
439
+ _hoisted_2$v
440
+ ];
441
+ function render$g(_ctx, _cache) {
442
+ return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$t);
443
+ }
444
+ var addCircleLine = { name: "ri-add-circle-line", render: render$g };
445
+ const _hoisted_1$B = {
446
+ preserveAspectRatio: "xMidYMid meet",
447
+ viewBox: "0 0 24 24",
448
+ width: "1.2em",
449
+ height: "1.2em"
450
+ };
451
+ const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", {
452
+ fill: "currentColor",
453
+ d: "M7 19v-6h10v6h2V7.828L16.172 5H5v14h2zM4 3h13l4 4v13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm5 12v4h6v-4H9z"
454
+ }, null, -1);
455
+ const _hoisted_3$s = [
456
+ _hoisted_2$u
457
+ ];
458
+ function render$f(_ctx, _cache) {
459
+ return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_3$s);
460
+ }
461
+ var saveLine = { name: "ri-save-line", render: render$f };
462
+ const _hoisted_1$A = {
463
+ preserveAspectRatio: "xMidYMid meet",
464
+ viewBox: "0 0 24 24",
465
+ width: "1.2em",
466
+ height: "1.2em"
467
+ };
468
+ const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
469
+ fill: "currentColor",
470
+ d: "M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z"
471
+ }, null, -1);
472
+ const _hoisted_3$r = [
473
+ _hoisted_2$t
474
+ ];
475
+ function render$e(_ctx, _cache) {
476
+ return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$r);
477
+ }
478
+ var listUnordered = { name: "ri-list-unordered", render: render$e };
479
+ const _hoisted_1$z = {
480
+ preserveAspectRatio: "xMidYMid meet",
481
+ viewBox: "0 0 24 24",
482
+ width: "1.2em",
483
+ height: "1.2em"
484
+ };
485
+ const _hoisted_2$s = /* @__PURE__ */ createElementVNode("path", {
486
+ fill: "currentColor",
487
+ d: "M14 10h-4v4h4v-4zm2 0v4h3v-4h-3zm-2 9v-3h-4v3h4zm2 0h3v-3h-3v3zM14 5h-4v3h4V5zm2 0v3h3V5h-3zm-8 5H5v4h3v-4zm0 9v-3H5v3h3zM8 5H5v3h3V5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z"
488
+ }, null, -1);
489
+ const _hoisted_3$q = [
490
+ _hoisted_2$s
491
+ ];
492
+ function render$d(_ctx, _cache) {
493
+ return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$q);
494
+ }
495
+ var gridLine = { name: "ri-grid-line", render: render$d };
496
+ const _hoisted_1$y = {
497
+ preserveAspectRatio: "xMidYMid meet",
498
+ viewBox: "0 0 24 24",
499
+ width: "1.2em",
500
+ height: "1.2em"
501
+ };
502
+ const _hoisted_2$r = /* @__PURE__ */ createElementVNode("path", {
503
+ fill: "currentColor",
504
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm-.997-6l7.07-7.071l-1.414-1.414l-5.656 5.657l-2.829-2.829l-1.414 1.414L11.003 16z"
505
+ }, null, -1);
506
+ const _hoisted_3$p = [
507
+ _hoisted_2$r
508
+ ];
509
+ function render$c(_ctx, _cache) {
510
+ return openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_3$p);
511
+ }
512
+ var checkboxCircleFill = { name: "ri-checkbox-circle-fill", render: render$c };
513
+ const _hoisted_1$x = {
514
+ preserveAspectRatio: "xMidYMid meet",
515
+ viewBox: "0 0 24 24",
516
+ width: "1.2em",
517
+ height: "1.2em"
518
+ };
519
+ const _hoisted_2$q = /* @__PURE__ */ createElementVNode("path", {
520
+ fill: "currentColor",
521
+ d: "M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9s-9-4.032-9-9s4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7c0-3.868-3.133-7-7-7c-3.868 0-7 3.132-7 7c0 3.867 3.132 7 7 7zm8.485.071l2.829 2.828l-1.415 1.415l-2.828-2.829l1.414-1.414z"
522
+ }, null, -1);
523
+ const _hoisted_3$o = [
524
+ _hoisted_2$q
525
+ ];
526
+ function render$b(_ctx, _cache) {
527
+ return openBlock(), createElementBlock("svg", _hoisted_1$x, _hoisted_3$o);
528
+ }
529
+ var search2Line = { name: "ri-search-2-line", render: render$b };
530
+ const _hoisted_1$w = {
531
+ preserveAspectRatio: "xMidYMid meet",
532
+ viewBox: "0 0 24 24",
533
+ width: "1.2em",
534
+ height: "1.2em"
535
+ };
536
+ const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", {
537
+ fill: "currentColor",
538
+ d: "M4 16h16V5H4v11zm9 2v2h4v2H7v-2h4v-2H2.992A.998.998 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H13z"
539
+ }, null, -1);
540
+ const _hoisted_3$n = [
541
+ _hoisted_2$p
542
+ ];
543
+ function render$a(_ctx, _cache) {
544
+ return openBlock(), createElementBlock("svg", _hoisted_1$w, _hoisted_3$n);
545
+ }
546
+ var computerLine = { name: "ri-computer-line", render: render$a };
547
+ const _hoisted_1$v = {
548
+ preserveAspectRatio: "xMidYMid meet",
549
+ viewBox: "0 0 24 24",
550
+ width: "1.2em",
551
+ height: "1.2em"
552
+ };
553
+ const _hoisted_2$o = /* @__PURE__ */ createElementVNode("path", {
554
+ fill: "currentColor",
555
+ d: "M7 4v16h10V4H7zM6 2h12a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm6 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2z"
556
+ }, null, -1);
557
+ const _hoisted_3$m = [
558
+ _hoisted_2$o
559
+ ];
560
+ function render$9(_ctx, _cache) {
561
+ return openBlock(), createElementBlock("svg", _hoisted_1$v, _hoisted_3$m);
562
+ }
563
+ var smartphoneLine = { name: "ri-smartphone-line", render: render$9 };
564
+ const _hoisted_1$u = {
565
+ preserveAspectRatio: "xMidYMid meet",
566
+ viewBox: "0 0 24 24",
567
+ width: "1.2em",
568
+ height: "1.2em"
569
+ };
570
+ const _hoisted_2$n = /* @__PURE__ */ createElementVNode("path", {
571
+ fill: "currentColor",
572
+ d: "M6 4v16h12V4H6zM5 2h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm7 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2z"
573
+ }, null, -1);
574
+ const _hoisted_3$l = [
575
+ _hoisted_2$n
576
+ ];
577
+ function render$8(_ctx, _cache) {
578
+ return openBlock(), createElementBlock("svg", _hoisted_1$u, _hoisted_3$l);
579
+ }
580
+ var tabletLine = { name: "ri-tablet-line", render: render$8 };
581
+ const _hoisted_1$t = {
582
+ preserveAspectRatio: "xMidYMid meet",
583
+ viewBox: "0 0 24 24",
584
+ width: "1.2em",
585
+ height: "1.2em"
586
+ };
587
+ const _hoisted_2$m = /* @__PURE__ */ createElementVNode("path", {
588
+ fill: "currentColor",
589
+ d: "M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6s6 2.685 6 6s-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4zm5.793 8.914l3.535-3.535l1.415 1.414l-4.95 4.95l-3.536-3.536l1.415-1.414l2.12 2.121z"
590
+ }, null, -1);
591
+ const _hoisted_3$k = [
592
+ _hoisted_2$m
593
+ ];
594
+ function render$7(_ctx, _cache) {
595
+ return openBlock(), createElementBlock("svg", _hoisted_1$t, _hoisted_3$k);
596
+ }
597
+ var userFollowLine = { name: "ri-user-follow-line", render: render$7 };
598
+ const _hoisted_1$s = {
599
+ preserveAspectRatio: "xMidYMid meet",
600
+ viewBox: "0 0 24 24",
601
+ width: "1.2em",
602
+ height: "1.2em"
603
+ };
604
+ const _hoisted_2$l = /* @__PURE__ */ createElementVNode("path", {
605
+ fill: "currentColor",
606
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16zm-5-7h9v2h-4v3l-5-5zm5-4V6l5 5H8V9h4z"
607
+ }, null, -1);
608
+ const _hoisted_3$j = [
609
+ _hoisted_2$l
610
+ ];
611
+ function render$6(_ctx, _cache) {
612
+ return openBlock(), createElementBlock("svg", _hoisted_1$s, _hoisted_3$j);
613
+ }
614
+ var exchangeLine = { name: "ri-exchange-line", render: render$6 };
615
+ const _hoisted_1$r = {
616
+ preserveAspectRatio: "xMidYMid meet",
617
+ viewBox: "0 0 24 24",
618
+ width: "1.2em",
619
+ height: "1.2em"
620
+ };
621
+ const _hoisted_2$k = /* @__PURE__ */ createElementVNode("path", {
622
+ fill: "currentColor",
623
+ d: "M12 2C6.475 2 2 6.475 2 12a9.994 9.994 0 0 0 6.838 9.488c.5.087.687-.213.687-.476c0-.237-.013-1.024-.013-1.862c-2.512.463-3.162-.612-3.362-1.175c-.113-.288-.6-1.175-1.025-1.413c-.35-.187-.85-.65-.013-.662c.788-.013 1.35.725 1.538 1.025c.9 1.512 2.338 1.087 2.912.825c.088-.65.35-1.087.638-1.337c-2.225-.25-4.55-1.113-4.55-4.938c0-1.088.387-1.987 1.025-2.688c-.1-.25-.45-1.275.1-2.65c0 0 .837-.262 2.75 1.026a9.28 9.28 0 0 1 2.5-.338c.85 0 1.7.112 2.5.337c1.912-1.3 2.75-1.024 2.75-1.024c.55 1.375.2 2.4.1 2.65c.637.7 1.025 1.587 1.025 2.687c0 3.838-2.337 4.688-4.562 4.938c.362.312.675.912.675 1.85c0 1.337-.013 2.412-.013 2.75c0 .262.188.574.688.474A10.016 10.016 0 0 0 22 12c0-5.525-4.475-10-10-10z"
624
+ }, null, -1);
625
+ const _hoisted_3$i = [
626
+ _hoisted_2$k
627
+ ];
628
+ function render$5(_ctx, _cache) {
629
+ return openBlock(), createElementBlock("svg", _hoisted_1$r, _hoisted_3$i);
630
+ }
631
+ var githubFill = { name: "ri-github-fill", render: render$5 };
632
+ const _hoisted_1$q = {
633
+ preserveAspectRatio: "xMidYMid meet",
634
+ viewBox: "0 0 24 24",
635
+ width: "1.2em",
636
+ height: "1.2em"
637
+ };
638
+ const _hoisted_2$j = /* @__PURE__ */ createElementVNode("path", {
639
+ fill: "currentColor",
640
+ d: "m12 12.586l4.243 4.242l-1.415 1.415L13 16.415V22h-2v-5.587l-1.828 1.83l-1.415-1.415L12 12.586zM12 2a7.001 7.001 0 0 1 6.954 6.194a5.5 5.5 0 0 1-.953 10.784v-2.014a3.5 3.5 0 1 0-1.112-6.91a5 5 0 1 0-9.777 0a3.5 3.5 0 0 0-1.292 6.88l.18.03v2.014a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2z"
641
+ }, null, -1);
642
+ const _hoisted_3$h = [
643
+ _hoisted_2$j
644
+ ];
645
+ function render$4(_ctx, _cache) {
646
+ return openBlock(), createElementBlock("svg", _hoisted_1$q, _hoisted_3$h);
647
+ }
648
+ var uploadCloud2Line = { name: "ri-upload-cloud-2-line", render: render$4 };
649
+ const _hoisted_1$p = {
650
+ preserveAspectRatio: "xMidYMid meet",
651
+ viewBox: "0 0 24 24",
652
+ width: "1.2em",
653
+ height: "1.2em"
654
+ };
655
+ const _hoisted_2$i = /* @__PURE__ */ createElementVNode("path", {
656
+ fill: "currentColor",
657
+ d: "M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05L5 4.604zM12 11a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5zm-4.473 5a4.5 4.5 0 0 1 8.946 0H7.527z"
658
+ }, null, -1);
659
+ const _hoisted_3$g = [
660
+ _hoisted_2$i
661
+ ];
662
+ function render$3(_ctx, _cache) {
663
+ return openBlock(), createElementBlock("svg", _hoisted_1$p, _hoisted_3$g);
664
+ }
665
+ var shieldUserLine = { name: "ri-shield-user-line", render: render$3 };
666
+ const _hoisted_1$o = {
667
+ preserveAspectRatio: "xMidYMid meet",
668
+ viewBox: "0 0 24 24",
669
+ width: "1.2em",
670
+ height: "1.2em"
671
+ };
672
+ const _hoisted_2$h = /* @__PURE__ */ createElementVNode("path", {
673
+ fill: "currentColor",
674
+ d: "M7.105 15.21A3.001 3.001 0 1 1 5 15.17V8.83a3.001 3.001 0 1 1 2 0V12c.836-.628 1.874-1 3-1h4a3.001 3.001 0 0 0 2.895-2.21a3.001 3.001 0 1 1 2.032.064A5.001 5.001 0 0 1 14 13h-4a3.001 3.001 0 0 0-2.895 2.21zM6 17a1 1 0 1 0 0 2a1 1 0 0 0 0-2zM6 5a1 1 0 1 0 0 2a1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2z"
675
+ }, null, -1);
676
+ const _hoisted_3$f = [
677
+ _hoisted_2$h
678
+ ];
679
+ function render$2(_ctx, _cache) {
680
+ return openBlock(), createElementBlock("svg", _hoisted_1$o, _hoisted_3$f);
681
+ }
682
+ var gitBranchLine = { name: "ri-git-branch-line", render: render$2 };
683
+ const _hoisted_1$n = {
684
+ preserveAspectRatio: "xMidYMid meet",
685
+ viewBox: "0 0 24 24",
686
+ width: "1.2em",
687
+ height: "1.2em"
688
+ };
689
+ const _hoisted_2$g = /* @__PURE__ */ createElementVNode("path", {
690
+ fill: "currentColor",
691
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16zM9 9h6v6H9V9z"
692
+ }, null, -1);
693
+ const _hoisted_3$e = [
694
+ _hoisted_2$g
695
+ ];
696
+ function render$1(_ctx, _cache) {
697
+ return openBlock(), createElementBlock("svg", _hoisted_1$n, _hoisted_3$e);
698
+ }
699
+ var stopCircleLine = { name: "ri-stop-circle-line", render: render$1 };
700
+ const _hoisted_1$m = {
701
+ preserveAspectRatio: "xMidYMid meet",
702
+ viewBox: "0 0 24 24",
703
+ width: "1.2em",
704
+ height: "1.2em"
705
+ };
706
+ const _hoisted_2$f = /* @__PURE__ */ createElementVNode("path", {
707
+ fill: "currentColor",
708
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16zM8.523 7.109l8.368 8.368a6.04 6.04 0 0 1-1.414 1.414L7.109 8.523A6.04 6.04 0 0 1 8.523 7.11z"
709
+ }, null, -1);
710
+ const _hoisted_3$d = [
711
+ _hoisted_2$f
712
+ ];
713
+ function render(_ctx, _cache) {
714
+ return openBlock(), createElementBlock("svg", _hoisted_1$m, _hoisted_3$d);
715
+ }
716
+ var IconForbidLine = { name: "ri-forbid-line", render };
717
+ var Alert_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".alert-wrapper[data-v-3bf3a1a9]{display:flex;flex-direction:column;box-sizing:border-box;border-width:1px;padding:12px 16px;border-radius:4px}.alert-wrapper .alert-header[data-v-3bf3a1a9]{display:flex}.alert-wrapper .alert-header .alert-icon[data-v-3bf3a1a9]{align-self:center;margin-right:.75rem;font-size:1.125rem;line-height:1.75rem}.alert-wrapper .alert-header .alert-title[data-v-3bf3a1a9]{align-self:center;margin-right:.75rem;flex:1 1 0%;font-weight:500;font-size:1rem;line-height:1.5rem}.alert-wrapper .alert-header .alert-close[data-v-3bf3a1a9]{align-self:center;cursor:pointer;border-radius:9999px;padding:.125rem}.alert-wrapper .alert-header .alert-close[data-v-3bf3a1a9]:hover{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.alert-wrapper .alert-description[data-v-3bf3a1a9]{font-size:.875rem;line-height:1.25rem;margin-top:.5rem}.alert-wrapper .alert-actions[data-v-3bf3a1a9]{border-top-width:1px;margin-top:.75rem;padding-top:.5rem}.alert-wrapper.alert-default[data-v-3bf3a1a9]{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.alert-wrapper.alert-default .alert-icon[data-v-3bf3a1a9],.alert-wrapper.alert-default .alert-description[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.alert-wrapper.alert-default .alert-close[data-v-3bf3a1a9],.alert-wrapper.alert-default .alert-title[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.alert-wrapper.alert-success[data-v-3bf3a1a9]{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity));--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity))}.alert-wrapper.alert-success .alert-icon[data-v-3bf3a1a9],.alert-wrapper.alert-success .alert-description[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.alert-wrapper.alert-success .alert-close[data-v-3bf3a1a9],.alert-wrapper.alert-success .alert-title[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.alert-wrapper.alert-info[data-v-3bf3a1a9]{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity));--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.alert-wrapper.alert-info .alert-icon[data-v-3bf3a1a9],.alert-wrapper.alert-info .alert-description[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.alert-wrapper.alert-info .alert-close[data-v-3bf3a1a9],.alert-wrapper.alert-info .alert-title[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.alert-wrapper.alert-warning[data-v-3bf3a1a9]{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity));--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity))}.alert-wrapper.alert-warning .alert-icon[data-v-3bf3a1a9],.alert-wrapper.alert-warning .alert-description[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.alert-wrapper.alert-warning .alert-close[data-v-3bf3a1a9],.alert-wrapper.alert-warning .alert-title[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.alert-wrapper.alert-error[data-v-3bf3a1a9]{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity));--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}.alert-wrapper.alert-error .alert-icon[data-v-3bf3a1a9],.alert-wrapper.alert-error .alert-description[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.alert-wrapper.alert-error .alert-close[data-v-3bf3a1a9],.alert-wrapper.alert-error .alert-title[data-v-3bf3a1a9]{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}\n")();
718
+ var _export_sfc = (sfc, props) => {
719
+ const target = sfc.__vccOpts || sfc;
720
+ for (const [key, val] of props) {
721
+ target[key] = val;
722
+ }
723
+ return target;
724
+ };
725
+ const _hoisted_1$l = { class: "alert-header" };
726
+ const _hoisted_2$e = { class: "alert-icon" };
727
+ const _hoisted_3$c = { class: "alert-title" };
728
+ const _hoisted_4$8 = {
729
+ key: 0,
730
+ class: "alert-description"
731
+ };
732
+ const _hoisted_5$3 = {
733
+ key: 1,
734
+ class: "alert-actions"
735
+ };
736
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
737
+ __name: "Alert",
738
+ props: {
739
+ type: {
740
+ type: String,
741
+ default: "default"
742
+ },
743
+ title: {
744
+ type: String
745
+ },
746
+ description: {
747
+ type: String
748
+ },
749
+ closable: {
750
+ type: Boolean,
751
+ default: true
752
+ }
753
+ },
754
+ emits: ["close"],
755
+ setup(__props, { emit }) {
756
+ const props = __props;
757
+ const TypeIcons = {
758
+ success: IconCheckboxCircle,
759
+ info: IconInformation,
760
+ default: IconInformation,
761
+ warning: IconErrorWarning,
762
+ error: IconCloseCircle
763
+ };
764
+ const classes = computed(() => {
765
+ return [`alert-${props.type}`];
766
+ });
767
+ const handleClose = () => {
768
+ emit("close");
769
+ };
770
+ return (_ctx, _cache) => {
771
+ return openBlock(), createElementBlock("div", {
772
+ class: normalizeClass([unref(classes), "alert-wrapper"])
773
+ }, [
774
+ createElementVNode("div", _hoisted_1$l, [
775
+ createElementVNode("div", _hoisted_2$e, [
776
+ renderSlot(_ctx.$slots, "icon", {}, () => [
777
+ (openBlock(), createBlock(resolveDynamicComponent(TypeIcons[__props.type])))
778
+ ], true)
779
+ ]),
780
+ createElementVNode("div", _hoisted_3$c, toDisplayString(__props.title), 1),
781
+ __props.closable ? (openBlock(), createElementBlock("div", {
782
+ key: 0,
783
+ class: "alert-close",
784
+ onClick: handleClose
785
+ }, [
786
+ createVNode(unref(IconClose))
787
+ ])) : createCommentVNode("", true)
788
+ ]),
789
+ __props.description || _ctx.$slots.description ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
790
+ renderSlot(_ctx.$slots, "description", {}, () => [
791
+ createTextVNode(toDisplayString(__props.description), 1)
792
+ ], true)
793
+ ])) : createCommentVNode("", true),
794
+ _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_5$3, [
795
+ renderSlot(_ctx.$slots, "actions", {}, void 0, true)
796
+ ])) : createCommentVNode("", true)
797
+ ], 2);
798
+ };
799
+ }
800
+ });
801
+ var Alert = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-3bf3a1a9"]]);
802
+ var Button_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".btn{border-radius:4px;display:inline-flex;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-wrap:wrap;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;text-align:center;font-size:.875rem;line-height:1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;height:2.25rem;padding-left:1rem;padding-right:1rem;outline-width:0px;border-style:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle}.btn:hover{opacity:.9}.btn:active{opacity:1}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-default{border:1px solid #d9d9d9}.btn-default .btn-icon{color:#0e1731}.btn-primary{background:#4ccba0;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-secondary{background:#0e1731;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-danger{background:#d71d1d;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-block{width:100%}.btn-icon{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));margin-right:.75rem}.btn-loading{cursor:not-allowed}.btn-loading:hover{opacity:1}.btn-lg{height:2.75rem;padding-left:1.25rem;padding-right:1.25rem;font-size:1.125rem;line-height:1.75rem}.btn-sm{height:1.75rem;padding-left:.75rem;padding-right:.75rem;font-size:.75rem;line-height:1rem}.btn-sm .btn-icon{height:.75rem;width:.75rem;margin-right:.5rem}.btn-xs{height:1.5rem;padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem}.btn-xs .btn-icon{height:.75rem;width:.75rem;margin-right:.5rem}.btn-circle{width:2.25rem;padding:0;border-radius:9999px}.btn-lg.btn-circle{width:2.75rem}.btn-sm.btn-circle{width:1.75rem}.btn-xs.btn-circle{width:1.5rem}\n")();
803
+ const _hoisted_1$k = ["disabled"];
804
+ const _hoisted_2$d = {
805
+ key: 0,
806
+ class: "btn-icon"
807
+ };
808
+ const _hoisted_3$b = {
809
+ key: 0,
810
+ class: "animate-spin",
811
+ fill: "none",
812
+ viewBox: "0 0 24 24",
813
+ xmlns: "http://www.w3.org/2000/svg"
814
+ };
815
+ const _hoisted_4$7 = /* @__PURE__ */ createElementVNode("circle", {
816
+ class: "opacity-25",
817
+ cx: "12",
818
+ cy: "12",
819
+ r: "10",
820
+ stroke: "currentColor",
821
+ "stroke-width": "4"
822
+ }, null, -1);
823
+ const _hoisted_5$2 = /* @__PURE__ */ createElementVNode("path", {
824
+ class: "opacity-75",
825
+ d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z",
826
+ fill: "currentColor"
827
+ }, null, -1);
828
+ const _hoisted_6 = [
829
+ _hoisted_4$7,
830
+ _hoisted_5$2
831
+ ];
832
+ const _hoisted_7 = { class: "btn-content" };
833
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
834
+ __name: "Button",
835
+ props: {
836
+ type: {
837
+ type: String,
838
+ default: "default"
839
+ },
840
+ size: {
841
+ type: String,
842
+ default: "md"
843
+ },
844
+ circle: {
845
+ type: Boolean,
846
+ default: false
847
+ },
848
+ block: {
849
+ type: Boolean,
850
+ default: false
851
+ },
852
+ disabled: {
853
+ type: Boolean,
854
+ default: false
855
+ },
856
+ loading: {
857
+ type: Boolean,
858
+ default: false
859
+ },
860
+ route: {
861
+ type: Object
862
+ }
863
+ },
864
+ emits: ["click"],
865
+ setup(__props, { emit }) {
866
+ const props = __props;
867
+ const router = useRouter();
868
+ const classes = computed(() => {
869
+ return [
870
+ `btn-${props.size}`,
871
+ `btn-${props.type}`,
872
+ { "btn-circle": props.circle },
873
+ { "btn-block": props.block },
874
+ { "btn-loading": props.loading }
875
+ ];
876
+ });
877
+ function handleClick() {
878
+ if (props.disabled || props.loading)
879
+ return;
880
+ if (props.route) {
881
+ router.push(props.route);
882
+ }
883
+ emit("click");
884
+ }
885
+ return (_ctx, _cache) => {
886
+ return openBlock(), createElementBlock("button", {
887
+ class: normalizeClass([unref(classes), "btn"]),
888
+ disabled: __props.disabled,
889
+ onClick: handleClick
890
+ }, [
891
+ _ctx.$slots.icon || __props.loading ? (openBlock(), createElementBlock("span", _hoisted_2$d, [
892
+ __props.loading ? (openBlock(), createElementBlock("svg", _hoisted_3$b, _hoisted_6)) : renderSlot(_ctx.$slots, "icon", { key: 1 })
893
+ ])) : createCommentVNode("", true),
894
+ createElementVNode("span", _hoisted_7, [
895
+ renderSlot(_ctx.$slots, "default")
896
+ ])
897
+ ], 10, _hoisted_1$k);
898
+ };
899
+ }
900
+ });
901
+ var Card_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".card-wrapper{box-sizing:border-box;display:flex;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);overflow:hidden;border-radius:4px;border:1px solid #eaecf0}.card-wrapper .card-header{display:flex;justify-content:space-between;border-bottom:1px solid #eaecf0}.card-wrapper .card-header .card-header-title{align-self:center;font-size:1rem;line-height:1.5rem;font-weight:700;padding:12px 16px}.card-wrapper .card-header .card-header-actions{align-self:center}.card-wrapper .card-body{padding:12px 16px}.card-wrapper .card-footer{border-top:1px solid #eaecf0;padding:12px 16px}\n")();
902
+ const _hoisted_1$j = { class: "card-wrapper" };
903
+ const _hoisted_2$c = {
904
+ key: 0,
905
+ class: "card-header"
906
+ };
907
+ const _hoisted_3$a = { class: "card-header-title" };
908
+ const _hoisted_4$6 = { class: "card-header-actions" };
909
+ const _hoisted_5$1 = {
910
+ key: 1,
911
+ class: "card-footer"
912
+ };
913
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
914
+ __name: "Card",
915
+ props: {
916
+ title: {
917
+ type: String
918
+ },
919
+ bodyClass: {
920
+ type: Object
921
+ }
922
+ },
923
+ setup(__props) {
924
+ return (_ctx, _cache) => {
925
+ return openBlock(), createElementBlock("div", _hoisted_1$j, [
926
+ __props.title || _ctx.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
927
+ renderSlot(_ctx.$slots, "header", {}, () => [
928
+ createElementVNode("div", _hoisted_3$a, toDisplayString(__props.title), 1),
929
+ createElementVNode("div", _hoisted_4$6, [
930
+ renderSlot(_ctx.$slots, "actions")
931
+ ])
932
+ ])
933
+ ])) : createCommentVNode("", true),
934
+ createElementVNode("div", {
935
+ class: normalizeClass([__props.bodyClass, "card-body"])
936
+ }, [
937
+ renderSlot(_ctx.$slots, "default")
938
+ ], 2),
939
+ _ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
940
+ renderSlot(_ctx.$slots, "footer")
941
+ ])) : createCommentVNode("", true)
942
+ ]);
943
+ };
944
+ }
945
+ });
946
+ var CheckBox_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".checkbox-wrapper{display:flex;align-items:center;box-sizing:border-box;flex-grow:0}\n")();
947
+ const _hoisted_1$i = { class: "checkbox-inner" };
948
+ const _hoisted_2$b = ["id", "checked", "value"];
949
+ const _hoisted_3$9 = ["for"];
950
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
951
+ __name: "CheckBox",
952
+ props: {
953
+ checked: {
954
+ type: Boolean,
955
+ default: false
956
+ },
957
+ value: {
958
+ type: [String, Number, Boolean]
959
+ },
960
+ label: {
961
+ type: String
962
+ },
963
+ name: {
964
+ type: String
965
+ }
966
+ },
967
+ emits: ["update:checked", "change"],
968
+ setup(__props, { emit }) {
969
+ const props = __props;
970
+ const id = ["checkbox", props.name, props.value].filter((item) => !!item).join("-");
971
+ function handleChange(e) {
972
+ const { checked } = e.target;
973
+ emit("update:checked", checked);
974
+ emit("change", e);
975
+ }
976
+ return (_ctx, _cache) => {
977
+ return openBlock(), createElementBlock("div", {
978
+ class: normalizeClass([{ "checkbox-wrapper-checked": __props.checked }, "checkbox-wrapper"])
979
+ }, [
980
+ createElementVNode("div", _hoisted_1$i, [
981
+ createElementVNode("input", {
982
+ id: unref(id),
983
+ checked: __props.checked,
984
+ value: __props.value,
985
+ type: "checkbox",
986
+ onChange: handleChange
987
+ }, null, 40, _hoisted_2$b)
988
+ ]),
989
+ __props.label ? (openBlock(), createElementBlock("label", {
990
+ key: 0,
991
+ for: unref(id),
992
+ class: "checkbox-label"
993
+ }, toDisplayString(__props.label), 9, _hoisted_3$9)) : createCommentVNode("", true)
994
+ ], 2);
995
+ };
996
+ }
997
+ });
998
+ var CheckBoxGroup_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => "")();
999
+ const _hoisted_1$h = { class: "checkbox-group-wrapper" };
1000
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
1001
+ __name: "CheckBoxGroup",
1002
+ props: {
1003
+ modelValue: {
1004
+ type: Object,
1005
+ default: () => {
1006
+ return [];
1007
+ }
1008
+ },
1009
+ options: {
1010
+ type: Object
1011
+ },
1012
+ valueKey: {
1013
+ type: String,
1014
+ default: "value"
1015
+ },
1016
+ labelKey: {
1017
+ type: String,
1018
+ default: "label"
1019
+ },
1020
+ name: {
1021
+ type: String
1022
+ }
1023
+ },
1024
+ emits: ["update:modelValue", "change"],
1025
+ setup(__props, { emit }) {
1026
+ const props = __props;
1027
+ function handleChange(e) {
1028
+ const { value, checked } = e.target;
1029
+ const checkedValues = [...props.modelValue];
1030
+ if (checked) {
1031
+ checkedValues.push(value);
1032
+ } else {
1033
+ checkedValues.splice(checkedValues.indexOf(value), 1);
1034
+ }
1035
+ emit("update:modelValue", checkedValues);
1036
+ emit("change", checkedValues);
1037
+ }
1038
+ return (_ctx, _cache) => {
1039
+ return openBlock(), createElementBlock("div", _hoisted_1$h, [
1040
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.options, (option, index) => {
1041
+ return openBlock(), createBlock(unref(_sfc_main$k), {
1042
+ key: index,
1043
+ checked: __props.modelValue.includes(option[__props.valueKey]),
1044
+ label: option[__props.labelKey],
1045
+ name: __props.name,
1046
+ value: option[__props.valueKey],
1047
+ onChange: handleChange
1048
+ }, null, 8, ["checked", "label", "name", "value"]);
1049
+ }), 128))
1050
+ ]);
1051
+ };
1052
+ }
1053
+ });
1054
+ const _hoisted_1$g = { class: "flex items-center justify-between bg-white p-4" };
1055
+ const _hoisted_2$a = { class: "min-w-0 flex-1 self-center" };
1056
+ const _hoisted_3$8 = { class: "flex items-center truncate text-xl font-bold text-gray-800" };
1057
+ const _hoisted_4$5 = { class: "self-center" };
1058
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
1059
+ __name: "PageHeader",
1060
+ props: {
1061
+ title: {
1062
+ type: String
1063
+ }
1064
+ },
1065
+ setup(__props) {
1066
+ return (_ctx, _cache) => {
1067
+ return openBlock(), createElementBlock("div", _hoisted_1$g, [
1068
+ createElementVNode("div", _hoisted_2$a, [
1069
+ createElementVNode("h2", _hoisted_3$8, [
1070
+ renderSlot(_ctx.$slots, "icon"),
1071
+ createElementVNode("span", null, toDisplayString(__props.title), 1)
1072
+ ])
1073
+ ]),
1074
+ createElementVNode("div", _hoisted_4$5, [
1075
+ renderSlot(_ctx.$slots, "actions")
1076
+ ])
1077
+ ]);
1078
+ };
1079
+ }
1080
+ });
1081
+ var Input_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".input-wrapper{box-sizing:border-box;position:relative;width:100%;display:inline-flex}.input-wrapper input{outline-width:0px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;resize:none;width:100%;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));display:block;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ced4da;border-radius:4px}.input-wrapper input:active{border-color:#4ccba0}.input-wrapper input:focus{border-color:#4ccba0}.input-wrapper input:disabled{opacity:.5;cursor:not-allowed}.input-wrapper input.input-lg{height:2.75rem;padding-left:1rem;padding-right:1rem;font-size:1.125rem;line-height:1.75rem}.input-wrapper input.input-md{height:2.25rem;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem}.input-wrapper input.input-sm{height:1.75rem;padding-left:.75rem;padding-right:.75rem;font-size:.75rem;line-height:1rem}.input-wrapper input.input-xs{height:1.5rem;padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem}.input-wrapper .input-prefix{position:absolute;display:flex;top:50%;transform:translateY(-50%);align-items:center;justify-content:center}.input-wrapper .input-suffix{position:absolute;display:flex;top:50%;right:0;transform:translateY(-50%);align-items:center;justify-content:center}\n")();
1082
+ const _hoisted_1$f = { class: "input-wrapper" };
1083
+ const _hoisted_2$9 = {
1084
+ key: 0,
1085
+ class: "input-prefix"
1086
+ };
1087
+ const _hoisted_3$7 = ["disabled", "placeholder", "value"];
1088
+ const _hoisted_4$4 = {
1089
+ key: 1,
1090
+ class: "input-suffix"
1091
+ };
1092
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
1093
+ __name: "Input",
1094
+ props: {
1095
+ modelValue: {
1096
+ type: String
1097
+ },
1098
+ size: {
1099
+ type: String,
1100
+ default: "md"
1101
+ },
1102
+ disabled: {
1103
+ type: Boolean,
1104
+ default: false
1105
+ },
1106
+ placeholder: {
1107
+ type: String
1108
+ }
1109
+ },
1110
+ emits: ["update:modelValue"],
1111
+ setup(__props, { emit }) {
1112
+ const props = __props;
1113
+ const classes = computed(() => {
1114
+ return [`input-${props.size}`];
1115
+ });
1116
+ function handleInput(e) {
1117
+ const { value } = e.target;
1118
+ emit("update:modelValue", value);
1119
+ }
1120
+ return (_ctx, _cache) => {
1121
+ return openBlock(), createElementBlock("div", _hoisted_1$f, [
1122
+ _ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_2$9, [
1123
+ renderSlot(_ctx.$slots, "prefix")
1124
+ ])) : createCommentVNode("", true),
1125
+ createElementVNode("input", {
1126
+ class: normalizeClass(unref(classes)),
1127
+ disabled: __props.disabled,
1128
+ placeholder: __props.placeholder,
1129
+ value: __props.modelValue,
1130
+ type: "text",
1131
+ onInput: handleInput
1132
+ }, null, 42, _hoisted_3$7),
1133
+ _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
1134
+ renderSlot(_ctx.$slots, "suffix")
1135
+ ])) : createCommentVNode("", true)
1136
+ ]);
1137
+ };
1138
+ }
1139
+ });
1140
+ const _hoisted_1$e = { class: "menu-container w-full p-3" };
1141
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
1142
+ __name: "Menu",
1143
+ props: {
1144
+ openIds: {
1145
+ type: Object,
1146
+ required: false
1147
+ }
1148
+ },
1149
+ setup(__props) {
1150
+ const props = __props;
1151
+ provide("openIds", props.openIds);
1152
+ return (_ctx, _cache) => {
1153
+ return openBlock(), createElementBlock("div", _hoisted_1$e, [
1154
+ createElementVNode("ul", null, [
1155
+ renderSlot(_ctx.$slots, "default")
1156
+ ])
1157
+ ]);
1158
+ };
1159
+ }
1160
+ });
1161
+ var MenuItem_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => '.menu-item{cursor:pointer}.menu-item-title{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:1rem;line-height:1.5rem;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:.5rem;font-weight:400;border-radius:4px}.menu-item-title:hover,.menu-item-title.active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));font-weight:500}.menu-item-title.active:after{position:absolute;top:calc(50% - 13px);left:-8px;width:3px;height:26px;content:"";background:#242e41;border-radius:6px}.menu-icon-collapse.open{transform:rotate(90deg)}.submenus-show-enter-active{transition:all .1s ease-out}.submenus-show-leave-active{transition:all .8s cubic-bezier(1,.5,.8,1)}.submenus-show-enter-from,.submenus-show-enter-to{transform:translateY(-10px);opacity:0}\n')();
1162
+ const _hoisted_1$d = ["onClick"];
1163
+ const _hoisted_2$8 = {
1164
+ key: 0,
1165
+ class: "menu-icon mr-3 self-center"
1166
+ };
1167
+ const _hoisted_3$6 = { class: "menu-title flex-1 self-center" };
1168
+ const _hoisted_4$3 = { class: "sub-menu-items transition-all" };
1169
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
1170
+ __name: "MenuItem",
1171
+ props: {
1172
+ id: {
1173
+ type: String,
1174
+ default: ""
1175
+ },
1176
+ title: {
1177
+ type: String,
1178
+ default: ""
1179
+ },
1180
+ active: {
1181
+ type: Boolean,
1182
+ default: false
1183
+ }
1184
+ },
1185
+ emits: ["select"],
1186
+ setup(__props, { emit }) {
1187
+ const props = __props;
1188
+ const slots = useSlots();
1189
+ const open = ref(false);
1190
+ const openIds = inject("openIds");
1191
+ if (openIds == null ? void 0 : openIds.includes(props.id)) {
1192
+ open.value = true;
1193
+ }
1194
+ const hasSubmenus = computed(() => {
1195
+ return slots.default && slots.default().length > 0;
1196
+ });
1197
+ function handleClick() {
1198
+ if (hasSubmenus.value) {
1199
+ open.value = !open.value;
1200
+ return;
1201
+ }
1202
+ emit("select", props.id);
1203
+ }
1204
+ return (_ctx, _cache) => {
1205
+ return openBlock(), createElementBlock("li", {
1206
+ class: normalizeClass([{ "has-submenus": unref(hasSubmenus) }, "menu-item"]),
1207
+ onClick: withModifiers(handleClick, ["stop"])
1208
+ }, [
1209
+ createElementVNode("div", {
1210
+ class: normalizeClass([{ active: __props.active }, "menu-item-title"])
1211
+ }, [
1212
+ _ctx.$slots.icon ? (openBlock(), createElementBlock("span", _hoisted_2$8, [
1213
+ renderSlot(_ctx.$slots, "icon")
1214
+ ])) : createCommentVNode("", true),
1215
+ createElementVNode("span", _hoisted_3$6, toDisplayString(__props.title), 1),
1216
+ _ctx.$slots.default ? (openBlock(), createElementBlock("span", {
1217
+ key: 1,
1218
+ class: normalizeClass([{ open: open.value }, "menu-icon-collapse self-center transition-all"])
1219
+ }, [
1220
+ createVNode(unref(IconArrowRight))
1221
+ ], 2)) : createCommentVNode("", true)
1222
+ ], 2),
1223
+ createVNode(Transition, { name: "submenus-show" }, {
1224
+ default: withCtx(() => [
1225
+ withDirectives(createElementVNode("ul", _hoisted_4$3, [
1226
+ renderSlot(_ctx.$slots, "default")
1227
+ ], 512), [
1228
+ [vShow, _ctx.$slots.default && open.value]
1229
+ ])
1230
+ ]),
1231
+ _: 3
1232
+ })
1233
+ ], 10, _hoisted_1$d);
1234
+ };
1235
+ }
1236
+ });
1237
+ var MenuLabel_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".menu-label{padding-top:10px;padding-bottom:10px;color:#847e7e;font-size:14px;font-weight:400}\n")();
1238
+ const _sfc_main$e = {};
1239
+ const _hoisted_1$c = { class: "menu-label flex flex-col" };
1240
+ function _sfc_render(_ctx, _cache) {
1241
+ return openBlock(), createElementBlock("li", _hoisted_1$c, [
1242
+ renderSlot(_ctx.$slots, "default")
1243
+ ]);
1244
+ }
1245
+ var VMenuLabel = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render]]);
1246
+ const VRoutesMenu = defineComponent({
1247
+ name: "VRoutesMenu",
1248
+ props: {
1249
+ menus: {
1250
+ type: Object
1251
+ }
1252
+ },
1253
+ emits: ["select"],
1254
+ setup(props, {
1255
+ emit
1256
+ }) {
1257
+ const route = useRoute();
1258
+ const {
1259
+ push
1260
+ } = useRouter();
1261
+ const openIds = computed(() => {
1262
+ return route.matched.map((item) => item.path);
1263
+ });
1264
+ async function handleSelect(id) {
1265
+ emit("select", id);
1266
+ await push(id);
1267
+ }
1268
+ function renderIcon(icon) {
1269
+ if (!icon)
1270
+ return void 0;
1271
+ return createVNode(icon, {
1272
+ "height": "20px",
1273
+ "width": "20px"
1274
+ }, null);
1275
+ }
1276
+ function renderItems(items) {
1277
+ return items == null ? void 0 : items.map((item) => {
1278
+ var _a;
1279
+ return createVNode(Fragment, null, [((_a = item.children) == null ? void 0 : _a.length) ? createVNode(_sfc_main$f, {
1280
+ "key": item.path,
1281
+ "id": item.path,
1282
+ "title": item.name
1283
+ }, {
1284
+ default: () => [renderItems(item.children)],
1285
+ icon: () => renderIcon(item.icon)
1286
+ }) : createVNode(_sfc_main$f, {
1287
+ "key": item.path,
1288
+ "id": item.path,
1289
+ "title": item.name,
1290
+ "onSelect": handleSelect,
1291
+ "active": openIds.value.includes(item.path)
1292
+ }, {
1293
+ icon: () => renderIcon(item.icon)
1294
+ })]);
1295
+ });
1296
+ }
1297
+ return () => createVNode(_sfc_main$g, {
1298
+ "openIds": openIds.value
1299
+ }, {
1300
+ default: () => {
1301
+ var _a;
1302
+ return [(_a = props.menus) == null ? void 0 : _a.map((menu) => {
1303
+ var _a2;
1304
+ return createVNode(Fragment, null, [menu.name && createVNode(VMenuLabel, null, {
1305
+ default: () => [menu.name]
1306
+ }), ((_a2 = menu.items) == null ? void 0 : _a2.length) && renderItems(menu.items)]);
1307
+ })];
1308
+ }
1309
+ });
1310
+ }
1311
+ });
1312
+ var Modal_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".modal-wrapper{position:fixed;top:0px;left:0px;height:100%;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:999}.modal-wrapper .modal-layer{flex:none;position:absolute;top:0px;left:0px;height:100%;width:100%;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:rgb(107 114 128 / var(--tw-bg-opacity));--tw-bg-opacity: .75}.modal-wrapper .modal-content{display:flex;flex-direction:column;position:relative;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));align-items:stretch;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);width:calc(100vw - 20px);max-height:calc(100vh - 20px);border-radius:4px}.modal-wrapper .modal-content .modal-header{display:flex;justify-content:space-between;border-bottom-width:1px}.modal-wrapper .modal-content .modal-header .modal-header-title{align-self:center;font-size:1rem;line-height:1.5rem;font-weight:700;padding:12px 16px}.modal-wrapper .modal-content .modal-header .modal-header-actions{align-self:center;height:100%}.modal-wrapper .modal-content .modal-header .modal-header-actions .modal-header-action{cursor:pointer;padding:12px 16px}.modal-wrapper .modal-content .modal-header .modal-header-actions .modal-header-action:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.modal-wrapper .modal-content .modal-body{overflow-y:auto;overflow-x:hidden;flex:1 1 0%;word-wrap:break-word;padding:12px 16px}.modal-wrapper .modal-content .modal-footer{border-top-width:1px;padding:12px 16px}.modal-wrapper.modal-wrapper-fullscreen .modal-content{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0}\n")();
1313
+ const _hoisted_1$b = {
1314
+ key: 0,
1315
+ class: "modal-header"
1316
+ };
1317
+ const _hoisted_2$7 = { class: "modal-header-title" };
1318
+ const _hoisted_3$5 = { class: "modal-header-actions flex flex-row" };
1319
+ const _hoisted_4$2 = {
1320
+ key: 1,
1321
+ class: "modal-footer"
1322
+ };
1323
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
1324
+ __name: "Modal",
1325
+ props: {
1326
+ visible: {
1327
+ type: Boolean,
1328
+ default: false
1329
+ },
1330
+ title: {
1331
+ type: String
1332
+ },
1333
+ width: {
1334
+ type: Number,
1335
+ default: 500
1336
+ },
1337
+ fullscreen: {
1338
+ type: Boolean,
1339
+ default: false
1340
+ },
1341
+ bodyClass: {
1342
+ type: Object
1343
+ }
1344
+ },
1345
+ emits: ["update:visible", "close"],
1346
+ setup(__props, { emit }) {
1347
+ const props = __props;
1348
+ const rootVisible = ref(false);
1349
+ const wrapperClasses = computed(() => {
1350
+ return {
1351
+ "modal-wrapper-fullscreen": props.fullscreen
1352
+ };
1353
+ });
1354
+ const contentStyles = computed(() => {
1355
+ return {
1356
+ maxWidth: props.width + "px"
1357
+ };
1358
+ });
1359
+ function handleClose() {
1360
+ emit("update:visible", false);
1361
+ emit("close");
1362
+ }
1363
+ return (_ctx, _cache) => {
1364
+ return openBlock(), createBlock(Teleport, {
1365
+ to: "body",
1366
+ disabled: true
1367
+ }, [
1368
+ withDirectives(createElementVNode("div", {
1369
+ class: normalizeClass([unref(wrapperClasses), "modal-wrapper"]),
1370
+ "aria-modal": "true",
1371
+ role: "dialog",
1372
+ tabindex: "0",
1373
+ onKeyup: _cache[4] || (_cache[4] = withKeys(($event) => handleClose(), ["esc"]))
1374
+ }, [
1375
+ createVNode(Transition, {
1376
+ "enter-active-class": "ease-out duration-200",
1377
+ "enter-from-class": "opacity-0",
1378
+ "enter-to-class": "opacity-100",
1379
+ "leave-active-class": "ease-in duration-100",
1380
+ "leave-from-class": "opacity-100",
1381
+ "leave-to-class": "opacity-0",
1382
+ onBeforeEnter: _cache[1] || (_cache[1] = ($event) => rootVisible.value = true),
1383
+ onAfterLeave: _cache[2] || (_cache[2] = ($event) => rootVisible.value = false)
1384
+ }, {
1385
+ default: withCtx(() => [
1386
+ withDirectives(createElementVNode("div", {
1387
+ class: "modal-layer",
1388
+ onClick: _cache[0] || (_cache[0] = ($event) => handleClose())
1389
+ }, null, 512), [
1390
+ [vShow, __props.visible]
1391
+ ])
1392
+ ]),
1393
+ _: 1
1394
+ }),
1395
+ createVNode(Transition, {
1396
+ "enter-active-class": "ease-out duration-200",
1397
+ "enter-from-class": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
1398
+ "enter-to-class": "opacity-100 translate-y-0 sm:scale-100",
1399
+ "leave-active-class": "ease-in duration-100",
1400
+ "leave-from-class": "opacity-100 translate-y-0 sm:scale-100",
1401
+ "leave-to-class": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
1402
+ }, {
1403
+ default: withCtx(() => [
1404
+ withDirectives(createElementVNode("div", {
1405
+ style: normalizeStyle(unref(contentStyles)),
1406
+ class: "modal-content transform transition-all"
1407
+ }, [
1408
+ _ctx.$slots.header || __props.title ? (openBlock(), createElementBlock("div", _hoisted_1$b, [
1409
+ renderSlot(_ctx.$slots, "header", {}, () => [
1410
+ createElementVNode("div", _hoisted_2$7, toDisplayString(__props.title), 1),
1411
+ createElementVNode("div", _hoisted_3$5, [
1412
+ renderSlot(_ctx.$slots, "actions"),
1413
+ createElementVNode("div", {
1414
+ class: "modal-header-action",
1415
+ onClick: _cache[3] || (_cache[3] = ($event) => handleClose())
1416
+ }, [
1417
+ createVNode(unref(IconClose))
1418
+ ])
1419
+ ])
1420
+ ])
1421
+ ])) : createCommentVNode("", true),
1422
+ createElementVNode("div", {
1423
+ class: normalizeClass([__props.bodyClass, "modal-body"])
1424
+ }, [
1425
+ renderSlot(_ctx.$slots, "default")
1426
+ ], 2),
1427
+ _ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_4$2, [
1428
+ renderSlot(_ctx.$slots, "footer")
1429
+ ])) : createCommentVNode("", true)
1430
+ ], 4), [
1431
+ [vShow, __props.visible]
1432
+ ])
1433
+ ]),
1434
+ _: 3
1435
+ })
1436
+ ], 34), [
1437
+ [vShow, rootVisible.value]
1438
+ ])
1439
+ ]);
1440
+ };
1441
+ }
1442
+ });
1443
+ var Radio_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".radio-wrapper{display:flex;align-items:center;box-sizing:border-box;flex-grow:0}.radio-wrapper .radio-inner{align-self:center;position:relative}.radio-wrapper .radio-label{display:flex;align-self:center;align-items:flex-start;margin-left:.75rem}\n")();
1444
+ const _hoisted_1$a = { class: "radio-inner" };
1445
+ const _hoisted_2$6 = ["id", "checked", "name", "value"];
1446
+ const _hoisted_3$4 = ["for"];
1447
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
1448
+ __name: "Radio",
1449
+ props: {
1450
+ modelValue: {
1451
+ type: [String, Number, Boolean]
1452
+ },
1453
+ value: {
1454
+ type: [String, Number, Boolean]
1455
+ },
1456
+ label: {
1457
+ type: String
1458
+ },
1459
+ name: {
1460
+ type: String
1461
+ }
1462
+ },
1463
+ emits: ["update:modelValue", "change"],
1464
+ setup(__props, { emit }) {
1465
+ const props = __props;
1466
+ const id = ["radio", props.name, props.value].filter((item) => !!item).join("-");
1467
+ const checked = computed(() => props.modelValue === props.value);
1468
+ function handleChange(e) {
1469
+ const { value } = e.target;
1470
+ emit("update:modelValue", value);
1471
+ emit("change", value);
1472
+ }
1473
+ return (_ctx, _cache) => {
1474
+ return openBlock(), createElementBlock("div", {
1475
+ class: normalizeClass([{ "radio-wrapper-checked": unref(checked) }, "radio-wrapper"])
1476
+ }, [
1477
+ createElementVNode("div", _hoisted_1$a, [
1478
+ createElementVNode("input", {
1479
+ id: unref(id),
1480
+ checked: unref(checked),
1481
+ name: __props.name,
1482
+ value: __props.value,
1483
+ type: "radio",
1484
+ onChange: handleChange
1485
+ }, null, 40, _hoisted_2$6)
1486
+ ]),
1487
+ __props.label ? (openBlock(), createElementBlock("label", {
1488
+ key: 0,
1489
+ for: unref(id),
1490
+ class: "radio-label"
1491
+ }, toDisplayString(__props.label), 9, _hoisted_3$4)) : createCommentVNode("", true)
1492
+ ], 2);
1493
+ };
1494
+ }
1495
+ });
1496
+ const _hoisted_1$9 = { class: "radio-group-wrapper" };
1497
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
1498
+ __name: "RadioGroup",
1499
+ props: {
1500
+ modelValue: {
1501
+ type: [String, Number, Boolean]
1502
+ },
1503
+ options: {
1504
+ type: Object
1505
+ },
1506
+ valueKey: {
1507
+ type: String,
1508
+ default: "value"
1509
+ },
1510
+ labelKey: {
1511
+ type: String,
1512
+ default: "label"
1513
+ },
1514
+ name: {
1515
+ type: String
1516
+ }
1517
+ },
1518
+ emits: ["update:modelValue", "change"],
1519
+ setup(__props, { emit }) {
1520
+ function handleChange(value) {
1521
+ emit("update:modelValue", value);
1522
+ emit("change", value);
1523
+ }
1524
+ return (_ctx, _cache) => {
1525
+ return openBlock(), createElementBlock("div", _hoisted_1$9, [
1526
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.options, (option, index) => {
1527
+ return openBlock(), createBlock(unref(_sfc_main$c), {
1528
+ key: index,
1529
+ label: option[__props.labelKey] + "",
1530
+ "model-value": __props.modelValue,
1531
+ name: __props.name,
1532
+ value: option[__props.valueKey],
1533
+ onChange: handleChange
1534
+ }, null, 8, ["label", "model-value", "name", "value"]);
1535
+ }), 128))
1536
+ ]);
1537
+ };
1538
+ }
1539
+ });
1540
+ var Select_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".select-wrapper{box-sizing:border-box;position:relative;width:100%;display:inline-flex}.select-wrapper select{outline-width:0px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));display:block;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ced4da;border-radius:4px}.select-wrapper select:active{border-color:#4ccba0}.select-wrapper select:focus{border-color:#4ccba0}.select-wrapper select:disabled{opacity:.5;cursor:not-allowed}.select-wrapper select.select-lg{height:2.75rem;padding-left:1rem;padding-right:1rem;font-size:1.125rem;line-height:1.75rem}.select-wrapper select.select-md{height:2.25rem;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem}.select-wrapper select.select-sm{height:1.75rem;padding-left:.75rem;padding-right:.75rem;font-size:.75rem;line-height:1rem}.select-wrapper select.select-xs{height:1.5rem;padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem}\n")();
1541
+ const _hoisted_1$8 = { class: "select-wrapper" };
1542
+ const _hoisted_2$5 = ["disabled", "value"];
1543
+ const _hoisted_3$3 = {
1544
+ key: "placeholder",
1545
+ disabled: "",
1546
+ hidden: "",
1547
+ value: ""
1548
+ };
1549
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
1550
+ __name: "Select",
1551
+ props: {
1552
+ modelValue: {
1553
+ type: String
1554
+ },
1555
+ size: {
1556
+ type: String,
1557
+ default: "md"
1558
+ },
1559
+ disabled: {
1560
+ type: Boolean,
1561
+ default: false
1562
+ },
1563
+ placeholder: {
1564
+ type: String
1565
+ }
1566
+ },
1567
+ emits: ["update:modelValue"],
1568
+ setup(__props, { emit }) {
1569
+ const props = __props;
1570
+ const classes = computed(() => {
1571
+ return [`select-${props.size}`];
1572
+ });
1573
+ function handleChange(e) {
1574
+ const { value } = e.target;
1575
+ emit("update:modelValue", value);
1576
+ }
1577
+ return (_ctx, _cache) => {
1578
+ return openBlock(), createElementBlock("div", _hoisted_1$8, [
1579
+ createElementVNode("select", {
1580
+ class: normalizeClass(unref(classes)),
1581
+ disabled: __props.disabled,
1582
+ value: __props.modelValue,
1583
+ onChange: handleChange
1584
+ }, [
1585
+ __props.placeholder ? (openBlock(), createElementBlock("option", _hoisted_3$3, toDisplayString(__props.placeholder), 1)) : createCommentVNode("", true),
1586
+ renderSlot(_ctx.$slots, "default")
1587
+ ], 42, _hoisted_2$5)
1588
+ ]);
1589
+ };
1590
+ }
1591
+ });
1592
+ const _hoisted_1$7 = ["value"];
1593
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
1594
+ __name: "Option",
1595
+ props: {
1596
+ value: {
1597
+ type: [String, Number, Boolean]
1598
+ }
1599
+ },
1600
+ setup(__props) {
1601
+ return (_ctx, _cache) => {
1602
+ return openBlock(), createElementBlock("option", { value: __props.value }, [
1603
+ renderSlot(_ctx.$slots, "default")
1604
+ ], 8, _hoisted_1$7);
1605
+ };
1606
+ }
1607
+ });
1608
+ const SpacingSize = {
1609
+ xs: 10,
1610
+ sm: 12,
1611
+ md: 16,
1612
+ lg: 20
1613
+ };
1614
+ var Space_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".space-wrapper{display:inline-flex;box-sizing:border-box}.space-wrapper.space-direction-row{flex-direction:row}.space-wrapper.space-direction-column{flex-direction:column}.space-wrapper.space-align-center{align-items:center}.space-wrapper.space-align-start{align-items:flex-start}.space-wrapper.space-align-end{align-items:flex-end}.space-wrapper.space-align-stretch{align-items:stretch}\n")();
1615
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
1616
+ __name: "Space",
1617
+ props: {
1618
+ spacing: {
1619
+ type: String,
1620
+ default: "xs"
1621
+ },
1622
+ direction: {
1623
+ type: String,
1624
+ default: "row"
1625
+ },
1626
+ align: {
1627
+ type: String,
1628
+ default: "center"
1629
+ }
1630
+ },
1631
+ setup(__props) {
1632
+ const props = __props;
1633
+ const wrapperClasses = computed(() => {
1634
+ const { direction, align } = props;
1635
+ return [`space-direction-${direction}`, `space-align-${align}`];
1636
+ });
1637
+ return (_ctx, _cache) => {
1638
+ return openBlock(), createElementBlock("div", {
1639
+ class: normalizeClass([unref(wrapperClasses), "space-wrapper"]),
1640
+ style: normalizeStyle(`gap: ${unref(SpacingSize)[__props.spacing]}px`)
1641
+ }, [
1642
+ renderSlot(_ctx.$slots, "default")
1643
+ ], 6);
1644
+ };
1645
+ }
1646
+ });
1647
+ var Tabs_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".tabs-wrapper{display:flex}.tabs-wrapper.tabs-direction-row{flex-direction:column}.tabs-wrapper.tabs-direction-row .tabs-items-wrapper{margin-top:.5rem}.tabs-wrapper.tabs-direction-column .tabs-items-wrapper{margin-left:.5rem}\n")();
1648
+ const _hoisted_1$6 = { class: "tabs-bar-wrapper" };
1649
+ const _hoisted_2$4 = { class: "tabs-items-wrapper" };
1650
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
1651
+ __name: "Tabs",
1652
+ props: {
1653
+ activeId: {
1654
+ type: [Number, String]
1655
+ },
1656
+ type: {
1657
+ type: String,
1658
+ default: "default"
1659
+ },
1660
+ direction: {
1661
+ type: String,
1662
+ default: "row"
1663
+ },
1664
+ idKey: {
1665
+ type: String,
1666
+ default: "id"
1667
+ },
1668
+ labelKey: {
1669
+ type: String,
1670
+ default: "label"
1671
+ }
1672
+ },
1673
+ emits: ["update:activeId", "change"],
1674
+ setup(__props, { emit }) {
1675
+ const props = __props;
1676
+ provide("activeId", computed(() => props.activeId));
1677
+ const slots = useSlots();
1678
+ const tabItems = computed(() => {
1679
+ var _a;
1680
+ return (_a = slots.default) == null ? void 0 : _a.call(slots).map(({ props: slotProps }) => {
1681
+ return {
1682
+ id: slotProps == null ? void 0 : slotProps[props.idKey],
1683
+ label: slotProps == null ? void 0 : slotProps[props.labelKey]
1684
+ };
1685
+ });
1686
+ });
1687
+ const classes = computed(() => {
1688
+ return [`tabs-direction-${props.direction}`];
1689
+ });
1690
+ const handleChange = (id) => {
1691
+ emit("update:activeId", id);
1692
+ emit("change", id);
1693
+ };
1694
+ return (_ctx, _cache) => {
1695
+ return openBlock(), createElementBlock("div", {
1696
+ class: normalizeClass([unref(classes), "tabs-wrapper"])
1697
+ }, [
1698
+ createElementVNode("div", _hoisted_1$6, [
1699
+ createVNode(unref(_sfc_main$5), {
1700
+ activeId: __props.activeId,
1701
+ direction: __props.direction,
1702
+ items: unref(tabItems),
1703
+ type: __props.type,
1704
+ onChange: handleChange
1705
+ }, null, 8, ["activeId", "direction", "items", "type"])
1706
+ ]),
1707
+ createElementVNode("div", _hoisted_2$4, [
1708
+ renderSlot(_ctx.$slots, "default")
1709
+ ])
1710
+ ], 2);
1711
+ };
1712
+ }
1713
+ });
1714
+ const _hoisted_1$5 = {
1715
+ key: 0,
1716
+ class: "tabs-item-wrapper"
1717
+ };
1718
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
1719
+ __name: "TabItem",
1720
+ props: {
1721
+ id: {
1722
+ type: String
1723
+ },
1724
+ label: {
1725
+ type: String
1726
+ }
1727
+ },
1728
+ setup(__props) {
1729
+ const props = __props;
1730
+ const activeId = inject("activeId");
1731
+ const isActive = computed(() => {
1732
+ return (activeId == null ? void 0 : activeId.value) === props.id;
1733
+ });
1734
+ return (_ctx, _cache) => {
1735
+ return unref(isActive) ? (openBlock(), createElementBlock("div", _hoisted_1$5, [
1736
+ renderSlot(_ctx.$slots, "default")
1737
+ ])) : createCommentVNode("", true);
1738
+ };
1739
+ }
1740
+ });
1741
+ var Tabbar_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".tabbar-wrapper .tabbar-items{display:flex;align-items:center;flex-direction:row}.tabbar-wrapper .tabbar-item{display:flex;cursor:pointer;align-self:center;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:1rem;line-height:1.5rem;justify-content:center;gap:.5rem}.tabbar-wrapper .tabbar-item .tabbar-item-label,.tabbar-wrapper .tabbar-item .tabbar-item-icon{align-self:center}.tabbar-wrapper.tabbar-default{border-bottom-width:2px;--tw-border-opacity: 1;border-bottom-color:rgb(243 244 246 / var(--tw-border-opacity))}.tabbar-wrapper.tabbar-default .tabbar-items{margin-bottom:-2px;justify-content:flex-start}.tabbar-wrapper.tabbar-default .tabbar-item{height:2.5rem;padding:.25rem 1.25rem;--tw-border-opacity: 1;border-bottom-color:rgb(243 244 246 / var(--tw-border-opacity));border-bottom-width:2px}.tabbar-wrapper.tabbar-default .tabbar-item.tabbar-item-active{color:#0e1731;border-bottom-color:#0e1731}.tabbar-wrapper.tabbar-pills .tabbar-items{gap:.25rem;justify-content:flex-start}.tabbar-wrapper.tabbar-pills .tabbar-item{height:2.5rem;padding:.25rem 2.25rem;opacity:.7;border-radius:4px}.tabbar-wrapper.tabbar-pills .tabbar-item.tabbar-item-active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));opacity:1}.tabbar-wrapper.tabbar-pills .tabbar-item:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.tabbar-wrapper.tabbar-outline{padding:.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));border-radius:4px}.tabbar-wrapper.tabbar-outline .tabbar-items{gap:.25rem;justify-content:flex-start}.tabbar-wrapper.tabbar-outline .tabbar-item{height:2.5rem;padding:.25rem 2.25rem;opacity:.7;border-radius:4px}.tabbar-wrapper.tabbar-outline .tabbar-item.tabbar-item-active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));opacity:1;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tabbar-wrapper.tabbar-outline .tabbar-item:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.tabbar-wrapper.tabbar-direction-row .tabbar-items{flex-direction:row}.tabbar-wrapper.tabbar-direction-column .tabbar-items{flex-direction:column}.tabbar-wrapper.tabbar-direction-column.tabbar-default{border-bottom-width:0;border-bottom-width:0px;border-right-width:2px;--tw-border-opacity: 1;border-right-color:rgb(243 244 246 / var(--tw-border-opacity))}.tabbar-wrapper.tabbar-direction-column.tabbar-default .tabbar-items{margin-bottom:0;margin-right:-2px}.tabbar-wrapper.tabbar-direction-column.tabbar-default .tabbar-item{border-bottom-width:0;border-right-width:2px}.tabbar-wrapper.tabbar-direction-column.tabbar-default .tabbar-item.tabbar-item-active{border-right-color:#0e1731}\n")();
1742
+ const _hoisted_1$4 = { class: "tabbar-items" };
1743
+ const _hoisted_2$3 = ["onClick"];
1744
+ const _hoisted_3$2 = {
1745
+ key: 0,
1746
+ class: "tabbar-item-icon"
1747
+ };
1748
+ const _hoisted_4$1 = {
1749
+ key: 1,
1750
+ class: "tabbar-item-label"
1751
+ };
1752
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
1753
+ __name: "Tabbar",
1754
+ props: {
1755
+ activeId: {
1756
+ type: [Number, String]
1757
+ },
1758
+ items: {
1759
+ type: Object
1760
+ },
1761
+ type: {
1762
+ type: String,
1763
+ default: "default"
1764
+ },
1765
+ direction: {
1766
+ type: String,
1767
+ default: "row"
1768
+ },
1769
+ idKey: {
1770
+ type: String,
1771
+ default: "id"
1772
+ },
1773
+ labelKey: {
1774
+ type: String,
1775
+ default: "label"
1776
+ }
1777
+ },
1778
+ emits: ["update:activeId", "change"],
1779
+ setup(__props, { emit }) {
1780
+ const props = __props;
1781
+ const classes = computed(() => {
1782
+ return [`tabbar-${props.type}`, `tabbar-direction-${props.direction}`];
1783
+ });
1784
+ const handleChange = (id) => {
1785
+ emit("update:activeId", id);
1786
+ emit("change", id);
1787
+ };
1788
+ return (_ctx, _cache) => {
1789
+ return openBlock(), createElementBlock("div", {
1790
+ class: normalizeClass([unref(classes), "tabbar-wrapper"])
1791
+ }, [
1792
+ createElementVNode("div", _hoisted_1$4, [
1793
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item, index) => {
1794
+ return openBlock(), createElementBlock("div", {
1795
+ key: index,
1796
+ class: normalizeClass([{ "tabbar-item-active": item[__props.idKey] === __props.activeId }, "tabbar-item"]),
1797
+ onClick: ($event) => handleChange(item[__props.idKey])
1798
+ }, [
1799
+ item.icon ? (openBlock(), createElementBlock("div", _hoisted_3$2, [
1800
+ (openBlock(), createBlock(resolveDynamicComponent(item.icon)))
1801
+ ])) : createCommentVNode("", true),
1802
+ item[__props.labelKey] ? (openBlock(), createElementBlock("div", _hoisted_4$1, toDisplayString(item[__props.labelKey]), 1)) : createCommentVNode("", true)
1803
+ ], 10, _hoisted_2$3);
1804
+ }), 128))
1805
+ ])
1806
+ ], 2);
1807
+ };
1808
+ }
1809
+ });
1810
+ var Tag_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".tag-wrapper{border-radius:4px;display:inline-flex;flex-shrink:0;flex-wrap:wrap;box-sizing:border-box;cursor:pointer;text-align:center;align-items:center;justify-content:center;width:auto;vertical-align:middle;height:1.25rem;font-size:.75rem;line-height:1rem}.tag-wrapper.tag-default{border:1px solid #d9d9d9}.tag-wrapper.tag-primary{background:#4ccba0;border:1px solid #4ccba0;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tag-wrapper.tag-secondary{background:#0e1731;border:1px solid #0e1731;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tag-wrapper.tag-danger{background:#d71d1d;border:1px solid #d71d1d;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tag-wrapper.tag-rounded{border-radius:9999px}.tag-wrapper .tag-content{padding-left:.25rem;padding-right:.25rem}.tag-wrapper .tag-left-icon{padding-left:.25rem}.tag-wrapper .tag-right-icon{padding-right:.25rem}\n")();
1811
+ const _hoisted_1$3 = {
1812
+ key: 0,
1813
+ class: "tag-left-icon"
1814
+ };
1815
+ const _hoisted_2$2 = { class: "tag-content" };
1816
+ const _hoisted_3$1 = {
1817
+ key: 1,
1818
+ class: "tag-right-icon"
1819
+ };
1820
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
1821
+ __name: "Tag",
1822
+ props: {
1823
+ theme: {
1824
+ type: String,
1825
+ default: "default"
1826
+ },
1827
+ rounded: {
1828
+ type: Boolean,
1829
+ default: false
1830
+ }
1831
+ },
1832
+ setup(__props) {
1833
+ const props = __props;
1834
+ const classes = computed(() => {
1835
+ return [`tag-${props.theme}`, { "tag-rounded": props.rounded }];
1836
+ });
1837
+ return (_ctx, _cache) => {
1838
+ return openBlock(), createElementBlock("div", {
1839
+ class: normalizeClass([unref(classes), "tag-wrapper"])
1840
+ }, [
1841
+ _ctx.$slots.leftIcon ? (openBlock(), createElementBlock("div", _hoisted_1$3, [
1842
+ renderSlot(_ctx.$slots, "leftIcon")
1843
+ ])) : createCommentVNode("", true),
1844
+ createElementVNode("span", _hoisted_2$2, [
1845
+ renderSlot(_ctx.$slots, "default")
1846
+ ]),
1847
+ _ctx.$slots.rightIcon ? (openBlock(), createElementBlock("div", _hoisted_3$1, [
1848
+ renderSlot(_ctx.$slots, "rightIcon")
1849
+ ])) : createCommentVNode("", true)
1850
+ ], 2);
1851
+ };
1852
+ }
1853
+ });
1854
+ var Textarea_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".textarea-wrapper{box-sizing:border-box;position:relative;width:100%;display:inline-flex}.textarea-wrapper textarea{outline-width:0px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));display:block;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.75rem;font-size:.875rem;line-height:1.25rem;border:1px solid #ced4da;border-radius:4px}.textarea-wrapper textarea:active{border-color:#4ccba0}.textarea-wrapper textarea:focus{border-color:#4ccba0}.textarea-wrapper textarea:disabled{opacity:.5;cursor:not-allowed}\n")();
1855
+ const _hoisted_1$2 = { class: "textarea-wrapper" };
1856
+ const _hoisted_2$1 = ["disabled", "placeholder", "rows", "value"];
1857
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
1858
+ __name: "Textarea",
1859
+ props: {
1860
+ modelValue: {
1861
+ type: String
1862
+ },
1863
+ disabled: {
1864
+ type: Boolean,
1865
+ default: false
1866
+ },
1867
+ placeholder: {
1868
+ type: String
1869
+ },
1870
+ rows: {
1871
+ type: Number,
1872
+ default: 3
1873
+ }
1874
+ },
1875
+ emits: ["update:modelValue"],
1876
+ setup(__props, { emit }) {
1877
+ function handleInput(e) {
1878
+ const { value } = e.target;
1879
+ emit("update:modelValue", value);
1880
+ }
1881
+ return (_ctx, _cache) => {
1882
+ return openBlock(), createElementBlock("div", _hoisted_1$2, [
1883
+ createElementVNode("textarea", {
1884
+ disabled: __props.disabled,
1885
+ placeholder: __props.placeholder,
1886
+ rows: __props.rows,
1887
+ value: __props.modelValue,
1888
+ onInput: handleInput
1889
+ }, "\n ", 40, _hoisted_2$1)
1890
+ ]);
1891
+ };
1892
+ }
1893
+ });
1894
+ var Switch_vue_vue_type_style_index_0_lang = /* @__PURE__ */ (() => ".switch-wrapper{display:inline-flex;box-sizing:border-box}.switch-wrapper .switch-inner{position:relative;display:inline-flex;flex-shrink:0;height:1.5rem;width:2.75rem;border-width:2px;border-color:transparent;border-radius:9999px;cursor:pointer;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.switch-wrapper .switch-inner .switch-indicator{pointer-events:none;display:inline-block;height:1.25rem;width:1.25rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}\n")();
1895
+ const _hoisted_1$1 = { class: "switch-wrapper" };
1896
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
1897
+ __name: "Switch",
1898
+ props: {
1899
+ modelValue: {
1900
+ type: Boolean,
1901
+ default: false
1902
+ }
1903
+ },
1904
+ emits: ["update:modelValue", "change"],
1905
+ setup(__props, { emit }) {
1906
+ const props = __props;
1907
+ const handleChange = () => {
1908
+ emit("update:modelValue", !props.modelValue);
1909
+ emit("change", !props.modelValue);
1910
+ };
1911
+ return (_ctx, _cache) => {
1912
+ return openBlock(), createElementBlock("div", _hoisted_1$1, [
1913
+ createElementVNode("button", {
1914
+ class: normalizeClass([{
1915
+ "bg-gray-200": !__props.modelValue,
1916
+ "!bg-themeable-primary-600": __props.modelValue
1917
+ }, "switch-inner"]),
1918
+ "aria-checked": "false",
1919
+ role: "switch",
1920
+ type: "button",
1921
+ onClick: handleChange
1922
+ }, [
1923
+ createElementVNode("span", {
1924
+ class: normalizeClass([{
1925
+ "translate-x-0": !__props.modelValue,
1926
+ "translate-x-5": __props.modelValue
1927
+ }, "switch-indicator"]),
1928
+ "aria-hidden": "true"
1929
+ }, [
1930
+ renderSlot(_ctx.$slots, "icon")
1931
+ ], 2)
1932
+ ], 2)
1933
+ ]);
1934
+ };
1935
+ }
1936
+ });
1937
+ const _hoisted_1 = { class: "flex justify-between items-start py-2 mb-2" };
1938
+ const _hoisted_2 = { class: "flex items-center gap-4" };
1939
+ const _hoisted_3 = { class: "flex-1 flex flex-col items-stretch gap-2" };
1940
+ const _hoisted_4 = { class: "text-base text-gray-900 font-bold" };
1941
+ const _hoisted_5 = { class: "text-sm text-gray-700" };
1942
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
1943
+ __name: "Dialog",
1944
+ props: {
1945
+ type: {
1946
+ type: String,
1947
+ default: "info"
1948
+ },
1949
+ title: {
1950
+ type: String,
1951
+ default: "\u63D0\u793A"
1952
+ },
1953
+ description: {
1954
+ type: String,
1955
+ default: ""
1956
+ },
1957
+ confirmText: {
1958
+ type: String,
1959
+ default: "\u786E\u5B9A"
1960
+ },
1961
+ cancelText: {
1962
+ type: String,
1963
+ default: "\u53D6\u6D88"
1964
+ },
1965
+ visible: {
1966
+ type: Boolean,
1967
+ default: false
1968
+ },
1969
+ onConfirm: {
1970
+ type: Function
1971
+ },
1972
+ onCancel: {
1973
+ type: Function
1974
+ }
1975
+ },
1976
+ emits: ["update:visible", "close"],
1977
+ setup(__props, { emit }) {
1978
+ const props = __props;
1979
+ const icons = {
1980
+ success: {
1981
+ icon: IconCheckboxCircle,
1982
+ color: "green"
1983
+ },
1984
+ info: {
1985
+ icon: IconInformation,
1986
+ color: "blue"
1987
+ },
1988
+ warning: {
1989
+ icon: IconErrorWarning,
1990
+ color: "orange"
1991
+ },
1992
+ error: {
1993
+ icon: IconForbidLine,
1994
+ color: "red"
1995
+ }
1996
+ };
1997
+ const icon = computed(() => icons[props.type]);
1998
+ const loading = ref(false);
1999
+ const handleCancel = () => {
2000
+ if (props.onCancel) {
2001
+ props.onCancel();
2002
+ }
2003
+ handleClose();
2004
+ };
2005
+ const handleConfirm = async () => {
2006
+ if (props.onConfirm) {
2007
+ loading.value = true;
2008
+ await props.onConfirm();
2009
+ }
2010
+ handleClose();
2011
+ };
2012
+ const handleClose = () => {
2013
+ loading.value = false;
2014
+ emit("update:visible", false);
2015
+ emit("close");
2016
+ };
2017
+ return (_ctx, _cache) => {
2018
+ return openBlock(), createBlock(unref(_sfc_main$d), {
2019
+ visible: __props.visible,
2020
+ width: 450,
2021
+ onClose: _cache[0] || (_cache[0] = ($event) => handleCancel())
2022
+ }, {
2023
+ footer: withCtx(() => [
2024
+ createVNode(unref(_sfc_main$8), null, {
2025
+ default: withCtx(() => [
2026
+ createVNode(unref(_sfc_main$m), {
2027
+ loading: loading.value,
2028
+ type: "secondary",
2029
+ onClick: handleConfirm
2030
+ }, {
2031
+ default: withCtx(() => [
2032
+ createTextVNode(toDisplayString(__props.confirmText), 1)
2033
+ ]),
2034
+ _: 1
2035
+ }, 8, ["loading"]),
2036
+ createVNode(unref(_sfc_main$m), { onClick: handleCancel }, {
2037
+ default: withCtx(() => [
2038
+ createTextVNode(toDisplayString(__props.cancelText), 1)
2039
+ ]),
2040
+ _: 1
2041
+ })
2042
+ ]),
2043
+ _: 1
2044
+ })
2045
+ ]),
2046
+ default: withCtx(() => [
2047
+ createElementVNode("div", _hoisted_1, [
2048
+ createElementVNode("div", null, [
2049
+ createElementVNode("div", {
2050
+ class: normalizeClass([`ring-${unref(icon).color}-100`, "inline-flex rounded-full bg-teal-50 p-1.5 ring-4"])
2051
+ }, [
2052
+ (openBlock(), createBlock(resolveDynamicComponent(unref(icon).icon), {
2053
+ class: normalizeClass([`text-${unref(icon).color}-500`, "w-5 h-5"])
2054
+ }, null, 8, ["class"]))
2055
+ ], 2)
2056
+ ]),
2057
+ createElementVNode("div", null, [
2058
+ createVNode(unref(IconClose), {
2059
+ class: "cursor-pointer",
2060
+ onClick: handleCancel
2061
+ })
2062
+ ])
2063
+ ]),
2064
+ createElementVNode("div", _hoisted_2, [
2065
+ createElementVNode("div", _hoisted_3, [
2066
+ createElementVNode("div", _hoisted_4, toDisplayString(__props.title), 1),
2067
+ createElementVNode("div", _hoisted_5, toDisplayString(__props.description), 1)
2068
+ ])
2069
+ ])
2070
+ ]),
2071
+ _: 1
2072
+ }, 8, ["visible"]);
2073
+ };
2074
+ }
2075
+ });
2076
+ const DialogProviderProvideKey = "DIALOG_PROVIDER_PROVIDE_KEY";
2077
+ const _sfc_main = /* @__PURE__ */ defineComponent({
2078
+ __name: "DialogProvider",
2079
+ setup(__props) {
2080
+ const options = ref({
2081
+ visible: false,
2082
+ title: ""
2083
+ });
2084
+ provide(DialogProviderProvideKey, options);
2085
+ return (_ctx, _cache) => {
2086
+ return openBlock(), createElementBlock(Fragment, null, [
2087
+ renderSlot(_ctx.$slots, "default"),
2088
+ createVNode(unref(_sfc_main$1), {
2089
+ visible: options.value.visible,
2090
+ "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => options.value.visible = $event),
2091
+ "cancel-text": options.value.cancelText,
2092
+ "confirm-text": options.value.confirmText,
2093
+ description: options.value.description,
2094
+ onCancel: options.value.onCancel,
2095
+ onConfirm: options.value.onConfirm,
2096
+ title: options.value.title,
2097
+ type: options.value.type
2098
+ }, null, 8, ["visible", "cancel-text", "confirm-text", "description", "onCancel", "onConfirm", "title", "type"])
2099
+ ], 64);
2100
+ };
2101
+ }
2102
+ });
2103
+ function useDialog() {
2104
+ const dialogOptions = inject(DialogProviderProvideKey);
2105
+ if (!dialogOptions) {
2106
+ throw new Error("DialogProvider is not mounted");
2107
+ }
2108
+ const createDialog = (type) => (options) => {
2109
+ dialogOptions.value = __spreadValues(__spreadValues({}, dialogOptions.value), options);
2110
+ dialogOptions.value.type = type;
2111
+ dialogOptions.value.visible = true;
2112
+ };
2113
+ return {
2114
+ success: createDialog("success"),
2115
+ info: createDialog("info"),
2116
+ warning: createDialog("warning"),
2117
+ error: createDialog("error")
2118
+ };
2119
+ }
2120
+ export { addCircleLine as IconAddCircle, arrowDownSFill as IconArrowDown, arrowDownSLine as IconArrowDownLine, arrowLeftSLine as IconArrowLeft, IconArrowRight, arrowUpSLine as IconArrowUpLine, bookReadLine as IconBookRead, IconCheckboxCircle, checkboxCircleFill as IconCheckboxFill, IconClose, IconCloseCircle, computerLine as IconComputer, dashboard3Line as IconDashboard, deleteBin2Line as IconDeleteBin, IconErrorWarning, exchangeLine as IconExchange, eyeLine as IconEye, folder2Line as IconFolder, IconForbidLine, gitBranchLine as IconGitBranch, githubFill as IconGitHub, gridLine as IconGrid, IconInformation, listUnordered as IconList, listSettingsLine as IconListSettings, magicLine as IconMagic, message3Line as IconMessage, moreLine as IconMore, pagesLine as IconPages, paletteLine as IconPalette, smartphoneLine as IconPhone, plug2Line as IconPlug, saveLine as IconSave, search2Line as IconSearch, settings4Line as IconSettings, shieldUserLine as IconShieldUser, stopCircleLine as IconStopCircle, tabletLine as IconTablet, uploadCloud2Line as IconUpload, userFollowLine as IconUserFollow, userSettingsLine as IconUserSettings, Alert as VAlert, _sfc_main$m as VButton, _sfc_main$l as VCard, _sfc_main$k as VCheckbox, _sfc_main$j as VCheckboxGroup, _sfc_main$1 as VDialog, _sfc_main as VDialogProvider, _sfc_main$h as VInput, _sfc_main$g as VMenu, _sfc_main$f as VMenuItem, VMenuLabel, _sfc_main$d as VModal, _sfc_main$9 as VOption, _sfc_main$i as VPageHeader, _sfc_main$c as VRadio, _sfc_main$b as VRadioGroup, VRoutesMenu, _sfc_main$a as VSelect, _sfc_main$8 as VSpace, _sfc_main$2 as VSwitch, _sfc_main$6 as VTabItem, _sfc_main$5 as VTabbar, _sfc_main$7 as VTabs, _sfc_main$4 as VTag, _sfc_main$3 as VTextarea, useDialog };
2121
+ //# sourceMappingURL=halo-components.es.js.map