@factoringplus/pl-components-pack-v3 0.14.2-pre-39 → 0.14.2-pre-40

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.
@@ -34659,11 +34659,11 @@ const closeSnackbar = (t) => {
34659
34659
  class: "d-grid flex-grow-1",
34660
34660
  style: normalizeStyle(Ie.value)
34661
34661
  }, [
34662
- Dt.isSelectable && g.rows.length ? (openBlock(), createElementBlock("div", _hoisted_5, [
34662
+ Dt.isSelectable ? (openBlock(), createElementBlock("div", _hoisted_5, [
34663
34663
  createVNode(PlCheckboxPlus, {
34664
34664
  modelValue: de.value,
34665
34665
  "onUpdate:modelValue": Mn[0] || (Mn[0] = (En) => de.value = En),
34666
- disabled: V.value,
34666
+ disabled: V.value || !g.rows.length,
34667
34667
  "is-indeterminate": !!pe.value,
34668
34668
  size: "small",
34669
34669
  onMousedown: qe