@rocketui/vue 0.1.12 → 0.1.13
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 +3 -4
- package/dist/rocket-ui-vue.js +307 -301
- 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
|
@@ -1993,9 +1993,9 @@ export declare const RAvatar: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePro
|
|
|
1993
1993
|
size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl";
|
|
1994
1994
|
type: "image" | "text";
|
|
1995
1995
|
text: string;
|
|
1996
|
+
online: boolean;
|
|
1996
1997
|
src: string;
|
|
1997
1998
|
alt: string;
|
|
1998
|
-
online: boolean;
|
|
1999
1999
|
}, {}>;
|
|
2000
2000
|
|
|
2001
2001
|
export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_4<BadgeProps>, {
|
|
@@ -2237,7 +2237,6 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
|
|
|
2237
2237
|
/**
|
|
2238
2238
|
* @description - Removes an option from the selected options
|
|
2239
2239
|
* @param e option Option to remove
|
|
2240
|
-
* @returns void
|
|
2241
2240
|
*/
|
|
2242
2241
|
declare function removeOption(e: MouseEvent | KeyboardEvent, option: Option_2, updatePosition: any): void;
|
|
2243
2242
|
|
|
@@ -2597,10 +2596,10 @@ export declare const RTextfield: __VLS_WithTemplateSlots_13<DefineComponent<__VL
|
|
|
2597
2596
|
readonly: boolean;
|
|
2598
2597
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2599
2598
|
input: (...args: any[]) => void;
|
|
2600
|
-
"update:modelValue": (...args: any[]) => void;
|
|
2601
2599
|
blur: (...args: any[]) => void;
|
|
2602
|
-
"click:icon": (...args: any[]) => void;
|
|
2603
2600
|
focus: (...args: any[]) => void;
|
|
2601
|
+
"update:modelValue": (...args: any[]) => void;
|
|
2602
|
+
"click:icon": (...args: any[]) => void;
|
|
2604
2603
|
"click:clear": (...args: any[]) => void;
|
|
2605
2604
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_18<Props_6>, {
|
|
2606
2605
|
id: string;
|