zartui 3.1.56 → 3.1.57

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/lib/zartui.cjs.js CHANGED
@@ -11883,7 +11883,7 @@ var stdin_default$T = vue.defineComponent({
11883
11883
  if (!props.autoChangeToChildren) {
11884
11884
  return item && (item == null ? void 0 : item.children);
11885
11885
  }
11886
- return props.asyncGetter && (item == null ? void 0 : item.children) || !props.asyncGetter && ((_a = item == null ? void 0 : item.children) == null ? void 0 : _a.length);
11886
+ return props.asyncGetter && (item == null ? void 0 : item.children) || !props.asyncGetter && !!((_a = item == null ? void 0 : item.children) == null ? void 0 : _a.length);
11887
11887
  };
11888
11888
  const getToSubDisabled = (item) => {
11889
11889
  var _a;
package/lib/zartui.es.js CHANGED
@@ -11881,7 +11881,7 @@ var stdin_default$T = defineComponent({
11881
11881
  if (!props.autoChangeToChildren) {
11882
11882
  return item && (item == null ? void 0 : item.children);
11883
11883
  }
11884
- return props.asyncGetter && (item == null ? void 0 : item.children) || !props.asyncGetter && ((_a = item == null ? void 0 : item.children) == null ? void 0 : _a.length);
11884
+ return props.asyncGetter && (item == null ? void 0 : item.children) || !props.asyncGetter && !!((_a = item == null ? void 0 : item.children) == null ? void 0 : _a.length);
11885
11885
  };
11886
11886
  const getToSubDisabled = (item) => {
11887
11887
  var _a;
package/lib/zartui.js CHANGED
@@ -12121,7 +12121,7 @@
12121
12121
  if (!props.autoChangeToChildren) {
12122
12122
  return item && (item == null ? void 0 : item.children);
12123
12123
  }
12124
- return props.asyncGetter && (item == null ? void 0 : item.children) || !props.asyncGetter && ((_a = item == null ? void 0 : item.children) == null ? void 0 : _a.length);
12124
+ return props.asyncGetter && (item == null ? void 0 : item.children) || !props.asyncGetter && !!((_a = item == null ? void 0 : item.children) == null ? void 0 : _a.length);
12125
12125
  };
12126
12126
  const getToSubDisabled = (item) => {
12127
12127
  var _a;