eco-vue-js 0.12.39 → 0.12.40

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.
@@ -162,7 +162,7 @@ var getFieldStylesFixed = (fields, fieldConfigMap) => {
162
162
  return styles;
163
163
  };
164
164
  var getFieldWidthSumStyles = (fieldConfigMap) => {
165
- return "calc(" + Object.keys(fieldConfigMap).filter((key) => fieldConfigMap[key]?.visible).map((label) => `var(${getFieldVariable("width", label)})`).join(" + ") + ")";
165
+ return "calc(" + Object.keys(fieldConfigMap).filter((key) => fieldConfigMap[key]?.visible).map((label) => `var(${getFieldVariable("width", label)}, 0px)`).join(" + ") + ")";
166
166
  };
167
167
  //#endregion
168
168
  export { filterFields, forEachField, getFieldStylesFixed, getFieldStylesWidth, getFieldVariable, getFieldWidthSumStyles, getFirstFieldLabel, listModeIconMap, listModeLabelMap, listModeList, sortFields, useListConfig };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.12.39",
7
+ "version": "0.12.40",
8
8
  "dependencies": {
9
9
  "@stylistic/eslint-plugin": "5.10.0",
10
10
  "@tanstack/eslint-plugin-query": "5.96.2",