@pitcher/canvas-ui 2025.12.9-123935-beta → 2025.12.9-130331-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.
package/canvas-ui.css CHANGED
@@ -551,13 +551,13 @@ swiper-container::part(pagination) {
551
551
  line-height: 20px;
552
552
  letter-spacing: 0.25px;
553
553
  color: var(--ad430d74);
554
- }[data-v-b3a9f0d5] .ais-SearchBox {
554
+ }[data-v-d96d349f] .ais-SearchBox {
555
555
  margin: 0;
556
556
  }
557
- [data-v-b3a9f0d5] .ais-SearchBox-submit,[data-v-b3a9f0d5] .ais-SearchBox-reset {
557
+ [data-v-d96d349f] .ais-SearchBox-submit,[data-v-d96d349f] .ais-SearchBox-reset {
558
558
  display: none;
559
559
  }
560
- .admin-search[data-v-b3a9f0d5] .ais-SearchBox-reset {
560
+ .admin-search[data-v-d96d349f] .ais-SearchBox-reset {
561
561
  display: block !important;
562
562
  position: absolute !important;
563
563
  right: 12px !important;
@@ -571,17 +571,17 @@ swiper-container::part(pagination) {
571
571
  font-size: 16px !important;
572
572
  z-index: 10 !important;
573
573
  }
574
- .admin-search[data-v-b3a9f0d5] .ais-SearchBox-reset:hover {
574
+ .admin-search[data-v-d96d349f] .ais-SearchBox-reset:hover {
575
575
  color: var(--p-text2) !important;
576
576
  }
577
- .admin-search[data-v-b3a9f0d5] .ais-SearchBox-reset:focus {
577
+ .admin-search[data-v-d96d349f] .ais-SearchBox-reset:focus {
578
578
  outline: none !important;
579
579
  color: var(--p-primary) !important;
580
580
  }
581
- .admin-search[data-v-b3a9f0d5] .ais-SearchBox-input {
581
+ .admin-search[data-v-d96d349f] .ais-SearchBox-input {
582
582
  padding-right: 40px !important;
583
583
  }
584
- [data-v-b3a9f0d5] .ais-SearchBox-input {
584
+ [data-v-d96d349f] .ais-SearchBox-input {
585
585
  width: 100%;
586
586
  padding: 12px 16px 12px 40px;
587
587
  border: 1px solid var(--p-primary4);
@@ -590,38 +590,42 @@ swiper-container::part(pagination) {
590
590
  background-color: var(--p-base);
591
591
  transition: border-color 0.2s ease;
592
592
  }
593
- [data-v-b3a9f0d5] .ais-SearchBox-input:focus {
593
+ [data-v-d96d349f] .ais-SearchBox-input:focus {
594
594
  outline: none;
595
595
  border-color: var(--p-primary);
596
596
  box-shadow: 0 0 0 3px var(--p-primary5);
597
597
  }
598
- [data-v-b3a9f0d5] .ais-SearchBox-input::placeholder {
598
+ [data-v-d96d349f] .ais-SearchBox-input::placeholder {
599
599
  color: var(--p-text3);
600
600
  font-size: 14px;
601
601
  }
602
- .overflow-y-auto[data-v-b3a9f0d5] {
602
+ .overflow-y-auto[data-v-d96d349f] {
603
603
  scrollbar-width: thin;
604
604
  scrollbar-color: var(--p-border2) var(--p-surface2);
605
605
  }
606
- .overflow-y-auto[data-v-b3a9f0d5]::-webkit-scrollbar {
606
+ .overflow-y-auto[data-v-d96d349f]::-webkit-scrollbar {
607
607
  width: 6px;
608
608
  }
609
- .overflow-y-auto[data-v-b3a9f0d5]::-webkit-scrollbar-track {
609
+ .overflow-y-auto[data-v-d96d349f]::-webkit-scrollbar-track {
610
610
  background: var(--p-surface2);
611
611
  }
612
- .overflow-y-auto[data-v-b3a9f0d5]::-webkit-scrollbar-thumb {
612
+ .overflow-y-auto[data-v-d96d349f]::-webkit-scrollbar-thumb {
613
613
  background-color: var(--p-border2);
614
614
  border-radius: 3px;
615
615
  }
616
- .overflow-y-auto[data-v-b3a9f0d5]::-webkit-scrollbar-thumb:hover {
616
+ .overflow-y-auto[data-v-d96d349f]::-webkit-scrollbar-thumb:hover {
617
617
  background-color: var(--p-text3);
618
618
  }
619
- button[data-v-b3a9f0d5]:hover {
619
+ button[data-v-d96d349f]:hover {
620
620
  transition: all 0.2s ease;
621
621
  }
622
- button[data-v-b3a9f0d5]:focus {
622
+ button[data-v-d96d349f]:focus {
623
623
  outline: none;
624
624
  }
625
+ [data-v-d96d349f] mark,[data-v-d96d349f] em {
626
+ font-weight: bold;
627
+ font-style: normal;
628
+ }
625
629
  .letter-spacing--inherit .n-base-select-option__content {
626
630
  letter-spacing: inherit;
627
631
  }
package/canvas-ui.js CHANGED
@@ -92770,55 +92770,6 @@ function renderTemplate(template, context = {}) {
92770
92770
  return template;
92771
92771
  }
92772
92772
  }
92773
- function registerCustomHelper(helper) {
92774
- if (!helper || typeof helper.name !== "string" || !helper.name.trim()) {
92775
- console.warn("[handlebars] Invalid helper: missing or empty name");
92776
- return false;
92777
- }
92778
- if (typeof helper.code !== "string" || !helper.code.trim()) {
92779
- console.warn(`[handlebars] Invalid helper "${helper.name}": missing or empty code`);
92780
- return false;
92781
- }
92782
- try {
92783
- const fn = new Function("return " + helper.code)();
92784
- if (typeof fn !== "function") {
92785
- console.warn(`[handlebars] Helper "${helper.name}" code does not evaluate to a function`);
92786
- return false;
92787
- }
92788
- Handlebars.registerHelper(helper.name, fn);
92789
- console.info(`[handlebars] Registered custom helper: ${helper.name}`);
92790
- return true;
92791
- } catch (e) {
92792
- console.warn(`[handlebars] Failed to register helper "${helper.name}":`, e?.message);
92793
- return false;
92794
- }
92795
- }
92796
- function registerCustomHelpers(helpers) {
92797
- let registered = 0;
92798
- let failed = 0;
92799
- for (const helper of helpers) {
92800
- if (registerCustomHelper(helper)) {
92801
- registered++;
92802
- } else {
92803
- failed++;
92804
- }
92805
- }
92806
- return { registered, failed };
92807
- }
92808
- function loadCustomHelpersFromApps(installedApps) {
92809
- const helpersApp = installedApps.find((app) => app.app_metadata?.name === "handlebars-helpers");
92810
- if (!helpersApp) {
92811
- console.info("[handlebars] No handlebars-helpers app installed");
92812
- return { registered: 0, failed: 0 };
92813
- }
92814
- const helpers = helpersApp.metadata?.handlebars_helpers;
92815
- if (!helpers || !Array.isArray(helpers) || helpers.length === 0) {
92816
- console.info("[handlebars] handlebars-helpers app has no helpers configured");
92817
- return { registered: 0, failed: 0 };
92818
- }
92819
- console.info(`[handlebars] Loading ${helpers.length} custom helper(s) from handlebars-helpers app`);
92820
- return registerCustomHelpers(helpers);
92821
- }
92822
92773
 
92823
92774
  function createPageId(fileId, pageIndex) {
92824
92775
  return `file-${fileId}-page-index-${pageIndex}`;
@@ -94621,52 +94572,54 @@ const _hoisted_37$4 = {
94621
94572
  };
94622
94573
  const _hoisted_38$4 = { class: "flex-1 min-w-0" };
94623
94574
  const _hoisted_39$4 = { class: "text-sm font-bold text-gray-900 truncate mb-1" };
94624
- const _hoisted_40$4 = { class: "text-xs text-gray-500" };
94625
- const _hoisted_41$4 = { class: "text-xs text-gray-400" };
94626
- const _hoisted_42$4 = {
94575
+ const _hoisted_40$4 = ["innerHTML"];
94576
+ const _hoisted_41$4 = { class: "text-xs text-gray-500" };
94577
+ const _hoisted_42$4 = { class: "text-xs text-gray-400" };
94578
+ const _hoisted_43$4 = {
94627
94579
  key: 0,
94628
94580
  class: "px-0 py-0"
94629
94581
  };
94630
- const _hoisted_43$4 = { key: 1 };
94631
- const _hoisted_44$4 = { class: "flex items-center px-0 pt-2 pb-1" };
94632
- const _hoisted_45$4 = { class: "text-m font-semibold text-gray-900" };
94633
- const _hoisted_46$4 = { class: "ml-2 text-sm text-gray-500" };
94634
- const _hoisted_47$4 = ["data-result-selected", "onClick"];
94635
- const _hoisted_48$4 = { class: "w-18 h-14 border-rounded-1 mr-4 flex-shrink-0 bg-gray-200 flex items-center justify-center" };
94636
- const _hoisted_49$4 = { class: "flex-1 min-w-0" };
94637
- const _hoisted_50$4 = { class: "text-sm font-bold text-gray-900 truncate mb-1" };
94638
- const _hoisted_51$2 = { class: "text-xs text-gray-500" };
94639
- const _hoisted_52$2 = { class: "text-xs text-gray-400" };
94640
- const _hoisted_53$2 = {
94582
+ const _hoisted_44$4 = { key: 1 };
94583
+ const _hoisted_45$4 = { class: "flex items-center px-0 pt-2 pb-1" };
94584
+ const _hoisted_46$4 = { class: "text-m font-semibold text-gray-900" };
94585
+ const _hoisted_47$4 = { class: "ml-2 text-sm text-gray-500" };
94586
+ const _hoisted_48$4 = ["data-result-selected", "onClick"];
94587
+ const _hoisted_49$4 = { class: "w-18 h-14 border-rounded-1 mr-4 flex-shrink-0 bg-gray-200 flex items-center justify-center" };
94588
+ const _hoisted_50$4 = { class: "flex-1 min-w-0" };
94589
+ const _hoisted_51$2 = { class: "text-sm font-bold text-gray-900 truncate mb-1" };
94590
+ const _hoisted_52$2 = { class: "text-xs text-gray-500" };
94591
+ const _hoisted_53$2 = { class: "text-xs text-gray-400" };
94592
+ const _hoisted_54$1 = {
94641
94593
  key: 0,
94642
94594
  class: "px-0 py-0"
94643
94595
  };
94644
- const _hoisted_54$1 = {
94596
+ const _hoisted_55$1 = {
94645
94597
  key: 0,
94646
94598
  class: "flex flex-col items-center justify-center text-center p-8 gap-4"
94647
94599
  };
94648
- const _hoisted_55$1 = {
94600
+ const _hoisted_56$1 = {
94649
94601
  key: 2,
94650
94602
  class: "flex-1 overflow-y-auto bg-white w-full"
94651
94603
  };
94652
- const _hoisted_56$1 = { class: "w-full px-0" };
94653
- const _hoisted_57$1 = { class: "flex items-center px-0 pt-2 pb-1" };
94654
- const _hoisted_58$1 = { class: "text-m font-semibold text-gray-900" };
94655
- const _hoisted_59$1 = { class: "ml-2 text-sm text-gray-500" };
94656
- const _hoisted_60$1 = ["data-result-selected", "onClick"];
94657
- const _hoisted_61$1 = {
94604
+ const _hoisted_57$1 = { class: "w-full px-0" };
94605
+ const _hoisted_58$1 = { class: "flex items-center px-0 pt-2 pb-1" };
94606
+ const _hoisted_59$1 = { class: "text-m font-semibold text-gray-900" };
94607
+ const _hoisted_60$1 = { class: "ml-2 text-sm text-gray-500" };
94608
+ const _hoisted_61$1 = ["data-result-selected", "onClick"];
94609
+ const _hoisted_62$1 = {
94658
94610
  key: 1,
94659
94611
  class: "w-18 h-14 border-rounded-1 mr-4 flex-shrink-0 bg-gray-200 flex items-center justify-center"
94660
94612
  };
94661
- const _hoisted_62$1 = { class: "flex-1 min-w-0" };
94662
- const _hoisted_63$1 = { class: "text-sm font-bold text-gray-900 truncate mb-1" };
94663
- const _hoisted_64$1 = { class: "text-xs text-gray-500" };
94664
- const _hoisted_65$1 = { class: "text-xs text-gray-400" };
94665
- const _hoisted_66$1 = {
94613
+ const _hoisted_63$1 = { class: "flex-1 min-w-0" };
94614
+ const _hoisted_64$1 = { class: "text-sm font-bold text-gray-900 truncate mb-1" };
94615
+ const _hoisted_65$1 = ["innerHTML"];
94616
+ const _hoisted_66$1 = { class: "text-xs text-gray-500" };
94617
+ const _hoisted_67$1 = { class: "text-xs text-gray-400" };
94618
+ const _hoisted_68$1 = {
94666
94619
  key: 0,
94667
94620
  class: "flex flex-col items-center justify-center text-center p-8 gap-4"
94668
94621
  };
94669
- const _hoisted_67$1 = {
94622
+ const _hoisted_69 = {
94670
94623
  key: 0,
94671
94624
  class: "flex flex-wrap line-height-6 pt-4 pb-2 px-6 border-t border-gray-200 gap-y-4 gap-x-4"
94672
94625
  };
@@ -95190,6 +95143,18 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95190
95143
  return t("canvasUI.CAlgoliaSearch.canvasFilters.saved");
95191
95144
  }
95192
95145
  };
95146
+ const getSnippet = (item) => {
95147
+ if (!searchQuery.value || searchQuery.value.trim() === "/") {
95148
+ return "";
95149
+ }
95150
+ if (!item._snippetResult?.searchable_content?.value) {
95151
+ return "";
95152
+ }
95153
+ if (item._highlightResult?.name?.matchLevel !== "none") {
95154
+ return "";
95155
+ }
95156
+ return item._snippetResult.searchable_content.value;
95157
+ };
95193
95158
  const toggleCanvasFilter = (filterType) => {
95194
95159
  if (selectedCanvasFilters.value.includes(filterType)) {
95195
95160
  selectedCanvasFilters.value.splice(selectedCanvasFilters.value.indexOf(filterType), 1);
@@ -95761,7 +95726,7 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95761
95726
  }, [
95762
95727
  item.type === "file" ? (openBlock(), createBlock(_sfc_main$6I, {
95763
95728
  key: 0,
95764
- class: "h-14 border-rounded-1 overflow-hidden flex-0 mr-4",
95729
+ class: "w-18 h-14 border-rounded-1 overflow-hidden flex-shrink-0 mr-4",
95765
95730
  cover: "",
95766
95731
  "file-data": item,
95767
95732
  "object-fit": "cover",
@@ -95776,13 +95741,18 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95776
95741
  ])),
95777
95742
  createElementVNode("div", _hoisted_38$4, [
95778
95743
  createElementVNode("h3", _hoisted_39$4, toDisplayString(item.name), 1),
95779
- createElementVNode("p", _hoisted_40$4, toDisplayString(item.type === "folder" ? "Folder" : item.content_type || "PDF"), 1)
95744
+ item.type === "file" && getSnippet(item) ? (openBlock(), createElementBlock("p", {
95745
+ key: 0,
95746
+ class: "text-xs text-gray-600 mb-1",
95747
+ innerHTML: getSnippet(item)
95748
+ }, null, 8, _hoisted_40$4)) : createCommentVNode("", true),
95749
+ createElementVNode("p", _hoisted_41$4, toDisplayString(item.type === "folder" ? "Folder" : item.content_type || "PDF"), 1)
95780
95750
  ]),
95781
- createElementVNode("div", _hoisted_41$4, toDisplayString(item.type === "folder" ? item.parent_folder?.name || "" : item.folder?.name || ""), 1)
95751
+ createElementVNode("div", _hoisted_42$4, toDisplayString(item.type === "folder" ? item.parent_folder?.name || "" : item.folder?.name || ""), 1)
95782
95752
  ], 10, _hoisted_36$4);
95783
95753
  }), 128))
95784
95754
  ]),
95785
- filteredContentFiles.value.length > 5 ? (openBlock(), createElementBlock("div", _hoisted_42$4, [
95755
+ filteredContentFiles.value.length > 5 ? (openBlock(), createElementBlock("div", _hoisted_43$4, [
95786
95756
  createElementVNode("span", {
95787
95757
  class: "text-sm text-gray-600 hover:text-gray-800 font-bold flex items-center cursor-pointer",
95788
95758
  onClick: _cache[13] || (_cache[13] = ($event) => searchType.value = "content")
@@ -95796,16 +95766,16 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95796
95766
  ])
95797
95767
  ])) : createCommentVNode("", true)
95798
95768
  ])) : createCommentVNode("", true),
95799
- filteredCanvasFiles.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_43$4, [
95800
- createElementVNode("div", _hoisted_44$4, [
95769
+ filteredCanvasFiles.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_44$4, [
95770
+ createElementVNode("div", _hoisted_45$4, [
95801
95771
  createVNode(CIcon, {
95802
95772
  class: "mr-2",
95803
95773
  color: "var(--p-text2)",
95804
95774
  icon: "presentation",
95805
95775
  size: "16"
95806
95776
  }),
95807
- createElementVNode("span", _hoisted_45$4, toDisplayString(unref(t)("canvasUI.CAlgoliaSearch.sections.pitchDecks")), 1),
95808
- createElementVNode("span", _hoisted_46$4, "(" + toDisplayString(filteredCanvasFiles.value.length) + ")", 1)
95777
+ createElementVNode("span", _hoisted_46$4, toDisplayString(unref(t)("canvasUI.CAlgoliaSearch.sections.pitchDecks")), 1),
95778
+ createElementVNode("span", _hoisted_47$4, "(" + toDisplayString(filteredCanvasFiles.value.length) + ")", 1)
95809
95779
  ]),
95810
95780
  createElementVNode("div", null, [
95811
95781
  (openBlock(true), createElementBlock(Fragment, null, renderList(filteredCanvasFiles.value.slice(0, 5), (item) => {
@@ -95819,22 +95789,22 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95819
95789
  "data-result-selected": isResultSelected(item),
95820
95790
  onClick: ($event) => handleResultClick(item, "canvas")
95821
95791
  }, [
95822
- createElementVNode("div", _hoisted_48$4, [
95792
+ createElementVNode("div", _hoisted_49$4, [
95823
95793
  createVNode(CIcon, {
95824
95794
  color: "var(--p-text2)",
95825
95795
  icon: "presentation",
95826
95796
  size: "32"
95827
95797
  })
95828
95798
  ]),
95829
- createElementVNode("div", _hoisted_49$4, [
95830
- createElementVNode("h3", _hoisted_50$4, toDisplayString(item.name), 1),
95831
- createElementVNode("p", _hoisted_51$2, toDisplayString(formatCanvasType(item.content_type)), 1)
95799
+ createElementVNode("div", _hoisted_50$4, [
95800
+ createElementVNode("h3", _hoisted_51$2, toDisplayString(item.name), 1),
95801
+ createElementVNode("p", _hoisted_52$2, toDisplayString(formatCanvasType(item.content_type)), 1)
95832
95802
  ]),
95833
- createElementVNode("div", _hoisted_52$2, toDisplayString(item.folder?.name || ""), 1)
95834
- ], 10, _hoisted_47$4);
95803
+ createElementVNode("div", _hoisted_53$2, toDisplayString(item.folder?.name || ""), 1)
95804
+ ], 10, _hoisted_48$4);
95835
95805
  }), 128))
95836
95806
  ]),
95837
- filteredCanvasFiles.value.length > 5 ? (openBlock(), createElementBlock("div", _hoisted_53$2, [
95807
+ filteredCanvasFiles.value.length > 5 ? (openBlock(), createElementBlock("div", _hoisted_54$1, [
95838
95808
  createElementVNode("span", {
95839
95809
  class: "text-sm text-gray-600 hover:text-gray-800 font-bold flex items-center cursor-pointer",
95840
95810
  onClick: _cache[14] || (_cache[14] = ($event) => searchType.value = "canvases")
@@ -95849,7 +95819,7 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95849
95819
  ])) : createCommentVNode("", true)
95850
95820
  ])) : createCommentVNode("", true)
95851
95821
  ]),
95852
- searchError.value || shouldShowNoResults.value ? (openBlock(), createElementBlock("div", _hoisted_54$1, [
95822
+ searchError.value || shouldShowNoResults.value ? (openBlock(), createElementBlock("div", _hoisted_55$1, [
95853
95823
  createVNode(CIcon, {
95854
95824
  class: "text-6xl",
95855
95825
  color: searchError.value ? "var(--p-error)" : "var(--p-text3)",
@@ -95860,9 +95830,9 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95860
95830
  class: normalizeClass(searchError.value ? "text-error font-semibold" : "text-text2")
95861
95831
  }, toDisplayString(searchError.value || unref(t)("canvasUI.CGlobalSearch.noResults")), 3)
95862
95832
  ])) : createCommentVNode("", true)
95863
- ])) : (openBlock(), createElementBlock("div", _hoisted_55$1, [
95864
- createElementVNode("div", _hoisted_56$1, [
95865
- createElementVNode("div", _hoisted_57$1, [
95833
+ ])) : (openBlock(), createElementBlock("div", _hoisted_56$1, [
95834
+ createElementVNode("div", _hoisted_57$1, [
95835
+ createElementVNode("div", _hoisted_58$1, [
95866
95836
  searchType.value === "content" ? (openBlock(), createBlock(CIcon, {
95867
95837
  key: 0,
95868
95838
  class: "mr-2",
@@ -95876,8 +95846,8 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95876
95846
  icon: "presentation",
95877
95847
  size: "16"
95878
95848
  })),
95879
- createElementVNode("span", _hoisted_58$1, toDisplayString(searchType.value === "content" ? unref(t)("canvasUI.CAlgoliaSearch.sections.content") : unref(t)("canvasUI.CAlgoliaSearch.sections.pitchDecks")), 1),
95880
- createElementVNode("span", _hoisted_59$1, " (" + toDisplayString(searchType.value === "content" ? filteredContentFiles.value.length : filteredCanvasFiles.value.length) + ") ", 1)
95849
+ createElementVNode("span", _hoisted_59$1, toDisplayString(searchType.value === "content" ? unref(t)("canvasUI.CAlgoliaSearch.sections.content") : unref(t)("canvasUI.CAlgoliaSearch.sections.pitchDecks")), 1),
95850
+ createElementVNode("span", _hoisted_60$1, " (" + toDisplayString(searchType.value === "content" ? filteredContentFiles.value.length : filteredCanvasFiles.value.length) + ") ", 1)
95881
95851
  ]),
95882
95852
  createElementVNode("div", null, [
95883
95853
  (openBlock(true), createElementBlock(Fragment, null, renderList(searchType.value === "content" ? filteredContentFiles.value : filteredCanvasFiles.value, (item) => {
@@ -95896,13 +95866,13 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95896
95866
  }, [
95897
95867
  searchType.value === "content" && item.type === "file" ? (openBlock(), createBlock(_sfc_main$6I, {
95898
95868
  key: 0,
95899
- class: "h-14 border-rounded-1 overflow-hidden flex-0 mr-4",
95869
+ class: "w-18 h-14 border-rounded-1 overflow-hidden flex-shrink-0 mr-4",
95900
95870
  cover: "",
95901
95871
  "file-data": item,
95902
95872
  "object-fit": "cover",
95903
95873
  src: item.picture_url || "",
95904
95874
  width: "72"
95905
- }, null, 8, ["file-data", "src"])) : (openBlock(), createElementBlock("div", _hoisted_61$1, [
95875
+ }, null, 8, ["file-data", "src"])) : (openBlock(), createElementBlock("div", _hoisted_62$1, [
95906
95876
  searchType.value === "content" ? (openBlock(), createBlock(CIcon, {
95907
95877
  key: 0,
95908
95878
  color: "var(--p-text2)",
@@ -95915,15 +95885,20 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95915
95885
  size: "32"
95916
95886
  }))
95917
95887
  ])),
95918
- createElementVNode("div", _hoisted_62$1, [
95919
- createElementVNode("h3", _hoisted_63$1, toDisplayString(item.name), 1),
95920
- createElementVNode("p", _hoisted_64$1, toDisplayString(searchType.value === "content" ? item.type === "folder" ? "Folder" : item.content_type || "PDF" : formatCanvasType(item.content_type)), 1)
95888
+ createElementVNode("div", _hoisted_63$1, [
95889
+ createElementVNode("h3", _hoisted_64$1, toDisplayString(item.name), 1),
95890
+ searchType.value === "content" && item.type === "file" && getSnippet(item) ? (openBlock(), createElementBlock("p", {
95891
+ key: 0,
95892
+ class: "text-xs text-gray-600 mb-1",
95893
+ innerHTML: getSnippet(item)
95894
+ }, null, 8, _hoisted_65$1)) : createCommentVNode("", true),
95895
+ createElementVNode("p", _hoisted_66$1, toDisplayString(searchType.value === "content" ? item.type === "folder" ? "Folder" : item.content_type || "PDF" : formatCanvasType(item.content_type)), 1)
95921
95896
  ]),
95922
- createElementVNode("div", _hoisted_65$1, toDisplayString(searchType.value === "content" && item.type === "folder" ? item.parent_folder?.name || "" : item.folder?.name || ""), 1)
95923
- ], 10, _hoisted_60$1);
95897
+ createElementVNode("div", _hoisted_67$1, toDisplayString(searchType.value === "content" && item.type === "folder" ? item.parent_folder?.name || "" : item.folder?.name || ""), 1)
95898
+ ], 10, _hoisted_61$1);
95924
95899
  }), 128))
95925
95900
  ]),
95926
- searchError.value || shouldShowNoResults.value ? (openBlock(), createElementBlock("div", _hoisted_66$1, [
95901
+ searchError.value || shouldShowNoResults.value ? (openBlock(), createElementBlock("div", _hoisted_68$1, [
95927
95902
  createVNode(CIcon, {
95928
95903
  class: "text-6xl",
95929
95904
  color: searchError.value ? "var(--p-error)" : "var(--p-text3)",
@@ -95937,7 +95912,7 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95937
95912
  ])
95938
95913
  ]))
95939
95914
  ]),
95940
- !showRecentView.value ? (openBlock(), createElementBlock("div", _hoisted_67$1, [
95915
+ !showRecentView.value ? (openBlock(), createElementBlock("div", _hoisted_69, [
95941
95916
  createVNode(CShortcut, null, {
95942
95917
  default: withCtx(() => [
95943
95918
  createVNode(CShortcutIcon, { icon: "arrow-up" }),
@@ -95979,7 +95954,7 @@ const _sfc_main$5I = /* @__PURE__ */ defineComponent({
95979
95954
  }
95980
95955
  });
95981
95956
 
95982
- const CAlgoliaSearch = /* @__PURE__ */ _export_sfc(_sfc_main$5I, [["__scopeId", "data-v-b3a9f0d5"]]);
95957
+ const CAlgoliaSearch = /* @__PURE__ */ _export_sfc(_sfc_main$5I, [["__scopeId", "data-v-d96d349f"]]);
95983
95958
 
95984
95959
  const BulletListExtended = BulletList.extend({
95985
95960
  addOptions() {
@@ -181703,5 +181678,5 @@ const localeNames = {
181703
181678
  };
181704
181679
  const localeDropdownOptions = supportedLocales.map((locale) => ({ key: locale, name: localeNames[locale] }));
181705
181680
 
181706
- 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$4n as CAssignedCanvasesManagementToolbar, _sfc_main$6q as CAvatar, _sfc_main$4M as CBlockManagement, CButton, _sfc_main$5d as CCanvasDeleteDialogContent, _sfc_main$5e as CCanvasMetadataFilters, CCanvasSelector, _sfc_main$6T as CCard, CCarousel, _sfc_main$3G as CCatalogIqSwitcher, _sfc_main$6S as CCheckbox, _sfc_main$3A as CChip, CCollapse, _sfc_main$6P as CCollapseItem, _sfc_main$6p as CCollapseTransition, NColorPicker as CColorPicker, CComponentListItem, CConfigEditor, NConfigProvider as CConfigProvider, _sfc_main$6f as CConfirmationAction, CConfirmationContent, CConfirmationHeader, CConfirmationModal, CContactSelector, CContactSelectorSelected, _sfc_main$66 as CContentError, _sfc_main$63 as CCreateCanvasModal, _sfc_main$62 as CCreateTemplateSectionBlockModal, _sfc_main$5T as CCreateThemeModal, CDP_EVENT_TYPE, CDataTable, NDatePicker as CDatePicker, CDateRangeFilter, CDetailPageSectionButtons, NDialogProvider as CDialogProvider, _sfc_main$6N as CDivider, _sfc_main$6M as CDrawer, _sfc_main$6L as CDrawerContent, _sfc_main$6K as CDropdown, _sfc_main$6n as CEmpty, _sfc_main$4k as CEntitySelector, _sfc_main$6J as CErrorFullScreen, _sfc_main$6l as CFeedback, _sfc_main$3o as CFileAccessManagement, _sfc_main$6A as CFileAttributes, _sfc_main$3p as CFilePanel, _sfc_main$6G as CFileThumbnail, CFileViewer, CFilesAccessInfo, _sfc_main$3Z 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$4f as CFullScreenLoader, NGridItem as CGi, CGlobalLoader, _sfc_main$5M 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$6k as CHelpText, CIcon, _sfc_main$6I as CImage, _sfc_main$4U as CInfoBadge, _sfc_main$6z 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$4V as CList, NMessageProvider as CMessageProvider, _sfc_main$5J as CMetaDataBadge, _sfc_main$6y as CModal, CMonacoEditor, CMovableWidget, CMultiSelect, NNotificationProvider as CNotificationProvider, NPagination as CPagination, _sfc_main$6j as CPillSelect, _sfc_main$6x as CPopover, _sfc_main$6H as CProcessingOverlay, NProgress as CProgress, _sfc_main$5q as CRichTextEditor, _sfc_main$4o as CSavedCanvasesManagement, CSearch, _sfc_main$6v as CSearchOnClick, CSearchOnClickWithSuggestions, CSecondaryNav, _sfc_main$4P as CSectionManagement, CSelect, CSelectFilter, _sfc_main$3x as CSettingsEditor, CShortcut, CSingleSelect, NSkeleton as CSkeleton, _sfc_main$3C as CSlideViewer, NSpace as CSpace, _sfc_main$6o as CSpin, _sfc_main$6m as CSwitch, CTable, _sfc_main$5a as CTableInput, CTableMore, CTableSelect, CTableTag, _sfc_main$6D as CTag, CTags, _sfc_main$4E as CTemplateManagement, text as CText, _sfc_main$6t as CThemeEditor, _sfc_main$4z as CThemeManagement, _sfc_main$5j as CToastProvider, CToolbar, _sfc_main$6r as CTooltip, CUpsertFolderModal, _sfc_main$5n as CUserAvatar, CUserMenu, CUsersAccessInfo, CUsersGroupsAccessManage, _sfc_main$5k as CVirtualTable, _sfc_main$46 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, applyCanvasThemeAssetsToNode, applyFont, applyToTreeBy, autofocus as autofocusDirective, camelCaseKeys, canvasUiUnoPreset, clearLocalStorageIfNeeded, ClickOutsideDirective as clickOutsideDirective, collectAllNodesByCondition, _export$3 as collectionPlayer, _export$2 as collectionSelector, componentIconType, computeLocalStorageBytes, convertSecondsToMinutes, convertToPixels, convertToSosl, createNodeId, createPitcherSettings, dayjs, deepDiff, deepToRaw, derivePatchRequestFields, determineUserRole, discardSectionComponentOverride, displayBytesWithMUnit, displayIntegerWithMunit, doesLocalOverrideExist, downloadFile, draggable as draggableDirective, elementMounted as elementMountedDirective, escapeSoqlString, evaluateAccessor, executeWithDoublingTime, exitFullscreen, fallbackLocale, fetchAll, fetchAllWithOffset, fetchFirstChunkAndRemainingAsync, 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, highLevelApi, indirectEval, insertItemSorted, isAfter, isBefore, isBeforeMinDate, isEmbeddableWithZeroHeight, isFirefox, isFullscreen, isHeadlessOrNotAvailableApp, isImageAccessible, isIosDevice, isMac, isMobile, isModifierClick, isNonMemberRole, isOriginValid, isPastMaxDate, isPitcherOrIosDevice, isPitcherWkWebView, isQueryParamTruthy, isSafari, isSafariOnIosDevice, isSameOrAfter, isSameOrBefore, isTextComponentEmpty, 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, skipElementsInTree, snakeCaseKeys, someNodeInTree, sortCollectionByString, splitUserName, stringToHslColor, supportedLocales, tapDirective, titleCase, toggleFullscreen, tooltipDirective, transformFilesToCollectionPlayer, transformFilesToContentGrid, 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, useSuggestedTags, useTheme, useThemeVars, useToast, useUi, useUpdateEvent, useWindowEvents, vueQueryPluginOptions, wait, waitForIframeInitialize, waitForValue };
181681
+ 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$4n as CAssignedCanvasesManagementToolbar, _sfc_main$6q as CAvatar, _sfc_main$4M as CBlockManagement, CButton, _sfc_main$5d as CCanvasDeleteDialogContent, _sfc_main$5e as CCanvasMetadataFilters, CCanvasSelector, _sfc_main$6T as CCard, CCarousel, _sfc_main$3G as CCatalogIqSwitcher, _sfc_main$6S as CCheckbox, _sfc_main$3A as CChip, CCollapse, _sfc_main$6P as CCollapseItem, _sfc_main$6p as CCollapseTransition, NColorPicker as CColorPicker, CComponentListItem, CConfigEditor, NConfigProvider as CConfigProvider, _sfc_main$6f as CConfirmationAction, CConfirmationContent, CConfirmationHeader, CConfirmationModal, CContactSelector, CContactSelectorSelected, _sfc_main$66 as CContentError, _sfc_main$63 as CCreateCanvasModal, _sfc_main$62 as CCreateTemplateSectionBlockModal, _sfc_main$5T as CCreateThemeModal, CDP_EVENT_TYPE, CDataTable, NDatePicker as CDatePicker, CDateRangeFilter, CDetailPageSectionButtons, NDialogProvider as CDialogProvider, _sfc_main$6N as CDivider, _sfc_main$6M as CDrawer, _sfc_main$6L as CDrawerContent, _sfc_main$6K as CDropdown, _sfc_main$6n as CEmpty, _sfc_main$4k as CEntitySelector, _sfc_main$6J as CErrorFullScreen, _sfc_main$6l as CFeedback, _sfc_main$3o as CFileAccessManagement, _sfc_main$6A as CFileAttributes, _sfc_main$3p as CFilePanel, _sfc_main$6G as CFileThumbnail, CFileViewer, CFilesAccessInfo, _sfc_main$3Z 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$4f as CFullScreenLoader, NGridItem as CGi, CGlobalLoader, _sfc_main$5M 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$6k as CHelpText, CIcon, _sfc_main$6I as CImage, _sfc_main$4U as CInfoBadge, _sfc_main$6z 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$4V as CList, NMessageProvider as CMessageProvider, _sfc_main$5J as CMetaDataBadge, _sfc_main$6y as CModal, CMonacoEditor, CMovableWidget, CMultiSelect, NNotificationProvider as CNotificationProvider, NPagination as CPagination, _sfc_main$6j as CPillSelect, _sfc_main$6x as CPopover, _sfc_main$6H as CProcessingOverlay, NProgress as CProgress, _sfc_main$5q as CRichTextEditor, _sfc_main$4o as CSavedCanvasesManagement, CSearch, _sfc_main$6v as CSearchOnClick, CSearchOnClickWithSuggestions, CSecondaryNav, _sfc_main$4P as CSectionManagement, CSelect, CSelectFilter, _sfc_main$3x as CSettingsEditor, CShortcut, CSingleSelect, NSkeleton as CSkeleton, _sfc_main$3C as CSlideViewer, NSpace as CSpace, _sfc_main$6o as CSpin, _sfc_main$6m as CSwitch, CTable, _sfc_main$5a as CTableInput, CTableMore, CTableSelect, CTableTag, _sfc_main$6D as CTag, CTags, _sfc_main$4E as CTemplateManagement, text as CText, _sfc_main$6t as CThemeEditor, _sfc_main$4z as CThemeManagement, _sfc_main$5j as CToastProvider, CToolbar, _sfc_main$6r as CTooltip, CUpsertFolderModal, _sfc_main$5n as CUserAvatar, CUserMenu, CUsersAccessInfo, CUsersGroupsAccessManage, _sfc_main$5k as CVirtualTable, _sfc_main$46 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, applyCanvasThemeAssetsToNode, applyFont, applyToTreeBy, autofocus as autofocusDirective, camelCaseKeys, canvasUiUnoPreset, clearLocalStorageIfNeeded, ClickOutsideDirective as clickOutsideDirective, collectAllNodesByCondition, _export$3 as collectionPlayer, _export$2 as collectionSelector, componentIconType, computeLocalStorageBytes, convertSecondsToMinutes, convertToPixels, convertToSosl, createNodeId, createPitcherSettings, dayjs, deepDiff, deepToRaw, derivePatchRequestFields, determineUserRole, discardSectionComponentOverride, displayBytesWithMUnit, displayIntegerWithMunit, doesLocalOverrideExist, downloadFile, draggable as draggableDirective, elementMounted as elementMountedDirective, escapeSoqlString, evaluateAccessor, executeWithDoublingTime, exitFullscreen, fallbackLocale, fetchAll, fetchAllWithOffset, fetchFirstChunkAndRemainingAsync, 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, highLevelApi, indirectEval, insertItemSorted, isAfter, isBefore, isBeforeMinDate, isEmbeddableWithZeroHeight, isFirefox, isFullscreen, isHeadlessOrNotAvailableApp, isImageAccessible, isIosDevice, isMac, isMobile, isModifierClick, isNonMemberRole, isOriginValid, isPastMaxDate, isPitcherOrIosDevice, isPitcherWkWebView, isQueryParamTruthy, isSafari, isSafariOnIosDevice, isSameOrAfter, isSameOrBefore, isTextComponentEmpty, isTouchScreen, isValidHex, isWindows, lightThemeOverrides, 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, registerPeerConnectivityHandler, replaceThemePresetsWithInlineStyles, replaceTranslationMessagesWithOverrides, requestFullscreen, requestStream, scrollCanvasToTop, scrollToComponentById, secondsToHumanReadable, sendPeerConnectivityEvent, setDateTime, shouldDisplayPlaceholderComponent, shouldOpenInCollectionPlayerViewer, shouldShowEmbeddable, skipElementsInTree, snakeCaseKeys, someNodeInTree, sortCollectionByString, splitUserName, stringToHslColor, supportedLocales, tapDirective, titleCase, toggleFullscreen, tooltipDirective, transformFilesToCollectionPlayer, transformFilesToContentGrid, 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, useSuggestedTags, useTheme, useThemeVars, useToast, useUi, useUpdateEvent, useWindowEvents, vueQueryPluginOptions, wait, waitForIframeInitialize, waitForValue };
181707
181682
  //# sourceMappingURL=canvas-ui.js.map