tsv2-library 1.0.61-alpha.25 → 1.0.61-alpha.27

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.
@@ -39922,7 +39922,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
39922
39922
  var _a, _b, _c, _d;
39923
39923
  return [
39924
39924
  createElementVNode("span", {
39925
- "data-exact-node-disabled": props.selectDisposableOnly && !node2.isDisposable || ((_a = props.excludedKeys) == null ? void 0 : _a.includes(node2.key)) || ((_b = props.exactDisableKey) == null ? void 0 : _b.toString()) === node2.key.toString() || props.disableSubChildren && node2.level === 2,
39925
+ "data-exact-node-disabled": props.selectDisposableOnly && !node2.isDisposable || ((_a = props.excludedKeys) == null ? void 0 : _a.includes(node2.key)) || ((_b = props.exactDisableKey) == null ? void 0 : _b.toString()) === node2.key.toString() || props.disableSubChildren && node2.level >= 2,
39926
39926
  "data-node-all-is-disabled": (_ctx.disableNodeAll || (_ctx.selectDisposableOnly || _ctx.flattenDisposableNode) && _ctx.selectionMode === "single") && node2.key == "0",
39927
39927
  "data-node-disabled": node2.key && ((_c = props.disableKeys) == null ? void 0 : _c.includes(+node2.key)),
39928
39928
  "data-node-has-children": !!((_d = node2.children) == null ? void 0 : _d.length),
@@ -56240,8 +56240,8 @@ const selectUserColumns = () => {
56240
56240
  return {
56241
56241
  component: _sfc_main$Q,
56242
56242
  props: {
56243
- thumbnail: getImageURL(data30.profilePictureSmall),
56244
- preview: getImageURL(data30.profilePictureBig),
56243
+ thumbnail: data30.profilePicture,
56244
+ preview: data30.profilePicture,
56245
56245
  class: "!w-7 !h-7"
56246
56246
  }
56247
56247
  };
@@ -56260,7 +56260,8 @@ const selectUserColumns = () => {
56260
56260
  header: "Empolyee ID",
56261
56261
  sortable: true,
56262
56262
  bodyTemplate(data30) {
56263
- return (data30 == null ? void 0 : data30.employeeId) ?? "-";
56263
+ var _a;
56264
+ return ((_a = data30 == null ? void 0 : data30.employeeId) == null ? void 0 : _a.length) ? data30 == null ? void 0 : data30.employeeId : "-";
56264
56265
  }
56265
56266
  },
56266
56267
  {