@rocketui/vue 0.2.32 → 0.2.33

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.
@@ -1979,7 +1979,14 @@ declare interface Props_6 {
1979
1979
  }
1980
1980
 
1981
1981
  export declare const RAccordion: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<AccordionProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionProps>>>, {}, {}>, {
1982
- title?(_: {}): any;
1982
+ title?(_: {
1983
+ accordion: Accordion & {
1984
+ title: string;
1985
+ content: string;
1986
+ open: boolean;
1987
+ disabled: boolean;
1988
+ };
1989
+ }): any;
1983
1990
  icon?(_: {
1984
1991
  open: boolean;
1985
1992
  }): any;
@@ -2139,9 +2146,15 @@ export declare const RButton: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_Wi
2139
2146
  icon: boolean;
2140
2147
  block: boolean;
2141
2148
  }, {}>, {
2142
- prepend?(_: {}): any;
2143
- default?(_: {}): any;
2144
- append?(_: {}): any;
2149
+ prepend?(_: {
2150
+ onlyIcon: boolean;
2151
+ }): any;
2152
+ default?(_: {
2153
+ disabled: boolean;
2154
+ }): any;
2155
+ append?(_: {
2156
+ onlyIcon: boolean;
2157
+ }): any;
2145
2158
  }>;
2146
2159
 
2147
2160
  export declare const RCheckbox: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_6<Props_3>, {
@@ -2208,8 +2221,12 @@ export declare const RChip: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_With
2208
2221
  clearable: boolean;
2209
2222
  noWrap: boolean;
2210
2223
  }, {}>, {
2211
- prepend?(_: {}): any;
2212
- append?(_: {}): any;
2224
+ prepend?(_: {
2225
+ disabled: boolean;
2226
+ }): any;
2227
+ append?(_: {
2228
+ disabled: boolean;
2229
+ }): any;
2213
2230
  }>;
2214
2231
 
2215
2232
  export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_8<SelectProps>, {
@@ -2290,6 +2307,9 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2290
2307
  }, {}>, {
2291
2308
  prepend?(_: {
2292
2309
  active: boolean;
2310
+ disabled: boolean;
2311
+ error: number;
2312
+ loading: boolean;
2293
2313
  }): any;
2294
2314
  selection?(_: {
2295
2315
  key: number;
@@ -2306,8 +2326,12 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2306
2326
  clearable?(_: {}): any;
2307
2327
  append?(_: {
2308
2328
  active: boolean;
2329
+ disabled: boolean;
2330
+ error: number;
2331
+ loading: boolean;
2309
2332
  }): any;
2310
2333
  option?(_: {
2334
+ disabled: any;
2311
2335
  isSelected: boolean | {
2312
2336
  [x: string]: any;
2313
2337
  value: string | number;
@@ -2317,6 +2341,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2317
2341
  } | undefined;
2318
2342
  }): any;
2319
2343
  "option-prepend"?(_: {
2344
+ disabled: any;
2320
2345
  isSelected: boolean | {
2321
2346
  [x: string]: any;
2322
2347
  value: string | number;
@@ -2326,6 +2351,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2326
2351
  } | undefined;
2327
2352
  }): any;
2328
2353
  "option-append"?(_: {
2354
+ disabled: any;
2329
2355
  isSelected: boolean | {
2330
2356
  [x: string]: any;
2331
2357
  value: string | number;
@@ -2540,8 +2566,12 @@ export declare const RSidebar: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_W
2540
2566
  modelValue: boolean;
2541
2567
  showTrigger: boolean;
2542
2568
  }, {}>, {
2543
- default?(_: {}): any;
2544
- trigger?(_: {}): any;
2569
+ default?(_: {
2570
+ open: boolean;
2571
+ }): any;
2572
+ trigger?(_: {
2573
+ open: boolean;
2574
+ }): any;
2545
2575
  }>;
2546
2576
 
2547
2577
  declare interface RSidebarProps {
@@ -2651,10 +2681,14 @@ export declare const RTabItem: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_
2651
2681
  }, {}>, {
2652
2682
  prepend?(_: {
2653
2683
  active: boolean;
2684
+ disabled: boolean;
2685
+ }): any;
2686
+ default?(_: {
2687
+ label: string;
2654
2688
  }): any;
2655
- default?(_: {}): any;
2656
2689
  append?(_: {
2657
2690
  active: boolean;
2691
+ disabled: boolean;
2658
2692
  }): any;
2659
2693
  }>;
2660
2694
 
@@ -2781,8 +2815,16 @@ export declare const RTextfield: __VLS_WithTemplateSlots_13<DefineComponent<__VL
2781
2815
  hideDetails: boolean;
2782
2816
  readonly: boolean;
2783
2817
  }, {}>, {
2784
- prepend?(_: {}): any;
2785
- append?(_: {}): any;
2818
+ prepend?(_: {
2819
+ disabled: boolean;
2820
+ error: number;
2821
+ loading: boolean;
2822
+ }): any;
2823
+ append?(_: {
2824
+ disabled: boolean;
2825
+ error: number;
2826
+ loading: boolean;
2827
+ }): any;
2786
2828
  }>;
2787
2829
 
2788
2830
  export declare const RTooltip: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_19<IProps_7>, {