@voicenter-team/voicenter-ui-plus 0.2.47 → 0.2.48

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.
package/library/super.mjs CHANGED
@@ -32912,7 +32912,7 @@ const RY = {
32912
32912
  class: "vc-tree__filter-container"
32913
32913
  }, FY = { class: "vc-tree__wrapper" }, BY = {
32914
32914
  key: 0,
32915
- class: "text-center text-inactive-elements pt-2"
32915
+ class: "text-center text-inactive-elements p-2 rounded bg-main-bg mt-3"
32916
32916
  };
32917
32917
  function LY(e, t, n, r, a, i) {
32918
32918
  const o = oe("VcInput"), s = oe("VcTreeNode"), l = oe("VcLoading");
@@ -32924,7 +32924,7 @@ function LY(e, t, n, r, a, i) {
32924
32924
  modelValue: e.filterValue,
32925
32925
  "onUpdate:modelValue": t[0] || (t[0] = (u) => e.filterValue = u),
32926
32926
  placeholder: e.filterPlaceholder,
32927
- disabled: e.isDisabled || !e.filteredNodes.length,
32927
+ disabled: e.isDisabled || !e.localOptions.length,
32928
32928
  color: e.color,
32929
32929
  "prefix-icon": e.filterPrefixIcon,
32930
32930
  "prefix-icon-color": e.filterPrefixIconColor,