@surgeui/ds-vue 2.0.0 → 2.1.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 (58) hide show
  1. package/dist/components/atoms/Avatar.vue.d.ts +1 -0
  2. package/dist/components/atoms/Avatar.vue.d.ts.map +1 -1
  3. package/dist/components/atoms/Button.vue.d.ts +1 -0
  4. package/dist/components/atoms/Button.vue.d.ts.map +1 -1
  5. package/dist/components/atoms/FileUpload.vue.d.ts +2 -0
  6. package/dist/components/atoms/FileUpload.vue.d.ts.map +1 -1
  7. package/dist/components/atoms/FormField.vue.d.ts +1 -0
  8. package/dist/components/atoms/FormField.vue.d.ts.map +1 -1
  9. package/dist/components/atoms/Heading.vue.d.ts.map +1 -1
  10. package/dist/components/atoms/Image.vue.d.ts +3 -0
  11. package/dist/components/atoms/Image.vue.d.ts.map +1 -1
  12. package/dist/components/atoms/Input.vue.d.ts +2 -2
  13. package/dist/components/atoms/Input.vue.d.ts.map +1 -1
  14. package/dist/components/atoms/Slider.vue.d.ts +2 -2
  15. package/dist/components/atoms/Switch.vue.d.ts +0 -1
  16. package/dist/components/atoms/Switch.vue.d.ts.map +1 -1
  17. package/dist/components/atoms/Textarea.vue.d.ts +2 -2
  18. package/dist/components/molecules/AccordionItem.vue.d.ts.map +1 -1
  19. package/dist/components/molecules/CheckboxGroupField.vue.d.ts.map +1 -1
  20. package/dist/components/molecules/Dropdown.vue.d.ts +3 -2
  21. package/dist/components/molecules/Dropdown.vue.d.ts.map +1 -1
  22. package/dist/components/molecules/FileUploadField.vue.d.ts +2 -0
  23. package/dist/components/molecules/FileUploadField.vue.d.ts.map +1 -1
  24. package/dist/components/molecules/FloatButton.vue.d.ts +8 -2
  25. package/dist/components/molecules/FloatButton.vue.d.ts.map +1 -1
  26. package/dist/components/molecules/InputField.vue.d.ts +12 -8
  27. package/dist/components/molecules/InputField.vue.d.ts.map +1 -1
  28. package/dist/components/molecules/Password.vue.d.ts +2 -2
  29. package/dist/components/molecules/PasswordField.vue.d.ts +2 -2
  30. package/dist/components/molecules/RadioGroupField.vue.d.ts.map +1 -1
  31. package/dist/components/molecules/SelectBoxField.vue.d.ts.map +1 -1
  32. package/dist/components/molecules/SliderField.vue.d.ts +2 -2
  33. package/dist/components/molecules/SwitchField.vue.d.ts.map +1 -1
  34. package/dist/components/molecules/TextareaField.vue.d.ts +5 -5
  35. package/dist/components/molecules/TextareaField.vue.d.ts.map +1 -1
  36. package/dist/components/organisms/Accordion.vue.d.ts.map +1 -1
  37. package/dist/components/organisms/Dialog.vue.d.ts.map +1 -1
  38. package/dist/components/organisms/Tabs.vue.d.ts.map +1 -1
  39. package/dist/composables/index.d.ts +3 -1
  40. package/dist/composables/index.d.ts.map +1 -1
  41. package/dist/composables/useCustomTheme.d.ts +65 -0
  42. package/dist/composables/useCustomTheme.d.ts.map +1 -0
  43. package/dist/composables/useTheme.d.ts +7 -3
  44. package/dist/composables/useTheme.d.ts.map +1 -1
  45. package/dist/{index-7PaC4pth.js → index-DK5ikXj4.js} +1 -1
  46. package/dist/index-qVwCNMxx.js +5992 -0
  47. package/dist/index.es.js +27 -25
  48. package/dist/index.umd.js +1 -1
  49. package/dist/style.css +1 -1
  50. package/dist/theme.config.d.ts.map +1 -1
  51. package/dist/types/index.d.ts +35 -0
  52. package/dist/types/index.d.ts.map +1 -1
  53. package/dist/types/theme.d.ts +21 -5
  54. package/dist/types/theme.d.ts.map +1 -1
  55. package/dist/utils/accessibility.d.ts +2 -2
  56. package/dist/utils/accessibility.d.ts.map +1 -1
  57. package/package.json +1 -1
  58. package/dist/index-CWUPixNs.js +0 -5852
@@ -14,6 +14,7 @@ declare const _default: import('vue').DefineComponent<AvatarProps, {
14
14
  size: import('../../types').AvatarSize;
15
15
  variant: import('../../types').AvatarVariant;
16
16
  loading: boolean;
17
+ loadingLabel: string;
17
18
  clickable: boolean;
18
19
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
19
20
  avatarRef: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Avatar.vue"],"names":[],"mappings":"AA8cA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;AA2S1C,wBAWG"}
1
+ {"version":3,"file":"Avatar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Avatar.vue"],"names":[],"mappings":"AA+cA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;AA6S1C,wBAWG"}
@@ -22,6 +22,7 @@ declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}
22
22
  size: import('../../types').ButtonSize;
23
23
  variant: import('../../types').ButtonVariant;
24
24
  loading: boolean;
25
+ loadingLabel: string;
25
26
  radius: import('../../types').ButtonRadius;
26
27
  iconDisplay: "left" | "right" | "only";
27
28
  disabled: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Button.vue"],"names":[],"mappings":"AAyVA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA4G1C,iBAAS,cAAc;WA+DT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;2FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Button.vue"],"names":[],"mappings":"AA0VA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA8G1C,iBAAS,cAAc;WA+DT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;2FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -38,6 +38,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
38
38
  placeholder: string;
39
39
  dragText: string;
40
40
  browseText: string;
41
+ loadingText: string;
42
+ loadingSubText: string;
41
43
  allowPreview: boolean;
42
44
  showFileList: boolean;
43
45
  showProgress: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/FileUpload.vue"],"names":[],"mappings":"AAggCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAGhE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAoWvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+ThB,wBAWG"}
1
+ {"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/FileUpload.vue"],"names":[],"mappings":"AAkgCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAGhE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAwWvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+ThB,wBAWG"}
@@ -35,6 +35,7 @@ declare const __VLS_component: import('vue').DefineComponent<FormFieldProps, {},
35
35
  state: import('../../types').State;
36
36
  required: boolean;
37
37
  message: string;
38
+ requiredText: string;
38
39
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
39
40
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
41
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"FormField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/FormField.vue"],"names":[],"mappings":"AAuMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAsD7C,iBAAS,cAAc;WAqET,OAAO,IAA6B;;;;;;;;;YAZvB,GAAG;;;;;;;;YACD,GAAG;;;;;;YACH,GAAG;;;;EAe/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"FormField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/FormField.vue"],"names":[],"mappings":"AAwMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAwD7C,iBAAS,cAAc;WAqET,OAAO,IAA6B;;;;;;;;;YAZvB,GAAG;;;;;;;;YACD,GAAG;;;;;;YACH,GAAG;;;;EAe/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Heading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Heading.vue"],"names":[],"mappings":"AAwKA,iBAAS,cAAc;WA6DT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;uBACL,GAAG;;;;EAe7B;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;2BASE,MAAM,GAAG,MAAM;;;;;yBAQjB,MAAM;;;;;;;;;;2BARJ,MAAM,GAAG,MAAM;;;;;yBAQjB,MAAM;;;;;;;;;;4EAQzB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Heading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Heading.vue"],"names":[],"mappings":"AAsKA,iBAAS,cAAc;WA6DT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;uBACL,GAAG;;;;EAe7B;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;2BASE,MAAM,GAAG,MAAM;;;;;yBAQjB,MAAM;;;;;;;;;;2BARJ,MAAM,GAAG,MAAM;;;;;yBAQjB,MAAM;;;;;;;;;;4EAQzB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -16,6 +16,9 @@ declare const _default: import('vue').DefineComponent<ImageProps, {
16
16
  position: import('../../types').ImagePosition;
17
17
  lazy: boolean;
18
18
  placeholderColor: string;
19
+ loadingAriaLabel: string;
20
+ errorAriaLabel: string;
21
+ errorText: string;
19
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
20
23
  imageRef: HTMLImageElement;
21
24
  }, HTMLDivElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Image.vue"],"names":[],"mappings":"AAoZA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;AA8RzC,wBAWG"}
1
+ {"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Image.vue"],"names":[],"mappings":"AAuZA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;AAqSzC,wBAWG"}
@@ -24,8 +24,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
24
24
  select: () => void | undefined;
25
25
  inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
26
26
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
- input: (event: Event) => any;
28
27
  focus: (event: FocusEvent) => any;
28
+ input: (event: Event) => any;
29
29
  blur: (event: FocusEvent) => any;
30
30
  keydown: (event: KeyboardEvent) => any;
31
31
  change: (event: Event) => any;
@@ -36,8 +36,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
36
36
  "suffix-click": (event: MouseEvent) => any;
37
37
  "suffix-icon-click": (event: MouseEvent) => any;
38
38
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
39
- onInput?: ((event: Event) => any) | undefined;
40
39
  onFocus?: ((event: FocusEvent) => any) | undefined;
40
+ onInput?: ((event: Event) => any) | undefined;
41
41
  onBlur?: ((event: FocusEvent) => any) | undefined;
42
42
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
43
43
  onChange?: ((event: Event) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Input.vue"],"names":[],"mappings":"AA2WA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAIzC,KAAK,WAAW,GAAG,UAAU,CAAC;AA8I9B,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA+HT,OAAO,IAA6B;;;;YAZtB,GAAG;;;YACF,GAAG;;;;;;EAgB/B;AA+BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Input.vue"],"names":[],"mappings":"AAmXA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAIzC,KAAK,WAAW,GAAG,UAAU,CAAC;AA8I9B,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAuIT,OAAO,IAA6B;;;;YAZtB,GAAG;;;YACF,GAAG;;;;;;EAgB/B;AA+BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -24,15 +24,15 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
24
24
  thumb1Ref: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
25
25
  thumb2Ref: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
26
26
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
- input: (value: number | [number, number]) => any;
28
27
  focus: (event: FocusEvent) => any;
28
+ input: (value: number | [number, number]) => any;
29
29
  blur: (event: FocusEvent) => any;
30
30
  keydown: (event: KeyboardEvent) => any;
31
31
  change: (value: number | [number, number]) => any;
32
32
  "update:modelValue": (value: number | [number, number]) => any;
33
33
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
34
- onInput?: ((value: number | [number, number]) => any) | undefined;
35
34
  onFocus?: ((event: FocusEvent) => any) | undefined;
35
+ onInput?: ((value: number | [number, number]) => any) | undefined;
36
36
  onBlur?: ((event: FocusEvent) => any) | undefined;
37
37
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
38
38
  onChange?: ((value: number | [number, number]) => any) | undefined;
@@ -24,7 +24,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
24
24
  state: import('../../types').State;
25
25
  required: boolean;
26
26
  readonly: boolean;
27
- modelValue: boolean;
28
27
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
29
28
  switchRef: HTMLDivElement;
30
29
  }, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Switch.vue"],"names":[],"mappings":"AA4VA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAI1C,KAAK,WAAW,GAAG,WAAW,CAAC;AA0G/B,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;gBADH,OAAO;;;;AA8GpB,wBAUG"}
1
+ {"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Switch.vue"],"names":[],"mappings":"AAmWA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAI1C,KAAK,WAAW,GAAG,WAAW,CAAC;AA6G/B,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;AA+GhB,wBAUG"}
@@ -8,16 +8,16 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
8
8
  select: () => void;
9
9
  textareaRef: import('vue').Ref<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
10
10
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- input: (event: Event) => any;
12
11
  focus: (event: FocusEvent) => any;
12
+ input: (event: Event) => any;
13
13
  blur: (event: FocusEvent) => any;
14
14
  keydown: (event: KeyboardEvent) => any;
15
15
  change: (event: Event) => any;
16
16
  keyup: (event: KeyboardEvent) => any;
17
17
  "update:modelValue": (value: string) => any;
18
18
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
- onInput?: ((event: Event) => any) | undefined;
20
19
  onFocus?: ((event: FocusEvent) => any) | undefined;
20
+ onInput?: ((event: Event) => any) | undefined;
21
21
  onBlur?: ((event: FocusEvent) => any) | undefined;
22
22
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
23
23
  onChange?: ((event: Event) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/AccordionItem.vue"],"names":[],"mappings":"AAyZA,OAAO,KAAK,EAAoB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AA+GpE,iBAAS,cAAc;WAoGT,OAAO,IAA6B;;;;;;;;;;YAZtB,GAAG;;;;;;;;;YACD,GAAG;;;;;;EAgBhC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"AccordionItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/AccordionItem.vue"],"names":[],"mappings":"AAwZA,OAAO,KAAK,EAAoB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AA8GpE,iBAAS,cAAc;WAoGT,OAAO,IAA6B;;;;;;;;;;YAZtB,GAAG;;;;;;;;;YACD,GAAG;;;;;;EAgBhC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CheckboxGroupField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/CheckboxGroupField.vue"],"names":[],"mappings":"AAkEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAEtD,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,uBAAuB,EAAE,OAAO,CAAC;CAAG;AAExE,KAAK,WAAW,GAAG,KAAK,CAAC;AA8CzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;CAChC,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;AA2GhB,wBASG"}
1
+ {"version":3,"file":"CheckboxGroupField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/CheckboxGroupField.vue"],"names":[],"mappings":"AAmEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAEtD,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,uBAAuB,EAAE,OAAO,CAAC;CAAG;AAExE,KAAK,WAAW,GAAG,KAAK,CAAC;AA8CzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;CAChC,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;AA6GhB,wBASG"}
@@ -6,14 +6,14 @@ declare const _default: import('vue').DefineComponent<DropdownProps, {
6
6
  dropdownRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
7
7
  triggerRef: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
8
8
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
- select: (option: any) => any;
10
9
  focus: (event: FocusEvent) => any;
10
+ select: (option: any) => any;
11
11
  blur: (event: FocusEvent) => any;
12
12
  close: () => any;
13
13
  open: () => any;
14
14
  }, string, import('vue').PublicProps, Readonly<DropdownProps> & Readonly<{
15
- onSelect?: ((option: any) => any) | undefined;
16
15
  onFocus?: ((event: FocusEvent) => any) | undefined;
16
+ onSelect?: ((option: any) => any) | undefined;
17
17
  onBlur?: ((event: FocusEvent) => any) | undefined;
18
18
  onClose?: (() => any) | undefined;
19
19
  onOpen?: (() => any) | undefined;
@@ -21,6 +21,7 @@ declare const _default: import('vue').DefineComponent<DropdownProps, {
21
21
  size: import('../../types').ButtonSize;
22
22
  variant: import('../../types').ButtonVariant;
23
23
  loading: boolean;
24
+ loadingLabel: string;
24
25
  iconDisplay: "left" | "right" | "only";
25
26
  disabled: boolean;
26
27
  options: import('../../types').DropdownOption[];
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/Dropdown.vue"],"names":[],"mappings":"AA65BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8kB5C,wBAWG"}
1
+ {"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/Dropdown.vue"],"names":[],"mappings":"AA85BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAilB5C,wBAWG"}
@@ -40,6 +40,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
40
40
  placeholder: string;
41
41
  dragText: string;
42
42
  browseText: string;
43
+ loadingText: string;
44
+ loadingSubText: string;
43
45
  allowPreview: boolean;
44
46
  showFileList: boolean;
45
47
  showProgress: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"FileUploadField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FileUploadField.vue"],"names":[],"mappings":"AAqhCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEjE,UAAU,KAAM,SAAQ,IAAI,CAAC,oBAAoB,EAAE,OAAO,CAAC;CAAG;AAE9D,KAAK,WAAW,GAAG,KAAK,CAAC;AAqWzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4VhB,wBAWG"}
1
+ {"version":3,"file":"FileUploadField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FileUploadField.vue"],"names":[],"mappings":"AAwhCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEjE,UAAU,KAAM,SAAQ,IAAI,CAAC,oBAAoB,EAAE,OAAO,CAAC;CAAG;AAE9D,KAAK,WAAW,GAAG,KAAK,CAAC;AAyWzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8VhB,wBAWG"}
@@ -18,6 +18,7 @@ declare function __VLS_template(): {
18
18
  readonly radius?: import('../../types').ButtonRadius | undefined;
19
19
  readonly disabled?: boolean | undefined;
20
20
  readonly loading?: boolean | undefined;
21
+ readonly loadingLabel?: string | undefined;
21
22
  readonly block?: boolean | undefined;
22
23
  readonly icon?: import('vue').Component | undefined;
23
24
  readonly iconDisplay?: "left" | "right" | "only" | undefined;
@@ -65,6 +66,7 @@ declare function __VLS_template(): {
65
66
  size: import('../../types').ButtonSize;
66
67
  variant: import('../../types').ButtonVariant;
67
68
  loading: boolean;
69
+ loadingLabel: string;
68
70
  radius: import('../../types').ButtonRadius;
69
71
  iconDisplay: "left" | "right" | "only";
70
72
  disabled: boolean;
@@ -94,6 +96,7 @@ declare function __VLS_template(): {
94
96
  size: import('../../types').ButtonSize;
95
97
  variant: import('../../types').ButtonVariant;
96
98
  loading: boolean;
99
+ loadingLabel: string;
97
100
  radius: import('../../types').ButtonRadius;
98
101
  iconDisplay: "left" | "right" | "only";
99
102
  disabled: boolean;
@@ -104,7 +107,7 @@ declare function __VLS_template(): {
104
107
  onFocus?: ((event: FocusEvent) => any) | undefined;
105
108
  onBlur?: ((event: FocusEvent) => any) | undefined;
106
109
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
107
- }>, "size" | "variant" | "loading" | "radius" | "iconDisplay" | "disabled" | "block" | "tabIndex"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
110
+ }>, "size" | "variant" | "loading" | "loadingLabel" | "radius" | "iconDisplay" | "disabled" | "block" | "tabIndex"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
108
111
  $slots: {
109
112
  default?(_: {}): any;
110
113
  };
@@ -244,6 +247,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
244
247
  readonly radius?: import('../../types').ButtonRadius | undefined;
245
248
  readonly disabled?: boolean | undefined;
246
249
  readonly loading?: boolean | undefined;
250
+ readonly loadingLabel?: string | undefined;
247
251
  readonly block?: boolean | undefined;
248
252
  readonly icon?: import('vue').Component | undefined;
249
253
  readonly iconDisplay?: "left" | "right" | "only" | undefined;
@@ -291,6 +295,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
291
295
  size: import('../../types').ButtonSize;
292
296
  variant: import('../../types').ButtonVariant;
293
297
  loading: boolean;
298
+ loadingLabel: string;
294
299
  radius: import('../../types').ButtonRadius;
295
300
  iconDisplay: "left" | "right" | "only";
296
301
  disabled: boolean;
@@ -320,6 +325,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
320
325
  size: import('../../types').ButtonSize;
321
326
  variant: import('../../types').ButtonVariant;
322
327
  loading: boolean;
328
+ loadingLabel: string;
323
329
  radius: import('../../types').ButtonRadius;
324
330
  iconDisplay: "left" | "right" | "only";
325
331
  disabled: boolean;
@@ -330,7 +336,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
330
336
  onFocus?: ((event: FocusEvent) => any) | undefined;
331
337
  onBlur?: ((event: FocusEvent) => any) | undefined;
332
338
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
333
- }>, "size" | "variant" | "loading" | "radius" | "iconDisplay" | "disabled" | "block" | "tabIndex"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
339
+ }>, "size" | "variant" | "loading" | "loadingLabel" | "radius" | "iconDisplay" | "disabled" | "block" | "tabIndex"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
334
340
  $slots: {
335
341
  default?(_: {}): any;
336
342
  };
@@ -1 +1 @@
1
- {"version":3,"file":"FloatButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FloatButton.vue"],"names":[],"mappings":"AAgkBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,MAAM,WAAW,KAAM,SAAQ,gBAAgB;CAAG;AAuLlD,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;oBAxRpC,GAAG;;oBAAH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAsVm+D,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;EAzDzmE;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgC+9D,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;kBArBxmE,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"FloatButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FloatButton.vue"],"names":[],"mappings":"AAgkBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,MAAM,WAAW,KAAM,SAAQ,gBAAgB;CAAG;AAuLlD,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;oBAxRpC,GAAG;;oBAAH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAsVm+D,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;EAzDzmE;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgC+9D,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;kBArBxmE,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -8,8 +8,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
8
8
  select: () => void | undefined;
9
9
  inputRef: HTMLInputElement | undefined;
10
10
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- input: (event: Event) => any;
12
11
  focus: (event: FocusEvent) => any;
12
+ input: (event: Event) => any;
13
13
  blur: (event: FocusEvent) => any;
14
14
  keydown: (event: KeyboardEvent) => any;
15
15
  change: (event: Event) => any;
@@ -20,8 +20,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
20
20
  "suffix-click": (event: MouseEvent) => any;
21
21
  "suffix-icon-click": (event: MouseEvent) => any;
22
22
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
- onInput?: ((event: Event) => any) | undefined;
24
23
  onFocus?: ((event: FocusEvent) => any) | undefined;
24
+ onInput?: ((event: Event) => any) | undefined;
25
25
  onBlur?: ((event: FocusEvent) => any) | undefined;
26
26
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
27
27
  onChange?: ((event: Event) => any) | undefined;
@@ -57,6 +57,10 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
57
57
  readonly suffix?: string | undefined;
58
58
  readonly prefixIcon?: import('vue').Component | undefined;
59
59
  readonly suffixIcon?: import('vue').Component | undefined;
60
+ readonly prefixLabel?: string | undefined;
61
+ readonly prefixIconLabel?: string | undefined;
62
+ readonly suffixLabel?: string | undefined;
63
+ readonly suffixIconLabel?: string | undefined;
60
64
  readonly textAlign?: import('../../types').TextAlign | undefined;
61
65
  readonly autocomplete?: string | undefined;
62
66
  readonly min?: number | string | undefined;
@@ -74,8 +78,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
74
78
  readonly ariaValueText?: string | undefined;
75
79
  readonly role?: string | undefined;
76
80
  readonly tabIndex?: number | undefined;
77
- readonly onInput?: ((event: Event) => any) | undefined;
78
81
  readonly onFocus?: ((event: FocusEvent) => any) | undefined;
82
+ readonly onInput?: ((event: Event) => any) | undefined;
79
83
  readonly onBlur?: ((event: FocusEvent) => any) | undefined;
80
84
  readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
81
85
  readonly onChange?: ((event: Event) => any) | undefined;
@@ -100,13 +104,13 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
100
104
  $root: import('vue').ComponentPublicInstance | null;
101
105
  $parent: import('vue').ComponentPublicInstance | null;
102
106
  $host: Element | null;
103
- $emit: ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "change", event: Event) => void) & ((event: "keyup", event: KeyboardEvent) => void) & ((event: "update:modelValue", value: string | number) => void) & ((event: "prefix-click", event: MouseEvent) => void) & ((event: "prefix-icon-click", event: MouseEvent) => void) & ((event: "suffix-click", event: MouseEvent) => void) & ((event: "suffix-icon-click", event: MouseEvent) => void);
107
+ $emit: ((event: "focus", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "change", event: Event) => void) & ((event: "keyup", event: KeyboardEvent) => void) & ((event: "update:modelValue", value: string | number) => void) & ((event: "prefix-click", event: MouseEvent) => void) & ((event: "prefix-icon-click", event: MouseEvent) => void) & ((event: "suffix-click", event: MouseEvent) => void) & ((event: "suffix-icon-click", event: MouseEvent) => void);
104
108
  $el: any;
105
109
  $options: import('vue').ComponentOptionsBase<Readonly<{
106
110
  modelValue?: string | number;
107
111
  } & import('../../types').InputProps> & Readonly<{
108
- onInput?: ((event: Event) => any) | undefined;
109
112
  onFocus?: ((event: FocusEvent) => any) | undefined;
113
+ onInput?: ((event: Event) => any) | undefined;
110
114
  onBlur?: ((event: FocusEvent) => any) | undefined;
111
115
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
112
116
  onChange?: ((event: Event) => any) | undefined;
@@ -121,8 +125,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
121
125
  select: () => void | undefined;
122
126
  inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
123
127
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
124
- input: (event: Event) => any;
125
128
  focus: (event: FocusEvent) => any;
129
+ input: (event: Event) => any;
126
130
  blur: (event: FocusEvent) => any;
127
131
  keydown: (event: KeyboardEvent) => any;
128
132
  change: (event: Event) => any;
@@ -171,8 +175,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
171
175
  }> & Omit<Readonly<{
172
176
  modelValue?: string | number;
173
177
  } & import('../../types').InputProps> & Readonly<{
174
- onInput?: ((event: Event) => any) | undefined;
175
178
  onFocus?: ((event: FocusEvent) => any) | undefined;
179
+ onInput?: ((event: Event) => any) | undefined;
176
180
  onBlur?: ((event: FocusEvent) => any) | undefined;
177
181
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
178
182
  onChange?: ((event: Event) => any) | undefined;
@@ -182,7 +186,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
182
186
  "onPrefix-icon-click"?: ((event: MouseEvent) => any) | undefined;
183
187
  "onSuffix-click"?: ((event: MouseEvent) => any) | undefined;
184
188
  "onSuffix-icon-click"?: ((event: MouseEvent) => any) | undefined;
185
- }>, "select" | "focus" | "inputRef" | ("size" | "disabled" | "state" | "required" | "readonly" | "type" | "textAlign")> & import('vue').ShallowUnwrapRef<{
189
+ }>, "focus" | "select" | "inputRef" | ("size" | "disabled" | "state" | "required" | "readonly" | "type" | "textAlign")> & import('vue').ShallowUnwrapRef<{
186
190
  focus: () => void | undefined;
187
191
  select: () => void | undefined;
188
192
  inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"InputField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/InputField.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,KAAK,WAAW,GAAG,eAAe,CAAC;AA6EnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6K6kc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzBntc,wBAWG"}
1
+ {"version":3,"file":"InputField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/InputField.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,KAAK,WAAW,GAAG,eAAe,CAAC;AA6EnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA+K29b,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzBjmc,wBAWG"}
@@ -48,8 +48,8 @@ declare function __VLS_template(): {
48
48
  };
49
49
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
50
50
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
- input: (event: Event) => any;
52
51
  focus: (event: FocusEvent) => any;
52
+ input: (event: Event) => any;
53
53
  blur: (event: FocusEvent) => any;
54
54
  keydown: (event: KeyboardEvent) => any;
55
55
  change: (event: Event) => any;
@@ -58,8 +58,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
58
58
  validation: (validation: PasswordValidation) => any;
59
59
  "toggle-visibility": (visible: boolean) => any;
60
60
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
61
- onInput?: ((event: Event) => any) | undefined;
62
61
  onFocus?: ((event: FocusEvent) => any) | undefined;
62
+ onInput?: ((event: Event) => any) | undefined;
63
63
  onBlur?: ((event: FocusEvent) => any) | undefined;
64
64
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
65
65
  onChange?: ((event: Event) => any) | undefined;
@@ -46,8 +46,8 @@ declare function __VLS_template(): {
46
46
  };
47
47
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
48
48
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
- input: (event: Event) => any;
50
49
  focus: (event: FocusEvent) => any;
50
+ input: (event: Event) => any;
51
51
  blur: (event: FocusEvent) => any;
52
52
  keydown: (event: KeyboardEvent) => any;
53
53
  change: (event: Event) => any;
@@ -56,8 +56,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
56
56
  validation: (validation: PasswordValidation) => any;
57
57
  "toggle-visibility": (visible: boolean) => any;
58
58
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
59
- onInput?: ((event: Event) => any) | undefined;
60
59
  onFocus?: ((event: FocusEvent) => any) | undefined;
60
+ onInput?: ((event: Event) => any) | undefined;
61
61
  onBlur?: ((event: FocusEvent) => any) | undefined;
62
62
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
63
63
  onChange?: ((event: Event) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroupField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/RadioGroupField.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAEnD,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,oBAAoB,EAAE,OAAO,CAAC;CAAG;AAErE,KAAK,WAAW,GAAG,KAAK,CAAC;AA+DzB,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;AAwGhB,wBASG"}
1
+ {"version":3,"file":"RadioGroupField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/RadioGroupField.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAEnD,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,oBAAoB,EAAE,OAAO,CAAC;CAAG;AAErE,KAAK,WAAW,GAAG,KAAK,CAAC;AA+DzB,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;AA0GhB,wBASG"}
@@ -1 +1 @@
1
- {"version":3,"file":"SelectBoxField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SelectBoxField.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA8FvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;CAC9D,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqIhB,wBAWG"}
1
+ {"version":3,"file":"SelectBoxField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SelectBoxField.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA8FvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;CAC9D,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuIhB,wBAWG"}
@@ -26,15 +26,15 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
26
26
  thumb1Ref: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
27
27
  thumb2Ref: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
28
28
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
- input: (value: number | [number, number]) => any;
30
29
  focus: (event: FocusEvent) => any;
30
+ input: (value: number | [number, number]) => any;
31
31
  blur: (event: FocusEvent) => any;
32
32
  keydown: (event: KeyboardEvent) => any;
33
33
  change: (value: number | [number, number]) => any;
34
34
  "update:modelValue": (value: number | [number, number]) => any;
35
35
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
36
- onInput?: ((value: number | [number, number]) => any) | undefined;
37
36
  onFocus?: ((event: FocusEvent) => any) | undefined;
37
+ onInput?: ((value: number | [number, number]) => any) | undefined;
38
38
  onBlur?: ((event: FocusEvent) => any) | undefined;
39
39
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
40
40
  onChange?: ((value: number | [number, number]) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"SwitchField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SwitchField.vue"],"names":[],"mappings":"AA8DA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAyCpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;AA0GhB,wBASG"}
1
+ {"version":3,"file":"SwitchField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SwitchField.vue"],"names":[],"mappings":"AA+DA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAyCpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;AA4GhB,wBASG"}
@@ -8,16 +8,16 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
8
8
  select: () => void | undefined;
9
9
  textareaRef: HTMLTextAreaElement | undefined;
10
10
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- input: (event: Event) => any;
12
11
  focus: (event: FocusEvent) => any;
12
+ input: (event: Event) => any;
13
13
  blur: (event: FocusEvent) => any;
14
14
  keydown: (event: KeyboardEvent) => any;
15
15
  change: (event: Event) => any;
16
16
  keyup: (event: KeyboardEvent) => any;
17
17
  "update:modelValue": (value: string) => any;
18
18
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
- onInput?: ((event: Event) => any) | undefined;
20
19
  onFocus?: ((event: FocusEvent) => any) | undefined;
20
+ onInput?: ((event: Event) => any) | undefined;
21
21
  onBlur?: ((event: FocusEvent) => any) | undefined;
22
22
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
23
23
  onChange?: ((event: Event) => any) | undefined;
@@ -40,8 +40,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
40
40
  textareaRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
41
41
  modelValue?: string;
42
42
  } & import('../../types').TextareaProps> & Readonly<{
43
- onInput?: ((event: Event) => any) | undefined;
44
43
  onFocus?: ((event: FocusEvent) => any) | undefined;
44
+ onInput?: ((event: Event) => any) | undefined;
45
45
  onBlur?: ((event: FocusEvent) => any) | undefined;
46
46
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
47
47
  onChange?: ((event: Event) => any) | undefined;
@@ -52,8 +52,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
52
52
  select: () => void;
53
53
  textareaRef: import('vue').Ref<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
54
54
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
55
- input: (event: Event) => any;
56
55
  focus: (event: FocusEvent) => any;
56
+ input: (event: Event) => any;
57
57
  blur: (event: FocusEvent) => any;
58
58
  keydown: (event: KeyboardEvent) => any;
59
59
  change: (event: Event) => any;
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
84
84
  }, Readonly<{
85
85
  modelValue?: string;
86
86
  } & import('../../types').TextareaProps> & Readonly<{
87
- onInput?: ((event: Event) => any) | undefined;
88
87
  onFocus?: ((event: FocusEvent) => any) | undefined;
88
+ onInput?: ((event: Event) => any) | undefined;
89
89
  onBlur?: ((event: FocusEvent) => any) | undefined;
90
90
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
91
91
  onChange?: ((event: Event) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"TextareaField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/TextareaField.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAkFtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8HhB,wBAWG"}
1
+ {"version":3,"file":"TextareaField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/TextareaField.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAkFtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgIhB,wBAWG"}
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Accordion.vue"],"names":[],"mappings":"AAiSA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA+NhE,iBAAS,cAAc;WAwET,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Accordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Accordion.vue"],"names":[],"mappings":"AAkRA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA8MhE,iBAAS,cAAc;WAwET,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Dialog.vue"],"names":[],"mappings":"AA8cA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAoK1C,iBAAS,cAAc;WAmHT,OAAO,IAA6B;;sBAbvB,GAAG;yBACA,GAAG;wBACJ,GAAG;;;;;;EAgB/B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;OAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Dialog.vue"],"names":[],"mappings":"AAkdA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAwK1C,iBAAS,cAAc;WAmHT,OAAO,IAA6B;;sBAbvB,GAAG;yBACA,GAAG;wBACJ,GAAG;;;;;;EAgB/B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;OAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Tabs.vue"],"names":[],"mappings":"AAwKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AA6CxC,iBAAS,cAAc;WA0ET,OAAO,IAA6B;;;;;YAXzB,GAAG;;;;YACD,GAAG;;;;EAe7B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Tabs.vue"],"names":[],"mappings":"AAyKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AA8CxC,iBAAS,cAAc;WA0ET,OAAO,IAA6B;;;;;YAXzB,GAAG;;;;YACD,GAAG;;;;EAe7B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,3 +1,5 @@
1
1
  import { useTheme } from './useTheme';
2
- export { useTheme, };
2
+ import { useCustomTheme } from './useCustomTheme';
3
+ import { useUniqueId } from './useUniqueId';
4
+ export { useTheme, useCustomTheme, useUniqueId, };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAErC,OAAO,EACL,QAAQ,GACT,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAE3C,OAAO,EACL,QAAQ,EACR,cAAc,EACd,WAAW,GACZ,CAAA"}