@vc-shell/framework 1.0.188 → 1.0.189
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/CHANGELOG.md +9 -0
- package/core/plugins/moment/humanize.ts +6 -7
- package/dist/core/plugins/moment/humanize.d.ts.map +1 -1
- package/dist/framework.js +5719 -5699
- package/dist/index.css +1 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +4 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +417 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +357 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +398 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +392 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +398 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +372 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +391 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +372 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +439 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +448 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +459 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +359 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +507 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +392 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.d.ts +14 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +395 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +322 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/args.d.ts +113 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/args.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts +3 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +235 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.d.ts +4 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.d.ts +3 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +73 -38
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -39
- package/dist/ui/components/atoms/vc-switch/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +30 -11
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +22 -3
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/index.d.ts +1 -35
- package/dist/ui/components/atoms/vc-video/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +5 -27
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -18
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +252 -42
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +36 -6
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +96 -32
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/modules/dynamic/components/fields/Button.ts +5 -2
- package/shared/modules/dynamic/components/fields/Card.ts +4 -4
- package/shared/modules/dynamic/components/fields/ContentField.ts +1 -0
- package/shared/modules/dynamic/components/fields/DynamicProperty.ts +5 -6
- package/shared/modules/dynamic/components/fields/EditorField.ts +4 -3
- package/shared/modules/dynamic/components/fields/Fieldset.ts +1 -1
- package/shared/modules/dynamic/components/fields/GalleryField.ts +6 -3
- package/shared/modules/dynamic/components/fields/ImageField.ts +0 -1
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +1 -1
- package/shared/modules/dynamic/components/fields/MultivalueField.ts +3 -2
- package/shared/modules/dynamic/components/fields/SelectField.ts +1 -0
- package/shared/modules/dynamic/components/fields/StatusField.ts +20 -10
- package/shared/modules/dynamic/components/fields/VideoField.ts +0 -1
- package/shared/modules/dynamic/components/fields/storybook/Button.stories.ts +247 -0
- package/shared/modules/dynamic/components/fields/storybook/Card.stories.ts +167 -0
- package/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.ts +186 -0
- package/shared/modules/dynamic/components/fields/storybook/ContentField.stories.ts +246 -0
- package/shared/modules/dynamic/components/fields/storybook/EditorField.stories.ts +185 -0
- package/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.ts +409 -0
- package/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.ts +239 -0
- package/shared/modules/dynamic/components/fields/storybook/ImageField.stories.ts +186 -0
- package/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.ts +267 -0
- package/shared/modules/dynamic/components/fields/storybook/InputField.stories.ts +286 -0
- package/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.ts +347 -0
- package/shared/modules/dynamic/components/fields/storybook/RatingField.stories.ts +131 -0
- package/shared/modules/dynamic/components/fields/storybook/SelectField.stories.ts +653 -0
- package/shared/modules/dynamic/components/fields/storybook/StatusField.stories.ts +202 -0
- package/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.ts +178 -0
- package/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.ts +191 -0
- package/shared/modules/dynamic/components/fields/storybook/VideoField.stories.ts +92 -0
- package/shared/modules/dynamic/components/fields/storybook/common/args.ts +130 -0
- package/shared/modules/dynamic/components/fields/storybook/common/templates.ts +8 -0
- package/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.ts +54 -0
- package/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.ts +16 -0
- package/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.ts +41 -0
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +1 -0
- package/shared/modules/dynamic/helpers/getters.ts +3 -0
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
- package/shared/modules/dynamic/helpers/setters.ts +1 -1
- package/shared/modules/dynamic/types/index.ts +78 -40
- package/shared/modules/dynamic/types/models.ts +8 -7
- package/ui/components/atoms/vc-card/vc-card.vue +12 -2
- package/ui/components/atoms/vc-switch/index.ts +1 -3
- package/ui/components/atoms/vc-switch/vc-switch.vue +10 -3
- package/ui/components/atoms/vc-video/index.ts +1 -3
- package/ui/components/atoms/vc-video/vc-video.stories.ts +1 -15
- package/ui/components/atoms/vc-video/vc-video.vue +4 -37
- package/ui/components/molecules/vc-editor/vc-editor.vue +28 -9
- package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +2 -2
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +8 -0
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +21 -9
- package/ui/components/molecules/vc-select/vc-select.stories.ts +74 -3
- package/ui/components/molecules/vc-select/vc-select.vue +35 -38
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +1 -9
- package/ui/components/organisms/vc-table/vc-table.vue +1 -0
|
@@ -55,14 +55,24 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
55
55
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
56
56
|
attrs: any;
|
|
57
57
|
slots: Readonly<{
|
|
58
|
-
|
|
58
|
+
option: (args: {
|
|
59
59
|
item: T;
|
|
60
60
|
}) => any;
|
|
61
|
+
"selected-item": (args: {
|
|
62
|
+
value: string | T[keyof T];
|
|
63
|
+
item: T;
|
|
64
|
+
remove: () => void;
|
|
65
|
+
}) => any;
|
|
61
66
|
hint: void;
|
|
62
67
|
error: void;
|
|
63
68
|
}> & {
|
|
64
|
-
|
|
69
|
+
option: (args: {
|
|
70
|
+
item: T;
|
|
71
|
+
}) => any;
|
|
72
|
+
"selected-item": (args: {
|
|
73
|
+
value: string | T[keyof T];
|
|
65
74
|
item: T;
|
|
75
|
+
remove: () => void;
|
|
66
76
|
}) => any;
|
|
67
77
|
hint: void;
|
|
68
78
|
error: void;
|
|
@@ -94,15 +104,25 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
94
104
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
95
105
|
attrs: any;
|
|
96
106
|
slots: Readonly<{
|
|
97
|
-
|
|
107
|
+
option: (args: {
|
|
108
|
+
item: T;
|
|
109
|
+
}) => any;
|
|
110
|
+
"selected-item": (args: {
|
|
111
|
+
value: string | T[keyof T];
|
|
98
112
|
item: T;
|
|
113
|
+
remove: () => void;
|
|
99
114
|
}) => any;
|
|
100
115
|
hint: void;
|
|
101
116
|
error: void;
|
|
102
117
|
}> & {
|
|
103
|
-
|
|
118
|
+
option: (args: {
|
|
104
119
|
item: T;
|
|
105
120
|
}) => any;
|
|
121
|
+
"selected-item": (args: {
|
|
122
|
+
value: string | T[keyof T];
|
|
123
|
+
item: T;
|
|
124
|
+
remove: () => void;
|
|
125
|
+
}) => any;
|
|
106
126
|
hint: void;
|
|
107
127
|
error: void;
|
|
108
128
|
};
|
|
@@ -136,15 +156,25 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
136
156
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
137
157
|
attrs: any;
|
|
138
158
|
slots: Readonly<{
|
|
139
|
-
|
|
159
|
+
option: (args: {
|
|
140
160
|
item: T;
|
|
141
161
|
}) => any;
|
|
162
|
+
"selected-item": (args: {
|
|
163
|
+
value: string | T[keyof T];
|
|
164
|
+
item: T;
|
|
165
|
+
remove: () => void;
|
|
166
|
+
}) => any;
|
|
142
167
|
hint: void;
|
|
143
168
|
error: void;
|
|
144
169
|
}> & {
|
|
145
|
-
|
|
170
|
+
option: (args: {
|
|
146
171
|
item: T;
|
|
147
172
|
}) => any;
|
|
173
|
+
"selected-item": (args: {
|
|
174
|
+
value: string | T[keyof T];
|
|
175
|
+
item: T;
|
|
176
|
+
remove: () => void;
|
|
177
|
+
}) => any;
|
|
148
178
|
hint: void;
|
|
149
179
|
error: void;
|
|
150
180
|
};
|
|
@@ -177,14 +207,24 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
177
207
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
178
208
|
attrs: any;
|
|
179
209
|
slots: Readonly<{
|
|
180
|
-
|
|
210
|
+
option: (args: {
|
|
211
|
+
item: T;
|
|
212
|
+
}) => any;
|
|
213
|
+
"selected-item": (args: {
|
|
214
|
+
value: string | T[keyof T];
|
|
181
215
|
item: T;
|
|
216
|
+
remove: () => void;
|
|
182
217
|
}) => any;
|
|
183
218
|
hint: void;
|
|
184
219
|
error: void;
|
|
185
220
|
}> & {
|
|
186
|
-
|
|
221
|
+
option: (args: {
|
|
222
|
+
item: T;
|
|
223
|
+
}) => any;
|
|
224
|
+
"selected-item": (args: {
|
|
225
|
+
value: string | T[keyof T];
|
|
187
226
|
item: T;
|
|
227
|
+
remove: () => void;
|
|
188
228
|
}) => any;
|
|
189
229
|
hint: void;
|
|
190
230
|
error: void;
|
|
@@ -216,15 +256,25 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
216
256
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
217
257
|
attrs: any;
|
|
218
258
|
slots: Readonly<{
|
|
219
|
-
|
|
259
|
+
option: (args: {
|
|
220
260
|
item: T;
|
|
221
261
|
}) => any;
|
|
262
|
+
"selected-item": (args: {
|
|
263
|
+
value: string | T[keyof T];
|
|
264
|
+
item: T;
|
|
265
|
+
remove: () => void;
|
|
266
|
+
}) => any;
|
|
222
267
|
hint: void;
|
|
223
268
|
error: void;
|
|
224
269
|
}> & {
|
|
225
|
-
|
|
270
|
+
option: (args: {
|
|
226
271
|
item: T;
|
|
227
272
|
}) => any;
|
|
273
|
+
"selected-item": (args: {
|
|
274
|
+
value: string | T[keyof T];
|
|
275
|
+
item: T;
|
|
276
|
+
remove: () => void;
|
|
277
|
+
}) => any;
|
|
228
278
|
hint: void;
|
|
229
279
|
error: void;
|
|
230
280
|
};
|
|
@@ -258,14 +308,24 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
258
308
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
259
309
|
attrs: any;
|
|
260
310
|
slots: Readonly<{
|
|
261
|
-
|
|
311
|
+
option: (args: {
|
|
312
|
+
item: T;
|
|
313
|
+
}) => any;
|
|
314
|
+
"selected-item": (args: {
|
|
315
|
+
value: string | T[keyof T];
|
|
262
316
|
item: T;
|
|
317
|
+
remove: () => void;
|
|
263
318
|
}) => any;
|
|
264
319
|
hint: void;
|
|
265
320
|
error: void;
|
|
266
321
|
}> & {
|
|
267
|
-
|
|
322
|
+
option: (args: {
|
|
323
|
+
item: T;
|
|
324
|
+
}) => any;
|
|
325
|
+
"selected-item": (args: {
|
|
326
|
+
value: string | T[keyof T];
|
|
268
327
|
item: T;
|
|
328
|
+
remove: () => void;
|
|
269
329
|
}) => any;
|
|
270
330
|
hint: void;
|
|
271
331
|
error: void;
|
|
@@ -299,15 +359,25 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
299
359
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
300
360
|
attrs: any;
|
|
301
361
|
slots: Readonly<{
|
|
302
|
-
|
|
362
|
+
option: (args: {
|
|
303
363
|
item: T;
|
|
304
364
|
}) => any;
|
|
365
|
+
"selected-item": (args: {
|
|
366
|
+
value: string | T[keyof T];
|
|
367
|
+
item: T;
|
|
368
|
+
remove: () => void;
|
|
369
|
+
}) => any;
|
|
305
370
|
hint: void;
|
|
306
371
|
error: void;
|
|
307
372
|
}> & {
|
|
308
|
-
|
|
373
|
+
option: (args: {
|
|
309
374
|
item: T;
|
|
310
375
|
}) => any;
|
|
376
|
+
"selected-item": (args: {
|
|
377
|
+
value: string | T[keyof T];
|
|
378
|
+
item: T;
|
|
379
|
+
remove: () => void;
|
|
380
|
+
}) => any;
|
|
311
381
|
hint: void;
|
|
312
382
|
error: void;
|
|
313
383
|
};
|
|
@@ -338,14 +408,24 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
338
408
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
339
409
|
attrs: any;
|
|
340
410
|
slots: Readonly<{
|
|
341
|
-
|
|
411
|
+
option: (args: {
|
|
412
|
+
item: T;
|
|
413
|
+
}) => any;
|
|
414
|
+
"selected-item": (args: {
|
|
415
|
+
value: string | T[keyof T];
|
|
342
416
|
item: T;
|
|
417
|
+
remove: () => void;
|
|
343
418
|
}) => any;
|
|
344
419
|
hint: void;
|
|
345
420
|
error: void;
|
|
346
421
|
}> & {
|
|
347
|
-
|
|
422
|
+
option: (args: {
|
|
423
|
+
item: T;
|
|
424
|
+
}) => any;
|
|
425
|
+
"selected-item": (args: {
|
|
426
|
+
value: string | T[keyof T];
|
|
348
427
|
item: T;
|
|
428
|
+
remove: () => void;
|
|
349
429
|
}) => any;
|
|
350
430
|
hint: void;
|
|
351
431
|
error: void;
|
|
@@ -380,15 +460,25 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
380
460
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
381
461
|
attrs: any;
|
|
382
462
|
slots: Readonly<{
|
|
383
|
-
|
|
463
|
+
option: (args: {
|
|
384
464
|
item: T;
|
|
385
465
|
}) => any;
|
|
466
|
+
"selected-item": (args: {
|
|
467
|
+
value: string | T[keyof T];
|
|
468
|
+
item: T;
|
|
469
|
+
remove: () => void;
|
|
470
|
+
}) => any;
|
|
386
471
|
hint: void;
|
|
387
472
|
error: void;
|
|
388
473
|
}> & {
|
|
389
|
-
|
|
474
|
+
option: (args: {
|
|
390
475
|
item: T;
|
|
391
476
|
}) => any;
|
|
477
|
+
"selected-item": (args: {
|
|
478
|
+
value: string | T[keyof T];
|
|
479
|
+
item: T;
|
|
480
|
+
remove: () => void;
|
|
481
|
+
}) => any;
|
|
392
482
|
hint: void;
|
|
393
483
|
error: void;
|
|
394
484
|
};
|
|
@@ -421,14 +511,24 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
421
511
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
422
512
|
attrs: any;
|
|
423
513
|
slots: Readonly<{
|
|
424
|
-
|
|
514
|
+
option: (args: {
|
|
515
|
+
item: T;
|
|
516
|
+
}) => any;
|
|
517
|
+
"selected-item": (args: {
|
|
518
|
+
value: string | T[keyof T];
|
|
425
519
|
item: T;
|
|
520
|
+
remove: () => void;
|
|
426
521
|
}) => any;
|
|
427
522
|
hint: void;
|
|
428
523
|
error: void;
|
|
429
524
|
}> & {
|
|
430
|
-
|
|
525
|
+
option: (args: {
|
|
526
|
+
item: T;
|
|
527
|
+
}) => any;
|
|
528
|
+
"selected-item": (args: {
|
|
529
|
+
value: string | T[keyof T];
|
|
431
530
|
item: T;
|
|
531
|
+
remove: () => void;
|
|
432
532
|
}) => any;
|
|
433
533
|
hint: void;
|
|
434
534
|
error: void;
|
|
@@ -460,15 +560,25 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
460
560
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
461
561
|
attrs: any;
|
|
462
562
|
slots: Readonly<{
|
|
463
|
-
|
|
563
|
+
option: (args: {
|
|
564
|
+
item: T;
|
|
565
|
+
}) => any;
|
|
566
|
+
"selected-item": (args: {
|
|
567
|
+
value: string | T[keyof T];
|
|
464
568
|
item: T;
|
|
569
|
+
remove: () => void;
|
|
465
570
|
}) => any;
|
|
466
571
|
hint: void;
|
|
467
572
|
error: void;
|
|
468
573
|
}> & {
|
|
469
|
-
|
|
574
|
+
option: (args: {
|
|
470
575
|
item: T;
|
|
471
576
|
}) => any;
|
|
577
|
+
"selected-item": (args: {
|
|
578
|
+
value: string | T[keyof T];
|
|
579
|
+
item: T;
|
|
580
|
+
remove: () => void;
|
|
581
|
+
}) => any;
|
|
472
582
|
hint: void;
|
|
473
583
|
error: void;
|
|
474
584
|
};
|
|
@@ -502,14 +612,24 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
502
612
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
503
613
|
attrs: any;
|
|
504
614
|
slots: Readonly<{
|
|
505
|
-
|
|
615
|
+
option: (args: {
|
|
616
|
+
item: T;
|
|
617
|
+
}) => any;
|
|
618
|
+
"selected-item": (args: {
|
|
619
|
+
value: string | T[keyof T];
|
|
506
620
|
item: T;
|
|
621
|
+
remove: () => void;
|
|
507
622
|
}) => any;
|
|
508
623
|
hint: void;
|
|
509
624
|
error: void;
|
|
510
625
|
}> & {
|
|
511
|
-
|
|
626
|
+
option: (args: {
|
|
627
|
+
item: T;
|
|
628
|
+
}) => any;
|
|
629
|
+
"selected-item": (args: {
|
|
630
|
+
value: string | T[keyof T];
|
|
512
631
|
item: T;
|
|
632
|
+
remove: () => void;
|
|
513
633
|
}) => any;
|
|
514
634
|
hint: void;
|
|
515
635
|
error: void;
|
|
@@ -543,15 +663,25 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
543
663
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
544
664
|
attrs: any;
|
|
545
665
|
slots: Readonly<{
|
|
546
|
-
|
|
666
|
+
option: (args: {
|
|
547
667
|
item: T;
|
|
548
668
|
}) => any;
|
|
669
|
+
"selected-item": (args: {
|
|
670
|
+
value: string | T[keyof T];
|
|
671
|
+
item: T;
|
|
672
|
+
remove: () => void;
|
|
673
|
+
}) => any;
|
|
549
674
|
hint: void;
|
|
550
675
|
error: void;
|
|
551
676
|
}> & {
|
|
552
|
-
|
|
677
|
+
option: (args: {
|
|
553
678
|
item: T;
|
|
554
679
|
}) => any;
|
|
680
|
+
"selected-item": (args: {
|
|
681
|
+
value: string | T[keyof T];
|
|
682
|
+
item: T;
|
|
683
|
+
remove: () => void;
|
|
684
|
+
}) => any;
|
|
555
685
|
hint: void;
|
|
556
686
|
error: void;
|
|
557
687
|
};
|
|
@@ -582,14 +712,24 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
582
712
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
583
713
|
attrs: any;
|
|
584
714
|
slots: Readonly<{
|
|
585
|
-
|
|
715
|
+
option: (args: {
|
|
586
716
|
item: T;
|
|
587
717
|
}) => any;
|
|
718
|
+
"selected-item": (args: {
|
|
719
|
+
value: string | T[keyof T];
|
|
720
|
+
item: T;
|
|
721
|
+
remove: () => void;
|
|
722
|
+
}) => any;
|
|
588
723
|
hint: void;
|
|
589
724
|
error: void;
|
|
590
725
|
}> & {
|
|
591
|
-
|
|
726
|
+
option: (args: {
|
|
727
|
+
item: T;
|
|
728
|
+
}) => any;
|
|
729
|
+
"selected-item": (args: {
|
|
730
|
+
value: string | T[keyof T];
|
|
592
731
|
item: T;
|
|
732
|
+
remove: () => void;
|
|
593
733
|
}) => any;
|
|
594
734
|
hint: void;
|
|
595
735
|
error: void;
|
|
@@ -624,15 +764,25 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
624
764
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
625
765
|
attrs: any;
|
|
626
766
|
slots: Readonly<{
|
|
627
|
-
|
|
767
|
+
option: (args: {
|
|
768
|
+
item: T;
|
|
769
|
+
}) => any;
|
|
770
|
+
"selected-item": (args: {
|
|
771
|
+
value: string | T[keyof T];
|
|
628
772
|
item: T;
|
|
773
|
+
remove: () => void;
|
|
629
774
|
}) => any;
|
|
630
775
|
hint: void;
|
|
631
776
|
error: void;
|
|
632
777
|
}> & {
|
|
633
|
-
|
|
778
|
+
option: (args: {
|
|
634
779
|
item: T;
|
|
635
780
|
}) => any;
|
|
781
|
+
"selected-item": (args: {
|
|
782
|
+
value: string | T[keyof T];
|
|
783
|
+
item: T;
|
|
784
|
+
remove: () => void;
|
|
785
|
+
}) => any;
|
|
636
786
|
hint: void;
|
|
637
787
|
error: void;
|
|
638
788
|
};
|
|
@@ -665,14 +815,24 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
665
815
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
666
816
|
attrs: any;
|
|
667
817
|
slots: Readonly<{
|
|
668
|
-
|
|
818
|
+
option: (args: {
|
|
669
819
|
item: T;
|
|
670
820
|
}) => any;
|
|
821
|
+
"selected-item": (args: {
|
|
822
|
+
value: string | T[keyof T];
|
|
823
|
+
item: T;
|
|
824
|
+
remove: () => void;
|
|
825
|
+
}) => any;
|
|
671
826
|
hint: void;
|
|
672
827
|
error: void;
|
|
673
828
|
}> & {
|
|
674
|
-
|
|
829
|
+
option: (args: {
|
|
830
|
+
item: T;
|
|
831
|
+
}) => any;
|
|
832
|
+
"selected-item": (args: {
|
|
833
|
+
value: string | T[keyof T];
|
|
675
834
|
item: T;
|
|
835
|
+
remove: () => void;
|
|
676
836
|
}) => any;
|
|
677
837
|
hint: void;
|
|
678
838
|
error: void;
|
|
@@ -704,15 +864,25 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
704
864
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
705
865
|
attrs: any;
|
|
706
866
|
slots: Readonly<{
|
|
707
|
-
|
|
867
|
+
option: (args: {
|
|
868
|
+
item: T;
|
|
869
|
+
}) => any;
|
|
870
|
+
"selected-item": (args: {
|
|
871
|
+
value: string | T[keyof T];
|
|
708
872
|
item: T;
|
|
873
|
+
remove: () => void;
|
|
709
874
|
}) => any;
|
|
710
875
|
hint: void;
|
|
711
876
|
error: void;
|
|
712
877
|
}> & {
|
|
713
|
-
|
|
878
|
+
option: (args: {
|
|
714
879
|
item: T;
|
|
715
880
|
}) => any;
|
|
881
|
+
"selected-item": (args: {
|
|
882
|
+
value: string | T[keyof T];
|
|
883
|
+
item: T;
|
|
884
|
+
remove: () => void;
|
|
885
|
+
}) => any;
|
|
716
886
|
hint: void;
|
|
717
887
|
error: void;
|
|
718
888
|
};
|
|
@@ -746,14 +916,24 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
746
916
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
747
917
|
attrs: any;
|
|
748
918
|
slots: Readonly<{
|
|
749
|
-
|
|
919
|
+
option: (args: {
|
|
750
920
|
item: T;
|
|
751
921
|
}) => any;
|
|
922
|
+
"selected-item": (args: {
|
|
923
|
+
value: string | T[keyof T];
|
|
924
|
+
item: T;
|
|
925
|
+
remove: () => void;
|
|
926
|
+
}) => any;
|
|
752
927
|
hint: void;
|
|
753
928
|
error: void;
|
|
754
929
|
}> & {
|
|
755
|
-
|
|
930
|
+
option: (args: {
|
|
931
|
+
item: T;
|
|
932
|
+
}) => any;
|
|
933
|
+
"selected-item": (args: {
|
|
934
|
+
value: string | T[keyof T];
|
|
756
935
|
item: T;
|
|
936
|
+
remove: () => void;
|
|
757
937
|
}) => any;
|
|
758
938
|
hint: void;
|
|
759
939
|
error: void;
|
|
@@ -787,15 +967,25 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
787
967
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
788
968
|
attrs: any;
|
|
789
969
|
slots: Readonly<{
|
|
790
|
-
|
|
970
|
+
option: (args: {
|
|
971
|
+
item: T;
|
|
972
|
+
}) => any;
|
|
973
|
+
"selected-item": (args: {
|
|
974
|
+
value: string | T[keyof T];
|
|
791
975
|
item: T;
|
|
976
|
+
remove: () => void;
|
|
792
977
|
}) => any;
|
|
793
978
|
hint: void;
|
|
794
979
|
error: void;
|
|
795
980
|
}> & {
|
|
796
|
-
|
|
981
|
+
option: (args: {
|
|
797
982
|
item: T;
|
|
798
983
|
}) => any;
|
|
984
|
+
"selected-item": (args: {
|
|
985
|
+
value: string | T[keyof T];
|
|
986
|
+
item: T;
|
|
987
|
+
remove: () => void;
|
|
988
|
+
}) => any;
|
|
799
989
|
hint: void;
|
|
800
990
|
error: void;
|
|
801
991
|
};
|
|
@@ -826,14 +1016,24 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
826
1016
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
827
1017
|
attrs: any;
|
|
828
1018
|
slots: Readonly<{
|
|
829
|
-
|
|
1019
|
+
option: (args: {
|
|
830
1020
|
item: T;
|
|
831
1021
|
}) => any;
|
|
1022
|
+
"selected-item": (args: {
|
|
1023
|
+
value: string | T[keyof T];
|
|
1024
|
+
item: T;
|
|
1025
|
+
remove: () => void;
|
|
1026
|
+
}) => any;
|
|
832
1027
|
hint: void;
|
|
833
1028
|
error: void;
|
|
834
1029
|
}> & {
|
|
835
|
-
|
|
1030
|
+
option: (args: {
|
|
1031
|
+
item: T;
|
|
1032
|
+
}) => any;
|
|
1033
|
+
"selected-item": (args: {
|
|
1034
|
+
value: string | T[keyof T];
|
|
836
1035
|
item: T;
|
|
1036
|
+
remove: () => void;
|
|
837
1037
|
}) => any;
|
|
838
1038
|
hint: void;
|
|
839
1039
|
error: void;
|
|
@@ -868,14 +1068,24 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
868
1068
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
869
1069
|
attrs: any;
|
|
870
1070
|
slots: Readonly<{
|
|
871
|
-
|
|
1071
|
+
option: (args: {
|
|
1072
|
+
item: T;
|
|
1073
|
+
}) => any;
|
|
1074
|
+
"selected-item": (args: {
|
|
1075
|
+
value: string | T[keyof T];
|
|
872
1076
|
item: T;
|
|
1077
|
+
remove: () => void;
|
|
873
1078
|
}) => any;
|
|
874
1079
|
hint: void;
|
|
875
1080
|
error: void;
|
|
876
1081
|
}> & {
|
|
877
|
-
|
|
1082
|
+
option: (args: {
|
|
1083
|
+
item: T;
|
|
1084
|
+
}) => any;
|
|
1085
|
+
"selected-item": (args: {
|
|
1086
|
+
value: string | T[keyof T];
|
|
878
1087
|
item: T;
|
|
1088
|
+
remove: () => void;
|
|
879
1089
|
}) => any;
|
|
880
1090
|
hint: void;
|
|
881
1091
|
error: void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-multivalue.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AACjC,OAAO,EAAE,OAAO,EAAa,MAAM,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIrD,wBA4BsC;AAatC,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"vc-multivalue.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AACjC,OAAO,EAAE,OAAO,EAAa,MAAM,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIrD,wBA4BsC;AAatC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAEzC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGvC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGzC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAK7C,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAKtC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAK1C,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC,OAAO,YAAY,CAgB9D,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,OAAO,YAAY,CAatD,CAAC;AAEH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,OAAO,YAAY,CAavD,CAAC"}
|
|
@@ -48,14 +48,24 @@ declare const _default: <T extends {
|
|
|
48
48
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
49
49
|
attrs: any;
|
|
50
50
|
slots: Readonly<{
|
|
51
|
-
|
|
51
|
+
option: (args: {
|
|
52
52
|
item: T;
|
|
53
53
|
}) => any;
|
|
54
|
+
"selected-item": (args: {
|
|
55
|
+
value: string | T[keyof T];
|
|
56
|
+
item: T;
|
|
57
|
+
remove: () => void;
|
|
58
|
+
}) => any;
|
|
54
59
|
hint: void;
|
|
55
60
|
error: void;
|
|
56
61
|
}> & {
|
|
57
|
-
|
|
62
|
+
option: (args: {
|
|
63
|
+
item: T;
|
|
64
|
+
}) => any;
|
|
65
|
+
"selected-item": (args: {
|
|
66
|
+
value: string | T[keyof T];
|
|
58
67
|
item: T;
|
|
68
|
+
remove: () => void;
|
|
59
69
|
}) => any;
|
|
60
70
|
hint: void;
|
|
61
71
|
error: void;
|
|
@@ -87,15 +97,25 @@ declare const _default: <T extends {
|
|
|
87
97
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
88
98
|
attrs: any;
|
|
89
99
|
slots: Readonly<{
|
|
90
|
-
|
|
100
|
+
option: (args: {
|
|
101
|
+
item: T;
|
|
102
|
+
}) => any;
|
|
103
|
+
"selected-item": (args: {
|
|
104
|
+
value: string | T[keyof T];
|
|
91
105
|
item: T;
|
|
106
|
+
remove: () => void;
|
|
92
107
|
}) => any;
|
|
93
108
|
hint: void;
|
|
94
109
|
error: void;
|
|
95
110
|
}> & {
|
|
96
|
-
|
|
111
|
+
option: (args: {
|
|
97
112
|
item: T;
|
|
98
113
|
}) => any;
|
|
114
|
+
"selected-item": (args: {
|
|
115
|
+
value: string | T[keyof T];
|
|
116
|
+
item: T;
|
|
117
|
+
remove: () => void;
|
|
118
|
+
}) => any;
|
|
99
119
|
hint: void;
|
|
100
120
|
error: void;
|
|
101
121
|
};
|
|
@@ -129,14 +149,24 @@ declare const _default: <T extends {
|
|
|
129
149
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
130
150
|
attrs: any;
|
|
131
151
|
slots: Readonly<{
|
|
132
|
-
|
|
152
|
+
option: (args: {
|
|
153
|
+
item: T;
|
|
154
|
+
}) => any;
|
|
155
|
+
"selected-item": (args: {
|
|
156
|
+
value: string | T[keyof T];
|
|
133
157
|
item: T;
|
|
158
|
+
remove: () => void;
|
|
134
159
|
}) => any;
|
|
135
160
|
hint: void;
|
|
136
161
|
error: void;
|
|
137
162
|
}> & {
|
|
138
|
-
|
|
163
|
+
option: (args: {
|
|
164
|
+
item: T;
|
|
165
|
+
}) => any;
|
|
166
|
+
"selected-item": (args: {
|
|
167
|
+
value: string | T[keyof T];
|
|
139
168
|
item: T;
|
|
169
|
+
remove: () => void;
|
|
140
170
|
}) => any;
|
|
141
171
|
hint: void;
|
|
142
172
|
error: void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-multivalue.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.vue.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC;IAChD,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxC;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-multivalue.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.vue.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC;IAChD,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxC;;;;;;;;;;;;;;;;;;;;;;;;;WAklBM,GAAG;;;;cAnjBuB,GAAG;;;;oBACqC,MAAM,IAAI;cAAO,GAAG;cACrF,IAAI;eACH,IAAI;;;;cAHoB,GAAG;;;;oBACqC,MAAM,IAAI;cAAO,GAAG;cACrF,IAAI;eACH,IAAI;;;yCA+iBG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,KAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;oBAAzC,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;cAnjBuB,GAAG;;;;oBACqC,MAAM,IAAI;cAAO,GAAG;cACrF,IAAI;eACH,IAAI;;;;cAHoB,GAAG;;;;oBACqC,MAAM,IAAI;cAAO,GAAG;cACrF,IAAI;eACH,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA+iBG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;eAClD,GAAG;;;;kBAnjBuB,GAAG;;;;wBACqC,MAAM,IAAI;kBAAO,GAAG;kBACrF,IAAI;mBACH,IAAI;;;;kBAHoB,GAAG;;;;wBACqC,MAAM,IAAI;kBAAO,GAAG;kBACrF,IAAI;mBACH,IAAI;;;;;AA/Bb,wBAolB2E;AAQ3E,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|