@panpanzhao/component-ui 1.25.827 → 1.25.829

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.
@@ -7430,6 +7430,8 @@ var form_input_default = /*#__PURE__*/__webpack_require__.n(form_input_);
7430
7430
  size: String,
7431
7431
  slots: Object,
7432
7432
  rules: [Object, Array],
7433
+ inputClass: String,
7434
+ inputStyle: [String, Object],
7433
7435
  required: Boolean,
7434
7436
  actions: Array,
7435
7437
  on: Object,
@@ -7624,7 +7626,8 @@ var form_input_default = /*#__PURE__*/__webpack_require__.n(form_input_);
7624
7626
  "size": this.size
7625
7627
  }
7626
7628
  }, [h("div", {
7627
- "class": "form-input_wrap"
7629
+ "class": ["form-input_wrap", this.inputClass],
7630
+ "style": this.inputStyle
7628
7631
  }, [typeof ((_this$slots = this.slots) == null ? void 0 : _this$slots.prependItem) === "function" ? (_this$slots2 = this.slots) == null || (_this$slots2 = _this$slots2.prependItem) == null ? void 0 : _this$slots2.call(this, h, {
7629
7632
  form: this.form,
7630
7633
  formModel: this.form.formModel,
@@ -160,6 +160,8 @@ var external_lodash_ = __webpack_require__(2);
160
160
  size: String,
161
161
  slots: Object,
162
162
  rules: [Object, Array],
163
+ inputClass: String,
164
+ inputStyle: [String, Object],
163
165
  required: Boolean,
164
166
  actions: Array,
165
167
  on: Object,
@@ -354,7 +356,8 @@ var external_lodash_ = __webpack_require__(2);
354
356
  "size": this.size
355
357
  }
356
358
  }, [h("div", {
357
- "class": "form-input_wrap"
359
+ "class": ["form-input_wrap", this.inputClass],
360
+ "style": this.inputStyle
358
361
  }, [typeof ((_this$slots = this.slots) == null ? void 0 : _this$slots.prependItem) === "function" ? (_this$slots2 = this.slots) == null || (_this$slots2 = _this$slots2.prependItem) == null ? void 0 : _this$slots2.call(this, h, {
359
362
  form: this.form,
360
363
  formModel: this.form.formModel,