prlg-ui 1.7.74 → 1.7.76
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/{WarningFillIcon-CW6DKekz.js → WarningFillIcon-DJbFMn6d.js} +76 -44
- package/dist/{WarningFillIcon-B1Zmzoa7.cjs → WarningFillIcon-Mkwf0oDV.cjs} +1 -1
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +208 -238
- package/dist/index.d.ts +73 -51
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +1143 -1073
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ import { WritableComputedRef } from 'vue';
|
|
|
35
35
|
|
|
36
36
|
declare const __VLS_component: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
37
37
|
|
|
38
|
-
declare const __VLS_component_10: DefineComponent<
|
|
38
|
+
declare const __VLS_component_10: DefineComponent<__VLS_PublicProps_14, {
|
|
39
39
|
isOpen: ModelRef<boolean | undefined, string, boolean | undefined, boolean | undefined>;
|
|
40
40
|
open: () => void;
|
|
41
41
|
close: () => void;
|
|
@@ -43,14 +43,14 @@ close: () => void;
|
|
|
43
43
|
"update:open": (value: boolean) => any;
|
|
44
44
|
} & {
|
|
45
45
|
close: () => any;
|
|
46
|
-
}, string, PublicProps, Readonly<
|
|
46
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
47
47
|
onClose?: (() => any) | undefined;
|
|
48
48
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
49
49
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
50
50
|
|
|
51
|
-
declare const __VLS_component_11: DefineComponent<
|
|
51
|
+
declare const __VLS_component_11: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
52
52
|
"update:open": (value: boolean) => any;
|
|
53
|
-
}, string, PublicProps, Readonly<
|
|
53
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
54
54
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
55
55
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
56
56
|
|
|
@@ -126,7 +126,7 @@ floating: HTMLDivElement;
|
|
|
126
126
|
'second-screen': HTMLDivElement;
|
|
127
127
|
}, HTMLDivElement>;
|
|
128
128
|
|
|
129
|
-
declare const __VLS_component_13: DefineComponent<
|
|
129
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
130
130
|
|
|
131
131
|
declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
132
132
|
contentRef: HTMLDivElement;
|
|
@@ -134,13 +134,13 @@ contentRef: HTMLDivElement;
|
|
|
134
134
|
|
|
135
135
|
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
136
136
|
|
|
137
|
-
declare const __VLS_component_16: DefineComponent<
|
|
137
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
138
138
|
|
|
139
|
-
declare const __VLS_component_17: DefineComponent<
|
|
139
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
140
140
|
|
|
141
|
-
declare const __VLS_component_18: DefineComponent<
|
|
141
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
142
142
|
"update:value": (value: string | number) => any;
|
|
143
|
-
}, string, PublicProps, Readonly<
|
|
143
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
144
144
|
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
145
145
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
146
146
|
|
|
@@ -205,9 +205,9 @@ updateContainerHeight: (scrollContainer?: HTMLElement) => void;
|
|
|
205
205
|
|
|
206
206
|
declare const __VLS_component_20: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
207
207
|
|
|
208
|
-
declare const __VLS_component_21: DefineComponent<
|
|
208
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
209
209
|
|
|
210
|
-
declare const __VLS_component_22: DefineComponent<
|
|
210
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
211
211
|
|
|
212
212
|
declare const __VLS_component_3: DefineComponent<ColumnProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColumnProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
213
213
|
|
|
@@ -250,11 +250,11 @@ outlined: boolean;
|
|
|
250
250
|
type: "error" | "info" | "warning";
|
|
251
251
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
252
252
|
|
|
253
|
-
declare const __VLS_component_8: DefineComponent<
|
|
253
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
254
254
|
|
|
255
|
-
declare const __VLS_component_9: DefineComponent<
|
|
255
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
256
256
|
remove: () => any;
|
|
257
|
-
}, string, PublicProps, Readonly<
|
|
257
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
258
258
|
onRemove?: (() => any) | undefined;
|
|
259
259
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
260
260
|
|
|
@@ -273,11 +273,13 @@ declare type __VLS_Props_10 = {
|
|
|
273
273
|
|
|
274
274
|
declare type __VLS_Props_11 = SelectButtonProps;
|
|
275
275
|
|
|
276
|
-
declare type __VLS_Props_12 =
|
|
276
|
+
declare type __VLS_Props_12 = Props_2;
|
|
277
|
+
|
|
278
|
+
declare type __VLS_Props_13 = {
|
|
277
279
|
disabled?: boolean;
|
|
278
280
|
};
|
|
279
281
|
|
|
280
|
-
declare type
|
|
282
|
+
declare type __VLS_Props_14 = {
|
|
281
283
|
label?: string;
|
|
282
284
|
placeholder?: string;
|
|
283
285
|
name?: string;
|
|
@@ -294,14 +296,14 @@ declare type __VLS_Props_13 = {
|
|
|
294
296
|
resizable?: boolean;
|
|
295
297
|
};
|
|
296
298
|
|
|
297
|
-
declare type
|
|
299
|
+
declare type __VLS_Props_15 = {
|
|
298
300
|
file: string | IFile;
|
|
299
301
|
viewName?: boolean;
|
|
300
302
|
outlined?: boolean;
|
|
301
303
|
removable?: boolean;
|
|
302
304
|
};
|
|
303
305
|
|
|
304
|
-
declare type
|
|
306
|
+
declare type __VLS_Props_16 = {
|
|
305
307
|
file: string | IFile_2;
|
|
306
308
|
alt?: string;
|
|
307
309
|
size?: 'small' | 'medium' | 'large' | 'full';
|
|
@@ -310,17 +312,17 @@ declare type __VLS_Props_15 = {
|
|
|
310
312
|
zIndexPreview?: number;
|
|
311
313
|
};
|
|
312
314
|
|
|
313
|
-
declare type
|
|
315
|
+
declare type __VLS_Props_17 = {
|
|
314
316
|
items: MenuItem[];
|
|
315
317
|
};
|
|
316
318
|
|
|
317
|
-
declare type
|
|
319
|
+
declare type __VLS_Props_18 = {
|
|
318
320
|
value?: string | number;
|
|
319
321
|
variant?: 'primary' | 'danger' | 'neutral';
|
|
320
322
|
strong?: boolean;
|
|
321
323
|
};
|
|
322
324
|
|
|
323
|
-
declare type
|
|
325
|
+
declare type __VLS_Props_19 = {
|
|
324
326
|
value?: number | string;
|
|
325
327
|
variant?: 'danger';
|
|
326
328
|
position?: 'left' | 'right';
|
|
@@ -331,7 +333,9 @@ declare type __VLS_Props_18 = {
|
|
|
331
333
|
};
|
|
332
334
|
};
|
|
333
335
|
|
|
334
|
-
declare type
|
|
336
|
+
declare type __VLS_Props_2 = TableProps;
|
|
337
|
+
|
|
338
|
+
declare type __VLS_Props_20 = {
|
|
335
339
|
width?: number | string;
|
|
336
340
|
height?: number | string;
|
|
337
341
|
borderRadius?: string | number;
|
|
@@ -339,15 +343,13 @@ declare type __VLS_Props_19 = {
|
|
|
339
343
|
size?: string;
|
|
340
344
|
};
|
|
341
345
|
|
|
342
|
-
declare type
|
|
343
|
-
|
|
344
|
-
declare type __VLS_Props_20 = {
|
|
346
|
+
declare type __VLS_Props_21 = {
|
|
345
347
|
strokeWidth?: string | number;
|
|
346
348
|
style?: CSSProperties;
|
|
347
349
|
size?: 'small' | 'default' | 'large';
|
|
348
350
|
};
|
|
349
351
|
|
|
350
|
-
declare type
|
|
352
|
+
declare type __VLS_Props_22 = {
|
|
351
353
|
removable?: boolean;
|
|
352
354
|
icon?: string;
|
|
353
355
|
iconPosition?: 'left' | 'right';
|
|
@@ -356,35 +358,31 @@ declare type __VLS_Props_21 = {
|
|
|
356
358
|
strong?: boolean;
|
|
357
359
|
};
|
|
358
360
|
|
|
359
|
-
declare type
|
|
361
|
+
declare type __VLS_Props_23 = DrawerProps;
|
|
360
362
|
|
|
361
|
-
declare type
|
|
363
|
+
declare type __VLS_Props_24 = {
|
|
362
364
|
title?: string;
|
|
363
365
|
style?: CSSProperties;
|
|
364
366
|
position?: 'top' | 'center' | 'bottom';
|
|
365
367
|
zIndex?: number;
|
|
366
368
|
};
|
|
367
369
|
|
|
368
|
-
declare type
|
|
370
|
+
declare type __VLS_Props_25 = {
|
|
369
371
|
value?: string | number | (string | number)[];
|
|
370
372
|
multiple?: boolean;
|
|
371
373
|
styleView?: 'fill' | 'inline';
|
|
372
374
|
};
|
|
373
375
|
|
|
374
|
-
declare type
|
|
376
|
+
declare type __VLS_Props_26 = {
|
|
375
377
|
value: string | number;
|
|
376
378
|
};
|
|
377
379
|
|
|
378
|
-
declare type
|
|
380
|
+
declare type __VLS_Props_27 = {
|
|
379
381
|
layouts?: 'vertical' | 'horizontal';
|
|
380
382
|
type?: 'solid' | 'dashed' | 'dotted';
|
|
381
383
|
align?: 'left' | 'right' | 'center';
|
|
382
384
|
};
|
|
383
385
|
|
|
384
|
-
declare type __VLS_Props_27 = {
|
|
385
|
-
value: string | number;
|
|
386
|
-
};
|
|
387
|
-
|
|
388
386
|
declare type __VLS_Props_28 = {
|
|
389
387
|
value: string | number;
|
|
390
388
|
};
|
|
@@ -395,6 +393,10 @@ declare type __VLS_Props_29 = {
|
|
|
395
393
|
|
|
396
394
|
declare type __VLS_Props_3 = PaginatorProps;
|
|
397
395
|
|
|
396
|
+
declare type __VLS_Props_30 = {
|
|
397
|
+
value: string | number;
|
|
398
|
+
};
|
|
399
|
+
|
|
398
400
|
declare type __VLS_Props_4 = {
|
|
399
401
|
label?: string;
|
|
400
402
|
value?: string | number;
|
|
@@ -447,21 +449,25 @@ declare type __VLS_PublicProps_10 = {
|
|
|
447
449
|
} & __VLS_Props_11;
|
|
448
450
|
|
|
449
451
|
declare type __VLS_PublicProps_11 = {
|
|
450
|
-
modelValue
|
|
452
|
+
modelValue?: number;
|
|
451
453
|
} & __VLS_Props_12;
|
|
452
454
|
|
|
453
455
|
declare type __VLS_PublicProps_12 = {
|
|
454
|
-
modelValue
|
|
456
|
+
modelValue: boolean;
|
|
455
457
|
} & __VLS_Props_13;
|
|
456
458
|
|
|
457
459
|
declare type __VLS_PublicProps_13 = {
|
|
458
|
-
|
|
459
|
-
} &
|
|
460
|
+
modelValue?: string;
|
|
461
|
+
} & __VLS_Props_14;
|
|
460
462
|
|
|
461
463
|
declare type __VLS_PublicProps_14 = {
|
|
462
|
-
'open'
|
|
464
|
+
'open'?: boolean;
|
|
463
465
|
} & __VLS_Props_23;
|
|
464
466
|
|
|
467
|
+
declare type __VLS_PublicProps_15 = {
|
|
468
|
+
'open': boolean;
|
|
469
|
+
} & __VLS_Props_24;
|
|
470
|
+
|
|
465
471
|
declare type __VLS_PublicProps_2 = {
|
|
466
472
|
'currentPage': number;
|
|
467
473
|
'perPage'?: number | undefined;
|
|
@@ -939,9 +945,9 @@ export declare const AccordionHeader: __VLS_WithTemplateSlots_15<typeof __VLS_co
|
|
|
939
945
|
|
|
940
946
|
export declare const AccordionPanel: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
941
947
|
|
|
942
|
-
export declare const Badge: DefineComponent<
|
|
948
|
+
export declare const Badge: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
943
949
|
|
|
944
|
-
export declare const Breadcrumb: DefineComponent<
|
|
950
|
+
export declare const Breadcrumb: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
945
951
|
|
|
946
952
|
export declare const Button: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
947
953
|
|
|
@@ -1105,9 +1111,9 @@ declare interface DropdownProps {
|
|
|
1105
1111
|
loading?: boolean;
|
|
1106
1112
|
}
|
|
1107
1113
|
|
|
1108
|
-
declare const File_2: DefineComponent<
|
|
1114
|
+
declare const File_2: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1109
1115
|
remove: (file: IFile) => any;
|
|
1110
|
-
}, string, PublicProps, Readonly<
|
|
1116
|
+
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
1111
1117
|
onRemove?: ((file: IFile) => any) | undefined;
|
|
1112
1118
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1113
1119
|
export { File_2 as File }
|
|
@@ -1130,7 +1136,7 @@ declare interface IFile_2 {
|
|
|
1130
1136
|
size: number | null;
|
|
1131
1137
|
}
|
|
1132
1138
|
|
|
1133
|
-
declare const Image_2: DefineComponent<
|
|
1139
|
+
declare const Image_2: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1134
1140
|
imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1135
1141
|
src: string;
|
|
1136
1142
|
alt?: string;
|
|
@@ -1270,6 +1276,12 @@ declare interface Props {
|
|
|
1270
1276
|
definitions?: Record<string, RegExp>;
|
|
1271
1277
|
}
|
|
1272
1278
|
|
|
1279
|
+
declare interface Props_2 {
|
|
1280
|
+
maxStars?: number;
|
|
1281
|
+
disabled?: boolean;
|
|
1282
|
+
size?: 'small' | 'medium' | 'large' | number;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1273
1285
|
export declare const Radio: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1274
1286
|
|
|
1275
1287
|
export declare const SelectButton: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -1286,7 +1298,7 @@ declare type SelectButtonProps = {
|
|
|
1286
1298
|
|
|
1287
1299
|
declare type SelectedMode = 'multiple' | 'single';
|
|
1288
1300
|
|
|
1289
|
-
export declare const Skeleton: DefineComponent<
|
|
1301
|
+
export declare const Skeleton: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1290
1302
|
|
|
1291
1303
|
export declare const SleedDeal: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1292
1304
|
menuRef: HTMLDivElement;
|
|
@@ -1347,7 +1359,17 @@ default?(_: {}): any;
|
|
|
1347
1359
|
}) | null;
|
|
1348
1360
|
}, HTMLDivElement>;
|
|
1349
1361
|
|
|
1350
|
-
export declare const Spinner: DefineComponent<
|
|
1362
|
+
export declare const Spinner: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1363
|
+
|
|
1364
|
+
export declare const StarRating: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1365
|
+
"update:modelValue": (value: number) => any;
|
|
1366
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
1367
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1368
|
+
}>, {
|
|
1369
|
+
size: "small" | "medium" | "large" | number;
|
|
1370
|
+
disabled: boolean;
|
|
1371
|
+
maxStars: number;
|
|
1372
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1351
1373
|
|
|
1352
1374
|
export declare const Step: DefineComponent<StepProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1353
1375
|
|
|
@@ -1375,9 +1397,9 @@ declare type StepProps = {
|
|
|
1375
1397
|
disabled?: boolean | undefined;
|
|
1376
1398
|
};
|
|
1377
1399
|
|
|
1378
|
-
export declare const Switch: DefineComponent<
|
|
1400
|
+
export declare const Switch: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1379
1401
|
"update:modelValue": (value: boolean) => any;
|
|
1380
|
-
}, string, PublicProps, Readonly<
|
|
1402
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
1381
1403
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1382
1404
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1383
1405
|
|
|
@@ -1461,13 +1483,13 @@ export declare const Tabs: __VLS_WithTemplateSlots_18<typeof __VLS_component_18,
|
|
|
1461
1483
|
|
|
1462
1484
|
export declare const Tag: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1463
1485
|
|
|
1464
|
-
export declare const Textarea: DefineComponent<
|
|
1486
|
+
export declare const Textarea: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1465
1487
|
"update:modelValue": (value: string) => any;
|
|
1466
1488
|
} & {
|
|
1467
1489
|
blur: (value: FocusEvent) => any;
|
|
1468
1490
|
focusIn: (value: FocusEvent) => any;
|
|
1469
1491
|
focusOut: (value: FocusEvent) => any;
|
|
1470
|
-
}, string, PublicProps, Readonly<
|
|
1492
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
1471
1493
|
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
1472
1494
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1473
1495
|
onFocusIn?: ((value: FocusEvent) => any) | undefined;
|