@dpa-id-components/dpa-shared-components 11.0.0-alpha.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -0
- package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +25 -80
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +18 -49
- package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +194 -54
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +182 -42
- package/dist/components/UiBadge/UiBadge.stories.d.ts +31 -95
- package/dist/components/UiBadge/UiBadge.vue.d.ts +15 -50
- package/dist/components/UiButton/UiButton.stories.d.ts +32 -96
- package/dist/components/UiButton/UiButton.vue.d.ts +16 -51
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +1 -2
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +9 -3
- package/dist/components/UiCard/UiCard.stories.d.ts +1 -2
- package/dist/components/UiCard/UiCard.vue.d.ts +9 -3
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +25 -80
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +15 -46
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +12 -43
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +7 -35
- package/dist/components/UiChip/UiChip.stories.d.ts +16 -44
- package/dist/components/UiChip/UiChip.vue.d.ts +14 -36
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +22 -44
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +16 -36
- package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +8 -17
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +6 -28
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +2374 -825
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +2153 -133
- package/dist/components/UiDialog/UiDialog.stories.d.ts +80 -279
- package/dist/components/UiDialog/UiDialog.vue.d.ts +17 -63
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +56 -165
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -39
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +62 -195
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +16 -42
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +50 -171
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +5 -55
- package/dist/components/UiIcon/IconOverview.vue.d.ts +5 -0
- package/dist/components/UiIcon/UiIcon.stories.d.ts +16 -40
- package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -31
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +37 -109
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +6 -42
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +70 -230
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +16 -42
- package/dist/components/UiInput/UiInput.stories.d.ts +154 -511
- package/dist/components/UiInput/UiInput.vue.d.ts +23 -90
- package/dist/components/UiList/UiList.stories.d.ts +147 -493
- package/dist/components/UiList/UiList.vue.d.ts +9 -3
- package/dist/components/UiListItem/UiListItem.stories.d.ts +96 -327
- package/dist/components/UiListItem/UiListItem.vue.d.ts +19 -68
- package/dist/components/UiMenu/UiMenu.stories.d.ts +36 -41
- package/dist/components/UiMenu/UiMenu.vue.d.ts +8 -11
- package/dist/components/UiMenu/UiMenuItem.vue.d.ts +9 -12
- package/dist/components/UiMenu/UiMenuList.vue.d.ts +13 -29
- package/dist/components/UiMenu/UiMenuTypes.d.ts +1 -1
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +2 -3
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +9 -3
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +118 -373
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +14 -30
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +46 -119
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +5 -42
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +152 -461
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +27 -60
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +61 -128
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +22 -41
- package/dist/components/UiSection/UiSection.stories.d.ts +19 -56
- package/dist/components/UiSection/UiSection.vue.d.ts +14 -39
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +27 -76
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -29
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +30 -75
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +7 -36
- package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +20 -57
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +4 -32
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +48 -135
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -45
- package/dist/components/UiSpinner/UiSpinner.stories.d.ts +16 -41
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -29
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +31 -104
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +14 -52
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +31 -104
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +15 -52
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +94 -303
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +20 -75
- package/dist/components/index.d.ts +0 -1
- package/dist/compositions/index.d.ts +0 -1
- package/dist/compositions/useBreakpoints/UseBreakpoints.stories.d.ts +0 -1
- package/dist/compositions/useBreakpoints/UseBreakpoints.vue.d.ts +2 -0
- package/dist/compositions/useBreakpoints/useBreakpoints.d.ts +1 -1
- package/dist/directives/clickAway/clickAway.d.ts +0 -1
- package/dist/directives/index.d.ts +0 -1
- package/dist/dpa-shared-components.d.ts +1 -0
- package/dist/dpa-shared-components.mjs +12448 -13034
- package/dist/dpa-shared-components.umd.js +7 -7
- package/dist/index.d.ts +0 -1
- package/dist/stories/Typography/Typography.stories.d.ts +0 -1
- package/dist/stories/Typography/TypographyOverview.vue.d.ts +5 -0
- package/dist/style.css +1 -1
- package/dist/tailwind.config.cjs +3 -3
- package/dist/utils/index.d.ts +0 -1
- package/package.json +9 -8
|
@@ -1,59 +1,30 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
-
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: {
|
|
6
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
7
|
-
modelValue:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
type: import('vue').PropType<"gray" | "white">;
|
|
18
|
-
required: true;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
hiddenFilterRules: {
|
|
22
|
-
type: import('vue').PropType<number>;
|
|
23
|
-
default: number;
|
|
24
|
-
};
|
|
25
|
-
isFilterChipEditable: {
|
|
26
|
-
type: import('vue').PropType<boolean>;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
hasChips: {
|
|
30
|
-
type: import('vue').PropType<boolean>;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
executeSearchButtonTitle: {
|
|
34
|
-
type: import('vue').PropType<string>;
|
|
35
|
-
required: true;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
resetSearchButtonTittle: {
|
|
39
|
-
type: import('vue').PropType<string>;
|
|
40
|
-
required: true;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
}>> & Readonly<{
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
6
|
+
modelValue: string;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
backgroundColor?: "gray" | "white";
|
|
9
|
+
hiddenFilterRules?: number;
|
|
10
|
+
isFilterChipEditable?: boolean;
|
|
11
|
+
hasChips?: boolean;
|
|
12
|
+
executeSearchButtonTitle?: string;
|
|
13
|
+
resetSearchButtonTittle?: string;
|
|
14
|
+
}> & Readonly<{
|
|
15
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
44
16
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
45
17
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
46
18
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
47
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
48
19
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
49
20
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
50
21
|
}>, {
|
|
51
22
|
searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
52
23
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
focus: (...args: any[]) => void;
|
|
53
25
|
reset: (...args: any[]) => void;
|
|
54
26
|
search: (...args: any[]) => void;
|
|
55
27
|
blur: (...args: any[]) => void;
|
|
56
|
-
focus: (...args: any[]) => void;
|
|
57
28
|
submit: (...args: any[]) => void;
|
|
58
29
|
"update:modelValue": (...args: any[]) => void;
|
|
59
30
|
}, import('vue').PublicProps, {
|
|
@@ -65,55 +36,29 @@ declare const meta: {
|
|
|
65
36
|
hasChips: boolean;
|
|
66
37
|
executeSearchButtonTitle: string;
|
|
67
38
|
resetSearchButtonTittle: string;
|
|
68
|
-
},
|
|
39
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
40
|
+
searchInputRef: HTMLInputElement;
|
|
41
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
69
42
|
P: {};
|
|
70
43
|
B: {};
|
|
71
44
|
D: {};
|
|
72
45
|
C: {};
|
|
73
46
|
M: {};
|
|
74
47
|
Defaults: {};
|
|
75
|
-
}, Readonly<
|
|
76
|
-
modelValue:
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
type: import('vue').PropType<"gray" | "white">;
|
|
87
|
-
required: true;
|
|
88
|
-
default: string;
|
|
89
|
-
};
|
|
90
|
-
hiddenFilterRules: {
|
|
91
|
-
type: import('vue').PropType<number>;
|
|
92
|
-
default: number;
|
|
93
|
-
};
|
|
94
|
-
isFilterChipEditable: {
|
|
95
|
-
type: import('vue').PropType<boolean>;
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
|
-
hasChips: {
|
|
99
|
-
type: import('vue').PropType<boolean>;
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
|
-
executeSearchButtonTitle: {
|
|
103
|
-
type: import('vue').PropType<string>;
|
|
104
|
-
required: true;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
resetSearchButtonTittle: {
|
|
108
|
-
type: import('vue').PropType<string>;
|
|
109
|
-
required: true;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
}>> & Readonly<{
|
|
48
|
+
}, Readonly<{
|
|
49
|
+
modelValue: string;
|
|
50
|
+
placeholder?: string;
|
|
51
|
+
backgroundColor?: "gray" | "white";
|
|
52
|
+
hiddenFilterRules?: number;
|
|
53
|
+
isFilterChipEditable?: boolean;
|
|
54
|
+
hasChips?: boolean;
|
|
55
|
+
executeSearchButtonTitle?: string;
|
|
56
|
+
resetSearchButtonTittle?: string;
|
|
57
|
+
}> & Readonly<{
|
|
58
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
113
59
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
114
60
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
115
61
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
116
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
117
62
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
118
63
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
119
64
|
}>, {
|
|
@@ -131,57 +76,29 @@ declare const meta: {
|
|
|
131
76
|
__isFragment?: never;
|
|
132
77
|
__isTeleport?: never;
|
|
133
78
|
__isSuspense?: never;
|
|
134
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
135
|
-
modelValue:
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
type: import('vue').PropType<"gray" | "white">;
|
|
146
|
-
required: true;
|
|
147
|
-
default: string;
|
|
148
|
-
};
|
|
149
|
-
hiddenFilterRules: {
|
|
150
|
-
type: import('vue').PropType<number>;
|
|
151
|
-
default: number;
|
|
152
|
-
};
|
|
153
|
-
isFilterChipEditable: {
|
|
154
|
-
type: import('vue').PropType<boolean>;
|
|
155
|
-
default: boolean;
|
|
156
|
-
};
|
|
157
|
-
hasChips: {
|
|
158
|
-
type: import('vue').PropType<boolean>;
|
|
159
|
-
default: boolean;
|
|
160
|
-
};
|
|
161
|
-
executeSearchButtonTitle: {
|
|
162
|
-
type: import('vue').PropType<string>;
|
|
163
|
-
required: true;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
resetSearchButtonTittle: {
|
|
167
|
-
type: import('vue').PropType<string>;
|
|
168
|
-
required: true;
|
|
169
|
-
default: string;
|
|
170
|
-
};
|
|
171
|
-
}>> & Readonly<{
|
|
79
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
80
|
+
modelValue: string;
|
|
81
|
+
placeholder?: string;
|
|
82
|
+
backgroundColor?: "gray" | "white";
|
|
83
|
+
hiddenFilterRules?: number;
|
|
84
|
+
isFilterChipEditable?: boolean;
|
|
85
|
+
hasChips?: boolean;
|
|
86
|
+
executeSearchButtonTitle?: string;
|
|
87
|
+
resetSearchButtonTittle?: string;
|
|
88
|
+
}> & Readonly<{
|
|
89
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
172
90
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
173
91
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
174
92
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
175
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
176
93
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
177
94
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
178
95
|
}>, {
|
|
179
96
|
searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
180
97
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
98
|
+
focus: (...args: any[]) => void;
|
|
181
99
|
reset: (...args: any[]) => void;
|
|
182
100
|
search: (...args: any[]) => void;
|
|
183
101
|
blur: (...args: any[]) => void;
|
|
184
|
-
focus: (...args: any[]) => void;
|
|
185
102
|
submit: (...args: any[]) => void;
|
|
186
103
|
"update:modelValue": (...args: any[]) => void;
|
|
187
104
|
}, string, {
|
|
@@ -235,57 +152,29 @@ export declare const WithChips: {
|
|
|
235
152
|
render: (args: any) => {
|
|
236
153
|
components: {
|
|
237
154
|
UiSearchBar: {
|
|
238
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
239
|
-
modelValue:
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
type: import('vue').PropType<"gray" | "white">;
|
|
250
|
-
required: true;
|
|
251
|
-
default: string;
|
|
252
|
-
};
|
|
253
|
-
hiddenFilterRules: {
|
|
254
|
-
type: import('vue').PropType<number>;
|
|
255
|
-
default: number;
|
|
256
|
-
};
|
|
257
|
-
isFilterChipEditable: {
|
|
258
|
-
type: import('vue').PropType<boolean>;
|
|
259
|
-
default: boolean;
|
|
260
|
-
};
|
|
261
|
-
hasChips: {
|
|
262
|
-
type: import('vue').PropType<boolean>;
|
|
263
|
-
default: boolean;
|
|
264
|
-
};
|
|
265
|
-
executeSearchButtonTitle: {
|
|
266
|
-
type: import('vue').PropType<string>;
|
|
267
|
-
required: true;
|
|
268
|
-
default: string;
|
|
269
|
-
};
|
|
270
|
-
resetSearchButtonTittle: {
|
|
271
|
-
type: import('vue').PropType<string>;
|
|
272
|
-
required: true;
|
|
273
|
-
default: string;
|
|
274
|
-
};
|
|
275
|
-
}>> & Readonly<{
|
|
155
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
156
|
+
modelValue: string;
|
|
157
|
+
placeholder?: string;
|
|
158
|
+
backgroundColor?: "gray" | "white";
|
|
159
|
+
hiddenFilterRules?: number;
|
|
160
|
+
isFilterChipEditable?: boolean;
|
|
161
|
+
hasChips?: boolean;
|
|
162
|
+
executeSearchButtonTitle?: string;
|
|
163
|
+
resetSearchButtonTittle?: string;
|
|
164
|
+
}> & Readonly<{
|
|
165
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
276
166
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
277
167
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
278
168
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
279
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
280
169
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
281
170
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
282
171
|
}>, {
|
|
283
172
|
searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
284
173
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
174
|
+
focus: (...args: any[]) => void;
|
|
285
175
|
reset: (...args: any[]) => void;
|
|
286
176
|
search: (...args: any[]) => void;
|
|
287
177
|
blur: (...args: any[]) => void;
|
|
288
|
-
focus: (...args: any[]) => void;
|
|
289
178
|
submit: (...args: any[]) => void;
|
|
290
179
|
"update:modelValue": (...args: any[]) => void;
|
|
291
180
|
}, import('vue').PublicProps, {
|
|
@@ -297,55 +186,29 @@ export declare const WithChips: {
|
|
|
297
186
|
hasChips: boolean;
|
|
298
187
|
executeSearchButtonTitle: string;
|
|
299
188
|
resetSearchButtonTittle: string;
|
|
300
|
-
},
|
|
189
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
190
|
+
searchInputRef: HTMLInputElement;
|
|
191
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
301
192
|
P: {};
|
|
302
193
|
B: {};
|
|
303
194
|
D: {};
|
|
304
195
|
C: {};
|
|
305
196
|
M: {};
|
|
306
197
|
Defaults: {};
|
|
307
|
-
}, Readonly<
|
|
308
|
-
modelValue:
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
type: import('vue').PropType<"gray" | "white">;
|
|
319
|
-
required: true;
|
|
320
|
-
default: string;
|
|
321
|
-
};
|
|
322
|
-
hiddenFilterRules: {
|
|
323
|
-
type: import('vue').PropType<number>;
|
|
324
|
-
default: number;
|
|
325
|
-
};
|
|
326
|
-
isFilterChipEditable: {
|
|
327
|
-
type: import('vue').PropType<boolean>;
|
|
328
|
-
default: boolean;
|
|
329
|
-
};
|
|
330
|
-
hasChips: {
|
|
331
|
-
type: import('vue').PropType<boolean>;
|
|
332
|
-
default: boolean;
|
|
333
|
-
};
|
|
334
|
-
executeSearchButtonTitle: {
|
|
335
|
-
type: import('vue').PropType<string>;
|
|
336
|
-
required: true;
|
|
337
|
-
default: string;
|
|
338
|
-
};
|
|
339
|
-
resetSearchButtonTittle: {
|
|
340
|
-
type: import('vue').PropType<string>;
|
|
341
|
-
required: true;
|
|
342
|
-
default: string;
|
|
343
|
-
};
|
|
344
|
-
}>> & Readonly<{
|
|
198
|
+
}, Readonly<{
|
|
199
|
+
modelValue: string;
|
|
200
|
+
placeholder?: string;
|
|
201
|
+
backgroundColor?: "gray" | "white";
|
|
202
|
+
hiddenFilterRules?: number;
|
|
203
|
+
isFilterChipEditable?: boolean;
|
|
204
|
+
hasChips?: boolean;
|
|
205
|
+
executeSearchButtonTitle?: string;
|
|
206
|
+
resetSearchButtonTittle?: string;
|
|
207
|
+
}> & Readonly<{
|
|
208
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
345
209
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
346
210
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
347
211
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
348
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
349
212
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
350
213
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
351
214
|
}>, {
|
|
@@ -363,57 +226,29 @@ export declare const WithChips: {
|
|
|
363
226
|
__isFragment?: never;
|
|
364
227
|
__isTeleport?: never;
|
|
365
228
|
__isSuspense?: never;
|
|
366
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
367
|
-
modelValue:
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
type: import('vue').PropType<"gray" | "white">;
|
|
378
|
-
required: true;
|
|
379
|
-
default: string;
|
|
380
|
-
};
|
|
381
|
-
hiddenFilterRules: {
|
|
382
|
-
type: import('vue').PropType<number>;
|
|
383
|
-
default: number;
|
|
384
|
-
};
|
|
385
|
-
isFilterChipEditable: {
|
|
386
|
-
type: import('vue').PropType<boolean>;
|
|
387
|
-
default: boolean;
|
|
388
|
-
};
|
|
389
|
-
hasChips: {
|
|
390
|
-
type: import('vue').PropType<boolean>;
|
|
391
|
-
default: boolean;
|
|
392
|
-
};
|
|
393
|
-
executeSearchButtonTitle: {
|
|
394
|
-
type: import('vue').PropType<string>;
|
|
395
|
-
required: true;
|
|
396
|
-
default: string;
|
|
397
|
-
};
|
|
398
|
-
resetSearchButtonTittle: {
|
|
399
|
-
type: import('vue').PropType<string>;
|
|
400
|
-
required: true;
|
|
401
|
-
default: string;
|
|
402
|
-
};
|
|
403
|
-
}>> & Readonly<{
|
|
229
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
230
|
+
modelValue: string;
|
|
231
|
+
placeholder?: string;
|
|
232
|
+
backgroundColor?: "gray" | "white";
|
|
233
|
+
hiddenFilterRules?: number;
|
|
234
|
+
isFilterChipEditable?: boolean;
|
|
235
|
+
hasChips?: boolean;
|
|
236
|
+
executeSearchButtonTitle?: string;
|
|
237
|
+
resetSearchButtonTittle?: string;
|
|
238
|
+
}> & Readonly<{
|
|
239
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
404
240
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
405
241
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
406
242
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
407
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
408
243
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
409
244
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
410
245
|
}>, {
|
|
411
246
|
searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
412
247
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
248
|
+
focus: (...args: any[]) => void;
|
|
413
249
|
reset: (...args: any[]) => void;
|
|
414
250
|
search: (...args: any[]) => void;
|
|
415
251
|
blur: (...args: any[]) => void;
|
|
416
|
-
focus: (...args: any[]) => void;
|
|
417
252
|
submit: (...args: any[]) => void;
|
|
418
253
|
"update:modelValue": (...args: any[]) => void;
|
|
419
254
|
}, string, {
|
|
@@ -434,39 +269,18 @@ export declare const WithChips: {
|
|
|
434
269
|
};
|
|
435
270
|
});
|
|
436
271
|
UiButton: {
|
|
437
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
disabled
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
color: {
|
|
447
|
-
type: import('vue').PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
|
|
448
|
-
default: string;
|
|
449
|
-
};
|
|
450
|
-
rounded: {
|
|
451
|
-
type: import('vue').PropType<boolean>;
|
|
452
|
-
default: boolean;
|
|
453
|
-
};
|
|
454
|
-
iconName: {
|
|
455
|
-
type: import('vue').PropType<string | null>;
|
|
456
|
-
default: null;
|
|
457
|
-
};
|
|
458
|
-
disabledVariant: {
|
|
459
|
-
type: import('vue').PropType<"primary" | "secondary">;
|
|
460
|
-
default: string;
|
|
461
|
-
};
|
|
462
|
-
href: {
|
|
463
|
-
type: import('vue').PropType<string>;
|
|
464
|
-
default: string;
|
|
465
|
-
};
|
|
466
|
-
}>> & Readonly<{
|
|
272
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
273
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
274
|
+
size?: "xs" | "small" | "medium" | "large";
|
|
275
|
+
color?: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
276
|
+
disabledVariant?: "primary" | "secondary";
|
|
277
|
+
disabled?: boolean;
|
|
278
|
+
href?: string;
|
|
279
|
+
rounded?: boolean;
|
|
280
|
+
}> & Readonly<{
|
|
467
281
|
onClick?: (() => any) | undefined;
|
|
468
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
469
|
-
click: () =>
|
|
282
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
283
|
+
click: () => any;
|
|
470
284
|
}, import('vue').PublicProps, {
|
|
471
285
|
size: "xs" | "small" | "medium" | "large";
|
|
472
286
|
disabled: boolean;
|
|
@@ -475,43 +289,22 @@ export declare const WithChips: {
|
|
|
475
289
|
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
476
290
|
disabledVariant: "primary" | "secondary";
|
|
477
291
|
href: string;
|
|
478
|
-
},
|
|
292
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
479
293
|
P: {};
|
|
480
294
|
B: {};
|
|
481
295
|
D: {};
|
|
482
296
|
C: {};
|
|
483
297
|
M: {};
|
|
484
298
|
Defaults: {};
|
|
485
|
-
}, Readonly<
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
disabled
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
color: {
|
|
495
|
-
type: import('vue').PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
|
|
496
|
-
default: string;
|
|
497
|
-
};
|
|
498
|
-
rounded: {
|
|
499
|
-
type: import('vue').PropType<boolean>;
|
|
500
|
-
default: boolean;
|
|
501
|
-
};
|
|
502
|
-
iconName: {
|
|
503
|
-
type: import('vue').PropType<string | null>;
|
|
504
|
-
default: null;
|
|
505
|
-
};
|
|
506
|
-
disabledVariant: {
|
|
507
|
-
type: import('vue').PropType<"primary" | "secondary">;
|
|
508
|
-
default: string;
|
|
509
|
-
};
|
|
510
|
-
href: {
|
|
511
|
-
type: import('vue').PropType<string>;
|
|
512
|
-
default: string;
|
|
513
|
-
};
|
|
514
|
-
}>> & Readonly<{
|
|
299
|
+
}, Readonly<{
|
|
300
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
301
|
+
size?: "xs" | "small" | "medium" | "large";
|
|
302
|
+
color?: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
303
|
+
disabledVariant?: "primary" | "secondary";
|
|
304
|
+
disabled?: boolean;
|
|
305
|
+
href?: string;
|
|
306
|
+
rounded?: boolean;
|
|
307
|
+
}> & Readonly<{
|
|
515
308
|
onClick?: (() => any) | undefined;
|
|
516
309
|
}>, {}, {}, {}, {}, {
|
|
517
310
|
size: "xs" | "small" | "medium" | "large";
|
|
@@ -525,39 +318,18 @@ export declare const WithChips: {
|
|
|
525
318
|
__isFragment?: never;
|
|
526
319
|
__isTeleport?: never;
|
|
527
320
|
__isSuspense?: never;
|
|
528
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
disabled
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
color: {
|
|
538
|
-
type: import('vue').PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
|
|
539
|
-
default: string;
|
|
540
|
-
};
|
|
541
|
-
rounded: {
|
|
542
|
-
type: import('vue').PropType<boolean>;
|
|
543
|
-
default: boolean;
|
|
544
|
-
};
|
|
545
|
-
iconName: {
|
|
546
|
-
type: import('vue').PropType<string | null>;
|
|
547
|
-
default: null;
|
|
548
|
-
};
|
|
549
|
-
disabledVariant: {
|
|
550
|
-
type: import('vue').PropType<"primary" | "secondary">;
|
|
551
|
-
default: string;
|
|
552
|
-
};
|
|
553
|
-
href: {
|
|
554
|
-
type: import('vue').PropType<string>;
|
|
555
|
-
default: string;
|
|
556
|
-
};
|
|
557
|
-
}>> & Readonly<{
|
|
321
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
322
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
323
|
+
size?: "xs" | "small" | "medium" | "large";
|
|
324
|
+
color?: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
325
|
+
disabledVariant?: "primary" | "secondary";
|
|
326
|
+
disabled?: boolean;
|
|
327
|
+
href?: string;
|
|
328
|
+
rounded?: boolean;
|
|
329
|
+
}> & Readonly<{
|
|
558
330
|
onClick?: (() => any) | undefined;
|
|
559
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
560
|
-
click: () =>
|
|
331
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
332
|
+
click: () => any;
|
|
561
333
|
}, string, {
|
|
562
334
|
size: "xs" | "small" | "medium" | "large";
|
|
563
335
|
disabled: boolean;
|
|
@@ -571,59 +343,23 @@ export declare const WithChips: {
|
|
|
571
343
|
default?(_: {}): any;
|
|
572
344
|
};
|
|
573
345
|
});
|
|
574
|
-
UiIconButton: import('vue').DefineComponent<
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
backgroundColor: {
|
|
592
|
-
type: import('vue').PropType<"none" | "blue" | "gray-hover">;
|
|
593
|
-
default: string;
|
|
594
|
-
};
|
|
595
|
-
iconColor: {
|
|
596
|
-
type: import('vue').PropType<"blue" | "gray" | "white">;
|
|
597
|
-
default: string;
|
|
598
|
-
};
|
|
599
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
600
|
-
click: (payload: any) => void;
|
|
601
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
602
|
-
size: {
|
|
603
|
-
type: import('vue').PropType<"small" | "medium" | "large" | "xl">;
|
|
604
|
-
default: string;
|
|
605
|
-
};
|
|
606
|
-
disabled: {
|
|
607
|
-
type: import('vue').PropType<boolean>;
|
|
608
|
-
default: boolean;
|
|
609
|
-
};
|
|
610
|
-
title: {
|
|
611
|
-
type: import('vue').PropType<string>;
|
|
612
|
-
default: string;
|
|
613
|
-
};
|
|
614
|
-
iconName: {
|
|
615
|
-
type: import('vue').PropType<string>;
|
|
616
|
-
required: true;
|
|
617
|
-
};
|
|
618
|
-
backgroundColor: {
|
|
619
|
-
type: import('vue').PropType<"none" | "blue" | "gray-hover">;
|
|
620
|
-
default: string;
|
|
621
|
-
};
|
|
622
|
-
iconColor: {
|
|
623
|
-
type: import('vue').PropType<"blue" | "gray" | "white">;
|
|
624
|
-
default: string;
|
|
625
|
-
};
|
|
626
|
-
}>> & Readonly<{
|
|
346
|
+
UiIconButton: import('vue').DefineComponent<{
|
|
347
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number];
|
|
348
|
+
title?: string;
|
|
349
|
+
disabled?: boolean;
|
|
350
|
+
backgroundColor?: "blue" | "none" | "gray-hover";
|
|
351
|
+
iconColor?: "blue" | "gray" | "white";
|
|
352
|
+
size?: "small" | "medium" | "large" | "xl";
|
|
353
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
354
|
+
click: (payload: any) => any;
|
|
355
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
356
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number];
|
|
357
|
+
title?: string;
|
|
358
|
+
disabled?: boolean;
|
|
359
|
+
backgroundColor?: "blue" | "none" | "gray-hover";
|
|
360
|
+
iconColor?: "blue" | "gray" | "white";
|
|
361
|
+
size?: "small" | "medium" | "large" | "xl";
|
|
362
|
+
}> & Readonly<{
|
|
627
363
|
onClick?: ((payload: any) => any) | undefined;
|
|
628
364
|
}>, {
|
|
629
365
|
size: "small" | "medium" | "large" | "xl";
|
|
@@ -631,76 +367,40 @@ export declare const WithChips: {
|
|
|
631
367
|
title: string;
|
|
632
368
|
backgroundColor: "blue" | "none" | "gray-hover";
|
|
633
369
|
iconColor: "blue" | "gray" | "white";
|
|
634
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
635
|
-
UiIcon: import('vue').DefineComponent<
|
|
636
|
-
name:
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
sizeClasses: {
|
|
645
|
-
type: import('vue').PropType<string>;
|
|
646
|
-
default: string;
|
|
647
|
-
};
|
|
648
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
649
|
-
name: {
|
|
650
|
-
type: import('vue').PropType<string>;
|
|
651
|
-
required: true;
|
|
652
|
-
};
|
|
653
|
-
size: {
|
|
654
|
-
type: import('vue').PropType<"xs" | "small" | "medium" | "large" | "xl" | "2xl">;
|
|
655
|
-
default: string;
|
|
656
|
-
};
|
|
657
|
-
sizeClasses: {
|
|
658
|
-
type: import('vue').PropType<string>;
|
|
659
|
-
default: string;
|
|
660
|
-
};
|
|
661
|
-
}>> & Readonly<{}>, {
|
|
370
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
371
|
+
UiIcon: import('vue').DefineComponent<{
|
|
372
|
+
name: typeof import('../UiIcon/iconNames').iconNames[number];
|
|
373
|
+
size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl";
|
|
374
|
+
sizeClasses?: string;
|
|
375
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
376
|
+
name: typeof import('../UiIcon/iconNames').iconNames[number];
|
|
377
|
+
size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl";
|
|
378
|
+
sizeClasses?: string;
|
|
379
|
+
}> & Readonly<{}>, {
|
|
662
380
|
size: "xs" | "small" | "medium" | "large" | "xl" | "2xl";
|
|
663
381
|
sizeClasses: string;
|
|
664
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
382
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
665
383
|
UiChip: {
|
|
666
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
cursorStyle: {
|
|
672
|
-
type: import('vue').PropType<"text" | "default" | "pointer">;
|
|
673
|
-
default: string;
|
|
674
|
-
};
|
|
675
|
-
isVisible: {
|
|
676
|
-
type: import('vue').PropType<boolean>;
|
|
677
|
-
default: boolean;
|
|
678
|
-
};
|
|
679
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
384
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
385
|
+
cursorStyle?: "default" | "text" | "pointer";
|
|
386
|
+
isVisible?: boolean;
|
|
387
|
+
size?: "small" | "medium" | "big";
|
|
388
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
680
389
|
size: "small" | "medium" | "big";
|
|
681
390
|
cursorStyle: "default" | "text" | "pointer";
|
|
682
391
|
isVisible: boolean;
|
|
683
|
-
},
|
|
392
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
684
393
|
P: {};
|
|
685
394
|
B: {};
|
|
686
395
|
D: {};
|
|
687
396
|
C: {};
|
|
688
397
|
M: {};
|
|
689
398
|
Defaults: {};
|
|
690
|
-
}, Readonly<
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
cursorStyle: {
|
|
696
|
-
type: import('vue').PropType<"text" | "default" | "pointer">;
|
|
697
|
-
default: string;
|
|
698
|
-
};
|
|
699
|
-
isVisible: {
|
|
700
|
-
type: import('vue').PropType<boolean>;
|
|
701
|
-
default: boolean;
|
|
702
|
-
};
|
|
703
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
399
|
+
}, Readonly<{
|
|
400
|
+
cursorStyle?: "default" | "text" | "pointer";
|
|
401
|
+
isVisible?: boolean;
|
|
402
|
+
size?: "small" | "medium" | "big";
|
|
403
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
704
404
|
size: "small" | "medium" | "big";
|
|
705
405
|
cursorStyle: "default" | "text" | "pointer";
|
|
706
406
|
isVisible: boolean;
|
|
@@ -708,20 +408,11 @@ export declare const WithChips: {
|
|
|
708
408
|
__isFragment?: never;
|
|
709
409
|
__isTeleport?: never;
|
|
710
410
|
__isSuspense?: never;
|
|
711
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
cursorStyle: {
|
|
717
|
-
type: import('vue').PropType<"text" | "default" | "pointer">;
|
|
718
|
-
default: string;
|
|
719
|
-
};
|
|
720
|
-
isVisible: {
|
|
721
|
-
type: import('vue').PropType<boolean>;
|
|
722
|
-
default: boolean;
|
|
723
|
-
};
|
|
724
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
411
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
412
|
+
cursorStyle?: "default" | "text" | "pointer";
|
|
413
|
+
isVisible?: boolean;
|
|
414
|
+
size?: "small" | "medium" | "big";
|
|
415
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
725
416
|
size: "small" | "medium" | "big";
|
|
726
417
|
cursorStyle: "default" | "text" | "pointer";
|
|
727
418
|
isVisible: boolean;
|