prlg-ui 1.8.263 → 1.8.265
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 +4 -13
- package/dist/reka-ui/index.es.js +2661 -2801
- package/dist/rekaUI.d.ts +5 -2
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -780,7 +780,9 @@ declare function __VLS_template_11(): {
|
|
|
780
780
|
|
|
781
781
|
declare function __VLS_template_12(): {
|
|
782
782
|
attrs: Partial<{}>;
|
|
783
|
-
slots:
|
|
783
|
+
slots: {
|
|
784
|
+
default?(_: {}): any;
|
|
785
|
+
};
|
|
784
786
|
refs: {};
|
|
785
787
|
rootEl: any;
|
|
786
788
|
};
|
|
@@ -2390,7 +2392,7 @@ export declare interface IButtonProps {
|
|
|
2390
2392
|
icon?: Component;
|
|
2391
2393
|
iconPosition?: ButtonIconPosition;
|
|
2392
2394
|
iconOnly?: boolean;
|
|
2393
|
-
|
|
2395
|
+
url?: string | RouteLocationRaw;
|
|
2394
2396
|
strong?: boolean;
|
|
2395
2397
|
loading?: boolean;
|
|
2396
2398
|
}
|
|
@@ -2406,6 +2408,7 @@ export declare interface IData<T> {
|
|
|
2406
2408
|
isViewCheckbox?: boolean;
|
|
2407
2409
|
viewBgColor?: boolean;
|
|
2408
2410
|
bgColor?: string;
|
|
2411
|
+
disabledRow?: boolean;
|
|
2409
2412
|
data: T;
|
|
2410
2413
|
}
|
|
2411
2414
|
|