@rocketui/vue 0.2.14 → 0.2.16
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 -1
- package/dist/rocket-ui-vue.js +299 -298
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.d.ts
CHANGED
|
@@ -2352,10 +2352,10 @@ export declare const RItemGroup: __VLS_WithTemplateSlots_17<DefineComponent<__VL
|
|
|
2352
2352
|
}, {
|
|
2353
2353
|
disabled: boolean;
|
|
2354
2354
|
modelValue: string[] | number[];
|
|
2355
|
+
as: string;
|
|
2355
2356
|
selectedClass: string | string[];
|
|
2356
2357
|
mandatory: boolean;
|
|
2357
2358
|
max: number;
|
|
2358
|
-
as: string;
|
|
2359
2359
|
}, {}>, {
|
|
2360
2360
|
default?(_: {
|
|
2361
2361
|
isSelected: typeof isSelected;
|