@rocketui/vue 0.2.83 → 0.2.85
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/rocket-ui-vue.d.ts +1 -4
- package/dist/rocket-ui-vue.js +180 -180
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.d.ts
CHANGED
|
@@ -2801,8 +2801,8 @@ export declare const RModal: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_Wit
|
|
|
2801
2801
|
outsideClick: boolean;
|
|
2802
2802
|
block: boolean;
|
|
2803
2803
|
modelValue: boolean;
|
|
2804
|
-
description: string;
|
|
2805
2804
|
icon: string;
|
|
2805
|
+
description: string;
|
|
2806
2806
|
clearContent: boolean;
|
|
2807
2807
|
overlayClass: string | string[];
|
|
2808
2808
|
allowBodyScroll: boolean;
|
|
@@ -3068,16 +3068,13 @@ export declare const RTabItem: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_
|
|
|
3068
3068
|
tile: boolean;
|
|
3069
3069
|
}, {}>, {
|
|
3070
3070
|
prepend?(_: {
|
|
3071
|
-
id: string;
|
|
3072
3071
|
active: boolean;
|
|
3073
3072
|
disabled: boolean;
|
|
3074
3073
|
}): any;
|
|
3075
3074
|
default?(_: {
|
|
3076
|
-
id: string;
|
|
3077
3075
|
label: string;
|
|
3078
3076
|
}): any;
|
|
3079
3077
|
append?(_: {
|
|
3080
|
-
id: string;
|
|
3081
3078
|
active: boolean;
|
|
3082
3079
|
disabled: boolean;
|
|
3083
3080
|
}): any;
|