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;
@@ -704,6 +704,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
704
704
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
705
705
  cssVarBlockName: (name: string) => string;
706
706
  };
707
+ t: Translator;
707
708
  };
708
709
  columns: ComputedRef< TableColumnCtx<any>[]>;
709
710
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -745,7 +746,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
745
746
  context: Table<any>;
746
747
  computedSumText: ComputedRef<string>;
747
748
  computedEmptyText: ComputedRef<string>;
748
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
749
+ tableLayout: ComputedRef<"fixed" | "auto">;
749
750
  scrollbarViewStyle: {
750
751
  display: string;
751
752
  verticalAlign: string;
@@ -765,9 +766,9 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
765
766
  setScrollLeft: (left?: number) => void;
766
767
  setScrollTop: (top?: number) => void;
767
768
  allowDragLastColumn: boolean;
768
- }, 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, {
769
770
  data: any[];
770
- style: CSSProperties;
771
+ style: StyleValue;
771
772
  tableLayout: "fixed" | "auto";
772
773
  border: boolean;
773
774
  className: string;
@@ -858,7 +859,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
858
859
  lazy: BooleanConstructor;
859
860
  load: PropType< TableProps<any>["load"]>;
860
861
  style: {
861
- type: PropType<CSSProperties>;
862
+ type: PropType< TableProps<any>["style"]>;
862
863
  default: () => {};
863
864
  };
864
865
  className: {
@@ -885,8 +886,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
885
886
  preserveExpandedContent: BooleanConstructor;
886
887
  nativeScrollbar: BooleanConstructor;
887
888
  }>> & {
888
- onScroll?: ((...args: any[]) => any) | undefined;
889
889
  onSelect?: ((...args: any[]) => any) | undefined;
890
+ onScroll?: ((...args: any[]) => any) | undefined;
890
891
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
891
892
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
892
893
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -1441,6 +1442,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1441
1442
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1442
1443
  cssVarBlockName: (name: string) => string;
1443
1444
  };
1445
+ t: Translator;
1444
1446
  };
1445
1447
  columns: ComputedRef< TableColumnCtx<any>[]>;
1446
1448
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -1482,7 +1484,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1482
1484
  context: Table<any>;
1483
1485
  computedSumText: ComputedRef<string>;
1484
1486
  computedEmptyText: ComputedRef<string>;
1485
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
1487
+ tableLayout: ComputedRef<"fixed" | "auto">;
1486
1488
  scrollbarViewStyle: {
1487
1489
  display: string;
1488
1490
  verticalAlign: string;
@@ -1504,7 +1506,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1504
1506
  allowDragLastColumn: boolean;
1505
1507
  }, {}, {}, {}, {
1506
1508
  data: any[];
1507
- style: CSSProperties;
1509
+ style: StyleValue;
1508
1510
  tableLayout: "fixed" | "auto";
1509
1511
  border: boolean;
1510
1512
  className: string;
@@ -1588,7 +1590,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1588
1590
  lazy: BooleanConstructor;
1589
1591
  load: PropType< TableProps<any>["load"]>;
1590
1592
  style: {
1591
- type: PropType<CSSProperties>;
1593
+ type: PropType< TableProps<any>["style"]>;
1592
1594
  default: () => {};
1593
1595
  };
1594
1596
  className: {
@@ -1615,8 +1617,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
1615
1617
  preserveExpandedContent: BooleanConstructor;
1616
1618
  nativeScrollbar: BooleanConstructor;
1617
1619
  }>> & {
1618
- onScroll?: ((...args: any[]) => any) | undefined;
1619
1620
  onSelect?: ((...args: any[]) => any) | undefined;
1621
+ onScroll?: ((...args: any[]) => any) | undefined;
1620
1622
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
1621
1623
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
1622
1624
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -2171,6 +2173,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2171
2173
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2172
2174
  cssVarBlockName: (name: string) => string;
2173
2175
  };
2176
+ t: Translator;
2174
2177
  };
2175
2178
  columns: ComputedRef< TableColumnCtx<any>[]>;
2176
2179
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -2212,7 +2215,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2212
2215
  context: Table<any>;
2213
2216
  computedSumText: ComputedRef<string>;
2214
2217
  computedEmptyText: ComputedRef<string>;
2215
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
2218
+ tableLayout: ComputedRef<"fixed" | "auto">;
2216
2219
  scrollbarViewStyle: {
2217
2220
  display: string;
2218
2221
  verticalAlign: string;
@@ -2232,9 +2235,9 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2232
2235
  setScrollLeft: (left?: number) => void;
2233
2236
  setScrollTop: (top?: number) => void;
2234
2237
  allowDragLastColumn: boolean;
2235
- }, 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, {
2236
2239
  data: any[];
2237
- style: CSSProperties;
2240
+ style: StyleValue;
2238
2241
  tableLayout: "fixed" | "auto";
2239
2242
  border: boolean;
2240
2243
  className: string;
@@ -2325,7 +2328,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2325
2328
  lazy: BooleanConstructor;
2326
2329
  load: PropType< TableProps<any>["load"]>;
2327
2330
  style: {
2328
- type: PropType<CSSProperties>;
2331
+ type: PropType< TableProps<any>["style"]>;
2329
2332
  default: () => {};
2330
2333
  };
2331
2334
  className: {
@@ -2352,8 +2355,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2352
2355
  preserveExpandedContent: BooleanConstructor;
2353
2356
  nativeScrollbar: BooleanConstructor;
2354
2357
  }>> & {
2355
- onScroll?: ((...args: any[]) => any) | undefined;
2356
2358
  onSelect?: ((...args: any[]) => any) | undefined;
2359
+ onScroll?: ((...args: any[]) => any) | undefined;
2357
2360
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
2358
2361
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
2359
2362
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -2908,6 +2911,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2908
2911
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2909
2912
  cssVarBlockName: (name: string) => string;
2910
2913
  };
2914
+ t: Translator;
2911
2915
  };
2912
2916
  columns: ComputedRef< TableColumnCtx<any>[]>;
2913
2917
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -2949,7 +2953,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2949
2953
  context: Table<any>;
2950
2954
  computedSumText: ComputedRef<string>;
2951
2955
  computedEmptyText: ComputedRef<string>;
2952
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
2956
+ tableLayout: ComputedRef<"fixed" | "auto">;
2953
2957
  scrollbarViewStyle: {
2954
2958
  display: string;
2955
2959
  verticalAlign: string;
@@ -2971,7 +2975,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
2971
2975
  allowDragLastColumn: boolean;
2972
2976
  }, {}, {}, {}, {
2973
2977
  data: any[];
2974
- style: CSSProperties;
2978
+ style: StyleValue;
2975
2979
  tableLayout: "fixed" | "auto";
2976
2980
  border: boolean;
2977
2981
  className: string;
@@ -3150,7 +3154,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3150
3154
  lazy: BooleanConstructor;
3151
3155
  load: PropType< TableProps<any>["load"]>;
3152
3156
  style: {
3153
- type: PropType<CSSProperties>;
3157
+ type: PropType< TableProps<any>["style"]>;
3154
3158
  default: () => {};
3155
3159
  };
3156
3160
  className: {
@@ -3177,8 +3181,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3177
3181
  preserveExpandedContent: BooleanConstructor;
3178
3182
  nativeScrollbar: BooleanConstructor;
3179
3183
  }>> & {
3180
- onScroll?: ((...args: any[]) => any) | undefined;
3181
3184
  onSelect?: ((...args: any[]) => any) | undefined;
3185
+ onScroll?: ((...args: any[]) => any) | undefined;
3182
3186
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
3183
3187
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
3184
3188
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -3733,6 +3737,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3733
3737
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
3734
3738
  cssVarBlockName: (name: string) => string;
3735
3739
  };
3740
+ t: Translator;
3736
3741
  };
3737
3742
  columns: ComputedRef< TableColumnCtx<any>[]>;
3738
3743
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -3774,7 +3779,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3774
3779
  context: Table<any>;
3775
3780
  computedSumText: ComputedRef<string>;
3776
3781
  computedEmptyText: ComputedRef<string>;
3777
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
3782
+ tableLayout: ComputedRef<"fixed" | "auto">;
3778
3783
  scrollbarViewStyle: {
3779
3784
  display: string;
3780
3785
  verticalAlign: string;
@@ -3794,9 +3799,9 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3794
3799
  setScrollLeft: (left?: number) => void;
3795
3800
  setScrollTop: (top?: number) => void;
3796
3801
  allowDragLastColumn: boolean;
3797
- }, 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, {
3798
3803
  data: any[];
3799
- style: CSSProperties;
3804
+ style: StyleValue;
3800
3805
  tableLayout: "fixed" | "auto";
3801
3806
  border: boolean;
3802
3807
  className: string;
@@ -3887,7 +3892,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3887
3892
  lazy: BooleanConstructor;
3888
3893
  load: PropType< TableProps<any>["load"]>;
3889
3894
  style: {
3890
- type: PropType<CSSProperties>;
3895
+ type: PropType< TableProps<any>["style"]>;
3891
3896
  default: () => {};
3892
3897
  };
3893
3898
  className: {
@@ -3914,8 +3919,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
3914
3919
  preserveExpandedContent: BooleanConstructor;
3915
3920
  nativeScrollbar: BooleanConstructor;
3916
3921
  }>> & {
3917
- onScroll?: ((...args: any[]) => any) | undefined;
3918
3922
  onSelect?: ((...args: any[]) => any) | undefined;
3923
+ onScroll?: ((...args: any[]) => any) | undefined;
3919
3924
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
3920
3925
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
3921
3926
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -4470,6 +4475,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4470
4475
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
4471
4476
  cssVarBlockName: (name: string) => string;
4472
4477
  };
4478
+ t: Translator;
4473
4479
  };
4474
4480
  columns: ComputedRef< TableColumnCtx<any>[]>;
4475
4481
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -4511,7 +4517,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4511
4517
  context: Table<any>;
4512
4518
  computedSumText: ComputedRef<string>;
4513
4519
  computedEmptyText: ComputedRef<string>;
4514
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
4520
+ tableLayout: ComputedRef<"fixed" | "auto">;
4515
4521
  scrollbarViewStyle: {
4516
4522
  display: string;
4517
4523
  verticalAlign: string;
@@ -4533,7 +4539,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4533
4539
  allowDragLastColumn: boolean;
4534
4540
  }, {}, {}, {}, {
4535
4541
  data: any[];
4536
- style: CSSProperties;
4542
+ style: StyleValue;
4537
4543
  tableLayout: "fixed" | "auto";
4538
4544
  border: boolean;
4539
4545
  className: string;
@@ -4617,7 +4623,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4617
4623
  lazy: BooleanConstructor;
4618
4624
  load: PropType< TableProps<any>["load"]>;
4619
4625
  style: {
4620
- type: PropType<CSSProperties>;
4626
+ type: PropType< TableProps<any>["style"]>;
4621
4627
  default: () => {};
4622
4628
  };
4623
4629
  className: {
@@ -4644,8 +4650,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
4644
4650
  preserveExpandedContent: BooleanConstructor;
4645
4651
  nativeScrollbar: BooleanConstructor;
4646
4652
  }>> & {
4647
- onScroll?: ((...args: any[]) => any) | undefined;
4648
4653
  onSelect?: ((...args: any[]) => any) | undefined;
4654
+ onScroll?: ((...args: any[]) => any) | undefined;
4649
4655
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
4650
4656
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
4651
4657
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -5200,6 +5206,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5200
5206
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
5201
5207
  cssVarBlockName: (name: string) => string;
5202
5208
  };
5209
+ t: Translator;
5203
5210
  };
5204
5211
  columns: ComputedRef< TableColumnCtx<any>[]>;
5205
5212
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -5241,7 +5248,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5241
5248
  context: Table<any>;
5242
5249
  computedSumText: ComputedRef<string>;
5243
5250
  computedEmptyText: ComputedRef<string>;
5244
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
5251
+ tableLayout: ComputedRef<"fixed" | "auto">;
5245
5252
  scrollbarViewStyle: {
5246
5253
  display: string;
5247
5254
  verticalAlign: string;
@@ -5261,9 +5268,9 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5261
5268
  setScrollLeft: (left?: number) => void;
5262
5269
  setScrollTop: (top?: number) => void;
5263
5270
  allowDragLastColumn: boolean;
5264
- }, 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, {
5265
5272
  data: any[];
5266
- style: CSSProperties;
5273
+ style: StyleValue;
5267
5274
  tableLayout: "fixed" | "auto";
5268
5275
  border: boolean;
5269
5276
  className: string;
@@ -5354,7 +5361,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5354
5361
  lazy: BooleanConstructor;
5355
5362
  load: PropType< TableProps<any>["load"]>;
5356
5363
  style: {
5357
- type: PropType<CSSProperties>;
5364
+ type: PropType< TableProps<any>["style"]>;
5358
5365
  default: () => {};
5359
5366
  };
5360
5367
  className: {
@@ -5381,8 +5388,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5381
5388
  preserveExpandedContent: BooleanConstructor;
5382
5389
  nativeScrollbar: BooleanConstructor;
5383
5390
  }>> & {
5384
- onScroll?: ((...args: any[]) => any) | undefined;
5385
5391
  onSelect?: ((...args: any[]) => any) | undefined;
5392
+ onScroll?: ((...args: any[]) => any) | undefined;
5386
5393
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
5387
5394
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
5388
5395
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -5937,6 +5944,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5937
5944
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
5938
5945
  cssVarBlockName: (name: string) => string;
5939
5946
  };
5947
+ t: Translator;
5940
5948
  };
5941
5949
  columns: ComputedRef< TableColumnCtx<any>[]>;
5942
5950
  handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
@@ -5978,7 +5986,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
5978
5986
  context: Table<any>;
5979
5987
  computedSumText: ComputedRef<string>;
5980
5988
  computedEmptyText: ComputedRef<string>;
5981
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
5989
+ tableLayout: ComputedRef<"fixed" | "auto">;
5982
5990
  scrollbarViewStyle: {
5983
5991
  display: string;
5984
5992
  verticalAlign: string;
@@ -6000,7 +6008,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
6000
6008
  allowDragLastColumn: boolean;
6001
6009
  }, {}, {}, {}, {
6002
6010
  data: any[];
6003
- style: CSSProperties;
6011
+ style: StyleValue;
6004
6012
  tableLayout: "fixed" | "auto";
6005
6013
  border: boolean;
6006
6014
  className: string;
@@ -8,6 +8,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8
8
  type: BooleanConstructor;
9
9
  default: boolean;
10
10
  };
11
+ disabled: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
11
15
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
16
  "update:modelValue": (...args: any[]) => void;
13
17
  change: (...args: any[]) => void;
@@ -20,10 +24,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
20
24
  type: BooleanConstructor;
21
25
  default: boolean;
22
26
  };
27
+ disabled: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
23
31
  }>> & Readonly<{
24
32
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
33
  onChange?: ((...args: any[]) => any) | undefined;
26
34
  }>, {
27
35
  multiple: boolean;
36
+ disabled: boolean;
28
37
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
29
38
  export default _default;
@@ -8,6 +8,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8
8
  type: BooleanConstructor;
9
9
  default: boolean;
10
10
  };
11
+ disabled: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
11
15
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
16
  "update:modelValue": (...args: any[]) => void;
13
17
  change: (...args: any[]) => void;
@@ -20,10 +24,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
20
24
  type: BooleanConstructor;
21
25
  default: boolean;
22
26
  };
27
+ disabled: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
23
31
  }>> & Readonly<{
24
32
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
33
  onChange?: ((...args: any[]) => any) | undefined;
26
34
  }>, {
27
35
  multiple: boolean;
36
+ disabled: boolean;
28
37
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
29
38
  export default _default;