@namba_one/ui-kit-2 1.0.5 → 1.0.7

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 CHANGED
@@ -1,21 +1,155 @@
1
+ import { AllowedComponentProps } from 'vue';
1
2
  import { App } from 'vue';
3
+ import { ComponentCustomProperties } from 'vue';
4
+ import { ComponentCustomProps } from 'vue';
5
+ import { ComponentInternalInstance } from 'vue';
6
+ import { ComponentOptionsBase } from 'vue';
2
7
  import { ComponentOptionsMixin } from 'vue';
3
8
  import { ComponentProvideOptions } from 'vue';
9
+ import { ComponentPublicInstance } from 'vue';
10
+ import { DebuggerEvent } from 'vue';
4
11
  import { DefineComponent } from 'vue';
5
12
  import { ExtractPropTypes } from 'vue';
13
+ import { GlobalComponents } from 'vue';
14
+ import { GlobalDirectives } from 'vue';
6
15
  import { InjectionKey } from 'vue';
16
+ import { InputHTMLAttributes } from 'vue';
17
+ import { nextTick } from 'vue';
18
+ import { OnCleanup } from '@vue/reactivity';
7
19
  import { Plugin as Plugin_2 } from 'vue';
8
20
  import { PropType } from 'vue';
9
21
  import { PublicProps } from 'vue';
10
22
  import { Ref } from 'vue';
11
23
  import { RendererElement } from 'vue';
12
24
  import { RendererNode } from 'vue';
25
+ import { ShallowUnwrapRef } from 'vue';
26
+ import { Slot } from 'vue';
13
27
  import { VNode } from 'vue';
28
+ import { VNodeProps } from 'vue';
29
+ import { WatchOptions } from 'vue';
30
+ import { WatchStopHandle } from 'vue';
14
31
 
15
32
  declare const __VLS_component: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
16
33
 
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>;
39
+
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, {} & {
45
+ close: () => any;
46
+ clickField: () => any;
47
+ clickOutside: () => any;
48
+ clickOutsideDropdown: () => any;
49
+ }, string, PublicProps, Readonly<SelectBaseProps> & Readonly<{
50
+ onClose?: (() => any) | undefined;
51
+ onClickField?: (() => any) | undefined;
52
+ onClickOutside?: (() => any) | undefined;
53
+ onClickOutsideDropdown?: (() => any) | undefined;
54
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
55
+ rootRef: HTMLDivElement;
56
+ wrapperRef: HTMLDivElement;
57
+ dropdownRef: HTMLDivElement;
58
+ }, HTMLDivElement>;
59
+
60
+ declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
61
+
17
62
  declare const __VLS_component_2: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
18
63
 
64
+ declare const __VLS_component_3: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
65
+
66
+ declare const __VLS_component_4: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
67
+ click: (e: Event) => any;
68
+ }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
69
+ onClick?: ((e: Event) => any) | undefined;
70
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
71
+
72
+ declare const __VLS_component_5: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
73
+ click: () => any;
74
+ delete: () => any;
75
+ }, string, PublicProps, Readonly<ChipProps> & Readonly<{
76
+ onClick?: (() => any) | undefined;
77
+ onDelete?: (() => any) | undefined;
78
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
79
+
80
+ declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
81
+ click: (isOpen: boolean) => any;
82
+ }, string, PublicProps, Readonly<DropdownProps> & Readonly<{
83
+ onClick?: ((isOpen: boolean) => any) | undefined;
84
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
85
+
86
+ declare const __VLS_component_7: DefineComponent< {}, {
87
+ close: typeof close_2;
88
+ toggle: typeof toggle;
89
+ open: typeof open_2;
90
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
91
+ close: () => any;
92
+ }, string, PublicProps, Readonly<{}> & Readonly<{
93
+ onClose?: (() => any) | undefined;
94
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
95
+
96
+ declare const __VLS_component_8: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
97
+
98
+ declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
99
+
100
+ declare type __VLS_Props = CardContentProps;
101
+
102
+ declare type __VLS_Props_2 = CardContentListProps;
103
+
104
+ declare type __VLS_Props_3 = DropzoneProps;
105
+
106
+ declare type __VLS_Props_4 = InputProps;
107
+
108
+ declare type __VLS_Props_5 = ListHeaderProps;
109
+
110
+ declare type __VLS_Props_6 = SelectProps;
111
+
112
+ declare type __VLS_Props_7 = ColorPickerProps;
113
+
114
+ declare type __VLS_Props_8 = TabsProps;
115
+
116
+ declare type __VLS_PublicProps = {
117
+ 'value': boolean;
118
+ } & __VLS_Props;
119
+
120
+ declare type __VLS_PublicProps_2 = {
121
+ 'list': CardContentListProps['list'];
122
+ } & __VLS_Props_2;
123
+
124
+ declare type __VLS_PublicProps_3 = {
125
+ 'value': DropzoneProps['value'];
126
+ 'isError'?: DropzoneProps['isError'];
127
+ } & __VLS_Props_3;
128
+
129
+ declare type __VLS_PublicProps_4 = {
130
+ 'value'?: string | undefined | null;
131
+ } & __VLS_Props_4;
132
+
133
+ declare type __VLS_PublicProps_5 = {
134
+ 'isSortable': ListHeaderProps['isSortable'];
135
+ } & __VLS_Props_5;
136
+
137
+ declare type __VLS_PublicProps_6 = {
138
+ 'value'?: Maybe<string | number>;
139
+ } & __VLS_Props_6;
140
+
141
+ declare type __VLS_PublicProps_7 = {
142
+ 'value': Value;
143
+ } & __VLS_Props_7;
144
+
145
+ declare type __VLS_PublicProps_8 = {
146
+ 'value': TabsProps['value'];
147
+ } & __VLS_Props_8;
148
+
149
+ declare type __VLS_PublicProps_9 = {
150
+ 'value': boolean;
151
+ };
152
+
19
153
  declare function __VLS_template(): {
20
154
  attrs: Partial<{}>;
21
155
  slots: {
@@ -25,6 +159,56 @@ declare function __VLS_template(): {
25
159
  rootEl: HTMLDivElement;
26
160
  };
27
161
 
162
+ 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
+ attrs: Partial<{}>;
182
+ slots: {
183
+ default?(_: {}): any;
184
+ };
185
+ refs: {};
186
+ rootEl: HTMLElement;
187
+ };
188
+
189
+ declare function __VLS_template_13(): {
190
+ attrs: Partial<{}>;
191
+ slots: {
192
+ field?(_: {}): any;
193
+ dropdown?(_: {}): any;
194
+ };
195
+ refs: {
196
+ rootRef: HTMLDivElement;
197
+ wrapperRef: HTMLDivElement;
198
+ dropdownRef: HTMLDivElement;
199
+ };
200
+ rootEl: HTMLDivElement;
201
+ };
202
+
203
+ declare function __VLS_template_14(): {
204
+ attrs: Partial<{}>;
205
+ slots: {
206
+ default?(_: {}): any;
207
+ };
208
+ refs: {};
209
+ rootEl: HTMLDivElement;
210
+ };
211
+
28
212
  declare function __VLS_template_2(): {
29
213
  attrs: Partial<{}>;
30
214
  slots: {
@@ -34,26 +218,309 @@ declare function __VLS_template_2(): {
34
218
  rootEl: any;
35
219
  };
36
220
 
221
+ declare function __VLS_template_3(): {
222
+ attrs: Partial<{}>;
223
+ slots: {
224
+ default?(_: {}): any;
225
+ };
226
+ refs: {};
227
+ rootEl: HTMLDivElement;
228
+ };
229
+
230
+ declare function __VLS_template_4(): {
231
+ attrs: Partial<{}>;
232
+ slots: {
233
+ default?(_: {}): any;
234
+ };
235
+ refs: {};
236
+ rootEl: any;
237
+ };
238
+
239
+ declare function __VLS_template_5(): {
240
+ attrs: Partial<{}>;
241
+ slots: {
242
+ default?(_: {}): any;
243
+ };
244
+ refs: {};
245
+ rootEl: HTMLButtonElement;
246
+ };
247
+
248
+ declare function __VLS_template_6(): {
249
+ attrs: Partial<{}>;
250
+ slots: {
251
+ default?(_: {}): any;
252
+ };
253
+ refs: {};
254
+ rootEl: HTMLDivElement;
255
+ };
256
+
257
+ declare function __VLS_template_7(): {
258
+ attrs: Partial<{}>;
259
+ slots: {
260
+ default?(_: {}): any;
261
+ };
262
+ refs: {};
263
+ rootEl: any;
264
+ };
265
+
266
+ declare function __VLS_template_8(): {
267
+ attrs: Partial<{}>;
268
+ slots: {
269
+ default?(_: {}): any;
270
+ };
271
+ refs: {};
272
+ rootEl: any;
273
+ };
274
+
275
+ declare function __VLS_template_9(): {
276
+ attrs: Partial<{}>;
277
+ slots: {
278
+ default?(_: {}): any;
279
+ };
280
+ refs: {};
281
+ rootEl: any;
282
+ };
283
+
37
284
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
38
285
 
286
+ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
287
+
288
+ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
289
+
290
+ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
291
+
292
+ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
293
+
294
+ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
295
+
39
296
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
40
297
 
298
+ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
299
+
300
+ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
301
+
302
+ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
303
+
304
+ declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
305
+
306
+ declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
307
+
308
+ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
309
+
310
+ declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
311
+
41
312
  declare type __VLS_WithTemplateSlots<T, S> = T & {
42
313
  new (): {
43
314
  $slots: S;
44
315
  };
45
316
  };
46
317
 
318
+ declare type __VLS_WithTemplateSlots_10<T, S> = T & {
319
+ new (): {
320
+ $slots: S;
321
+ };
322
+ };
323
+
324
+ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
325
+ new (): {
326
+ $slots: S;
327
+ };
328
+ };
329
+
330
+ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
331
+ new (): {
332
+ $slots: S;
333
+ };
334
+ };
335
+
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
+
47
348
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
48
349
  new (): {
49
350
  $slots: S;
50
351
  };
51
352
  };
52
353
 
354
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
355
+ new (): {
356
+ $slots: S;
357
+ };
358
+ };
359
+
360
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
361
+ new (): {
362
+ $slots: S;
363
+ };
364
+ };
365
+
366
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
367
+ new (): {
368
+ $slots: S;
369
+ };
370
+ };
371
+
372
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
373
+ new (): {
374
+ $slots: S;
375
+ };
376
+ };
377
+
378
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
379
+ new (): {
380
+ $slots: S;
381
+ };
382
+ };
383
+
384
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
385
+ new (): {
386
+ $slots: S;
387
+ };
388
+ };
389
+
390
+ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
391
+ new (): {
392
+ $slots: S;
393
+ };
394
+ };
395
+
53
396
  declare const aligns: readonly ["left", "center", "right"];
54
397
 
398
+ declare const allAcceptTypes: readonly string[];
399
+
400
+ export declare const Badge: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
401
+
402
+ export declare type BadgeProps = {
403
+ view: (typeof views_2)[number];
404
+ };
405
+
406
+ export declare const BannerOffer: DefineComponent<BannerOfferProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BannerOfferProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
407
+
408
+ export declare type BannerOfferProps = {
409
+ src: string;
410
+ alt: string;
411
+ };
412
+
413
+ export declare const BannerOfferSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
414
+
415
+ export declare const Button: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
416
+
417
+ export declare type ButtonBaseEmits = {
418
+ (event: 'click', e: Event): void;
419
+ };
420
+
421
+ export declare type ButtonBaseProps = {
422
+ tag?: (typeof tags_2)[number];
423
+ href?: string;
424
+ view: (typeof views_3)[number];
425
+ size: (typeof sizes_2)[number];
426
+ isLoading?: boolean;
427
+ isDisabled?: boolean;
428
+ };
429
+
430
+ export declare type ButtonEmits = ButtonBaseEmits;
431
+
432
+ export declare const ButtonIcon: DefineComponent<ButtonIconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
433
+ click: (e: Event) => any;
434
+ }, string, PublicProps, Readonly<ButtonIconProps> & Readonly<{
435
+ onClick?: ((e: Event) => any) | undefined;
436
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
437
+
438
+ export declare type ButtonIconEmits = ButtonBaseEmits;
439
+
440
+ export declare type ButtonIconProps = ButtonBaseProps & {
441
+ icon: IconName;
442
+ isRound?: boolean;
443
+ };
444
+
445
+ export declare type ButtonProps = ButtonBaseProps & {
446
+ isWide?: boolean;
447
+ iconLeft?: IconName;
448
+ iconRight?: IconName;
449
+ };
450
+
451
+ export declare const CardContent: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
452
+ "update:value": (value: boolean) => any;
453
+ } & {
454
+ clickMoveUp: () => any;
455
+ clickMoveDown: () => any;
456
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
457
+ "onUpdate:value"?: ((value: boolean) => any) | undefined;
458
+ onClickMoveUp?: (() => any) | undefined;
459
+ onClickMoveDown?: (() => any) | undefined;
460
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
461
+
462
+ export declare type CardContentEmits = {
463
+ (event: 'clickMoveUp'): void;
464
+ (event: 'clickMoveDown'): void;
465
+ };
466
+
467
+ export declare const CardContentList: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
468
+ "update:list": (value: CardContentProps[]) => any;
469
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
470
+ "onUpdate:list"?: ((value: CardContentProps[]) => any) | undefined;
471
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
472
+
473
+ export declare type CardContentListProps = {
474
+ list: CardContentProps[];
475
+ isSortable: boolean;
476
+ };
477
+
478
+ export declare const CardContentListSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
479
+
480
+ export declare type CardContentProps = {
481
+ title: string;
482
+ value: boolean;
483
+ isSortable?: boolean;
484
+ isChosen?: boolean;
485
+ isLoading?: boolean;
486
+ description?: string;
487
+ image?: string;
488
+ href?: string;
489
+ };
490
+
491
+ export declare const CardContentSkeleton: DefineComponent<CardContentSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CardContentSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
492
+
493
+ export declare type CardContentSkeletonProps = {
494
+ isShowImage?: boolean;
495
+ };
496
+
497
+ export declare const Chip: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
498
+
499
+ export declare type ChipEmits = {
500
+ (event: 'click'): void;
501
+ (event: 'delete'): void;
502
+ };
503
+
504
+ export declare type ChipProps = {
505
+ count?: number | string;
506
+ };
507
+
508
+ declare function close_2(): void;
509
+
55
510
  declare type Color = typeof colors[number];
56
511
 
512
+ declare type ColorInput = string | null;
513
+
514
+ export declare const ColorPicker: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
515
+ "update:value": (value: Value) => any;
516
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
517
+ "onUpdate:value"?: ((value: Value) => any) | undefined;
518
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
519
+ inputRef: any;
520
+ }, HTMLDivElement>;
521
+
522
+ declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' | 'errorText' | 'isError' | 'isDisabled'>;
523
+
57
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-filled", "background-layout-overlay", "background-surface-modal-base", "background-interactive-button-primary", "foreground-interactive-button-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-primary-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-contrast", "foreground-interactive-button-critical-contrast", "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"];
58
525
 
59
526
  export declare const Currency: {
@@ -62,10 +529,78 @@ export declare const Currency: {
62
529
 
63
530
  export declare type Currency = (typeof Currency)[keyof typeof Currency];
64
531
 
532
+ export declare const Divider: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
533
+
534
+ export declare type DividerProps = {
535
+ size: 's' | 'm';
536
+ };
537
+
538
+ export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
539
+
540
+ export declare type DropdownProps = {
541
+ title: string;
542
+ isActive?: boolean;
543
+ };
544
+
545
+ export declare const Dropzone: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
546
+ "update:value": (value: Maybe<Base64> | undefined) => any;
547
+ "update:isError": (value: boolean | undefined) => any;
548
+ } & {
549
+ "update:value": (value: boolean) => any;
550
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
551
+ "onUpdate:value"?: ((value: boolean) => any) | undefined;
552
+ "onUpdate:isError"?: ((value: boolean | undefined) => any) | undefined;
553
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
554
+ refInput: HTMLInputElement;
555
+ }, HTMLDivElement>;
556
+
557
+ export declare type DropzoneEmits = {
558
+ (event: 'update:value', value: boolean): void;
559
+ };
560
+
561
+ export declare type DropzoneProps = {
562
+ value?: Maybe<Base64>;
563
+ label: string;
564
+ placeholder: string;
565
+ isLoading?: boolean;
566
+ description?: string;
567
+ errorText?: string;
568
+ isError?: boolean;
569
+ isDisabled?: boolean;
570
+ format?: (typeof allAcceptTypes)[number][];
571
+ size?: string;
572
+ };
573
+
574
+ export declare const DYNAMIC_VISIBLE_AREA_PROVIDER_NAME: InjectionKey<string>;
575
+
576
+ export declare const DynamicVisibleArea: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
577
+
578
+ export declare type DynamicVisibleAreaEmits = {
579
+ (event: 'close'): void;
580
+ };
581
+
582
+ export declare type DynamicVisibleAreaProvider = () => void;
583
+
584
+ export declare const EmptyResponse: DefineComponent<EmptyResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
585
+
586
+ declare type EmptyResponseProps = ResponseBaseProps & {
587
+ buttonIconLeft?: IconName;
588
+ buttonIconRight?: IconName;
589
+ buttonText?: string;
590
+ route?: string;
591
+ };
592
+
65
593
  declare type GlobalConfig = {
66
594
  interactionType: InteractionType;
67
595
  };
68
596
 
597
+ export declare const HeaderText: DefineComponent<HeaderTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<HeaderTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
598
+
599
+ export declare type HeaderTextProps = {
600
+ title: string;
601
+ description: string;
602
+ };
603
+
69
604
  export declare const Icon: DefineComponent<IconBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
70
605
 
71
606
  export declare type IconBaseProps = {
@@ -78,6 +613,78 @@ export declare type IconName = (typeof iconNames)[number];
78
613
 
79
614
  declare const iconNames: readonly ["box", "call", "carousel", "check", "chevronDown", "chevronLeft", "chevronRight", "chevronUp", "copy", "cross", "currency_bold", "currency_medium", "currency_regular", "currency_semibold", "download", "edit", "euro", "eyeClose", "eyeOpen", "image", "image_outline", "logout", "move", "placeholder", "plus", "promo", "shop", "sort-by-down", "sort-by-up", "success", "success_filled", "trash", "upload", "user", "warning", "warning_filled"];
80
615
 
616
+ export declare const IconView: DefineComponent<IconViewProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconViewProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
617
+
618
+ export declare type IconViewProps = {
619
+ icon: IconName;
620
+ size: (typeof sizes_3)[number];
621
+ };
622
+
623
+ export declare const ImageRow: DefineComponent<ImageRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ImageRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
624
+
625
+ export declare type ImageRowProps = {
626
+ list: TheImageProps['src'][];
627
+ };
628
+
629
+ export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
630
+
631
+ export declare const Input: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
632
+ "update:value": (value: string | null | undefined) => any;
633
+ } & {
634
+ "update:error": (value: boolean) => any;
635
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
636
+ "onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
637
+ "onUpdate:error"?: ((value: boolean) => any) | undefined;
638
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
639
+
640
+ declare type InputProps = {
641
+ type?: 'text' | 'password';
642
+ label?: string;
643
+ description?: string;
644
+ placeholder: string;
645
+ errorText?: string;
646
+ isError?: boolean;
647
+ isDisabled?: boolean;
648
+ mask?: keyof typeof masks;
649
+ inputmode?: InputHTMLAttributes['inputmode'];
650
+ autocomplete?: InputHTMLAttributes['autocomplete'];
651
+ maxLength?: number | string;
652
+ iconLeft?: IconName;
653
+ iconRight?: IconName;
654
+ };
655
+
656
+ export declare const Link: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
657
+
658
+ export declare type LinkEmits = {
659
+ (e: 'click'): void;
660
+ };
661
+
662
+ export declare type LinkProps = {
663
+ tag?: (typeof tags_3)[number];
664
+ href?: string;
665
+ view?: (typeof views_4)[number];
666
+ iconLeft?: IconName;
667
+ iconRight?: IconName;
668
+ };
669
+
670
+ export declare const ListHeader: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
671
+ "update:isSortable": (value: boolean) => any;
672
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
673
+ "onUpdate:isSortable"?: ((value: boolean) => any) | undefined;
674
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
675
+
676
+ export declare type ListHeaderProps = {
677
+ isSortable: boolean;
678
+ title: string;
679
+ description: string;
680
+ route: string;
681
+ href?: string;
682
+ buttonText: string;
683
+ hasAddButton?: boolean;
684
+ save: () => Promise<void>;
685
+ cancel: () => void;
686
+ };
687
+
81
688
  export declare const Loader: DefineComponent<LoaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LoaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
82
689
 
83
690
  export declare type LoaderProps = {
@@ -85,13 +692,211 @@ export declare type LoaderProps = {
85
692
  size: number | string;
86
693
  };
87
694
 
695
+ declare const masks: {
696
+ phone: {
697
+ mask: string;
698
+ };
699
+ rubles: {
700
+ mask: ({
701
+ mask: string;
702
+ lazy: boolean;
703
+ blocks?: undefined;
704
+ } | {
705
+ mask: string;
706
+ lazy: boolean;
707
+ blocks: {
708
+ num: {
709
+ mask: NumberConstructor;
710
+ min: number;
711
+ thousandsSeparator: string;
712
+ radix: string;
713
+ mapToRadix: string[];
714
+ };
715
+ };
716
+ })[];
717
+ };
718
+ money: {
719
+ mask: ({
720
+ mask: string;
721
+ lazy: boolean;
722
+ blocks?: undefined;
723
+ } | {
724
+ mask: string;
725
+ lazy: boolean;
726
+ blocks: {
727
+ num: {
728
+ mask: NumberConstructor;
729
+ min: number;
730
+ thousandsSeparator: string;
731
+ radix: string;
732
+ mapToRadix: string[];
733
+ };
734
+ };
735
+ })[];
736
+ };
737
+ number: {
738
+ mask: NumberConstructor;
739
+ };
740
+ any: {
741
+ mask: StringConstructor;
742
+ };
743
+ };
744
+
745
+ export declare const ModalConfirmation: DefineComponent<ModalConfirmationProps, {
746
+ close: () => void;
747
+ toggle: () => void;
748
+ open: () => void;
749
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
750
+ cancel: () => any;
751
+ confirm: () => any;
752
+ }, string, PublicProps, Readonly<ModalConfirmationProps> & Readonly<{
753
+ onCancel?: (() => any) | undefined;
754
+ onConfirm?: (() => any) | undefined;
755
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
756
+ ModalConfirmation: ({
757
+ $: ComponentInternalInstance;
758
+ $data: {};
759
+ $props: Partial<{}> & Omit<{
760
+ readonly onClose?: (() => any) | undefined;
761
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
762
+ $attrs: {
763
+ [x: string]: unknown;
764
+ };
765
+ $refs: {
766
+ [x: string]: unknown;
767
+ };
768
+ $slots: Readonly<{
769
+ [name: string]: Slot<any> | undefined;
770
+ }>;
771
+ $root: ComponentPublicInstance | null;
772
+ $parent: ComponentPublicInstance | null;
773
+ $host: Element | null;
774
+ $emit: (event: "close") => void;
775
+ $el: any;
776
+ $options: ComponentOptionsBase<Readonly<{}> & Readonly<{
777
+ onClose?: (() => any) | undefined;
778
+ }>, {
779
+ close: () => void;
780
+ toggle: () => void;
781
+ open: () => void;
782
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
783
+ close: () => any;
784
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
785
+ beforeCreate?: (() => void) | (() => void)[];
786
+ created?: (() => void) | (() => void)[];
787
+ beforeMount?: (() => void) | (() => void)[];
788
+ mounted?: (() => void) | (() => void)[];
789
+ beforeUpdate?: (() => void) | (() => void)[];
790
+ updated?: (() => void) | (() => void)[];
791
+ activated?: (() => void) | (() => void)[];
792
+ deactivated?: (() => void) | (() => void)[];
793
+ beforeDestroy?: (() => void) | (() => void)[];
794
+ beforeUnmount?: (() => void) | (() => void)[];
795
+ destroyed?: (() => void) | (() => void)[];
796
+ unmounted?: (() => void) | (() => void)[];
797
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
798
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
799
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
800
+ };
801
+ $forceUpdate: () => void;
802
+ $nextTick: nextTick;
803
+ $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;
804
+ } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{
805
+ onClose?: (() => any) | undefined;
806
+ }>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
807
+ close: () => void;
808
+ toggle: () => void;
809
+ open: () => void;
810
+ }> & {} & ComponentCustomProperties & {} & {
811
+ $slots: {
812
+ default?(_: {}): any;
813
+ };
814
+ }) | null;
815
+ }, any>;
816
+
817
+ export declare type ModalConfirmationEmits = {
818
+ (event: 'cancel'): void;
819
+ (event: 'confirm'): void;
820
+ };
821
+
822
+ export declare type ModalConfirmationProps = {
823
+ view: (typeof views_5)[number];
824
+ title: string;
825
+ description: string;
826
+ buttonText: string;
827
+ isLoading?: boolean;
828
+ };
829
+
88
830
  declare const NambaOneUIKit: Plugin_2;
89
831
  export default NambaOneUIKit;
90
832
 
91
833
  declare const objectFits: readonly ["cover", "contain"];
92
834
 
835
+ declare function open_2(): void;
836
+
837
+ export declare const Price: DefineComponent<PriceProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PriceProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
838
+
839
+ export declare type PriceProps = {
840
+ value: number;
841
+ size: TheTextProps['size'];
842
+ weight: TheTextProps['weight'];
843
+ };
844
+
845
+ export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
846
+
847
+ declare type ResponseBaseProps = {
848
+ img?: string;
849
+ title?: string;
850
+ description?: string;
851
+ };
852
+
853
+ export declare const Section: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
854
+
855
+ export declare const Select: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
856
+ "update:value": (value: Maybe<string | number>) => any;
857
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
858
+ "onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
859
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
860
+
861
+ export declare const SelectBase: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
862
+
863
+ export declare type SelectBaseEmits = {
864
+ (event: 'clickField'): void;
865
+ (event: 'clickOutside'): void;
866
+ (event: 'clickOutsideDropdown'): void;
867
+ (event: 'close'): void;
868
+ };
869
+
870
+ export declare type SelectBaseProps = {
871
+ isOpen: boolean;
872
+ label?: string;
873
+ description?: string;
874
+ errorText?: string;
875
+ isDisabled?: boolean;
876
+ isError?: boolean;
877
+ dropdownMaxHeight?: number;
878
+ };
879
+
880
+ export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description' | 'errorText' | 'isError' | 'isDisabled'> & {
881
+ iconLeft?: IconName;
882
+ placeholder?: string;
883
+ data: {
884
+ id: string | number;
885
+ text: string;
886
+ icon?: IconName;
887
+ }[];
888
+ };
889
+
93
890
  declare const sizes: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
94
891
 
892
+ declare const sizes_2: readonly ["58", "50", "44", "34", "28"];
893
+
894
+ declare const sizes_3: readonly [58, 50, 44, 34, 28];
895
+
896
+ declare const sizes_4: readonly ["default", "28_caption", "36_subhead", "subhead", "body"];
897
+
898
+ declare const sizes_5: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
899
+
95
900
  export declare const SkeletonWrapper: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
96
901
 
97
902
  declare interface SpriteService {
@@ -104,8 +909,32 @@ declare class SpriteServiceImp implements SpriteService {
104
909
  install(): Promise<void>;
105
910
  }
106
911
 
912
+ export declare const Tabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
913
+ "update:value": (value: Maybe<string | number> | undefined) => any;
914
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
915
+ "onUpdate:value"?: ((value: Maybe<string | number> | undefined) => any) | undefined;
916
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
917
+
918
+ export declare type TabsProps = {
919
+ value?: Maybe<number | string>;
920
+ label?: string;
921
+ view: (typeof views_6)[number];
922
+ size: (typeof sizes_4)[number];
923
+ isDisabled?: boolean;
924
+ data: {
925
+ id: number | string;
926
+ iconLeft?: IconBaseProps['name'];
927
+ text: string;
928
+ iconRight?: IconBaseProps['name'];
929
+ }[];
930
+ };
931
+
107
932
  declare const tags: readonly ["span", "p", "div", "h1", "h2", "h3", "h4", "h5", "h6"];
108
933
 
934
+ declare const tags_2: readonly ["button", "a", "router-link", "div"];
935
+
936
+ declare const tags_3: readonly ["a", "router-link", "button"];
937
+
109
938
  export declare const TheImage: DefineComponent<TheImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
110
939
 
111
940
  export declare type TheImageProps = {
@@ -131,6 +960,16 @@ export declare type TheTextProps = {
131
960
  isMono?: boolean;
132
961
  };
133
962
 
963
+ export declare const TheTextSkeleton: DefineComponent<TheTextSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
964
+ skeleton: HTMLDivElement;
965
+ }, HTMLDivElement>;
966
+
967
+ export declare type TheTextSkeletonProps = {
968
+ size?: (typeof sizes_5)[number];
969
+ view?: (typeof views_7)[number];
970
+ widthRange?: [number, number];
971
+ };
972
+
134
973
  export declare type Toast = {
135
974
  title: string;
136
975
  view: 'danger' | 'success';
@@ -178,6 +1017,14 @@ declare class ToastServiceImpl implements ToastService {
178
1017
 
179
1018
  export declare const ToastServiceKey: InjectionKey<ToastService>;
180
1019
 
1020
+ export declare const Toggle: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1021
+ "update:value": (value: boolean) => any;
1022
+ }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
1023
+ "onUpdate:value"?: ((value: boolean) => any) | undefined;
1024
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
1025
+
1026
+ declare function toggle(): void;
1027
+
181
1028
  export declare const TransitionFade: DefineComponent<ExtractPropTypes< {
182
1029
  appear: {
183
1030
  type: PropType<TransitionFadeProps["appear"]>;
@@ -212,18 +1059,100 @@ appear: boolean | undefined;
212
1059
  duration: number | undefined;
213
1060
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
214
1061
 
1062
+ export declare const TransitionFadeBlur: DefineComponent<ExtractPropTypes< {
1063
+ appear: {
1064
+ type: PropType<TransitionFadeProps_2["appear"]>;
1065
+ default: boolean;
1066
+ };
1067
+ mode: {
1068
+ type: PropType<TransitionFadeProps_2["mode"]>;
1069
+ default: string;
1070
+ };
1071
+ duration: {
1072
+ type: PropType<TransitionFadeProps_2["duration"]>;
1073
+ default: number;
1074
+ };
1075
+ }>, () => VNode<RendererNode, RendererElement, {
1076
+ [key: string]: any;
1077
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1078
+ appear: {
1079
+ type: PropType<TransitionFadeProps_2["appear"]>;
1080
+ default: boolean;
1081
+ };
1082
+ mode: {
1083
+ type: PropType<TransitionFadeProps_2["mode"]>;
1084
+ default: string;
1085
+ };
1086
+ duration: {
1087
+ type: PropType<TransitionFadeProps_2["duration"]>;
1088
+ default: number;
1089
+ };
1090
+ }>> & Readonly<{}>, {
1091
+ mode: "default" | "in-out" | "out-in" | undefined;
1092
+ appear: boolean | undefined;
1093
+ duration: number | undefined;
1094
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1095
+
215
1096
  declare type TransitionFadeProps = {
216
1097
  appear?: boolean;
217
1098
  mode?: 'out-in' | 'in-out' | 'default';
218
1099
  duration?: number;
219
1100
  };
220
1101
 
1102
+ declare type TransitionFadeProps_2 = {
1103
+ appear?: boolean;
1104
+ mode?: 'out-in' | 'in-out' | 'default';
1105
+ duration?: number;
1106
+ };
1107
+
1108
+ export declare const TransitionHeight: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1109
+
1110
+ export declare const TransitionSlideDown: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1111
+
1112
+ export declare const TransitionSlideRight: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1113
+
1114
+ export declare function useDynamicVisibleArea(name: string): {
1115
+ open: () => void;
1116
+ close: () => void;
1117
+ toggle: () => void;
1118
+ };
1119
+
221
1120
  export declare const useGlobalConfig: () => GlobalConfig;
222
1121
 
223
1122
  export declare const useGlobalConfigProvide: (config: Partial<GlobalConfig>) => void;
224
1123
 
1124
+ export declare const UserRow: DefineComponent<UserRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1125
+ click: (e: Event) => any;
1126
+ }, string, PublicProps, Readonly<UserRowProps> & Readonly<{
1127
+ onClick?: ((e: Event) => any) | undefined;
1128
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
1129
+
1130
+ export declare type UserRowEmits = {
1131
+ (event: 'click', e: Event): void;
1132
+ };
1133
+
1134
+ export declare type UserRowProps = {
1135
+ name: string;
1136
+ };
1137
+
1138
+ export declare const UserRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1139
+
1140
+ declare type Value = ColorInput | undefined;
1141
+
225
1142
  declare const views: readonly ["default", "critical", "surface", ""];
226
1143
 
1144
+ declare const views_2: readonly ["brand", "secondary", "success", "critical"];
1145
+
1146
+ declare const views_3: readonly ["secondary", "critical", "primary", "surface", "surface-shadow", "account-surface", "primary-flat", "base", "brand-flat"];
1147
+
1148
+ declare const views_4: readonly ["base", "secondary"];
1149
+
1150
+ declare const views_5: readonly ["base", "critical"];
1151
+
1152
+ declare const views_6: readonly ["default", "flat", "flat-secondary"];
1153
+
1154
+ declare const views_7: readonly ["secondary", "base"];
1155
+
227
1156
  declare const weights: readonly ["regular", "medium", "semibold", "bold"];
228
1157
 
229
1158
  export { }