prlg-ui 1.8.155 → 1.8.157
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/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +341 -325
- package/dist/icons.d.ts +2 -0
- package/dist/index.d.ts +3 -1
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.es.js +1590 -1588
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ export declare const AtIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOp
|
|
|
17
17
|
|
|
18
18
|
export declare const AvatarIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
19
19
|
|
|
20
|
+
export declare const BagIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
21
|
+
|
|
20
22
|
export declare const BanIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
21
23
|
|
|
22
24
|
export declare const BankIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1641,7 +1641,9 @@ declare type OffsetValue = number | {
|
|
|
1641
1641
|
alignmentAxis?: number | null;
|
|
1642
1642
|
};
|
|
1643
1643
|
|
|
1644
|
-
export declare const OTPCode: DefineComponent<__VLS_PublicProps_16, {
|
|
1644
|
+
export declare const OTPCode: DefineComponent<__VLS_PublicProps_16, {
|
|
1645
|
+
$els: HTMLInputElement[];
|
|
1646
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1645
1647
|
"update:modelValue": (value: string) => any;
|
|
1646
1648
|
} & {
|
|
1647
1649
|
blur: (index: number) => any;
|