auto-vue-basic 0.0.87 → 0.0.89

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.
@@ -1,5 +1,5 @@
1
1
  import { ColumnProps, ProTableListProps, StateProps } from 'auto-vue-manual';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComputedRef, StyleValue, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
3
  import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
4
4
  import { EpPropMergeType } from 'element-plus/es/utils';
5
5
  import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
@@ -121,7 +121,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
121
121
  lazy: BooleanConstructor;
122
122
  load: PropType< TableProps<any>["load"]>;
123
123
  style: {
124
- type: PropType<CSSProperties>;
124
+ type: PropType< TableProps<any>["style"]>;
125
125
  default: () => {};
126
126
  };
127
127
  className: {
@@ -148,8 +148,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
148
148
  preserveExpandedContent: BooleanConstructor;
149
149
  nativeScrollbar: BooleanConstructor;
150
150
  }>> & {
151
- onScroll?: ((...args: any[]) => any) | undefined;
152
151
  onSelect?: ((...args: any[]) => any) | undefined;
152
+ onScroll?: ((...args: any[]) => any) | undefined;
153
153
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
154
154
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
155
155
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -175,8 +175,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
175
175
  m: (modifier?: string) => string;
176
176
  be: (blockSuffix?: string, element?: string) => string;
177
177
  em: (element?: string, modifier?: string) => string;
178
- bm: (blockSuffix?: string, modifier
179
- /** @type { [typeof __VLS_components.ElSpace, typeof __VLS_components.elSpace, typeof __VLS_components.ElSpace, typeof __VLS_components.elSpace, ] } */ ? /** @type { [typeof __VLS_components.ElSpace, typeof __VLS_components.elSpace, typeof __VLS_components.ElSpace, typeof __VLS_components.elSpace, ] } */: string) => string;
178
+ bm: (blockSuffix?: string, modifier?: string) => string;
180
179
  bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
181
180
  is: {
182
181
  (name: string, state: boolean | undefined): string;
@@ -705,6 +704,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
705
704
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
706
705
  cssVarBlockName: (name: string) => string;
707
706
  };
707
+ t: Translator;
708
708
  };
709
709
  columns: ComputedRef< TableColumnCtx<any>[]>;
710
710
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -746,7 +746,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
746
746
  context: Table<any>;
747
747
  computedSumText: ComputedRef<string>;
748
748
  computedEmptyText: ComputedRef<string>;
749
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
749
+ tableLayout: ComputedRef<"fixed" | "auto">;
750
750
  scrollbarViewStyle: {
751
751
  display: string;
752
752
  verticalAlign: string;
@@ -766,9 +766,9 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
766
766
  setScrollLeft: (left?: number) => void;
767
767
  setScrollTop: (top?: number) => void;
768
768
  allowDragLastColumn: boolean;
769
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "scroll" | "selection-change" | "current-change" | "row-click" | "row-dblclick" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
769
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "scroll" | "selection-change" | "current-change" | "row-click" | "row-dblclick" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu")[], PublicProps, {
770
770
  data: any[];
771
- style: CSSProperties;
771
+ style: StyleValue;
772
772
  tableLayout: "fixed" | "auto";
773
773
  border: boolean;
774
774
  className: string;
@@ -859,7 +859,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
859
859
  lazy: BooleanConstructor;
860
860
  load: PropType< TableProps<any>["load"]>;
861
861
  style: {
862
- type: PropType<CSSProperties>;
862
+ type: PropType< TableProps<any>["style"]>;
863
863
  default: () => {};
864
864
  };
865
865
  className: {
@@ -886,8 +886,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
886
886
  preserveExpandedContent: BooleanConstructor;
887
887
  nativeScrollbar: BooleanConstructor;
888
888
  }>> & {
889
- onScroll?: ((...args: any[]) => any) | undefined;
890
889
  onSelect?: ((...args: any[]) => any) | undefined;
890
+ onScroll?: ((...args: any[]) => any) | undefined;
891
891
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
892
892
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
893
893
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -1442,6 +1442,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1442
1442
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1443
1443
  cssVarBlockName: (name: string) => string;
1444
1444
  };
1445
+ t: Translator;
1445
1446
  };
1446
1447
  columns: ComputedRef< TableColumnCtx<any>[]>;
1447
1448
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -1483,7 +1484,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1483
1484
  context: Table<any>;
1484
1485
  computedSumText: ComputedRef<string>;
1485
1486
  computedEmptyText: ComputedRef<string>;
1486
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
1487
+ tableLayout: ComputedRef<"fixed" | "auto">;
1487
1488
  scrollbarViewStyle: {
1488
1489
  display: string;
1489
1490
  verticalAlign: string;
@@ -1505,7 +1506,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1505
1506
  allowDragLastColumn: boolean;
1506
1507
  }, {}, {}, {}, {
1507
1508
  data: any[];
1508
- style: CSSProperties;
1509
+ style: StyleValue;
1509
1510
  tableLayout: "fixed" | "auto";
1510
1511
  border: boolean;
1511
1512
  className: string;
@@ -1589,7 +1590,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1589
1590
  lazy: BooleanConstructor;
1590
1591
  load: PropType< TableProps<any>["load"]>;
1591
1592
  style: {
1592
- type: PropType<CSSProperties>;
1593
+ type: PropType< TableProps<any>["style"]>;
1593
1594
  default: () => {};
1594
1595
  };
1595
1596
  className: {
@@ -1616,8 +1617,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1616
1617
  preserveExpandedContent: BooleanConstructor;
1617
1618
  nativeScrollbar: BooleanConstructor;
1618
1619
  }>> & {
1619
- onScroll?: ((...args: any[]) => any) | undefined;
1620
1620
  onSelect?: ((...args: any[]) => any) | undefined;
1621
+ onScroll?: ((...args: any[]) => any) | undefined;
1621
1622
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
1622
1623
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
1623
1624
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -2172,6 +2173,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2172
2173
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2173
2174
  cssVarBlockName: (name: string) => string;
2174
2175
  };
2176
+ t: Translator;
2175
2177
  };
2176
2178
  columns: ComputedRef< TableColumnCtx<any>[]>;
2177
2179
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -2213,7 +2215,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2213
2215
  context: Table<any>;
2214
2216
  computedSumText: ComputedRef<string>;
2215
2217
  computedEmptyText: ComputedRef<string>;
2216
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
2218
+ tableLayout: ComputedRef<"fixed" | "auto">;
2217
2219
  scrollbarViewStyle: {
2218
2220
  display: string;
2219
2221
  verticalAlign: string;
@@ -2233,9 +2235,9 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2233
2235
  setScrollLeft: (left?: number) => void;
2234
2236
  setScrollTop: (top?: number) => void;
2235
2237
  allowDragLastColumn: boolean;
2236
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "scroll" | "selection-change" | "current-change" | "row-click" | "row-dblclick" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
2238
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "scroll" | "selection-change" | "current-change" | "row-click" | "row-dblclick" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu")[], PublicProps, {
2237
2239
  data: any[];
2238
- style: CSSProperties;
2240
+ style: StyleValue;
2239
2241
  tableLayout: "fixed" | "auto";
2240
2242
  border: boolean;
2241
2243
  className: string;
@@ -2326,7 +2328,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2326
2328
  lazy: BooleanConstructor;
2327
2329
  load: PropType< TableProps<any>["load"]>;
2328
2330
  style: {
2329
- type: PropType<CSSProperties>;
2331
+ type: PropType< TableProps<any>["style"]>;
2330
2332
  default: () => {};
2331
2333
  };
2332
2334
  className: {
@@ -2353,8 +2355,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2353
2355
  preserveExpandedContent: BooleanConstructor;
2354
2356
  nativeScrollbar: BooleanConstructor;
2355
2357
  }>> & {
2356
- onScroll?: ((...args: any[]) => any) | undefined;
2357
2358
  onSelect?: ((...args: any[]) => any) | undefined;
2359
+ onScroll?: ((...args: any[]) => any) | undefined;
2358
2360
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
2359
2361
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
2360
2362
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -2909,6 +2911,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2909
2911
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2910
2912
  cssVarBlockName: (name: string) => string;
2911
2913
  };
2914
+ t: Translator;
2912
2915
  };
2913
2916
  columns: ComputedRef< TableColumnCtx<any>[]>;
2914
2917
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -2950,7 +2953,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2950
2953
  context: Table<any>;
2951
2954
  computedSumText: ComputedRef<string>;
2952
2955
  computedEmptyText: ComputedRef<string>;
2953
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
2956
+ tableLayout: ComputedRef<"fixed" | "auto">;
2954
2957
  scrollbarViewStyle: {
2955
2958
  display: string;
2956
2959
  verticalAlign: string;
@@ -2972,7 +2975,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2972
2975
  allowDragLastColumn: boolean;
2973
2976
  }, {}, {}, {}, {
2974
2977
  data: any[];
2975
- style: CSSProperties;
2978
+ style: StyleValue;
2976
2979
  tableLayout: "fixed" | "auto";
2977
2980
  border: boolean;
2978
2981
  className: string;
@@ -3151,7 +3154,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3151
3154
  lazy: BooleanConstructor;
3152
3155
  load: PropType< TableProps<any>["load"]>;
3153
3156
  style: {
3154
- type: PropType<CSSProperties>;
3157
+ type: PropType< TableProps<any>["style"]>;
3155
3158
  default: () => {};
3156
3159
  };
3157
3160
  className: {
@@ -3178,8 +3181,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3178
3181
  preserveExpandedContent: BooleanConstructor;
3179
3182
  nativeScrollbar: BooleanConstructor;
3180
3183
  }>> & {
3181
- onScroll?: ((...args: any[]) => any) | undefined;
3182
3184
  onSelect?: ((...args: any[]) => any) | undefined;
3185
+ onScroll?: ((...args: any[]) => any) | undefined;
3183
3186
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
3184
3187
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
3185
3188
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -3205,8 +3208,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3205
3208
  m: (modifier?: string) => string;
3206
3209
  be: (blockSuffix?: string, element?: string) => string;
3207
3210
  em: (element?: string, modifier?: string) => string;
3208
- bm: (blockSuffix?: string, modifier
3209
- /** @type { [typeof __VLS_components.ElSpace, typeof __VLS_components.elSpace, typeof __VLS_components.ElSpace, typeof __VLS_components.elSpace, ] } */ ? /** @type { [typeof __VLS_components.ElSpace, typeof __VLS_components.elSpace, typeof __VLS_components.ElSpace, typeof __VLS_components.elSpace, ] } */: string) => string;
3211
+ bm: (blockSuffix?: string, modifier?: string) => string;
3210
3212
  bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
3211
3213
  is: {
3212
3214
  (name: string, state: boolean | undefined): string;
@@ -3735,6 +3737,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3735
3737
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
3736
3738
  cssVarBlockName: (name: string) => string;
3737
3739
  };
3740
+ t: Translator;
3738
3741
  };
3739
3742
  columns: ComputedRef< TableColumnCtx<any>[]>;
3740
3743
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -3776,7 +3779,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3776
3779
  context: Table<any>;
3777
3780
  computedSumText: ComputedRef<string>;
3778
3781
  computedEmptyText: ComputedRef<string>;
3779
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
3782
+ tableLayout: ComputedRef<"fixed" | "auto">;
3780
3783
  scrollbarViewStyle: {
3781
3784
  display: string;
3782
3785
  verticalAlign: string;
@@ -3796,9 +3799,9 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3796
3799
  setScrollLeft: (left?: number) => void;
3797
3800
  setScrollTop: (top?: number) => void;
3798
3801
  allowDragLastColumn: boolean;
3799
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "scroll" | "selection-change" | "current-change" | "row-click" | "row-dblclick" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
3802
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "scroll" | "selection-change" | "current-change" | "row-click" | "row-dblclick" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu")[], PublicProps, {
3800
3803
  data: any[];
3801
- style: CSSProperties;
3804
+ style: StyleValue;
3802
3805
  tableLayout: "fixed" | "auto";
3803
3806
  border: boolean;
3804
3807
  className: string;
@@ -3889,7 +3892,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3889
3892
  lazy: BooleanConstructor;
3890
3893
  load: PropType< TableProps<any>["load"]>;
3891
3894
  style: {
3892
- type: PropType<CSSProperties>;
3895
+ type: PropType< TableProps<any>["style"]>;
3893
3896
  default: () => {};
3894
3897
  };
3895
3898
  className: {
@@ -3916,8 +3919,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3916
3919
  preserveExpandedContent: BooleanConstructor;
3917
3920
  nativeScrollbar: BooleanConstructor;
3918
3921
  }>> & {
3919
- onScroll?: ((...args: any[]) => any) | undefined;
3920
3922
  onSelect?: ((...args: any[]) => any) | undefined;
3923
+ onScroll?: ((...args: any[]) => any) | undefined;
3921
3924
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
3922
3925
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
3923
3926
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -4472,6 +4475,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4472
4475
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
4473
4476
  cssVarBlockName: (name: string) => string;
4474
4477
  };
4478
+ t: Translator;
4475
4479
  };
4476
4480
  columns: ComputedRef< TableColumnCtx<any>[]>;
4477
4481
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -4513,7 +4517,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4513
4517
  context: Table<any>;
4514
4518
  computedSumText: ComputedRef<string>;
4515
4519
  computedEmptyText: ComputedRef<string>;
4516
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
4520
+ tableLayout: ComputedRef<"fixed" | "auto">;
4517
4521
  scrollbarViewStyle: {
4518
4522
  display: string;
4519
4523
  verticalAlign: string;
@@ -4535,7 +4539,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4535
4539
  allowDragLastColumn: boolean;
4536
4540
  }, {}, {}, {}, {
4537
4541
  data: any[];
4538
- style: CSSProperties;
4542
+ style: StyleValue;
4539
4543
  tableLayout: "fixed" | "auto";
4540
4544
  border: boolean;
4541
4545
  className: string;
@@ -4619,7 +4623,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4619
4623
  lazy: BooleanConstructor;
4620
4624
  load: PropType< TableProps<any>["load"]>;
4621
4625
  style: {
4622
- type: PropType<CSSProperties>;
4626
+ type: PropType< TableProps<any>["style"]>;
4623
4627
  default: () => {};
4624
4628
  };
4625
4629
  className: {
@@ -4646,8 +4650,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4646
4650
  preserveExpandedContent: BooleanConstructor;
4647
4651
  nativeScrollbar: BooleanConstructor;
4648
4652
  }>> & {
4649
- onScroll?: ((...args: any[]) => any) | undefined;
4650
4653
  onSelect?: ((...args: any[]) => any) | undefined;
4654
+ onScroll?: ((...args: any[]) => any) | undefined;
4651
4655
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
4652
4656
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
4653
4657
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -5202,6 +5206,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5202
5206
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
5203
5207
  cssVarBlockName: (name: string) => string;
5204
5208
  };
5209
+ t: Translator;
5205
5210
  };
5206
5211
  columns: ComputedRef< TableColumnCtx<any>[]>;
5207
5212
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -5243,7 +5248,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5243
5248
  context: Table<any>;
5244
5249
  computedSumText: ComputedRef<string>;
5245
5250
  computedEmptyText: ComputedRef<string>;
5246
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
5251
+ tableLayout: ComputedRef<"fixed" | "auto">;
5247
5252
  scrollbarViewStyle: {
5248
5253
  display: string;
5249
5254
  verticalAlign: string;
@@ -5263,9 +5268,9 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5263
5268
  setScrollLeft: (left?: number) => void;
5264
5269
  setScrollTop: (top?: number) => void;
5265
5270
  allowDragLastColumn: boolean;
5266
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "scroll" | "selection-change" | "current-change" | "row-click" | "row-dblclick" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
5271
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "scroll" | "selection-change" | "current-change" | "row-click" | "row-dblclick" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu")[], PublicProps, {
5267
5272
  data: any[];
5268
- style: CSSProperties;
5273
+ style: StyleValue;
5269
5274
  tableLayout: "fixed" | "auto";
5270
5275
  border: boolean;
5271
5276
  className: string;
@@ -5356,7 +5361,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5356
5361
  lazy: BooleanConstructor;
5357
5362
  load: PropType< TableProps<any>["load"]>;
5358
5363
  style: {
5359
- type: PropType<CSSProperties>;
5364
+ type: PropType< TableProps<any>["style"]>;
5360
5365
  default: () => {};
5361
5366
  };
5362
5367
  className: {
@@ -5383,8 +5388,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5383
5388
  preserveExpandedContent: BooleanConstructor;
5384
5389
  nativeScrollbar: BooleanConstructor;
5385
5390
  }>> & {
5386
- onScroll?: ((...args: any[]) => any) | undefined;
5387
5391
  onSelect?: ((...args: any[]) => any) | undefined;
5392
+ onScroll?: ((...args: any[]) => any) | undefined;
5388
5393
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
5389
5394
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
5390
5395
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -5939,6 +5944,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5939
5944
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
5940
5945
  cssVarBlockName: (name: string) => string;
5941
5946
  };
5947
+ t: Translator;
5942
5948
  };
5943
5949
  columns: ComputedRef< TableColumnCtx<any>[]>;
5944
5950
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -5980,7 +5986,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5980
5986
  context: Table<any>;
5981
5987
  computedSumText: ComputedRef<string>;
5982
5988
  computedEmptyText: ComputedRef<string>;
5983
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
5989
+ tableLayout: ComputedRef<"fixed" | "auto">;
5984
5990
  scrollbarViewStyle: {
5985
5991
  display: string;
5986
5992
  verticalAlign: string;
@@ -6002,7 +6008,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
6002
6008
  allowDragLastColumn: boolean;
6003
6009
  }, {}, {}, {}, {
6004
6010
  data: any[];
6005
- style: CSSProperties;
6011
+ style: StyleValue;
6006
6012
  tableLayout: "fixed" | "auto";
6007
6013
  border: boolean;
6008
6014
  className: string;