@gx-design-vue/pro-table 0.2.0-beta.27 → 0.2.0-beta.29

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.
@@ -117,12 +117,7 @@ declare const GProTable: import("vue").DefineComponent<{
117
117
  };
118
118
  onReset: import("vue").PropType<((params?: Partial<Record<string, any>> | undefined) => any) | undefined>;
119
119
  onReload: import("vue").PropType<((params?: Partial<Record<string, any>> | undefined) => any) | undefined>;
120
- onSubmit: import("vue").PropType<((params?: Partial<Record<string, any>> | undefined) => any) | undefined>; /**
121
- * @Author gx12358
122
- * @DateTime 2022/1/21
123
- * @lastTime 2022/1/21
124
- * @description Tabel-datasource hooks 方法
125
- */
120
+ onSubmit: import("vue").PropType<((params?: Partial<Record<string, any>> | undefined) => any) | undefined>;
126
121
  onSizeChange: import("vue").PropType<((size: string) => any) | undefined>;
127
122
  onLoadingChange: import("vue").PropType<((loading: boolean) => any) | undefined>;
128
123
  onRequestError: import("vue").PropType<((e: Error) => void) | undefined>;
@@ -179,12 +174,7 @@ declare const GProTable: import("vue").DefineComponent<{
179
174
  expandColumnWidth: NumberConstructor;
180
175
  expandedRowKeys: {
181
176
  type: import("vue").PropType<Key[]>;
182
- default: Key[]; /**
183
- * @Author gx12358
184
- * @DateTime 2022/1/21
185
- * @lastTime 2022/1/21
186
- * @description Tabel-loading hooks 方法
187
- */
177
+ default: Key[];
188
178
  };
189
179
  defaultExpandedRowKeys: {
190
180
  type: import("vue").PropType<Key[]>;
@@ -248,6 +238,12 @@ declare const GProTable: import("vue").DefineComponent<{
248
238
  loading: {
249
239
  type: import("vue").PropType<boolean | Partial<import("vue").ExtractPropTypes<{
250
240
  prefixCls: StringConstructor;
241
+ /**
242
+ * @Author gx12358
243
+ * @DateTime 2022/1/21
244
+ * @lastTime 2022/1/21
245
+ * @description Tabel-datasource hooks 方法
246
+ */
251
247
  spinning: {
252
248
  type: BooleanConstructor;
253
249
  default: any;
@@ -344,12 +340,7 @@ declare const GProTable: import("vue").DefineComponent<{
344
340
  };
345
341
  destroyTooltipOnHide: {
346
342
  type: BooleanConstructor;
347
- default: any; /**
348
- * @Author gx12358
349
- * @DateTime 2021/7/14
350
- * @lastTime 2021/7/14
351
- * @description ant-table原始方法
352
- */
343
+ default: any;
353
344
  };
354
345
  align: {
355
346
  type: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
@@ -538,12 +529,7 @@ declare const GProTable: import("vue").DefineComponent<{
538
529
  };
539
530
  onReset: import("vue").PropType<((params?: Partial<Record<string, any>> | undefined) => any) | undefined>;
540
531
  onReload: import("vue").PropType<((params?: Partial<Record<string, any>> | undefined) => any) | undefined>;
541
- onSubmit: import("vue").PropType<((params?: Partial<Record<string, any>> | undefined) => any) | undefined>; /**
542
- * @Author gx12358
543
- * @DateTime 2022/1/21
544
- * @lastTime 2022/1/21
545
- * @description Tabel-datasource hooks 方法
546
- */
532
+ onSubmit: import("vue").PropType<((params?: Partial<Record<string, any>> | undefined) => any) | undefined>;
547
533
  onSizeChange: import("vue").PropType<((size: string) => any) | undefined>;
548
534
  onLoadingChange: import("vue").PropType<((loading: boolean) => any) | undefined>;
549
535
  onRequestError: import("vue").PropType<((e: Error) => void) | undefined>;
@@ -600,12 +586,7 @@ declare const GProTable: import("vue").DefineComponent<{
600
586
  expandColumnWidth: NumberConstructor;
601
587
  expandedRowKeys: {
602
588
  type: import("vue").PropType<Key[]>;
603
- default: Key[]; /**
604
- * @Author gx12358
605
- * @DateTime 2022/1/21
606
- * @lastTime 2022/1/21
607
- * @description Tabel-loading hooks 方法
608
- */
589
+ default: Key[];
609
590
  };
610
591
  defaultExpandedRowKeys: {
611
592
  type: import("vue").PropType<Key[]>;
@@ -669,6 +650,12 @@ declare const GProTable: import("vue").DefineComponent<{
669
650
  loading: {
670
651
  type: import("vue").PropType<boolean | Partial<import("vue").ExtractPropTypes<{
671
652
  prefixCls: StringConstructor;
653
+ /**
654
+ * @Author gx12358
655
+ * @DateTime 2022/1/21
656
+ * @lastTime 2022/1/21
657
+ * @description Tabel-datasource hooks 方法
658
+ */
672
659
  spinning: {
673
660
  type: BooleanConstructor;
674
661
  default: any;
@@ -765,12 +752,7 @@ declare const GProTable: import("vue").DefineComponent<{
765
752
  };
766
753
  destroyTooltipOnHide: {
767
754
  type: BooleanConstructor;
768
- default: any; /**
769
- * @Author gx12358
770
- * @DateTime 2021/7/14
771
- * @lastTime 2021/7/14
772
- * @description ant-table原始方法
773
- */
755
+ default: any;
774
756
  };
775
757
  align: {
776
758
  type: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
@@ -896,6 +878,12 @@ declare const GProTable: import("vue").DefineComponent<{
896
878
  pagination: ((false | import("ant-design-vue").TablePaginationConfig) & import("./types/TableTypings").ProTablePagination) | undefined;
897
879
  loading: boolean | Partial<import("vue").ExtractPropTypes<{
898
880
  prefixCls: StringConstructor;
881
+ /**
882
+ * @Author gx12358
883
+ * @DateTime 2022/1/21
884
+ * @lastTime 2022/1/21
885
+ * @description Tabel-datasource hooks 方法
886
+ */
899
887
  spinning: {
900
888
  type: BooleanConstructor;
901
889
  default: any;
@@ -952,12 +940,7 @@ declare const GProTable: import("vue").DefineComponent<{
952
940
  };
953
941
  destroyTooltipOnHide: {
954
942
  type: BooleanConstructor;
955
- default: any; /**
956
- * @Author gx12358
957
- * @DateTime 2021/7/14
958
- * @lastTime 2021/7/14
959
- * @description ant-table原始方法
960
- */
943
+ default: any;
961
944
  };
962
945
  align: {
963
946
  type: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;