auto-vue-basic 0.0.87 → 0.0.88

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, BaseTableProps, StateProps } from 'auto-vue-manual';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComputedRef, StyleValue, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, 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';
@@ -112,7 +112,7 @@ declare const _default: DefineComponent<{}, {
112
112
  lazy: BooleanConstructor;
113
113
  load: PropType< TableProps<any>["load"]>;
114
114
  style: {
115
- type: PropType<CSSProperties>;
115
+ type: PropType< TableProps<any>["style"]>;
116
116
  default: () => {};
117
117
  };
118
118
  className: {
@@ -139,8 +139,8 @@ declare const _default: DefineComponent<{}, {
139
139
  preserveExpandedContent: BooleanConstructor;
140
140
  nativeScrollbar: BooleanConstructor;
141
141
  }>> & {
142
- onScroll?: ((...args: any[]) => any) | undefined;
143
142
  onSelect?: ((...args: any[]) => any) | undefined;
143
+ onScroll?: ((...args: any[]) => any) | undefined;
144
144
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
145
145
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
146
146
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -695,6 +695,7 @@ declare const _default: DefineComponent<{}, {
695
695
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
696
696
  cssVarBlockName: (name: string) => string;
697
697
  };
698
+ t: Translator;
698
699
  };
699
700
  columns: ComputedRef< TableColumnCtx<any>[]>;
700
701
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -736,7 +737,7 @@ declare const _default: DefineComponent<{}, {
736
737
  context: Table<any>;
737
738
  computedSumText: ComputedRef<string>;
738
739
  computedEmptyText: ComputedRef<string>;
739
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
740
+ tableLayout: ComputedRef<"fixed" | "auto">;
740
741
  scrollbarViewStyle: {
741
742
  display: string;
742
743
  verticalAlign: string;
@@ -756,9 +757,9 @@ declare const _default: DefineComponent<{}, {
756
757
  setScrollLeft: (left?: number) => void;
757
758
  setScrollTop: (top?: number) => void;
758
759
  allowDragLastColumn: boolean;
759
- }, 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, {
760
+ }, 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, {
760
761
  data: any[];
761
- style: CSSProperties;
762
+ style: StyleValue;
762
763
  tableLayout: "fixed" | "auto";
763
764
  border: boolean;
764
765
  className: string;
@@ -849,7 +850,7 @@ declare const _default: DefineComponent<{}, {
849
850
  lazy: BooleanConstructor;
850
851
  load: PropType< TableProps<any>["load"]>;
851
852
  style: {
852
- type: PropType<CSSProperties>;
853
+ type: PropType< TableProps<any>["style"]>;
853
854
  default: () => {};
854
855
  };
855
856
  className: {
@@ -876,8 +877,8 @@ declare const _default: DefineComponent<{}, {
876
877
  preserveExpandedContent: BooleanConstructor;
877
878
  nativeScrollbar: BooleanConstructor;
878
879
  }>> & {
879
- onScroll?: ((...args: any[]) => any) | undefined;
880
880
  onSelect?: ((...args: any[]) => any) | undefined;
881
+ onScroll?: ((...args: any[]) => any) | undefined;
881
882
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
882
883
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
883
884
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -1432,6 +1433,7 @@ declare const _default: DefineComponent<{}, {
1432
1433
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1433
1434
  cssVarBlockName: (name: string) => string;
1434
1435
  };
1436
+ t: Translator;
1435
1437
  };
1436
1438
  columns: ComputedRef< TableColumnCtx<any>[]>;
1437
1439
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -1473,7 +1475,7 @@ declare const _default: DefineComponent<{}, {
1473
1475
  context: Table<any>;
1474
1476
  computedSumText: ComputedRef<string>;
1475
1477
  computedEmptyText: ComputedRef<string>;
1476
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
1478
+ tableLayout: ComputedRef<"fixed" | "auto">;
1477
1479
  scrollbarViewStyle: {
1478
1480
  display: string;
1479
1481
  verticalAlign: string;
@@ -1495,7 +1497,7 @@ declare const _default: DefineComponent<{}, {
1495
1497
  allowDragLastColumn: boolean;
1496
1498
  }, {}, {}, {}, {
1497
1499
  data: any[];
1498
- style: CSSProperties;
1500
+ style: StyleValue;
1499
1501
  tableLayout: "fixed" | "auto";
1500
1502
  border: boolean;
1501
1503
  className: string;
@@ -1594,7 +1596,7 @@ declare const _default: DefineComponent<{}, {
1594
1596
  lazy: BooleanConstructor;
1595
1597
  load: PropType< TableProps<any>["load"]>;
1596
1598
  style: {
1597
- type: PropType<CSSProperties>;
1599
+ type: PropType< TableProps<any>["style"]>;
1598
1600
  default: () => {};
1599
1601
  };
1600
1602
  className: {
@@ -1621,8 +1623,8 @@ declare const _default: DefineComponent<{}, {
1621
1623
  preserveExpandedContent: BooleanConstructor;
1622
1624
  nativeScrollbar: BooleanConstructor;
1623
1625
  }>> & {
1624
- onScroll?: ((...args: any[]) => any) | undefined;
1625
1626
  onSelect?: ((...args: any[]) => any) | undefined;
1627
+ onScroll?: ((...args: any[]) => any) | undefined;
1626
1628
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
1627
1629
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
1628
1630
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -2177,6 +2179,7 @@ declare const _default: DefineComponent<{}, {
2177
2179
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2178
2180
  cssVarBlockName: (name: string) => string;
2179
2181
  };
2182
+ t: Translator;
2180
2183
  };
2181
2184
  columns: ComputedRef< TableColumnCtx<any>[]>;
2182
2185
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -2218,7 +2221,7 @@ declare const _default: DefineComponent<{}, {
2218
2221
  context: Table<any>;
2219
2222
  computedSumText: ComputedRef<string>;
2220
2223
  computedEmptyText: ComputedRef<string>;
2221
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
2224
+ tableLayout: ComputedRef<"fixed" | "auto">;
2222
2225
  scrollbarViewStyle: {
2223
2226
  display: string;
2224
2227
  verticalAlign: string;
@@ -2238,9 +2241,9 @@ declare const _default: DefineComponent<{}, {
2238
2241
  setScrollLeft: (left?: number) => void;
2239
2242
  setScrollTop: (top?: number) => void;
2240
2243
  allowDragLastColumn: boolean;
2241
- }, 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, {
2244
+ }, 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, {
2242
2245
  data: any[];
2243
- style: CSSProperties;
2246
+ style: StyleValue;
2244
2247
  tableLayout: "fixed" | "auto";
2245
2248
  border: boolean;
2246
2249
  className: string;
@@ -2331,7 +2334,7 @@ declare const _default: DefineComponent<{}, {
2331
2334
  lazy: BooleanConstructor;
2332
2335
  load: PropType< TableProps<any>["load"]>;
2333
2336
  style: {
2334
- type: PropType<CSSProperties>;
2337
+ type: PropType< TableProps<any>["style"]>;
2335
2338
  default: () => {};
2336
2339
  };
2337
2340
  className: {
@@ -2358,8 +2361,8 @@ declare const _default: DefineComponent<{}, {
2358
2361
  preserveExpandedContent: BooleanConstructor;
2359
2362
  nativeScrollbar: BooleanConstructor;
2360
2363
  }>> & {
2361
- onScroll?: ((...args: any[]) => any) | undefined;
2362
2364
  onSelect?: ((...args: any[]) => any) | undefined;
2365
+ onScroll?: ((...args: any[]) => any) | undefined;
2363
2366
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
2364
2367
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
2365
2368
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -2914,6 +2917,7 @@ declare const _default: DefineComponent<{}, {
2914
2917
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2915
2918
  cssVarBlockName: (name: string) => string;
2916
2919
  };
2920
+ t: Translator;
2917
2921
  };
2918
2922
  columns: ComputedRef< TableColumnCtx<any>[]>;
2919
2923
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -2955,7 +2959,7 @@ declare const _default: DefineComponent<{}, {
2955
2959
  context: Table<any>;
2956
2960
  computedSumText: ComputedRef<string>;
2957
2961
  computedEmptyText: ComputedRef<string>;
2958
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
2962
+ tableLayout: ComputedRef<"fixed" | "auto">;
2959
2963
  scrollbarViewStyle: {
2960
2964
  display: string;
2961
2965
  verticalAlign: string;
@@ -2977,7 +2981,7 @@ declare const _default: DefineComponent<{}, {
2977
2981
  allowDragLastColumn: boolean;
2978
2982
  }, {}, {}, {}, {
2979
2983
  data: any[];
2980
- style: CSSProperties;
2984
+ style: StyleValue;
2981
2985
  tableLayout: "fixed" | "auto";
2982
2986
  border: boolean;
2983
2987
  className: string;
@@ -3061,7 +3065,7 @@ declare const _default: DefineComponent<{}, {
3061
3065
  lazy: BooleanConstructor;
3062
3066
  load: PropType< TableProps<any>["load"]>;
3063
3067
  style: {
3064
- type: PropType<CSSProperties>;
3068
+ type: PropType< TableProps<any>["style"]>;
3065
3069
  default: () => {};
3066
3070
  };
3067
3071
  className: {
@@ -3088,8 +3092,8 @@ declare const _default: DefineComponent<{}, {
3088
3092
  preserveExpandedContent: BooleanConstructor;
3089
3093
  nativeScrollbar: BooleanConstructor;
3090
3094
  }>> & {
3091
- onScroll?: ((...args: any[]) => any) | undefined;
3092
3095
  onSelect?: ((...args: any[]) => any) | undefined;
3096
+ onScroll?: ((...args: any[]) => any) | undefined;
3093
3097
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
3094
3098
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
3095
3099
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -3644,6 +3648,7 @@ declare const _default: DefineComponent<{}, {
3644
3648
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
3645
3649
  cssVarBlockName: (name: string) => string;
3646
3650
  };
3651
+ t: Translator;
3647
3652
  };
3648
3653
  columns: ComputedRef< TableColumnCtx<any>[]>;
3649
3654
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -3685,7 +3690,7 @@ declare const _default: DefineComponent<{}, {
3685
3690
  context: Table<any>;
3686
3691
  computedSumText: ComputedRef<string>;
3687
3692
  computedEmptyText: ComputedRef<string>;
3688
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
3693
+ tableLayout: ComputedRef<"fixed" | "auto">;
3689
3694
  scrollbarViewStyle: {
3690
3695
  display: string;
3691
3696
  verticalAlign: string;
@@ -3705,9 +3710,9 @@ declare const _default: DefineComponent<{}, {
3705
3710
  setScrollLeft: (left?: number) => void;
3706
3711
  setScrollTop: (top?: number) => void;
3707
3712
  allowDragLastColumn: boolean;
3708
- }, 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, {
3713
+ }, 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, {
3709
3714
  data: any[];
3710
- style: CSSProperties;
3715
+ style: StyleValue;
3711
3716
  tableLayout: "fixed" | "auto";
3712
3717
  border: boolean;
3713
3718
  className: string;
@@ -3798,7 +3803,7 @@ declare const _default: DefineComponent<{}, {
3798
3803
  lazy: BooleanConstructor;
3799
3804
  load: PropType< TableProps<any>["load"]>;
3800
3805
  style: {
3801
- type: PropType<CSSProperties>;
3806
+ type: PropType< TableProps<any>["style"]>;
3802
3807
  default: () => {};
3803
3808
  };
3804
3809
  className: {
@@ -3825,8 +3830,8 @@ declare const _default: DefineComponent<{}, {
3825
3830
  preserveExpandedContent: BooleanConstructor;
3826
3831
  nativeScrollbar: BooleanConstructor;
3827
3832
  }>> & {
3828
- onScroll?: ((...args: any[]) => any) | undefined;
3829
3833
  onSelect?: ((...args: any[]) => any) | undefined;
3834
+ onScroll?: ((...args: any[]) => any) | undefined;
3830
3835
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
3831
3836
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
3832
3837
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -4381,6 +4386,7 @@ declare const _default: DefineComponent<{}, {
4381
4386
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
4382
4387
  cssVarBlockName: (name: string) => string;
4383
4388
  };
4389
+ t: Translator;
4384
4390
  };
4385
4391
  columns: ComputedRef< TableColumnCtx<any>[]>;
4386
4392
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -4422,7 +4428,7 @@ declare const _default: DefineComponent<{}, {
4422
4428
  context: Table<any>;
4423
4429
  computedSumText: ComputedRef<string>;
4424
4430
  computedEmptyText: ComputedRef<string>;
4425
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
4431
+ tableLayout: ComputedRef<"fixed" | "auto">;
4426
4432
  scrollbarViewStyle: {
4427
4433
  display: string;
4428
4434
  verticalAlign: string;
@@ -4444,7 +4450,7 @@ declare const _default: DefineComponent<{}, {
4444
4450
  allowDragLastColumn: boolean;
4445
4451
  }, {}, {}, {}, {
4446
4452
  data: any[];
4447
- style: CSSProperties;
4453
+ style: StyleValue;
4448
4454
  tableLayout: "fixed" | "auto";
4449
4455
  border: boolean;
4450
4456
  className: string;
@@ -4626,7 +4632,7 @@ declare const _default: DefineComponent<{}, {
4626
4632
  lazy: BooleanConstructor;
4627
4633
  load: PropType< TableProps<any>["load"]>;
4628
4634
  style: {
4629
- type: PropType<CSSProperties>;
4635
+ type: PropType< TableProps<any>["style"]>;
4630
4636
  default: () => {};
4631
4637
  };
4632
4638
  className: {
@@ -4653,8 +4659,8 @@ declare const _default: DefineComponent<{}, {
4653
4659
  preserveExpandedContent: BooleanConstructor;
4654
4660
  nativeScrollbar: BooleanConstructor;
4655
4661
  }>> & {
4656
- onScroll?: ((...args: any[]) => any) | undefined;
4657
4662
  onSelect?: ((...args: any[]) => any) | undefined;
4663
+ onScroll?: ((...args: any[]) => any) | undefined;
4658
4664
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
4659
4665
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
4660
4666
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -5209,6 +5215,7 @@ declare const _default: DefineComponent<{}, {
5209
5215
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
5210
5216
  cssVarBlockName: (name: string) => string;
5211
5217
  };
5218
+ t: Translator;
5212
5219
  };
5213
5220
  columns: ComputedRef< TableColumnCtx<any>[]>;
5214
5221
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -5250,7 +5257,7 @@ declare const _default: DefineComponent<{}, {
5250
5257
  context: Table<any>;
5251
5258
  computedSumText: ComputedRef<string>;
5252
5259
  computedEmptyText: ComputedRef<string>;
5253
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
5260
+ tableLayout: ComputedRef<"fixed" | "auto">;
5254
5261
  scrollbarViewStyle: {
5255
5262
  display: string;
5256
5263
  verticalAlign: string;
@@ -5270,9 +5277,9 @@ declare const _default: DefineComponent<{}, {
5270
5277
  setScrollLeft: (left?: number) => void;
5271
5278
  setScrollTop: (top?: number) => void;
5272
5279
  allowDragLastColumn: boolean;
5273
- }, 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, {
5280
+ }, 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, {
5274
5281
  data: any[];
5275
- style: CSSProperties;
5282
+ style: StyleValue;
5276
5283
  tableLayout: "fixed" | "auto";
5277
5284
  border: boolean;
5278
5285
  className: string;
@@ -5363,7 +5370,7 @@ declare const _default: DefineComponent<{}, {
5363
5370
  lazy: BooleanConstructor;
5364
5371
  load: PropType< TableProps<any>["load"]>;
5365
5372
  style: {
5366
- type: PropType<CSSProperties>;
5373
+ type: PropType< TableProps<any>["style"]>;
5367
5374
  default: () => {};
5368
5375
  };
5369
5376
  className: {
@@ -5390,8 +5397,8 @@ declare const _default: DefineComponent<{}, {
5390
5397
  preserveExpandedContent: BooleanConstructor;
5391
5398
  nativeScrollbar: BooleanConstructor;
5392
5399
  }>> & {
5393
- onScroll?: ((...args: any[]) => any) | undefined;
5394
5400
  onSelect?: ((...args: any[]) => any) | undefined;
5401
+ onScroll?: ((...args: any[]) => any) | undefined;
5395
5402
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
5396
5403
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
5397
5404
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -5946,6 +5953,7 @@ declare const _default: DefineComponent<{}, {
5946
5953
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
5947
5954
  cssVarBlockName: (name: string) => string;
5948
5955
  };
5956
+ t: Translator;
5949
5957
  };
5950
5958
  columns: ComputedRef< TableColumnCtx<any>[]>;
5951
5959
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -5987,7 +5995,7 @@ declare const _default: DefineComponent<{}, {
5987
5995
  context: Table<any>;
5988
5996
  computedSumText: ComputedRef<string>;
5989
5997
  computedEmptyText: ComputedRef<string>;
5990
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
5998
+ tableLayout: ComputedRef<"fixed" | "auto">;
5991
5999
  scrollbarViewStyle: {
5992
6000
  display: string;
5993
6001
  verticalAlign: string;
@@ -6009,7 +6017,7 @@ declare const _default: DefineComponent<{}, {
6009
6017
  allowDragLastColumn: boolean;
6010
6018
  }, {}, {}, {}, {
6011
6019
  data: any[];
6012
- style: CSSProperties;
6020
+ style: StyleValue;
6013
6021
  tableLayout: "fixed" | "auto";
6014
6022
  border: boolean;
6015
6023
  className: string;
@@ -6093,7 +6101,7 @@ declare const _default: DefineComponent<{}, {
6093
6101
  lazy: BooleanConstructor;
6094
6102
  load: PropType< TableProps<any>["load"]>;
6095
6103
  style: {
6096
- type: PropType<CSSProperties>;
6104
+ type: PropType< TableProps<any>["style"]>;
6097
6105
  default: () => {};
6098
6106
  };
6099
6107
  className: {
@@ -6120,8 +6128,8 @@ declare const _default: DefineComponent<{}, {
6120
6128
  preserveExpandedContent: BooleanConstructor;
6121
6129
  nativeScrollbar: BooleanConstructor;
6122
6130
  }>> & {
6123
- onScroll?: ((...args: any[]) => any) | undefined;
6124
6131
  onSelect?: ((...args: any[]) => any) | undefined;
6132
+ onScroll?: ((...args: any[]) => any) | undefined;
6125
6133
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
6126
6134
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
6127
6135
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -6676,6 +6684,7 @@ declare const _default: DefineComponent<{}, {
6676
6684
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
6677
6685
  cssVarBlockName: (name: string) => string;
6678
6686
  };
6687
+ t: Translator;
6679
6688
  };
6680
6689
  columns: ComputedRef< TableColumnCtx<any>[]>;
6681
6690
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -6717,7 +6726,7 @@ declare const _default: DefineComponent<{}, {
6717
6726
  context: Table<any>;
6718
6727
  computedSumText: ComputedRef<string>;
6719
6728
  computedEmptyText: ComputedRef<string>;
6720
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
6729
+ tableLayout: ComputedRef<"fixed" | "auto">;
6721
6730
  scrollbarViewStyle: {
6722
6731
  display: string;
6723
6732
  verticalAlign: string;
@@ -6737,9 +6746,9 @@ declare const _default: DefineComponent<{}, {
6737
6746
  setScrollLeft: (left?: number) => void;
6738
6747
  setScrollTop: (top?: number) => void;
6739
6748
  allowDragLastColumn: boolean;
6740
- }, 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, {
6749
+ }, 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, {
6741
6750
  data: any[];
6742
- style: CSSProperties;
6751
+ style: StyleValue;
6743
6752
  tableLayout: "fixed" | "auto";
6744
6753
  border: boolean;
6745
6754
  className: string;
@@ -6830,7 +6839,7 @@ declare const _default: DefineComponent<{}, {
6830
6839
  lazy: BooleanConstructor;
6831
6840
  load: PropType< TableProps<any>["load"]>;
6832
6841
  style: {
6833
- type: PropType<CSSProperties>;
6842
+ type: PropType< TableProps<any>["style"]>;
6834
6843
  default: () => {};
6835
6844
  };
6836
6845
  className: {
@@ -6857,8 +6866,8 @@ declare const _default: DefineComponent<{}, {
6857
6866
  preserveExpandedContent: BooleanConstructor;
6858
6867
  nativeScrollbar: BooleanConstructor;
6859
6868
  }>> & {
6860
- onScroll?: ((...args: any[]) => any) | undefined;
6861
6869
  onSelect?: ((...args: any[]) => any) | undefined;
6870
+ onScroll?: ((...args: any[]) => any) | undefined;
6862
6871
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
6863
6872
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
6864
6873
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -7413,6 +7422,7 @@ declare const _default: DefineComponent<{}, {
7413
7422
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
7414
7423
  cssVarBlockName: (name: string) => string;
7415
7424
  };
7425
+ t: Translator;
7416
7426
  };
7417
7427
  columns: ComputedRef< TableColumnCtx<any>[]>;
7418
7428
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -7454,7 +7464,7 @@ declare const _default: DefineComponent<{}, {
7454
7464
  context: Table<any>;
7455
7465
  computedSumText: ComputedRef<string>;
7456
7466
  computedEmptyText: ComputedRef<string>;
7457
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
7467
+ tableLayout: ComputedRef<"fixed" | "auto">;
7458
7468
  scrollbarViewStyle: {
7459
7469
  display: string;
7460
7470
  verticalAlign: string;
@@ -7476,7 +7486,7 @@ declare const _default: DefineComponent<{}, {
7476
7486
  allowDragLastColumn: boolean;
7477
7487
  }, {}, {}, {}, {
7478
7488
  data: any[];
7479
- style: CSSProperties;
7489
+ style: StyleValue;
7480
7490
  tableLayout: "fixed" | "auto";
7481
7491
  border: boolean;
7482
7492
  className: string;