@namba_one/ui-kit-2 1.0.23 → 1.0.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/dist/index.d.ts +397 -65
- package/dist/index.es.js +14785 -5475
- package/dist/index.umd.js +15 -15
- package/dist/namba-one-uikit.css +1 -1
- package/dist/sprite/sprite.svg +108 -217
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -31,9 +31,17 @@ import { WatchStopHandle } from 'vue';
|
|
|
31
31
|
|
|
32
32
|
declare const __VLS_component: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
33
33
|
|
|
34
|
-
declare const __VLS_component_10: DefineComponent<
|
|
34
|
+
declare const __VLS_component_10: DefineComponent<LinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
35
|
+
click: () => any;
|
|
36
|
+
}, string, PublicProps, Readonly<LinkProps> & Readonly<{
|
|
37
|
+
onClick?: (() => any) | undefined;
|
|
38
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
35
39
|
|
|
36
|
-
declare const __VLS_component_11: DefineComponent<
|
|
40
|
+
declare const __VLS_component_11: DefineComponent<ResponseBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
|
+
|
|
42
|
+
declare const __VLS_component_12: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
43
|
+
|
|
44
|
+
declare const __VLS_component_13: DefineComponent<SelectBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
37
45
|
close: () => any;
|
|
38
46
|
clickField: () => any;
|
|
39
47
|
clickOutside: () => any;
|
|
@@ -49,7 +57,13 @@ wrapperRef: HTMLDivElement;
|
|
|
49
57
|
dropdownRef: HTMLDivElement;
|
|
50
58
|
}, HTMLDivElement>;
|
|
51
59
|
|
|
52
|
-
declare const
|
|
60
|
+
declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
61
|
+
|
|
62
|
+
declare const __VLS_component_15: DefineComponent<ContainerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
63
|
+
|
|
64
|
+
declare const __VLS_component_16: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
65
|
+
|
|
66
|
+
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
53
67
|
|
|
54
68
|
declare const __VLS_component_2: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
55
69
|
|
|
@@ -85,39 +99,118 @@ close: () => any;
|
|
|
85
99
|
onClose?: (() => any) | undefined;
|
|
86
100
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
87
101
|
|
|
88
|
-
declare const __VLS_component_8: DefineComponent<
|
|
89
|
-
|
|
90
|
-
}, string, PublicProps, Readonly<
|
|
91
|
-
|
|
92
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
102
|
+
declare const __VLS_component_8: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
103
|
+
"update:values": (value: FilterValue[]) => any;
|
|
104
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
105
|
+
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
106
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
107
|
+
parentElementRef: ({
|
|
108
|
+
$: ComponentInternalInstance;
|
|
109
|
+
$data: {};
|
|
110
|
+
$props: {
|
|
111
|
+
readonly tag?: tags_2[number] | undefined;
|
|
112
|
+
readonly href?: string | undefined;
|
|
113
|
+
readonly isLoading?: boolean | undefined;
|
|
114
|
+
readonly isDisabled?: boolean | undefined;
|
|
115
|
+
readonly view?: views_2[number] | undefined;
|
|
116
|
+
readonly size?: sizes_2[number] | undefined;
|
|
117
|
+
readonly isWide?: boolean | undefined;
|
|
118
|
+
readonly iconLeft?: IconName | undefined;
|
|
119
|
+
readonly iconRight?: IconName | undefined;
|
|
120
|
+
readonly onClick?: ((e: Event) => any) | undefined;
|
|
121
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
122
|
+
$attrs: {
|
|
123
|
+
[x: string]: unknown;
|
|
124
|
+
};
|
|
125
|
+
$refs: {
|
|
126
|
+
[x: string]: unknown;
|
|
127
|
+
};
|
|
128
|
+
$slots: Readonly<{
|
|
129
|
+
[name: string]: Slot<any> | undefined;
|
|
130
|
+
}>;
|
|
131
|
+
$root: ComponentPublicInstance | null;
|
|
132
|
+
$parent: ComponentPublicInstance | null;
|
|
133
|
+
$host: Element | null;
|
|
134
|
+
$emit: (event: "click", e: Event) => void;
|
|
135
|
+
$el: any;
|
|
136
|
+
$options: ComponentOptionsBase<Readonly<ButtonProps> & Readonly<{
|
|
137
|
+
onClick?: ((e: Event) => any) | undefined;
|
|
138
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
139
|
+
click: (e: Event) => any;
|
|
140
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
141
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
142
|
+
created?: (() => void) | (() => void)[];
|
|
143
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
144
|
+
mounted?: (() => void) | (() => void)[];
|
|
145
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
146
|
+
updated?: (() => void) | (() => void)[];
|
|
147
|
+
activated?: (() => void) | (() => void)[];
|
|
148
|
+
deactivated?: (() => void) | (() => void)[];
|
|
149
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
150
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
151
|
+
destroyed?: (() => void) | (() => void)[];
|
|
152
|
+
unmounted?: (() => void) | (() => void)[];
|
|
153
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
154
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
155
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
156
|
+
};
|
|
157
|
+
$forceUpdate: () => void;
|
|
158
|
+
$nextTick: nextTick;
|
|
159
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
160
|
+
} & Readonly<{}> & Omit<Readonly<ButtonProps> & Readonly<{
|
|
161
|
+
onClick?: ((e: Event) => any) | undefined;
|
|
162
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
163
|
+
$slots: {
|
|
164
|
+
default?(_: {}): any;
|
|
165
|
+
};
|
|
166
|
+
}) | null;
|
|
167
|
+
triggerElementRef: HTMLDivElement;
|
|
168
|
+
}, HTMLDivElement>;
|
|
93
169
|
|
|
94
|
-
declare const __VLS_component_9: DefineComponent<
|
|
170
|
+
declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
171
|
+
"update:value": (value: string | null | undefined) => any;
|
|
172
|
+
} & {
|
|
173
|
+
"update:error": (value: boolean) => any;
|
|
174
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
175
|
+
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
176
|
+
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
177
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
178
|
+
inputRef: any;
|
|
179
|
+
}, HTMLDivElement>;
|
|
95
180
|
|
|
96
181
|
declare type __VLS_Props = CardContentProps;
|
|
97
182
|
|
|
183
|
+
declare type __VLS_Props_10 = StatusSelectProps;
|
|
184
|
+
|
|
98
185
|
declare type __VLS_Props_2 = CardContentListProps;
|
|
99
186
|
|
|
100
187
|
declare type __VLS_Props_3 = DropzoneProps;
|
|
101
188
|
|
|
102
|
-
declare type __VLS_Props_4 =
|
|
189
|
+
declare type __VLS_Props_4 = {
|
|
190
|
+
list: Filter[];
|
|
191
|
+
};
|
|
103
192
|
|
|
104
|
-
declare type __VLS_Props_5 =
|
|
193
|
+
declare type __VLS_Props_5 = InputProps;
|
|
105
194
|
|
|
106
|
-
declare type __VLS_Props_6 =
|
|
195
|
+
declare type __VLS_Props_6 = ListHeaderProps;
|
|
107
196
|
|
|
108
|
-
declare type __VLS_Props_7 =
|
|
197
|
+
declare type __VLS_Props_7 = SelectProps;
|
|
109
198
|
|
|
110
|
-
declare type __VLS_Props_8 =
|
|
199
|
+
declare type __VLS_Props_8 = ColorPickerProps;
|
|
111
200
|
|
|
112
|
-
declare type __VLS_Props_9 =
|
|
201
|
+
declare type __VLS_Props_9 = TabsProps;
|
|
113
202
|
|
|
114
203
|
declare type __VLS_PublicProps = {
|
|
115
204
|
'value': boolean;
|
|
116
205
|
} & __VLS_Props;
|
|
117
206
|
|
|
118
207
|
declare type __VLS_PublicProps_10 = {
|
|
208
|
+
'value': boolean;
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
declare type __VLS_PublicProps_11 = {
|
|
119
212
|
'value': StatusSelectProps['value'];
|
|
120
|
-
} &
|
|
213
|
+
} & __VLS_Props_10;
|
|
121
214
|
|
|
122
215
|
declare type __VLS_PublicProps_2 = {
|
|
123
216
|
'list': CardContentListProps['list'];
|
|
@@ -129,28 +222,28 @@ declare type __VLS_PublicProps_3 = {
|
|
|
129
222
|
} & __VLS_Props_3;
|
|
130
223
|
|
|
131
224
|
declare type __VLS_PublicProps_4 = {
|
|
132
|
-
'
|
|
225
|
+
'values': FilterValue[];
|
|
133
226
|
} & __VLS_Props_4;
|
|
134
227
|
|
|
135
228
|
declare type __VLS_PublicProps_5 = {
|
|
136
|
-
'
|
|
229
|
+
'value'?: string | undefined | null;
|
|
137
230
|
} & __VLS_Props_5;
|
|
138
231
|
|
|
139
232
|
declare type __VLS_PublicProps_6 = {
|
|
140
|
-
'
|
|
233
|
+
'isSortable': ListHeaderProps['isSortable'];
|
|
141
234
|
} & __VLS_Props_6;
|
|
142
235
|
|
|
143
236
|
declare type __VLS_PublicProps_7 = {
|
|
144
|
-
'value'
|
|
237
|
+
'value'?: Maybe<string | number>;
|
|
145
238
|
} & __VLS_Props_7;
|
|
146
239
|
|
|
147
240
|
declare type __VLS_PublicProps_8 = {
|
|
148
|
-
'value':
|
|
241
|
+
'value': Value;
|
|
149
242
|
} & __VLS_Props_8;
|
|
150
243
|
|
|
151
244
|
declare type __VLS_PublicProps_9 = {
|
|
152
|
-
'value':
|
|
153
|
-
};
|
|
245
|
+
'value': TabsProps['value'];
|
|
246
|
+
} & __VLS_Props_9;
|
|
154
247
|
|
|
155
248
|
declare function __VLS_template(): {
|
|
156
249
|
attrs: Partial<{}>;
|
|
@@ -167,10 +260,28 @@ declare function __VLS_template_10(): {
|
|
|
167
260
|
default?(_: {}): any;
|
|
168
261
|
};
|
|
169
262
|
refs: {};
|
|
170
|
-
rootEl:
|
|
263
|
+
rootEl: any;
|
|
171
264
|
};
|
|
172
265
|
|
|
173
266
|
declare function __VLS_template_11(): {
|
|
267
|
+
attrs: Partial<{}>;
|
|
268
|
+
slots: {
|
|
269
|
+
default?(_: {}): any;
|
|
270
|
+
};
|
|
271
|
+
refs: {};
|
|
272
|
+
rootEl: HTMLDivElement;
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
declare function __VLS_template_12(): {
|
|
276
|
+
attrs: Partial<{}>;
|
|
277
|
+
slots: {
|
|
278
|
+
default?(_: {}): any;
|
|
279
|
+
};
|
|
280
|
+
refs: {};
|
|
281
|
+
rootEl: HTMLElement;
|
|
282
|
+
};
|
|
283
|
+
|
|
284
|
+
declare function __VLS_template_13(): {
|
|
174
285
|
attrs: Partial<{}>;
|
|
175
286
|
slots: {
|
|
176
287
|
field?(_: {}): any;
|
|
@@ -184,7 +295,16 @@ declare function __VLS_template_11(): {
|
|
|
184
295
|
rootEl: HTMLDivElement;
|
|
185
296
|
};
|
|
186
297
|
|
|
187
|
-
declare function
|
|
298
|
+
declare function __VLS_template_14(): {
|
|
299
|
+
attrs: Partial<{}>;
|
|
300
|
+
slots: {
|
|
301
|
+
default?(_: {}): any;
|
|
302
|
+
};
|
|
303
|
+
refs: {};
|
|
304
|
+
rootEl: HTMLDivElement;
|
|
305
|
+
};
|
|
306
|
+
|
|
307
|
+
declare function __VLS_template_15(): {
|
|
188
308
|
attrs: Partial<{}>;
|
|
189
309
|
slots: {
|
|
190
310
|
default?(_: {}): any;
|
|
@@ -193,6 +313,24 @@ declare function __VLS_template_12(): {
|
|
|
193
313
|
rootEl: HTMLDivElement;
|
|
194
314
|
};
|
|
195
315
|
|
|
316
|
+
declare function __VLS_template_16(): {
|
|
317
|
+
attrs: Partial<{}>;
|
|
318
|
+
slots: {
|
|
319
|
+
default?(_: {}): any;
|
|
320
|
+
};
|
|
321
|
+
refs: {};
|
|
322
|
+
rootEl: any;
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
declare function __VLS_template_17(): {
|
|
326
|
+
attrs: Partial<{}>;
|
|
327
|
+
slots: {
|
|
328
|
+
default?(_: {}): any;
|
|
329
|
+
};
|
|
330
|
+
refs: {};
|
|
331
|
+
rootEl: any;
|
|
332
|
+
};
|
|
333
|
+
|
|
196
334
|
declare function __VLS_template_2(): {
|
|
197
335
|
attrs: Partial<{}>;
|
|
198
336
|
slots: {
|
|
@@ -250,10 +388,98 @@ declare function __VLS_template_7(): {
|
|
|
250
388
|
declare function __VLS_template_8(): {
|
|
251
389
|
attrs: Partial<{}>;
|
|
252
390
|
slots: {
|
|
253
|
-
|
|
391
|
+
before?(_: {}): any;
|
|
392
|
+
renderItem?(_: {
|
|
393
|
+
activeFilter: {
|
|
394
|
+
key: string;
|
|
395
|
+
label: string;
|
|
396
|
+
kind: "checkbox-group";
|
|
397
|
+
options: {
|
|
398
|
+
key: string;
|
|
399
|
+
label: string;
|
|
400
|
+
}[];
|
|
401
|
+
} | {
|
|
402
|
+
key: string;
|
|
403
|
+
label: string;
|
|
404
|
+
kind: "datepicker";
|
|
405
|
+
};
|
|
406
|
+
onApply: typeof onApply;
|
|
407
|
+
getFilterValue: typeof getFilterValue;
|
|
408
|
+
}): any;
|
|
409
|
+
renderChip?(_: {
|
|
410
|
+
item: {
|
|
411
|
+
kind: "checkbox-group" | "datepicker";
|
|
412
|
+
filter: Filter;
|
|
413
|
+
value: FilterValue;
|
|
414
|
+
};
|
|
415
|
+
apply: typeof onApply;
|
|
416
|
+
drop: typeof onDropFilter;
|
|
417
|
+
}): any;
|
|
254
418
|
};
|
|
255
|
-
refs: {
|
|
256
|
-
|
|
419
|
+
refs: {
|
|
420
|
+
parentElementRef: ({
|
|
421
|
+
$: ComponentInternalInstance;
|
|
422
|
+
$data: {};
|
|
423
|
+
$props: {
|
|
424
|
+
readonly tag?: tags_2[number] | undefined;
|
|
425
|
+
readonly href?: string | undefined;
|
|
426
|
+
readonly isLoading?: boolean | undefined;
|
|
427
|
+
readonly isDisabled?: boolean | undefined;
|
|
428
|
+
readonly view?: views_2[number] | undefined;
|
|
429
|
+
readonly size?: sizes_2[number] | undefined;
|
|
430
|
+
readonly isWide?: boolean | undefined;
|
|
431
|
+
readonly iconLeft?: IconName | undefined;
|
|
432
|
+
readonly iconRight?: IconName | undefined;
|
|
433
|
+
readonly onClick?: ((e: Event) => any) | undefined;
|
|
434
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
435
|
+
$attrs: {
|
|
436
|
+
[x: string]: unknown;
|
|
437
|
+
};
|
|
438
|
+
$refs: {
|
|
439
|
+
[x: string]: unknown;
|
|
440
|
+
};
|
|
441
|
+
$slots: Readonly<{
|
|
442
|
+
[name: string]: Slot<any> | undefined;
|
|
443
|
+
}>;
|
|
444
|
+
$root: ComponentPublicInstance | null;
|
|
445
|
+
$parent: ComponentPublicInstance | null;
|
|
446
|
+
$host: Element | null;
|
|
447
|
+
$emit: (event: "click", e: Event) => void;
|
|
448
|
+
$el: any;
|
|
449
|
+
$options: ComponentOptionsBase<Readonly<ButtonProps> & Readonly<{
|
|
450
|
+
onClick?: ((e: Event) => any) | undefined;
|
|
451
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
452
|
+
click: (e: Event) => any;
|
|
453
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
454
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
455
|
+
created?: (() => void) | (() => void)[];
|
|
456
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
457
|
+
mounted?: (() => void) | (() => void)[];
|
|
458
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
459
|
+
updated?: (() => void) | (() => void)[];
|
|
460
|
+
activated?: (() => void) | (() => void)[];
|
|
461
|
+
deactivated?: (() => void) | (() => void)[];
|
|
462
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
463
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
464
|
+
destroyed?: (() => void) | (() => void)[];
|
|
465
|
+
unmounted?: (() => void) | (() => void)[];
|
|
466
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
467
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
468
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
469
|
+
};
|
|
470
|
+
$forceUpdate: () => void;
|
|
471
|
+
$nextTick: nextTick;
|
|
472
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
473
|
+
} & Readonly<{}> & Omit<Readonly<ButtonProps> & Readonly<{
|
|
474
|
+
onClick?: ((e: Event) => any) | undefined;
|
|
475
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
476
|
+
$slots: {
|
|
477
|
+
default?(_: {}): any;
|
|
478
|
+
};
|
|
479
|
+
}) | null;
|
|
480
|
+
triggerElementRef: HTMLDivElement;
|
|
481
|
+
};
|
|
482
|
+
rootEl: HTMLDivElement;
|
|
257
483
|
};
|
|
258
484
|
|
|
259
485
|
declare function __VLS_template_9(): {
|
|
@@ -261,7 +487,9 @@ declare function __VLS_template_9(): {
|
|
|
261
487
|
slots: {
|
|
262
488
|
default?(_: {}): any;
|
|
263
489
|
};
|
|
264
|
-
refs: {
|
|
490
|
+
refs: {
|
|
491
|
+
inputRef: any;
|
|
492
|
+
};
|
|
265
493
|
rootEl: HTMLDivElement;
|
|
266
494
|
};
|
|
267
495
|
|
|
@@ -273,6 +501,16 @@ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
|
273
501
|
|
|
274
502
|
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
275
503
|
|
|
504
|
+
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
505
|
+
|
|
506
|
+
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
507
|
+
|
|
508
|
+
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
509
|
+
|
|
510
|
+
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
511
|
+
|
|
512
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
513
|
+
|
|
276
514
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
277
515
|
|
|
278
516
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -313,6 +551,36 @@ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
|
313
551
|
};
|
|
314
552
|
};
|
|
315
553
|
|
|
554
|
+
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
555
|
+
new (): {
|
|
556
|
+
$slots: S;
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
|
|
560
|
+
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
561
|
+
new (): {
|
|
562
|
+
$slots: S;
|
|
563
|
+
};
|
|
564
|
+
};
|
|
565
|
+
|
|
566
|
+
declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
567
|
+
new (): {
|
|
568
|
+
$slots: S;
|
|
569
|
+
};
|
|
570
|
+
};
|
|
571
|
+
|
|
572
|
+
declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
573
|
+
new (): {
|
|
574
|
+
$slots: S;
|
|
575
|
+
};
|
|
576
|
+
};
|
|
577
|
+
|
|
578
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
579
|
+
new (): {
|
|
580
|
+
$slots: S;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
|
|
316
584
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
317
585
|
new (): {
|
|
318
586
|
$slots: S;
|
|
@@ -469,6 +737,18 @@ export declare type CardContentSkeletonProps = {
|
|
|
469
737
|
isShowImage?: boolean;
|
|
470
738
|
};
|
|
471
739
|
|
|
740
|
+
export declare type CheckboxGroupFilter = {
|
|
741
|
+
key: string;
|
|
742
|
+
label: string;
|
|
743
|
+
kind: 'checkbox-group';
|
|
744
|
+
options: {
|
|
745
|
+
key: string;
|
|
746
|
+
label: string;
|
|
747
|
+
}[];
|
|
748
|
+
};
|
|
749
|
+
|
|
750
|
+
export declare type CheckboxGroupFilterValue = FilterValueBase<string[]>;
|
|
751
|
+
|
|
472
752
|
export declare const Chip: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
473
753
|
|
|
474
754
|
export declare type ChipEmits = {
|
|
@@ -486,9 +766,9 @@ export declare type Color = typeof colors[number];
|
|
|
486
766
|
|
|
487
767
|
declare type ColorInput = string | null;
|
|
488
768
|
|
|
489
|
-
export declare const ColorPicker: DefineComponent<
|
|
769
|
+
export declare const ColorPicker: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
490
770
|
"update:value": (value: Value) => any;
|
|
491
|
-
}, string, PublicProps, Readonly<
|
|
771
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
492
772
|
"onUpdate:value"?: ((value: Value) => any) | undefined;
|
|
493
773
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
494
774
|
inputRef: any;
|
|
@@ -498,12 +778,26 @@ declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' |
|
|
|
498
778
|
|
|
499
779
|
declare const colors: readonly ["text-common-base-primary-default", "text-common-base-secondary-default", "bg-common-base-primary-default", "bg-common-brand-primary-default", "bg-common-brand-secondary-default", "bg-common-base-secondary-default", "text-common-base-inverse-default", "bg-common-critical-primary-default", "bg-common-critical-secondary-default", "bg-common-success-primary-default", "bg-common-success-secondary-default", "text-common-primary-default", "text-common-critical-primary-default", "text-common-success-primary-default", "icon-common-base-primary-default", "icon-common-base-secondary-default", "icon-common-base-tertiary-default", "icon-common-brand-primary-default", "icon-common-critical-primary-default", "icon-common-success-primary-default", "border-common-base-primary", "border-common-brand-primary", "border-common-critical-primary", "border-common-success-primary", "bg-disable-default", "text-disable-default", "icon-disable-primary", "text-button-base-primary", "text-button-base-inverse", "text-button-brand-primary", "text-button-critical-primary", "text-button-success-primary", "bg-button-base-secondary-default", "bg-button-base-primary-default", "bg-button-brand-default", "bg-button-success-default", "bg-button-critical-default", "icon-button-base-primary", "icon-button-base-inverse", "icon-button-brand-primary", "icon-button-critical-primary", "icon-button-success-primary", "bg-input-base-primary-default", "text-input-base-primary", "icon-input-base-primary", "border-input-base-primary", "bg-common-base-tertiary-default", "text-input-base-secondary", "bg-button-base-inverse-default", "bg-common-base-inverse-default", "border-input-accent-critical", "bg-common-opacity-base-300", "bg-common-opacity-base-500", "background-layout-layout-2", "background-layout-layout-1", "text-common-base-base", "icon-common-base-base-500", "background-state-action-base-t-active", "text-common-base-base-500", "icon-common-base-base", "icon-common-base-base-600", "text-common-base-base-600", "border-common-base-base-1000-5", "background-surface-account-account-2", "background-surface-account-account-3", "background-surface-account-account-4", "background-surface-account-account-1", "background-surface-account-account-5", "background-surface-account-account-6", "background-surface-account-account-7", "background-surface-account-account-8", "background-surface-account-account-9", "foreground-surface-account-account-1-primary", "foreground-surface-account-account-2-primary", "foreground-surface-account-account-3-primary", "foreground-surface-account-account-4-primary", "foreground-surface-account-account-5-primary", "foreground-surface-account-account-6-primary", "foreground-surface-account-account-7-primary", "foreground-surface-account-account-8-primary", "foreground-surface-account-account-9-primary", "foreground-surface-account-account-8-secondary", "foreground-surface-account-account-7-secondary", "foreground-surface-account-account-3-secondary", "foreground-surface-account-account-5-secondary", "foreground-surface-account-account-4-secondary", "foreground-surface-account-account-6-secondary", "foreground-surface-account-account-2-secondary", "foreground-surface-account-product-9-secondary", "foreground-surface-account-account-1-secondary", "background-surface-layout-1-surface", "background-surface-popover-base", "foreground-layout-layout-1-primary", "foreground-layout-layout-2-primary", "foreground-layout-layout-2-secondary", "foreground-layout-layout-1-secondary", "background-surface-layout-1-surface-2", "foreground-surface-layout-1-surface-2-primary", "foreground-surface-layout-1-surface-2-critical", "foreground-layout-layout-1-success", "border-layout-layout-1-base", "interactive-base-surface-2", "interactive-text-base-surface-2", "interactive-text-base", "background-interactive-button-product-surface-primary", "foreground-interactive-button-product-surface-primary", "foreground-surface-layout-1-surface-primary", "foreground-surface-popover-base", "border-surface-popover-base", "foreground-surface-popover-base-secondary", "foreground-surface-popover-base-critical", "foreground-surface-layout-1-surface-2-secondary", "background-surface-account-account-1-t-0", "background-surface-account-account-8-t-0", "background-surface-account-account-5-t-0", "background-surface-account-account-7-t-0", "background-surface-account-account-6-t-0", "background-surface-account-account-9-t-0", "background-surface-account-account-3-t-0", "background-surface-account-account-4-t-0", "background-surface-account-account-2-t-0", "background-surface-layout-1-surface-3", "border-layout-layout-1-primary", "background-interactive-input-input-base", "foreground-interactive-input-base-primary", "foreground-interactive-input-base-placeholder", "foreground-interactive-input-base-secondary", "background-element-avatar-base-t", "foreground-layout-layout-1-critical", "border-input-base-primary-2", "border-input-base-primary-3", "border-interactive-input-base", "border-interactive-input-base-critical", "background-surface-account-account-4-contrast", "background-surface-account-account-2-contrast", "background-surface-account-account-1-contrast", "background-surface-account-account-8-contrast", "background-surface-account-account-3-contrast", "background-surface-account-account-7-contrast", "background-surface-account-account-5-contrast", "background-surface-account-account-6-contrast", "background-surface-account-account-9-contrast", "background-interactive-button-base", "foreground-interactive-button-base", "background-interactive-button-surface-primary", "foreground-interactive-button-surface-primary", "background-layout-overlay", "background-surface-modal-base", "background-interactive-button-base-primary", "foreground-interactive-button-base-primary", "background-surface-popover-base-0", "background-interactive-scroll-primary-t", "background-surface-layout-1-surface-2-t-0", "illustration-illustration-bg-critical", "background-surface-tooltip-primary", "foreground-element-tooltip-primary", "border-interactive-input-base-focus", "bg-input-base-primary-default-2", "foreground-element-avatar-base-t", "border-element-avatar-base-t", "foreground-interactive-button-base-flat", "bg-common-brand-primary-default-2", "foreground-interactive-input-focus-cursor-brand", "background-interactive-input-input-base-focus", "foreground-interactive-button-brand-flat", "illustration-illustration-bg-base-contrast", "illustration-illustration-border-base", "illustration-illustration-border-primary", "illustration-illustration-background", "illustration-illustration-border-base-contrast-primary", "background-on-primary-overlay", "background-element-badge-base-t", "foreground-element-badge-base-t", "background-surface-layout-1-surface-t-0", "foreground-layout-layout-1-brand", "background-surface-layout-1-succes", "background-surface-layout-1-critical", "background-surface-layout-1-succes-contrast", "background-surface-layout-1-critical-contrast", "foreground-surface-layout-1-critical-contrast-primary", "foreground-surface-layout-1-surface-success-contrast", "border-layout-layout-1-surface", "background-interactive-select-base-2", "foreground-interactive-select-base-2-placeholder", "foreground-interactive-select-base-2-primary", "border-interactive-select-select-base-critical", "border-interactive-select-base-focus", "border-interactive-select-base", "foreground-interactive-select-base-2-critical", "background-element-badge-success", "foreground-element-badge-succes", "background-element-badge-critical", "foreground-element-badge-critical", "background-element-badge-brand", "foreground-element-badge-brand", "border-layout-layout-1", "text-button-base-secondary", "icon-button-base-secondary", "background-interactive-button-critical-primary", "foreground-interactive-button-critical-primary", "bg-button-critical-default-2", "background-interactive-button-critical", "foreground-interactive-button-critical", "background-surface-layout-1-surface-4", "background-surface-layout-1-warning", "foreground-surface-layout-1-surface-2-warning", "background-interactive-button-critical-primary-disabled", "foreground-interactive-button-critical-primary-disabled", "background-interactive-button-base-disabled", "foreground-interactive-button-base-disabled", "background-interactive-button-surface-primary-disabled", "foreground-interactive-button-surface-primary-disabled", "background-interactive-button-product-surface-primary-disabled", "background-interactive-button-base-primary-disabled", "background-interactive-button-critical-disabled", "foreground-interactive-button-product-surface-primary-disabled", "foreground-interactive-button-base-flat-disabled", "foreground-interactive-button-base-primary-disabled", "foreground-interactive-button-brand-flat-disabled", "foreground-interactive-button-critical-disabled", "background-surface-layout-1-primary", "foreground-surface-layout-1-primary-primary"];
|
|
500
780
|
|
|
781
|
+
export declare const Container: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
782
|
+
|
|
783
|
+
export declare type ContainerProps = {
|
|
784
|
+
width: string | number;
|
|
785
|
+
};
|
|
786
|
+
|
|
501
787
|
export declare const Currency: {
|
|
502
788
|
readonly KGS: "KGS";
|
|
503
789
|
};
|
|
504
790
|
|
|
505
791
|
export declare type Currency = (typeof Currency)[keyof typeof Currency];
|
|
506
792
|
|
|
793
|
+
export declare type DatepickerFilter = {
|
|
794
|
+
key: string;
|
|
795
|
+
label: string;
|
|
796
|
+
kind: 'datepicker';
|
|
797
|
+
};
|
|
798
|
+
|
|
799
|
+
export declare type DatepickerFilterValue = FilterValueBase<Date[]>;
|
|
800
|
+
|
|
507
801
|
export declare const Divider: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
508
802
|
|
|
509
803
|
export declare type DividerProps = {
|
|
@@ -565,6 +859,21 @@ declare type EmptyResponseProps = ResponseBaseProps & {
|
|
|
565
859
|
route?: string;
|
|
566
860
|
};
|
|
567
861
|
|
|
862
|
+
export declare type Filter = CheckboxGroupFilter | DatepickerFilter;
|
|
863
|
+
|
|
864
|
+
export declare const FilterHub: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
865
|
+
|
|
866
|
+
export declare type FilterHubProps = {};
|
|
867
|
+
|
|
868
|
+
export declare type FilterValue = CheckboxGroupFilterValue | DatepickerFilterValue;
|
|
869
|
+
|
|
870
|
+
declare type FilterValueBase<T = null> = {
|
|
871
|
+
key: string;
|
|
872
|
+
value: T;
|
|
873
|
+
};
|
|
874
|
+
|
|
875
|
+
declare function getFilterValue<T extends FilterValue>(filter: Filter, defaultValue: T['value']): T['value'];
|
|
876
|
+
|
|
568
877
|
declare type GlobalConfig = {
|
|
569
878
|
interactionType: InteractionType;
|
|
570
879
|
};
|
|
@@ -582,6 +891,7 @@ export declare type IconBaseProps = {
|
|
|
582
891
|
name: IconName;
|
|
583
892
|
color: Color;
|
|
584
893
|
size?: number | string;
|
|
894
|
+
height?: string | number;
|
|
585
895
|
};
|
|
586
896
|
|
|
587
897
|
export declare type IconName = (typeof iconNames)[number];
|
|
@@ -592,7 +902,9 @@ export declare const IconView: DefineComponent<IconViewProps, {}, {}, {}, {}, Co
|
|
|
592
902
|
|
|
593
903
|
export declare type IconViewProps = {
|
|
594
904
|
icon: IconName;
|
|
905
|
+
view?: (typeof views_4)[number];
|
|
595
906
|
size: (typeof sizes_4)[number];
|
|
907
|
+
isRounded?: boolean;
|
|
596
908
|
};
|
|
597
909
|
|
|
598
910
|
export declare const ImageRow: DefineComponent<ImageRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ImageRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -603,16 +915,7 @@ export declare type ImageRowProps = {
|
|
|
603
915
|
|
|
604
916
|
export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
605
917
|
|
|
606
|
-
export declare const Input:
|
|
607
|
-
"update:value": (value: string | null | undefined) => any;
|
|
608
|
-
} & {
|
|
609
|
-
"update:error": (value: boolean) => any;
|
|
610
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
611
|
-
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
612
|
-
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
613
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
614
|
-
inputRef: any;
|
|
615
|
-
}, HTMLDivElement>;
|
|
918
|
+
export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
616
919
|
|
|
617
920
|
declare type InputProps = {
|
|
618
921
|
type?: 'text' | 'password';
|
|
@@ -631,7 +934,23 @@ declare type InputProps = {
|
|
|
631
934
|
iconRight?: IconName;
|
|
632
935
|
};
|
|
633
936
|
|
|
634
|
-
export declare const
|
|
937
|
+
export declare const isCheckboxGroupFilterValue: (data: {
|
|
938
|
+
filter: Filter;
|
|
939
|
+
value: FilterValue;
|
|
940
|
+
}) => data is {
|
|
941
|
+
filter: CheckboxGroupFilter;
|
|
942
|
+
value: CheckboxGroupFilterValue;
|
|
943
|
+
};
|
|
944
|
+
|
|
945
|
+
export declare const isDatepickerFilterValue: (data: {
|
|
946
|
+
filter: Filter;
|
|
947
|
+
value: FilterValue;
|
|
948
|
+
}) => data is {
|
|
949
|
+
filter: DatepickerFilter;
|
|
950
|
+
value: DatepickerFilterValue;
|
|
951
|
+
};
|
|
952
|
+
|
|
953
|
+
export declare const Link: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
635
954
|
|
|
636
955
|
export declare type LinkEmits = {
|
|
637
956
|
(e: 'click'): void;
|
|
@@ -640,16 +959,16 @@ export declare type LinkEmits = {
|
|
|
640
959
|
export declare type LinkProps = {
|
|
641
960
|
tag?: (typeof tags_3)[number];
|
|
642
961
|
href?: string;
|
|
643
|
-
view?: (typeof
|
|
962
|
+
view?: (typeof views_5)[number];
|
|
644
963
|
size?: (typeof sizes_5)[number];
|
|
645
964
|
weight?: (typeof weights_2)[number];
|
|
646
965
|
iconLeft?: IconName;
|
|
647
966
|
iconRight?: IconName;
|
|
648
967
|
};
|
|
649
968
|
|
|
650
|
-
export declare const ListHeader: DefineComponent<
|
|
969
|
+
export declare const ListHeader: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
651
970
|
"update:isSortable": (value: boolean) => any;
|
|
652
|
-
}, string, PublicProps, Readonly<
|
|
971
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
653
972
|
"onUpdate:isSortable"?: ((value: boolean) => any) | undefined;
|
|
654
973
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
655
974
|
|
|
@@ -804,7 +1123,7 @@ export declare type ModalConfirmationEmits = {
|
|
|
804
1123
|
};
|
|
805
1124
|
|
|
806
1125
|
export declare type ModalConfirmationProps = {
|
|
807
|
-
view: (typeof
|
|
1126
|
+
view: (typeof views_6)[number];
|
|
808
1127
|
title: string;
|
|
809
1128
|
description: string;
|
|
810
1129
|
buttonText: string;
|
|
@@ -816,6 +1135,13 @@ export default NambaOneUIKit;
|
|
|
816
1135
|
|
|
817
1136
|
declare const objectFits: readonly ["cover", "contain"];
|
|
818
1137
|
|
|
1138
|
+
declare function onApply(newValue: {
|
|
1139
|
+
key: string;
|
|
1140
|
+
value: FilterValue['value'] | null;
|
|
1141
|
+
}): void;
|
|
1142
|
+
|
|
1143
|
+
declare function onDropFilter(value: FilterValue): void;
|
|
1144
|
+
|
|
819
1145
|
declare function open_2(): void;
|
|
820
1146
|
|
|
821
1147
|
export declare const Price: DefineComponent<PriceProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PriceProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -826,7 +1152,7 @@ export declare type PriceProps = {
|
|
|
826
1152
|
weight: TheTextProps['weight'];
|
|
827
1153
|
};
|
|
828
1154
|
|
|
829
|
-
export declare const ResponseBase:
|
|
1155
|
+
export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
830
1156
|
|
|
831
1157
|
declare type ResponseBaseProps = {
|
|
832
1158
|
img?: string;
|
|
@@ -834,15 +1160,15 @@ declare type ResponseBaseProps = {
|
|
|
834
1160
|
description?: string;
|
|
835
1161
|
};
|
|
836
1162
|
|
|
837
|
-
export declare const Section:
|
|
1163
|
+
export declare const Section: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
838
1164
|
|
|
839
|
-
export declare const Select: DefineComponent<
|
|
1165
|
+
export declare const Select: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
840
1166
|
"update:value": (value: Maybe<string | number>) => any;
|
|
841
|
-
}, string, PublicProps, Readonly<
|
|
1167
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
842
1168
|
"onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
|
|
843
1169
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
844
1170
|
|
|
845
|
-
export declare const SelectBase:
|
|
1171
|
+
export declare const SelectBase: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
846
1172
|
|
|
847
1173
|
export declare type SelectBaseEmits = {
|
|
848
1174
|
(event: 'clickField'): void;
|
|
@@ -877,7 +1203,7 @@ declare const sizes_2: readonly ["58", "50", "44", "40", "34", "28"];
|
|
|
877
1203
|
|
|
878
1204
|
declare const sizes_3: readonly ["58", "50", "44", "44_s", "34", "28"];
|
|
879
1205
|
|
|
880
|
-
declare const sizes_4: readonly [58, 50, 44, 34, 28];
|
|
1206
|
+
declare const sizes_4: readonly [58, 50, 44, 40, 34, 28];
|
|
881
1207
|
|
|
882
1208
|
declare const sizes_5: readonly ["subhead", "caption"];
|
|
883
1209
|
|
|
@@ -899,9 +1225,9 @@ declare class SpriteServiceImp implements SpriteService {
|
|
|
899
1225
|
install(): Promise<void>;
|
|
900
1226
|
}
|
|
901
1227
|
|
|
902
|
-
export declare const StatusSelect: DefineComponent<
|
|
1228
|
+
export declare const StatusSelect: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
903
1229
|
"update:value": (value: string | number) => any;
|
|
904
|
-
}, string, PublicProps, Readonly<
|
|
1230
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
905
1231
|
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
906
1232
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
907
1233
|
triggerElementRef: HTMLButtonElement;
|
|
@@ -925,16 +1251,16 @@ export declare type StatusSelectSkeletonProps = {
|
|
|
925
1251
|
widthRange: [number, number];
|
|
926
1252
|
};
|
|
927
1253
|
|
|
928
|
-
export declare const Tabs: DefineComponent<
|
|
1254
|
+
export declare const Tabs: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
929
1255
|
"update:value": (value: Maybe<string | number> | undefined) => any;
|
|
930
|
-
}, string, PublicProps, Readonly<
|
|
1256
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
931
1257
|
"onUpdate:value"?: ((value: Maybe<string | number> | undefined) => any) | undefined;
|
|
932
1258
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
933
1259
|
|
|
934
1260
|
export declare type TabsProps = {
|
|
935
1261
|
value?: Maybe<number | string>;
|
|
936
1262
|
label?: string;
|
|
937
|
-
view: (typeof
|
|
1263
|
+
view: (typeof views_7)[number];
|
|
938
1264
|
size: (typeof sizes_6)[number];
|
|
939
1265
|
isDisabled?: boolean;
|
|
940
1266
|
data: {
|
|
@@ -982,8 +1308,8 @@ skeleton: HTMLDivElement;
|
|
|
982
1308
|
|
|
983
1309
|
export declare type TheTextSkeletonProps = {
|
|
984
1310
|
size?: (typeof sizes_7)[number];
|
|
985
|
-
view?: (typeof views_7)[number];
|
|
986
1311
|
widthRange?: [number, number];
|
|
1312
|
+
color: Color;
|
|
987
1313
|
};
|
|
988
1314
|
|
|
989
1315
|
export declare type Toast = {
|
|
@@ -1033,9 +1359,9 @@ declare class ToastServiceImpl implements ToastService {
|
|
|
1033
1359
|
|
|
1034
1360
|
export declare const ToastServiceKey: InjectionKey<ToastService>;
|
|
1035
1361
|
|
|
1036
|
-
export declare const Toggle: DefineComponent<
|
|
1362
|
+
export declare const Toggle: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1037
1363
|
"update:value": (value: boolean) => any;
|
|
1038
|
-
}, string, PublicProps, Readonly<
|
|
1364
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1039
1365
|
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
1040
1366
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1041
1367
|
|
|
@@ -1121,7 +1447,11 @@ declare type TransitionFadeProps_2 = {
|
|
|
1121
1447
|
duration?: number;
|
|
1122
1448
|
};
|
|
1123
1449
|
|
|
1124
|
-
export declare const TransitionHeight:
|
|
1450
|
+
export declare const TransitionHeight: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1451
|
+
|
|
1452
|
+
export declare const TransitionSlideDown: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1453
|
+
|
|
1454
|
+
export declare const TransitionSlideRight: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1125
1455
|
|
|
1126
1456
|
export declare const useDropdownAnimation: () => {
|
|
1127
1457
|
beforeEnter: (el: HTMLElement) => void;
|
|
@@ -1138,6 +1468,8 @@ export declare function useDynamicVisibleArea(name: string): {
|
|
|
1138
1468
|
toggle: () => void;
|
|
1139
1469
|
};
|
|
1140
1470
|
|
|
1471
|
+
export declare const useDynamicVisibleAreaInject: () => DynamicVisibleAreaProvider;
|
|
1472
|
+
|
|
1141
1473
|
export declare const useGlobalConfig: () => GlobalConfig;
|
|
1142
1474
|
|
|
1143
1475
|
export declare const useGlobalConfigProvide: (config: Partial<GlobalConfig>) => void;
|
|
@@ -1168,13 +1500,13 @@ declare const views_2: readonly ["critical_primary", "critical", "base_primary",
|
|
|
1168
1500
|
|
|
1169
1501
|
declare const views_3: readonly ["secondary", "critical", "primary", "surface", "base", "product_surface", "primary_flat", "base_shadow", "surface_shadow"];
|
|
1170
1502
|
|
|
1171
|
-
declare const views_4: readonly ["base", "
|
|
1503
|
+
declare const views_4: readonly ["base", "critical"];
|
|
1172
1504
|
|
|
1173
|
-
declare const views_5: readonly ["base", "
|
|
1505
|
+
declare const views_5: readonly ["base", "secondary", "brand"];
|
|
1174
1506
|
|
|
1175
|
-
declare const views_6: readonly ["
|
|
1507
|
+
declare const views_6: readonly ["base", "critical"];
|
|
1176
1508
|
|
|
1177
|
-
declare const views_7: readonly ["
|
|
1509
|
+
declare const views_7: readonly ["default", "flat", "flat-secondary"];
|
|
1178
1510
|
|
|
1179
1511
|
declare const weights: readonly ["regular", "medium", "semibold", "bold"];
|
|
1180
1512
|
|