prlg-ui 1.8.357 → 1.8.359
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/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +377 -381
- package/dist/reka-ui/index.cjs.js +5 -5
- package/dist/reka-ui/index.es.js +1274 -1269
- package/dist/rekaUI.d.ts +2 -2
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -238,7 +238,7 @@ contentRef: HTMLDivElement;
|
|
|
238
238
|
bodyRef: HTMLDivElement;
|
|
239
239
|
}, any>;
|
|
240
240
|
|
|
241
|
-
declare const __VLS_component_13: DefineComponent<IButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
241
|
+
declare const __VLS_component_13: DefineComponent<IButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
242
242
|
|
|
243
243
|
declare const __VLS_component_14: DefineComponent<CalendarCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
244
244
|
|
|
@@ -1290,7 +1290,7 @@ declare function __VLS_template_13(): {
|
|
|
1290
1290
|
default?(_: {}): any;
|
|
1291
1291
|
};
|
|
1292
1292
|
refs: {};
|
|
1293
|
-
rootEl:
|
|
1293
|
+
rootEl: HTMLButtonElement;
|
|
1294
1294
|
};
|
|
1295
1295
|
|
|
1296
1296
|
declare function __VLS_template_14(): {
|