element-assits 0.0.100 → 0.0.101

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.
@@ -0,0 +1,2 @@
1
+ {
2
+ }
package/lib/index.js CHANGED
@@ -1497,7 +1497,7 @@ const xx = {
1497
1497
  };
1498
1498
  var Cx = function() {
1499
1499
  var t = this, i = t._self._c;
1500
- return i("el-form-item", { ref: "ElFormItem", class: { "hidden-label": t.top.labelWidth === "0" }, style: t.column.style, attrs: { label: t.column.__label, prop: t.column.prop, rules: t.column.__rules, "label-width": t.column.labelWidth }, scopedSlots: t._u([{ key: "label", fn: function() {
1500
+ return i("el-form-item", { ref: "ElFormItem", class: { "hidden-label": t.top.labelWidth == 0 || t.column.labelWidth == 0 }, style: t.column.style, attrs: { label: t.column.__label, prop: t.column.prop, rules: t.column.__rules, "label-width": t.column.labelWidth }, scopedSlots: t._u([{ key: "label", fn: function() {
1501
1501
  return [t._v(t._s(t.column.__label) + " "), t.column.__labelTooltip ? i("el-tooltip", t._b({}, "el-tooltip", t.tooltip(t.column.__labelTooltip), !1), [i("i", { staticClass: "el-icon-warning-outline" })]) : t._e()];
1502
1502
  }, proxy: !0 }]) }, [i(t.column.__component, t._g(t._b({ tag: "component", on: { input: function(a) {
1503
1503
  return t.top.$emit("change", t.top.model);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-assits",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "description": "element-ui 的扩展组件库",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",