@rocketui/vue 0.2.22 → 0.2.24
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 +2 -2
- package/dist/rocket-ui-vue.js +169 -167
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.d.ts
CHANGED
|
@@ -730,7 +730,7 @@ declare function handleSelect(): void;
|
|
|
730
730
|
|
|
731
731
|
declare function handleToggle(): void;
|
|
732
732
|
|
|
733
|
-
declare function handleUpdate(): void;
|
|
733
|
+
declare function handleUpdate(extraData?: any): void;
|
|
734
734
|
|
|
735
735
|
declare function hideTooltip(): void;
|
|
736
736
|
|
|
@@ -2367,10 +2367,10 @@ export declare const RItemGroup: __VLS_WithTemplateSlots_17<DefineComponent<__VL
|
|
|
2367
2367
|
}, {
|
|
2368
2368
|
disabled: boolean;
|
|
2369
2369
|
modelValue: string[] | number[];
|
|
2370
|
+
max: number;
|
|
2370
2371
|
as: string;
|
|
2371
2372
|
selectedClass: string | string[];
|
|
2372
2373
|
mandatory: boolean;
|
|
2373
|
-
max: number;
|
|
2374
2374
|
}, {}>, {
|
|
2375
2375
|
default?(_: {
|
|
2376
2376
|
isSelected: typeof isSelected;
|