@namba_one/ui-kit-2 1.0.14 → 1.0.16
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 +65 -76
- package/dist/index.es.js +3036 -2624
- package/dist/index.umd.js +9 -9
- package/dist/namba-one-uikit.css +1 -1
- package/dist/scss/typography.scss +2 -2
- package/package.json +4 -1
package/dist/index.d.ts
CHANGED
|
@@ -31,17 +31,9 @@ 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<
|
|
35
|
-
click: () => any;
|
|
36
|
-
}, string, PublicProps, Readonly<LinkProps> & Readonly<{
|
|
37
|
-
onClick?: (() => any) | undefined;
|
|
38
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
39
|
-
|
|
40
|
-
declare const __VLS_component_11: DefineComponent<ResponseBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
|
+
declare const __VLS_component_10: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
41
35
|
|
|
42
|
-
declare const
|
|
43
|
-
|
|
44
|
-
declare const __VLS_component_13: DefineComponent<SelectBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
36
|
+
declare const __VLS_component_11: DefineComponent<SelectBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
45
37
|
close: () => any;
|
|
46
38
|
clickField: () => any;
|
|
47
39
|
clickOutside: () => any;
|
|
@@ -57,7 +49,7 @@ wrapperRef: HTMLDivElement;
|
|
|
57
49
|
dropdownRef: HTMLDivElement;
|
|
58
50
|
}, HTMLDivElement>;
|
|
59
51
|
|
|
60
|
-
declare const
|
|
52
|
+
declare const __VLS_component_12: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
61
53
|
|
|
62
54
|
declare const __VLS_component_2: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
63
55
|
|
|
@@ -93,9 +85,13 @@ close: () => any;
|
|
|
93
85
|
onClose?: (() => any) | undefined;
|
|
94
86
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
95
87
|
|
|
96
|
-
declare const __VLS_component_8: DefineComponent<
|
|
88
|
+
declare const __VLS_component_8: DefineComponent<LinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
89
|
+
click: () => any;
|
|
90
|
+
}, string, PublicProps, Readonly<LinkProps> & Readonly<{
|
|
91
|
+
onClick?: (() => any) | undefined;
|
|
92
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
97
93
|
|
|
98
|
-
declare const __VLS_component_9: DefineComponent<
|
|
94
|
+
declare const __VLS_component_9: DefineComponent<ResponseBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
99
95
|
|
|
100
96
|
declare type __VLS_Props = CardContentProps;
|
|
101
97
|
|
|
@@ -113,10 +109,16 @@ declare type __VLS_Props_7 = ColorPickerProps;
|
|
|
113
109
|
|
|
114
110
|
declare type __VLS_Props_8 = TabsProps;
|
|
115
111
|
|
|
112
|
+
declare type __VLS_Props_9 = StatusSelectProps;
|
|
113
|
+
|
|
116
114
|
declare type __VLS_PublicProps = {
|
|
117
115
|
'value': boolean;
|
|
118
116
|
} & __VLS_Props;
|
|
119
117
|
|
|
118
|
+
declare type __VLS_PublicProps_10 = {
|
|
119
|
+
'value': StatusSelectProps['value'];
|
|
120
|
+
} & __VLS_Props_9;
|
|
121
|
+
|
|
120
122
|
declare type __VLS_PublicProps_2 = {
|
|
121
123
|
'list': CardContentListProps['list'];
|
|
122
124
|
} & __VLS_Props_2;
|
|
@@ -160,24 +162,6 @@ declare function __VLS_template(): {
|
|
|
160
162
|
};
|
|
161
163
|
|
|
162
164
|
declare function __VLS_template_10(): {
|
|
163
|
-
attrs: Partial<{}>;
|
|
164
|
-
slots: {
|
|
165
|
-
default?(_: {}): any;
|
|
166
|
-
};
|
|
167
|
-
refs: {};
|
|
168
|
-
rootEl: any;
|
|
169
|
-
};
|
|
170
|
-
|
|
171
|
-
declare function __VLS_template_11(): {
|
|
172
|
-
attrs: Partial<{}>;
|
|
173
|
-
slots: {
|
|
174
|
-
default?(_: {}): any;
|
|
175
|
-
};
|
|
176
|
-
refs: {};
|
|
177
|
-
rootEl: HTMLDivElement;
|
|
178
|
-
};
|
|
179
|
-
|
|
180
|
-
declare function __VLS_template_12(): {
|
|
181
165
|
attrs: Partial<{}>;
|
|
182
166
|
slots: {
|
|
183
167
|
default?(_: {}): any;
|
|
@@ -186,7 +170,7 @@ declare function __VLS_template_12(): {
|
|
|
186
170
|
rootEl: HTMLElement;
|
|
187
171
|
};
|
|
188
172
|
|
|
189
|
-
declare function
|
|
173
|
+
declare function __VLS_template_11(): {
|
|
190
174
|
attrs: Partial<{}>;
|
|
191
175
|
slots: {
|
|
192
176
|
field?(_: {}): any;
|
|
@@ -200,7 +184,7 @@ declare function __VLS_template_13(): {
|
|
|
200
184
|
rootEl: HTMLDivElement;
|
|
201
185
|
};
|
|
202
186
|
|
|
203
|
-
declare function
|
|
187
|
+
declare function __VLS_template_12(): {
|
|
204
188
|
attrs: Partial<{}>;
|
|
205
189
|
slots: {
|
|
206
190
|
default?(_: {}): any;
|
|
@@ -278,7 +262,7 @@ declare function __VLS_template_9(): {
|
|
|
278
262
|
default?(_: {}): any;
|
|
279
263
|
};
|
|
280
264
|
refs: {};
|
|
281
|
-
rootEl:
|
|
265
|
+
rootEl: HTMLDivElement;
|
|
282
266
|
};
|
|
283
267
|
|
|
284
268
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -289,10 +273,6 @@ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
|
289
273
|
|
|
290
274
|
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
291
275
|
|
|
292
|
-
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
293
|
-
|
|
294
|
-
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
295
|
-
|
|
296
276
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
297
277
|
|
|
298
278
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -333,18 +313,6 @@ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
|
333
313
|
};
|
|
334
314
|
};
|
|
335
315
|
|
|
336
|
-
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
337
|
-
new (): {
|
|
338
|
-
$slots: S;
|
|
339
|
-
};
|
|
340
|
-
};
|
|
341
|
-
|
|
342
|
-
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
343
|
-
new (): {
|
|
344
|
-
$slots: S;
|
|
345
|
-
};
|
|
346
|
-
};
|
|
347
|
-
|
|
348
316
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
349
317
|
new (): {
|
|
350
318
|
$slots: S;
|
|
@@ -400,7 +368,7 @@ declare const allAcceptTypes: readonly string[];
|
|
|
400
368
|
export declare const Badge: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
401
369
|
|
|
402
370
|
export declare type BadgeProps = {
|
|
403
|
-
view: (typeof
|
|
371
|
+
view: (typeof views)[number];
|
|
404
372
|
};
|
|
405
373
|
|
|
406
374
|
export declare const BannerOffer: DefineComponent<BannerOfferProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BannerOfferProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -421,7 +389,7 @@ export declare type ButtonBaseEmits = {
|
|
|
421
389
|
export declare type ButtonBaseProps = {
|
|
422
390
|
tag?: (typeof tags_2)[number];
|
|
423
391
|
href?: string;
|
|
424
|
-
view: (typeof
|
|
392
|
+
view: (typeof views_2)[number];
|
|
425
393
|
size: (typeof sizes_2)[number];
|
|
426
394
|
isLoading?: boolean;
|
|
427
395
|
isDisabled?: boolean;
|
|
@@ -521,7 +489,7 @@ inputRef: any;
|
|
|
521
489
|
|
|
522
490
|
declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' | 'errorText' | 'isError' | 'isDisabled'>;
|
|
523
491
|
|
|
524
|
-
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", "foreground-interactive-button-product-surface", "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", "foreground-interactive-button-surface-
|
|
492
|
+
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"];
|
|
525
493
|
|
|
526
494
|
export declare const Currency: {
|
|
527
495
|
readonly KGS: "KGS";
|
|
@@ -635,7 +603,9 @@ export declare const Input: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {},
|
|
|
635
603
|
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
636
604
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
637
605
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
638
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
606
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
607
|
+
inputRef: any;
|
|
608
|
+
}, HTMLDivElement>;
|
|
639
609
|
|
|
640
610
|
declare type InputProps = {
|
|
641
611
|
type?: 'text' | 'password';
|
|
@@ -649,11 +619,12 @@ declare type InputProps = {
|
|
|
649
619
|
inputmode?: InputHTMLAttributes['inputmode'];
|
|
650
620
|
autocomplete?: InputHTMLAttributes['autocomplete'];
|
|
651
621
|
maxLength?: number | string;
|
|
622
|
+
autofocus?: boolean;
|
|
652
623
|
iconLeft?: IconName;
|
|
653
624
|
iconRight?: IconName;
|
|
654
625
|
};
|
|
655
626
|
|
|
656
|
-
export declare const Link:
|
|
627
|
+
export declare const Link: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
657
628
|
|
|
658
629
|
export declare type LinkEmits = {
|
|
659
630
|
(e: 'click'): void;
|
|
@@ -662,7 +633,7 @@ export declare type LinkEmits = {
|
|
|
662
633
|
export declare type LinkProps = {
|
|
663
634
|
tag?: (typeof tags_3)[number];
|
|
664
635
|
href?: string;
|
|
665
|
-
view?: (typeof
|
|
636
|
+
view?: (typeof views_3)[number];
|
|
666
637
|
iconLeft?: IconName;
|
|
667
638
|
iconRight?: IconName;
|
|
668
639
|
};
|
|
@@ -688,7 +659,7 @@ export declare type ListHeaderProps = {
|
|
|
688
659
|
export declare const Loader: DefineComponent<LoaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LoaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
689
660
|
|
|
690
661
|
export declare type LoaderProps = {
|
|
691
|
-
|
|
662
|
+
color: Color;
|
|
692
663
|
size: number | string;
|
|
693
664
|
};
|
|
694
665
|
|
|
@@ -740,6 +711,10 @@ declare const masks: {
|
|
|
740
711
|
any: {
|
|
741
712
|
mask: StringConstructor;
|
|
742
713
|
};
|
|
714
|
+
date: {
|
|
715
|
+
mask: DateConstructor;
|
|
716
|
+
lazy: boolean;
|
|
717
|
+
};
|
|
743
718
|
};
|
|
744
719
|
|
|
745
720
|
export declare const ModalConfirmation: DefineComponent<ModalConfirmationProps, {
|
|
@@ -820,7 +795,7 @@ export declare type ModalConfirmationEmits = {
|
|
|
820
795
|
};
|
|
821
796
|
|
|
822
797
|
export declare type ModalConfirmationProps = {
|
|
823
|
-
view: (typeof
|
|
798
|
+
view: (typeof views_4)[number];
|
|
824
799
|
title: string;
|
|
825
800
|
description: string;
|
|
826
801
|
buttonText: string;
|
|
@@ -837,12 +812,12 @@ declare function open_2(): void;
|
|
|
837
812
|
export declare const Price: DefineComponent<PriceProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PriceProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
838
813
|
|
|
839
814
|
export declare type PriceProps = {
|
|
840
|
-
value: number;
|
|
815
|
+
value: number | string;
|
|
841
816
|
size: TheTextProps['size'];
|
|
842
817
|
weight: TheTextProps['weight'];
|
|
843
818
|
};
|
|
844
819
|
|
|
845
|
-
export declare const ResponseBase:
|
|
820
|
+
export declare const ResponseBase: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
846
821
|
|
|
847
822
|
declare type ResponseBaseProps = {
|
|
848
823
|
img?: string;
|
|
@@ -850,7 +825,7 @@ declare type ResponseBaseProps = {
|
|
|
850
825
|
description?: string;
|
|
851
826
|
};
|
|
852
827
|
|
|
853
|
-
export declare const Section:
|
|
828
|
+
export declare const Section: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
854
829
|
|
|
855
830
|
export declare const Select: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
856
831
|
"update:value": (value: Maybe<string | number>) => any;
|
|
@@ -858,7 +833,7 @@ export declare const Select: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}
|
|
|
858
833
|
"onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
|
|
859
834
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
860
835
|
|
|
861
|
-
export declare const SelectBase:
|
|
836
|
+
export declare const SelectBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
862
837
|
|
|
863
838
|
export declare type SelectBaseEmits = {
|
|
864
839
|
(event: 'clickField'): void;
|
|
@@ -911,6 +886,24 @@ declare class SpriteServiceImp implements SpriteService {
|
|
|
911
886
|
install(): Promise<void>;
|
|
912
887
|
}
|
|
913
888
|
|
|
889
|
+
export declare const StatusSelect: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
890
|
+
"update:value": (value: string | number) => any;
|
|
891
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
892
|
+
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
893
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
894
|
+
triggerElementRef: HTMLButtonElement;
|
|
895
|
+
}, HTMLButtonElement>;
|
|
896
|
+
|
|
897
|
+
export declare type StatusSelectProps = {
|
|
898
|
+
value: string | number;
|
|
899
|
+
list: {
|
|
900
|
+
id: string | number;
|
|
901
|
+
text: string;
|
|
902
|
+
view: View;
|
|
903
|
+
}[];
|
|
904
|
+
isLoading?: boolean;
|
|
905
|
+
};
|
|
906
|
+
|
|
914
907
|
export declare const Tabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
915
908
|
"update:value": (value: Maybe<string | number> | undefined) => any;
|
|
916
909
|
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
@@ -920,7 +913,7 @@ export declare const Tabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {},
|
|
|
920
913
|
export declare type TabsProps = {
|
|
921
914
|
value?: Maybe<number | string>;
|
|
922
915
|
label?: string;
|
|
923
|
-
view: (typeof
|
|
916
|
+
view: (typeof views_5)[number];
|
|
924
917
|
size: (typeof sizes_4)[number];
|
|
925
918
|
isDisabled?: boolean;
|
|
926
919
|
data: {
|
|
@@ -968,7 +961,7 @@ skeleton: HTMLDivElement;
|
|
|
968
961
|
|
|
969
962
|
export declare type TheTextSkeletonProps = {
|
|
970
963
|
size?: (typeof sizes_5)[number];
|
|
971
|
-
view?: (typeof
|
|
964
|
+
view?: (typeof views_6)[number];
|
|
972
965
|
widthRange?: [number, number];
|
|
973
966
|
};
|
|
974
967
|
|
|
@@ -1107,11 +1100,7 @@ declare type TransitionFadeProps_2 = {
|
|
|
1107
1100
|
duration?: number;
|
|
1108
1101
|
};
|
|
1109
1102
|
|
|
1110
|
-
export declare const TransitionHeight:
|
|
1111
|
-
|
|
1112
|
-
export declare const TransitionSlideDown: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1113
|
-
|
|
1114
|
-
export declare const TransitionSlideRight: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1103
|
+
export declare const TransitionHeight: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1115
1104
|
|
|
1116
1105
|
export declare const useDropdownAnimation: () => {
|
|
1117
1106
|
beforeEnter: (el: HTMLElement) => void;
|
|
@@ -1150,19 +1139,19 @@ export declare const UserRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, Co
|
|
|
1150
1139
|
|
|
1151
1140
|
declare type Value = ColorInput | undefined;
|
|
1152
1141
|
|
|
1153
|
-
declare
|
|
1142
|
+
declare type View = 'secondary' | 'success' | 'brand' | 'critical';
|
|
1154
1143
|
|
|
1155
|
-
declare const
|
|
1144
|
+
declare const views: readonly ["brand", "secondary", "success", "critical"];
|
|
1156
1145
|
|
|
1157
|
-
declare const
|
|
1146
|
+
declare const views_2: readonly ["secondary", "critical", "primary", "surface", "surface-shadow", "account-surface", "primary-flat", "base", "base-primary", "brand-flat"];
|
|
1158
1147
|
|
|
1159
|
-
declare const
|
|
1148
|
+
declare const views_3: readonly ["base", "secondary"];
|
|
1160
1149
|
|
|
1161
|
-
declare const
|
|
1150
|
+
declare const views_4: readonly ["base", "critical"];
|
|
1162
1151
|
|
|
1163
|
-
declare const
|
|
1152
|
+
declare const views_5: readonly ["default", "flat", "flat-secondary"];
|
|
1164
1153
|
|
|
1165
|
-
declare const
|
|
1154
|
+
declare const views_6: readonly ["secondary", "base"];
|
|
1166
1155
|
|
|
1167
1156
|
declare const weights: readonly ["regular", "medium", "semibold", "bold"];
|
|
1168
1157
|
|