element-assits 0.0.99 → 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
@@ -1412,7 +1412,7 @@ const vx = {
1412
1412
  if (!r)
1413
1413
  return !0;
1414
1414
  const i = this.endProps.label, a = this.endProps.desc ? this.endProps.desc : this.endProps.value, o = ot(t[i]) ? "" : String(t[i]), d = ot(t[a]) ? "" : String(t[a]);
1415
- return o.indexOf(r) > -1 || d.indexOf(r) > -1;
1415
+ return r = r.toLowerCase(), o.toLowerCase().indexOf(r) > -1 || d.toLowerCase().indexOf(r) > -1;
1416
1416
  });
1417
1417
  },
1418
1418
  cacheCurrent() {
@@ -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.99",
3
+ "version": "0.0.101",
4
4
  "description": "element-ui 的扩展组件库",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",