prlg-ui 1.8.261 → 1.8.263
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.css +1 -1
- package/dist/reka-ui/index.cjs.js +13 -4
- package/dist/reka-ui/index.es.js +2800 -2660
- package/dist/rekaUI.d.ts +2 -4
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -780,9 +780,7 @@ declare function __VLS_template_11(): {
|
|
|
780
780
|
|
|
781
781
|
declare function __VLS_template_12(): {
|
|
782
782
|
attrs: Partial<{}>;
|
|
783
|
-
slots:
|
|
784
|
-
default?(_: {}): any;
|
|
785
|
-
};
|
|
783
|
+
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
786
784
|
refs: {};
|
|
787
785
|
rootEl: any;
|
|
788
786
|
};
|
|
@@ -2392,7 +2390,7 @@ export declare interface IButtonProps {
|
|
|
2392
2390
|
icon?: Component;
|
|
2393
2391
|
iconPosition?: ButtonIconPosition;
|
|
2394
2392
|
iconOnly?: boolean;
|
|
2395
|
-
|
|
2393
|
+
to?: string | RouteLocationRaw;
|
|
2396
2394
|
strong?: boolean;
|
|
2397
2395
|
loading?: boolean;
|
|
2398
2396
|
}
|