@factoringplus/pl-components-pack-v3 1.1.8-pre-05 → 1.1.8-pre-06

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.
@@ -25621,7 +25621,7 @@ const G6 = { class: "date-picker" }, q6 = { class: "date-picker__wrapper" }, K6
25621
25621
  ref_key: "inputRef",
25622
25622
  ref: a,
25623
25623
  "onUpdate:modelValue": v[0] || (v[0] = (p) => Rn(s) ? s.value = p : null),
25624
- class: "pl-input__inner",
25624
+ class: Y(["pl-input__inner", d.$attrs.class]),
25625
25625
  name: e.id,
25626
25626
  disabled: n.disabled,
25627
25627
  placeholder: n.placeholder,
@@ -25629,7 +25629,7 @@ const G6 = { class: "date-picker" }, q6 = { class: "date-picker__wrapper" }, K6
25629
25629
  onBlur: v[1] || (v[1] = () => {
25630
25630
  u("blur");
25631
25631
  })
25632
- }, null, 40, r9), [
25632
+ }, null, 42, r9), [
25633
25633
  [yu, f(s)]
25634
25634
  ]),
25635
25635
  o9
@@ -25694,7 +25694,7 @@ const G6 = { class: "date-picker" }, q6 = { class: "date-picker__wrapper" }, K6
25694
25694
  U("input", {
25695
25695
  id: e.id,
25696
25696
  value: a.value,
25697
- class: "pl-input__inner",
25697
+ class: Y(["pl-input__inner", d.$attrs.class]),
25698
25698
  name: e.id,
25699
25699
  type: s.value ? "text" : "password",
25700
25700
  disabled: n.disabled,
@@ -25705,7 +25705,7 @@ const G6 = { class: "date-picker" }, q6 = { class: "date-picker__wrapper" }, K6
25705
25705
  onBlur: v[0] || (v[0] = () => {
25706
25706
  r("blur");
25707
25707
  })
25708
- }, null, 40, i9),
25708
+ }, null, 42, i9),
25709
25709
  U("div", u9, [
25710
25710
  U("div", {
25711
25711
  class: "pl-input__eye-container",
@@ -25776,7 +25776,7 @@ const G6 = { class: "date-picker" }, q6 = { class: "date-picker__wrapper" }, K6
25776
25776
  Pe(U("textarea", {
25777
25777
  id: e.id,
25778
25778
  "onUpdate:modelValue": i[0] || (i[0] = (u) => a.value = u),
25779
- class: Y([{ "pl-textarea__text": e.maxlength }, "pl-textarea__inner"]),
25779
+ class: Y([{ "pl-textarea__text": e.maxlength }, "pl-textarea__inner", s.$attrs.class]),
25780
25780
  name: e.id,
25781
25781
  disabled: n.disabled,
25782
25782
  maxlength: n.maxlength,
@@ -25891,7 +25891,7 @@ const G6 = { class: "date-picker" }, q6 = { class: "date-picker__wrapper" }, K6
25891
25891
  Pe(U("input", {
25892
25892
  id: e.id,
25893
25893
  "onUpdate:modelValue": d[0] || (d[0] = (p) => a.value = p),
25894
- class: "pl-input__inner",
25894
+ class: Y(["pl-input__inner", c.$attrs.class]),
25895
25895
  name: e.id,
25896
25896
  disabled: n.disabled,
25897
25897
  maxlength: n.maxlength,
@@ -25902,7 +25902,7 @@ const G6 = { class: "date-picker" }, q6 = { class: "date-picker__wrapper" }, K6
25902
25902
  onTouchstart: d[1] || (d[1] = () => {
25903
25903
  r("touchstart");
25904
25904
  })
25905
- }, null, 40, y9), [
25905
+ }, null, 42, y9), [
25906
25906
  [yu, a.value]
25907
25907
  ]),
25908
25908
  !n.disabled && n.clearable && a.value ? (T(), z("div", N9, [
@@ -26059,7 +26059,7 @@ const _9 = {
26059
26059
  emits: ["update:modelValue", "resetValue", "touchstart", "blur"],
26060
26060
  setup(e, { expose: t, emit: n }) {
26061
26061
  No((m) => ({
26062
- "294e962e": r.width
26062
+ "07405f9c": r.width
26063
26063
  }));
26064
26064
  const r = e, a = `id-${Rr()}`, s = k([]);
26065
26065
  if (r.prop) {
@@ -26159,10 +26159,11 @@ const _9 = {
26159
26159
  "value-range": r.valueRange,
26160
26160
  "currency-input-options": r.currencyInputOptions,
26161
26161
  "left-icon": r.leftIcon,
26162
+ class: Y(m.$attrs.class),
26162
26163
  "right-icon": r.rightIcon,
26163
26164
  prop: r.prop,
26164
26165
  onBlur: M[2] || (M[2] = (N) => i("blur"))
26165
- }, null, 8, ["modelValue", "placeholder", "disabled", "round", "value-range", "currency-input-options", "left-icon", "right-icon", "prop"])) : r.password ? (T(), de(c9, {
26166
+ }, null, 8, ["modelValue", "placeholder", "disabled", "round", "value-range", "currency-input-options", "left-icon", "class", "right-icon", "prop"])) : r.password ? (T(), de(c9, {
26166
26167
  key: 1,
26167
26168
  id: a,
26168
26169
  modelValue: u.value,
@@ -26172,10 +26173,11 @@ const _9 = {
26172
26173
  "left-icon": r.leftIcon,
26173
26174
  "right-icon": r.rightIcon,
26174
26175
  prop: r.prop,
26176
+ class: Y(m.$attrs.class),
26175
26177
  "current-password": r.currentPassword,
26176
26178
  "new-password": r.newPassword,
26177
26179
  onBlur: c
26178
- }, null, 8, ["modelValue", "placeholder", "disabled", "left-icon", "right-icon", "prop", "current-password", "new-password"])) : r.textarea ? (T(), de(h9, {
26180
+ }, null, 8, ["modelValue", "placeholder", "disabled", "left-icon", "right-icon", "prop", "class", "current-password", "new-password"])) : r.textarea ? (T(), de(h9, {
26179
26181
  key: 2,
26180
26182
  id: a,
26181
26183
  modelValue: u.value,
@@ -26184,9 +26186,10 @@ const _9 = {
26184
26186
  disabled: r.disabled,
26185
26187
  prop: r.prop,
26186
26188
  "show-word-limit": r.showWordLimit,
26189
+ class: Y(m.$attrs.class),
26187
26190
  maxlength: r.maxlength,
26188
26191
  onBlur: c
26189
- }, null, 8, ["modelValue", "placeholder", "disabled", "prop", "show-word-limit", "maxlength"])) : (T(), de(w9, {
26192
+ }, null, 8, ["modelValue", "placeholder", "disabled", "prop", "show-word-limit", "class", "maxlength"])) : (T(), de(w9, {
26190
26193
  key: 3,
26191
26194
  id: a,
26192
26195
  modelValue: u.value,
@@ -26202,10 +26205,11 @@ const _9 = {
26202
26205
  "icon-pointer": r.iconPointer,
26203
26206
  "custom-blur": r.customBlur,
26204
26207
  clearable: r.clearable,
26208
+ class: Y(m.$attrs.class),
26205
26209
  onBlur: c,
26206
26210
  onResetValue: v,
26207
26211
  onTouchstart: M[6] || (M[6] = () => i("touchstart"))
26208
- }, null, 8, ["modelValue", "placeholder", "maxlength", "disabled", "left-icon", "right-icon", "prop", "show-word-limit", "formatter", "icon-pointer", "custom-blur", "clearable"]))
26212
+ }, null, 8, ["modelValue", "placeholder", "maxlength", "disabled", "left-icon", "right-icon", "prop", "show-word-limit", "formatter", "icon-pointer", "custom-blur", "clearable", "class"]))
26209
26213
  ], 2)), [
26210
26214
  [y, d]
26211
26215
  ]),
@@ -26215,7 +26219,7 @@ const _9 = {
26215
26219
  ], 32);
26216
26220
  };
26217
26221
  }
26218
- }, Yu = /* @__PURE__ */ xn(S9, [["__scopeId", "data-v-781c8a8e"]]);
26222
+ }, Yu = /* @__PURE__ */ xn(S9, [["__scopeId", "data-v-31f6adb1"]]);
26219
26223
  var o4 = { exports: {} };
26220
26224
  (function(e, t) {
26221
26225
  (function(n, r) {