@namba_one/ui-kit-2 1.0.4 → 1.0.6
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/fonts/Onest-Bold.ttf +0 -0
- package/dist/fonts/Onest-Bold.woff +0 -0
- package/dist/fonts/Onest-Bold.woff2 +0 -0
- package/dist/fonts/Onest-Medium.ttf +0 -0
- package/dist/fonts/Onest-Medium.woff +0 -0
- package/dist/fonts/Onest-Medium.woff2 +0 -0
- package/dist/fonts/Onest-Regular.ttf +0 -0
- package/dist/fonts/Onest-Regular.woff +0 -0
- package/dist/fonts/Onest-Regular.woff2 +0 -0
- package/dist/fonts/Onest-SemiBold.ttf +0 -0
- package/dist/fonts/Onest-SemiBold.woff +0 -0
- package/dist/fonts/Onest-SemiBold.woff2 +0 -0
- package/dist/fonts/SFPro-Regular.woff +0 -0
- package/dist/fonts/SFPro-Regular.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Bold.ttf +0 -0
- package/dist/fonts/SFProDisplay-Bold.woff +0 -0
- package/dist/fonts/SFProDisplay-Bold.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Medium.ttf +0 -0
- package/dist/fonts/SFProDisplay-Medium.woff +0 -0
- package/dist/fonts/SFProDisplay-Medium.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Regular.ttf +0 -0
- package/dist/fonts/SFProDisplay-Regular.woff +0 -0
- package/dist/fonts/SFProDisplay-Regular.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Semibold.ttf +0 -0
- package/dist/fonts/SFProDisplay-Semibold.woff +0 -0
- package/dist/fonts/SFProDisplay-Semibold.woff2 +0 -0
- package/dist/fonts/SFProText-Bold.woff +0 -0
- package/dist/fonts/SFProText-Bold.woff2 +0 -0
- package/dist/fonts/SFProText-Medium.woff +0 -0
- package/dist/fonts/SFProText-Medium.woff2 +0 -0
- package/dist/fonts/SFProText-Regular.woff +0 -0
- package/dist/fonts/SFProText-Regular.woff2 +0 -0
- package/dist/fonts/SFProText-Semibold.woff +0 -0
- package/dist/fonts/SFProText-Semibold.woff2 +0 -0
- package/dist/fonts/iconfont.ttf +0 -0
- package/dist/fonts/iconfont.woff +0 -0
- package/dist/fonts/iconfont.woff2 +0 -0
- package/dist/index.d.ts +932 -78
- package/dist/index.es.js +9164 -1057
- package/dist/index.umd.js +25 -1
- package/dist/namba-one-uikit.css +1 -1
- package/dist/scss/mixins.scss +55 -5
- package/dist/scss/spaces.scss +28 -13
- package/dist/scss/typography.scss +31 -142
- package/dist/sprite/sprite.svg +373 -0
- package/package.json +10 -2
- package/dist/fonts/SFMono-Bold.ttf +0 -0
- package/dist/fonts/SFMono-Bold.woff +0 -0
- package/dist/fonts/SFMono-Bold.woff2 +0 -0
- package/dist/fonts/SFMono-Heavy.ttf +0 -0
- package/dist/fonts/SFMono-Heavy.woff +0 -0
- package/dist/fonts/SFMono-Heavy.woff2 +0 -0
- package/dist/fonts/SFMono-Light.ttf +0 -0
- package/dist/fonts/SFMono-Light.woff +0 -0
- package/dist/fonts/SFMono-Light.woff2 +0 -0
- package/dist/fonts/SFMono-Medium.ttf +0 -0
- package/dist/fonts/SFMono-Medium.woff +0 -0
- package/dist/fonts/SFMono-Medium.woff2 +0 -0
- package/dist/fonts/SFMono-Regular.ttf +0 -0
- package/dist/fonts/SFMono-Regular.woff +0 -0
- package/dist/fonts/SFMono-Regular.woff2 +0 -0
- package/dist/fonts/SFMono-Semibold.ttf +0 -0
- package/dist/fonts/SFMono-Semibold.woff +0 -0
- package/dist/fonts/SFMono-Semibold.woff2 +0 -0
- package/dist/fonts/SFPro.ttf +0 -0
- package/dist/fonts/SFPro.woff +0 -0
- package/dist/fonts/SFPro.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Black.ttf +0 -0
- package/dist/fonts/SFProDisplay-Black.woff +0 -0
- package/dist/fonts/SFProDisplay-Black.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Heavy.ttf +0 -0
- package/dist/fonts/SFProDisplay-Heavy.woff +0 -0
- package/dist/fonts/SFProDisplay-Heavy.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Light.ttf +0 -0
- package/dist/fonts/SFProDisplay-Light.woff +0 -0
- package/dist/fonts/SFProDisplay-Light.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Thin.ttf +0 -0
- package/dist/fonts/SFProDisplay-Thin.woff +0 -0
- package/dist/fonts/SFProDisplay-Thin.woff2 +0 -0
- package/dist/fonts/SFProDisplay-Ultralight.ttf +0 -0
- package/dist/fonts/SFProDisplay-Ultralight.woff +0 -0
- package/dist/fonts/SFProDisplay-Ultralight.woff2 +0 -0
- package/src/shims/svg-component-global.d.ts +0 -26
- package/src/shims/svg-component.d.ts +0 -26
package/dist/index.d.ts
CHANGED
|
@@ -1,27 +1,165 @@
|
|
|
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';
|
|
13
|
-
import {
|
|
25
|
+
import { ShallowUnwrapRef } from 'vue';
|
|
26
|
+
import { Slot } from 'vue';
|
|
14
27
|
import { VNode } from 'vue';
|
|
28
|
+
import { VNodeProps } from 'vue';
|
|
29
|
+
import { WatchOptions } from 'vue';
|
|
30
|
+
import { WatchStopHandle } from 'vue';
|
|
15
31
|
|
|
16
|
-
declare const __VLS_component: DefineComponent<
|
|
32
|
+
declare const __VLS_component: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
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
|
+
|
|
62
|
+
declare const __VLS_component_2: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
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, {} & {
|
|
17
67
|
click: (e: Event) => any;
|
|
18
68
|
}, string, PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
19
69
|
onClick?: ((e: Event) => any) | undefined;
|
|
20
70
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
21
71
|
|
|
22
|
-
declare const
|
|
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
|
+
};
|
|
23
152
|
|
|
24
153
|
declare function __VLS_template(): {
|
|
154
|
+
attrs: Partial<{}>;
|
|
155
|
+
slots: {
|
|
156
|
+
default?(_: {}): any;
|
|
157
|
+
};
|
|
158
|
+
refs: {};
|
|
159
|
+
rootEl: HTMLDivElement;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
declare function __VLS_template_10(): {
|
|
25
163
|
attrs: Partial<{}>;
|
|
26
164
|
slots: {
|
|
27
165
|
default?(_: {}): any;
|
|
@@ -30,6 +168,47 @@ declare function __VLS_template(): {
|
|
|
30
168
|
rootEl: any;
|
|
31
169
|
};
|
|
32
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
|
+
|
|
33
212
|
declare function __VLS_template_2(): {
|
|
34
213
|
attrs: Partial<{}>;
|
|
35
214
|
slots: {
|
|
@@ -39,63 +218,310 @@ declare function __VLS_template_2(): {
|
|
|
39
218
|
rootEl: any;
|
|
40
219
|
};
|
|
41
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
|
+
|
|
42
284
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
43
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
|
+
|
|
44
296
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
45
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
|
+
|
|
46
312
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
47
313
|
new (): {
|
|
48
314
|
$slots: S;
|
|
49
315
|
};
|
|
50
316
|
};
|
|
51
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
|
+
|
|
52
348
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
53
349
|
new (): {
|
|
54
350
|
$slots: S;
|
|
55
351
|
};
|
|
56
352
|
};
|
|
57
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
|
+
|
|
58
396
|
declare const aligns: readonly ["left", "center", "right"];
|
|
59
397
|
|
|
60
|
-
|
|
398
|
+
declare const allAcceptTypes: readonly string[];
|
|
61
399
|
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
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"]>;
|
|
67
416
|
|
|
68
417
|
export declare type ButtonBaseEmits = {
|
|
69
418
|
(event: 'click', e: Event): void;
|
|
70
419
|
};
|
|
71
420
|
|
|
72
421
|
export declare type ButtonBaseProps = {
|
|
73
|
-
tag?: (typeof
|
|
422
|
+
tag?: (typeof tags_2)[number];
|
|
74
423
|
href?: string;
|
|
75
|
-
|
|
424
|
+
view: (typeof views_3)[number];
|
|
425
|
+
size: (typeof sizes_2)[number];
|
|
76
426
|
isLoading?: boolean;
|
|
77
427
|
isDisabled?: boolean;
|
|
78
428
|
};
|
|
79
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
|
+
|
|
80
445
|
export declare type ButtonProps = ButtonBaseProps & {
|
|
81
|
-
|
|
82
|
-
size: (typeof sizes)[number];
|
|
83
|
-
interactionType?: InteractionType;
|
|
84
|
-
radius?: (typeof radiusSize)[number];
|
|
446
|
+
isWide?: boolean;
|
|
85
447
|
iconLeft?: IconName;
|
|
86
448
|
iconRight?: IconName;
|
|
87
|
-
isWide?: boolean;
|
|
88
449
|
};
|
|
89
450
|
|
|
90
|
-
export declare const
|
|
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>;
|
|
91
461
|
|
|
92
|
-
export declare type
|
|
93
|
-
|
|
462
|
+
export declare type CardContentEmits = {
|
|
463
|
+
(event: 'clickMoveUp'): void;
|
|
464
|
+
(event: 'clickMoveDown'): void;
|
|
94
465
|
};
|
|
95
466
|
|
|
96
|
-
declare const
|
|
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>;
|
|
97
472
|
|
|
98
|
-
declare
|
|
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
|
+
|
|
510
|
+
declare type Color = typeof colors[number];
|
|
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
|
+
|
|
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"];
|
|
99
525
|
|
|
100
526
|
export declare const Currency: {
|
|
101
527
|
readonly KGS: "KGS";
|
|
@@ -103,49 +529,411 @@ export declare const Currency: {
|
|
|
103
529
|
|
|
104
530
|
export declare type Currency = (typeof Currency)[keyof typeof Currency];
|
|
105
531
|
|
|
106
|
-
declare
|
|
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"]>;
|
|
107
577
|
|
|
108
|
-
declare
|
|
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
|
+
};
|
|
109
592
|
|
|
110
593
|
declare type GlobalConfig = {
|
|
111
594
|
interactionType: InteractionType;
|
|
112
595
|
};
|
|
113
596
|
|
|
114
|
-
export declare const
|
|
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
|
+
|
|
604
|
+
export declare const Icon: DefineComponent<IconBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
115
605
|
|
|
116
606
|
export declare type IconBaseProps = {
|
|
117
|
-
name:
|
|
118
|
-
color:
|
|
607
|
+
name: IconName;
|
|
608
|
+
color: Color;
|
|
119
609
|
size?: number | string;
|
|
120
610
|
};
|
|
121
611
|
|
|
122
|
-
export declare type IconName =
|
|
612
|
+
export declare type IconName = (typeof iconNames)[number];
|
|
613
|
+
|
|
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"];
|
|
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
|
+
};
|
|
123
628
|
|
|
124
|
-
export declare const
|
|
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
|
+
|
|
688
|
+
export declare const Loader: DefineComponent<LoaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LoaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
125
689
|
|
|
126
690
|
export declare type LoaderProps = {
|
|
127
|
-
view
|
|
128
|
-
size
|
|
691
|
+
view: (typeof views)[number];
|
|
692
|
+
size: number | string;
|
|
693
|
+
};
|
|
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;
|
|
129
828
|
};
|
|
130
829
|
|
|
131
830
|
declare const NambaOneUIKit: Plugin_2;
|
|
132
831
|
export default NambaOneUIKit;
|
|
133
832
|
|
|
134
|
-
declare const
|
|
833
|
+
declare const objectFits: readonly ["cover", "contain"];
|
|
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"]>;
|
|
135
854
|
|
|
136
|
-
declare const
|
|
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>;
|
|
137
860
|
|
|
138
|
-
declare const
|
|
861
|
+
export declare const SelectBase: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
139
862
|
|
|
140
|
-
declare
|
|
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
|
+
};
|
|
141
889
|
|
|
142
|
-
declare const
|
|
890
|
+
declare const sizes: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
|
|
143
891
|
|
|
144
|
-
|
|
892
|
+
declare const sizes_2: readonly ["58", "50", "44", "34", "28"];
|
|
145
893
|
|
|
146
|
-
declare const
|
|
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
|
+
|
|
900
|
+
export declare const SkeletonWrapper: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
901
|
+
|
|
902
|
+
declare interface SpriteService {
|
|
903
|
+
install(app: App): void;
|
|
904
|
+
}
|
|
147
905
|
|
|
148
|
-
declare const
|
|
906
|
+
export declare const spriteService: SpriteServiceImp;
|
|
907
|
+
|
|
908
|
+
declare class SpriteServiceImp implements SpriteService {
|
|
909
|
+
install(): Promise<void>;
|
|
910
|
+
}
|
|
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
|
+
|
|
932
|
+
declare const tags: readonly ["span", "p", "div", "h1", "h2", "h3", "h4", "h5", "h6"];
|
|
933
|
+
|
|
934
|
+
declare const tags_2: readonly ["button", "a", "router-link", "div"];
|
|
935
|
+
|
|
936
|
+
declare const tags_3: readonly ["a", "router-link", "button"];
|
|
149
937
|
|
|
150
938
|
export declare const TheImage: DefineComponent<TheImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
151
939
|
|
|
@@ -154,51 +942,37 @@ export declare type TheImageProps = {
|
|
|
154
942
|
alt: string;
|
|
155
943
|
width: string | number;
|
|
156
944
|
height: string | number;
|
|
157
|
-
objectFit: (typeof
|
|
945
|
+
objectFit: (typeof objectFits)[number];
|
|
158
946
|
hasPlaceholder?: boolean;
|
|
159
947
|
hasPriority?: boolean;
|
|
160
948
|
isLayoutFill?: boolean;
|
|
161
|
-
hasMixBlendMode?: boolean;
|
|
162
949
|
};
|
|
163
950
|
|
|
164
|
-
export declare const
|
|
165
|
-
|
|
166
|
-
export declare type ThePictureProps = {
|
|
167
|
-
src: string;
|
|
168
|
-
alt: string;
|
|
169
|
-
width: string | number;
|
|
170
|
-
height: string | number;
|
|
171
|
-
objectFit: 'cover' | 'contain';
|
|
172
|
-
hasPriority?: boolean;
|
|
173
|
-
};
|
|
174
|
-
|
|
175
|
-
export declare const TheText: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
951
|
+
export declare const TheText: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
176
952
|
|
|
177
953
|
export declare type TheTextProps = {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
name?: FontName;
|
|
954
|
+
tag?: (typeof tags)[number];
|
|
955
|
+
size?: (typeof sizes)[number];
|
|
181
956
|
align?: (typeof aligns)[number];
|
|
182
|
-
|
|
183
|
-
|
|
957
|
+
weight?: (typeof weights)[number];
|
|
958
|
+
color?: Color | 'inherit';
|
|
184
959
|
numberOfLines?: number | string;
|
|
185
|
-
|
|
960
|
+
isMono?: boolean;
|
|
186
961
|
};
|
|
187
962
|
|
|
188
|
-
export declare const TheTextSkeleton: DefineComponent<TheTextSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
963
|
+
export declare const TheTextSkeleton: DefineComponent<TheTextSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
964
|
+
skeleton: HTMLDivElement;
|
|
965
|
+
}, HTMLDivElement>;
|
|
189
966
|
|
|
190
967
|
export declare type TheTextSkeletonProps = {
|
|
191
|
-
|
|
192
|
-
|
|
968
|
+
size?: (typeof sizes_5)[number];
|
|
969
|
+
view?: (typeof views_7)[number];
|
|
193
970
|
widthRange?: [number, number];
|
|
194
971
|
};
|
|
195
972
|
|
|
196
973
|
export declare type Toast = {
|
|
197
|
-
icon?: Maybe<IconName>;
|
|
198
974
|
title: string;
|
|
199
|
-
|
|
200
|
-
buttonText?: string;
|
|
201
|
-
onButtonClick?: () => void;
|
|
975
|
+
view: 'danger' | 'success';
|
|
202
976
|
};
|
|
203
977
|
|
|
204
978
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -224,18 +998,12 @@ export declare const toastService: ToastServiceImpl;
|
|
|
224
998
|
|
|
225
999
|
declare class ToastServiceImpl implements ToastService {
|
|
226
1000
|
list: Ref<{
|
|
227
|
-
icon?: Maybe<IconName> | undefined;
|
|
228
1001
|
title: string;
|
|
229
|
-
|
|
230
|
-
buttonText?: string | undefined;
|
|
231
|
-
onButtonClick?: (() => void) | undefined;
|
|
1002
|
+
view: "danger" | "success";
|
|
232
1003
|
id: number;
|
|
233
1004
|
}[], ToastListItem[] | {
|
|
234
|
-
icon?: Maybe<IconName> | undefined;
|
|
235
1005
|
title: string;
|
|
236
|
-
|
|
237
|
-
buttonText?: string | undefined;
|
|
238
|
-
onButtonClick?: (() => void) | undefined;
|
|
1006
|
+
view: "danger" | "success";
|
|
239
1007
|
id: number;
|
|
240
1008
|
}[]>;
|
|
241
1009
|
private timeouts;
|
|
@@ -243,12 +1011,20 @@ declare class ToastServiceImpl implements ToastService {
|
|
|
243
1011
|
pauseTimeouts(): void;
|
|
244
1012
|
remove(id: number): void;
|
|
245
1013
|
show(params: Toast | string): void;
|
|
246
|
-
showError(text?: string
|
|
1014
|
+
showError(text?: string): void;
|
|
247
1015
|
install(app: App): void;
|
|
248
1016
|
}
|
|
249
1017
|
|
|
250
1018
|
export declare const ToastServiceKey: InjectionKey<ToastService>;
|
|
251
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
|
+
|
|
252
1028
|
export declare const TransitionFade: DefineComponent<ExtractPropTypes< {
|
|
253
1029
|
appear: {
|
|
254
1030
|
type: PropType<TransitionFadeProps["appear"]>;
|
|
@@ -278,9 +1054,43 @@ type: PropType<TransitionFadeProps["duration"]>;
|
|
|
278
1054
|
default: number;
|
|
279
1055
|
};
|
|
280
1056
|
}>> & Readonly<{}>, {
|
|
1057
|
+
mode: "default" | "in-out" | "out-in" | undefined;
|
|
1058
|
+
appear: boolean | undefined;
|
|
281
1059
|
duration: number | undefined;
|
|
1060
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
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<{}>, {
|
|
282
1091
|
mode: "default" | "in-out" | "out-in" | undefined;
|
|
283
1092
|
appear: boolean | undefined;
|
|
1093
|
+
duration: number | undefined;
|
|
284
1094
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
285
1095
|
|
|
286
1096
|
declare type TransitionFadeProps = {
|
|
@@ -289,16 +1099,60 @@ declare type TransitionFadeProps = {
|
|
|
289
1099
|
duration?: number;
|
|
290
1100
|
};
|
|
291
1101
|
|
|
292
|
-
|
|
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"]>;
|
|
293
1111
|
|
|
294
|
-
declare const
|
|
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
|
+
};
|
|
295
1119
|
|
|
296
1120
|
export declare const useGlobalConfig: () => GlobalConfig;
|
|
297
1121
|
|
|
298
1122
|
export declare const useGlobalConfigProvide: (config: Partial<GlobalConfig>) => void;
|
|
299
1123
|
|
|
300
|
-
declare const
|
|
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
|
+
|
|
1142
|
+
declare const views: readonly ["default", "critical", "surface", ""];
|
|
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"];
|
|
301
1155
|
|
|
302
|
-
declare const
|
|
1156
|
+
declare const weights: readonly ["regular", "medium", "semibold", "bold"];
|
|
303
1157
|
|
|
304
1158
|
export { }
|