@rocketui/vue 0.2.25 → 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.
@@ -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"?(_: {}): any;
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>, {
@@ -2227,6 +2233,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2227
2233
  noOptionsText: string;
2228
2234
  hideOptionCheckIcon: boolean;
2229
2235
  hideChipClear: boolean;
2236
+ tooltipClass: string;
2230
2237
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2231
2238
  "update:modelValue": (...args: any[]) => void;
2232
2239
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_8<SelectProps>, {
@@ -2252,6 +2259,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2252
2259
  noOptionsText: string;
2253
2260
  hideOptionCheckIcon: boolean;
2254
2261
  hideChipClear: boolean;
2262
+ tooltipClass: string;
2255
2263
  }>>> & {
2256
2264
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2257
2265
  }, {
@@ -2260,6 +2268,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2260
2268
  prependIcon: string;
2261
2269
  appendIcon: string;
2262
2270
  options: any;
2271
+ tooltipClass: string;
2263
2272
  id: string;
2264
2273
  modelValue: any;
2265
2274
  clearable: boolean;
@@ -2290,6 +2299,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2290
2299
  };
2291
2300
  removeOption: typeof removeOption;
2292
2301
  }): any;
2302
+ clearable?(_: {}): any;
2293
2303
  append?(_: {}): any;
2294
2304
  option?(_: {
2295
2305
  isSelected: boolean | {
@@ -2545,8 +2555,8 @@ export declare const RSnackbar: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2545
2555
  closable: boolean;
2546
2556
  timeout: number;
2547
2557
  }, {}>, {
2558
+ icon?(_: {}): any;
2548
2559
  default?(_: {}): any;
2549
- action?(_: {}): any;
2550
2560
  close?(_: {}): any;
2551
2561
  }>;
2552
2562
 
@@ -2618,6 +2628,7 @@ export declare const RTabItem: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_
2618
2628
  tile: boolean;
2619
2629
  }, {}>, {
2620
2630
  prepend?(_: {}): any;
2631
+ default?(_: {}): any;
2621
2632
  append?(_: {}): any;
2622
2633
  }>;
2623
2634
 
@@ -2629,7 +2640,6 @@ export declare const RTabs: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Wit
2629
2640
  scrollable: boolean;
2630
2641
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2631
2642
  "update:modelValue": (...args: any[]) => void;
2632
- "click:icon": (...args: any[]) => void;
2633
2643
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_16<IProps_5>, {
2634
2644
  tabs: () => never[];
2635
2645
  block: boolean;
@@ -2638,7 +2648,6 @@ export declare const RTabs: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Wit
2638
2648
  scrollable: boolean;
2639
2649
  }>>> & {
2640
2650
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2641
- "onClick:icon"?: ((...args: any[]) => any) | undefined;
2642
2651
  }, {
2643
2652
  block: boolean;
2644
2653
  modelValue: string | number;
@@ -2646,7 +2655,9 @@ export declare const RTabs: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Wit
2646
2655
  tabs: Tab[];
2647
2656
  scrollable: boolean;
2648
2657
  }, {}>, {
2649
- default?(_: {}): any;
2658
+ default?(_: {
2659
+ activeTab: string | number;
2660
+ }): any;
2650
2661
  }>;
2651
2662
 
2652
2663
  export declare const RTextArea: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_17<IProps_6>, {
@@ -3018,6 +3029,14 @@ declare interface SelectProps {
3018
3029
  * <Dropdown hideChipClear />
3019
3030
  */
3020
3031
  hideChipClear?: boolean;
3032
+ /**
3033
+ * Tooltip class
3034
+ * @type {string}
3035
+ * @default ''
3036
+ * @example
3037
+ * <Dropdown tooltipClass="w-96" />
3038
+ */
3039
+ tooltipClass?: string;
3021
3040
  }
3022
3041
 
3023
3042
  declare interface Tab {