@wx-design/components 2.0.0-alpha.14 → 2.0.0-alpha.15
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.
|
@@ -125,12 +125,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
125
125
|
readonly checkboxRecords?: VxeTablePropTypes.Row[] | undefined;
|
|
126
126
|
readonly withSeq?: boolean | undefined;
|
|
127
127
|
readonly withCheckbox?: boolean | undefined;
|
|
128
|
-
readonly headerFilterConfig?: import('../../../../types/table
|
|
128
|
+
readonly headerFilterConfig?: import('../../../../types/table').SabHeaderFilterProps | undefined;
|
|
129
129
|
readonly headerFilterModel?: any;
|
|
130
130
|
readonly showToolbar?: boolean | undefined;
|
|
131
131
|
readonly autoColumnWidth?: boolean | undefined;
|
|
132
132
|
readonly rowBackgroundHighlight?: boolean | undefined;
|
|
133
|
-
readonly tableSetConfig?: Partial<import('../../../../types/table
|
|
133
|
+
readonly tableSetConfig?: Partial<import('../../../../types/table').TableSetProps> | undefined;
|
|
134
134
|
readonly reloadWithDestroy?: boolean | undefined;
|
|
135
135
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
136
136
|
$attrs: {
|
|
@@ -164,12 +164,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
164
164
|
clearOtherSelectedWhenClick?: boolean;
|
|
165
165
|
};
|
|
166
166
|
withCheckbox?: boolean;
|
|
167
|
-
headerFilterConfig?: import('../../../../types/table
|
|
167
|
+
headerFilterConfig?: import('../../../../types/table').SabHeaderFilterProps;
|
|
168
168
|
headerFilterModel?: any;
|
|
169
169
|
showToolbar?: boolean;
|
|
170
170
|
autoColumnWidth?: boolean;
|
|
171
171
|
rowBackgroundHighlight?: boolean;
|
|
172
|
-
tableSetConfig?: Partial<import('../../../../types/table
|
|
172
|
+
tableSetConfig?: Partial<import('../../../../types/table').TableSetProps>;
|
|
173
173
|
sortConfig?: (VxeTablePropTypes.SortConfig<VxeTablePropTypes.Row> & {
|
|
174
174
|
enableAll?: boolean;
|
|
175
175
|
}) | undefined;
|
|
@@ -202,7 +202,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
202
202
|
data: VxeTablePropTypes.Data<VxeTablePropTypes.Row>;
|
|
203
203
|
class: any;
|
|
204
204
|
height: VxeTablePropTypes.Height;
|
|
205
|
-
headerFilterConfig: import('../../../../types/table
|
|
205
|
+
headerFilterConfig: import('../../../../types/table').SabHeaderFilterProps;
|
|
206
206
|
minHeight: VxeTablePropTypes.MinHeight;
|
|
207
207
|
stripe: VxeTablePropTypes.Stripe;
|
|
208
208
|
padding: VxeTablePropTypes.Padding;
|
|
@@ -301,7 +301,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
301
301
|
animat: VxeTablePropTypes.Animat;
|
|
302
302
|
delayHover: VxeTablePropTypes.DelayHover;
|
|
303
303
|
columns: SabColumnProps<VxeTablePropTypes.Row>[];
|
|
304
|
-
tableSetConfig: Partial<import('../../../../types/table
|
|
304
|
+
tableSetConfig: Partial<import('../../../../types/table').TableSetProps>;
|
|
305
305
|
editable: boolean;
|
|
306
306
|
wrapClassName: any;
|
|
307
307
|
checkboxRecords: VxeTablePropTypes.Row[];
|
|
@@ -346,7 +346,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
346
346
|
data: VxeTablePropTypes.Data<VxeTablePropTypes.Row>;
|
|
347
347
|
class: any;
|
|
348
348
|
height: VxeTablePropTypes.Height;
|
|
349
|
-
headerFilterConfig: import('../../../../types/table
|
|
349
|
+
headerFilterConfig: import('../../../../types/table').SabHeaderFilterProps;
|
|
350
350
|
minHeight: VxeTablePropTypes.MinHeight;
|
|
351
351
|
stripe: VxeTablePropTypes.Stripe;
|
|
352
352
|
padding: VxeTablePropTypes.Padding;
|
|
@@ -445,7 +445,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
445
445
|
animat: VxeTablePropTypes.Animat;
|
|
446
446
|
delayHover: VxeTablePropTypes.DelayHover;
|
|
447
447
|
columns: SabColumnProps<VxeTablePropTypes.Row>[];
|
|
448
|
-
tableSetConfig: Partial<import('../../../../types/table
|
|
448
|
+
tableSetConfig: Partial<import('../../../../types/table').TableSetProps>;
|
|
449
449
|
editable: boolean;
|
|
450
450
|
wrapClassName: any;
|
|
451
451
|
checkboxRecords: VxeTablePropTypes.Row[];
|
|
@@ -468,12 +468,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
468
468
|
clearOtherSelectedWhenClick?: boolean;
|
|
469
469
|
};
|
|
470
470
|
withCheckbox?: boolean;
|
|
471
|
-
headerFilterConfig?: import('../../../../types/table
|
|
471
|
+
headerFilterConfig?: import('../../../../types/table').SabHeaderFilterProps;
|
|
472
472
|
headerFilterModel?: any;
|
|
473
473
|
showToolbar?: boolean;
|
|
474
474
|
autoColumnWidth?: boolean;
|
|
475
475
|
rowBackgroundHighlight?: boolean;
|
|
476
|
-
tableSetConfig?: Partial<import('../../../../types/table
|
|
476
|
+
tableSetConfig?: Partial<import('../../../../types/table').TableSetProps>;
|
|
477
477
|
sortConfig?: (VxeTablePropTypes.SortConfig<VxeTablePropTypes.Row> & {
|
|
478
478
|
enableAll?: boolean;
|
|
479
479
|
}) | undefined;
|