prlg-ui 1.7.41 → 1.7.42
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 +152 -85
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +1388 -1296
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -34,25 +34,25 @@ import { WatchStopHandle } from 'vue';
|
|
|
34
34
|
|
|
35
35
|
declare const __VLS_component: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
36
36
|
|
|
37
|
-
declare const __VLS_component_10: DefineComponent<
|
|
37
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
38
38
|
remove: () => any;
|
|
39
|
-
}, string, PublicProps, Readonly<
|
|
39
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
40
40
|
onRemove?: (() => any) | undefined;
|
|
41
41
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
42
42
|
|
|
43
|
-
declare const __VLS_component_11: DefineComponent<
|
|
43
|
+
declare const __VLS_component_11: DefineComponent<__VLS_PublicProps_13, {
|
|
44
44
|
isOpen: ModelRef<boolean | undefined, string, boolean | undefined, boolean | undefined>;
|
|
45
45
|
open: () => void;
|
|
46
46
|
close: () => void;
|
|
47
47
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
48
48
|
"update:open": (value: boolean) => any;
|
|
49
|
-
}, string, PublicProps, Readonly<
|
|
49
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
50
50
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
51
51
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
52
52
|
|
|
53
|
-
declare const __VLS_component_12: DefineComponent<
|
|
53
|
+
declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
54
54
|
"update:open": (value: boolean) => any;
|
|
55
|
-
}, string, PublicProps, Readonly<
|
|
55
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
56
56
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
57
57
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
58
58
|
|
|
@@ -97,7 +97,7 @@ floating: HTMLDivElement;
|
|
|
97
97
|
'second-screen': HTMLDivElement;
|
|
98
98
|
}, HTMLDivElement>;
|
|
99
99
|
|
|
100
|
-
declare const __VLS_component_14: DefineComponent<
|
|
100
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
101
101
|
|
|
102
102
|
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
103
103
|
contentRef: HTMLDivElement;
|
|
@@ -105,13 +105,13 @@ contentRef: HTMLDivElement;
|
|
|
105
105
|
|
|
106
106
|
declare const __VLS_component_16: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
107
107
|
|
|
108
|
-
declare const __VLS_component_17: DefineComponent<
|
|
108
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
109
109
|
|
|
110
|
-
declare const __VLS_component_18: DefineComponent<
|
|
110
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
111
111
|
|
|
112
|
-
declare const __VLS_component_19: DefineComponent<
|
|
112
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
113
113
|
"update:value": (value: string | number) => any;
|
|
114
|
-
}, string, PublicProps, Readonly<
|
|
114
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
115
115
|
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
116
116
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
117
117
|
|
|
@@ -138,9 +138,9 @@ declare const __VLS_component_20: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
138
138
|
|
|
139
139
|
declare const __VLS_component_21: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
140
140
|
|
|
141
|
-
declare const __VLS_component_22: DefineComponent<
|
|
141
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
142
142
|
|
|
143
|
-
declare const __VLS_component_23: DefineComponent<
|
|
143
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
144
144
|
|
|
145
145
|
declare const __VLS_component_3: DefineComponent<ColumnProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColumnProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
146
146
|
|
|
@@ -159,25 +159,25 @@ containerRef: HTMLDivElement;
|
|
|
159
159
|
itemRefs: HTMLDivElement[];
|
|
160
160
|
}, HTMLDivElement>;
|
|
161
161
|
|
|
162
|
-
declare const __VLS_component_5: DefineComponent<
|
|
162
|
+
declare const __VLS_component_5: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
163
163
|
"update:modelValue": (value: any) => any;
|
|
164
164
|
} & {
|
|
165
165
|
change: (value?: string | number | object | undefined) => any;
|
|
166
|
-
}, string, PublicProps, Readonly<
|
|
166
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
167
167
|
onChange?: ((value?: string | number | object | undefined) => any) | undefined;
|
|
168
168
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
169
169
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
170
170
|
|
|
171
|
-
declare const __VLS_component_6: DefineComponent<
|
|
171
|
+
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
172
172
|
"update:modelValue": (value: any) => any;
|
|
173
173
|
} & {
|
|
174
174
|
change: (value?: string | undefined) => any;
|
|
175
|
-
}, string, PublicProps, Readonly<
|
|
175
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
176
176
|
onChange?: ((value?: string | undefined) => any) | undefined;
|
|
177
177
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
178
178
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
179
179
|
|
|
180
|
-
declare const __VLS_component_7: DefineComponent<
|
|
180
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
181
181
|
|
|
182
182
|
declare const __VLS_component_8: DefineComponent<ExtractPropTypes< {
|
|
183
183
|
type: {
|
|
@@ -198,7 +198,7 @@ outlined: boolean;
|
|
|
198
198
|
type: "error" | "info" | "warning";
|
|
199
199
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
200
200
|
|
|
201
|
-
declare const __VLS_component_9: DefineComponent<
|
|
201
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
202
202
|
|
|
203
203
|
declare type __VLS_Props = {
|
|
204
204
|
items: MenuItem[];
|
|
@@ -208,10 +208,18 @@ declare type __VLS_Props = {
|
|
|
208
208
|
};
|
|
209
209
|
|
|
210
210
|
declare type __VLS_Props_10 = {
|
|
211
|
+
icon: Component;
|
|
212
|
+
position?: 'left' | 'right';
|
|
211
213
|
disabled?: boolean;
|
|
212
214
|
};
|
|
213
215
|
|
|
214
|
-
declare type __VLS_Props_11 =
|
|
216
|
+
declare type __VLS_Props_11 = SelectButtonProps;
|
|
217
|
+
|
|
218
|
+
declare type __VLS_Props_12 = {
|
|
219
|
+
disabled?: boolean;
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
declare type __VLS_Props_13 = {
|
|
215
223
|
label?: string;
|
|
216
224
|
placeholder?: string;
|
|
217
225
|
name?: string;
|
|
@@ -225,31 +233,31 @@ declare type __VLS_Props_11 = {
|
|
|
225
233
|
maxlength?: number;
|
|
226
234
|
};
|
|
227
235
|
|
|
228
|
-
declare type
|
|
236
|
+
declare type __VLS_Props_14 = {
|
|
229
237
|
file: string | File;
|
|
230
238
|
viewName?: boolean;
|
|
231
239
|
outlined?: boolean;
|
|
232
240
|
removable?: boolean;
|
|
233
241
|
};
|
|
234
242
|
|
|
235
|
-
declare type
|
|
243
|
+
declare type __VLS_Props_15 = {
|
|
236
244
|
file: string | File;
|
|
237
245
|
alt?: string;
|
|
238
246
|
size?: 'small' | 'medium' | 'large';
|
|
239
247
|
fullScreen?: boolean;
|
|
240
248
|
};
|
|
241
249
|
|
|
242
|
-
declare type
|
|
250
|
+
declare type __VLS_Props_16 = {
|
|
243
251
|
items: MenuItem[];
|
|
244
252
|
};
|
|
245
253
|
|
|
246
|
-
declare type
|
|
254
|
+
declare type __VLS_Props_17 = {
|
|
247
255
|
value?: string | number;
|
|
248
256
|
variant?: 'primary' | 'danger' | 'neutral';
|
|
249
257
|
strong?: boolean;
|
|
250
258
|
};
|
|
251
259
|
|
|
252
|
-
declare type
|
|
260
|
+
declare type __VLS_Props_18 = {
|
|
253
261
|
value?: number | string;
|
|
254
262
|
variant?: 'danger';
|
|
255
263
|
position?: 'left' | 'right';
|
|
@@ -260,7 +268,7 @@ declare type __VLS_Props_16 = {
|
|
|
260
268
|
};
|
|
261
269
|
};
|
|
262
270
|
|
|
263
|
-
declare type
|
|
271
|
+
declare type __VLS_Props_19 = {
|
|
264
272
|
width?: number | string;
|
|
265
273
|
height?: number | string;
|
|
266
274
|
borderRadius?: string | number;
|
|
@@ -268,13 +276,15 @@ declare type __VLS_Props_17 = {
|
|
|
268
276
|
size?: string;
|
|
269
277
|
};
|
|
270
278
|
|
|
271
|
-
declare type
|
|
279
|
+
declare type __VLS_Props_2 = TableProps;
|
|
280
|
+
|
|
281
|
+
declare type __VLS_Props_20 = {
|
|
272
282
|
strokeWidth?: string | number;
|
|
273
283
|
style?: CSSProperties;
|
|
274
284
|
size?: 'small' | 'default' | 'large';
|
|
275
285
|
};
|
|
276
286
|
|
|
277
|
-
declare type
|
|
287
|
+
declare type __VLS_Props_21 = {
|
|
278
288
|
removable?: boolean;
|
|
279
289
|
icon?: string;
|
|
280
290
|
iconPosition?: 'left' | 'right';
|
|
@@ -283,45 +293,45 @@ declare type __VLS_Props_19 = {
|
|
|
283
293
|
strong?: boolean;
|
|
284
294
|
};
|
|
285
295
|
|
|
286
|
-
declare type
|
|
287
|
-
|
|
288
|
-
declare type __VLS_Props_20 = DrawerProps;
|
|
296
|
+
declare type __VLS_Props_22 = DrawerProps;
|
|
289
297
|
|
|
290
|
-
declare type
|
|
298
|
+
declare type __VLS_Props_23 = {
|
|
291
299
|
title?: string;
|
|
292
300
|
style?: CSSProperties;
|
|
293
301
|
position?: 'top' | 'center' | 'bottom';
|
|
294
302
|
};
|
|
295
303
|
|
|
296
|
-
declare type
|
|
304
|
+
declare type __VLS_Props_24 = {
|
|
297
305
|
value?: string | number | (string | number)[];
|
|
298
306
|
multiple?: boolean;
|
|
299
307
|
styleView?: 'fill' | 'inline';
|
|
300
308
|
};
|
|
301
309
|
|
|
302
|
-
declare type
|
|
310
|
+
declare type __VLS_Props_25 = {
|
|
303
311
|
value: string | number;
|
|
304
312
|
};
|
|
305
313
|
|
|
306
|
-
declare type
|
|
314
|
+
declare type __VLS_Props_26 = {
|
|
307
315
|
layouts?: 'vertical' | 'horizontal';
|
|
308
316
|
type?: 'solid' | 'dashed' | 'dotted';
|
|
309
317
|
align?: 'left' | 'right' | 'center';
|
|
310
318
|
};
|
|
311
319
|
|
|
312
|
-
declare type
|
|
320
|
+
declare type __VLS_Props_27 = {
|
|
313
321
|
value: string | number;
|
|
314
322
|
};
|
|
315
323
|
|
|
316
|
-
declare type
|
|
324
|
+
declare type __VLS_Props_28 = {
|
|
317
325
|
value: string | number;
|
|
318
326
|
};
|
|
319
327
|
|
|
320
|
-
declare type
|
|
328
|
+
declare type __VLS_Props_29 = {
|
|
321
329
|
value: string | number;
|
|
322
330
|
};
|
|
323
331
|
|
|
324
|
-
declare type __VLS_Props_3 =
|
|
332
|
+
declare type __VLS_Props_3 = PaginatorProps;
|
|
333
|
+
|
|
334
|
+
declare type __VLS_Props_4 = {
|
|
325
335
|
label?: string;
|
|
326
336
|
value?: string | number | object;
|
|
327
337
|
disabled?: boolean;
|
|
@@ -329,22 +339,23 @@ declare type __VLS_Props_3 = {
|
|
|
329
339
|
size?: 'small' | 'default' | 'large';
|
|
330
340
|
};
|
|
331
341
|
|
|
332
|
-
declare type
|
|
342
|
+
declare type __VLS_Props_5 = {
|
|
333
343
|
value: string;
|
|
334
344
|
label: string;
|
|
335
345
|
id?: string;
|
|
336
346
|
};
|
|
337
347
|
|
|
338
|
-
declare type
|
|
348
|
+
declare type __VLS_Props_6 = {
|
|
339
349
|
label?: string;
|
|
340
350
|
disabled?: boolean;
|
|
341
351
|
value?: any;
|
|
342
352
|
size?: 'small' | 'default' | 'large';
|
|
353
|
+
name?: string;
|
|
343
354
|
};
|
|
344
355
|
|
|
345
|
-
declare type
|
|
356
|
+
declare type __VLS_Props_7 = InputTextProps;
|
|
346
357
|
|
|
347
|
-
declare type
|
|
358
|
+
declare type __VLS_Props_8 = {
|
|
348
359
|
viewButtons?: boolean;
|
|
349
360
|
max?: number;
|
|
350
361
|
min?: number;
|
|
@@ -354,13 +365,7 @@ declare type __VLS_Props_7 = {
|
|
|
354
365
|
formatter?: (value: number) => string;
|
|
355
366
|
};
|
|
356
367
|
|
|
357
|
-
declare type
|
|
358
|
-
|
|
359
|
-
declare type __VLS_Props_9 = {
|
|
360
|
-
icon: Component;
|
|
361
|
-
position?: 'left' | 'right';
|
|
362
|
-
disabled?: boolean;
|
|
363
|
-
};
|
|
368
|
+
declare type __VLS_Props_9 = Props_2;
|
|
364
369
|
|
|
365
370
|
declare type __VLS_PublicProps = {
|
|
366
371
|
'currentPage'?: number;
|
|
@@ -368,48 +373,57 @@ declare type __VLS_PublicProps = {
|
|
|
368
373
|
} & __VLS_Props_2;
|
|
369
374
|
|
|
370
375
|
declare type __VLS_PublicProps_10 = {
|
|
371
|
-
modelValue?:
|
|
376
|
+
modelValue?: any;
|
|
372
377
|
} & __VLS_Props_11;
|
|
373
378
|
|
|
374
379
|
declare type __VLS_PublicProps_11 = {
|
|
375
|
-
|
|
376
|
-
} &
|
|
380
|
+
modelValue: boolean;
|
|
381
|
+
} & __VLS_Props_12;
|
|
377
382
|
|
|
378
383
|
declare type __VLS_PublicProps_12 = {
|
|
384
|
+
modelValue?: string;
|
|
385
|
+
} & __VLS_Props_13;
|
|
386
|
+
|
|
387
|
+
declare type __VLS_PublicProps_13 = {
|
|
388
|
+
'open'?: boolean;
|
|
389
|
+
} & __VLS_Props_22;
|
|
390
|
+
|
|
391
|
+
declare type __VLS_PublicProps_14 = {
|
|
379
392
|
'open': boolean;
|
|
380
|
-
} &
|
|
393
|
+
} & __VLS_Props_23;
|
|
381
394
|
|
|
382
395
|
declare type __VLS_PublicProps_2 = {
|
|
383
|
-
|
|
396
|
+
'currentPage': number;
|
|
397
|
+
'perPage'?: number | undefined;
|
|
384
398
|
} & __VLS_Props_3;
|
|
385
399
|
|
|
386
400
|
declare type __VLS_PublicProps_3 = {
|
|
387
|
-
modelValue
|
|
401
|
+
modelValue?: string[] | string | boolean | any | null;
|
|
388
402
|
} & __VLS_Props_4;
|
|
389
403
|
|
|
390
404
|
declare type __VLS_PublicProps_4 = {
|
|
391
|
-
modelValue
|
|
405
|
+
modelValue: any;
|
|
392
406
|
} & __VLS_Props_5;
|
|
393
407
|
|
|
394
408
|
declare type __VLS_PublicProps_5 = {
|
|
395
|
-
modelValue?:
|
|
409
|
+
modelValue?: any;
|
|
396
410
|
} & __VLS_Props_6;
|
|
397
411
|
|
|
398
412
|
declare type __VLS_PublicProps_6 = {
|
|
399
|
-
modelValue
|
|
413
|
+
modelValue?: string;
|
|
400
414
|
} & __VLS_Props_7;
|
|
401
415
|
|
|
402
416
|
declare type __VLS_PublicProps_7 = {
|
|
403
|
-
modelValue:
|
|
404
|
-
};
|
|
417
|
+
modelValue: number;
|
|
418
|
+
} & __VLS_Props_8;
|
|
405
419
|
|
|
406
420
|
declare type __VLS_PublicProps_8 = {
|
|
407
421
|
modelValue: string;
|
|
408
|
-
}
|
|
422
|
+
};
|
|
409
423
|
|
|
410
424
|
declare type __VLS_PublicProps_9 = {
|
|
411
|
-
modelValue:
|
|
412
|
-
} &
|
|
425
|
+
modelValue: string;
|
|
426
|
+
} & __VLS_Props_9;
|
|
413
427
|
|
|
414
428
|
declare function __VLS_template(): {
|
|
415
429
|
attrs: Partial<{}>;
|
|
@@ -838,9 +852,9 @@ export declare const AccordionHeader: __VLS_WithTemplateSlots_16<typeof __VLS_co
|
|
|
838
852
|
|
|
839
853
|
export declare const AccordionPanel: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
840
854
|
|
|
841
|
-
export declare const Badge: DefineComponent<
|
|
855
|
+
export declare const Badge: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
842
856
|
|
|
843
|
-
export declare const Breadcrumb: DefineComponent<
|
|
857
|
+
export declare const Breadcrumb: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
844
858
|
|
|
845
859
|
export declare const Button: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
846
860
|
|
|
@@ -860,9 +874,9 @@ declare type ButtonProps = {
|
|
|
860
874
|
|
|
861
875
|
export declare const Checkbox: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
862
876
|
|
|
863
|
-
export declare const ChipCheckbox: DefineComponent<
|
|
877
|
+
export declare const ChipCheckbox: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
864
878
|
"update:modelValue": (value: any) => any;
|
|
865
|
-
}, string, PublicProps, Readonly<
|
|
879
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
866
880
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
867
881
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
868
882
|
|
|
@@ -995,16 +1009,16 @@ declare interface DropdownProps {
|
|
|
995
1009
|
loading?: boolean;
|
|
996
1010
|
}
|
|
997
1011
|
|
|
998
|
-
declare const File_2: DefineComponent<
|
|
1012
|
+
declare const File_2: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
999
1013
|
remove: (file: File) => any;
|
|
1000
|
-
}, string, PublicProps, Readonly<
|
|
1014
|
+
}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
|
|
1001
1015
|
onRemove?: ((file: File) => any) | undefined;
|
|
1002
1016
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1003
1017
|
export { File_2 as File }
|
|
1004
1018
|
|
|
1005
1019
|
export declare const IconField: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1006
1020
|
|
|
1007
|
-
declare const Image_2: DefineComponent<
|
|
1021
|
+
declare const Image_2: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1008
1022
|
imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1009
1023
|
src: string;
|
|
1010
1024
|
alt?: string;
|
|
@@ -1028,35 +1042,35 @@ close: () => void;
|
|
|
1028
1042
|
}, any>;
|
|
1029
1043
|
export { Image_2 as Image }
|
|
1030
1044
|
|
|
1031
|
-
export declare const InputMask: DefineComponent<
|
|
1045
|
+
export declare const InputMask: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1032
1046
|
"update:modelValue": (value: string) => any;
|
|
1033
|
-
}, string, PublicProps, Readonly<
|
|
1047
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
1034
1048
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1035
1049
|
}>, {
|
|
1036
1050
|
slotChar: string;
|
|
1037
1051
|
autoClear: boolean;
|
|
1038
1052
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1039
1053
|
|
|
1040
|
-
export declare const InputNumber: DefineComponent<
|
|
1054
|
+
export declare const InputNumber: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1041
1055
|
"update:modelValue": (value: number) => any;
|
|
1042
|
-
}, string, PublicProps, Readonly<
|
|
1056
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1043
1057
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1044
1058
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1045
1059
|
|
|
1046
|
-
export declare const InputPhone: DefineComponent<
|
|
1060
|
+
export declare const InputPhone: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1047
1061
|
"update:modelValue": (value: string) => any;
|
|
1048
|
-
}, string, PublicProps, Readonly<
|
|
1062
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1049
1063
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1050
1064
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1051
1065
|
|
|
1052
|
-
export declare const InputText: DefineComponent<
|
|
1066
|
+
export declare const InputText: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1053
1067
|
"update:modelValue": (value: string) => any;
|
|
1054
1068
|
} & {
|
|
1055
1069
|
input: (value: Event) => any;
|
|
1056
1070
|
blur: () => any;
|
|
1057
1071
|
focus: (value: FocusEvent) => any;
|
|
1058
1072
|
paste: (value: ClipboardEvent) => any;
|
|
1059
|
-
}, string, PublicProps, Readonly<
|
|
1073
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
1060
1074
|
onInput?: ((value: Event) => any) | undefined;
|
|
1061
1075
|
onBlur?: (() => any) | undefined;
|
|
1062
1076
|
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
@@ -1111,6 +1125,21 @@ declare type OffsetValue = number | {
|
|
|
1111
1125
|
|
|
1112
1126
|
export declare const OverlayBadge: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1113
1127
|
|
|
1128
|
+
export declare const Paginator: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1129
|
+
"update:currentPage": (value: number) => any;
|
|
1130
|
+
"update:perPage": (value: number | undefined) => any;
|
|
1131
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1132
|
+
"onUpdate:currentPage"?: ((value: number) => any) | undefined;
|
|
1133
|
+
"onUpdate:perPage"?: ((value: number | undefined) => any) | undefined;
|
|
1134
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1135
|
+
|
|
1136
|
+
declare interface PaginatorProps {
|
|
1137
|
+
/** Количество всех элементов */
|
|
1138
|
+
totals: number;
|
|
1139
|
+
/** Опции для выбора количества элементов на странице */
|
|
1140
|
+
perPageOptions?: number[];
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1114
1143
|
export declare const Popover: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1115
1144
|
|
|
1116
1145
|
declare type Position = 'center' | 'top' | 'bottom' | 'left' | 'right' | 'topleft' | 'topright' | 'bottomleft' | 'bottomright';
|
|
@@ -1135,9 +1164,21 @@ declare interface Props_2 {
|
|
|
1135
1164
|
|
|
1136
1165
|
export declare const Radio: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1137
1166
|
|
|
1167
|
+
export declare const SelectButton: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1168
|
+
"update:modelValue": (value: any) => any;
|
|
1169
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1170
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1171
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1172
|
+
|
|
1173
|
+
declare type SelectButtonProps = {
|
|
1174
|
+
options: any[];
|
|
1175
|
+
optionLabel?: string;
|
|
1176
|
+
optionValue?: string;
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1138
1179
|
declare type SelectedMode = 'multiple' | 'single';
|
|
1139
1180
|
|
|
1140
|
-
export declare const Skeleton: DefineComponent<
|
|
1181
|
+
export declare const Skeleton: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1141
1182
|
|
|
1142
1183
|
export declare const SleedDeal: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1143
1184
|
menuRef: HTMLDivElement;
|
|
@@ -1198,11 +1239,37 @@ default?(_: {}): any;
|
|
|
1198
1239
|
}) | null;
|
|
1199
1240
|
}, HTMLDivElement>;
|
|
1200
1241
|
|
|
1201
|
-
export declare const Spinner: DefineComponent<
|
|
1242
|
+
export declare const Spinner: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1243
|
+
|
|
1244
|
+
export declare const Step: DefineComponent<StepProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1245
|
+
|
|
1246
|
+
declare type Step_2 = {
|
|
1247
|
+
value?: string | number;
|
|
1248
|
+
label: string;
|
|
1249
|
+
};
|
|
1250
|
+
|
|
1251
|
+
export declare const Stepper: DefineComponent<StepperProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1252
|
+
"update:value": ((...args: unknown[]) => any) | (() => any);
|
|
1253
|
+
}, string, PublicProps, Readonly<StepperProps> & Readonly<{
|
|
1254
|
+
"onUpdate:value"?: ((...args: unknown[] & []) => any) | undefined;
|
|
1255
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1256
|
+
|
|
1257
|
+
declare interface StepperProps {
|
|
1258
|
+
value?: string | number;
|
|
1259
|
+
steps: Step_2[];
|
|
1260
|
+
linear?: boolean;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
declare type StepProps = {
|
|
1264
|
+
value?: string | number;
|
|
1265
|
+
label: string;
|
|
1266
|
+
index: number;
|
|
1267
|
+
disabled?: boolean | undefined;
|
|
1268
|
+
};
|
|
1202
1269
|
|
|
1203
|
-
export declare const Switch: DefineComponent<
|
|
1270
|
+
export declare const Switch: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1204
1271
|
"update:modelValue": (value: boolean) => any;
|
|
1205
|
-
}, string, PublicProps, Readonly<
|
|
1272
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
1206
1273
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1207
1274
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1208
1275
|
|
|
@@ -1260,13 +1327,13 @@ export declare const Tabs: __VLS_WithTemplateSlots_19<typeof __VLS_component_19,
|
|
|
1260
1327
|
|
|
1261
1328
|
export declare const Tag: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1262
1329
|
|
|
1263
|
-
export declare const Textarea: DefineComponent<
|
|
1330
|
+
export declare const Textarea: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1264
1331
|
"update:modelValue": (value: string) => any;
|
|
1265
1332
|
} & {
|
|
1266
1333
|
blur: (value: FocusEvent) => any;
|
|
1267
1334
|
focusIn: (value: FocusEvent) => any;
|
|
1268
1335
|
focusOut: (value: FocusEvent) => any;
|
|
1269
|
-
}, string, PublicProps, Readonly<
|
|
1336
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
1270
1337
|
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
1271
1338
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1272
1339
|
onFocusIn?: ((value: FocusEvent) => any) | undefined;
|