prlg-ui 1.8.35 → 1.8.37
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 +74 -31
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +2474 -2378
- 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_17, {
|
|
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_17> & 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_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
52
52
|
"update:open": (value: boolean) => any;
|
|
53
|
-
}, string, PublicProps, Readonly<
|
|
53
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
54
54
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
55
55
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
56
56
|
|
|
@@ -142,7 +142,7 @@ floating: HTMLDivElement;
|
|
|
142
142
|
'second-screen': HTMLDivElement;
|
|
143
143
|
}, HTMLDivElement>;
|
|
144
144
|
|
|
145
|
-
declare const __VLS_component_13: DefineComponent<
|
|
145
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
146
146
|
|
|
147
147
|
declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
148
148
|
contentRef: HTMLDivElement;
|
|
@@ -150,13 +150,13 @@ contentRef: HTMLDivElement;
|
|
|
150
150
|
|
|
151
151
|
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
152
152
|
|
|
153
|
-
declare const __VLS_component_16: DefineComponent<
|
|
153
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
154
154
|
|
|
155
|
-
declare const __VLS_component_17: DefineComponent<
|
|
155
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
156
156
|
|
|
157
|
-
declare const __VLS_component_18: DefineComponent<
|
|
157
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
158
158
|
"update:value": (value: string | number) => any;
|
|
159
|
-
}, string, PublicProps, Readonly<
|
|
159
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
160
160
|
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
161
161
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
162
162
|
|
|
@@ -221,9 +221,9 @@ updateContainerHeight: (scrollContainer?: HTMLElement) => void;
|
|
|
221
221
|
|
|
222
222
|
declare const __VLS_component_20: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
223
223
|
|
|
224
|
-
declare const __VLS_component_21: DefineComponent<
|
|
224
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
225
225
|
|
|
226
|
-
declare const __VLS_component_22: DefineComponent<
|
|
226
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
227
227
|
|
|
228
228
|
declare const __VLS_component_3: DefineComponent<ColumnProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColumnProps> & Readonly<{}>, {
|
|
229
229
|
visible: boolean;
|
|
@@ -270,9 +270,9 @@ type: "error" | "info" | "warning";
|
|
|
270
270
|
|
|
271
271
|
declare const __VLS_component_8: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
272
272
|
|
|
273
|
-
declare const __VLS_component_9: DefineComponent<
|
|
273
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
274
274
|
remove: () => any;
|
|
275
|
-
}, string, PublicProps, Readonly<
|
|
275
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
276
276
|
onRemove?: (() => any) | undefined;
|
|
277
277
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
278
278
|
|
|
@@ -357,7 +357,9 @@ declare type __VLS_Props_21 = {
|
|
|
357
357
|
};
|
|
358
358
|
};
|
|
359
359
|
|
|
360
|
-
declare type __VLS_Props_22 =
|
|
360
|
+
declare type __VLS_Props_22 = OTPCodeProps;
|
|
361
|
+
|
|
362
|
+
declare type __VLS_Props_23 = {
|
|
361
363
|
width?: number | string;
|
|
362
364
|
height?: number | string;
|
|
363
365
|
borderRadius?: string | number;
|
|
@@ -365,13 +367,13 @@ declare type __VLS_Props_22 = {
|
|
|
365
367
|
size?: string;
|
|
366
368
|
};
|
|
367
369
|
|
|
368
|
-
declare type
|
|
370
|
+
declare type __VLS_Props_24 = {
|
|
369
371
|
strokeWidth?: string | number;
|
|
370
372
|
style?: CSSProperties;
|
|
371
373
|
size?: 'small' | 'default' | 'large';
|
|
372
374
|
};
|
|
373
375
|
|
|
374
|
-
declare type
|
|
376
|
+
declare type __VLS_Props_25 = {
|
|
375
377
|
removable?: boolean;
|
|
376
378
|
icon?: string;
|
|
377
379
|
iconPosition?: 'left' | 'right';
|
|
@@ -380,9 +382,9 @@ declare type __VLS_Props_24 = {
|
|
|
380
382
|
strong?: boolean;
|
|
381
383
|
};
|
|
382
384
|
|
|
383
|
-
declare type
|
|
385
|
+
declare type __VLS_Props_26 = DrawerProps;
|
|
384
386
|
|
|
385
|
-
declare type
|
|
387
|
+
declare type __VLS_Props_27 = {
|
|
386
388
|
title?: string;
|
|
387
389
|
style?: CSSProperties;
|
|
388
390
|
position?: 'top' | 'center' | 'bottom';
|
|
@@ -390,33 +392,33 @@ declare type __VLS_Props_26 = {
|
|
|
390
392
|
zIndexLayer?: ZIndexLayer;
|
|
391
393
|
};
|
|
392
394
|
|
|
393
|
-
declare type
|
|
395
|
+
declare type __VLS_Props_28 = {
|
|
394
396
|
value?: string | number | (string | number)[];
|
|
395
397
|
multiple?: boolean;
|
|
396
398
|
styleView?: 'fill' | 'inline';
|
|
397
399
|
};
|
|
398
400
|
|
|
399
|
-
declare type
|
|
401
|
+
declare type __VLS_Props_29 = {
|
|
400
402
|
value: string | number;
|
|
401
403
|
};
|
|
402
404
|
|
|
403
|
-
declare type
|
|
405
|
+
declare type __VLS_Props_3 = PaginatorProps;
|
|
406
|
+
|
|
407
|
+
declare type __VLS_Props_30 = {
|
|
404
408
|
layouts?: 'vertical' | 'horizontal';
|
|
405
409
|
type?: 'solid' | 'dashed' | 'dotted';
|
|
406
410
|
align?: 'left' | 'right' | 'center';
|
|
407
411
|
};
|
|
408
412
|
|
|
409
|
-
declare type
|
|
410
|
-
|
|
411
|
-
declare type __VLS_Props_30 = {
|
|
413
|
+
declare type __VLS_Props_31 = {
|
|
412
414
|
value: string | number;
|
|
413
415
|
};
|
|
414
416
|
|
|
415
|
-
declare type
|
|
417
|
+
declare type __VLS_Props_32 = {
|
|
416
418
|
value: string | number;
|
|
417
419
|
};
|
|
418
420
|
|
|
419
|
-
declare type
|
|
421
|
+
declare type __VLS_Props_33 = {
|
|
420
422
|
value: string | number;
|
|
421
423
|
};
|
|
422
424
|
|
|
@@ -495,13 +497,17 @@ declare type __VLS_PublicProps_15 = {
|
|
|
495
497
|
} & __VLS_Props_16;
|
|
496
498
|
|
|
497
499
|
declare type __VLS_PublicProps_16 = {
|
|
498
|
-
|
|
499
|
-
} &
|
|
500
|
+
modelValue?: string;
|
|
501
|
+
} & __VLS_Props_22;
|
|
500
502
|
|
|
501
503
|
declare type __VLS_PublicProps_17 = {
|
|
502
|
-
'open'
|
|
504
|
+
'open'?: boolean;
|
|
503
505
|
} & __VLS_Props_26;
|
|
504
506
|
|
|
507
|
+
declare type __VLS_PublicProps_18 = {
|
|
508
|
+
'open': boolean;
|
|
509
|
+
} & __VLS_Props_27;
|
|
510
|
+
|
|
505
511
|
declare type __VLS_PublicProps_2 = {
|
|
506
512
|
'currentPage': number;
|
|
507
513
|
'perPage'?: number | undefined;
|
|
@@ -1459,6 +1465,43 @@ declare type OffsetValue = number | {
|
|
|
1459
1465
|
alignmentAxis?: number | null;
|
|
1460
1466
|
};
|
|
1461
1467
|
|
|
1468
|
+
export declare const OTPCode: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1469
|
+
"update:modelValue": (value: string) => any;
|
|
1470
|
+
} & {
|
|
1471
|
+
blur: (index: number) => any;
|
|
1472
|
+
change: (value: string) => any;
|
|
1473
|
+
focus: (index: number) => any;
|
|
1474
|
+
complete: (value: string) => any;
|
|
1475
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
|
|
1476
|
+
onBlur?: ((index: number) => any) | undefined;
|
|
1477
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1478
|
+
onFocus?: ((index: number) => any) | undefined;
|
|
1479
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1480
|
+
onComplete?: ((value: string) => any) | undefined;
|
|
1481
|
+
}>, {
|
|
1482
|
+
size: "small" | "default" | "large";
|
|
1483
|
+
variant: "outlined" | "fill";
|
|
1484
|
+
disabled: boolean;
|
|
1485
|
+
length: number;
|
|
1486
|
+
error: boolean;
|
|
1487
|
+
required: boolean;
|
|
1488
|
+
readonly: boolean;
|
|
1489
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1490
|
+
inputRefs: HTMLInputElement[];
|
|
1491
|
+
}, HTMLDivElement>;
|
|
1492
|
+
|
|
1493
|
+
declare interface OTPCodeProps {
|
|
1494
|
+
label?: string;
|
|
1495
|
+
length?: number;
|
|
1496
|
+
disabled?: boolean;
|
|
1497
|
+
readonly?: boolean;
|
|
1498
|
+
error?: boolean;
|
|
1499
|
+
errorText?: string;
|
|
1500
|
+
required?: boolean;
|
|
1501
|
+
size?: 'small' | 'default' | 'large';
|
|
1502
|
+
variant?: 'outlined' | 'fill';
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1462
1505
|
export declare const OverlayBadge: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1463
1506
|
|
|
1464
1507
|
export declare const Paginator: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -1515,7 +1558,7 @@ declare type SelectButtonProps = {
|
|
|
1515
1558
|
|
|
1516
1559
|
declare type SelectedMode = 'multiple' | 'single';
|
|
1517
1560
|
|
|
1518
|
-
export declare const Skeleton: DefineComponent<
|
|
1561
|
+
export declare const Skeleton: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1519
1562
|
|
|
1520
1563
|
export declare const SleedDeal: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1521
1564
|
menuRef: HTMLDivElement;
|
|
@@ -1576,7 +1619,7 @@ default?(_: {}): any;
|
|
|
1576
1619
|
}) | null;
|
|
1577
1620
|
}, HTMLDivElement>;
|
|
1578
1621
|
|
|
1579
|
-
export declare const Spinner: DefineComponent<
|
|
1622
|
+
export declare const Spinner: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1580
1623
|
|
|
1581
1624
|
export declare const StarRating: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1582
1625
|
"update:modelValue": (value: number) => any;
|