@volverjs/ui-vue 0.0.10-beta.58 → 0.0.10-beta.59

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 (88) hide show
  1. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +2 -2
  2. package/dist/components/VvAccordion/index.d.ts +2 -2
  3. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +10 -10
  4. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  5. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +14 -14
  6. package/dist/components/VvAccordionGroup/index.d.ts +5 -5
  7. package/dist/components/VvAction/VvAction.vue.d.ts +2 -2
  8. package/dist/components/VvAction/index.d.ts +1 -1
  9. package/dist/components/VvAlert/VvAlert.vue.d.ts +8 -8
  10. package/dist/components/VvAlert/index.d.ts +3 -4
  11. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +11 -11
  12. package/dist/components/VvAlertGroup/index.d.ts +5 -5
  13. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +2 -2
  14. package/dist/components/VvAvatar/index.d.ts +1 -1
  15. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
  16. package/dist/components/VvAvatarGroup/index.d.ts +3 -3
  17. package/dist/components/VvBadge/VvBadge.vue.d.ts +2 -2
  18. package/dist/components/VvBadge/index.d.ts +1 -1
  19. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +15 -15
  20. package/dist/components/VvBreadcrumb/index.d.ts +2 -2
  21. package/dist/components/VvButton/VvButton.vue.d.ts +8 -8
  22. package/dist/components/VvButton/index.d.ts +2 -2
  23. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -6
  24. package/dist/components/VvButtonGroup/index.d.ts +3 -3
  25. package/dist/components/VvCard/VvCard.vue.d.ts +2 -2
  26. package/dist/components/VvCard/index.d.ts +1 -1
  27. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
  28. package/dist/components/VvCheckbox/index.d.ts +1 -1
  29. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +6 -6
  30. package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
  31. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +560 -219
  32. package/dist/components/VvCombobox/index.d.ts +241 -21
  33. package/dist/components/VvDialog/VvDialog.vue.d.ts +2 -2
  34. package/dist/components/VvDialog/index.d.ts +1 -1
  35. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +272 -37
  36. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +8 -16
  37. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +2 -2
  38. package/dist/components/VvDropdown/index.d.ts +117 -9
  39. package/dist/components/VvIcon/VvIcon.vue.d.ts +1 -1
  40. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
  41. package/dist/components/VvInputFile/index.d.ts +8 -8
  42. package/dist/components/VvInputText/VvInputClearAction.d.ts +3 -3
  43. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +5 -5
  44. package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
  45. package/dist/components/VvInputText/VvInputText.es.js +16 -16
  46. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  47. package/dist/components/VvInputText/VvInputText.vue.d.ts +21 -21
  48. package/dist/components/VvInputText/index.d.ts +24 -7
  49. package/dist/components/VvNav/VvNav.vue.d.ts +13 -13
  50. package/dist/components/VvNav/index.d.ts +2 -2
  51. package/dist/components/VvProgress/VvProgress.vue.d.ts +2 -2
  52. package/dist/components/VvProgress/index.d.ts +1 -1
  53. package/dist/components/VvRadio/VvRadio.vue.d.ts +3 -3
  54. package/dist/components/VvRadio/index.d.ts +1 -1
  55. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +6 -6
  56. package/dist/components/VvRadioGroup/index.d.ts +2 -2
  57. package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -62
  58. package/dist/components/VvSelect/index.d.ts +8 -8
  59. package/dist/components/VvTab/VvTab.vue.d.ts +15 -15
  60. package/dist/components/VvTab/index.d.ts +3 -3
  61. package/dist/components/VvTextarea/VvTextarea.es.js +10 -10
  62. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  63. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +11 -11
  64. package/dist/components/VvTextarea/index.d.ts +9 -6
  65. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +4 -4
  66. package/dist/components/VvTooltip/index.d.ts +1 -1
  67. package/dist/components/index.es.js +16 -16
  68. package/dist/components/index.umd.js +1 -1
  69. package/dist/composables/alert/useAlert.d.ts +12 -12
  70. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +1 -1
  71. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +1 -1
  72. package/dist/composables/group/useGroupStateInject.d.ts +1 -1
  73. package/dist/composables/useBlurhash.d.ts +1 -1
  74. package/dist/composables/useOptions.d.ts +3 -3
  75. package/dist/composables/usePersistence.d.ts +1 -1
  76. package/dist/icons.es.js +3 -3
  77. package/dist/icons.umd.js +1 -1
  78. package/dist/props/index.d.ts +121 -14
  79. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +362 -298
  80. package/dist/test/expect.d.ts +1 -0
  81. package/dist/utils/DateUtilities.d.ts +9 -0
  82. package/dist/utils/ObjectUtilities.d.ts +1 -1
  83. package/package.json +30 -30
  84. package/src/assets/icons/detailed.json +1 -1
  85. package/src/assets/icons/normal.json +1 -1
  86. package/src/assets/icons/simple.json +1 -1
  87. package/src/composables/usePersistence.ts +13 -12
  88. package/src/utils/DateUtilities.ts +24 -7
@@ -1,8 +1,8 @@
1
1
  import type { NavItem } from '../../types';
2
2
  export declare const VvBreadcrumbProps: {
3
- routes: PropType<NavItem[]>;
3
+ routes: globalThis.PropType<NavItem[]>;
4
4
  modifiers: {
5
- type: PropType<string | string[]>;
5
+ type: globalThis.PropType<string | string[]>;
6
6
  default: undefined;
7
7
  };
8
8
  };
@@ -1,7 +1,7 @@
1
1
  import { Side } from '../../constants';
2
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
3
3
  iconPosition: {
4
- type: PropType<`${Side}`>;
4
+ type: globalThis.PropType<"top" | "right" | "bottom" | "left">;
5
5
  default: Side;
6
6
  validator: (value: Side) => boolean;
7
7
  };
@@ -26,7 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
26
26
  default: undefined;
27
27
  };
28
28
  icon: {
29
- type: PropType<string | import("../VvIcon").VvIconProps>;
29
+ type: globalThis.PropType<string | import("../VvIcon").VvIconProps>;
30
30
  default: undefined;
31
31
  };
32
32
  loading: {
@@ -42,12 +42,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
42
42
  default: boolean;
43
43
  };
44
44
  modifiers: {
45
- type: PropType<string | string[]>;
45
+ type: globalThis.PropType<string | string[]>;
46
46
  default: undefined;
47
47
  };
48
48
  id: (StringConstructor | NumberConstructor)[];
49
49
  type: {
50
- type: PropType<`${import("../../constants").ButtonType}`>;
50
+ type: globalThis.PropType<"button" | "submit" | "reset">;
51
51
  default: import("../../constants").ButtonType;
52
52
  validator: (value: import("../../constants").ButtonType) => boolean;
53
53
  };
@@ -92,7 +92,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
92
92
  $el: globalThis.ComputedRef<HTMLElement | undefined>;
93
93
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
94
94
  iconPosition: {
95
- type: PropType<`${Side}`>;
95
+ type: globalThis.PropType<"top" | "right" | "bottom" | "left">;
96
96
  default: Side;
97
97
  validator: (value: Side) => boolean;
98
98
  };
@@ -117,7 +117,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
117
117
  default: undefined;
118
118
  };
119
119
  icon: {
120
- type: PropType<string | import("../VvIcon").VvIconProps>;
120
+ type: globalThis.PropType<string | import("../VvIcon").VvIconProps>;
121
121
  default: undefined;
122
122
  };
123
123
  loading: {
@@ -133,12 +133,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
133
133
  default: boolean;
134
134
  };
135
135
  modifiers: {
136
- type: PropType<string | string[]>;
136
+ type: globalThis.PropType<string | string[]>;
137
137
  default: undefined;
138
138
  };
139
139
  id: (StringConstructor | NumberConstructor)[];
140
140
  type: {
141
- type: PropType<`${import("../../constants").ButtonType}`>;
141
+ type: globalThis.PropType<"button" | "submit" | "reset">;
142
142
  default: import("../../constants").ButtonType;
143
143
  validator: (value: import("../../constants").ButtonType) => boolean;
144
144
  };
@@ -7,7 +7,7 @@ export declare const VvButtonProps: {
7
7
  * Button icon position
8
8
  */
9
9
  iconPosition: {
10
- type: PropType<`${Side}`>;
10
+ type: PropType<"top" | "right" | "bottom" | "left">;
11
11
  default: Side;
12
12
  validator: (value: Side) => boolean;
13
13
  };
@@ -68,7 +68,7 @@ export declare const VvButtonProps: {
68
68
  };
69
69
  id: (StringConstructor | NumberConstructor)[];
70
70
  type: {
71
- type: PropType<`${import("../../constants").ButtonType}`>;
71
+ type: PropType<"button" | "submit" | "reset">;
72
72
  default: import("../../constants").ButtonType;
73
73
  validator: (value: import("../../constants").ButtonType) => boolean;
74
74
  };
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
3
3
  type: StringConstructor;
4
4
  };
5
5
  itemModifiers: {
6
- type: PropType<string | string[]>;
6
+ type: globalThis.PropType<string | string[]>;
7
7
  default: string;
8
8
  };
9
9
  toggle: {
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
15
15
  default: boolean;
16
16
  };
17
17
  modelValue: {
18
- type: PropType<string | number | boolean | (string | number | boolean)[] | undefined>;
18
+ type: globalThis.PropType<string | number | boolean | (string | number | boolean)[] | undefined>;
19
19
  default: undefined;
20
20
  };
21
21
  unselectable: {
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
27
27
  default: boolean;
28
28
  };
29
29
  modifiers: {
30
- type: PropType<string | string[]>;
30
+ type: globalThis.PropType<string | string[]>;
31
31
  default: undefined;
32
32
  };
33
33
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
35
35
  type: StringConstructor;
36
36
  };
37
37
  itemModifiers: {
38
- type: PropType<string | string[]>;
38
+ type: globalThis.PropType<string | string[]>;
39
39
  default: string;
40
40
  };
41
41
  toggle: {
@@ -47,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
47
47
  default: boolean;
48
48
  };
49
49
  modelValue: {
50
- type: PropType<string | number | boolean | (string | number | boolean)[] | undefined>;
50
+ type: globalThis.PropType<string | number | boolean | (string | number | boolean)[] | undefined>;
51
51
  default: undefined;
52
52
  };
53
53
  unselectable: {
@@ -59,7 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
59
59
  default: boolean;
60
60
  };
61
61
  modifiers: {
62
- type: PropType<string | string[]>;
62
+ type: globalThis.PropType<string | string[]>;
63
63
  default: undefined;
64
64
  };
65
65
  }>> & Readonly<{}>, {
@@ -6,7 +6,7 @@ export declare const VvButtonGroupProps: {
6
6
  * String or String[] of css classes (modifiers) that will be provided to each button'
7
7
  */
8
8
  itemModifiers: {
9
- type: PropType<string | string[]>;
9
+ type: globalThis.PropType<string | string[]>;
10
10
  default: string;
11
11
  };
12
12
  toggle: {
@@ -18,7 +18,7 @@ export declare const VvButtonGroupProps: {
18
18
  default: boolean;
19
19
  };
20
20
  modelValue: {
21
- type: PropType<string | number | boolean | (string | number | boolean)[] | undefined>;
21
+ type: globalThis.PropType<string | number | boolean | (string | number | boolean)[] | undefined>;
22
22
  default: undefined;
23
23
  };
24
24
  unselectable: {
@@ -30,7 +30,7 @@ export declare const VvButtonGroupProps: {
30
30
  default: boolean;
31
31
  };
32
32
  modifiers: {
33
- type: PropType<string | string[]>;
33
+ type: globalThis.PropType<string | string[]>;
34
34
  default: undefined;
35
35
  };
36
36
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2
2
  title: StringConstructor;
3
3
  modifiers: {
4
- type: PropType<string | string[]>;
4
+ type: globalThis.PropType<string | string[]>;
5
5
  default: undefined;
6
6
  };
7
7
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  title: StringConstructor;
9
9
  modifiers: {
10
- type: PropType<string | string[]>;
10
+ type: globalThis.PropType<string | string[]>;
11
11
  default: undefined;
12
12
  };
13
13
  }>> & Readonly<{}>, {
@@ -1,7 +1,7 @@
1
1
  export declare const VvCardProps: {
2
2
  title: StringConstructor;
3
3
  modifiers: {
4
- type: PropType<string | string[]>;
4
+ type: globalThis.PropType<string | string[]>;
5
5
  default: undefined;
6
6
  };
7
7
  };
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
3
3
  uncheckedValue: (BooleanConstructor | StringConstructor | NumberConstructor)[];
4
4
  switch: BooleanConstructor;
5
5
  modifiers: {
6
- type: PropType<string | string[]>;
6
+ type: globalThis.PropType<string | string[]>;
7
7
  default: undefined;
8
8
  };
9
9
  value: {
@@ -68,7 +68,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
68
68
  uncheckedValue: (BooleanConstructor | StringConstructor | NumberConstructor)[];
69
69
  switch: BooleanConstructor;
70
70
  modifiers: {
71
- type: PropType<string | string[]>;
71
+ type: globalThis.PropType<string | string[]>;
72
72
  default: undefined;
73
73
  };
74
74
  value: {
@@ -134,13 +134,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
134
134
  disabled: boolean;
135
135
  modelValue: string | number | boolean | Record<string, any>;
136
136
  modifiers: string | string[];
137
+ invalid: boolean;
137
138
  switch: boolean;
138
139
  loading: boolean;
139
140
  loadingLabel: string;
140
141
  indeterminate: boolean;
141
142
  readonly: boolean;
142
143
  hintLabel: string;
143
- invalid: boolean;
144
144
  invalidLabel: string | unknown[];
145
145
  valid: boolean;
146
146
  validLabel: string | unknown[];
@@ -14,7 +14,7 @@ export declare const VvCheckboxProps: {
14
14
  */
15
15
  switch: BooleanConstructor;
16
16
  modifiers: {
17
- type: PropType<string | string[]>;
17
+ type: globalThis.PropType<string | string[]>;
18
18
  default: undefined;
19
19
  };
20
20
  value: {
@@ -29,7 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
29
29
  default: undefined;
30
30
  };
31
31
  modifiers: {
32
- type: PropType<string | string[]>;
32
+ type: globalThis.PropType<string | string[]>;
33
33
  default: undefined;
34
34
  };
35
35
  readonly: {
@@ -45,7 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
45
45
  default: string;
46
46
  };
47
47
  options: {
48
- type: PropType<(Option | string)[]>;
48
+ type: globalThis.PropType<(string | Option)[]>;
49
49
  default: () => never[];
50
50
  };
51
51
  labelKey: {
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
106
106
  default: undefined;
107
107
  };
108
108
  modifiers: {
109
- type: PropType<string | string[]>;
109
+ type: globalThis.PropType<string | string[]>;
110
110
  default: undefined;
111
111
  };
112
112
  readonly: {
@@ -122,7 +122,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
122
122
  default: string;
123
123
  };
124
124
  options: {
125
- type: PropType<(Option | string)[]>;
125
+ type: globalThis.PropType<(string | Option)[]>;
126
126
  default: () => never[];
127
127
  };
128
128
  labelKey: {
@@ -154,21 +154,21 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
154
154
  default: undefined;
155
155
  };
156
156
  }>> & Readonly<{}>, {
157
+ options: (string | Option)[];
157
158
  label: string | number;
158
159
  disabled: boolean;
159
160
  modelValue: string | number | boolean | symbol | unknown[];
160
161
  modifiers: string | string[];
162
+ invalid: boolean;
161
163
  required: boolean;
162
164
  loading: boolean;
163
165
  loadingLabel: string;
164
166
  readonly: boolean;
165
167
  hintLabel: string;
166
- invalid: boolean;
167
168
  invalidLabel: string | unknown[];
168
169
  valid: boolean;
169
170
  validLabel: string | unknown[];
170
171
  vertical: boolean;
171
- options: (string | Option)[];
172
172
  labelKey: string | Function;
173
173
  valueKey: string | Function;
174
174
  disabledKey: string | Function;
@@ -28,7 +28,7 @@ export declare const VvCheckboxGroupProps: {
28
28
  default: undefined;
29
29
  };
30
30
  modifiers: {
31
- type: PropType<string | string[]>;
31
+ type: globalThis.PropType<string | string[]>;
32
32
  default: undefined;
33
33
  };
34
34
  readonly: {
@@ -44,7 +44,7 @@ export declare const VvCheckboxGroupProps: {
44
44
  default: string;
45
45
  };
46
46
  options: {
47
- type: PropType<(import("../..").Option | string)[]>;
47
+ type: globalThis.PropType<(string | import("../..").Option)[]>;
48
48
  default: () => never[];
49
49
  };
50
50
  labelKey: {