@defaultusr/dai-ui 1.2.7 → 1.2.10

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 (122) hide show
  1. package/dist/assets/btn.css +1 -0
  2. package/dist/assets/btn2.css +1 -0
  3. package/dist/assets/checkbox.css +1 -0
  4. package/dist/assets/combobox.css +1 -0
  5. package/dist/assets/comboboxButton.css +1 -0
  6. package/dist/assets/comboboxOption.css +1 -0
  7. package/dist/assets/comboboxOptions.css +1 -0
  8. package/dist/assets/formControl.css +1 -0
  9. package/dist/assets/formControl2.css +1 -0
  10. package/dist/assets/hint.css +1 -0
  11. package/dist/assets/input.css +1 -0
  12. package/dist/assets/inputGroup.css +1 -0
  13. package/dist/assets/label.css +1 -0
  14. package/dist/assets/menuItem.css +1 -0
  15. package/dist/assets/menuItems.css +1 -0
  16. package/dist/assets/mixins.css +0 -0
  17. package/dist/assets/modal.css +1 -0
  18. package/dist/assets/notification.css +1 -0
  19. package/dist/assets/notificationQueue.css +1 -0
  20. package/dist/assets/offcanvas.css +1 -0
  21. package/dist/assets/popoverDialog.css +1 -0
  22. package/dist/assets/progressbar.css +1 -0
  23. package/dist/assets/radio.css +1 -0
  24. package/dist/assets/select.css +1 -0
  25. package/dist/assets/styles.css +1 -0
  26. package/dist/assets/switch.css +1 -0
  27. package/dist/assets/tab.css +1 -0
  28. package/dist/assets/tabList.css +1 -0
  29. package/dist/assets/textarea.css +1 -0
  30. package/dist/btn.js +4 -0
  31. package/dist/btn2.js +21 -0
  32. package/dist/checkbox.js +4 -0
  33. package/dist/chunks/btn.vue_vue_type_style_index_0_lang.12tGcr-X.js +86 -0
  34. package/dist/chunks/checkbox.vue_vue_type_style_index_0_lang.GL2B1_1I.js +90 -0
  35. package/dist/chunks/combobox.vue_vue_type_style_index_0_lang.BM1fsgGg.js +66 -0
  36. package/dist/chunks/comboboxButton.vue_vue_type_style_index_0_lang.BW2Z0Fou.js +47 -0
  37. package/dist/chunks/comboboxInput.vue_vue_type_script_setup_true_lang.DGuHr7IE.js +16 -0
  38. package/dist/chunks/comboboxOption.vue_vue_type_style_index_0_lang.BUX-uGiu.js +38 -0
  39. package/dist/chunks/comboboxOptions.vue_vue_type_style_index_0_lang.mLedCwfy.js +24 -0
  40. package/dist/chunks/formControl.vue_vue_type_style_index_0_lang.DRmpDdyQ.js +82 -0
  41. package/dist/chunks/hint.vue_vue_type_style_index_0_lang.DYrKdv83.js +17 -0
  42. package/dist/chunks/input.vue_vue_type_style_index_0_lang.BH1fm9ir.js +169 -0
  43. package/dist/chunks/inputGroup.vue_vue_type_style_index_0_lang.CdANUKLU.js +42 -0
  44. package/dist/chunks/label.vue_vue_type_style_index_0_lang.D0NwD6yx.js +17 -0
  45. package/dist/chunks/menuItem.vue_vue_type_style_index_0_lang.Dt6Zl5zF.js +30 -0
  46. package/dist/chunks/menuItems.vue_vue_type_style_index_0_lang.BEJFFXeO.js +24 -0
  47. package/dist/chunks/modal.vue_vue_type_style_index_0_lang.C3McFUCL.js +52 -0
  48. package/dist/chunks/notification.vue_vue_type_style_index_0_lang.ouXaxuxK.js +102 -0
  49. package/dist/chunks/notificationQueue.vue_vue_type_style_index_0_lang.CmvIdz1d.js +72 -0
  50. package/dist/chunks/offcanvas.vue_vue_type_style_index_0_lang.pX4AkwFX.js +65 -0
  51. package/dist/chunks/popoverDialog.vue_vue_type_style_index_0_lang.BQPgFdVd.js +24 -0
  52. package/dist/chunks/progressbar.vue_vue_type_style_index_0_lang.DZC-IpoL.js +43 -0
  53. package/dist/chunks/radio.vue_vue_type_style_index_0_lang.C_Iy9o5g.js +62 -0
  54. package/dist/chunks/select.vue_vue_type_style_index_0_lang.Yrvru3_T.js +82 -0
  55. package/dist/chunks/selectbox.vue_vue_type_script_setup_true_lang.ByPbVEeF.js +66 -0
  56. package/dist/chunks/switch.vue_vue_type_style_index_0_lang.DX8AF2Bu.js +58 -0
  57. package/dist/chunks/tab.vue_vue_type_style_index_0_lang.DhTDvv55.js +26 -0
  58. package/dist/chunks/tabList.vue_vue_type_style_index_0_lang.EtvPcPPy.js +39 -0
  59. package/dist/chunks/textarea.vue_vue_type_style_index_0_lang.DZTz49sQ.js +56 -0
  60. package/dist/classList.js +23 -0
  61. package/dist/combobox.js +4 -0
  62. package/dist/comboboxButton.js +4 -0
  63. package/dist/comboboxInput.js +4 -0
  64. package/dist/comboboxOption.js +4 -0
  65. package/dist/comboboxOptions.js +4 -0
  66. package/dist/formControl.js +4 -0
  67. package/dist/formControl2.js +80 -0
  68. package/dist/hint.js +4 -0
  69. package/dist/index.js +12 -0
  70. package/dist/index2.js +6 -0
  71. package/dist/index3.js +30 -0
  72. package/dist/input.js +4 -0
  73. package/dist/inputGroup.js +4 -0
  74. package/dist/label.js +4 -0
  75. package/dist/main.js +57 -1394
  76. package/dist/menuItem.js +4 -0
  77. package/dist/menuItems.js +4 -0
  78. package/dist/modal.js +4 -0
  79. package/dist/notification.js +4 -0
  80. package/dist/notificationQueue.js +4 -0
  81. package/dist/offcanvas.js +4 -0
  82. package/dist/popoverDialog.js +4 -0
  83. package/dist/progressbar.js +4 -0
  84. package/dist/radio.js +4 -0
  85. package/dist/select.js +4 -0
  86. package/dist/selectbox.js +4 -0
  87. package/dist/switch.js +4 -0
  88. package/dist/tab.js +4 -0
  89. package/dist/tabList.js +4 -0
  90. package/dist/textarea.js +4 -0
  91. package/dist/types/components/btn.vue.d.ts +5 -4
  92. package/dist/types/components/formControl.vue.d.ts +5 -3
  93. package/dist/types/components/input_controls/checkbox.vue.d.ts +8 -6
  94. package/dist/types/components/input_controls/combobox/combobox.vue.d.ts +7 -5
  95. package/dist/types/components/input_controls/combobox/comboboxButton.vue.d.ts +3 -2
  96. package/dist/types/components/input_controls/combobox/comboboxInput.vue.d.ts +5 -4
  97. package/dist/types/components/input_controls/combobox/comboboxOption.vue.d.ts +5 -4
  98. package/dist/types/components/input_controls/combobox/comboboxOptions.vue.d.ts +5 -4
  99. package/dist/types/components/input_controls/common/btn.vue.d.ts +3 -2
  100. package/dist/types/components/input_controls/common/formControl.vue.d.ts +5 -4
  101. package/dist/types/components/input_controls/common/hint.vue.d.ts +3 -2
  102. package/dist/types/components/input_controls/common/inputGroup.vue.d.ts +5 -4
  103. package/dist/types/components/input_controls/common/label.vue.d.ts +3 -2
  104. package/dist/types/components/input_controls/input/input.vue.d.ts +8 -6
  105. package/dist/types/components/input_controls/radio.vue.d.ts +4 -2
  106. package/dist/types/components/input_controls/select/select.vue.d.ts +15 -10
  107. package/dist/types/components/input_controls/selectbox/selectbox.stories.d.ts +30 -24
  108. package/dist/types/components/input_controls/selectbox/selectbox.vue.d.ts +15 -10
  109. package/dist/types/components/input_controls/switch.vue.d.ts +8 -6
  110. package/dist/types/components/input_controls/textarea.vue.d.ts +4 -2
  111. package/dist/types/components/menu/menuItem.vue.d.ts +5 -4
  112. package/dist/types/components/menu/menuItems.vue.d.ts +5 -4
  113. package/dist/types/components/modal.vue.d.ts +7 -6
  114. package/dist/types/components/notifications/notification.vue.d.ts +4 -2
  115. package/dist/types/components/notifications/notificationQueue.vue.d.ts +4 -2
  116. package/dist/types/components/offcanvas.vue.d.ts +7 -5
  117. package/dist/types/components/popoverDialog.vue.d.ts +5 -4
  118. package/dist/types/components/progressbar.vue.d.ts +2 -1
  119. package/dist/types/components/tabs/tab.vue.d.ts +5 -4
  120. package/dist/types/components/tabs/tabList.vue.d.ts +3 -2
  121. package/package.json +6 -6
  122. package/dist/assets/main.css +0 -1
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/menuItem.vue_vue_type_style_index_0_lang.Dt6Zl5zF.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/menuItems.vue_vue_type_style_index_0_lang.BEJFFXeO.js";
2
+ export {
3
+ f as default
4
+ };
package/dist/modal.js ADDED
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/modal.vue_vue_type_style_index_0_lang.C3McFUCL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/notification.vue_vue_type_style_index_0_lang.ouXaxuxK.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/notificationQueue.vue_vue_type_style_index_0_lang.CmvIdz1d.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/offcanvas.vue_vue_type_style_index_0_lang.pX4AkwFX.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/popoverDialog.vue_vue_type_style_index_0_lang.BQPgFdVd.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/progressbar.vue_vue_type_style_index_0_lang.DZC-IpoL.js";
2
+ export {
3
+ f as default
4
+ };
package/dist/radio.js ADDED
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/radio.vue_vue_type_style_index_0_lang.C_Iy9o5g.js";
2
+ export {
3
+ f as default
4
+ };
package/dist/select.js ADDED
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/select.vue_vue_type_style_index_0_lang.Yrvru3_T.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/selectbox.vue_vue_type_script_setup_true_lang.ByPbVEeF.js";
2
+ export {
3
+ f as default
4
+ };
package/dist/switch.js ADDED
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/switch.vue_vue_type_style_index_0_lang.DX8AF2Bu.js";
2
+ export {
3
+ f as default
4
+ };
package/dist/tab.js ADDED
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/tab.vue_vue_type_style_index_0_lang.DhTDvv55.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/tabList.vue_vue_type_style_index_0_lang.EtvPcPPy.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/textarea.vue_vue_type_style_index_0_lang.DZTz49sQ.js";
2
+ export {
3
+ f as default
4
+ };
@@ -17,14 +17,15 @@ type __VLS_Props = {
17
17
  rounded?: boolean;
18
18
  condensed?: boolean;
19
19
  };
20
- declare var __VLS_7: {};
20
+ declare var __VLS_8: {};
21
21
  type __VLS_Slots = {} & {
22
- default?: (props: typeof __VLS_7) => any;
22
+ default?: (props: typeof __VLS_8) => any;
23
23
  };
24
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
24
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
25
25
  color: "primary" | "secondary" | "success" | "warning" | "danger" | "info";
26
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
28
29
  export default _default;
29
30
  type __VLS_WithSlots<T, S> = T & {
30
31
  new (): {
@@ -18,18 +18,20 @@ type __VLS_Props = {
18
18
  declare var __VLS_1: {
19
19
  attrs: {
20
20
  class: string;
21
+ style?: import("vue").StyleValue;
21
22
  id: string;
22
- disabled: boolean | undefined;
23
+ disabled: boolean;
23
24
  autocomplete: string;
24
25
  };
25
26
  };
26
27
  type __VLS_Slots = {} & {
27
28
  default?: (props: typeof __VLS_1) => any;
28
29
  };
29
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
30
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
30
31
  autocomplete: string | boolean;
31
32
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
33
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
34
+ declare const _default: typeof __VLS_export;
33
35
  export default _default;
34
36
  type __VLS_WithSlots<T, S> = T & {
35
37
  new (): {
@@ -8,16 +8,17 @@ type __VLS_Props = {
8
8
  label?: string;
9
9
  hint?: string;
10
10
  };
11
- type __VLS_PublicProps = __VLS_Props & {
11
+ type __VLS_ModelProps = {
12
12
  modelValue?: boolean | any[];
13
13
  };
14
- declare var __VLS_5: {}, __VLS_11: {};
14
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
15
+ declare var __VLS_7: {}, __VLS_15: {};
15
16
  type __VLS_Slots = {} & {
16
- default?: (props: typeof __VLS_5) => any;
17
+ default?: (props: typeof __VLS_7) => any;
17
18
  } & {
18
- hint?: (props: typeof __VLS_11) => any;
19
+ hint?: (props: typeof __VLS_15) => any;
19
20
  };
20
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
22
  "update:modelValue": (value: boolean | any[] | undefined) => any;
22
23
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
24
  "onUpdate:modelValue"?: ((value: boolean | any[] | undefined) => any) | undefined;
@@ -26,7 +27,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
26
27
  showValidationError: boolean;
27
28
  color: "primary" | "secondary" | "success" | "warning" | "danger" | "info";
28
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
+ declare const _default: typeof __VLS_export;
30
32
  export default _default;
31
33
  type __VLS_WithSlots<T, S> = T & {
32
34
  new (): {
@@ -6,14 +6,15 @@ export interface IComboboxProps extends IFormControlProps {
6
6
  showValidationError?: boolean;
7
7
  }
8
8
  type __VLS_Props = IComboboxProps;
9
- type __VLS_PublicProps = __VLS_Props & {
9
+ type __VLS_ModelProps = {
10
10
  modelValue?: any;
11
11
  };
12
- declare var __VLS_11: {};
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare var __VLS_14: {};
13
14
  type __VLS_Slots = {} & {
14
- default?: (props: typeof __VLS_11) => any;
15
+ default?: (props: typeof __VLS_14) => any;
15
16
  };
16
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
18
  "update:modelValue": (value: any) => any;
18
19
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
20
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
@@ -21,7 +22,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
21
22
  validators: Validator[];
22
23
  showValidationError: boolean;
23
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
25
27
  export default _default;
26
28
  type __VLS_WithSlots<T, S> = T & {
27
29
  new (): {
@@ -5,8 +5,9 @@ declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
11
12
  type __VLS_WithSlots<T, S> = T & {
12
13
  new (): {
@@ -1,9 +1,10 @@
1
- declare var __VLS_7: {};
1
+ declare var __VLS_8: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
3
+ default?: (props: typeof __VLS_8) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -1,15 +1,16 @@
1
1
  type __VLS_Props = {
2
2
  value: any;
3
3
  };
4
- declare var __VLS_7: {
4
+ declare var __VLS_8: {
5
5
  isActive: boolean;
6
6
  isSelected: boolean;
7
7
  };
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_7) => any;
9
+ default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
14
15
  type __VLS_WithSlots<T, S> = T & {
15
16
  new (): {
@@ -1,9 +1,10 @@
1
- declare var __VLS_12: {};
1
+ declare var __VLS_14: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_12) => any;
3
+ default?: (props: typeof __VLS_14) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -2,8 +2,9 @@ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -8,14 +8,15 @@ export interface IFormControlProps extends IInputGroupProps {
8
8
  outlined?: boolean;
9
9
  muted?: boolean;
10
10
  }
11
- declare var __VLS_9: {};
11
+ declare var __VLS_12: {};
12
12
  type __VLS_Slots = {} & {
13
- default?: (props: typeof __VLS_9) => any;
13
+ default?: (props: typeof __VLS_12) => any;
14
14
  };
15
- declare const __VLS_component: import("vue").DefineComponent<IFormControlProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IFormControlProps> & Readonly<{}>, {
15
+ declare const __VLS_base: import("vue").DefineComponent<IFormControlProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IFormControlProps> & Readonly<{}>, {
16
16
  labelPosition: "above" | "inline" | "inside";
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
19
20
  export default _default;
20
21
  type __VLS_WithSlots<T, S> = T & {
21
22
  new (): {
@@ -5,8 +5,9 @@ declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
11
12
  type __VLS_WithSlots<T, S> = T & {
12
13
  new (): {
@@ -7,15 +7,16 @@ export interface IInputGroupProps {
7
7
  disabled?: boolean;
8
8
  invalid?: boolean;
9
9
  }
10
- declare var __VLS_5: {};
10
+ declare var __VLS_6: {};
11
11
  type __VLS_Slots = {} & {
12
- default?: (props: typeof __VLS_5) => any;
12
+ default?: (props: typeof __VLS_6) => any;
13
13
  };
14
- declare const __VLS_component: import("vue").DefineComponent<IInputGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IInputGroupProps> & Readonly<{}>, {
14
+ declare const __VLS_base: import("vue").DefineComponent<IInputGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IInputGroupProps> & Readonly<{}>, {
15
15
  size: "small" | "medium" | "large";
16
16
  variant: "flat" | "muted" | "outlined";
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
19
20
  export default _default;
20
21
  type __VLS_WithSlots<T, S> = T & {
21
22
  new (): {
@@ -5,8 +5,9 @@ declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
11
12
  type __VLS_WithSlots<T, S> = T & {
12
13
  new (): {
@@ -11,17 +11,18 @@ type __VLS_Props = {
11
11
  validators?: Array<(v: string) => boolean | string>;
12
12
  showValidationError?: boolean;
13
13
  } & IFormControlProps;
14
- type __VLS_PublicProps = __VLS_Props & {
14
+ type __VLS_ModelProps = {
15
15
  modelValue?: string | number;
16
16
  "files"?: HTMLInputElement["files"];
17
17
  };
18
- declare var __VLS_6: {}, __VLS_8: {};
18
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
19
+ declare var __VLS_8: {}, __VLS_10: {};
19
20
  type __VLS_Slots = {} & {
20
- prepend?: (props: typeof __VLS_6) => any;
21
+ prepend?: (props: typeof __VLS_8) => any;
21
22
  } & {
22
- append?: (props: typeof __VLS_8) => any;
23
+ append?: (props: typeof __VLS_10) => any;
23
24
  };
24
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
26
  "update:modelValue": (value: string | number | undefined) => any;
26
27
  "update:files": (value: FileList | null | undefined) => any;
27
28
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
@@ -32,7 +33,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
32
33
  showValidationError: boolean;
33
34
  autocomplete: string | boolean;
34
35
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
36
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
37
+ declare const _default: typeof __VLS_export;
36
38
  export default _default;
37
39
  type __VLS_WithSlots<T, S> = T & {
38
40
  new (): {
@@ -6,10 +6,11 @@ type __VLS_Props = {
6
6
  label?: string;
7
7
  hint?: string;
8
8
  };
9
- type __VLS_PublicProps = __VLS_Props & {
9
+ type __VLS_ModelProps = {
10
10
  modelValue?: boolean;
11
11
  };
12
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
14
  "update:modelValue": (value: boolean | undefined) => any;
14
15
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
16
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
@@ -17,4 +18,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
17
18
  showValidationError: boolean;
18
19
  color: "primary" | "secondary" | "success" | "warning" | "danger" | "info";
19
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -1,10 +1,8 @@
1
1
  import { IFormControlProps } from "../common/formControl.vue";
2
- declare const _default: <I extends {
2
+ declare const __VLS_export: <I extends {
3
3
  [key: string]: any;
4
- }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & ({
4
+ }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<({
8
6
  id?: string;
9
7
  options: Array<I>;
10
8
  optionText?: keyof I;
@@ -13,17 +11,24 @@ declare const _default: <I extends {
13
11
  showValidationError?: boolean;
14
12
  } & IFormControlProps & {
15
13
  modelValue?: any;
16
- }) & {}> & import("vue").PublicProps;
17
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
14
+ }) & {
15
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
16
+ }> & (typeof globalThis extends {
17
+ __VLS_PROPS_FALLBACK: infer P;
18
+ } ? P : {});
19
+ expose: (exposed: {}) => void;
18
20
  attrs: any;
19
21
  slots: {
20
22
  default?: (props: {}) => any;
21
23
  };
22
- emit: (evt: "update:modelValue", value: any) => void;
24
+ emit: (event: "update:modelValue", value: any) => void;
23
25
  }>) => import("vue").VNode & {
24
26
  __ctx?: Awaited<typeof __VLS_setup>;
25
27
  };
28
+ declare const _default: typeof __VLS_export;
26
29
  export default _default;
27
- type __VLS_PrettifyLocal<T> = {
30
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
31
+ [K in keyof T]: T[K];
32
+ } : {
28
33
  [K in keyof T as K]: T[K];
29
- } & {};
34
+ }) & {};
@@ -18,12 +18,11 @@ declare const meta: {
18
18
  render: (args: ExtractPublicPropTypes<(<I extends {
19
19
  [key: string]: any;
20
20
  }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
21
- attrs: any;
22
21
  slots: {};
23
- emit: (evt: "update:modelValue", value: any) => void;
24
- }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
25
- props: {
26
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
22
+ attrs: any;
23
+ emit: (event: "update:modelValue", value: any) => void;
24
+ }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
25
+ props: import("vue").PublicProps & {
27
26
  options: Array<I>;
28
27
  optionText?: keyof I | undefined;
29
28
  optionValue?: keyof I | undefined;
@@ -46,11 +45,14 @@ declare const meta: {
46
45
  disabled?: boolean | undefined;
47
46
  invalid?: boolean | undefined;
48
47
  modelValue?: any;
49
- } & import("vue").PublicProps;
50
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
48
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
49
+ } & (typeof globalThis extends {
50
+ __VLS_PROPS_FALLBACK: infer P;
51
+ } ? P : {});
52
+ expose: (exposed: {}) => void;
51
53
  attrs: any;
52
54
  slots: {};
53
- emit: (evt: "update:modelValue", value: any) => void;
55
+ emit: (event: "update:modelValue", value: any) => void;
54
56
  }>) => import("vue").VNode & {
55
57
  __ctx?: Awaited<typeof __VLS_setup>;
56
58
  })>) => {
@@ -58,12 +60,11 @@ declare const meta: {
58
60
  Selectbox: <I extends {
59
61
  [key: string]: any;
60
62
  }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
61
- attrs: any;
62
63
  slots: {};
63
- emit: (evt: "update:modelValue", value: any) => void;
64
- }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
65
- props: {
66
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
64
+ attrs: any;
65
+ emit: (event: "update:modelValue", value: any) => void;
66
+ }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
67
+ props: import("vue").PublicProps & {
67
68
  options: Array<I>;
68
69
  optionText?: keyof I | undefined;
69
70
  optionValue?: keyof I | undefined;
@@ -86,11 +87,14 @@ declare const meta: {
86
87
  disabled?: boolean | undefined;
87
88
  invalid?: boolean | undefined;
88
89
  modelValue?: any;
89
- } & import("vue").PublicProps;
90
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
90
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
91
+ } & (typeof globalThis extends {
92
+ __VLS_PROPS_FALLBACK: infer P;
93
+ } ? P : {});
94
+ expose: (exposed: {}) => void;
91
95
  attrs: any;
92
96
  slots: {};
93
- emit: (evt: "update:modelValue", value: any) => void;
97
+ emit: (event: "update:modelValue", value: any) => void;
94
98
  }>) => import("vue").VNode & {
95
99
  __ctx?: Awaited<typeof __VLS_setup>;
96
100
  };
@@ -99,12 +103,11 @@ declare const meta: {
99
103
  args: ExtractPublicPropTypes<(<I extends {
100
104
  [key: string]: any;
101
105
  }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
102
- attrs: any;
103
106
  slots: {};
104
- emit: (evt: "update:modelValue", value: any) => void;
105
- }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
106
- props: {
107
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
107
+ attrs: any;
108
+ emit: (event: "update:modelValue", value: any) => void;
109
+ }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
110
+ props: import("vue").PublicProps & {
108
111
  options: Array<I>;
109
112
  optionText?: keyof I | undefined;
110
113
  optionValue?: keyof I | undefined;
@@ -127,11 +130,14 @@ declare const meta: {
127
130
  disabled?: boolean | undefined;
128
131
  invalid?: boolean | undefined;
129
132
  modelValue?: any;
130
- } & import("vue").PublicProps;
131
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
133
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
134
+ } & (typeof globalThis extends {
135
+ __VLS_PROPS_FALLBACK: infer P;
136
+ } ? P : {});
137
+ expose: (exposed: {}) => void;
132
138
  attrs: any;
133
139
  slots: {};
134
- emit: (evt: "update:modelValue", value: any) => void;
140
+ emit: (event: "update:modelValue", value: any) => void;
135
141
  }>) => import("vue").VNode & {
136
142
  __ctx?: Awaited<typeof __VLS_setup>;
137
143
  })>;
@@ -1,25 +1,30 @@
1
1
  import { IComboboxProps } from "../combobox/combobox.vue";
2
- declare const _default: <I extends {
2
+ declare const __VLS_export: <I extends {
3
3
  [key: string]: any;
4
- }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & ({
4
+ }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<({
8
6
  options: Array<I>;
9
7
  optionText?: keyof I;
10
8
  optionValue?: keyof I;
11
9
  placeholder?: string;
12
10
  } & IComboboxProps & {
13
11
  modelValue?: any;
14
- }) & {}> & import("vue").PublicProps;
15
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
12
+ }) & {
13
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
14
+ }> & (typeof globalThis extends {
15
+ __VLS_PROPS_FALLBACK: infer P;
16
+ } ? P : {});
17
+ expose: (exposed: {}) => void;
16
18
  attrs: any;
17
19
  slots: {};
18
- emit: (evt: "update:modelValue", value: any) => void;
20
+ emit: (event: "update:modelValue", value: any) => void;
19
21
  }>) => import("vue").VNode & {
20
22
  __ctx?: Awaited<typeof __VLS_setup>;
21
23
  };
24
+ declare const _default: typeof __VLS_export;
22
25
  export default _default;
23
- type __VLS_PrettifyLocal<T> = {
26
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
27
+ [K in keyof T]: T[K];
28
+ } : {
24
29
  [K in keyof T as K]: T[K];
25
- } & {};
30
+ }) & {};