@rocketui/vue 0.2.26 → 0.2.27
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 +13 -5
- package/dist/rocket-ui-vue.js +496 -494
- 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
|
@@ -726,6 +726,8 @@ declare type ButtonSize = 'small' | 'medium' | 'large';
|
|
|
726
726
|
|
|
727
727
|
declare type ButtonType = 'default' | 'text' | 'outline';
|
|
728
728
|
|
|
729
|
+
declare function close_2(): void;
|
|
730
|
+
|
|
729
731
|
declare function handleSelect(): void;
|
|
730
732
|
|
|
731
733
|
declare function handleToggle(): void;
|
|
@@ -1978,6 +1980,7 @@ declare interface Props_6 {
|
|
|
1978
1980
|
|
|
1979
1981
|
export declare const RAccordion: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<AccordionProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionProps>>>, {}, {}>, {
|
|
1980
1982
|
title?(_: {}): any;
|
|
1983
|
+
icon?(_: {}): any;
|
|
1981
1984
|
content?(_: {}): any;
|
|
1982
1985
|
}>;
|
|
1983
1986
|
|
|
@@ -2009,7 +2012,10 @@ export declare const RAlert: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_Wit
|
|
|
2009
2012
|
}, {}>, {
|
|
2010
2013
|
"alert-icon"?(_: {}): any;
|
|
2011
2014
|
content?(_: {}): any;
|
|
2012
|
-
"custom-close"?(_: {
|
|
2015
|
+
"custom-close"?(_: {
|
|
2016
|
+
close: typeof close_2;
|
|
2017
|
+
slotClass: string;
|
|
2018
|
+
}): any;
|
|
2013
2019
|
}>;
|
|
2014
2020
|
|
|
2015
2021
|
export declare const RAvatar: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_3<IProps>, {
|
|
@@ -2293,6 +2299,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
|
|
|
2293
2299
|
};
|
|
2294
2300
|
removeOption: typeof removeOption;
|
|
2295
2301
|
}): any;
|
|
2302
|
+
clearable?(_: {}): any;
|
|
2296
2303
|
append?(_: {}): any;
|
|
2297
2304
|
option?(_: {
|
|
2298
2305
|
isSelected: boolean | {
|
|
@@ -2548,8 +2555,8 @@ export declare const RSnackbar: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
|
|
|
2548
2555
|
closable: boolean;
|
|
2549
2556
|
timeout: number;
|
|
2550
2557
|
}, {}>, {
|
|
2558
|
+
icon?(_: {}): any;
|
|
2551
2559
|
default?(_: {}): any;
|
|
2552
|
-
action?(_: {}): any;
|
|
2553
2560
|
close?(_: {}): any;
|
|
2554
2561
|
}>;
|
|
2555
2562
|
|
|
@@ -2621,6 +2628,7 @@ export declare const RTabItem: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_
|
|
|
2621
2628
|
tile: boolean;
|
|
2622
2629
|
}, {}>, {
|
|
2623
2630
|
prepend?(_: {}): any;
|
|
2631
|
+
default?(_: {}): any;
|
|
2624
2632
|
append?(_: {}): any;
|
|
2625
2633
|
}>;
|
|
2626
2634
|
|
|
@@ -2632,7 +2640,6 @@ export declare const RTabs: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Wit
|
|
|
2632
2640
|
scrollable: boolean;
|
|
2633
2641
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2634
2642
|
"update:modelValue": (...args: any[]) => void;
|
|
2635
|
-
"click:icon": (...args: any[]) => void;
|
|
2636
2643
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_16<IProps_5>, {
|
|
2637
2644
|
tabs: () => never[];
|
|
2638
2645
|
block: boolean;
|
|
@@ -2641,7 +2648,6 @@ export declare const RTabs: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Wit
|
|
|
2641
2648
|
scrollable: boolean;
|
|
2642
2649
|
}>>> & {
|
|
2643
2650
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2644
|
-
"onClick:icon"?: ((...args: any[]) => any) | undefined;
|
|
2645
2651
|
}, {
|
|
2646
2652
|
block: boolean;
|
|
2647
2653
|
modelValue: string | number;
|
|
@@ -2649,7 +2655,9 @@ export declare const RTabs: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Wit
|
|
|
2649
2655
|
tabs: Tab[];
|
|
2650
2656
|
scrollable: boolean;
|
|
2651
2657
|
}, {}>, {
|
|
2652
|
-
default?(_: {
|
|
2658
|
+
default?(_: {
|
|
2659
|
+
activeTab: string | number;
|
|
2660
|
+
}): any;
|
|
2653
2661
|
}>;
|
|
2654
2662
|
|
|
2655
2663
|
export declare const RTextArea: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_17<IProps_6>, {
|