prlg-ui 1.8.117 → 1.8.119
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 +3 -0
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +1294 -1287
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -477,6 +477,7 @@ declare type __VLS_Props_4 = {
|
|
|
477
477
|
error?: boolean;
|
|
478
478
|
errorText?: string;
|
|
479
479
|
checked?: boolean;
|
|
480
|
+
customId?: string;
|
|
480
481
|
};
|
|
481
482
|
|
|
482
483
|
declare type __VLS_Props_5 = {
|
|
@@ -1557,8 +1558,10 @@ autoClear: boolean;
|
|
|
1557
1558
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1558
1559
|
|
|
1559
1560
|
export declare const InputNumber: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1561
|
+
change: (value: number) => any;
|
|
1560
1562
|
"update:modelValue": (value: number) => any;
|
|
1561
1563
|
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1564
|
+
onChange?: ((value: number) => any) | undefined;
|
|
1562
1565
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1563
1566
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1564
1567
|
|