@factoringplus/pl-components-pack-v3 0.1.62 → 0.1.66

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.
@@ -22218,6 +22218,10 @@ const _sfc_main$3 = /* @__PURE__ */ Object.assign(__default__$3, {
22218
22218
  default: () => ({
22219
22219
  firstDayOfWeek: 1
22220
22220
  })
22221
+ },
22222
+ width: {
22223
+ type: String,
22224
+ default: "224px"
22221
22225
  }
22222
22226
  },
22223
22227
  emits: ["update:modelValue"],
@@ -22247,8 +22251,8 @@ const _sfc_main$3 = /* @__PURE__ */ Object.assign(__default__$3, {
22247
22251
  "end-placeholder": __props.endPlaceholder,
22248
22252
  clearable: false,
22249
22253
  type: "daterange",
22250
- style: { "width": "224px" }
22251
- }), null, 16, ["modelValue", "format", "picker-options", "start-placeholder", "end-placeholder"])
22254
+ style: `width: ${__props.width};`
22255
+ }), null, 16, ["modelValue", "format", "picker-options", "start-placeholder", "end-placeholder", "style"])
22252
22256
  ]),
22253
22257
  _: 1
22254
22258
  }, 8, ["locale"]);
@@ -35421,7 +35425,7 @@ function declOfNum(value, words) {
35421
35425
  }
35422
35426
  var bootstrap_min = "";
35423
35427
  var plTable_vue_vue_type_style_index_0_lang = "";
35424
- const _hoisted_1$1 = { class: "row pl-table" };
35428
+ const _hoisted_1$1 = { class: "pl-table" };
35425
35429
  const _hoisted_2$1 = { style: { "width": "100%", "background-color": "black", "height": "2px" } };
35426
35430
  const _hoisted_3$1 = { class: "d-flex mt-3 pl-table position-relative align-items-center" };
35427
35431
  const _hoisted_4$1 = {
@@ -35484,9 +35488,6 @@ const _sfc_main$1 = /* @__PURE__ */ Object.assign(__default__$1, {
35484
35488
  };
35485
35489
  const plTable = ref(null);
35486
35490
  const { toggleRowSelection } = toRefs(props);
35487
- setTimeout(() => {
35488
- console.log(plTable.value, "plTable");
35489
- }, 3e3);
35490
35491
  watch(toggleRowSelection, (newValue) => {
35491
35492
  if (newValue.length > 0) {
35492
35493
  newValue.forEach((e2) => {