@factoringplus/pl-components-pack-v3 0.5.84 → 0.5.86

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.
@@ -19131,7 +19131,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19131
19131
  }), _hoisted_1$K = { class: "pl-input__wrapper" }, _hoisted_2$F = {
19132
19132
  key: 0,
19133
19133
  class: "pl-input__prefix"
19134
- }, _hoisted_3$y = ["id", "name", "disabled"], _hoisted_4$t = /* @__PURE__ */ createElementVNode("div", { class: "pl-input__suffix" }, [
19134
+ }, _hoisted_3$y = ["id", "name", "disabled", "placeholder", "prop"], _hoisted_4$t = /* @__PURE__ */ createElementVNode("div", { class: "pl-input__suffix" }, [
19135
19135
  /* @__PURE__ */ createElementVNode("span", { class: "pl-input__currency" }, "₽")
19136
19136
  ], -1), _sfc_main$13 = {
19137
19137
  __name: "pl-currency",
@@ -19162,6 +19162,14 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19162
19162
  disabled: {
19163
19163
  type: Boolean,
19164
19164
  default: !1
19165
+ },
19166
+ placeholder: {
19167
+ type: String,
19168
+ default: ""
19169
+ },
19170
+ prop: {
19171
+ type: String,
19172
+ default: ""
19165
19173
  }
19166
19174
  },
19167
19175
  emits: ["update:modelValue", "change"],
@@ -19196,7 +19204,9 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19196
19204
  "onUpdate:modelValue": ie[0] || (ie[0] = (pe) => isRef(re) ? re.value = pe : null),
19197
19205
  class: "pl-input__inner",
19198
19206
  name: g.id,
19199
- disabled: j.disabled
19207
+ disabled: j.disabled,
19208
+ placeholder: j.placeholder,
19209
+ prop: j.prop
19200
19210
  }), null, 16, _hoisted_3$y), [
19201
19211
  [vModelDynamic, unref(re)]
19202
19212
  ]),
@@ -19206,7 +19216,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19206
19216
  }, _hoisted_1$J = { class: "pl-input__wrapper" }, _hoisted_2$E = {
19207
19217
  key: 0,
19208
19218
  class: "pl-input__prefix"
19209
- }, _hoisted_3$x = ["id", "name", "type", "disabled"], _hoisted_4$s = { class: "pl-input__suffix" }, _hoisted_5$n = { class: "pl-input__eye-container" }, _sfc_main$12 = {
19219
+ }, _hoisted_3$x = ["id", "name", "type", "disabled", "placeholder", "prop"], _hoisted_4$s = { class: "pl-input__suffix" }, _hoisted_5$n = { class: "pl-input__eye-container" }, _sfc_main$12 = {
19210
19220
  __name: "pl-password",
19211
19221
  props: {
19212
19222
  modelValue: {
@@ -19223,6 +19233,14 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19223
19233
  disabled: {
19224
19234
  type: Boolean,
19225
19235
  default: !1
19236
+ },
19237
+ placeholder: {
19238
+ type: String,
19239
+ default: ""
19240
+ },
19241
+ prop: {
19242
+ type: String,
19243
+ default: ""
19226
19244
  }
19227
19245
  },
19228
19246
  emits: ["update:modelValue"],
@@ -19246,7 +19264,9 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19246
19264
  class: "pl-input__inner",
19247
19265
  name: g.id,
19248
19266
  type: V.value ? "password" : "text",
19249
- disabled: j.disabled
19267
+ disabled: j.disabled,
19268
+ placeholder: j.placeholder,
19269
+ prop: j.prop
19250
19270
  }), null, 16, _hoisted_3$x), [
19251
19271
  [vModelDynamic, $.value]
19252
19272
  ]),
@@ -19267,7 +19287,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19267
19287
  ])
19268
19288
  ]));
19269
19289
  }
19270
- }, _hoisted_1$I = { class: "pl-textarea__wrapper" }, _hoisted_2$D = ["id", "name", "disabled", "maxlength"], _hoisted_3$w = {
19290
+ }, _hoisted_1$I = { class: "pl-textarea__wrapper" }, _hoisted_2$D = ["id", "name", "disabled", "maxlength", "placeholder", "prop"], _hoisted_3$w = {
19271
19291
  key: 0,
19272
19292
  class: "pl-textarea__count"
19273
19293
  }, _hoisted_4$r = {
@@ -19297,6 +19317,14 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19297
19317
  disabled: {
19298
19318
  type: Boolean,
19299
19319
  default: !1
19320
+ },
19321
+ placeholder: {
19322
+ type: String,
19323
+ default: ""
19324
+ },
19325
+ prop: {
19326
+ type: String,
19327
+ default: ""
19300
19328
  }
19301
19329
  },
19302
19330
  emits: ["update:modelValue"],
@@ -19313,7 +19341,9 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19313
19341
  class: "pl-textarea__inner",
19314
19342
  name: g.id,
19315
19343
  disabled: j.disabled,
19316
- maxlength: j.maxlength
19344
+ maxlength: j.maxlength,
19345
+ placeholder: j.placeholder,
19346
+ prop: j.prop
19317
19347
  }), null, 16, _hoisted_2$D), [
19318
19348
  [
19319
19349
  vModelText,
@@ -19330,7 +19360,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19330
19360
  }, _hoisted_1$H = { class: "pl-input__wrapper" }, _hoisted_2$C = {
19331
19361
  key: 0,
19332
19362
  class: "pl-input__prefix"
19333
- }, _hoisted_3$v = ["id", "name", "disabled", "maxlength"], _hoisted_4$q = {
19363
+ }, _hoisted_3$v = ["id", "name", "disabled", "maxlength", "placeholder", "prop"], _hoisted_4$q = {
19334
19364
  key: 1,
19335
19365
  class: "pl-input__suffix"
19336
19366
  }, _hoisted_5$l = {
@@ -19374,6 +19404,14 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19374
19404
  maxlength: {
19375
19405
  type: String,
19376
19406
  default: ""
19407
+ },
19408
+ placeholder: {
19409
+ type: String,
19410
+ default: ""
19411
+ },
19412
+ prop: {
19413
+ type: String,
19414
+ default: ""
19377
19415
  }
19378
19416
  },
19379
19417
  emits: ["update:modelValue"],
@@ -19397,7 +19435,9 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19397
19435
  class: "pl-input__inner",
19398
19436
  name: g.id,
19399
19437
  disabled: j.disabled,
19400
- maxlength: j.maxlength
19438
+ maxlength: j.maxlength,
19439
+ placeholder: j.placeholder,
19440
+ prop: j.prop
19401
19441
  }), null, 16, _hoisted_3$v), [
19402
19442
  [
19403
19443
  vModelDynamic,
@@ -34458,7 +34498,7 @@ const PlQuestionnairePlugin = {
34458
34498
  install(g) {
34459
34499
  g.component("PlCard", _sfc_main$j);
34460
34500
  }
34461
- }, plCheckbox_vue_vue_type_style_index_0_lang = "", _hoisted_1 = { id: "plCheckbox" }, _hoisted_2 = ["id", "name"], _hoisted_3 = ["for"], _sfc_main$i = {
34501
+ }, plCheckbox_vue_vue_type_style_index_0_lang = "", _hoisted_1 = { id: "plCheckbox" }, _hoisted_2 = ["id", "name", "disabled"], _hoisted_3 = ["for"], _sfc_main$i = {
34462
34502
  __name: "pl-checkbox",
34463
34503
  props: {
34464
34504
  label: {
@@ -34468,6 +34508,10 @@ const PlQuestionnairePlugin = {
34468
34508
  modelValue: {
34469
34509
  type: Boolean,
34470
34510
  required: !0
34511
+ },
34512
+ disabled: {
34513
+ type: Boolean,
34514
+ default: !1
34471
34515
  }
34472
34516
  },
34473
34517
  emits: ["update:modelValue"],
@@ -34484,7 +34528,8 @@ const PlQuestionnairePlugin = {
34484
34528
  "onUpdate:modelValue": le[0] || (le[0] = (ue) => z.value = ue),
34485
34529
  type: "checkbox",
34486
34530
  class: "custom-checkbox",
34487
- name: re.value
34531
+ name: re.value,
34532
+ disabled: j.disabled
34488
34533
  }, null, 8, _hoisted_2), [
34489
34534
  [vModelCheckbox, z.value]
34490
34535
  ]),