@volverjs/ui-vue 0.0.10-beta.25 → 0.0.10-beta.26
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.
- package/auto-imports.d.ts +1 -0
- package/dist/components/VvAccordion/VvAccordion.es.js +14 -12
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +91 -38
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +13 -2
- package/dist/components/VvAccordionGroup/index.d.ts +6 -4
- package/dist/components/VvAction/VvAction.es.js +14 -12
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +2 -11
- package/dist/components/VvAction/index.d.ts +1 -5
- package/dist/components/VvAlert/VvAlert.es.js +14 -12
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +14 -12
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +14 -12
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +14 -12
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +14 -12
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +14 -12
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +1 -1
- package/dist/components/VvButton/VvButton.es.js +14 -12
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +2 -19
- package/dist/components/VvButton/index.d.ts +1 -5
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +14 -12
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvCard/VvCard.es.js +14 -12
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +14 -12
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +14 -12
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +58 -34
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +2 -8
- package/dist/components/VvCombobox/index.d.ts +9 -2
- package/dist/components/VvDialog/VvDialog.es.js +14 -12
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +24 -16
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +2 -19
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +13 -1
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +9 -0
- package/dist/components/VvDropdown/index.d.ts +37 -0
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +64 -15
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +322 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +14 -12
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +131 -76
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.es.js +14 -12
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputFile/index.d.ts +5 -5
- package/dist/components/VvInputText/VvInputText.es.js +979 -107
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +44 -1
- package/dist/components/VvInputText/index.d.ts +28 -0
- package/dist/components/VvNav/VvNav.es.js +14 -12
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +1 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +14 -12
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +14 -12
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +14 -12
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +14 -12
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +14 -12
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvTab/VvTab.es.js +14 -12
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +14 -12
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.es.js +14 -12
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/index.es.js +357 -144
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/dropdown/useInjectDropdown.d.ts +3 -23
- package/dist/composables/dropdown/useProvideDropdown.d.ts +2 -3
- package/dist/composables/usePersistence.d.ts +3 -0
- package/dist/constants.d.ts +24 -21
- package/dist/directives/index.es.js +14 -12
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +14 -12
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +11 -11
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +27 -4
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +176 -29
- package/dist/stories/Button/Button.settings.d.ts +0 -1
- package/dist/types/nav.d.ts +1 -2
- package/package.json +1 -1
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +13 -19
- package/src/components/VvAccordionGroup/index.ts +2 -5
- package/src/components/VvCombobox/VvCombobox.vue +2 -0
- package/src/components/VvDropdown/VvDropdown.vue +11 -2
- package/src/components/VvDropdown/VvDropdownItem.vue +4 -1
- package/src/components/VvDropdown/VvDropdownOption.vue +3 -21
- package/src/components/VvDropdown/index.ts +35 -1
- package/src/components/VvInputText/VvInputText.vue +98 -3
- package/src/components/VvInputText/index.ts +24 -1
- package/src/composables/dropdown/useProvideDropdown.ts +4 -4
- package/src/composables/usePersistence.ts +76 -0
- package/src/constants.ts +23 -18
- package/src/props/index.ts +12 -7
- package/src/stories/Button/Button.settings.ts +1 -4
- package/src/types/nav.ts +1 -3
package/dist/props/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { Option } from '@/types/generic';
|
|
3
3
|
import type { NavItem } from '@/types/nav';
|
|
4
|
-
import { Placement, Strategy, Position, Side,
|
|
4
|
+
import { Placement, Strategy, Position, Side, ButtonType, ActionTag, StorageType } from '@/constants';
|
|
5
5
|
import type { VvIconProps } from '@/components/VvIcon';
|
|
6
6
|
export declare const LinkProps: {
|
|
7
7
|
/**
|
|
@@ -18,11 +18,7 @@ export declare const LinkProps: {
|
|
|
18
18
|
/**
|
|
19
19
|
* Anchor target
|
|
20
20
|
*/
|
|
21
|
-
target:
|
|
22
|
-
type: PropType<"_blank" | "_self" | "_parent" | "_top">;
|
|
23
|
-
default: undefined;
|
|
24
|
-
validator: (value: AnchorTarget) => boolean;
|
|
25
|
-
};
|
|
21
|
+
target: StringConstructor;
|
|
26
22
|
/**
|
|
27
23
|
* Anchor rel
|
|
28
24
|
*/
|
|
@@ -966,11 +962,7 @@ export declare const ActionProps: {
|
|
|
966
962
|
/**
|
|
967
963
|
* Anchor target
|
|
968
964
|
*/
|
|
969
|
-
target:
|
|
970
|
-
type: PropType<"_blank" | "_self" | "_parent" | "_top">;
|
|
971
|
-
default: undefined;
|
|
972
|
-
validator: (value: AnchorTarget) => boolean;
|
|
973
|
-
};
|
|
965
|
+
target: StringConstructor;
|
|
974
966
|
/**
|
|
975
967
|
* Anchor rel
|
|
976
968
|
*/
|
|
@@ -1020,3 +1012,11 @@ export declare const NavProps: {
|
|
|
1020
1012
|
default: () => never[];
|
|
1021
1013
|
};
|
|
1022
1014
|
};
|
|
1015
|
+
export declare const StorageProps: {
|
|
1016
|
+
storageType: {
|
|
1017
|
+
type: PropType<"local" | "session">;
|
|
1018
|
+
default: StorageType;
|
|
1019
|
+
validator: (value: StorageType) => boolean;
|
|
1020
|
+
};
|
|
1021
|
+
storageKey: StringConstructor;
|
|
1022
|
+
};
|
|
@@ -17,7 +17,12 @@ declare const _default: Meta<{
|
|
|
17
17
|
};
|
|
18
18
|
disabled: BooleanConstructor;
|
|
19
19
|
not: BooleanConstructor;
|
|
20
|
-
|
|
20
|
+
storageType: {
|
|
21
|
+
type: globalThis.PropType<"local" | "session">;
|
|
22
|
+
default: import("../../constants").StorageType;
|
|
23
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
24
|
+
};
|
|
25
|
+
storageKey: StringConstructor;
|
|
21
26
|
modifiers: {
|
|
22
27
|
type: globalThis.PropType<string | string[]>;
|
|
23
28
|
default: undefined;
|
|
@@ -44,7 +49,12 @@ declare const _default: Meta<{
|
|
|
44
49
|
};
|
|
45
50
|
disabled: BooleanConstructor;
|
|
46
51
|
not: BooleanConstructor;
|
|
47
|
-
|
|
52
|
+
storageType: {
|
|
53
|
+
type: globalThis.PropType<"local" | "session">;
|
|
54
|
+
default: import("../../constants").StorageType;
|
|
55
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
56
|
+
};
|
|
57
|
+
storageKey: StringConstructor;
|
|
48
58
|
modifiers: {
|
|
49
59
|
type: globalThis.PropType<string | string[]>;
|
|
50
60
|
default: undefined;
|
|
@@ -57,6 +67,7 @@ declare const _default: Meta<{
|
|
|
57
67
|
modifiers: string | string[];
|
|
58
68
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
59
69
|
itemModifiers: string | string[];
|
|
70
|
+
storageType: "local" | "session";
|
|
60
71
|
}, true, {}, {}, {
|
|
61
72
|
P: {};
|
|
62
73
|
B: {};
|
|
@@ -80,7 +91,12 @@ declare const _default: Meta<{
|
|
|
80
91
|
};
|
|
81
92
|
disabled: BooleanConstructor;
|
|
82
93
|
not: BooleanConstructor;
|
|
83
|
-
|
|
94
|
+
storageType: {
|
|
95
|
+
type: globalThis.PropType<"local" | "session">;
|
|
96
|
+
default: import("../../constants").StorageType;
|
|
97
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
98
|
+
};
|
|
99
|
+
storageKey: StringConstructor;
|
|
84
100
|
modifiers: {
|
|
85
101
|
type: globalThis.PropType<string | string[]>;
|
|
86
102
|
default: undefined;
|
|
@@ -97,6 +113,7 @@ declare const _default: Meta<{
|
|
|
97
113
|
modifiers: string | string[];
|
|
98
114
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
99
115
|
itemModifiers: string | string[];
|
|
116
|
+
storageType: "local" | "session";
|
|
100
117
|
}>;
|
|
101
118
|
__isFragment?: undefined;
|
|
102
119
|
__isTeleport?: undefined;
|
|
@@ -117,7 +134,12 @@ declare const _default: Meta<{
|
|
|
117
134
|
};
|
|
118
135
|
disabled: BooleanConstructor;
|
|
119
136
|
not: BooleanConstructor;
|
|
120
|
-
|
|
137
|
+
storageType: {
|
|
138
|
+
type: globalThis.PropType<"local" | "session">;
|
|
139
|
+
default: import("../../constants").StorageType;
|
|
140
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
141
|
+
};
|
|
142
|
+
storageKey: StringConstructor;
|
|
121
143
|
modifiers: {
|
|
122
144
|
type: globalThis.PropType<string | string[]>;
|
|
123
145
|
default: undefined;
|
|
@@ -136,6 +158,7 @@ declare const _default: Meta<{
|
|
|
136
158
|
modifiers: string | string[];
|
|
137
159
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
138
160
|
itemModifiers: string | string[];
|
|
161
|
+
storageType: "local" | "session";
|
|
139
162
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
140
163
|
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
141
164
|
isExpanded: boolean;
|
|
@@ -12,15 +12,17 @@ declare const _default: {
|
|
|
12
12
|
modifiers: string | string[];
|
|
13
13
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
14
14
|
itemModifiers: string | string[];
|
|
15
|
+
storageType: "local" | "session";
|
|
15
16
|
}> & Omit<{
|
|
16
17
|
readonly collapse: boolean;
|
|
17
18
|
readonly disabled: boolean;
|
|
18
19
|
readonly not: boolean;
|
|
19
20
|
readonly items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
20
21
|
readonly itemModifiers: string | string[];
|
|
22
|
+
readonly storageType: "local" | "session";
|
|
21
23
|
readonly modelValue?: string | string[] | undefined;
|
|
22
24
|
readonly modifiers?: string | string[] | undefined;
|
|
23
|
-
readonly
|
|
25
|
+
readonly storageKey?: string | undefined;
|
|
24
26
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
25
27
|
modelValue: {
|
|
26
28
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
@@ -37,12 +39,17 @@ declare const _default: {
|
|
|
37
39
|
};
|
|
38
40
|
disabled: BooleanConstructor;
|
|
39
41
|
not: BooleanConstructor;
|
|
40
|
-
|
|
42
|
+
storageType: {
|
|
43
|
+
type: globalThis.PropType<"local" | "session">;
|
|
44
|
+
default: import("../../constants").StorageType;
|
|
45
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
46
|
+
};
|
|
47
|
+
storageKey: StringConstructor;
|
|
41
48
|
modifiers: {
|
|
42
49
|
type: globalThis.PropType<string | string[]>;
|
|
43
50
|
default: undefined;
|
|
44
51
|
};
|
|
45
|
-
}>>, "collapse" | "disabled" | "modelValue" | "not" | "modifiers" | "items" | "itemModifiers"> & {
|
|
52
|
+
}>>, "collapse" | "disabled" | "modelValue" | "not" | "modifiers" | "items" | "itemModifiers" | "storageType"> & {
|
|
46
53
|
default?: import("vue").VNodeChild | ((_: {
|
|
47
54
|
expandedAccordions: Set<string>;
|
|
48
55
|
expand: (name?: string | string[] | undefined) => void;
|
|
@@ -67,7 +74,12 @@ declare const _default: {
|
|
|
67
74
|
};
|
|
68
75
|
disabled: BooleanConstructor;
|
|
69
76
|
not: BooleanConstructor;
|
|
70
|
-
|
|
77
|
+
storageType: {
|
|
78
|
+
type: globalThis.PropType<"local" | "session">;
|
|
79
|
+
default: import("../../constants").StorageType;
|
|
80
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
81
|
+
};
|
|
82
|
+
storageKey: StringConstructor;
|
|
71
83
|
modifiers: {
|
|
72
84
|
type: globalThis.PropType<string | string[]>;
|
|
73
85
|
default: undefined;
|
|
@@ -94,7 +106,12 @@ declare const _default: {
|
|
|
94
106
|
};
|
|
95
107
|
disabled: BooleanConstructor;
|
|
96
108
|
not: BooleanConstructor;
|
|
97
|
-
|
|
109
|
+
storageType: {
|
|
110
|
+
type: globalThis.PropType<"local" | "session">;
|
|
111
|
+
default: import("../../constants").StorageType;
|
|
112
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
113
|
+
};
|
|
114
|
+
storageKey: StringConstructor;
|
|
98
115
|
modifiers: {
|
|
99
116
|
type: globalThis.PropType<string | string[]>;
|
|
100
117
|
default: undefined;
|
|
@@ -107,6 +124,7 @@ declare const _default: {
|
|
|
107
124
|
modifiers: string | string[];
|
|
108
125
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
109
126
|
itemModifiers: string | string[];
|
|
127
|
+
storageType: "local" | "session";
|
|
110
128
|
}, true, {}, {}, {
|
|
111
129
|
P: {};
|
|
112
130
|
B: {};
|
|
@@ -130,7 +148,12 @@ declare const _default: {
|
|
|
130
148
|
};
|
|
131
149
|
disabled: BooleanConstructor;
|
|
132
150
|
not: BooleanConstructor;
|
|
133
|
-
|
|
151
|
+
storageType: {
|
|
152
|
+
type: globalThis.PropType<"local" | "session">;
|
|
153
|
+
default: import("../../constants").StorageType;
|
|
154
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
155
|
+
};
|
|
156
|
+
storageKey: StringConstructor;
|
|
134
157
|
modifiers: {
|
|
135
158
|
type: globalThis.PropType<string | string[]>;
|
|
136
159
|
default: undefined;
|
|
@@ -147,6 +170,7 @@ declare const _default: {
|
|
|
147
170
|
modifiers: string | string[];
|
|
148
171
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
149
172
|
itemModifiers: string | string[];
|
|
173
|
+
storageType: "local" | "session";
|
|
150
174
|
}>;
|
|
151
175
|
__isFragment?: undefined;
|
|
152
176
|
__isTeleport?: undefined;
|
|
@@ -167,7 +191,12 @@ declare const _default: {
|
|
|
167
191
|
};
|
|
168
192
|
disabled: BooleanConstructor;
|
|
169
193
|
not: BooleanConstructor;
|
|
170
|
-
|
|
194
|
+
storageType: {
|
|
195
|
+
type: globalThis.PropType<"local" | "session">;
|
|
196
|
+
default: import("../../constants").StorageType;
|
|
197
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
198
|
+
};
|
|
199
|
+
storageKey: StringConstructor;
|
|
171
200
|
modifiers: {
|
|
172
201
|
type: globalThis.PropType<string | string[]>;
|
|
173
202
|
default: undefined;
|
|
@@ -186,6 +215,7 @@ declare const _default: {
|
|
|
186
215
|
modifiers: string | string[];
|
|
187
216
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
188
217
|
itemModifiers: string | string[];
|
|
218
|
+
storageType: "local" | "session";
|
|
189
219
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
190
220
|
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
191
221
|
isExpanded: boolean;
|
|
@@ -216,6 +246,7 @@ declare const _default: {
|
|
|
216
246
|
modifiers?: string | string[] | undefined;
|
|
217
247
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
218
248
|
itemModifiers?: string | string[] | undefined;
|
|
249
|
+
storageType?: "local" | "session" | undefined;
|
|
219
250
|
ref?: import("vue").VNodeRef | undefined;
|
|
220
251
|
style?: unknown;
|
|
221
252
|
class?: unknown;
|
|
@@ -260,7 +291,7 @@ declare const _default: {
|
|
|
260
291
|
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
261
292
|
[key: string]: any;
|
|
262
293
|
}>) => void)[] | undefined;
|
|
263
|
-
readonly
|
|
294
|
+
readonly storageKey?: string | undefined;
|
|
264
295
|
default?: import("vue").VNodeChild | ((_: {
|
|
265
296
|
expandedAccordions: Set<string>;
|
|
266
297
|
expand: (name?: string | string[] | undefined) => void;
|
|
@@ -274,6 +305,7 @@ declare const _default: {
|
|
|
274
305
|
modifiers?: string | string[] | undefined;
|
|
275
306
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
276
307
|
itemModifiers?: string | string[] | undefined;
|
|
308
|
+
storageType?: "local" | "session" | undefined;
|
|
277
309
|
ref?: import("vue").VNodeRef | undefined;
|
|
278
310
|
style?: unknown;
|
|
279
311
|
class?: unknown;
|
|
@@ -318,7 +350,7 @@ declare const _default: {
|
|
|
318
350
|
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
319
351
|
[key: string]: any;
|
|
320
352
|
}>) => void)[] | undefined;
|
|
321
|
-
readonly
|
|
353
|
+
readonly storageKey?: string | undefined;
|
|
322
354
|
default?: import("vue").VNodeChild | ((_: {
|
|
323
355
|
expandedAccordions: Set<string>;
|
|
324
356
|
expand: (name?: string | string[] | undefined) => void;
|
|
@@ -343,7 +375,12 @@ declare const _default: {
|
|
|
343
375
|
};
|
|
344
376
|
disabled: BooleanConstructor;
|
|
345
377
|
not: BooleanConstructor;
|
|
346
|
-
|
|
378
|
+
storageType: {
|
|
379
|
+
type: globalThis.PropType<"local" | "session">;
|
|
380
|
+
default: import("../../constants").StorageType;
|
|
381
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
382
|
+
};
|
|
383
|
+
storageKey: StringConstructor;
|
|
347
384
|
modifiers: {
|
|
348
385
|
type: globalThis.PropType<string | string[]>;
|
|
349
386
|
default: undefined;
|
|
@@ -370,7 +407,12 @@ declare const _default: {
|
|
|
370
407
|
};
|
|
371
408
|
disabled: BooleanConstructor;
|
|
372
409
|
not: BooleanConstructor;
|
|
373
|
-
|
|
410
|
+
storageType: {
|
|
411
|
+
type: globalThis.PropType<"local" | "session">;
|
|
412
|
+
default: import("../../constants").StorageType;
|
|
413
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
414
|
+
};
|
|
415
|
+
storageKey: StringConstructor;
|
|
374
416
|
modifiers: {
|
|
375
417
|
type: globalThis.PropType<string | string[]>;
|
|
376
418
|
default: undefined;
|
|
@@ -383,6 +425,7 @@ declare const _default: {
|
|
|
383
425
|
modifiers: string | string[];
|
|
384
426
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
385
427
|
itemModifiers: string | string[];
|
|
428
|
+
storageType: "local" | "session";
|
|
386
429
|
}, true, {}, {}, {
|
|
387
430
|
P: {};
|
|
388
431
|
B: {};
|
|
@@ -406,7 +449,12 @@ declare const _default: {
|
|
|
406
449
|
};
|
|
407
450
|
disabled: BooleanConstructor;
|
|
408
451
|
not: BooleanConstructor;
|
|
409
|
-
|
|
452
|
+
storageType: {
|
|
453
|
+
type: globalThis.PropType<"local" | "session">;
|
|
454
|
+
default: import("../../constants").StorageType;
|
|
455
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
456
|
+
};
|
|
457
|
+
storageKey: StringConstructor;
|
|
410
458
|
modifiers: {
|
|
411
459
|
type: globalThis.PropType<string | string[]>;
|
|
412
460
|
default: undefined;
|
|
@@ -423,6 +471,7 @@ declare const _default: {
|
|
|
423
471
|
modifiers: string | string[];
|
|
424
472
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
425
473
|
itemModifiers: string | string[];
|
|
474
|
+
storageType: "local" | "session";
|
|
426
475
|
}>;
|
|
427
476
|
__isFragment?: undefined;
|
|
428
477
|
__isTeleport?: undefined;
|
|
@@ -443,7 +492,12 @@ declare const _default: {
|
|
|
443
492
|
};
|
|
444
493
|
disabled: BooleanConstructor;
|
|
445
494
|
not: BooleanConstructor;
|
|
446
|
-
|
|
495
|
+
storageType: {
|
|
496
|
+
type: globalThis.PropType<"local" | "session">;
|
|
497
|
+
default: import("../../constants").StorageType;
|
|
498
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
499
|
+
};
|
|
500
|
+
storageKey: StringConstructor;
|
|
447
501
|
modifiers: {
|
|
448
502
|
type: globalThis.PropType<string | string[]>;
|
|
449
503
|
default: undefined;
|
|
@@ -462,6 +516,7 @@ declare const _default: {
|
|
|
462
516
|
modifiers: string | string[];
|
|
463
517
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
464
518
|
itemModifiers: string | string[];
|
|
519
|
+
storageType: "local" | "session";
|
|
465
520
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
466
521
|
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
467
522
|
isExpanded: boolean;
|
|
@@ -500,7 +555,12 @@ declare const _default: {
|
|
|
500
555
|
};
|
|
501
556
|
disabled: BooleanConstructor;
|
|
502
557
|
not: BooleanConstructor;
|
|
503
|
-
|
|
558
|
+
storageType: {
|
|
559
|
+
type: globalThis.PropType<"local" | "session">;
|
|
560
|
+
default: import("../../constants").StorageType;
|
|
561
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
562
|
+
};
|
|
563
|
+
storageKey: StringConstructor;
|
|
504
564
|
modifiers: {
|
|
505
565
|
type: globalThis.PropType<string | string[]>;
|
|
506
566
|
default: undefined;
|
|
@@ -527,7 +587,12 @@ declare const _default: {
|
|
|
527
587
|
};
|
|
528
588
|
disabled: BooleanConstructor;
|
|
529
589
|
not: BooleanConstructor;
|
|
530
|
-
|
|
590
|
+
storageType: {
|
|
591
|
+
type: globalThis.PropType<"local" | "session">;
|
|
592
|
+
default: import("../../constants").StorageType;
|
|
593
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
594
|
+
};
|
|
595
|
+
storageKey: StringConstructor;
|
|
531
596
|
modifiers: {
|
|
532
597
|
type: globalThis.PropType<string | string[]>;
|
|
533
598
|
default: undefined;
|
|
@@ -540,6 +605,7 @@ declare const _default: {
|
|
|
540
605
|
modifiers: string | string[];
|
|
541
606
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
542
607
|
itemModifiers: string | string[];
|
|
608
|
+
storageType: "local" | "session";
|
|
543
609
|
}, true, {}, {}, {
|
|
544
610
|
P: {};
|
|
545
611
|
B: {};
|
|
@@ -563,7 +629,12 @@ declare const _default: {
|
|
|
563
629
|
};
|
|
564
630
|
disabled: BooleanConstructor;
|
|
565
631
|
not: BooleanConstructor;
|
|
566
|
-
|
|
632
|
+
storageType: {
|
|
633
|
+
type: globalThis.PropType<"local" | "session">;
|
|
634
|
+
default: import("../../constants").StorageType;
|
|
635
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
636
|
+
};
|
|
637
|
+
storageKey: StringConstructor;
|
|
567
638
|
modifiers: {
|
|
568
639
|
type: globalThis.PropType<string | string[]>;
|
|
569
640
|
default: undefined;
|
|
@@ -580,6 +651,7 @@ declare const _default: {
|
|
|
580
651
|
modifiers: string | string[];
|
|
581
652
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
582
653
|
itemModifiers: string | string[];
|
|
654
|
+
storageType: "local" | "session";
|
|
583
655
|
}>;
|
|
584
656
|
__isFragment?: undefined;
|
|
585
657
|
__isTeleport?: undefined;
|
|
@@ -600,7 +672,12 @@ declare const _default: {
|
|
|
600
672
|
};
|
|
601
673
|
disabled: BooleanConstructor;
|
|
602
674
|
not: BooleanConstructor;
|
|
603
|
-
|
|
675
|
+
storageType: {
|
|
676
|
+
type: globalThis.PropType<"local" | "session">;
|
|
677
|
+
default: import("../../constants").StorageType;
|
|
678
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
679
|
+
};
|
|
680
|
+
storageKey: StringConstructor;
|
|
604
681
|
modifiers: {
|
|
605
682
|
type: globalThis.PropType<string | string[]>;
|
|
606
683
|
default: undefined;
|
|
@@ -619,6 +696,7 @@ declare const _default: {
|
|
|
619
696
|
modifiers: string | string[];
|
|
620
697
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
621
698
|
itemModifiers: string | string[];
|
|
699
|
+
storageType: "local" | "session";
|
|
622
700
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
623
701
|
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
624
702
|
isExpanded: boolean;
|
|
@@ -657,7 +735,12 @@ declare const _default: {
|
|
|
657
735
|
};
|
|
658
736
|
disabled: BooleanConstructor;
|
|
659
737
|
not: BooleanConstructor;
|
|
660
|
-
|
|
738
|
+
storageType: {
|
|
739
|
+
type: globalThis.PropType<"local" | "session">;
|
|
740
|
+
default: import("../../constants").StorageType;
|
|
741
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
742
|
+
};
|
|
743
|
+
storageKey: StringConstructor;
|
|
661
744
|
modifiers: {
|
|
662
745
|
type: globalThis.PropType<string | string[]>;
|
|
663
746
|
default: undefined;
|
|
@@ -684,7 +767,12 @@ declare const _default: {
|
|
|
684
767
|
};
|
|
685
768
|
disabled: BooleanConstructor;
|
|
686
769
|
not: BooleanConstructor;
|
|
687
|
-
|
|
770
|
+
storageType: {
|
|
771
|
+
type: globalThis.PropType<"local" | "session">;
|
|
772
|
+
default: import("../../constants").StorageType;
|
|
773
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
774
|
+
};
|
|
775
|
+
storageKey: StringConstructor;
|
|
688
776
|
modifiers: {
|
|
689
777
|
type: globalThis.PropType<string | string[]>;
|
|
690
778
|
default: undefined;
|
|
@@ -697,6 +785,7 @@ declare const _default: {
|
|
|
697
785
|
modifiers: string | string[];
|
|
698
786
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
699
787
|
itemModifiers: string | string[];
|
|
788
|
+
storageType: "local" | "session";
|
|
700
789
|
}, true, {}, {}, {
|
|
701
790
|
P: {};
|
|
702
791
|
B: {};
|
|
@@ -720,7 +809,12 @@ declare const _default: {
|
|
|
720
809
|
};
|
|
721
810
|
disabled: BooleanConstructor;
|
|
722
811
|
not: BooleanConstructor;
|
|
723
|
-
|
|
812
|
+
storageType: {
|
|
813
|
+
type: globalThis.PropType<"local" | "session">;
|
|
814
|
+
default: import("../../constants").StorageType;
|
|
815
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
816
|
+
};
|
|
817
|
+
storageKey: StringConstructor;
|
|
724
818
|
modifiers: {
|
|
725
819
|
type: globalThis.PropType<string | string[]>;
|
|
726
820
|
default: undefined;
|
|
@@ -737,6 +831,7 @@ declare const _default: {
|
|
|
737
831
|
modifiers: string | string[];
|
|
738
832
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
739
833
|
itemModifiers: string | string[];
|
|
834
|
+
storageType: "local" | "session";
|
|
740
835
|
}>;
|
|
741
836
|
__isFragment?: undefined;
|
|
742
837
|
__isTeleport?: undefined;
|
|
@@ -757,7 +852,12 @@ declare const _default: {
|
|
|
757
852
|
};
|
|
758
853
|
disabled: BooleanConstructor;
|
|
759
854
|
not: BooleanConstructor;
|
|
760
|
-
|
|
855
|
+
storageType: {
|
|
856
|
+
type: globalThis.PropType<"local" | "session">;
|
|
857
|
+
default: import("../../constants").StorageType;
|
|
858
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
859
|
+
};
|
|
860
|
+
storageKey: StringConstructor;
|
|
761
861
|
modifiers: {
|
|
762
862
|
type: globalThis.PropType<string | string[]>;
|
|
763
863
|
default: undefined;
|
|
@@ -776,6 +876,7 @@ declare const _default: {
|
|
|
776
876
|
modifiers: string | string[];
|
|
777
877
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
778
878
|
itemModifiers: string | string[];
|
|
879
|
+
storageType: "local" | "session";
|
|
779
880
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
780
881
|
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
781
882
|
isExpanded: boolean;
|
|
@@ -813,7 +914,12 @@ declare const _default: {
|
|
|
813
914
|
};
|
|
814
915
|
disabled: BooleanConstructor;
|
|
815
916
|
not: BooleanConstructor;
|
|
816
|
-
|
|
917
|
+
storageType: {
|
|
918
|
+
type: globalThis.PropType<"local" | "session">;
|
|
919
|
+
default: import("../../constants").StorageType;
|
|
920
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
921
|
+
};
|
|
922
|
+
storageKey: StringConstructor;
|
|
817
923
|
modifiers: {
|
|
818
924
|
type: globalThis.PropType<string | string[]>;
|
|
819
925
|
default: undefined;
|
|
@@ -840,7 +946,12 @@ declare const _default: {
|
|
|
840
946
|
};
|
|
841
947
|
disabled: BooleanConstructor;
|
|
842
948
|
not: BooleanConstructor;
|
|
843
|
-
|
|
949
|
+
storageType: {
|
|
950
|
+
type: globalThis.PropType<"local" | "session">;
|
|
951
|
+
default: import("../../constants").StorageType;
|
|
952
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
953
|
+
};
|
|
954
|
+
storageKey: StringConstructor;
|
|
844
955
|
modifiers: {
|
|
845
956
|
type: globalThis.PropType<string | string[]>;
|
|
846
957
|
default: undefined;
|
|
@@ -853,6 +964,7 @@ declare const _default: {
|
|
|
853
964
|
modifiers: string | string[];
|
|
854
965
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
855
966
|
itemModifiers: string | string[];
|
|
967
|
+
storageType: "local" | "session";
|
|
856
968
|
}, true, {}, {}, {
|
|
857
969
|
P: {};
|
|
858
970
|
B: {};
|
|
@@ -876,7 +988,12 @@ declare const _default: {
|
|
|
876
988
|
};
|
|
877
989
|
disabled: BooleanConstructor;
|
|
878
990
|
not: BooleanConstructor;
|
|
879
|
-
|
|
991
|
+
storageType: {
|
|
992
|
+
type: globalThis.PropType<"local" | "session">;
|
|
993
|
+
default: import("../../constants").StorageType;
|
|
994
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
995
|
+
};
|
|
996
|
+
storageKey: StringConstructor;
|
|
880
997
|
modifiers: {
|
|
881
998
|
type: globalThis.PropType<string | string[]>;
|
|
882
999
|
default: undefined;
|
|
@@ -893,6 +1010,7 @@ declare const _default: {
|
|
|
893
1010
|
modifiers: string | string[];
|
|
894
1011
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
895
1012
|
itemModifiers: string | string[];
|
|
1013
|
+
storageType: "local" | "session";
|
|
896
1014
|
}>;
|
|
897
1015
|
__isFragment?: undefined;
|
|
898
1016
|
__isTeleport?: undefined;
|
|
@@ -913,7 +1031,12 @@ declare const _default: {
|
|
|
913
1031
|
};
|
|
914
1032
|
disabled: BooleanConstructor;
|
|
915
1033
|
not: BooleanConstructor;
|
|
916
|
-
|
|
1034
|
+
storageType: {
|
|
1035
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1036
|
+
default: import("../../constants").StorageType;
|
|
1037
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1038
|
+
};
|
|
1039
|
+
storageKey: StringConstructor;
|
|
917
1040
|
modifiers: {
|
|
918
1041
|
type: globalThis.PropType<string | string[]>;
|
|
919
1042
|
default: undefined;
|
|
@@ -932,6 +1055,7 @@ declare const _default: {
|
|
|
932
1055
|
modifiers: string | string[];
|
|
933
1056
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
934
1057
|
itemModifiers: string | string[];
|
|
1058
|
+
storageType: "local" | "session";
|
|
935
1059
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
936
1060
|
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
937
1061
|
isExpanded: boolean;
|
|
@@ -970,7 +1094,12 @@ declare const _default: {
|
|
|
970
1094
|
};
|
|
971
1095
|
disabled: BooleanConstructor;
|
|
972
1096
|
not: BooleanConstructor;
|
|
973
|
-
|
|
1097
|
+
storageType: {
|
|
1098
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1099
|
+
default: import("../../constants").StorageType;
|
|
1100
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1101
|
+
};
|
|
1102
|
+
storageKey: StringConstructor;
|
|
974
1103
|
modifiers: {
|
|
975
1104
|
type: globalThis.PropType<string | string[]>;
|
|
976
1105
|
default: undefined;
|
|
@@ -997,7 +1126,12 @@ declare const _default: {
|
|
|
997
1126
|
};
|
|
998
1127
|
disabled: BooleanConstructor;
|
|
999
1128
|
not: BooleanConstructor;
|
|
1000
|
-
|
|
1129
|
+
storageType: {
|
|
1130
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1131
|
+
default: import("../../constants").StorageType;
|
|
1132
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1133
|
+
};
|
|
1134
|
+
storageKey: StringConstructor;
|
|
1001
1135
|
modifiers: {
|
|
1002
1136
|
type: globalThis.PropType<string | string[]>;
|
|
1003
1137
|
default: undefined;
|
|
@@ -1010,6 +1144,7 @@ declare const _default: {
|
|
|
1010
1144
|
modifiers: string | string[];
|
|
1011
1145
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
1012
1146
|
itemModifiers: string | string[];
|
|
1147
|
+
storageType: "local" | "session";
|
|
1013
1148
|
}, true, {}, {}, {
|
|
1014
1149
|
P: {};
|
|
1015
1150
|
B: {};
|
|
@@ -1033,7 +1168,12 @@ declare const _default: {
|
|
|
1033
1168
|
};
|
|
1034
1169
|
disabled: BooleanConstructor;
|
|
1035
1170
|
not: BooleanConstructor;
|
|
1036
|
-
|
|
1171
|
+
storageType: {
|
|
1172
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1173
|
+
default: import("../../constants").StorageType;
|
|
1174
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1175
|
+
};
|
|
1176
|
+
storageKey: StringConstructor;
|
|
1037
1177
|
modifiers: {
|
|
1038
1178
|
type: globalThis.PropType<string | string[]>;
|
|
1039
1179
|
default: undefined;
|
|
@@ -1050,6 +1190,7 @@ declare const _default: {
|
|
|
1050
1190
|
modifiers: string | string[];
|
|
1051
1191
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
1052
1192
|
itemModifiers: string | string[];
|
|
1193
|
+
storageType: "local" | "session";
|
|
1053
1194
|
}>;
|
|
1054
1195
|
__isFragment?: undefined;
|
|
1055
1196
|
__isTeleport?: undefined;
|
|
@@ -1070,7 +1211,12 @@ declare const _default: {
|
|
|
1070
1211
|
};
|
|
1071
1212
|
disabled: BooleanConstructor;
|
|
1072
1213
|
not: BooleanConstructor;
|
|
1073
|
-
|
|
1214
|
+
storageType: {
|
|
1215
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1216
|
+
default: import("../../constants").StorageType;
|
|
1217
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1218
|
+
};
|
|
1219
|
+
storageKey: StringConstructor;
|
|
1074
1220
|
modifiers: {
|
|
1075
1221
|
type: globalThis.PropType<string | string[]>;
|
|
1076
1222
|
default: undefined;
|
|
@@ -1089,6 +1235,7 @@ declare const _default: {
|
|
|
1089
1235
|
modifiers: string | string[];
|
|
1090
1236
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
1091
1237
|
itemModifiers: string | string[];
|
|
1238
|
+
storageType: "local" | "session";
|
|
1092
1239
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1093
1240
|
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
1094
1241
|
isExpanded: boolean;
|