@wx-design/components 1.1.36 → 1.1.37
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.
- package/es/core/Table/index.vue.d.ts +1 -1
- package/es/index.mjs +4 -1
- package/lib/core/Table/index.vue.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
32
32
|
editable: boolean;
|
|
33
33
|
border: VxeTablePropTypes.Border;
|
|
34
34
|
fit: VxeTablePropTypes.Fit;
|
|
35
|
+
headerFilterConfig: import("../../types/table").SabHeaderFilterProps;
|
|
35
36
|
resizable: VxeTablePropTypes.Resizable;
|
|
36
37
|
headerAlign: VxeTablePropTypes.HeaderAlign;
|
|
37
38
|
footerAlign: VxeTablePropTypes.FooterAlign;
|
|
@@ -39,7 +40,6 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
39
40
|
showHeaderOverflow: VxeTablePropTypes.ShowHeaderOverflow;
|
|
40
41
|
showFooterOverflow: VxeTablePropTypes.ShowFooterOverflow;
|
|
41
42
|
params: VxeTablePropTypes.Params;
|
|
42
|
-
headerFilterConfig: import("../../types/table").SabHeaderFilterProps;
|
|
43
43
|
footerMethod: VxeTablePropTypes.FooterMethod<VxeTablePropTypes.Row>;
|
|
44
44
|
round: VxeTablePropTypes.Round;
|
|
45
45
|
maxHeight: VxeTablePropTypes.MaxHeight;
|
package/es/index.mjs
CHANGED
|
@@ -16219,7 +16219,7 @@ const rC = /* @__PURE__ */ Dr(BG), zf = {
|
|
|
16219
16219
|
p.value = N, a.value = rC(
|
|
16220
16220
|
$.map((H) => {
|
|
16221
16221
|
const K = H[y];
|
|
16222
|
-
return (K == null || K === "" || K.replace(/\s+/g, "") === "") && (H[y] = ""), H;
|
|
16222
|
+
return (K == null || K === "" || String(K).replace(/\s+/g, "") === "") && (H[y] = ""), H;
|
|
16223
16223
|
}),
|
|
16224
16224
|
y
|
|
16225
16225
|
).sort((H, K) => H[y] < K[y] ? -1 : 1).map((H) => ({
|
|
@@ -17145,6 +17145,9 @@ const NX = /* @__PURE__ */ Dr(RX), AX = "sab-table-config-", CC = (e) => `${AX}$
|
|
|
17145
17145
|
width: 70,
|
|
17146
17146
|
editorProps: {
|
|
17147
17147
|
controls: !1
|
|
17148
|
+
},
|
|
17149
|
+
headerFilterConfig: {
|
|
17150
|
+
autoCollect: !1
|
|
17148
17151
|
}
|
|
17149
17152
|
},
|
|
17150
17153
|
{
|
|
@@ -32,6 +32,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
32
32
|
editable: boolean;
|
|
33
33
|
border: VxeTablePropTypes.Border;
|
|
34
34
|
fit: VxeTablePropTypes.Fit;
|
|
35
|
+
headerFilterConfig: import("../../types/table").SabHeaderFilterProps;
|
|
35
36
|
resizable: VxeTablePropTypes.Resizable;
|
|
36
37
|
headerAlign: VxeTablePropTypes.HeaderAlign;
|
|
37
38
|
footerAlign: VxeTablePropTypes.FooterAlign;
|
|
@@ -39,7 +40,6 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
39
40
|
showHeaderOverflow: VxeTablePropTypes.ShowHeaderOverflow;
|
|
40
41
|
showFooterOverflow: VxeTablePropTypes.ShowFooterOverflow;
|
|
41
42
|
params: VxeTablePropTypes.Params;
|
|
42
|
-
headerFilterConfig: import("../../types/table").SabHeaderFilterProps;
|
|
43
43
|
footerMethod: VxeTablePropTypes.FooterMethod<VxeTablePropTypes.Row>;
|
|
44
44
|
round: VxeTablePropTypes.Round;
|
|
45
45
|
maxHeight: VxeTablePropTypes.MaxHeight;
|