@pitcher/canvas-ui 2026.1.19-125904-beta → 2026.1.20-101047-beta

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.
Files changed (56) hide show
  1. package/canvas-ui.css +4 -4
  2. package/canvas-ui.js +174 -240
  3. package/canvas-ui.js.map +1 -1
  4. package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +0 -4
  5. package/lib/apps/browser/stores/api.d.ts +0 -9
  6. package/lib/apps/browser/stores/upload.d.ts +0 -4
  7. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +0 -54
  8. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +0 -12
  9. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +0 -12
  10. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +0 -2
  11. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +0 -2
  12. package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +0 -4
  13. package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +0 -2
  14. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +0 -2
  15. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +0 -1
  16. package/lib/components/CSwitch/CSwitch.vue.d.ts +2 -4
  17. package/lib/types/launchDarkly.types.d.ts +1 -1
  18. package/locale/de.json +0 -11
  19. package/locale/el.json +0 -11
  20. package/locale/en.json +0 -11
  21. package/locale/es.json +0 -11
  22. package/locale/fr.json +0 -11
  23. package/locale/it.json +0 -11
  24. package/locale/ja.json +0 -3
  25. package/locale/nl.json +0 -11
  26. package/locale/pl.json +0 -11
  27. package/locale/pt-br.json +0 -11
  28. package/locale/pt.json +0 -11
  29. package/locale/th.json +0 -11
  30. package/locale/tr.json +0 -11
  31. package/locale/zh.json +0 -3
  32. package/package.json +1 -1
  33. package/types/openapi/models/FilePermission.d.ts +0 -1
  34. package/types/openapi/models/FilePermissionRequest.d.ts +0 -1
  35. package/types/openapi/models/PaginatedAppList.d.ts +2 -2
  36. package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
  37. package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
  38. package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
  39. package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
  40. package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
  41. package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
  42. package/types/openapi/models/PaginatedEventList.d.ts +2 -2
  43. package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
  44. package/types/openapi/models/PaginatedFileList.d.ts +2 -2
  45. package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
  46. package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
  47. package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
  48. package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
  49. package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
  50. package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
  51. package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
  52. package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
  53. package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
  54. package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
  55. package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
  56. package/types/openapi/models/PaginatedUserList.d.ts +2 -2
package/canvas-ui.js CHANGED
@@ -79001,41 +79001,6 @@ const _sfc_main$6G = /* @__PURE__ */ defineComponent({
79001
79001
  const CSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6G, [["__scopeId", "data-v-de7c987d"]]);
79002
79002
 
79003
79003
  const _sfc_main$6F = /* @__PURE__ */ defineComponent({
79004
- __name: "CSwitch",
79005
- props: {
79006
- checked: { type: Boolean },
79007
- disabled: { type: Boolean },
79008
- themeOverrides: {},
79009
- size: { default: "medium" }
79010
- },
79011
- emits: ["update:checked", "change"],
79012
- setup(__props) {
79013
- return (_ctx, _cache) => {
79014
- return openBlock(), createBlock(unref(NSwitch), {
79015
- class: "c-switch",
79016
- disabled: _ctx.disabled,
79017
- size: _ctx.size,
79018
- "theme-overrides": _ctx.themeOverrides,
79019
- value: _ctx.checked,
79020
- "onUpdate:value": _cache[0] || (_cache[0] = (val) => {
79021
- _ctx.$emit("update:checked", val);
79022
- _ctx.$emit("change", val);
79023
- })
79024
- }, createSlots({ _: 2 }, [
79025
- renderList(_ctx.$slots, (_, name) => {
79026
- return {
79027
- name,
79028
- fn: withCtx((slotProps) => [
79029
- renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotProps || {})))
79030
- ])
79031
- };
79032
- })
79033
- ]), 1032, ["disabled", "size", "theme-overrides", "value"]);
79034
- };
79035
- }
79036
- });
79037
-
79038
- const _sfc_main$6E = /* @__PURE__ */ defineComponent({
79039
79004
  __name: "CTag",
79040
79005
  setup(__props) {
79041
79006
  return (_ctx, _cache) => {
@@ -79062,7 +79027,7 @@ const _hoisted_1$57 = {
79062
79027
  };
79063
79028
  const _hoisted_2$3K = { key: 0 };
79064
79029
  const _hoisted_3$2$ = { class: "flex flex-wrap gap-1" };
79065
- const _sfc_main$6D = /* @__PURE__ */ defineComponent({
79030
+ const _sfc_main$6E = /* @__PURE__ */ defineComponent({
79066
79031
  __name: "CTags",
79067
79032
  props: {
79068
79033
  value: { default: () => [] },
@@ -79249,7 +79214,7 @@ const _sfc_main$6D = /* @__PURE__ */ defineComponent({
79249
79214
  _ctx.suggestedTagsTitle ? (openBlock(), createElementBlock("div", _hoisted_2$3K, toDisplayString(_ctx.suggestedTagsTitle), 1)) : createCommentVNode("", true),
79250
79215
  createElementVNode("div", _hoisted_3$2$, [
79251
79216
  (openBlock(true), createElementBlock(Fragment, null, renderList(options.value, (option) => {
79252
- return openBlock(), createBlock(_sfc_main$6E, {
79217
+ return openBlock(), createBlock(_sfc_main$6F, {
79253
79218
  key: option.value,
79254
79219
  class: "cursor-pointer",
79255
79220
  round: false,
@@ -79268,9 +79233,9 @@ const _sfc_main$6D = /* @__PURE__ */ defineComponent({
79268
79233
  }
79269
79234
  });
79270
79235
 
79271
- const CTags = /* @__PURE__ */ _export_sfc(_sfc_main$6D, [["__scopeId", "data-v-a1b19ddf"]]);
79236
+ const CTags = /* @__PURE__ */ _export_sfc(_sfc_main$6E, [["__scopeId", "data-v-a1b19ddf"]]);
79272
79237
 
79273
- const _sfc_main$6C = /* @__PURE__ */ defineComponent({
79238
+ const _sfc_main$6D = /* @__PURE__ */ defineComponent({
79274
79239
  __name: "CTagsPlaceholder",
79275
79240
  emits: ["select"],
79276
79241
  setup(__props, { emit: __emit }) {
@@ -79760,7 +79725,7 @@ const _hoisted_3$2_ = {
79760
79725
  key: 1,
79761
79726
  class: "flex gap-4 w-full"
79762
79727
  };
79763
- const _sfc_main$6B = /* @__PURE__ */ defineComponent({
79728
+ const _sfc_main$6C = /* @__PURE__ */ defineComponent({
79764
79729
  __name: "CFileAttributes",
79765
79730
  props: {
79766
79731
  modelValue: {},
@@ -79784,16 +79749,11 @@ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
79784
79749
  "pitcherSettings",
79785
79750
  computed(() => ({}))
79786
79751
  );
79787
- const launchDarkly = inject(
79788
- "launchDarkly",
79789
- computed(() => ({}))
79790
- );
79791
79752
  const editingField = ref(null);
79792
79753
  const showTagsComponent = ref(!props.showKeepAsIsPlaceholder);
79793
79754
  const initialExpiresAtOption = ref(props.modelValue.expiresAtOption);
79794
79755
  const labels = {
79795
79756
  sharing: t("canvasUI.browserApp.uploadFilesModal.sharing.label"),
79796
- divisible: t("canvasUI.browserApp.uploadFilesModal.divisible.label"),
79797
79757
  tags: t("canvasUI.browserApp.uploadFilesModal.tags.label"),
79798
79758
  expiresAtDateTime: t("canvasUI.browserApp.uploadFilesModal.expiresAt.label"),
79799
79759
  accessType: t("canvasUI.browserApp.uploadFilesModal.access.label")
@@ -79828,18 +79788,7 @@ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
79828
79788
  }
79829
79789
  function onChangeSharing(value) {
79830
79790
  updateForm({
79831
- permissions: {
79832
- ...form.value.permissions,
79833
- can_share: value === null ? void 0 : value === "allowed"
79834
- }
79835
- });
79836
- }
79837
- function onChangeDivisible(value) {
79838
- updateForm({
79839
- permissions: {
79840
- ...form.value.permissions,
79841
- can_be_divided: value
79842
- }
79791
+ permissions: value === null ? { can_share: void 0 } : { can_share: value === "allowed" }
79843
79792
  });
79844
79793
  }
79845
79794
  function onChangeAccessType(value) {
@@ -79903,22 +79852,9 @@ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
79903
79852
  }
79904
79853
  }
79905
79854
  });
79906
- const divisibleValueAsBoolean = computed({
79907
- get: () => {
79908
- return form.value.permissions?.can_be_divided ?? true;
79909
- },
79910
- set: (value) => {
79911
- if (!form.value.permissions) {
79912
- form.value.permissions = {};
79913
- }
79914
- form.value.permissions.can_be_divided = value;
79915
- }
79916
- });
79917
79855
  function isEditingFieldOrNonEmpty(fieldName) {
79918
79856
  if (fieldName === "permissions") {
79919
79857
  return form.value.permissions?.can_share !== void 0 || editingField.value === fieldName;
79920
- } else if (fieldName === "divisiblePermission") {
79921
- return form.value.permissions?.can_be_divided !== void 0 || editingField.value === fieldName;
79922
79858
  } else if (fieldName === "tags") {
79923
79859
  return editingField.value === fieldName || Array.isArray(form.value.tags) && form.value.tags.length > 0;
79924
79860
  }
@@ -79930,10 +79866,6 @@ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
79930
79866
  editingField.value = null;
79931
79867
  return;
79932
79868
  }
79933
- if (fieldName === "divisiblePermission" && form.value.permissions?.can_be_divided === void 0) {
79934
- editingField.value = null;
79935
- return;
79936
- }
79937
79869
  if (fieldName === "tags") {
79938
79870
  if (!Array.isArray(form.value.tags) || form.value.tags.length === 0) {
79939
79871
  editingField.value = null;
@@ -79950,11 +79882,8 @@ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
79950
79882
  editingField.value = fieldName;
79951
79883
  if (fieldName === "permissions") {
79952
79884
  if (form.value.permissions?.can_share === void 0) {
79953
- form.value.permissions = { ...form.value.permissions, can_share: true };
79954
- }
79955
- } else if (fieldName === "divisiblePermission") {
79956
- if (form.value.permissions?.can_be_divided === void 0) {
79957
- form.value.permissions = { ...form.value.permissions, can_be_divided: true };
79885
+ form.value.permissions = { can_share: true };
79886
+ sharingValueAsText.value = "allowed";
79958
79887
  }
79959
79888
  }
79960
79889
  nextTick(() => {
@@ -80024,7 +79953,7 @@ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
80024
79953
  }, {
80025
79954
  default: withCtx(() => [
80026
79955
  createElementVNode("div", _hoisted_1$56, [
80027
- _ctx.showKeepAsIsPlaceholder ? (openBlock(), createBlock(_sfc_main$6C, {
79956
+ _ctx.showKeepAsIsPlaceholder ? (openBlock(), createBlock(_sfc_main$6D, {
80028
79957
  key: 0,
80029
79958
  onSelect: handleTagsAction
80030
79959
  })) : createCommentVNode("", true),
@@ -80142,26 +80071,7 @@ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
80142
80071
  ]))
80143
80072
  ]),
80144
80073
  _: 1
80145
- })) : createCommentVNode("", true),
80146
- _ctx.showPermissionSettings && unref(launchDarkly).enable_file_divisible_permission ? (openBlock(), createBlock(unref(NFormItemGridItem), {
80147
- key: 3,
80148
- label: labels.divisible
80149
- }, {
80150
- default: withCtx(() => [
80151
- _ctx.showKeepAsIsPlaceholder && !isEditingFieldOrNonEmpty("divisiblePermission") ? (openBlock(), createBlock(CInputPlaceholder, {
80152
- key: 0,
80153
- onClick: _cache[9] || (_cache[9] = ($event) => enableEditing("divisiblePermission", unref(MetadataTemplateFieldTypeEnum).SELECT))
80154
- })) : (openBlock(), createBlock(_sfc_main$6F, {
80155
- key: 1,
80156
- checked: divisibleValueAsBoolean.value,
80157
- class: "mx-1",
80158
- "data-field": "divisiblePermission",
80159
- onBlur: _cache[10] || (_cache[10] = ($event) => handleBlur("divisiblePermission")),
80160
- "onUpdate:checked": onChangeDivisible
80161
- }, null, 8, ["checked"]))
80162
- ]),
80163
- _: 1
80164
- }, 8, ["label"])) : createCommentVNode("", true)
80074
+ })) : createCommentVNode("", true)
80165
80075
  ]),
80166
80076
  _: 1
80167
80077
  })
@@ -80175,7 +80085,7 @@ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
80175
80085
  const __default__$3 = {
80176
80086
  name: "CInput"
80177
80087
  };
80178
- const _sfc_main$6A = /* @__PURE__ */ defineComponent({
80088
+ const _sfc_main$6B = /* @__PURE__ */ defineComponent({
80179
80089
  ...__default__$3,
80180
80090
  setup(__props, { expose: __expose }) {
80181
80091
  const inputRef = ref(null);
@@ -80201,7 +80111,7 @@ const _sfc_main$6A = /* @__PURE__ */ defineComponent({
80201
80111
  }
80202
80112
  });
80203
80113
 
80204
- const _sfc_main$6z = /* @__PURE__ */ defineComponent({
80114
+ const _sfc_main$6A = /* @__PURE__ */ defineComponent({
80205
80115
  __name: "CModal",
80206
80116
  setup(__props) {
80207
80117
  return (_ctx, _cache) => {
@@ -80219,7 +80129,7 @@ const _sfc_main$6z = /* @__PURE__ */ defineComponent({
80219
80129
  }
80220
80130
  });
80221
80131
 
80222
- const _sfc_main$6y = /* @__PURE__ */ defineComponent({
80132
+ const _sfc_main$6z = /* @__PURE__ */ defineComponent({
80223
80133
  __name: "CPopover",
80224
80134
  setup(__props) {
80225
80135
  return (_ctx, _cache) => {
@@ -80240,7 +80150,7 @@ const _sfc_main$6y = /* @__PURE__ */ defineComponent({
80240
80150
  }
80241
80151
  });
80242
80152
 
80243
- const _sfc_main$6x = /* @__PURE__ */ defineComponent({
80153
+ const _sfc_main$6y = /* @__PURE__ */ defineComponent({
80244
80154
  __name: "CSearch",
80245
80155
  props: {
80246
80156
  autofocus: { type: Boolean, default: false },
@@ -80257,7 +80167,7 @@ const _sfc_main$6x = /* @__PURE__ */ defineComponent({
80257
80167
  const emit = __emit;
80258
80168
  const { t } = useI18n();
80259
80169
  return (_ctx, _cache) => {
80260
- return openBlock(), createBlock(_sfc_main$6A, {
80170
+ return openBlock(), createBlock(_sfc_main$6B, {
80261
80171
  autofocus: _ctx.autofocus,
80262
80172
  class: normalizeClass(["c-search flex items-center justify-center", {
80263
80173
  "c-search--no-border": _ctx.hideBorder,
@@ -80296,10 +80206,10 @@ const _sfc_main$6x = /* @__PURE__ */ defineComponent({
80296
80206
  }
80297
80207
  });
80298
80208
 
80299
- const CSearch = /* @__PURE__ */ _export_sfc(_sfc_main$6x, [["__scopeId", "data-v-11dbab78"]]);
80209
+ const CSearch = /* @__PURE__ */ _export_sfc(_sfc_main$6y, [["__scopeId", "data-v-11dbab78"]]);
80300
80210
 
80301
80211
  const _hoisted_1$55 = { class: "c-search-on-click relative" };
80302
- const _sfc_main$6w = /* @__PURE__ */ defineComponent({
80212
+ const _sfc_main$6x = /* @__PURE__ */ defineComponent({
80303
80213
  __name: "CSearchOnClick",
80304
80214
  props: {
80305
80215
  disabled: { type: Boolean },
@@ -80356,7 +80266,7 @@ const _sfc_main$6w = /* @__PURE__ */ defineComponent({
80356
80266
  }, 8, ["disabled"])) : createCommentVNode("", true),
80357
80267
  createVNode(unref(NInputGroup), null, {
80358
80268
  default: withCtx(() => [
80359
- createVNode(_sfc_main$6A, {
80269
+ createVNode(_sfc_main$6B, {
80360
80270
  value: searchValue.value,
80361
80271
  "onUpdate:value": _cache[1] || (_cache[1] = ($event) => searchValue.value = $event),
80362
80272
  class: normalizeClass({ "max-w-[320px] min-w-[280px]": !_ctx.fullWidth, "w-full": _ctx.fullWidth, "pl-8": inputFocused.value || searchValue.value }),
@@ -80544,7 +80454,7 @@ function useMetadataSearch(options = {}) {
80544
80454
  const _hoisted_1$54 = {
80545
80455
  class: "c-search-on-click-with-suggestions relative"
80546
80456
  };
80547
- const _sfc_main$6v = /*@__PURE__*/defineComponent({
80457
+ const _sfc_main$6w = /*@__PURE__*/defineComponent({
80548
80458
  __name: 'CSearchOnClickWithSuggestions',
80549
80459
  props: {
80550
80460
  disabled: {
@@ -80759,9 +80669,9 @@ const _sfc_main$6v = /*@__PURE__*/defineComponent({
80759
80669
  }
80760
80670
  });
80761
80671
 
80762
- const CSearchOnClickWithSuggestions = /* @__PURE__ */ _export_sfc(_sfc_main$6v, [["__scopeId", "data-v-ba9e794b"]]);
80672
+ const CSearchOnClickWithSuggestions = /* @__PURE__ */ _export_sfc(_sfc_main$6w, [["__scopeId", "data-v-ba9e794b"]]);
80763
80673
 
80764
- const _sfc_main$6u = /* @__PURE__ */ defineComponent({
80674
+ const _sfc_main$6v = /* @__PURE__ */ defineComponent({
80765
80675
  __name: "CThemeEditor",
80766
80676
  setup(__props) {
80767
80677
  const showForm = ref(false);
@@ -80897,7 +80807,7 @@ const _sfc_main$6u = /* @__PURE__ */ defineComponent({
80897
80807
  const __default__$2 = {
80898
80808
  name: "CToolbar"
80899
80809
  };
80900
- const _sfc_main$6t = /* @__PURE__ */ defineComponent({
80810
+ const _sfc_main$6u = /* @__PURE__ */ defineComponent({
80901
80811
  ...__default__$2,
80902
80812
  props: {
80903
80813
  search: {},
@@ -80932,9 +80842,9 @@ const _sfc_main$6t = /* @__PURE__ */ defineComponent({
80932
80842
  }
80933
80843
  });
80934
80844
 
80935
- const CToolbar = /* @__PURE__ */ _export_sfc(_sfc_main$6t, [["__scopeId", "data-v-50c62c45"]]);
80845
+ const CToolbar = /* @__PURE__ */ _export_sfc(_sfc_main$6u, [["__scopeId", "data-v-50c62c45"]]);
80936
80846
 
80937
- const _sfc_main$6s = /* @__PURE__ */ defineComponent({
80847
+ const _sfc_main$6t = /* @__PURE__ */ defineComponent({
80938
80848
  __name: "CTooltip",
80939
80849
  setup(__props) {
80940
80850
  const isSSR = typeof window === "undefined";
@@ -80958,7 +80868,7 @@ const _sfc_main$6s = /* @__PURE__ */ defineComponent({
80958
80868
  }
80959
80869
  });
80960
80870
 
80961
- const _sfc_main$6r = /* @__PURE__ */ defineComponent({
80871
+ const _sfc_main$6s = /* @__PURE__ */ defineComponent({
80962
80872
  __name: "CAvatar",
80963
80873
  setup(__props) {
80964
80874
  const attrs = useAttrs();
@@ -80982,7 +80892,7 @@ const _sfc_main$6r = /* @__PURE__ */ defineComponent({
80982
80892
  }
80983
80893
  });
80984
80894
 
80985
- const _sfc_main$6q = /* @__PURE__ */ defineComponent({
80895
+ const _sfc_main$6r = /* @__PURE__ */ defineComponent({
80986
80896
  __name: "CCollapseTransition",
80987
80897
  setup(__props) {
80988
80898
  const attrs = useAttrs();
@@ -80999,7 +80909,7 @@ const _sfc_main$6q = /* @__PURE__ */ defineComponent({
80999
80909
  }
81000
80910
  });
81001
80911
 
81002
- const _sfc_main$6p = /* @__PURE__ */ defineComponent({
80912
+ const _sfc_main$6q = /* @__PURE__ */ defineComponent({
81003
80913
  __name: "CSpin",
81004
80914
  setup(__props) {
81005
80915
  return (_ctx, _cache) => {
@@ -81017,7 +80927,7 @@ const _sfc_main$6p = /* @__PURE__ */ defineComponent({
81017
80927
  }
81018
80928
  });
81019
80929
 
81020
- const _sfc_main$6o = /* @__PURE__ */ defineComponent({
80930
+ const _sfc_main$6p = /* @__PURE__ */ defineComponent({
81021
80931
  __name: "CEmpty",
81022
80932
  setup(__props) {
81023
80933
  return (_ctx, _cache) => {
@@ -81035,6 +80945,40 @@ const _sfc_main$6o = /* @__PURE__ */ defineComponent({
81035
80945
  }
81036
80946
  });
81037
80947
 
80948
+ const _sfc_main$6o = /* @__PURE__ */ defineComponent({
80949
+ __name: "CSwitch",
80950
+ props: {
80951
+ checked: { type: Boolean },
80952
+ disabled: { type: Boolean },
80953
+ themeOverrides: {},
80954
+ size: {}
80955
+ },
80956
+ emits: ["update:checked", "change"],
80957
+ setup(__props) {
80958
+ return (_ctx, _cache) => {
80959
+ return openBlock(), createBlock(unref(NSwitch), {
80960
+ class: "c-switch",
80961
+ disabled: _ctx.disabled,
80962
+ "theme-overrides": _ctx.themeOverrides,
80963
+ value: _ctx.checked,
80964
+ "onUpdate:value": _cache[0] || (_cache[0] = (val) => {
80965
+ _ctx.$emit("update:checked", val);
80966
+ _ctx.$emit("change", val);
80967
+ })
80968
+ }, createSlots({ _: 2 }, [
80969
+ renderList(_ctx.$slots, (_, name) => {
80970
+ return {
80971
+ name,
80972
+ fn: withCtx((slotProps) => [
80973
+ renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotProps || {})))
80974
+ ])
80975
+ };
80976
+ })
80977
+ ]), 1032, ["disabled", "theme-overrides", "value"]);
80978
+ };
80979
+ }
80980
+ });
80981
+
81038
80982
  let disableCustomTooltips = false;
81039
80983
  const tooltipDirective = {
81040
80984
  created() {
@@ -81378,7 +81322,7 @@ const _sfc_main$6n = /* @__PURE__ */ defineComponent({
81378
81322
  __expose({ hidePopup });
81379
81323
  return (_ctx, _cache) => {
81380
81324
  return withDirectives((openBlock(), createElementBlock("div", null, [
81381
- createVNode(_sfc_main$6y, {
81325
+ createVNode(_sfc_main$6z, {
81382
81326
  show: show.value,
81383
81327
  "onUpdate:show": _cache[2] || (_cache[2] = ($event) => show.value = $event),
81384
81328
  "content-class": "pa-2",
@@ -81876,7 +81820,7 @@ const _sfc_main$6e = /* @__PURE__ */ defineComponent({
81876
81820
  }, null, 8, ["active-canvas-id", "canvas"])) : createCommentVNode("", true),
81877
81821
  createElementVNode("div", _hoisted_3$2V, [
81878
81822
  _ctx.canvases?.length ? (openBlock(), createElementBlock("div", _hoisted_4$2k, toDisplayString(unref(t)("canvasUI.CCanvasSelector.lastUsed")), 1)) : createCommentVNode("", true),
81879
- createVNode(_sfc_main$6p, {
81823
+ createVNode(_sfc_main$6q, {
81880
81824
  class: "h-full",
81881
81825
  show: _ctx.isLoading
81882
81826
  }, {
@@ -83057,7 +83001,7 @@ const _sfc_main$69 = /* @__PURE__ */ defineComponent({
83057
83001
  class: normalizeClass(["c-contact-selector h-full flex", { "flex-col": _ctx.singleColumnView }])
83058
83002
  }, [
83059
83003
  createElementVNode("div", _hoisted_1$4Q, [
83060
- createVNode(_sfc_main$6w, {
83004
+ createVNode(_sfc_main$6x, {
83061
83005
  disabled: !!_ctx.loading,
83062
83006
  "full-width": "",
83063
83007
  "initial-search-value": _ctx.search,
@@ -83376,7 +83320,7 @@ const _sfc_main$66 = /* @__PURE__ */ defineComponent({
83376
83320
  index < tags.value.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_5$1V, ", ")) : createCommentVNode("", true)
83377
83321
  ]);
83378
83322
  }), 128)),
83379
- remainingTags.value.length ? (openBlock(), createBlock(_sfc_main$6y, {
83323
+ remainingTags.value.length ? (openBlock(), createBlock(_sfc_main$6z, {
83380
83324
  key: 0,
83381
83325
  "keep-alive-on-hover": false,
83382
83326
  placement: _ctx.option.index === 0 ? "bottom" : "top",
@@ -86021,7 +85965,7 @@ const _sfc_main$5Z = /* @__PURE__ */ defineComponent({
86021
85965
  ]),
86022
85966
  _: 1
86023
85967
  }, 8, ["label"]),
86024
- createVNode(_sfc_main$6A, {
85968
+ createVNode(_sfc_main$6B, {
86025
85969
  placeholder: unref(t)("canvasUI.CTypographyConfiguratorItem.lineHeightLabel"),
86026
85970
  style: { "--n-color": "transparent" },
86027
85971
  value: _ctx.item.line_height,
@@ -86037,7 +85981,7 @@ const _sfc_main$5Z = /* @__PURE__ */ defineComponent({
86037
85981
  ]),
86038
85982
  _: 1
86039
85983
  }, 8, ["label"]),
86040
- createVNode(_sfc_main$6A, {
85984
+ createVNode(_sfc_main$6B, {
86041
85985
  placeholder: unref(t)("canvasUI.CTypographyConfiguratorItem.letterSpacingLabel"),
86042
85986
  style: { "--n-color": "transparent" },
86043
85987
  value: _ctx.item.letter_spacing,
@@ -87249,7 +87193,7 @@ const _sfc_main$5N = /* @__PURE__ */ defineComponent({
87249
87193
  emit("cancel");
87250
87194
  }
87251
87195
  return (_ctx, _cache) => {
87252
- return openBlock(), createBlock(_sfc_main$6z, {
87196
+ return openBlock(), createBlock(_sfc_main$6A, {
87253
87197
  onEsc: onCancel,
87254
87198
  show: ""
87255
87199
  }, {
@@ -95607,7 +95551,7 @@ const _sfc_main$5L = /* @__PURE__ */ defineComponent({
95607
95551
  });
95608
95552
  return (_ctx, _cache) => {
95609
95553
  return _ctx.value !== null && _ctx.value !== void 0 ? (openBlock(), createElementBlock("div", _hoisted_1$4x, [
95610
- createVNode(_sfc_main$6E, {
95554
+ createVNode(_sfc_main$6F, {
95611
95555
  class: "flex gap-1 bg-primary6 color-text",
95612
95556
  size: "small"
95613
95557
  }, {
@@ -101824,11 +101768,11 @@ const _sfc_main$5p = /* @__PURE__ */ defineComponent({
101824
101768
  }
101825
101769
  });
101826
101770
  return (_ctx, _cache) => {
101827
- return isValidPicture.value ? (openBlock(), createBlock(_sfc_main$6r, {
101771
+ return isValidPicture.value ? (openBlock(), createBlock(_sfc_main$6s, {
101828
101772
  key: 0,
101829
101773
  size: _ctx.size,
101830
101774
  src: _ctx.picture
101831
- }, null, 8, ["size", "src"])) : (openBlock(), createBlock(_sfc_main$6r, {
101775
+ }, null, 8, ["size", "src"])) : (openBlock(), createBlock(_sfc_main$6s, {
101832
101776
  key: 1,
101833
101777
  color: color.value,
101834
101778
  size: _ctx.size
@@ -102629,7 +102573,7 @@ const _sfc_main$5j = /* @__PURE__ */ defineComponent({
102629
102573
  "suggestions-fetcher": fetchDistinctValueSuggestions,
102630
102574
  onSearch
102631
102575
  }, null, 8, ["disabled", "initial-search-value", "min-search-length", "placeholder"]))
102632
- ], 64)) : (openBlock(), createBlock(_sfc_main$6w, {
102576
+ ], 64)) : (openBlock(), createBlock(_sfc_main$6x, {
102633
102577
  key: 1,
102634
102578
  ref_key: "searchOnClickRef",
102635
102579
  ref: searchOnClickRef,
@@ -102701,7 +102645,7 @@ const _sfc_main$5j = /* @__PURE__ */ defineComponent({
102701
102645
  "suggestions-fetcher": fetchDistinctValueSuggestions,
102702
102646
  onSearch
102703
102647
  }, null, 8, ["disabled", "initial-search-value", "min-search-length", "placeholder"]))
102704
- ], 64)) : (openBlock(), createBlock(_sfc_main$6w, {
102648
+ ], 64)) : (openBlock(), createBlock(_sfc_main$6x, {
102705
102649
  key: 1,
102706
102650
  ref_key: "searchOnClickRef",
102707
102651
  ref: searchOnClickRef,
@@ -104279,7 +104223,7 @@ const _sfc_main$5b = /* @__PURE__ */ defineComponent({
104279
104223
  innerHTML: unref(highlight)(tags.value.join(", "), _ctx.search)
104280
104224
  }, null, 8, _hoisted_5$1G)
104281
104225
  ])) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(tags.value, (tag, index) => {
104282
- return withDirectives((openBlock(), createBlock(_sfc_main$6E, {
104226
+ return withDirectives((openBlock(), createBlock(_sfc_main$6F, {
104283
104227
  key: index,
104284
104228
  class: normalizeClass(_ctx.tagsClass),
104285
104229
  size: "small"
@@ -104292,7 +104236,7 @@ const _sfc_main$5b = /* @__PURE__ */ defineComponent({
104292
104236
  [_directive_tooltip, shouldShowTagTooltip(tag) ? tag : null]
104293
104237
  ]);
104294
104238
  }), 128)),
104295
- remainingTags.value.length ? (openBlock(), createBlock(_sfc_main$6y, {
104239
+ remainingTags.value.length ? (openBlock(), createBlock(_sfc_main$6z, {
104296
104240
  key: 2,
104297
104241
  class: "c-table-tag__popover max-w-[600px]",
104298
104242
  placement: _ctx.rowIndex === 0 ? "bottom" : "top",
@@ -104317,7 +104261,7 @@ const _sfc_main$5b = /* @__PURE__ */ defineComponent({
104317
104261
  default: withCtx(() => [
104318
104262
  createElementVNode("div", _hoisted_6$1s, [
104319
104263
  _ctx.displayAsText ? (openBlock(), createElementBlock("div", _hoisted_7$14, toDisplayString(remainingTags.value.join(", ")), 1)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(remainingTags.value, (tag, index) => {
104320
- return openBlock(), createBlock(_sfc_main$6E, {
104264
+ return openBlock(), createBlock(_sfc_main$6F, {
104321
104265
  key: index,
104322
104266
  class: normalizeClass(_ctx.moreTagsClass),
104323
104267
  size: "small"
@@ -104420,7 +104364,7 @@ const _sfc_main$5a = /* @__PURE__ */ defineComponent({
104420
104364
  };
104421
104365
  return (_ctx, _cache) => {
104422
104366
  const _directive_tooltip = resolveDirective("tooltip");
104423
- return openBlock(), createBlock(_sfc_main$6y, {
104367
+ return openBlock(), createBlock(_sfc_main$6z, {
104424
104368
  placement: "bottom-end",
104425
104369
  "show-arrow": false,
104426
104370
  trigger: "click"
@@ -104891,7 +104835,7 @@ const _sfc_main$59 = /* @__PURE__ */ defineComponent({
104891
104835
  placeholder: _ctx.placeholder,
104892
104836
  "suggestions-fetcher": fetchSuggestions,
104893
104837
  onSearch: _cache[0] || (_cache[0] = ($event) => emit("update:search", $event, _ctx.filters))
104894
- }, null, 8, ["disabled", "initial-search-value", "placeholder"])) : (openBlock(), createBlock(_sfc_main$6w, {
104838
+ }, null, 8, ["disabled", "initial-search-value", "placeholder"])) : (openBlock(), createBlock(_sfc_main$6x, {
104895
104839
  key: 1,
104896
104840
  ref_key: "searchOnClickRef",
104897
104841
  ref: searchOnClickRef,
@@ -104989,7 +104933,7 @@ const _sfc_main$59 = /* @__PURE__ */ defineComponent({
104989
104933
  }), 128))
104990
104934
  ], 64))
104991
104935
  ], 64)) : createCommentVNode("", true),
104992
- unref(pitcherSettings).display_metadata_filters_in_modal && hasAnyFilter.value ? (openBlock(), createBlock(_sfc_main$6y, {
104936
+ unref(pitcherSettings).display_metadata_filters_in_modal && hasAnyFilter.value ? (openBlock(), createBlock(_sfc_main$6z, {
104993
104937
  key: 1,
104994
104938
  class: "min-w-[500px] max-w-[700px] max-h-[400px] overflow-y-auto",
104995
104939
  placement: "bottom",
@@ -107537,7 +107481,7 @@ function useCanvasesManagementBulk() {
107537
107481
  "name": "properties",
107538
107482
  "title": t('canvasUI.browserApp.uploadFilesModal.properties')
107539
107483
  }, {
107540
- default: () => [createVNode(_sfc_main$6B, {
107484
+ default: () => [createVNode(_sfc_main$6C, {
107541
107485
  "showExpirationSettings": false,
107542
107486
  "showPermissionSettings": false,
107543
107487
  "showAccessTypeSettings": false,
@@ -109433,7 +109377,7 @@ const _sfc_main$4W = /* @__PURE__ */ defineComponent({
109433
109377
  "w-fit": _ctx.fitContent
109434
109378
  }])
109435
109379
  }, [
109436
- _ctx.variation !== "minimal" ? (openBlock(), createBlock(_sfc_main$6E, {
109380
+ _ctx.variation !== "minimal" ? (openBlock(), createBlock(_sfc_main$6F, {
109437
109381
  key: 0,
109438
109382
  class: "flex",
109439
109383
  size: "small",
@@ -109657,7 +109601,7 @@ const _sfc_main$4U = /* @__PURE__ */ defineComponent({
109657
109601
  onClick: _cache[0] || (_cache[0] = withModifiers(() => {
109658
109602
  }, ["stop"]))
109659
109603
  }, [
109660
- _ctx.variation !== "minimal" ? (openBlock(), createBlock(_sfc_main$6E, {
109604
+ _ctx.variation !== "minimal" ? (openBlock(), createBlock(_sfc_main$6F, {
109661
109605
  key: 0,
109662
109606
  class: normalizeClass(`flex gap-1 ${getPopularityClass()}`),
109663
109607
  size: "small",
@@ -109710,7 +109654,7 @@ const _sfc_main$4U = /* @__PURE__ */ defineComponent({
109710
109654
  onClick: _cache[1] || (_cache[1] = withModifiers(() => {
109711
109655
  }, ["stop"]))
109712
109656
  }, [
109713
- _ctx.variation !== "minimal" ? (openBlock(), createBlock(_sfc_main$6E, {
109657
+ _ctx.variation !== "minimal" ? (openBlock(), createBlock(_sfc_main$6F, {
109714
109658
  key: 0,
109715
109659
  class: normalizeClass(`flex gap-1 ${getEngagementClass()}`),
109716
109660
  size: "small",
@@ -110543,6 +110487,10 @@ function init({
110543
110487
  const foldersFromSearch = foldersResponse.value.results ?? [];
110544
110488
  filteredFolders = foldersFromSearch.map((folder) => {
110545
110489
  const cached = state$2.folderCache[folder.id];
110490
+ const parentCached = folder.parent_folder_id ? state$2.folderCache[folder.parent_folder_id] : null;
110491
+ if (parentCached && parentCached.available_folders_count !== void 0 && parentCached.available_folders_count === 0) {
110492
+ return null;
110493
+ }
110546
110494
  if (cached) {
110547
110495
  const result = {
110548
110496
  ...folder,
@@ -110550,14 +110498,15 @@ function init({
110550
110498
  };
110551
110499
  if (cached.files_count !== void 0) result.files_count = cached.files_count;
110552
110500
  if (cached.folders_count !== void 0) result.folders_count = cached.folders_count;
110553
- if (cached.available_files_count !== void 0) result.available_files_count = cached.available_files_count;
110501
+ if (cached.available_files_count !== void 0)
110502
+ result.available_files_count = cached.available_files_count;
110554
110503
  if (cached.available_folders_count !== void 0) {
110555
110504
  result.available_folders_count = cached.available_folders_count;
110556
110505
  }
110557
110506
  return result;
110558
110507
  }
110559
110508
  return { ...folder, type: "folder" };
110560
- });
110509
+ }).filter((folder) => folder !== null);
110561
110510
  } else if (!hasMetadataFilters && !useAppStore$4().isLocalSearch.value) {
110562
110511
  console.error(
110563
110512
  "Failed to fetch folders:",
@@ -111195,7 +111144,7 @@ const _sfc_main$4T = /* @__PURE__ */ defineComponent({
111195
111144
  ])) : createCommentVNode("", true)
111196
111145
  ], 4),
111197
111146
  _ctx.item.type !== "smart_folder" ? (openBlock(), createElementBlock("div", _hoisted_10$z, [
111198
- createVNode(_sfc_main$6E, {
111147
+ createVNode(_sfc_main$6F, {
111199
111148
  size: "small",
111200
111149
  style: normalizeStyle({
111201
111150
  ...getStatusStyle(),
@@ -112128,7 +112077,7 @@ const _sfc_main$4R = /*@__PURE__*/defineComponent({
112128
112077
  id: 'is_draft',
112129
112078
  cell: cellCtx => createVNode("div", {
112130
112079
  "class": "flex items-center"
112131
- }, [createVNode(_sfc_main$6F, {
112080
+ }, [createVNode(_sfc_main$6o, {
112132
112081
  "checked": !cellCtx.getValue(),
112133
112082
  "disabled": isReadonly(cellCtx.row.original),
112134
112083
  "onChange": async newValue => await updateProperty(cellCtx.row.original, 'is_draft', !newValue),
@@ -112811,7 +112760,7 @@ const _sfc_main$4O = /*@__PURE__*/defineComponent({
112811
112760
  id: 'status',
112812
112761
  cell: cellCtx => createVNode("div", {
112813
112762
  "class": "flex items-center"
112814
- }, [createVNode(_sfc_main$6F, {
112763
+ }, [createVNode(_sfc_main$6o, {
112815
112764
  "checked": !cellCtx.getValue(),
112816
112765
  "disabled": isReadonly(cellCtx.row.original),
112817
112766
  "onChange": async newValue => await updateProperty(cellCtx.row.original, 'is_draft', !newValue),
@@ -113140,7 +113089,7 @@ const _sfc_main$4N = /* @__PURE__ */ defineComponent({
113140
113089
  fetchLevel(props.currentFolder.id);
113141
113090
  });
113142
113091
  return (_ctx, _cache) => {
113143
- return openBlock(), createBlock(_sfc_main$6z, {
113092
+ return openBlock(), createBlock(_sfc_main$6A, {
113144
113093
  "on-update:show": () => emit("update:show", false),
113145
113094
  show: _ctx.show,
113146
113095
  style: normalizeStyle({ backgroundColor: unref(themeVars).base })
@@ -114337,7 +114286,7 @@ const _sfc_main$4J = /* @__PURE__ */ defineComponent({
114337
114286
  _cache[6] || (_cache[6] = createElementVNode("span", { class: "inline-block h-1 w-1 bg-text3 rounded-full" }, null, -1))
114338
114287
  ])
114339
114288
  ])) : (openBlock(), createElementBlock("div", _hoisted_12$m, [
114340
- !isFolder(unref(item)) ? (openBlock(), createBlock(_sfc_main$6E, {
114289
+ !isFolder(unref(item)) ? (openBlock(), createBlock(_sfc_main$6F, {
114341
114290
  key: 0,
114342
114291
  size: "small",
114343
114292
  style: normalizeStyle({
@@ -114465,7 +114414,7 @@ const _sfc_main$4H = /* @__PURE__ */ defineComponent({
114465
114414
  }
114466
114415
  const themeVars = useThemeVars();
114467
114416
  return (_ctx, _cache) => {
114468
- return openBlock(), createBlock(_sfc_main$6z, {
114417
+ return openBlock(), createBlock(_sfc_main$6A, {
114469
114418
  "on-update:show": (val) => emit("update:show", val),
114470
114419
  show: "",
114471
114420
  style: normalizeStyle({ backgroundColor: unref(themeVars).base })
@@ -115244,7 +115193,7 @@ const _sfc_main$4G = /*@__PURE__*/defineComponent({
115244
115193
  id: 'is_draft',
115245
115194
  cell: cellCtx => createVNode("div", {
115246
115195
  "class": "flex items-center"
115247
- }, [createVNode(_sfc_main$6F, {
115196
+ }, [createVNode(_sfc_main$6o, {
115248
115197
  "checked": !cellCtx.getValue(),
115249
115198
  "disabled": isReadonly(cellCtx.row.original),
115250
115199
  "onChange": async newValue => await onUpdateStatus(cellCtx.row.original, newValue ? CanvasStatus.READY : CanvasStatus.DRAFT),
@@ -116437,7 +116386,7 @@ const _sfc_main$4B = /*@__PURE__*/defineComponent({
116437
116386
  id: 'status',
116438
116387
  cell: cellCtx => createVNode("div", {
116439
116388
  "class": "flex items-center"
116440
- }, [createVNode(_sfc_main$6F, {
116389
+ }, [createVNode(_sfc_main$6o, {
116441
116390
  "checked": cellCtx.getValue() === CanvasThemeStatus.READY,
116442
116391
  "onChange": async newValue => await onUpdateStatus(cellCtx.row.original, !newValue ? CanvasThemeStatus.DRAFT : CanvasThemeStatus.READY),
116443
116392
  "themeOverrides": {
@@ -116811,7 +116760,7 @@ const _sfc_main$4A = /* @__PURE__ */ defineComponent({
116811
116760
  onClick: ($event) => emit("click", item.key)
116812
116761
  }, toDisplayString(item.label), 9, _hoisted_3$2b);
116813
116762
  }), 128)),
116814
- remainingItems.value.length ? (openBlock(), createBlock(_sfc_main$6y, {
116763
+ remainingItems.value.length ? (openBlock(), createBlock(_sfc_main$6z, {
116815
116764
  key: 0,
116816
116765
  placement: _ctx.rowIndex === 0 ? "bottom" : "top",
116817
116766
  trigger: "click"
@@ -116824,7 +116773,7 @@ const _sfc_main$4A = /* @__PURE__ */ defineComponent({
116824
116773
  default: withCtx(() => [
116825
116774
  createElementVNode("div", null, [
116826
116775
  (openBlock(true), createElementBlock(Fragment, null, renderList(remainingItems.value, (item, index) => {
116827
- return openBlock(), createBlock(_sfc_main$6E, {
116776
+ return openBlock(), createBlock(_sfc_main$6F, {
116828
116777
  key: index,
116829
116778
  class: normalizeClass(["mr-1 c-table-more__more-items", { "c-table-more__clickable": _ctx.isClickable, underline: _ctx.isClickable }]),
116830
116779
  round: false,
@@ -118292,7 +118241,7 @@ const _sfc_main$4u = /* @__PURE__ */ defineComponent({
118292
118241
  ref_for: true
118293
118242
  }, getIconDataForInfoBadge(indicator.icon)), null, 16, ["background-color", "color", "text", "variation"])), [
118294
118243
  [_directive_tooltip, indicator.tooltip_text]
118295
- ]) : indicator.type ? withDirectives((openBlock(), createBlock(_sfc_main$6E, {
118244
+ ]) : indicator.type ? withDirectives((openBlock(), createBlock(_sfc_main$6F, {
118296
118245
  key: 1,
118297
118246
  class: "mr-2",
118298
118247
  type: indicator.type
@@ -118751,7 +118700,7 @@ const _sfc_main$4r = /* @__PURE__ */ defineComponent({
118751
118700
  emit("search", value);
118752
118701
  }
118753
118702
  return (_ctx, _cache) => {
118754
- return openBlock(), createBlock(_sfc_main$6z, {
118703
+ return openBlock(), createBlock(_sfc_main$6A, {
118755
118704
  onEsc: handleClose,
118756
118705
  persistent: "",
118757
118706
  show: "",
@@ -119232,7 +119181,7 @@ const _sfc_main$4q = /*@__PURE__*/defineComponent({
119232
119181
  id: 'is_draft',
119233
119182
  cell: cellCtx => createVNode("div", {
119234
119183
  "class": "flex items-center"
119235
- }, [createVNode(_sfc_main$6F, {
119184
+ }, [createVNode(_sfc_main$6o, {
119236
119185
  "disabled": !!editingColumn.value?.id || isCanvasLocked(cellCtx.row.original.id),
119237
119186
  "checked": !cellCtx.getValue(),
119238
119187
  "onChange": async newValue => await updateProperty(cellCtx.row.original, 'is_draft', !newValue),
@@ -120181,7 +120130,7 @@ const _sfc_main$4o = /*@__PURE__*/defineComponent({
120181
120130
  id: 'is_draft',
120182
120131
  cell: cellCtx => createVNode("div", {
120183
120132
  "class": "flex items-center"
120184
- }, [createVNode(_sfc_main$6F, {
120133
+ }, [createVNode(_sfc_main$6o, {
120185
120134
  "disabled": true,
120186
120135
  "checked": !cellCtx.getValue(),
120187
120136
  "themeOverrides": {
@@ -120556,7 +120505,7 @@ const _sfc_main$4m = /* @__PURE__ */ defineComponent({
120556
120505
  });
120557
120506
  };
120558
120507
  return (_ctx, _cache) => {
120559
- return openBlock(), createBlock(_sfc_main$6y, {
120508
+ return openBlock(), createBlock(_sfc_main$6z, {
120560
120509
  class: "c-entity-selector",
120561
120510
  overlap: _ctx.overlap,
120562
120511
  placement: "top-start",
@@ -121812,8 +121761,8 @@ const _sfc_main$4g = /* @__PURE__ */ defineComponent({
121812
121761
  ],
121813
121762
  setup(__props, { emit: __emit }) {
121814
121763
  useCssVars((_ctx) => ({
121815
- "340c455c": unref(themeVars).base,
121816
- "409ab37d": unref(themeVars).primary4
121764
+ "3da35b40": unref(themeVars).base,
121765
+ "49a7913e": unref(themeVars).primary4
121817
121766
  }));
121818
121767
  const props = __props;
121819
121768
  const myUser = inject(
@@ -121824,10 +121773,6 @@ const _sfc_main$4g = /* @__PURE__ */ defineComponent({
121824
121773
  "pitcherInfo",
121825
121774
  computed(() => null)
121826
121775
  );
121827
- const launchDarkly = inject(
121828
- "launchDarkly",
121829
- computed(() => ({}))
121830
- );
121831
121776
  const emit = __emit;
121832
121777
  const appProps = inject("appProps");
121833
121778
  const vTooltip = tooltipDirective;
@@ -121941,10 +121886,10 @@ const _sfc_main$4g = /* @__PURE__ */ defineComponent({
121941
121886
  }, 8, ["color", "disabled", "text-color"])
121942
121887
  ]),
121943
121888
  _ctx.item.type === "file" ? (openBlock(), createElementBlock("div", _hoisted_3$20, [
121944
- withDirectives((openBlock(), createBlock(CButton, {
121889
+ createVNode(CButton, {
121945
121890
  circle: "",
121946
121891
  color: unref(themeVars).primary6,
121947
- disabled: unref(appProps)?.contentType.value === "file" || _ctx.item.content_type !== "pdf" || unref(launchDarkly).enable_file_divisible_permission && _ctx.item.permissions?.can_be_divided === false,
121892
+ disabled: unref(appProps)?.contentType.value === "file" || _ctx.item.content_type !== "pdf",
121948
121893
  "text-color": unref(themeVars).primary,
121949
121894
  onClick: _cache[1] || (_cache[1] = withModifiers(($event) => emit("itemExpanded", _ctx.item), ["stop"]))
121950
121895
  }, {
@@ -121952,12 +121897,7 @@ const _sfc_main$4g = /* @__PURE__ */ defineComponent({
121952
121897
  createVNode(CIcon, { icon: "angle-right" })
121953
121898
  ]),
121954
121899
  _: 1
121955
- }, 8, ["color", "disabled", "text-color"])), [
121956
- [
121957
- unref(vTooltip),
121958
- unref(launchDarkly).enable_file_divisible_permission && _ctx.item.permissions?.can_be_divided === false ? unref(t)("canvasUI.files.notDivisibleExpanded") : void 0
121959
- ]
121960
- ])
121900
+ }, 8, ["color", "disabled", "text-color"])
121961
121901
  ])) : createCommentVNode("", true),
121962
121902
  createVNode(_sfc_main$6K, {
121963
121903
  class: "rounded-2",
@@ -122088,7 +122028,7 @@ const _sfc_main$4g = /* @__PURE__ */ defineComponent({
122088
122028
  }
122089
122029
  });
122090
122030
 
122091
- const GridItem = /* @__PURE__ */ _export_sfc(_sfc_main$4g, [["__scopeId", "data-v-7c4db1d5"]]);
122031
+ const GridItem = /* @__PURE__ */ _export_sfc(_sfc_main$4g, [["__scopeId", "data-v-bd0629a2"]]);
122092
122032
 
122093
122033
  const _hoisted_1$3o = { class: "folders-files-pages-grid py-2 h-full" };
122094
122034
  const _hoisted_2$2x = {
@@ -122408,9 +122348,6 @@ const _sfc_main$4e = /* @__PURE__ */ defineComponent({
122408
122348
  // Not used here
122409
122349
  hasFile: computed(() => props.item.type === "file")
122410
122350
  });
122411
- const isExpandFileDisabled = computed(() => {
122412
- return props.isDisabled || appProps?.contentType.value === "file" || props.item.content_type !== "pdf" || launchDarkly.value.enable_file_divisible_permission && props.item.permissions?.can_be_divided === false;
122413
- });
122414
122351
  return (_ctx, _cache) => {
122415
122352
  const _directive_tooltip = resolveDirective("tooltip");
122416
122353
  return openBlock(), createElementBlock("div", {
@@ -122604,7 +122541,7 @@ const _sfc_main$4e = /* @__PURE__ */ defineComponent({
122604
122541
  key: 2,
122605
122542
  circle: "",
122606
122543
  class: "h-9 w-9",
122607
- disabled: isExpandFileDisabled.value,
122544
+ disabled: _ctx.isDisabled || unref(appProps)?.contentType.value === "file" || _ctx.item.content_type !== "pdf",
122608
122545
  secondary: "",
122609
122546
  type: "default",
122610
122547
  onClick: _cache[3] || (_cache[3] = withModifiers(($event) => emit("expand-file", _ctx.item), ["stop"]))
@@ -122618,10 +122555,7 @@ const _sfc_main$4e = /* @__PURE__ */ defineComponent({
122618
122555
  ]),
122619
122556
  _: 1
122620
122557
  }, 8, ["disabled"])), [
122621
- [
122622
- _directive_tooltip,
122623
- unref(launchDarkly).enable_file_divisible_permission && _ctx.item.permissions?.can_be_divided === false ? unref(t)("canvasUI.files.notDivisibleExpanded") : unref(t)("canvasUI.contentSelectorApp.contextMenu.expandFile")
122624
- ]
122558
+ [_directive_tooltip, unref(t)("canvasUI.contentSelectorApp.contextMenu.expandFile")]
122625
122559
  ]) : createCommentVNode("", true),
122626
122560
  unref(isDragNDropEnabled) && _ctx.item?.type !== "folder" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
122627
122561
  _ctx.isSelected ? (openBlock(), createBlock(CButton, {
@@ -127389,7 +127323,7 @@ const _sfc_main$3Q = /* @__PURE__ */ defineComponent({
127389
127323
  }),
127390
127324
  linkType.value === "web" ? (openBlock(), createElementBlock("div", _hoisted_5$1b, [
127391
127325
  createElementVNode("label", null, toDisplayString(unref(t)("canvasUI.components.fileViewer.linkAnnotation.urlInput")), 1),
127392
- createVNode(_sfc_main$6A, {
127326
+ createVNode(_sfc_main$6B, {
127393
127327
  value: urlInput.value,
127394
127328
  "onUpdate:value": _cache[1] || (_cache[1] = ($event) => urlInput.value = $event),
127395
127329
  placeholder: "https://www.example.com",
@@ -127456,7 +127390,7 @@ const _sfc_main$3Q = /* @__PURE__ */ defineComponent({
127456
127390
  createElementVNode("div", _hoisted_8$D, [
127457
127391
  createElementVNode("div", _hoisted_9$w, [
127458
127392
  createElementVNode("label", null, toDisplayString(unref(t)("canvasUI.components.fileViewer.linkAnnotation.trackingId")), 1),
127459
- createVNode(_sfc_main$6A, {
127393
+ createVNode(_sfc_main$6B, {
127460
127394
  value: trackingId.value,
127461
127395
  "onUpdate:value": _cache[5] || (_cache[5] = ($event) => trackingId.value = $event)
127462
127396
  }, null, 8, ["value"])
@@ -127556,7 +127490,7 @@ const _sfc_main$3P = /* @__PURE__ */ defineComponent({
127556
127490
  class: "c-file-viewer-copy-pages-metadata w-full",
127557
127491
  onKeydown: withKeys(closePopover, ["esc"])
127558
127492
  }, [
127559
- createVNode(_sfc_main$6y, {
127493
+ createVNode(_sfc_main$6z, {
127560
127494
  class: "min-w[400px]",
127561
127495
  placement: "bottom-end",
127562
127496
  scrollable: "",
@@ -127950,7 +127884,7 @@ const _sfc_main$3N = /* @__PURE__ */ defineComponent({
127950
127884
  }, 8, ["disabled", "style"]),
127951
127885
  createVNode(_sfc_main$6N, { closable: false }, createSlots({
127952
127886
  default: withCtx(() => [
127953
- _ctx.isLoadingInstanceMetadataTemplate ? (openBlock(), createBlock(_sfc_main$6p, {
127887
+ _ctx.isLoadingInstanceMetadataTemplate ? (openBlock(), createBlock(_sfc_main$6q, {
127954
127888
  key: 0,
127955
127889
  class: "flex h-full"
127956
127890
  })) : createCommentVNode("", true),
@@ -129841,7 +129775,7 @@ const _sfc_main$3L = /* @__PURE__ */ defineComponent({
129841
129775
  { immediate: true }
129842
129776
  );
129843
129777
  return (_ctx, _cache) => {
129844
- return openBlock(), createBlock(_sfc_main$6z, {
129778
+ return openBlock(), createBlock(_sfc_main$6A, {
129845
129779
  onEsc: onCloseFile,
129846
129780
  show: "",
129847
129781
  to: unref(appElem),
@@ -129918,7 +129852,7 @@ const _sfc_main$3L = /* @__PURE__ */ defineComponent({
129918
129852
  _: 3
129919
129853
  }, 8, ["style"])) : createCommentVNode("", true),
129920
129854
  !_ctx.file ? (openBlock(), createElementBlock("div", _hoisted_1$2V, [
129921
- createVNode(_sfc_main$6p, {
129855
+ createVNode(_sfc_main$6q, {
129922
129856
  color: unref(themeVars).primary,
129923
129857
  size: "large"
129924
129858
  }, null, 8, ["color"])
@@ -132286,7 +132220,7 @@ const _sfc_main$3t = /* @__PURE__ */ defineComponent({
132286
132220
  ]),
132287
132221
  createElementVNode("div", _hoisted_5$12, [
132288
132222
  createElementVNode("p", _hoisted_6$U, toDisplayString(unref(t)("canvasUI.components.CRatingFeedback.review")), 1),
132289
- createVNode(_sfc_main$6A, {
132223
+ createVNode(_sfc_main$6B, {
132290
132224
  autosize: { minRows: 3, maxRows: 3 },
132291
132225
  class: "rounded-1 border-primary6 text-sm",
132292
132226
  placeholder: unref(t)("canvasUI.components.CRatingFeedback.reviewPlaceholder"),
@@ -132704,7 +132638,7 @@ const _sfc_main$3q = /* @__PURE__ */ defineComponent({
132704
132638
  ])) : createCommentVNode("", true),
132705
132639
  createElementVNode("div", _hoisted_3$1u, [
132706
132640
  (openBlock(true), createElementBlock(Fragment, null, renderList(tagsToRender.value, (tag, index) => {
132707
- return openBlock(), createBlock(_sfc_main$6E, {
132641
+ return openBlock(), createBlock(_sfc_main$6F, {
132708
132642
  key: index,
132709
132643
  class: "truncate",
132710
132644
  round: ""
@@ -132931,7 +132865,7 @@ const _sfc_main$3o = /* @__PURE__ */ defineComponent({
132931
132865
  })) : createCommentVNode("", true)
132932
132866
  ]),
132933
132867
  isLoading.value ? (openBlock(), createElementBlock("div", _hoisted_3$1t, [
132934
- createVNode(_sfc_main$6p)
132868
+ createVNode(_sfc_main$6q)
132935
132869
  ])) : isEditing.value ? (openBlock(), createElementBlock("div", _hoisted_4$1b, [
132936
132870
  allowUsersInDistribution.value ? (openBlock(), createBlock(CUsersGroupsAccessManage, {
132937
132871
  key: 0,
@@ -133455,7 +133389,7 @@ const _sfc_main$3n = /* @__PURE__ */ defineComponent({
133455
133389
  _: 1
133456
133390
  }, 8, ["value", "placeholder"]),
133457
133391
  !hideApps.value || shouldShowBlocksTab.value ? (openBlock(), createElementBlock("div", _hoisted_1$2D, [
133458
- createVNode(_sfc_main$6E, {
133392
+ createVNode(_sfc_main$6F, {
133459
133393
  bordered: activeFilter.value === "basic" /* Basic */,
133460
133394
  class: "text-xs cursor-pointer",
133461
133395
  closable: activeFilter.value === "basic" /* Basic */,
@@ -133469,7 +133403,7 @@ const _sfc_main$3n = /* @__PURE__ */ defineComponent({
133469
133403
  ]),
133470
133404
  _: 1
133471
133405
  }, 8, ["bordered", "closable"]),
133472
- !hideApps.value ? (openBlock(), createBlock(_sfc_main$6E, {
133406
+ !hideApps.value ? (openBlock(), createBlock(_sfc_main$6F, {
133473
133407
  key: 0,
133474
133408
  bordered: activeFilter.value === "apps" /* Apps */,
133475
133409
  class: "text-xs cursor-pointer",
@@ -133484,7 +133418,7 @@ const _sfc_main$3n = /* @__PURE__ */ defineComponent({
133484
133418
  ]),
133485
133419
  _: 1
133486
133420
  }, 8, ["bordered", "closable"])) : createCommentVNode("", true),
133487
- shouldShowBlocksTab.value ? (openBlock(), createBlock(_sfc_main$6E, {
133421
+ shouldShowBlocksTab.value ? (openBlock(), createBlock(_sfc_main$6F, {
133488
133422
  key: 1,
133489
133423
  bordered: activeFilter.value === "blocks" /* Blocks */,
133490
133424
  class: "text-xs cursor-pointer",
@@ -134499,7 +134433,7 @@ const _sfc_main$3l = /* @__PURE__ */ defineComponent({
134499
134433
  })
134500
134434
  ]),
134501
134435
  createElementVNode("div", _hoisted_6$Q, [
134502
- createVNode(_sfc_main$6A, {
134436
+ createVNode(_sfc_main$6B, {
134503
134437
  ref_key: "searchRef",
134504
134438
  ref: searchRef,
134505
134439
  value: search.value,
@@ -134693,7 +134627,7 @@ const _sfc_main$3k = /* @__PURE__ */ defineComponent({
134693
134627
  }, 1032, ["circle", "onClick"])), [
134694
134628
  [_directive_tooltip, shortcut.tooltip || shortcut.displayName]
134695
134629
  ]);
134696
- }), 128)) : (openBlock(), createBlock(_sfc_main$6y, {
134630
+ }), 128)) : (openBlock(), createBlock(_sfc_main$6z, {
134697
134631
  key: 1,
134698
134632
  show: isPopoverVisible.value,
134699
134633
  "onUpdate:show": _cache[1] || (_cache[1] = ($event) => isPopoverVisible.value = $event),
@@ -135072,7 +135006,7 @@ const _sfc_main$3i = /* @__PURE__ */ defineComponent({
135072
135006
  ]);
135073
135007
  }), 128))
135074
135008
  ], 64)) : unref(shouldShowPopupApps) && !_ctx.inline ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
135075
- unref(hasMultipleApps) ? (openBlock(), createBlock(_sfc_main$6y, {
135009
+ unref(hasMultipleApps) ? (openBlock(), createBlock(_sfc_main$6z, {
135076
135010
  key: 0,
135077
135011
  placement: _ctx.placement,
135078
135012
  showArrow: true,
@@ -136603,7 +136537,7 @@ const _sfc_main$38 = /* @__PURE__ */ defineComponent({
136603
136537
  });
136604
136538
  return (_ctx, _cache) => {
136605
136539
  const _directive_tooltip = resolveDirective("tooltip");
136606
- return _ctx.selected ? (openBlock(), createBlock(_sfc_main$6y, {
136540
+ return _ctx.selected ? (openBlock(), createBlock(_sfc_main$6z, {
136607
136541
  key: 0,
136608
136542
  class: normalizeClass({
136609
136543
  "-top-1": _ctx.placement.includes("top"),
@@ -139352,7 +139286,7 @@ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
139352
139286
  src: _ctx.item.file.content_url ?? void 0,
139353
139287
  title: unref(t)("canvasUI.collectionPlayer.webSlide")
139354
139288
  }, null, 8, _hoisted_2$1F)) : !_ctx.item.file || !_ctx.item.file.content_type ? (openBlock(), createElementBlock("div", _hoisted_3$1i, [
139355
- createVNode(_sfc_main$6p, {
139289
+ createVNode(_sfc_main$6q, {
139356
139290
  color: unref(themeVars).primary,
139357
139291
  size: "small"
139358
139292
  }, null, 8, ["color"])
@@ -139987,7 +139921,7 @@ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
139987
139921
  setup(__props) {
139988
139922
  const { closeApp, inModal } = useAppStore$3();
139989
139923
  return (_ctx, _cache) => {
139990
- return unref(inModal) ? (openBlock(), createBlock(_sfc_main$6z, {
139924
+ return unref(inModal) ? (openBlock(), createBlock(_sfc_main$6A, {
139991
139925
  key: 0,
139992
139926
  class: "h-[100vh] w-[100vw]",
139993
139927
  show: "",
@@ -140178,7 +140112,7 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
140178
140112
  style: normalizeStyle({ aspectRatio: _ctx.aspectRatio })
140179
140113
  }, [
140180
140114
  unref(isOpenTableOfContents) ? (openBlock(), createBlock(_sfc_main$2W, { key: 0 })) : createCommentVNode("", true),
140181
- isLoading.value ? (openBlock(), createBlock(_sfc_main$6p, {
140115
+ isLoading.value ? (openBlock(), createBlock(_sfc_main$6q, {
140182
140116
  key: 1,
140183
140117
  color: unref(themeVars).primary,
140184
140118
  size: "large"
@@ -140732,7 +140666,7 @@ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
140732
140666
  key: 0,
140733
140667
  onSelectCollectionContent: _cache[0] || (_cache[0] = ($event) => unref(selectContent)({ id: unref(id), initialData: unref(data) }))
140734
140668
  })) : needsFileResolution.value ? (openBlock(), createElementBlock("div", _hoisted_1$2d, [
140735
- createVNode(_sfc_main$6p, {
140669
+ createVNode(_sfc_main$6q, {
140736
140670
  color: unref(themeVars).primary,
140737
140671
  size: "large"
140738
140672
  }, null, 8, ["color"])
@@ -140776,7 +140710,7 @@ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
140776
140710
  ]);
140777
140711
  }), 128))
140778
140712
  ])) : needsFileResolution.value ? (openBlock(), createElementBlock("div", _hoisted_6$K, [
140779
- createVNode(_sfc_main$6p, {
140713
+ createVNode(_sfc_main$6q, {
140780
140714
  color: unref(themeVars).primary,
140781
140715
  size: "large"
140782
140716
  }, null, 8, ["color"])
@@ -148505,7 +148439,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
148505
148439
  unref(computedMultimediaProps).data.type === "video" && !unref(isIosDevice) ? {
148506
148440
  name: "toolbar-slot",
148507
148441
  fn: withCtx(() => [
148508
- createVNode(_sfc_main$6y, {
148442
+ createVNode(_sfc_main$6z, {
148509
148443
  placement: "bottom",
148510
148444
  trigger: "click",
148511
148445
  width: 280
@@ -149498,7 +149432,7 @@ const _sfc_main$2g = /* @__PURE__ */ defineComponent({
149498
149432
  createElementVNode("span", _hoisted_3$13, toDisplayString(unref(t)("canvasUI.canvasBuilder.linkableComponent.unlink")), 1)
149499
149433
  ])) : createCommentVNode("", true)
149500
149434
  ]),
149501
- showLinkModal.value ? (openBlock(), createBlock(_sfc_main$6z, {
149435
+ showLinkModal.value ? (openBlock(), createBlock(_sfc_main$6A, {
149502
149436
  key: 0,
149503
149437
  bordered: false,
149504
149438
  class: "cb-linkable-settings",
@@ -154881,7 +154815,7 @@ const _sfc_main$1X = /* @__PURE__ */ defineComponent({
154881
154815
  _: 1
154882
154816
  }))
154883
154817
  ], 64)),
154884
- createVNode(_sfc_main$6z, {
154818
+ createVNode(_sfc_main$6A, {
154885
154819
  show: showModal.value,
154886
154820
  "onUpdate:show": _cache[6] || (_cache[6] = ($event) => showModal.value = $event),
154887
154821
  "mask-closable": !isEnhancedStatesEnabled.value,
@@ -155303,7 +155237,7 @@ const _sfc_main$1V = /* @__PURE__ */ defineComponent({
155303
155237
  const emit = __emit;
155304
155238
  const { t } = useI18n();
155305
155239
  return (_ctx, _cache) => {
155306
- return openBlock(), createBlock(_sfc_main$6A, {
155240
+ return openBlock(), createBlock(_sfc_main$6B, {
155307
155241
  autofocus: _ctx.autofocus,
155308
155242
  class: "c-search flex items-center justify-center border-primary5",
155309
155243
  clearable: "",
@@ -155525,7 +155459,7 @@ const _sfc_main$1U = /*@__PURE__*/defineComponent({
155525
155459
  "onUpdate:search": _cache[0] || (_cache[0] = $event => search.value = $event),
155526
155460
  class: "w-full max-w-[300px] min-w-[150px]",
155527
155461
  placeholder: unref(t)('canvasUI.canvasBuilder.sectionListRaw.searchPlaceholder')
155528
- }, null, 8, ["search", "placeholder"]), createVNode(_sfc_main$6y, {
155462
+ }, null, 8, ["search", "placeholder"]), createVNode(_sfc_main$6z, {
155529
155463
  class: "max-w-[220px] max-h-[400px] overflow-y-auto",
155530
155464
  placement: "bottom-end",
155531
155465
  "show-arrow": false,
@@ -155907,7 +155841,7 @@ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
155907
155841
  computed(() => rootRef.value)
155908
155842
  );
155909
155843
  return (_ctx, _cache) => {
155910
- return openBlock(), createBlock(_sfc_main$6z, {
155844
+ return openBlock(), createBlock(_sfc_main$6A, {
155911
155845
  "auto-focus": true,
155912
155846
  class: "c-section-item-modal",
155913
155847
  show: "",
@@ -161068,7 +161002,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
161068
161002
  showCustomSize.value ? (openBlock(), createElementBlock("div", _hoisted_3$N, [
161069
161003
  createElementVNode("div", _hoisted_4$F, [
161070
161004
  createElementVNode("label", _hoisted_5$y, toDisplayString(unref(t)("canvasUI.components.CPdfDimensionsSelector.width")), 1),
161071
- createVNode(_sfc_main$6A, {
161005
+ createVNode(_sfc_main$6B, {
161072
161006
  value: localWidthValue.value,
161073
161007
  "onUpdate:value": [
161074
161008
  _cache[0] || (_cache[0] = ($event) => localWidthValue.value = $event),
@@ -161081,7 +161015,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
161081
161015
  ]),
161082
161016
  createElementVNode("div", _hoisted_6$u, [
161083
161017
  createElementVNode("label", _hoisted_7$j, toDisplayString(unref(t)("canvasUI.components.CPdfDimensionsSelector.height")), 1),
161084
- createVNode(_sfc_main$6A, {
161018
+ createVNode(_sfc_main$6B, {
161085
161019
  value: localHeightValue.value,
161086
161020
  "onUpdate:value": [
161087
161021
  _cache[1] || (_cache[1] = ($event) => localHeightValue.value = $event),
@@ -161769,7 +161703,7 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
161769
161703
  ]),
161770
161704
  _: 1
161771
161705
  }, 8, ["label"]),
161772
- createVNode(_sfc_main$6A, {
161706
+ createVNode(_sfc_main$6B, {
161773
161707
  value: unref(backgroundVideoUrl),
161774
161708
  "onUpdate:value": _cache[6] || (_cache[6] = ($event) => isRef(backgroundVideoUrl) ? backgroundVideoUrl.value = $event : null),
161775
161709
  placeholder: unref(t)("canvasUI.canvasBuilder.canvasDrawerTheme.backgroundVideoLabel"),
@@ -161977,7 +161911,7 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
161977
161911
  ]),
161978
161912
  _: 1
161979
161913
  }, 8, ["label"]),
161980
- createVNode(_sfc_main$6A, {
161914
+ createVNode(_sfc_main$6B, {
161981
161915
  value: unref(backgroundVideoUrl),
161982
161916
  "onUpdate:value": _cache[18] || (_cache[18] = ($event) => isRef(backgroundVideoUrl) ? backgroundVideoUrl.value = $event : null),
161983
161917
  placeholder: unref(t)("canvasUI.canvasBuilder.canvasDrawerTheme.backgroundVideoLabel"),
@@ -164519,7 +164453,7 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
164519
164453
  createElementVNode("div", _hoisted_23$1, [
164520
164454
  createElementVNode("div", _hoisted_24$1, toDisplayString(prop.key), 1),
164521
164455
  createElementVNode("div", _hoisted_25$1, [
164522
- createVNode(_sfc_main$6A, {
164456
+ createVNode(_sfc_main$6B, {
164523
164457
  value: prop.display_name,
164524
164458
  "onUpdate:value": ($event) => prop.display_name = $event,
164525
164459
  class: "bg-primary6 border-primary6 flex-1 max-w-[400px]",
@@ -165221,7 +165155,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
165221
165155
  createElementVNode("div", _hoisted_9$a, [
165222
165156
  createElementVNode("div", _hoisted_10$6, [
165223
165157
  createElementVNode("div", _hoisted_11$6, toDisplayString(unref(t)("canvasUI.canvasBuilder.customDataTable.path")), 1),
165224
- createVNode(_sfc_main$6A, {
165158
+ createVNode(_sfc_main$6B, {
165225
165159
  value: level.path,
165226
165160
  "onUpdate:value": ($event) => level.path = $event,
165227
165161
  placeholder: unref(t)("canvasUI.canvasBuilder.customDataTable.pathPlaceholder")
@@ -165229,7 +165163,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
165229
165163
  ]),
165230
165164
  level.type === "group" ? (openBlock(), createElementBlock("div", _hoisted_12$3, [
165231
165165
  createElementVNode("div", _hoisted_13$3, toDisplayString(unref(t)("canvasUI.canvasBuilder.customDataTable.groupByKey")), 1),
165232
- createVNode(_sfc_main$6A, {
165166
+ createVNode(_sfc_main$6B, {
165233
165167
  value: level.group_by_key,
165234
165168
  "onUpdate:value": ($event) => level.group_by_key = $event,
165235
165169
  placeholder: unref(t)("canvasUI.canvasBuilder.customDataTable.groupByKeyPlaceholder")
@@ -165304,7 +165238,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
165304
165238
  createElementVNode("div", _hoisted_18$1, [
165305
165239
  createElementVNode("div", _hoisted_19$1, toDisplayString(col.key), 1),
165306
165240
  createElementVNode("div", _hoisted_20$1, [
165307
- createVNode(_sfc_main$6A, {
165241
+ createVNode(_sfc_main$6B, {
165308
165242
  value: col.display_name,
165309
165243
  "onUpdate:value": ($event) => col.display_name = $event,
165310
165244
  class: "bg-primary6 border-primary6 flex-1 max-w-[400px]",
@@ -165485,7 +165419,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
165485
165419
  _: 1
165486
165420
  }),
165487
165421
  createElementVNode("div", _hoisted_28, toDisplayString(unref(t)("canvasUI.canvasBuilder.customDataTable.addColumn")), 1),
165488
- createVNode(_sfc_main$6A, {
165422
+ createVNode(_sfc_main$6B, {
165489
165423
  value: newColumnKey.value,
165490
165424
  "onUpdate:value": _cache[3] || (_cache[3] = ($event) => newColumnKey.value = $event),
165491
165425
  placeholder: unref(t)("canvasUI.canvasBuilder.customDataTable.addColumnPlaceholder"),
@@ -165515,7 +165449,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
165515
165449
  createElementVNode("div", _hoisted_30, [
165516
165450
  createElementVNode("div", _hoisted_31, toDisplayString(unref(t)("canvasUI.canvasBuilder.customDataTable.header")), 1),
165517
165451
  createElementVNode("div", _hoisted_32, toDisplayString(unref(t)("canvasUI.canvasBuilder.customDataTable.headerHelp")), 1),
165518
- createVNode(_sfc_main$6A, {
165452
+ createVNode(_sfc_main$6B, {
165519
165453
  value: headerPath.value,
165520
165454
  "onUpdate:value": _cache[4] || (_cache[4] = ($event) => headerPath.value = $event),
165521
165455
  placeholder: unref(t)("canvasUI.canvasBuilder.customDataTable.headerPathPlaceholder"),
@@ -165525,7 +165459,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
165525
165459
  createElementVNode("div", null, [
165526
165460
  createElementVNode("div", _hoisted_33, toDisplayString(unref(t)("canvasUI.canvasBuilder.customDataTable.footer")), 1),
165527
165461
  createElementVNode("div", _hoisted_34, toDisplayString(unref(t)("canvasUI.canvasBuilder.customDataTable.footerHelp")), 1),
165528
- createVNode(_sfc_main$6A, {
165462
+ createVNode(_sfc_main$6B, {
165529
165463
  value: footerPath.value,
165530
165464
  "onUpdate:value": _cache[5] || (_cache[5] = ($event) => footerPath.value = $event),
165531
165465
  placeholder: unref(t)("canvasUI.canvasBuilder.customDataTable.footerPathPlaceholder"),
@@ -166976,7 +166910,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
166976
166910
  label: labels.name
166977
166911
  }, unref(bindValidation)("name"), { required: "" }), {
166978
166912
  default: withCtx(() => [
166979
- createVNode(_sfc_main$6A, {
166913
+ createVNode(_sfc_main$6B, {
166980
166914
  value: form.name,
166981
166915
  "onUpdate:value": _cache[0] || (_cache[0] = ($event) => form.name = $event),
166982
166916
  disabled: isCanvasLocked.value,
@@ -167043,7 +166977,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
167043
166977
  label: labels.thumbnailUrl
167044
166978
  }, {
167045
166979
  default: withCtx(() => [
167046
- createVNode(_sfc_main$6A, {
166980
+ createVNode(_sfc_main$6B, {
167047
166981
  value: form.thumbnailUrl,
167048
166982
  "onUpdate:value": _cache[6] || (_cache[6] = ($event) => form.thumbnailUrl = $event),
167049
166983
  disabled: isCanvasLocked.value,
@@ -167378,7 +167312,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
167378
167312
  }
167379
167313
  }
167380
167314
  return (_ctx, _cache) => {
167381
- return openBlock(), createBlock(_sfc_main$6z, {
167315
+ return openBlock(), createBlock(_sfc_main$6A, {
167382
167316
  class: "min-w-[720px] bg-base rounded-2",
167383
167317
  show: "",
167384
167318
  "z-index": 1200
@@ -167389,7 +167323,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
167389
167323
  createElementVNode("div", _hoisted_3$D, toDisplayString(unref(t)("canvasUI.canvasBuilder.components.aiPrompt.title")) + " (PIA) ", 1)
167390
167324
  ]),
167391
167325
  createElementVNode("div", _hoisted_4$x, [
167392
- createVNode(_sfc_main$6A, {
167326
+ createVNode(_sfc_main$6B, {
167393
167327
  value: prompt.value,
167394
167328
  "onUpdate:value": _cache[0] || (_cache[0] = ($event) => prompt.value = $event),
167395
167329
  class: "w-full rounded-lg min-h-[250px] text-base z-5",
@@ -167826,7 +167760,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
167826
167760
  [unref(vTooltip), app.app_metadata?.display_name || app.name]
167827
167761
  ]);
167828
167762
  }), 128)),
167829
- shouldShowPopover.value ? (openBlock(), createBlock(_sfc_main$6y, {
167763
+ shouldShowPopover.value ? (openBlock(), createBlock(_sfc_main$6z, {
167830
167764
  key: 0,
167831
167765
  placement: _ctx.placement,
167832
167766
  showArrow: true,
@@ -169702,7 +169636,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
169702
169636
  ])
169703
169637
  ])
169704
169638
  ]),
169705
- createVNode(_sfc_main$6z, {
169639
+ createVNode(_sfc_main$6A, {
169706
169640
  show: showCancelConfirmation.value,
169707
169641
  "onUpdate:show": [
169708
169642
  _cache[1] || (_cache[1] = ($event) => showCancelConfirmation.value = $event),
@@ -172056,7 +171990,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
172056
171990
  }
172057
171991
  });
172058
171992
  return (_ctx, _cache) => {
172059
- return openBlock(), createBlock(_sfc_main$6z, {
171993
+ return openBlock(), createBlock(_sfc_main$6A, {
172060
171994
  "on-esc": close,
172061
171995
  show: "",
172062
171996
  "z-index": _ctx.zIndex
@@ -172182,7 +172116,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
172182
172116
  });
172183
172117
  return (_ctx, _cache) => {
172184
172118
  return openBlock(), createElementBlock(Fragment, null, [
172185
- createVNode(_sfc_main$6z, {
172119
+ createVNode(_sfc_main$6A, {
172186
172120
  "auto-focus": false,
172187
172121
  show: "",
172188
172122
  to: _ctx.attachTo,
@@ -172227,7 +172161,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
172227
172161
  _: 1
172228
172162
  }, 16, ["model-value", "onUpdate:modelValue"]),
172229
172163
  unref(isLoadingFiles) || !unref(areRequiredFilesLoaded) ? (openBlock(), createElementBlock("div", _hoisted_3$t, [
172230
- createVNode(_sfc_main$6p, {
172164
+ createVNode(_sfc_main$6q, {
172231
172165
  color: unref(themeVars).primary,
172232
172166
  size: "large"
172233
172167
  }, null, 8, ["color"])
@@ -173321,7 +173255,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
173321
173255
  }
173322
173256
  });
173323
173257
  return (_ctx, _cache) => {
173324
- return openBlock(), createBlock(_sfc_main$6z, {
173258
+ return openBlock(), createBlock(_sfc_main$6A, {
173325
173259
  "on-esc": close,
173326
173260
  show: "",
173327
173261
  "z-index": _ctx.zIndex
@@ -173410,7 +173344,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
173410
173344
  });
173411
173345
  return (_ctx, _cache) => {
173412
173346
  return openBlock(), createElementBlock(Fragment, null, [
173413
- createVNode(_sfc_main$6z, {
173347
+ createVNode(_sfc_main$6A, {
173414
173348
  "auto-focus": false,
173415
173349
  show: "",
173416
173350
  to: _ctx.attachTo,
@@ -174567,7 +174501,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
174567
174501
  }
174568
174502
  });
174569
174503
  return (_ctx, _cache) => {
174570
- return openBlock(), createBlock(_sfc_main$6z, {
174504
+ return openBlock(), createBlock(_sfc_main$6A, {
174571
174505
  "on-esc": close,
174572
174506
  show: "",
174573
174507
  "z-index": _ctx.zIndex
@@ -174669,7 +174603,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
174669
174603
  initialize();
174670
174604
  return (_ctx, _cache) => {
174671
174605
  return openBlock(), createElementBlock(Fragment, null, [
174672
- createVNode(_sfc_main$6z, {
174606
+ createVNode(_sfc_main$6A, {
174673
174607
  "auto-focus": false,
174674
174608
  show: "",
174675
174609
  to: _ctx.attachTo,
@@ -174703,7 +174637,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
174703
174637
  _: 1
174704
174638
  }, 16, ["disabled", "model-value", "onUpdate:modelValue"])
174705
174639
  ], 64)) : (openBlock(), createElementBlock("div", _hoisted_3$l, [
174706
- createVNode(_sfc_main$6p, {
174640
+ createVNode(_sfc_main$6q, {
174707
174641
  color: unref(themeVars).primary,
174708
174642
  size: "large"
174709
174643
  }, null, 8, ["color"])
@@ -175152,7 +175086,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
175152
175086
  default: withCtx(() => [
175153
175087
  createElementVNode("div", _hoisted_1$v, [
175154
175088
  createElementVNode("div", _hoisted_2$m, toDisplayString(unref(t)("canvasUI.browserApp.panel.title")), 1),
175155
- unref(apiGetters).isLoading ? (openBlock(), createBlock(_sfc_main$6p, {
175089
+ unref(apiGetters).isLoading ? (openBlock(), createBlock(_sfc_main$6q, {
175156
175090
  key: 0,
175157
175091
  class: "m-a"
175158
175092
  })) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
@@ -175213,7 +175147,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
175213
175147
  })
175214
175148
  ]),
175215
175149
  createElementVNode("div", _hoisted_3$h, [
175216
- _ctx.isLoading ? (openBlock(), createBlock(_sfc_main$6p, {
175150
+ _ctx.isLoading ? (openBlock(), createBlock(_sfc_main$6q, {
175217
175151
  key: 0,
175218
175152
  class: "m-a"
175219
175153
  })) : renderSlot(_ctx.$slots, "default", { key: 1 }, void 0, true)
@@ -177003,7 +176937,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
177003
176937
  const { selectedItemIds, isContentPanelOpen, displayedFavorites } = useAppStore$4();
177004
176938
  const getTypedItem = (item) => item;
177005
176939
  return (_ctx, _cache) => {
177006
- return unref(apiState).isFetchingFavorites ? (openBlock(), createBlock(_sfc_main$6p, {
176940
+ return unref(apiState).isFetchingFavorites ? (openBlock(), createBlock(_sfc_main$6q, {
177007
176941
  key: 0,
177008
176942
  class: "flex h-full"
177009
176943
  })) : (openBlock(), createElementBlock("div", {
@@ -177059,7 +176993,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
177059
176993
  await fetchTemplate();
177060
176994
  });
177061
176995
  return (_ctx, _cache) => {
177062
- return unref(apiState).isFetchingRecentFiles ? (openBlock(), createBlock(_sfc_main$6p, {
176996
+ return unref(apiState).isFetchingRecentFiles ? (openBlock(), createBlock(_sfc_main$6q, {
177063
176997
  key: 0,
177064
176998
  class: "flex h-full"
177065
176999
  })) : (openBlock(), createElementBlock("div", {
@@ -178215,7 +178149,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
178215
178149
  const { appName } = useAppStore$4();
178216
178150
  return (_ctx, _cache) => {
178217
178151
  return openBlock(), createElementBlock("div", _hoisted_1$f, [
178218
- createVNode(_sfc_main$6B, {
178152
+ createVNode(_sfc_main$6C, {
178219
178153
  modelValue: form.value,
178220
178154
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.value = $event),
178221
178155
  "app-name": unref(appName)
@@ -178433,7 +178367,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
178433
178367
  });
178434
178368
  return (_ctx, _cache) => {
178435
178369
  return openBlock(), createElementBlock(Fragment, null, [
178436
- createVNode(_sfc_main$6z, {
178370
+ createVNode(_sfc_main$6A, {
178437
178371
  class: "max-h-[calc(100vh-48px)]",
178438
178372
  show: true
178439
178373
  }, {
@@ -178723,7 +178657,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
178723
178657
  ]),
178724
178658
  createElementVNode("div", _hoisted_11, [
178725
178659
  upload.uploadStatus === "transferring" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
178726
- createVNode(_sfc_main$6p, {
178660
+ createVNode(_sfc_main$6q, {
178727
178661
  class: "mr-1",
178728
178662
  size: "small"
178729
178663
  }),
@@ -184457,5 +184391,5 @@ const localeNames = {
184457
184391
  };
184458
184392
  const localeDropdownOptions = supportedLocales.map((locale) => ({ key: locale, name: localeNames[locale] }));
184459
184393
 
184460
- export { ADMIN_API_METHOD_TYPES, ADMIN_API_TYPES, ADMIN_MESSAGE, ADMIN_MESSAGE_TYPES, APPS_DB, AccessTypeEnum, App$3 as AgendaSelectorApp, AppTypeEnum, _sfc_main as AssetsManagerApp, App$1 as Browser, BulkUpdateMetadataOperationEnum, BulkUpdateTagsOperationEnum, CALL_STORAGE_KEY, CANVASES, CANVAS_HOOKS, CANVAS_TYPOGRAPHY_CSS_PROPERTIES, CANVAS_TYPOGRAPHY_PRESETS, CAlgoliaSearch, CAssignedCanvasesManagement, _sfc_main$4p as CAssignedCanvasesManagementToolbar, _sfc_main$6r as CAvatar, _sfc_main$4O as CBlockManagement, CButton, _sfc_main$5f as CCanvasDeleteDialogContent, _sfc_main$5g as CCanvasMetadataFilters, CCanvasSelector, _sfc_main$6V as CCard, CCarousel, _sfc_main$3G as CCatalogIqSwitcher, _sfc_main$6U as CCheckbox, _sfc_main$3A as CChip, CCollapse, _sfc_main$6R as CCollapseItem, _sfc_main$6q as CCollapseTransition, NColorPicker as CColorPicker, CComponentListItem, CConfigEditor, NConfigProvider as CConfigProvider, _sfc_main$6h as CConfirmationAction, CConfirmationContent, CConfirmationHeader, CConfirmationModal, CContactSelector, CContactSelectorSelected, _sfc_main$68 as CContentError, _sfc_main$65 as CCreateCanvasModal, _sfc_main$64 as CCreateTemplateSectionBlockModal, _sfc_main$5V as CCreateThemeModal, CDP_EVENT_TYPE, CDataTable, NDatePicker as CDatePicker, CDateRangeFilter, CDetailPageSectionButtons, NDialogProvider as CDialogProvider, _sfc_main$6P as CDivider, _sfc_main$6O as CDrawer, _sfc_main$6N as CDrawerContent, _sfc_main$6M as CDropdown, _sfc_main$6o as CEmpty, _sfc_main$4m as CEntitySelector, _sfc_main$6L as CErrorFullScreen, _sfc_main$6n as CFeedback, _sfc_main$3o as CFileAccessManagement, _sfc_main$6B as CFileAttributes, _sfc_main$3p as CFilePanel, _sfc_main$6I as CFileThumbnail, CFileViewer, CFilesAccessInfo, _sfc_main$3$ as CFilesAccessManage, _sfc_main$3I as CFilesFolderDeleteDialogContent, NForm as CForm, NFormItem as CFormItem, NFormItemCol as CFormItemCol, NFormItemGridItem as CFormItemGi, NFormItemGridItem as CFormItemGridItem, FormItemRow as CFormItemRow, _sfc_main$4h as CFullScreenLoader, NGridItem as CGi, CGlobalLoader, _sfc_main$5O as CGlobalSearch, GlobalStyle as CGlobalStyle, NGrid as CGrid, NGridItem as CGridItem, CGroupsAccessInfo, NH1 as CH1, NH2 as CH2, NH3 as CH3, NH4 as CH4, NH5 as CH5, NH6 as CH6, _sfc_main$6m as CHelpText, CIcon, _sfc_main$6K as CImage, _sfc_main$4W as CInfoBadge, _sfc_main$6A as CInput, NInputNumber as CInputNumber, _sfc_main$3y as CKnockNotificationsAppWrapper, CLIENT_TYPE, NLayout as CLayout, NLayoutContent as CLayoutContent, LayoutFooter as CLayoutFooter, LayoutHeader as CLayoutHeader, LayoutSider as CLayoutSider, _sfc_main$4X as CList, NMessageProvider as CMessageProvider, _sfc_main$5L as CMetaDataBadge, _sfc_main$6z as CModal, CMonacoEditor, CMovableWidget, CMultiSelect, NNotificationProvider as CNotificationProvider, NPagination as CPagination, _sfc_main$6l as CPillSelect, _sfc_main$6y as CPopover, _sfc_main$6J as CProcessingOverlay, NProgress as CProgress, _sfc_main$5s as CRichTextEditor, _sfc_main$4q as CSavedCanvasesManagement, CSearch, _sfc_main$6w as CSearchOnClick, CSearchOnClickWithSuggestions, CSecondaryNav, _sfc_main$4R as CSectionManagement, CSelect, CSelectFilter, _sfc_main$3x as CSettingsEditor, CShortcut, CSingleSelect, NSkeleton as CSkeleton, _sfc_main$3C as CSlideViewer, NSpace as CSpace, _sfc_main$6p as CSpin, _sfc_main$6F as CSwitch, CTable, _sfc_main$5c as CTableInput, CTableMore, CTableSelect, CTableTag, _sfc_main$6E as CTag, CTags, CTemplateAccessInfo, _sfc_main$3_ as CTemplateAccessManage, _sfc_main$4G as CTemplateManagement, text as CText, _sfc_main$6u as CThemeEditor, _sfc_main$4B as CThemeManagement, _sfc_main$5l as CToastProvider, CToolbar, _sfc_main$6s as CTooltip, CUpsertFolderModal, _sfc_main$5p as CUserAvatar, CUserMenu, CUsersAccessInfo, CUsersGroupsAccessManage, _sfc_main$5m as CVirtualTable, _sfc_main$48 as CWarningAlert, CallState, CanvasActions, _sfc_main$15 as CanvasBuilderApp, CanvasBuilderMode, CanvasExcludedComponentTypesEnum, CanvasHistoryAction, App as CanvasSelector, CanvasStatus, CanvasThemeStatus, CanvasesViewsTypes, CollaborationRoleEnum, CollectionPlayerApp, App$4 as CollectionSelectorApp, ComponentIcon, ComponentTypes, ContactSelectorQuickFilterType, ContentGridLayoutTypes, ContentSelector, CoreFolderEntityType, DATE_TIME_FORMAT, DEFAULT_ADMIN_TABLE_HEIGHT, DEFAULT_ADMIN_TABLE_WITH_PAGINATION_HEIGHT, DEFAULT_GLOBAL_COMPONENT_SPACING, DEFAULT_GLOBAL_COMPONENT_SPACING_INTERVAL, DEFAULT_ITEMS_PER_PAGE, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PEER_CONNECTIVITY_VERSION, DEFAULT_PITCHER_SETTINGS, DSR_API_METHOD_TYPES, DSR_API_TYPES, DSR_MESSAGE, DSR_MESSAGE_TYPES, DSR_TYPE, DefaultExpiresAtEnum, DownloadTypeEnum, EMBED_TYPE, EventAction, EventExternalObjectContentTypeEnum, EventStatusEnum, FileContentTypeEnum, FileStatusEnum, FileTypeEnum, GlobalSearchResultType, GridLayoutTypes, HIDE_IF_EMPTY_COMPONENT_ID_TAG_PREFIX, HIDE_IF_EMPTY_COMPONENT_TRACKING_ID_TAG_PREFIX, HIDE_TAGS_WITH_PREFIX, HtmlLayoutTypes, IFRAME_ACTION_TYPES, IFRAME_DATA_MESSAGE, INITIAL_CALL_STATE, IS_DEV_ORG, IS_LOCALHOST, InstanceMembershipRoleEnum, InstanceMembershipUserStatusEnum, InvitationStatusEnum, LanguageEnum, LinkAlignmentTypes, LinkAnchorTypes, LinkPreviewTypes, MAX_LUMINANCE_FOR_LIGHT_TEXT, MAX_UPLOAD_SIZE, MIN_DIFFERENCE_IN_MINUTES, MetadataTemplateFieldTypeEnum, MultimediaHorizontalAlignmentOptions, NON_MEMBER_ROLES, NotesApp, OperatorEnum, PAPER_SIZE_PRESETS, PEER_CONNECTIVITY_EVENT, PEER_CONNECTIVITY_HANDLER_MATCH_ALL, PITCHER_EVENT, PITCHER_SETTINGS_KEY, PLATFORM_TYPE, PRINT_SCALE_FACTOR, PeerConnectivityActions, PitcherBroadcastedEventName, PitcherEventName, PitcherExternalEventName, PitcherMessageType, PitcherResponseStatus, PostAction, App$2 as PptConversionSelectorApp, REQUEST_DEFAULT_CANCEL_TIMEOUT, SEARCH_DEBOUNCE_TIME, SUPPORTED_FONT_EXTENSIONS, SUPPORTED_FONT_TYPES, SUPPORTED_IMAGE_EXTENSIONS, SUPPORTED_IMAGE_TYPES, SUPPORTED_UPLOAD_FILE_EXTENSIONS, SUPPORTED_VIDEO_EXTENSIONS, SUPPORTED_VIDEO_TYPES, SfEventColors, SfEventColorsLight, StorageRegionEnum, TRACKING_EVENTS_STORAGE_KEY, UI_API_METHOD_TYPES, UI_MESSAGE, UI_MESSAGE_TYPES, UI_NATIVE_MESSAGE_TYPES, UserRoleEnum, ViewCompactItemType, addCanvasComponent, _export as agendaSelector, appRequiresCrm, applyCanvasThemeAssetsToNode, applyFont, applyToTreeBy, autofocus as autofocusDirective, camelCaseKeys, canvasUiUnoPreset, clearLocalStorageIfNeeded, ClickOutsideDirective as clickOutsideDirective, collectAllNodesByCondition, _export$3 as collectionPlayer, _export$2 as collectionSelector, componentIconType, computeLocalStorageBytes, convertSecondsToMinutes, convertSoqlToSmartQuery, convertToPixels, convertToSosl, createNodeId, createPitcherSettings, dayjs, deepDiff, deepToRaw, derivePatchRequestFields, determineUserRole, discardSectionComponentOverride, displayBytesWithMUnit, displayIntegerWithMunit, doesLocalOverrideExist, doesNotHaveAnyModuleOrHookSpecified, downloadFile, draggable as draggableDirective, elementMounted as elementMountedDirective, escapeSoqlString, evaluateAccessor, evaluateIsExecutedCondition, evaluateIsExecutedForPascalCaseEvent, executeWithDoublingTime, exitFullscreen, extractFieldNamesFromCondition, fallbackLocale, fetchAll, fetchAllWithOffset, fetchFirstChunkAndRemainingAsync, filterSidebarApps, filterTreeBy, findAllEmbeddableTypesInCanvasContent, findAllEmbeddableTypesInSectionsContent, findEmbeddableInCanvasContent, findEmbeddableInSectionsContent, findNodeInTreeByCondition, findNodeInTreeById, findNodeInTreeByType, findParentByNodeId, formatDate, formatDateDetailed, formatDateTime, formatDateTimeAgo, formatDayMonthBasedOnBrowserLang, formatDimensionForGotenberg, generateAIThumbnailUrl, getAllPages, getAppConfigFromAppSource, getAvailableApis, getComponentDescription, getComponentKeywords, getComponentTitle, getContrastTextColor, getDefinedProps, getEventColor, getExcessItemsIndexes, getFontAwesomeIconNameAndType, getImageSize, getLocalOverrideUrl, getLuminance, getNextPageParam, getNodeDisplayNameByComponentType, getNumberWithRegex, getPageQuantity, getPageRange, getPreviewUrl, getRoleIcon, getSectionGlobalComponentSpacing, handleThemeAssetComparison, hasAppTypeDefined, highLevelApi, indirectEval, insertItemSorted, isAfter, isBefore, isBeforeMinDate, isCanvasDrawerApp, isCanvasSectionExecution, isEmbeddableWithZeroHeight, isFileViewerReplacement, isFirefox, isFullscreen, isHeadlessOrNotAvailableApp, isImageAccessible, isIosDevice, isMac, isMobile, isModifierClick, isNonMemberRole, isOriginValid, isPastMaxDate, isPitcherOrIosDevice, isPitcherWkWebView, isPostcallApp, isQueryParamTruthy, isSafari, isSafariOnIosDevice, isSameOrAfter, isSameOrBefore, isTextComponentEmpty, isTheUiItself, isTouchScreen, isValidHex, isWindows, lightThemeOverrides, loadCustomHelpersFromApps, loadRemoteScriptWithCtx, loadScript, loadScriptStyle, loadStyle, localeDropdownOptions, localeNames, locales, minFutureDate, minPastDate, moveNodeTo, msToSeconds, navigateTo, normalizeFilterParams, normalizeNetworkFilterParams, openUsdz, parseCollectionPlayerSlidesToContentSelector, parseContentSelectorToCollectionPlayerSlides, parseFileToCollectionPlayer, parsePdfFileToCollectionPlayer, parsePptxFileToCollectionPlayer, pascalCaseKeys, _export$1 as pptConversionSelector, processCanvasForSectionThemeOverride, regenerateTreeIds, registerCustomHelper, registerCustomHelpers, registerPeerConnectivityHandler, renderTemplate, replaceThemePresetsWithInlineStyles, replaceTranslationMessagesWithOverrides, requestFullscreen, requestStream, scrollCanvasToTop, scrollToComponentById, secondsToHumanReadable, sendPeerConnectivityEvent, setDateTime, shouldDisplayPlaceholderComponent, shouldOpenInCollectionPlayerViewer, shouldShowEmbeddable, shouldShowInSidebar, skipElementsInTree, snakeCaseKeys, someNodeInTree, sortCollectionByString, splitUserName, stringToHslColor, supportedLocales, tapDirective, titleCase, toggleFullscreen, tooltipDirective, transformFilesToCollectionPlayer, transformFilesToContentGrid, updateFirstCollectionPlayerWithShareboxItems, updateFirstContentGridWithShareboxItems, urlSafeFetchInChunks, useAdmin, useAdminAndDsrState, useApi, useAppsDb, useBindValidation, useBroadcastRouteChange, useCanvasById, useCanvasLocks, useCanvasOverlay, useCanvasVisibility, useCanvasesAsInfinity, useCollectionPlayerOverlay, useCommentTracking, useConfirmation, useCreateEvent, useDeleteEvent, useDsr, useFetchCanvases, useFetchEvents, useFetchUsers, useFileDisplayHelpers, useFolderNameDescription, useGlobalSearch, useInfiniteScroll, useLocation, useMetadataSearch, useMetadataTemplates, useNotesApp, useNotification, useOpenFileStack, usePitcherApi, usePolling, usePresentationHistory, useRecentFiles, useShareCanvas, useSharedCommentsStorage, useSmartStore, useSuggestedTags, useTheme, useThemeVars, useToast, useUi, useUpdateEvent, useWindowEvents, vueQueryPluginOptions, wait, waitForIframeInitialize, waitForValue };
184394
+ export { ADMIN_API_METHOD_TYPES, ADMIN_API_TYPES, ADMIN_MESSAGE, ADMIN_MESSAGE_TYPES, APPS_DB, AccessTypeEnum, App$3 as AgendaSelectorApp, AppTypeEnum, _sfc_main as AssetsManagerApp, App$1 as Browser, BulkUpdateMetadataOperationEnum, BulkUpdateTagsOperationEnum, CALL_STORAGE_KEY, CANVASES, CANVAS_HOOKS, CANVAS_TYPOGRAPHY_CSS_PROPERTIES, CANVAS_TYPOGRAPHY_PRESETS, CAlgoliaSearch, CAssignedCanvasesManagement, _sfc_main$4p as CAssignedCanvasesManagementToolbar, _sfc_main$6s as CAvatar, _sfc_main$4O as CBlockManagement, CButton, _sfc_main$5f as CCanvasDeleteDialogContent, _sfc_main$5g as CCanvasMetadataFilters, CCanvasSelector, _sfc_main$6V as CCard, CCarousel, _sfc_main$3G as CCatalogIqSwitcher, _sfc_main$6U as CCheckbox, _sfc_main$3A as CChip, CCollapse, _sfc_main$6R as CCollapseItem, _sfc_main$6r as CCollapseTransition, NColorPicker as CColorPicker, CComponentListItem, CConfigEditor, NConfigProvider as CConfigProvider, _sfc_main$6h as CConfirmationAction, CConfirmationContent, CConfirmationHeader, CConfirmationModal, CContactSelector, CContactSelectorSelected, _sfc_main$68 as CContentError, _sfc_main$65 as CCreateCanvasModal, _sfc_main$64 as CCreateTemplateSectionBlockModal, _sfc_main$5V as CCreateThemeModal, CDP_EVENT_TYPE, CDataTable, NDatePicker as CDatePicker, CDateRangeFilter, CDetailPageSectionButtons, NDialogProvider as CDialogProvider, _sfc_main$6P as CDivider, _sfc_main$6O as CDrawer, _sfc_main$6N as CDrawerContent, _sfc_main$6M as CDropdown, _sfc_main$6p as CEmpty, _sfc_main$4m as CEntitySelector, _sfc_main$6L as CErrorFullScreen, _sfc_main$6n as CFeedback, _sfc_main$3o as CFileAccessManagement, _sfc_main$6C as CFileAttributes, _sfc_main$3p as CFilePanel, _sfc_main$6I as CFileThumbnail, CFileViewer, CFilesAccessInfo, _sfc_main$3$ as CFilesAccessManage, _sfc_main$3I as CFilesFolderDeleteDialogContent, NForm as CForm, NFormItem as CFormItem, NFormItemCol as CFormItemCol, NFormItemGridItem as CFormItemGi, NFormItemGridItem as CFormItemGridItem, FormItemRow as CFormItemRow, _sfc_main$4h as CFullScreenLoader, NGridItem as CGi, CGlobalLoader, _sfc_main$5O as CGlobalSearch, GlobalStyle as CGlobalStyle, NGrid as CGrid, NGridItem as CGridItem, CGroupsAccessInfo, NH1 as CH1, NH2 as CH2, NH3 as CH3, NH4 as CH4, NH5 as CH5, NH6 as CH6, _sfc_main$6m as CHelpText, CIcon, _sfc_main$6K as CImage, _sfc_main$4W as CInfoBadge, _sfc_main$6B as CInput, NInputNumber as CInputNumber, _sfc_main$3y as CKnockNotificationsAppWrapper, CLIENT_TYPE, NLayout as CLayout, NLayoutContent as CLayoutContent, LayoutFooter as CLayoutFooter, LayoutHeader as CLayoutHeader, LayoutSider as CLayoutSider, _sfc_main$4X as CList, NMessageProvider as CMessageProvider, _sfc_main$5L as CMetaDataBadge, _sfc_main$6A as CModal, CMonacoEditor, CMovableWidget, CMultiSelect, NNotificationProvider as CNotificationProvider, NPagination as CPagination, _sfc_main$6l as CPillSelect, _sfc_main$6z as CPopover, _sfc_main$6J as CProcessingOverlay, NProgress as CProgress, _sfc_main$5s as CRichTextEditor, _sfc_main$4q as CSavedCanvasesManagement, CSearch, _sfc_main$6x as CSearchOnClick, CSearchOnClickWithSuggestions, CSecondaryNav, _sfc_main$4R as CSectionManagement, CSelect, CSelectFilter, _sfc_main$3x as CSettingsEditor, CShortcut, CSingleSelect, NSkeleton as CSkeleton, _sfc_main$3C as CSlideViewer, NSpace as CSpace, _sfc_main$6q as CSpin, _sfc_main$6o as CSwitch, CTable, _sfc_main$5c as CTableInput, CTableMore, CTableSelect, CTableTag, _sfc_main$6F as CTag, CTags, CTemplateAccessInfo, _sfc_main$3_ as CTemplateAccessManage, _sfc_main$4G as CTemplateManagement, text as CText, _sfc_main$6v as CThemeEditor, _sfc_main$4B as CThemeManagement, _sfc_main$5l as CToastProvider, CToolbar, _sfc_main$6t as CTooltip, CUpsertFolderModal, _sfc_main$5p as CUserAvatar, CUserMenu, CUsersAccessInfo, CUsersGroupsAccessManage, _sfc_main$5m as CVirtualTable, _sfc_main$48 as CWarningAlert, CallState, CanvasActions, _sfc_main$15 as CanvasBuilderApp, CanvasBuilderMode, CanvasExcludedComponentTypesEnum, CanvasHistoryAction, App as CanvasSelector, CanvasStatus, CanvasThemeStatus, CanvasesViewsTypes, CollaborationRoleEnum, CollectionPlayerApp, App$4 as CollectionSelectorApp, ComponentIcon, ComponentTypes, ContactSelectorQuickFilterType, ContentGridLayoutTypes, ContentSelector, CoreFolderEntityType, DATE_TIME_FORMAT, DEFAULT_ADMIN_TABLE_HEIGHT, DEFAULT_ADMIN_TABLE_WITH_PAGINATION_HEIGHT, DEFAULT_GLOBAL_COMPONENT_SPACING, DEFAULT_GLOBAL_COMPONENT_SPACING_INTERVAL, DEFAULT_ITEMS_PER_PAGE, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PEER_CONNECTIVITY_VERSION, DEFAULT_PITCHER_SETTINGS, DSR_API_METHOD_TYPES, DSR_API_TYPES, DSR_MESSAGE, DSR_MESSAGE_TYPES, DSR_TYPE, DefaultExpiresAtEnum, DownloadTypeEnum, EMBED_TYPE, EventAction, EventExternalObjectContentTypeEnum, EventStatusEnum, FileContentTypeEnum, FileStatusEnum, FileTypeEnum, GlobalSearchResultType, GridLayoutTypes, HIDE_IF_EMPTY_COMPONENT_ID_TAG_PREFIX, HIDE_IF_EMPTY_COMPONENT_TRACKING_ID_TAG_PREFIX, HIDE_TAGS_WITH_PREFIX, HtmlLayoutTypes, IFRAME_ACTION_TYPES, IFRAME_DATA_MESSAGE, INITIAL_CALL_STATE, IS_DEV_ORG, IS_LOCALHOST, InstanceMembershipRoleEnum, InstanceMembershipUserStatusEnum, InvitationStatusEnum, LanguageEnum, LinkAlignmentTypes, LinkAnchorTypes, LinkPreviewTypes, MAX_LUMINANCE_FOR_LIGHT_TEXT, MAX_UPLOAD_SIZE, MIN_DIFFERENCE_IN_MINUTES, MetadataTemplateFieldTypeEnum, MultimediaHorizontalAlignmentOptions, NON_MEMBER_ROLES, NotesApp, OperatorEnum, PAPER_SIZE_PRESETS, PEER_CONNECTIVITY_EVENT, PEER_CONNECTIVITY_HANDLER_MATCH_ALL, PITCHER_EVENT, PITCHER_SETTINGS_KEY, PLATFORM_TYPE, PRINT_SCALE_FACTOR, PeerConnectivityActions, PitcherBroadcastedEventName, PitcherEventName, PitcherExternalEventName, PitcherMessageType, PitcherResponseStatus, PostAction, App$2 as PptConversionSelectorApp, REQUEST_DEFAULT_CANCEL_TIMEOUT, SEARCH_DEBOUNCE_TIME, SUPPORTED_FONT_EXTENSIONS, SUPPORTED_FONT_TYPES, SUPPORTED_IMAGE_EXTENSIONS, SUPPORTED_IMAGE_TYPES, SUPPORTED_UPLOAD_FILE_EXTENSIONS, SUPPORTED_VIDEO_EXTENSIONS, SUPPORTED_VIDEO_TYPES, SfEventColors, SfEventColorsLight, StorageRegionEnum, TRACKING_EVENTS_STORAGE_KEY, UI_API_METHOD_TYPES, UI_MESSAGE, UI_MESSAGE_TYPES, UI_NATIVE_MESSAGE_TYPES, UserRoleEnum, ViewCompactItemType, addCanvasComponent, _export as agendaSelector, appRequiresCrm, applyCanvasThemeAssetsToNode, applyFont, applyToTreeBy, autofocus as autofocusDirective, camelCaseKeys, canvasUiUnoPreset, clearLocalStorageIfNeeded, ClickOutsideDirective as clickOutsideDirective, collectAllNodesByCondition, _export$3 as collectionPlayer, _export$2 as collectionSelector, componentIconType, computeLocalStorageBytes, convertSecondsToMinutes, convertSoqlToSmartQuery, convertToPixels, convertToSosl, createNodeId, createPitcherSettings, dayjs, deepDiff, deepToRaw, derivePatchRequestFields, determineUserRole, discardSectionComponentOverride, displayBytesWithMUnit, displayIntegerWithMunit, doesLocalOverrideExist, doesNotHaveAnyModuleOrHookSpecified, downloadFile, draggable as draggableDirective, elementMounted as elementMountedDirective, escapeSoqlString, evaluateAccessor, evaluateIsExecutedCondition, evaluateIsExecutedForPascalCaseEvent, executeWithDoublingTime, exitFullscreen, extractFieldNamesFromCondition, fallbackLocale, fetchAll, fetchAllWithOffset, fetchFirstChunkAndRemainingAsync, filterSidebarApps, filterTreeBy, findAllEmbeddableTypesInCanvasContent, findAllEmbeddableTypesInSectionsContent, findEmbeddableInCanvasContent, findEmbeddableInSectionsContent, findNodeInTreeByCondition, findNodeInTreeById, findNodeInTreeByType, findParentByNodeId, formatDate, formatDateDetailed, formatDateTime, formatDateTimeAgo, formatDayMonthBasedOnBrowserLang, formatDimensionForGotenberg, generateAIThumbnailUrl, getAllPages, getAppConfigFromAppSource, getAvailableApis, getComponentDescription, getComponentKeywords, getComponentTitle, getContrastTextColor, getDefinedProps, getEventColor, getExcessItemsIndexes, getFontAwesomeIconNameAndType, getImageSize, getLocalOverrideUrl, getLuminance, getNextPageParam, getNodeDisplayNameByComponentType, getNumberWithRegex, getPageQuantity, getPageRange, getPreviewUrl, getRoleIcon, getSectionGlobalComponentSpacing, handleThemeAssetComparison, hasAppTypeDefined, highLevelApi, indirectEval, insertItemSorted, isAfter, isBefore, isBeforeMinDate, isCanvasDrawerApp, isCanvasSectionExecution, isEmbeddableWithZeroHeight, isFileViewerReplacement, isFirefox, isFullscreen, isHeadlessOrNotAvailableApp, isImageAccessible, isIosDevice, isMac, isMobile, isModifierClick, isNonMemberRole, isOriginValid, isPastMaxDate, isPitcherOrIosDevice, isPitcherWkWebView, isPostcallApp, isQueryParamTruthy, isSafari, isSafariOnIosDevice, isSameOrAfter, isSameOrBefore, isTextComponentEmpty, isTheUiItself, isTouchScreen, isValidHex, isWindows, lightThemeOverrides, loadCustomHelpersFromApps, loadRemoteScriptWithCtx, loadScript, loadScriptStyle, loadStyle, localeDropdownOptions, localeNames, locales, minFutureDate, minPastDate, moveNodeTo, msToSeconds, navigateTo, normalizeFilterParams, normalizeNetworkFilterParams, openUsdz, parseCollectionPlayerSlidesToContentSelector, parseContentSelectorToCollectionPlayerSlides, parseFileToCollectionPlayer, parsePdfFileToCollectionPlayer, parsePptxFileToCollectionPlayer, pascalCaseKeys, _export$1 as pptConversionSelector, processCanvasForSectionThemeOverride, regenerateTreeIds, registerCustomHelper, registerCustomHelpers, registerPeerConnectivityHandler, renderTemplate, replaceThemePresetsWithInlineStyles, replaceTranslationMessagesWithOverrides, requestFullscreen, requestStream, scrollCanvasToTop, scrollToComponentById, secondsToHumanReadable, sendPeerConnectivityEvent, setDateTime, shouldDisplayPlaceholderComponent, shouldOpenInCollectionPlayerViewer, shouldShowEmbeddable, shouldShowInSidebar, skipElementsInTree, snakeCaseKeys, someNodeInTree, sortCollectionByString, splitUserName, stringToHslColor, supportedLocales, tapDirective, titleCase, toggleFullscreen, tooltipDirective, transformFilesToCollectionPlayer, transformFilesToContentGrid, updateFirstCollectionPlayerWithShareboxItems, updateFirstContentGridWithShareboxItems, urlSafeFetchInChunks, useAdmin, useAdminAndDsrState, useApi, useAppsDb, useBindValidation, useBroadcastRouteChange, useCanvasById, useCanvasLocks, useCanvasOverlay, useCanvasVisibility, useCanvasesAsInfinity, useCollectionPlayerOverlay, useCommentTracking, useConfirmation, useCreateEvent, useDeleteEvent, useDsr, useFetchCanvases, useFetchEvents, useFetchUsers, useFileDisplayHelpers, useFolderNameDescription, useGlobalSearch, useInfiniteScroll, useLocation, useMetadataSearch, useMetadataTemplates, useNotesApp, useNotification, useOpenFileStack, usePitcherApi, usePolling, usePresentationHistory, useRecentFiles, useShareCanvas, useSharedCommentsStorage, useSmartStore, useSuggestedTags, useTheme, useThemeVars, useToast, useUi, useUpdateEvent, useWindowEvents, vueQueryPluginOptions, wait, waitForIframeInitialize, waitForValue };
184461
184395
  //# sourceMappingURL=canvas-ui.js.map