@pitcher/js-api 1.25.0 → 1.25.1

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 (305) hide show
  1. package/js-api.esm.js +122 -12
  2. package/js-api.esm.js.map +1 -1
  3. package/js-api.umd.min.js +10 -10
  4. package/js-api.umd.min.js.map +1 -1
  5. package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +4 -4
  6. package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +2 -0
  7. package/lib/apps/assets-manager/App.vue.d.ts +75 -0
  8. package/lib/apps/assets-manager/AssetsTab.vue.d.ts +22 -0
  9. package/lib/apps/assets-manager/components/AssetGridItem.vue.d.ts +16 -0
  10. package/lib/apps/browser/App.vue.d.ts +7 -5
  11. package/lib/apps/browser/appTypes.d.ts +4 -0
  12. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +3 -0
  13. package/lib/apps/browser/components/Content/ActionsToolbar/BulkShareboxWarningModal.vue.d.ts +15 -0
  14. package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
  15. package/lib/apps/browser/components/Content/Common/SmartFolderListItem.vue.d.ts +4 -0
  16. package/lib/apps/browser/components/FileSmartFoldersToolbar.vue.d.ts +2 -2
  17. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +9 -5
  18. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +5 -1
  19. package/lib/apps/browser/stores/api.d.ts +32 -12
  20. package/lib/apps/browser/stores/app.d.ts +3 -0
  21. package/lib/apps/browser/stores/upload.d.ts +16 -20
  22. package/lib/apps/browser/types/actionKeys.d.ts +22 -0
  23. package/lib/apps/canvas-builder/App.helpers.d.ts +2 -1
  24. package/lib/apps/canvas-builder/App.vue.d.ts +323 -262
  25. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +4 -4
  26. package/lib/apps/canvas-builder/components/container/AnnotationMenu/AnnotationMenu.vue.d.ts +60 -0
  27. package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +12 -0
  28. package/lib/apps/canvas-builder/components/container/CanvasContent/AnnotationContent.vue.d.ts +8 -0
  29. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +4 -1
  30. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -0
  31. package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +13 -0
  32. package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +39 -0
  33. package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +1 -0
  34. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +1 -3
  35. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +25 -0
  36. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +19 -0
  37. package/lib/apps/canvas-builder/components/container/EditableComponent/{EditableComponentRevamp.vue.d.ts → EditableComponentContent.vue.d.ts} +27 -0
  38. package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +4 -0
  39. package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +4 -0
  40. package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +5 -1
  41. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +5 -5
  42. package/lib/apps/canvas-builder/components/container/PopupApps/AdaptivePopupAppsButtons.vue.d.ts +17 -0
  43. package/lib/apps/canvas-builder/components/container/PopupApps/PopupAppsButtons.vue.d.ts +18 -0
  44. package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +1 -0
  45. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +2 -0
  46. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +1 -0
  47. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.edit.vue.d.ts +2 -0
  48. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.header.vue.d.ts +19 -0
  49. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.vue.d.ts +13 -0
  50. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.settings.vue.d.ts +10 -0
  51. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.utils.d.ts +32 -0
  52. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +27 -0
  53. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.utils.d.ts +16 -0
  54. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +1 -0
  55. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +9 -5
  56. package/lib/apps/canvas-builder/components/ui/Html/CAiHtmlActions.vue.d.ts +23 -0
  57. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +5 -2
  58. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +1 -0
  59. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +9 -5
  60. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +2 -1
  61. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +2 -1
  62. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +2 -1
  63. package/lib/apps/canvas-builder/components/ui/Scribble/scribble.helpers.d.ts +9 -0
  64. package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +39 -0
  65. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -1
  66. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -1
  67. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCompact.vue.d.ts +18 -0
  68. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListItem.vue.d.ts +27 -0
  69. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSearch.vue.d.ts +11 -0
  70. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +7 -7
  71. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +154 -0
  72. package/lib/apps/canvas-builder/composables/useAnnotation.d.ts +29 -0
  73. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +2509 -150
  74. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +168 -20
  75. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +16 -0
  76. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +162 -8
  77. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +26 -8
  78. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +4 -2
  79. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +22 -4
  80. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -1
  81. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +3 -0
  82. package/lib/apps/canvas-builder/composables/useControlBarCollapse.d.ts +8 -0
  83. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -2
  84. package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +5 -0
  85. package/lib/apps/canvas-builder/composables/useEmbeddable.d.ts +7 -0
  86. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +1 -0
  87. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +7 -1
  88. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +913 -0
  89. package/lib/apps/canvas-builder/composables/usePrintMode.d.ts +2 -0
  90. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +4 -4
  91. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +98 -0
  92. package/lib/apps/canvas-builder/composables/useScribbleToolbar.d.ts +11 -0
  93. package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -0
  94. package/lib/apps/canvas-builder/composables/useTemporaryContext.d.ts +14 -0
  95. package/lib/apps/canvas-builder/constants/canvas.const.d.ts +2 -1
  96. package/lib/apps/canvas-builder/constants/theme.const.d.ts +34 -0
  97. package/lib/apps/canvas-builder/types/canvas.d.ts +66 -4
  98. package/lib/apps/canvas-builder/util/canvas.util.d.ts +7 -5
  99. package/lib/apps/canvas-builder/util/iframe.util.d.ts +16 -0
  100. package/lib/apps/canvas-builder/util/print.util.d.ts +22 -0
  101. package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +171 -1
  102. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +160 -1
  103. package/lib/apps/canvas-selector/stores/app.d.ts +14 -14
  104. package/lib/apps/collection-player/App.vue.d.ts +1 -0
  105. package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +5 -1
  106. package/lib/apps/collection-player/stores/app.store.d.ts +3 -0
  107. package/lib/apps/collection-player/types/collection-player.type.d.ts +18 -0
  108. package/lib/apps/collection-selector/App.vue.d.ts +7 -7
  109. package/lib/apps/collection-selector/stores/app.store.d.ts +4 -2
  110. package/lib/apps/collection-selector/utils/content-selector-adapter.util.d.ts +20 -2
  111. package/lib/apps/collection-selector/utils/data.util.d.ts +4 -4
  112. package/lib/apps/content-selector/App.vue.d.ts +2 -0
  113. package/lib/apps/content-selector/appTypes.d.ts +2 -0
  114. package/lib/apps/content-selector/components/Assets.vue.d.ts +75 -1
  115. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +3 -0
  116. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +1 -0
  117. package/lib/apps/content-selector/components/Content.vue.d.ts +74 -1
  118. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +14 -2
  119. package/lib/apps/content-selector/stores/app.d.ts +34 -5
  120. package/lib/apps/content-selector/util/file.d.ts +6 -3
  121. package/lib/apps/ppt-conversion-selector/composables/canvas.use.d.ts +3 -2
  122. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +7 -3
  123. package/lib/apps/ppt-conversion-selector/utils/thumbnail.util.d.ts +1 -0
  124. package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +6 -2
  125. package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +18 -0
  126. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +5 -0
  127. package/lib/components/CCarousel/CCarousel.vue.d.ts +20 -0
  128. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +9 -6
  129. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +5 -3
  130. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +4 -0
  131. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +7 -0
  132. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +53 -0
  133. package/lib/components/CContentError/CContentError.vue.d.ts +9 -0
  134. package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +3 -0
  135. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +18 -16
  136. package/lib/components/CDataTable/CDataTable.vue.d.ts +12 -12
  137. package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +8 -0
  138. package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +6 -0
  139. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +7 -9
  140. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +2 -5
  141. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +3 -2
  142. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +2 -6
  143. package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +1 -0
  144. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +9 -5
  145. package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +1 -0
  146. package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +3 -0
  147. package/lib/components/CImage/CImage.vue.d.ts +11 -0
  148. package/lib/components/CInput/CInput.vue.d.ts +4 -4
  149. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +1 -1
  150. package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +29 -0
  151. package/lib/components/CPdfDimensionsSelector/CPdfDimensionsSelector.vue.d.ts +27 -0
  152. package/lib/components/CPillSelect/CPillSelect.vue.d.ts +14 -0
  153. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +1 -1
  154. package/lib/components/CProcessingOverlay/CProcessingOverlay.vue.d.ts +19 -0
  155. package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +4 -0
  156. package/lib/components/CRenameModal/CRenameModal.vue.d.ts +28 -0
  157. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +20 -5
  158. package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +28 -8
  159. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +14 -4
  160. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -4
  161. package/lib/components/CSearch/CSearch.vue.d.ts +2 -0
  162. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +1 -0
  163. package/lib/components/CSectionSelectionActions/CSectionSelectionActions.vue.d.ts +19 -0
  164. package/lib/components/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +135 -0
  165. package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +44 -0
  166. package/lib/components/CSlideViewer/CSlideViewer.pdfjs.vue.d.ts +18 -0
  167. package/lib/components/CSlideViewer/CSlideViewer.pspdfkit.vue.d.ts +14 -0
  168. package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +12 -0
  169. package/lib/components/CTable/CTable.vue.d.ts +6 -5
  170. package/lib/components/CTableInput/CTableInput.vue.d.ts +10 -8
  171. package/lib/components/CTableTag/CTableTag.vue.d.ts +5 -4
  172. package/lib/components/CTags/CTags.vue.d.ts +4 -4
  173. package/lib/components/CThumbnail/CThumbnail.vue.d.ts +1 -0
  174. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +4 -1
  175. package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +440 -0
  176. package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +41 -0
  177. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +46 -60
  178. package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +13 -19
  179. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +41 -33
  180. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +9 -6
  181. package/lib/components/filters/CSearchFilter.vue.d.ts +9 -1
  182. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +17 -7
  183. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +3 -2
  184. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +4 -4
  185. package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +2 -0
  186. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +12 -8
  187. package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +1 -0
  188. package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +8 -3
  189. package/lib/components/sections/CSectionManagement.vue.d.ts +27 -1
  190. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +7 -0
  191. package/lib/components/themes/CThemeManagement.vue.d.ts +98 -10
  192. package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +31 -3
  193. package/lib/composables/appsDb.use.d.ts +2 -2
  194. package/lib/composables/bulkActions.use.d.ts +2 -2
  195. package/lib/composables/useBindValidation.d.ts +1 -1
  196. package/lib/composables/useBroadcastRouteChange.d.ts +4 -0
  197. package/lib/composables/useCanvasStandardFilters.d.ts +35 -0
  198. package/lib/composables/useCollectionPlayerOverlay.d.ts +18 -0
  199. package/lib/composables/useDeleteUsedCanvasesConfirmation.d.ts +23 -0
  200. package/lib/composables/useElementSizeAfterDom.d.ts +5 -0
  201. package/lib/composables/useFileDisplayHelpers.d.ts +6 -2
  202. package/lib/composables/useFileInfo.d.ts +30 -0
  203. package/lib/composables/useFilterSuggestions.d.ts +48 -0
  204. package/lib/composables/useFolderNameDescription.d.ts +25 -0
  205. package/lib/composables/useImageAccessibility.d.ts +13 -0
  206. package/lib/composables/useLegacyCollectionFileLoader.d.ts +31 -0
  207. package/lib/composables/useMetadataSearch.d.ts +22 -1
  208. package/lib/composables/usePolling.d.ts +23 -0
  209. package/lib/composables/useWindowEvents.d.ts +1 -0
  210. package/lib/constants/cdp.const.d.ts +2 -0
  211. package/lib/constants/dimensions.const.d.ts +23 -0
  212. package/lib/constants/tables.const.d.ts +1 -1
  213. package/lib/custom-naive-locales/it.d.ts +124 -0
  214. package/lib/custom-naive-locales/ja.d.ts +124 -0
  215. package/lib/custom-naive-locales/nl.d.ts +124 -0
  216. package/lib/custom-naive-locales/pt-br.d.ts +124 -0
  217. package/lib/custom-naive-locales/pt.d.ts +124 -0
  218. package/lib/custom-naive-locales/th.d.ts +124 -0
  219. package/lib/custom-naive-locales/zh.d.ts +124 -0
  220. package/lib/directives/vTrustedHtml.d.ts +6 -0
  221. package/lib/main.lib.d.ts +22 -3
  222. package/lib/sdk/api/HighLevelApi.d.ts +25 -2
  223. package/lib/sdk/api/modules/admin/canvas.admin.d.ts +24 -1
  224. package/lib/sdk/api/modules/admin/index.d.ts +1 -0
  225. package/lib/sdk/api/modules/admin/types.admin.d.ts +21 -0
  226. package/lib/sdk/api/modules/dsr/files.dsr.d.ts +12 -0
  227. package/lib/sdk/api/modules/dsr/index.d.ts +3 -0
  228. package/lib/sdk/api/modules/dsr/types.dsr.d.ts +6 -1
  229. package/lib/sdk/api/modules/files.d.ts +12 -2
  230. package/lib/sdk/api/modules/share.d.ts +8 -1
  231. package/lib/sdk/api/modules/ui/canvas.ui.d.ts +59 -1
  232. package/lib/sdk/api/modules/ui/index.d.ts +3 -0
  233. package/lib/sdk/api/modules/ui/types.ui.d.ts +46 -0
  234. package/lib/sdk/api/modules/webView.d.ts +2 -1
  235. package/lib/sdk/interfaces.d.ts +102 -3
  236. package/lib/sdk/main.d.ts +50 -14
  237. package/lib/sdk/payload.types.d.ts +30 -0
  238. package/lib/stores/sectionSmartFolderStore.d.ts +112 -0
  239. package/lib/types/app.d.ts +20 -3
  240. package/lib/types/call.d.ts +1 -0
  241. package/lib/types/canvases.d.ts +1 -0
  242. package/lib/types/core/MetadataFilter.d.ts +2 -0
  243. package/lib/types/files.d.ts +2 -0
  244. package/lib/types/i18n.types.d.ts +1 -1
  245. package/lib/types/instanceSettings.types.d.ts +26 -4
  246. package/lib/types/launchDarkly.types.d.ts +2 -4
  247. package/lib/types/organizationMetadata.types.d.ts +3 -2
  248. package/lib/types/organizationSettings.types.d.ts +47 -2
  249. package/lib/types/sfdc.d.ts +1 -0
  250. package/lib/util/date.d.ts +1 -0
  251. package/lib/util/network.d.ts +8 -0
  252. package/lib/util/soql.util.d.ts +2 -0
  253. package/lib/util/storage.util.d.ts +2 -0
  254. package/lib/util/string.d.ts +1 -1
  255. package/lib/util/toCssClassKey.d.ts +1 -0
  256. package/lib/utils/defaultThumbnail.util.d.ts +3 -0
  257. package/lib/utils/iframeInitialize.d.ts +12 -0
  258. package/package.json +1 -1
  259. package/types/openapi/models/Canvas.d.ts +1 -1
  260. package/types/openapi/models/CanvasCreate.d.ts +2 -2
  261. package/types/openapi/models/CanvasCreateRequest.d.ts +2 -2
  262. package/types/openapi/models/CanvasRecommendedFile.d.ts +0 -2
  263. package/types/openapi/models/CanvasRetrieve.d.ts +2 -2
  264. package/types/openapi/models/CanvasSection.d.ts +1 -0
  265. package/types/openapi/models/CanvasUpdate.d.ts +2 -2
  266. package/types/openapi/models/CanvasUpdateRequest.d.ts +2 -2
  267. package/types/openapi/models/ContentDistributionGroup.d.ts +1 -0
  268. package/types/openapi/models/ContentDistributionGroupCreate.d.ts +1 -0
  269. package/types/openapi/models/DeletedCanvas.d.ts +1 -1
  270. package/types/openapi/models/DeletedContentDistributionGroup.d.ts +1 -0
  271. package/types/openapi/models/DeletedFile.d.ts +0 -2
  272. package/types/openapi/models/DeletedFolder.d.ts +3 -0
  273. package/types/openapi/models/FavoriteFolder.d.ts +3 -0
  274. package/types/openapi/models/FavoriteFolderRequest.d.ts +3 -0
  275. package/types/openapi/models/File.d.ts +0 -2
  276. package/types/openapi/models/FileCreate.d.ts +0 -2
  277. package/types/openapi/models/FileCreateRequest.d.ts +0 -1
  278. package/types/openapi/models/FileRetrieve.d.ts +0 -2
  279. package/types/openapi/models/FileUpdate.d.ts +0 -2
  280. package/types/openapi/models/FileUpdateRequest.d.ts +0 -1
  281. package/types/openapi/models/Folder.d.ts +3 -0
  282. package/types/openapi/models/FolderCreate.d.ts +2 -1
  283. package/types/openapi/models/FolderFolder.d.ts +5 -0
  284. package/types/openapi/models/FolderRetrieve.d.ts +5 -1
  285. package/types/openapi/models/FolderUpdate.d.ts +2 -1
  286. package/types/openapi/models/InstanceMembership.d.ts +4 -0
  287. package/types/openapi/models/InstanceMembershipCreate.d.ts +4 -0
  288. package/types/openapi/models/InstanceMembershipCreateRequest.d.ts +4 -0
  289. package/types/openapi/models/InstanceMembershipRequest.d.ts +4 -0
  290. package/types/openapi/models/InstanceMembershipUser.d.ts +0 -2
  291. package/types/openapi/models/InstanceRequest.d.ts +1 -1
  292. package/types/openapi/models/InstanceUpdateRequest.d.ts +1 -1
  293. package/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +2 -2
  294. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +0 -1
  295. package/types/openapi/models/PatchedInstanceMembershipRequest.d.ts +4 -0
  296. package/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +1 -1
  297. package/types/openapi/models/SharedLinkCanvas.d.ts +1 -1
  298. package/types/openapi/models/SharedLinkCanvasRequest.d.ts +1 -1
  299. package/types/openapi/models/User.d.ts +1 -0
  300. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +0 -111
  301. package/lib/components/CFileViewer/pdf/CFileViewer.pageThumbFavorite.pdf.use.d.ts +0 -10
  302. package/lib/components/CImage/CBrokenImage.vue.d.ts +0 -10
  303. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +0 -59
  304. package/lib/directives/usage-track.directive.d.ts +0 -10
  305. package/lib/util/usage-tracking.util.d.ts +0 -5
@@ -1,11 +1,13 @@
1
1
  import { Ref } from 'vue';
2
- import { CanvasBuilderMode, ComponentTypes, CanvasBuilderProps, ComponentNode, SectionComponentOverrides, SectionListProps, MultimediaProps } from '../types/canvas';
2
+ import { CanvasBuilderMode, ComponentTypes, CanvasBuilderProps, ComponentNode, ContentGridProps, SectionComponentOverrides, SectionListProps, MultimediaProps } from '../types/canvas';
3
3
  import { CanvasRetrieve } from '../../../../types/openapi';
4
4
  import { EmbedLocation } from '../../../types/app';
5
5
  import { LaunchDarklyEnv } from '../../../types/launchDarkly.types';
6
6
  import { CanvasMetadataRetrieve } from '../../../types/canvases';
7
7
  import { BackgroundSize } from '../../../types/background';
8
8
  import { ActionCallback } from '../../collection-player/composables/keyboard-bindings.use.ts';
9
+ import { OrganizationSettings } from '../../../types/organizationSettings.types.ts';
10
+ import { InstanceSettings } from '../../../types/instanceSettings.types.ts';
9
11
  declare function cleanup(): void;
10
12
  export type ComponentNodesById = typeof componentNodesById;
11
13
  declare const componentNodesById: import('vue').ComputedRef<{
@@ -91,6 +93,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
91
93
  } | undefined;
92
94
  readonly name: string;
93
95
  readonly hide_footer?: boolean | undefined;
96
+ readonly data_accessor?: string | undefined;
94
97
  } | {
95
98
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
96
99
  readonly columns: number;
@@ -140,6 +143,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
140
143
  readonly src: string | null;
141
144
  readonly height?: string | undefined;
142
145
  readonly width?: string | undefined;
146
+ readonly full_screen_mode?: boolean | undefined;
143
147
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
144
148
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
145
149
  readonly properties_by_embed_location?: {
@@ -239,13 +243,14 @@ declare const componentNodesById: import('vue').ComputedRef<{
239
243
  })[];
240
244
  readonly size?: "medium" | undefined;
241
245
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
246
+ readonly data_accessor?: string | undefined;
242
247
  } | {
243
248
  readonly sections: readonly {
244
249
  readonly id: string;
245
250
  readonly style?: {
246
251
  readonly [x: string]: any;
247
252
  } | undefined;
248
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
253
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
249
254
  readonly background_video_url?: string | undefined;
250
255
  }[];
251
256
  readonly animation_in?: string | undefined;
@@ -258,6 +263,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
258
263
  readonly src: string | null;
259
264
  readonly height?: string | undefined;
260
265
  readonly width?: string | undefined;
266
+ readonly full_screen_mode?: boolean | undefined;
261
267
  readonly add_session_context?: boolean | undefined;
262
268
  } | {
263
269
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -295,8 +301,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
295
301
  readonly [x: string]: any;
296
302
  } | undefined;
297
303
  readonly tags?: readonly string[] | undefined;
298
- readonly transcript?: string | undefined;
299
- readonly search?: string | null | undefined;
300
304
  readonly published_at?: string | null | undefined;
301
305
  readonly expires_at?: string | null | undefined;
302
306
  readonly instance_id?: string | undefined;
@@ -336,7 +340,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
336
340
  readonly target?: "_self" | "_blank" | undefined;
337
341
  readonly url?: string | undefined;
338
342
  } | {} | {
339
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
343
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
340
344
  readonly background_video_url?: string | undefined;
341
345
  } | {
342
346
  readonly events: readonly {
@@ -365,6 +369,81 @@ declare const componentNodesById: import('vue').ComputedRef<{
365
369
  } | undefined;
366
370
  }[];
367
371
  readonly layout: "vertical" | "horizontal";
372
+ } | {
373
+ readonly filters?: readonly {
374
+ readonly property: string;
375
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
376
+ readonly value: string;
377
+ }[] | undefined;
378
+ readonly layout: "column" | "row";
379
+ readonly page_size?: number | undefined;
380
+ readonly path: string;
381
+ readonly properties: readonly {
382
+ readonly key: string;
383
+ readonly display_name?: string | undefined;
384
+ readonly sort: {
385
+ readonly direction?: "asc" | "desc" | undefined;
386
+ readonly default?: boolean | undefined;
387
+ readonly enabled: boolean;
388
+ };
389
+ readonly group?: boolean | undefined;
390
+ readonly printable?: boolean | undefined;
391
+ readonly format?: {
392
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
393
+ readonly currency?: string | undefined;
394
+ readonly decimals?: number | undefined;
395
+ readonly thousandsSeparator?: boolean | undefined;
396
+ readonly dateFormat?: string | undefined;
397
+ } | undefined;
398
+ }[];
399
+ readonly theme?: {
400
+ readonly background_color?: string | null | undefined;
401
+ readonly group_header_color?: string | null | undefined;
402
+ readonly font_family?: string | undefined;
403
+ } | undefined;
404
+ readonly break_groups_on_new_page?: boolean | undefined;
405
+ readonly enable_row_striping?: boolean | undefined;
406
+ readonly striping_color?: string | null | undefined;
407
+ readonly striping_start_from_first?: boolean | undefined;
408
+ } | {
409
+ readonly hierarchy: readonly {
410
+ readonly type: "group" | "data";
411
+ readonly path: string;
412
+ readonly group_by_key?: string | undefined;
413
+ }[];
414
+ readonly columns: readonly {
415
+ readonly key: string;
416
+ readonly display_name?: string | undefined;
417
+ readonly sort: {
418
+ readonly direction?: "asc" | "desc" | undefined;
419
+ readonly default?: boolean | undefined;
420
+ readonly enabled: boolean;
421
+ };
422
+ readonly group?: boolean | undefined;
423
+ readonly printable?: boolean | undefined;
424
+ readonly format?: {
425
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
426
+ readonly currency?: string | undefined;
427
+ readonly decimals?: number | undefined;
428
+ readonly thousandsSeparator?: boolean | undefined;
429
+ readonly dateFormat?: string | undefined;
430
+ } | undefined;
431
+ }[];
432
+ readonly header_path?: string | undefined;
433
+ readonly footer_path?: string | undefined;
434
+ readonly filters?: readonly {
435
+ readonly property: string;
436
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
437
+ readonly value: string;
438
+ }[] | undefined;
439
+ readonly theme?: {
440
+ readonly background_color?: string | null | undefined;
441
+ readonly group_header_color?: string | null | undefined;
442
+ readonly font_family?: string | undefined;
443
+ } | undefined;
444
+ readonly enable_row_striping?: boolean | undefined;
445
+ readonly striping_color?: string | null | undefined;
446
+ readonly striping_start_from_first?: boolean | undefined;
368
447
  } | undefined;
369
448
  readonly children?: readonly /*elided*/ any[] | undefined;
370
449
  readonly when_used_in_section?: {
@@ -474,6 +553,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
474
553
  } | undefined;
475
554
  readonly name: string;
476
555
  readonly hide_footer?: boolean | undefined;
556
+ readonly data_accessor?: string | undefined;
477
557
  } | {
478
558
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
479
559
  readonly columns: number;
@@ -523,6 +603,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
523
603
  readonly src: string | null;
524
604
  readonly height?: string | undefined;
525
605
  readonly width?: string | undefined;
606
+ readonly full_screen_mode?: boolean | undefined;
526
607
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
527
608
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
528
609
  readonly properties_by_embed_location?: {
@@ -622,13 +703,14 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
622
703
  })[];
623
704
  readonly size?: "medium" | undefined;
624
705
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
706
+ readonly data_accessor?: string | undefined;
625
707
  } | {
626
708
  readonly sections: readonly {
627
709
  readonly id: string;
628
710
  readonly style?: {
629
711
  readonly [x: string]: any;
630
712
  } | undefined;
631
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
713
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
632
714
  readonly background_video_url?: string | undefined;
633
715
  }[];
634
716
  readonly animation_in?: string | undefined;
@@ -641,6 +723,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
641
723
  readonly src: string | null;
642
724
  readonly height?: string | undefined;
643
725
  readonly width?: string | undefined;
726
+ readonly full_screen_mode?: boolean | undefined;
644
727
  readonly add_session_context?: boolean | undefined;
645
728
  } | {
646
729
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -678,8 +761,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
678
761
  readonly [x: string]: any;
679
762
  } | undefined;
680
763
  readonly tags?: readonly string[] | undefined;
681
- readonly transcript?: string | undefined;
682
- readonly search?: string | null | undefined;
683
764
  readonly published_at?: string | null | undefined;
684
765
  readonly expires_at?: string | null | undefined;
685
766
  readonly instance_id?: string | undefined;
@@ -719,7 +800,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
719
800
  readonly target?: "_self" | "_blank" | undefined;
720
801
  readonly url?: string | undefined;
721
802
  } | {} | {
722
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
803
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
723
804
  readonly background_video_url?: string | undefined;
724
805
  } | {
725
806
  readonly events: readonly {
@@ -748,6 +829,81 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
748
829
  } | undefined;
749
830
  }[];
750
831
  readonly layout: "vertical" | "horizontal";
832
+ } | {
833
+ readonly filters?: readonly {
834
+ readonly property: string;
835
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
836
+ readonly value: string;
837
+ }[] | undefined;
838
+ readonly layout: "column" | "row";
839
+ readonly page_size?: number | undefined;
840
+ readonly path: string;
841
+ readonly properties: readonly {
842
+ readonly key: string;
843
+ readonly display_name?: string | undefined;
844
+ readonly sort: {
845
+ readonly direction?: "asc" | "desc" | undefined;
846
+ readonly default?: boolean | undefined;
847
+ readonly enabled: boolean;
848
+ };
849
+ readonly group?: boolean | undefined;
850
+ readonly printable?: boolean | undefined;
851
+ readonly format?: {
852
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
853
+ readonly currency?: string | undefined;
854
+ readonly decimals?: number | undefined;
855
+ readonly thousandsSeparator?: boolean | undefined;
856
+ readonly dateFormat?: string | undefined;
857
+ } | undefined;
858
+ }[];
859
+ readonly theme?: {
860
+ readonly background_color?: string | null | undefined;
861
+ readonly group_header_color?: string | null | undefined;
862
+ readonly font_family?: string | undefined;
863
+ } | undefined;
864
+ readonly break_groups_on_new_page?: boolean | undefined;
865
+ readonly enable_row_striping?: boolean | undefined;
866
+ readonly striping_color?: string | null | undefined;
867
+ readonly striping_start_from_first?: boolean | undefined;
868
+ } | {
869
+ readonly hierarchy: readonly {
870
+ readonly type: "group" | "data";
871
+ readonly path: string;
872
+ readonly group_by_key?: string | undefined;
873
+ }[];
874
+ readonly columns: readonly {
875
+ readonly key: string;
876
+ readonly display_name?: string | undefined;
877
+ readonly sort: {
878
+ readonly direction?: "asc" | "desc" | undefined;
879
+ readonly default?: boolean | undefined;
880
+ readonly enabled: boolean;
881
+ };
882
+ readonly group?: boolean | undefined;
883
+ readonly printable?: boolean | undefined;
884
+ readonly format?: {
885
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
886
+ readonly currency?: string | undefined;
887
+ readonly decimals?: number | undefined;
888
+ readonly thousandsSeparator?: boolean | undefined;
889
+ readonly dateFormat?: string | undefined;
890
+ } | undefined;
891
+ }[];
892
+ readonly header_path?: string | undefined;
893
+ readonly footer_path?: string | undefined;
894
+ readonly filters?: readonly {
895
+ readonly property: string;
896
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
897
+ readonly value: string;
898
+ }[] | undefined;
899
+ readonly theme?: {
900
+ readonly background_color?: string | null | undefined;
901
+ readonly group_header_color?: string | null | undefined;
902
+ readonly font_family?: string | undefined;
903
+ } | undefined;
904
+ readonly enable_row_striping?: boolean | undefined;
905
+ readonly striping_color?: string | null | undefined;
906
+ readonly striping_start_from_first?: boolean | undefined;
751
907
  } | undefined;
752
908
  readonly children?: readonly /*elided*/ any[] | undefined;
753
909
  readonly when_used_in_section?: {
@@ -773,23 +929,30 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
773
929
  };
774
930
  };
775
931
  }>;
776
- declare function exitFullscreen(): void;
777
- declare function enterFullscreen(): void;
932
+ declare const onSave: Ref<CanvasBuilderProps['onSave'] | ((...data: any[]) => Promise<void>)>;
933
+ declare function exitFullscreen(options?: {
934
+ skipJsApiEvent?: boolean;
935
+ }): void;
936
+ declare function enterFullscreen(options?: {
937
+ skipJsApiEvent?: boolean;
938
+ }): void;
778
939
  declare function saveCanvasContent({ showToast }?: {
779
940
  showToast: boolean;
780
941
  }): Promise<void>;
942
+ declare function save(canvasId: Parameters<NonNullable<typeof onSave.value>>[0], canvas: Parameters<NonNullable<typeof onSave.value>>[1], showToast?: Parameters<NonNullable<typeof onSave.value>>[2]): Promise<void | CanvasRetrieve>;
781
943
  declare function saveCanvasContext(context: any, { showToast }?: {
782
944
  showToast?: boolean;
783
945
  }): Promise<undefined>;
784
946
  declare function saveCanvasContentWithContext(context: any, { showToast }?: {
785
947
  showToast?: boolean;
786
- }): Promise<undefined>;
948
+ }, extraMetadata?: Record<string, any>): Promise<undefined>;
949
+ declare function getMaxWidth(pitcherSettings: OrganizationSettings & InstanceSettings, enableScaleContent?: boolean, enableCanvasPdfDimensions?: boolean): string | undefined;
787
950
  export default function useCanvas(): {
788
951
  activeCanvas: Ref<{
789
952
  readonly id: string;
790
953
  name: string;
791
954
  content?: Record<string, any> | undefined;
792
- context?: Record<string, any> | undefined;
955
+ context?: any;
793
956
  indicators?: (Record<string, any> | null) | undefined;
794
957
  theme?: (Record<string, any> | null) | undefined;
795
958
  is_draft?: boolean | undefined;
@@ -798,7 +961,7 @@ export default function useCanvas(): {
798
961
  is_block?: boolean | undefined;
799
962
  is_editable?: boolean | undefined;
800
963
  is_default?: boolean | undefined;
801
- metadata?: Record<string, any> | undefined;
964
+ metadata?: any;
802
965
  tags?: Array<string> | undefined;
803
966
  start_at?: string | null | undefined;
804
967
  expires_at?: string | null | undefined;
@@ -815,6 +978,7 @@ export default function useCanvas(): {
815
978
  content: Record<string, any>;
816
979
  theme?: (Record<string, any> | null) | undefined;
817
980
  metadata?: Record<string, any> | undefined;
981
+ is_draft: boolean;
818
982
  }[];
819
983
  readonly shared_link: {
820
984
  readonly url: string;
@@ -851,7 +1015,7 @@ export default function useCanvas(): {
851
1015
  readonly id: string;
852
1016
  name: string;
853
1017
  content?: Record<string, any> | undefined;
854
- context?: Record<string, any> | undefined;
1018
+ context?: any;
855
1019
  indicators?: (Record<string, any> | null) | undefined;
856
1020
  theme?: (Record<string, any> | null) | undefined;
857
1021
  is_draft?: boolean | undefined;
@@ -860,7 +1024,7 @@ export default function useCanvas(): {
860
1024
  is_block?: boolean | undefined;
861
1025
  is_editable?: boolean | undefined;
862
1026
  is_default?: boolean | undefined;
863
- metadata?: Record<string, any> | undefined;
1027
+ metadata?: any;
864
1028
  tags?: Array<string> | undefined;
865
1029
  start_at?: string | null | undefined;
866
1030
  expires_at?: string | null | undefined;
@@ -877,6 +1041,7 @@ export default function useCanvas(): {
877
1041
  content: Record<string, any>;
878
1042
  theme?: (Record<string, any> | null) | undefined;
879
1043
  metadata?: Record<string, any> | undefined;
1044
+ is_draft: boolean;
880
1045
  }[];
881
1046
  readonly shared_link: {
882
1047
  readonly url: string;
@@ -916,6 +1081,7 @@ export default function useCanvas(): {
916
1081
  content: Record<string, any>;
917
1082
  theme?: (Record<string, any> | null) | undefined;
918
1083
  metadata?: Record<string, any> | undefined;
1084
+ is_draft: boolean;
919
1085
  }>>;
920
1086
  activeEditNode: import('vue').ComputedRef<{
921
1087
  readonly id: string;
@@ -999,6 +1165,7 @@ export default function useCanvas(): {
999
1165
  } | undefined;
1000
1166
  readonly name: string;
1001
1167
  readonly hide_footer?: boolean | undefined;
1168
+ readonly data_accessor?: string | undefined;
1002
1169
  } | {
1003
1170
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
1004
1171
  readonly columns: number;
@@ -1048,6 +1215,7 @@ export default function useCanvas(): {
1048
1215
  readonly src: string | null;
1049
1216
  readonly height?: string | undefined;
1050
1217
  readonly width?: string | undefined;
1218
+ readonly full_screen_mode?: boolean | undefined;
1051
1219
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
1052
1220
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
1053
1221
  readonly properties_by_embed_location?: {
@@ -1147,13 +1315,14 @@ export default function useCanvas(): {
1147
1315
  })[];
1148
1316
  readonly size?: "medium" | undefined;
1149
1317
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
1318
+ readonly data_accessor?: string | undefined;
1150
1319
  } | {
1151
1320
  readonly sections: readonly {
1152
1321
  readonly id: string;
1153
1322
  readonly style?: {
1154
1323
  readonly [x: string]: any;
1155
1324
  } | undefined;
1156
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1325
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1157
1326
  readonly background_video_url?: string | undefined;
1158
1327
  }[];
1159
1328
  readonly animation_in?: string | undefined;
@@ -1166,6 +1335,7 @@ export default function useCanvas(): {
1166
1335
  readonly src: string | null;
1167
1336
  readonly height?: string | undefined;
1168
1337
  readonly width?: string | undefined;
1338
+ readonly full_screen_mode?: boolean | undefined;
1169
1339
  readonly add_session_context?: boolean | undefined;
1170
1340
  } | {
1171
1341
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -1203,8 +1373,6 @@ export default function useCanvas(): {
1203
1373
  readonly [x: string]: any;
1204
1374
  } | undefined;
1205
1375
  readonly tags?: readonly string[] | undefined;
1206
- readonly transcript?: string | undefined;
1207
- readonly search?: string | null | undefined;
1208
1376
  readonly published_at?: string | null | undefined;
1209
1377
  readonly expires_at?: string | null | undefined;
1210
1378
  readonly instance_id?: string | undefined;
@@ -1244,7 +1412,7 @@ export default function useCanvas(): {
1244
1412
  readonly target?: "_self" | "_blank" | undefined;
1245
1413
  readonly url?: string | undefined;
1246
1414
  } | {} | {
1247
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1415
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1248
1416
  readonly background_video_url?: string | undefined;
1249
1417
  } | {
1250
1418
  readonly events: readonly {
@@ -1273,6 +1441,81 @@ export default function useCanvas(): {
1273
1441
  } | undefined;
1274
1442
  }[];
1275
1443
  readonly layout: "vertical" | "horizontal";
1444
+ } | {
1445
+ readonly filters?: readonly {
1446
+ readonly property: string;
1447
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
1448
+ readonly value: string;
1449
+ }[] | undefined;
1450
+ readonly layout: "column" | "row";
1451
+ readonly page_size?: number | undefined;
1452
+ readonly path: string;
1453
+ readonly properties: readonly {
1454
+ readonly key: string;
1455
+ readonly display_name?: string | undefined;
1456
+ readonly sort: {
1457
+ readonly direction?: "asc" | "desc" | undefined;
1458
+ readonly default?: boolean | undefined;
1459
+ readonly enabled: boolean;
1460
+ };
1461
+ readonly group?: boolean | undefined;
1462
+ readonly printable?: boolean | undefined;
1463
+ readonly format?: {
1464
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
1465
+ readonly currency?: string | undefined;
1466
+ readonly decimals?: number | undefined;
1467
+ readonly thousandsSeparator?: boolean | undefined;
1468
+ readonly dateFormat?: string | undefined;
1469
+ } | undefined;
1470
+ }[];
1471
+ readonly theme?: {
1472
+ readonly background_color?: string | null | undefined;
1473
+ readonly group_header_color?: string | null | undefined;
1474
+ readonly font_family?: string | undefined;
1475
+ } | undefined;
1476
+ readonly break_groups_on_new_page?: boolean | undefined;
1477
+ readonly enable_row_striping?: boolean | undefined;
1478
+ readonly striping_color?: string | null | undefined;
1479
+ readonly striping_start_from_first?: boolean | undefined;
1480
+ } | {
1481
+ readonly hierarchy: readonly {
1482
+ readonly type: "group" | "data";
1483
+ readonly path: string;
1484
+ readonly group_by_key?: string | undefined;
1485
+ }[];
1486
+ readonly columns: readonly {
1487
+ readonly key: string;
1488
+ readonly display_name?: string | undefined;
1489
+ readonly sort: {
1490
+ readonly direction?: "asc" | "desc" | undefined;
1491
+ readonly default?: boolean | undefined;
1492
+ readonly enabled: boolean;
1493
+ };
1494
+ readonly group?: boolean | undefined;
1495
+ readonly printable?: boolean | undefined;
1496
+ readonly format?: {
1497
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
1498
+ readonly currency?: string | undefined;
1499
+ readonly decimals?: number | undefined;
1500
+ readonly thousandsSeparator?: boolean | undefined;
1501
+ readonly dateFormat?: string | undefined;
1502
+ } | undefined;
1503
+ }[];
1504
+ readonly header_path?: string | undefined;
1505
+ readonly footer_path?: string | undefined;
1506
+ readonly filters?: readonly {
1507
+ readonly property: string;
1508
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
1509
+ readonly value: string;
1510
+ }[] | undefined;
1511
+ readonly theme?: {
1512
+ readonly background_color?: string | null | undefined;
1513
+ readonly group_header_color?: string | null | undefined;
1514
+ readonly font_family?: string | undefined;
1515
+ } | undefined;
1516
+ readonly enable_row_striping?: boolean | undefined;
1517
+ readonly striping_color?: string | null | undefined;
1518
+ readonly striping_start_from_first?: boolean | undefined;
1276
1519
  } | undefined;
1277
1520
  readonly children?: readonly /*elided*/ any[] | undefined;
1278
1521
  readonly when_used_in_section?: {
@@ -1300,14 +1543,17 @@ export default function useCanvas(): {
1300
1543
  id: string;
1301
1544
  sectionId?: string | undefined;
1302
1545
  previewMode?: boolean | undefined;
1546
+ index?: number | undefined;
1303
1547
  }[], {
1304
1548
  id: string;
1305
1549
  sectionId?: string;
1306
1550
  previewMode?: boolean;
1551
+ index?: number;
1307
1552
  }[] | {
1308
1553
  id: string;
1309
1554
  sectionId?: string | undefined;
1310
1555
  previewMode?: boolean | undefined;
1556
+ index?: number | undefined;
1311
1557
  }[]>;
1312
1558
  activeSettingsNode: import('vue').ComputedRef<{
1313
1559
  readonly id: string;
@@ -1391,6 +1637,7 @@ export default function useCanvas(): {
1391
1637
  } | undefined;
1392
1638
  readonly name: string;
1393
1639
  readonly hide_footer?: boolean | undefined;
1640
+ readonly data_accessor?: string | undefined;
1394
1641
  } | {
1395
1642
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
1396
1643
  readonly columns: number;
@@ -1440,6 +1687,7 @@ export default function useCanvas(): {
1440
1687
  readonly src: string | null;
1441
1688
  readonly height?: string | undefined;
1442
1689
  readonly width?: string | undefined;
1690
+ readonly full_screen_mode?: boolean | undefined;
1443
1691
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
1444
1692
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
1445
1693
  readonly properties_by_embed_location?: {
@@ -1539,13 +1787,14 @@ export default function useCanvas(): {
1539
1787
  })[];
1540
1788
  readonly size?: "medium" | undefined;
1541
1789
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
1790
+ readonly data_accessor?: string | undefined;
1542
1791
  } | {
1543
1792
  readonly sections: readonly {
1544
1793
  readonly id: string;
1545
1794
  readonly style?: {
1546
1795
  readonly [x: string]: any;
1547
1796
  } | undefined;
1548
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1797
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1549
1798
  readonly background_video_url?: string | undefined;
1550
1799
  }[];
1551
1800
  readonly animation_in?: string | undefined;
@@ -1558,6 +1807,7 @@ export default function useCanvas(): {
1558
1807
  readonly src: string | null;
1559
1808
  readonly height?: string | undefined;
1560
1809
  readonly width?: string | undefined;
1810
+ readonly full_screen_mode?: boolean | undefined;
1561
1811
  readonly add_session_context?: boolean | undefined;
1562
1812
  } | {
1563
1813
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -1595,8 +1845,6 @@ export default function useCanvas(): {
1595
1845
  readonly [x: string]: any;
1596
1846
  } | undefined;
1597
1847
  readonly tags?: readonly string[] | undefined;
1598
- readonly transcript?: string | undefined;
1599
- readonly search?: string | null | undefined;
1600
1848
  readonly published_at?: string | null | undefined;
1601
1849
  readonly expires_at?: string | null | undefined;
1602
1850
  readonly instance_id?: string | undefined;
@@ -1636,7 +1884,7 @@ export default function useCanvas(): {
1636
1884
  readonly target?: "_self" | "_blank" | undefined;
1637
1885
  readonly url?: string | undefined;
1638
1886
  } | {} | {
1639
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1887
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1640
1888
  readonly background_video_url?: string | undefined;
1641
1889
  } | {
1642
1890
  readonly events: readonly {
@@ -1665,6 +1913,81 @@ export default function useCanvas(): {
1665
1913
  } | undefined;
1666
1914
  }[];
1667
1915
  readonly layout: "vertical" | "horizontal";
1916
+ } | {
1917
+ readonly filters?: readonly {
1918
+ readonly property: string;
1919
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
1920
+ readonly value: string;
1921
+ }[] | undefined;
1922
+ readonly layout: "column" | "row";
1923
+ readonly page_size?: number | undefined;
1924
+ readonly path: string;
1925
+ readonly properties: readonly {
1926
+ readonly key: string;
1927
+ readonly display_name?: string | undefined;
1928
+ readonly sort: {
1929
+ readonly direction?: "asc" | "desc" | undefined;
1930
+ readonly default?: boolean | undefined;
1931
+ readonly enabled: boolean;
1932
+ };
1933
+ readonly group?: boolean | undefined;
1934
+ readonly printable?: boolean | undefined;
1935
+ readonly format?: {
1936
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
1937
+ readonly currency?: string | undefined;
1938
+ readonly decimals?: number | undefined;
1939
+ readonly thousandsSeparator?: boolean | undefined;
1940
+ readonly dateFormat?: string | undefined;
1941
+ } | undefined;
1942
+ }[];
1943
+ readonly theme?: {
1944
+ readonly background_color?: string | null | undefined;
1945
+ readonly group_header_color?: string | null | undefined;
1946
+ readonly font_family?: string | undefined;
1947
+ } | undefined;
1948
+ readonly break_groups_on_new_page?: boolean | undefined;
1949
+ readonly enable_row_striping?: boolean | undefined;
1950
+ readonly striping_color?: string | null | undefined;
1951
+ readonly striping_start_from_first?: boolean | undefined;
1952
+ } | {
1953
+ readonly hierarchy: readonly {
1954
+ readonly type: "group" | "data";
1955
+ readonly path: string;
1956
+ readonly group_by_key?: string | undefined;
1957
+ }[];
1958
+ readonly columns: readonly {
1959
+ readonly key: string;
1960
+ readonly display_name?: string | undefined;
1961
+ readonly sort: {
1962
+ readonly direction?: "asc" | "desc" | undefined;
1963
+ readonly default?: boolean | undefined;
1964
+ readonly enabled: boolean;
1965
+ };
1966
+ readonly group?: boolean | undefined;
1967
+ readonly printable?: boolean | undefined;
1968
+ readonly format?: {
1969
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
1970
+ readonly currency?: string | undefined;
1971
+ readonly decimals?: number | undefined;
1972
+ readonly thousandsSeparator?: boolean | undefined;
1973
+ readonly dateFormat?: string | undefined;
1974
+ } | undefined;
1975
+ }[];
1976
+ readonly header_path?: string | undefined;
1977
+ readonly footer_path?: string | undefined;
1978
+ readonly filters?: readonly {
1979
+ readonly property: string;
1980
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
1981
+ readonly value: string;
1982
+ }[] | undefined;
1983
+ readonly theme?: {
1984
+ readonly background_color?: string | null | undefined;
1985
+ readonly group_header_color?: string | null | undefined;
1986
+ readonly font_family?: string | undefined;
1987
+ } | undefined;
1988
+ readonly enable_row_striping?: boolean | undefined;
1989
+ readonly striping_color?: string | null | undefined;
1990
+ readonly striping_start_from_first?: boolean | undefined;
1668
1991
  } | undefined;
1669
1992
  readonly children?: readonly /*elided*/ any[] | undefined;
1670
1993
  readonly when_used_in_section?: {
@@ -1776,6 +2099,7 @@ export default function useCanvas(): {
1776
2099
  filters?: Record<string, any> | undefined;
1777
2100
  name: string;
1778
2101
  hide_footer?: boolean | undefined;
2102
+ data_accessor?: string | undefined;
1779
2103
  } | {
1780
2104
  layout_type: import('../types/canvas').GridLayoutTypes;
1781
2105
  columns: number;
@@ -1821,6 +2145,7 @@ export default function useCanvas(): {
1821
2145
  src: string | null;
1822
2146
  height?: string | undefined;
1823
2147
  width?: string | undefined;
2148
+ full_screen_mode?: boolean | undefined;
1824
2149
  embed_locations?: EmbedLocation[] | undefined;
1825
2150
  headless_locations?: EmbedLocation[] | undefined;
1826
2151
  properties_by_embed_location?: {
@@ -1914,11 +2239,12 @@ export default function useCanvas(): {
1914
2239
  })[];
1915
2240
  size?: "medium" | undefined;
1916
2241
  layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
2242
+ data_accessor?: string | undefined;
1917
2243
  } | {
1918
2244
  sections: {
1919
2245
  id: string;
1920
2246
  style?: Record<string, any> | undefined;
1921
- aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2247
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1922
2248
  background_video_url?: string | undefined;
1923
2249
  }[];
1924
2250
  animation_in?: string | undefined;
@@ -1931,6 +2257,7 @@ export default function useCanvas(): {
1931
2257
  src: string | null;
1932
2258
  height?: string | undefined;
1933
2259
  width?: string | undefined;
2260
+ full_screen_mode?: boolean | undefined;
1934
2261
  add_session_context?: boolean | undefined;
1935
2262
  } | {
1936
2263
  alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -1964,8 +2291,6 @@ export default function useCanvas(): {
1964
2291
  metadata?: Record<string, any> | undefined;
1965
2292
  app_metadata?: Record<string, any> | undefined;
1966
2293
  tags?: Array<string> | undefined;
1967
- transcript?: string | undefined;
1968
- readonly search?: string | null | undefined;
1969
2294
  readonly published_at?: string | null | undefined;
1970
2295
  expires_at?: string | null | undefined;
1971
2296
  readonly instance_id?: string | undefined;
@@ -2005,7 +2330,7 @@ export default function useCanvas(): {
2005
2330
  target?: "_self" | "_blank" | undefined;
2006
2331
  url?: string | undefined;
2007
2332
  } | {
2008
- aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2333
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2009
2334
  background_video_url?: string | undefined;
2010
2335
  } | {
2011
2336
  events: {
@@ -2022,6 +2347,81 @@ export default function useCanvas(): {
2022
2347
  card_style?: Record<string, any> | undefined;
2023
2348
  }[];
2024
2349
  layout: "vertical" | "horizontal";
2350
+ } | {
2351
+ filters?: {
2352
+ property: string;
2353
+ operator: import('../../../types/query-builder.types').QueryOperator;
2354
+ value: string;
2355
+ }[] | undefined;
2356
+ layout: "column" | "row";
2357
+ page_size?: number | undefined;
2358
+ path: string;
2359
+ properties: {
2360
+ key: string;
2361
+ display_name?: string | undefined;
2362
+ sort: {
2363
+ direction?: "asc" | "desc" | undefined;
2364
+ default?: boolean | undefined;
2365
+ enabled: boolean;
2366
+ };
2367
+ group?: boolean | undefined;
2368
+ printable?: boolean | undefined;
2369
+ format?: {
2370
+ type?: "currency" | "number" | "percentage" | "date" | undefined;
2371
+ currency?: string | undefined;
2372
+ decimals?: number | undefined;
2373
+ thousandsSeparator?: boolean | undefined;
2374
+ dateFormat?: string | undefined;
2375
+ } | undefined;
2376
+ }[];
2377
+ theme?: {
2378
+ background_color?: string | null | undefined;
2379
+ group_header_color?: string | null | undefined;
2380
+ font_family?: string | undefined;
2381
+ } | undefined;
2382
+ break_groups_on_new_page?: boolean | undefined;
2383
+ enable_row_striping?: boolean | undefined;
2384
+ striping_color?: string | null | undefined;
2385
+ striping_start_from_first?: boolean | undefined;
2386
+ } | {
2387
+ hierarchy: {
2388
+ type: "group" | "data";
2389
+ path: string;
2390
+ group_by_key?: string | undefined;
2391
+ }[];
2392
+ columns: {
2393
+ key: string;
2394
+ display_name?: string | undefined;
2395
+ sort: {
2396
+ direction?: "asc" | "desc" | undefined;
2397
+ default?: boolean | undefined;
2398
+ enabled: boolean;
2399
+ };
2400
+ group?: boolean | undefined;
2401
+ printable?: boolean | undefined;
2402
+ format?: {
2403
+ type?: "currency" | "number" | "percentage" | "date" | undefined;
2404
+ currency?: string | undefined;
2405
+ decimals?: number | undefined;
2406
+ thousandsSeparator?: boolean | undefined;
2407
+ dateFormat?: string | undefined;
2408
+ } | undefined;
2409
+ }[];
2410
+ header_path?: string | undefined;
2411
+ footer_path?: string | undefined;
2412
+ filters?: {
2413
+ property: string;
2414
+ operator: import('../../../types/query-builder.types').QueryOperator;
2415
+ value: string;
2416
+ }[] | undefined;
2417
+ theme?: {
2418
+ background_color?: string | null | undefined;
2419
+ group_header_color?: string | null | undefined;
2420
+ font_family?: string | undefined;
2421
+ } | undefined;
2422
+ enable_row_striping?: boolean | undefined;
2423
+ striping_color?: string | null | undefined;
2424
+ striping_start_from_first?: boolean | undefined;
2025
2425
  } | undefined;
2026
2426
  children?: /*elided*/ any[] | undefined;
2027
2427
  when_used_in_section?: {
@@ -2042,7 +2442,7 @@ export default function useCanvas(): {
2042
2442
  bg_color_palette_index?: number | undefined;
2043
2443
  } | undefined;
2044
2444
  height?: string | undefined;
2045
- }[], ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | SectionListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps>[] | {
2445
+ }[], ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[] | {
2046
2446
  id: string;
2047
2447
  type: ComponentTypes;
2048
2448
  tracking_id: string;
@@ -2114,6 +2514,7 @@ export default function useCanvas(): {
2114
2514
  filters?: Record<string, any> | undefined;
2115
2515
  name: string;
2116
2516
  hide_footer?: boolean | undefined;
2517
+ data_accessor?: string | undefined;
2117
2518
  } | {
2118
2519
  layout_type: import('../types/canvas').GridLayoutTypes;
2119
2520
  columns: number;
@@ -2159,6 +2560,7 @@ export default function useCanvas(): {
2159
2560
  src: string | null;
2160
2561
  height?: string | undefined;
2161
2562
  width?: string | undefined;
2563
+ full_screen_mode?: boolean | undefined;
2162
2564
  embed_locations?: EmbedLocation[] | undefined;
2163
2565
  headless_locations?: EmbedLocation[] | undefined;
2164
2566
  properties_by_embed_location?: {
@@ -2252,11 +2654,12 @@ export default function useCanvas(): {
2252
2654
  })[];
2253
2655
  size?: "medium" | undefined;
2254
2656
  layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
2657
+ data_accessor?: string | undefined;
2255
2658
  } | {
2256
2659
  sections: {
2257
2660
  id: string;
2258
2661
  style?: Record<string, any> | undefined;
2259
- aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2662
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2260
2663
  background_video_url?: string | undefined;
2261
2664
  }[];
2262
2665
  animation_in?: string | undefined;
@@ -2269,6 +2672,7 @@ export default function useCanvas(): {
2269
2672
  src: string | null;
2270
2673
  height?: string | undefined;
2271
2674
  width?: string | undefined;
2675
+ full_screen_mode?: boolean | undefined;
2272
2676
  add_session_context?: boolean | undefined;
2273
2677
  } | {
2274
2678
  alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -2302,8 +2706,6 @@ export default function useCanvas(): {
2302
2706
  metadata?: Record<string, any> | undefined;
2303
2707
  app_metadata?: Record<string, any> | undefined;
2304
2708
  tags?: Array<string> | undefined;
2305
- transcript?: string | undefined;
2306
- readonly search?: string | null | undefined;
2307
2709
  readonly published_at?: string | null | undefined;
2308
2710
  expires_at?: string | null | undefined;
2309
2711
  readonly instance_id?: string | undefined;
@@ -2343,7 +2745,7 @@ export default function useCanvas(): {
2343
2745
  target?: "_self" | "_blank" | undefined;
2344
2746
  url?: string | undefined;
2345
2747
  } | {
2346
- aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2748
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2347
2749
  background_video_url?: string | undefined;
2348
2750
  } | {
2349
2751
  events: {
@@ -2360,6 +2762,81 @@ export default function useCanvas(): {
2360
2762
  card_style?: Record<string, any> | undefined;
2361
2763
  }[];
2362
2764
  layout: "vertical" | "horizontal";
2765
+ } | {
2766
+ filters?: {
2767
+ property: string;
2768
+ operator: import('../../../types/query-builder.types').QueryOperator;
2769
+ value: string;
2770
+ }[] | undefined;
2771
+ layout: "column" | "row";
2772
+ page_size?: number | undefined;
2773
+ path: string;
2774
+ properties: {
2775
+ key: string;
2776
+ display_name?: string | undefined;
2777
+ sort: {
2778
+ direction?: "asc" | "desc" | undefined;
2779
+ default?: boolean | undefined;
2780
+ enabled: boolean;
2781
+ };
2782
+ group?: boolean | undefined;
2783
+ printable?: boolean | undefined;
2784
+ format?: {
2785
+ type?: "currency" | "number" | "percentage" | "date" | undefined;
2786
+ currency?: string | undefined;
2787
+ decimals?: number | undefined;
2788
+ thousandsSeparator?: boolean | undefined;
2789
+ dateFormat?: string | undefined;
2790
+ } | undefined;
2791
+ }[];
2792
+ theme?: {
2793
+ background_color?: string | null | undefined;
2794
+ group_header_color?: string | null | undefined;
2795
+ font_family?: string | undefined;
2796
+ } | undefined;
2797
+ break_groups_on_new_page?: boolean | undefined;
2798
+ enable_row_striping?: boolean | undefined;
2799
+ striping_color?: string | null | undefined;
2800
+ striping_start_from_first?: boolean | undefined;
2801
+ } | {
2802
+ hierarchy: {
2803
+ type: "group" | "data";
2804
+ path: string;
2805
+ group_by_key?: string | undefined;
2806
+ }[];
2807
+ columns: {
2808
+ key: string;
2809
+ display_name?: string | undefined;
2810
+ sort: {
2811
+ direction?: "asc" | "desc" | undefined;
2812
+ default?: boolean | undefined;
2813
+ enabled: boolean;
2814
+ };
2815
+ group?: boolean | undefined;
2816
+ printable?: boolean | undefined;
2817
+ format?: {
2818
+ type?: "currency" | "number" | "percentage" | "date" | undefined;
2819
+ currency?: string | undefined;
2820
+ decimals?: number | undefined;
2821
+ thousandsSeparator?: boolean | undefined;
2822
+ dateFormat?: string | undefined;
2823
+ } | undefined;
2824
+ }[];
2825
+ header_path?: string | undefined;
2826
+ footer_path?: string | undefined;
2827
+ filters?: {
2828
+ property: string;
2829
+ operator: import('../../../types/query-builder.types').QueryOperator;
2830
+ value: string;
2831
+ }[] | undefined;
2832
+ theme?: {
2833
+ background_color?: string | null | undefined;
2834
+ group_header_color?: string | null | undefined;
2835
+ font_family?: string | undefined;
2836
+ } | undefined;
2837
+ enable_row_striping?: boolean | undefined;
2838
+ striping_color?: string | null | undefined;
2839
+ striping_start_from_first?: boolean | undefined;
2363
2840
  } | undefined;
2364
2841
  children?: /*elided*/ any[] | undefined;
2365
2842
  when_used_in_section?: {
@@ -2400,6 +2877,7 @@ export default function useCanvas(): {
2400
2877
  [x: string]: any;
2401
2878
  presentation_component_metadata: Record<string, any>;
2402
2879
  } | null>;
2880
+ fileDataCache: Ref<Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>, Map<string, any> | (Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>)>;
2403
2881
  componentEditMode: Ref<false | {
2404
2882
  type: ComponentTypes;
2405
2883
  id: ComponentNode["id"] | null;
@@ -2499,6 +2977,7 @@ export default function useCanvas(): {
2499
2977
  } | undefined;
2500
2978
  readonly name: string;
2501
2979
  readonly hide_footer?: boolean | undefined;
2980
+ readonly data_accessor?: string | undefined;
2502
2981
  } | {
2503
2982
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
2504
2983
  readonly columns: number;
@@ -2548,6 +3027,7 @@ export default function useCanvas(): {
2548
3027
  readonly src: string | null;
2549
3028
  readonly height?: string | undefined;
2550
3029
  readonly width?: string | undefined;
3030
+ readonly full_screen_mode?: boolean | undefined;
2551
3031
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
2552
3032
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
2553
3033
  readonly properties_by_embed_location?: {
@@ -2647,13 +3127,14 @@ export default function useCanvas(): {
2647
3127
  })[];
2648
3128
  readonly size?: "medium" | undefined;
2649
3129
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
3130
+ readonly data_accessor?: string | undefined;
2650
3131
  } | {
2651
3132
  readonly sections: readonly {
2652
3133
  readonly id: string;
2653
3134
  readonly style?: {
2654
3135
  readonly [x: string]: any;
2655
3136
  } | undefined;
2656
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3137
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2657
3138
  readonly background_video_url?: string | undefined;
2658
3139
  }[];
2659
3140
  readonly animation_in?: string | undefined;
@@ -2666,6 +3147,7 @@ export default function useCanvas(): {
2666
3147
  readonly src: string | null;
2667
3148
  readonly height?: string | undefined;
2668
3149
  readonly width?: string | undefined;
3150
+ readonly full_screen_mode?: boolean | undefined;
2669
3151
  readonly add_session_context?: boolean | undefined;
2670
3152
  } | {
2671
3153
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -2703,8 +3185,6 @@ export default function useCanvas(): {
2703
3185
  readonly [x: string]: any;
2704
3186
  } | undefined;
2705
3187
  readonly tags?: readonly string[] | undefined;
2706
- readonly transcript?: string | undefined;
2707
- readonly search?: string | null | undefined;
2708
3188
  readonly published_at?: string | null | undefined;
2709
3189
  readonly expires_at?: string | null | undefined;
2710
3190
  readonly instance_id?: string | undefined;
@@ -2744,7 +3224,7 @@ export default function useCanvas(): {
2744
3224
  readonly target?: "_self" | "_blank" | undefined;
2745
3225
  readonly url?: string | undefined;
2746
3226
  } | {} | {
2747
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3227
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2748
3228
  readonly background_video_url?: string | undefined;
2749
3229
  } | {
2750
3230
  readonly events: readonly {
@@ -2773,6 +3253,81 @@ export default function useCanvas(): {
2773
3253
  } | undefined;
2774
3254
  }[];
2775
3255
  readonly layout: "vertical" | "horizontal";
3256
+ } | {
3257
+ readonly filters?: readonly {
3258
+ readonly property: string;
3259
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
3260
+ readonly value: string;
3261
+ }[] | undefined;
3262
+ readonly layout: "column" | "row";
3263
+ readonly page_size?: number | undefined;
3264
+ readonly path: string;
3265
+ readonly properties: readonly {
3266
+ readonly key: string;
3267
+ readonly display_name?: string | undefined;
3268
+ readonly sort: {
3269
+ readonly direction?: "asc" | "desc" | undefined;
3270
+ readonly default?: boolean | undefined;
3271
+ readonly enabled: boolean;
3272
+ };
3273
+ readonly group?: boolean | undefined;
3274
+ readonly printable?: boolean | undefined;
3275
+ readonly format?: {
3276
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
3277
+ readonly currency?: string | undefined;
3278
+ readonly decimals?: number | undefined;
3279
+ readonly thousandsSeparator?: boolean | undefined;
3280
+ readonly dateFormat?: string | undefined;
3281
+ } | undefined;
3282
+ }[];
3283
+ readonly theme?: {
3284
+ readonly background_color?: string | null | undefined;
3285
+ readonly group_header_color?: string | null | undefined;
3286
+ readonly font_family?: string | undefined;
3287
+ } | undefined;
3288
+ readonly break_groups_on_new_page?: boolean | undefined;
3289
+ readonly enable_row_striping?: boolean | undefined;
3290
+ readonly striping_color?: string | null | undefined;
3291
+ readonly striping_start_from_first?: boolean | undefined;
3292
+ } | {
3293
+ readonly hierarchy: readonly {
3294
+ readonly type: "group" | "data";
3295
+ readonly path: string;
3296
+ readonly group_by_key?: string | undefined;
3297
+ }[];
3298
+ readonly columns: readonly {
3299
+ readonly key: string;
3300
+ readonly display_name?: string | undefined;
3301
+ readonly sort: {
3302
+ readonly direction?: "asc" | "desc" | undefined;
3303
+ readonly default?: boolean | undefined;
3304
+ readonly enabled: boolean;
3305
+ };
3306
+ readonly group?: boolean | undefined;
3307
+ readonly printable?: boolean | undefined;
3308
+ readonly format?: {
3309
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
3310
+ readonly currency?: string | undefined;
3311
+ readonly decimals?: number | undefined;
3312
+ readonly thousandsSeparator?: boolean | undefined;
3313
+ readonly dateFormat?: string | undefined;
3314
+ } | undefined;
3315
+ }[];
3316
+ readonly header_path?: string | undefined;
3317
+ readonly footer_path?: string | undefined;
3318
+ readonly filters?: readonly {
3319
+ readonly property: string;
3320
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
3321
+ readonly value: string;
3322
+ }[] | undefined;
3323
+ readonly theme?: {
3324
+ readonly background_color?: string | null | undefined;
3325
+ readonly group_header_color?: string | null | undefined;
3326
+ readonly font_family?: string | undefined;
3327
+ } | undefined;
3328
+ readonly enable_row_striping?: boolean | undefined;
3329
+ readonly striping_color?: string | null | undefined;
3330
+ readonly striping_start_from_first?: boolean | undefined;
2776
3331
  } | undefined;
2777
3332
  readonly children?: readonly /*elided*/ any[] | undefined;
2778
3333
  readonly when_used_in_section?: {
@@ -2823,24 +3378,25 @@ export default function useCanvas(): {
2823
3378
  inCall: Ref<boolean | undefined, boolean | undefined>;
2824
3379
  isAdmin: import('vue').ComputedRef<boolean>;
2825
3380
  isCRM: Ref<boolean, boolean>;
2826
- isCanvas: import('vue').ComputedRef<boolean | null>;
2827
- isCanvasTemplate: import('vue').ComputedRef<boolean | null | undefined>;
3381
+ isCanvas: import('vue').ComputedRef<boolean>;
3382
+ isCanvasTemplate: import('vue').ComputedRef<boolean>;
2828
3383
  isDefaultDisplayMode: import('vue').ComputedRef<boolean>;
2829
3384
  isDsr: import('vue').ComputedRef<boolean>;
2830
3385
  isEditMode: Ref<boolean, boolean>;
2831
3386
  isFullscreen: Ref<boolean, boolean>;
2832
3387
  isHomeMode: import('vue').ComputedRef<boolean>;
2833
3388
  isImpact: import('vue').ComputedRef<boolean>;
3389
+ isCanvasPreviewMode: Ref<boolean, boolean>;
2834
3390
  isPrintDisplayMode: import('vue').ComputedRef<boolean>;
2835
3391
  isRedirectEvent: Ref<boolean, boolean>;
2836
3392
  isSameAsSaved: import('vue').ComputedRef<any>;
2837
3393
  isContentSameAsSaved: import('vue').ComputedRef<any>;
2838
3394
  areOverridesSameAsSaved: import('vue').ComputedRef<any>;
2839
3395
  isHomePageSameAsSaved: import('vue').ComputedRef<boolean>;
2840
- isSection: import('vue').ComputedRef<boolean | undefined>;
2841
- isTemplate: import('vue').ComputedRef<boolean | undefined>;
2842
- isBlock: import('vue').ComputedRef<boolean | undefined>;
2843
- isViewOnlyMode: import('vue').ComputedRef<boolean | undefined>;
3396
+ isSection: import('vue').ComputedRef<boolean>;
3397
+ isTemplate: import('vue').ComputedRef<boolean>;
3398
+ isBlock: import('vue').ComputedRef<boolean>;
3399
+ isViewOnlyMode: import('vue').ComputedRef<boolean>;
2844
3400
  justAddedComponentId: Ref<string | null, string | null>;
2845
3401
  listFiles: Ref<((params?: any) => Promise<import('../../../../types/openapi').File[]>) | ((...data: any[]) => void) | undefined, ((params?: any) => Promise<import('../../../../types/openapi').File[]>) | ((...data: any[]) => void) | undefined>;
2846
3402
  listRecommendedFiles: Ref<((params: {
@@ -2866,6 +3422,7 @@ export default function useCanvas(): {
2866
3422
  thumbnailUrl?: string;
2867
3423
  uniqueId: string;
2868
3424
  metadata?: Record<string, any>;
3425
+ sectionIndex?: number;
2869
3426
  }[]>;
2870
3427
  onComponentEnter: Ref<((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((c: ComponentNode | CanvasRetrieve) => void) | undefined, ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((c: ComponentNode | CanvasRetrieve) => void) | undefined>;
2871
3428
  onComponentExit: Ref<((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((c: ComponentNode | CanvasRetrieve) => void) | undefined, ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((c: ComponentNode | CanvasRetrieve) => void) | undefined>;
@@ -2916,13 +3473,10 @@ export default function useCanvas(): {
2916
3473
  groupsCount: number;
2917
3474
  slidesCount: number;
2918
3475
  }) => void) | undefined>;
2919
- onSave: Ref<((canvasId: CanvasRetrieve["id"], canvas: import('../../../../types/openapi').PatchedCanvasUpdateRequest & {
2920
- fields?: string;
2921
- include_expired_files?: boolean;
2922
- }, showToast?: boolean) => Promise<CanvasRetrieve>) | ((...data: any[]) => Promise<void>) | undefined, ((canvasId: CanvasRetrieve["id"], canvas: import('../../../../types/openapi').PatchedCanvasUpdateRequest & {
2923
- fields?: string;
2924
- include_expired_files?: boolean;
2925
- }, showToast?: boolean) => Promise<CanvasRetrieve>) | ((...data: any[]) => Promise<void>) | undefined>;
3476
+ save: typeof save;
3477
+ onSave: (canvasId: Parameters<NonNullable<CanvasBuilderProps["onSave"]>>[0], canvasData: Parameters<NonNullable<CanvasBuilderProps["onSave"]>>[1], showToast?: Parameters<NonNullable<CanvasBuilderProps["onSave"]>>[2]) => Promise<void> | Promise<CanvasRetrieve> | undefined;
3478
+ temporaryContextKeys: import('vue').ComputedRef<string[]>;
3479
+ setTemporaryContextKeys: (source: "onUpdateFromEmbeddable" | "fetchedAccountData", context: CanvasRetrieve["context"]) => void;
2926
3480
  onSfdcAccountSearch: Ref<((searchTerm?: import('vue').MaybeRef<string>) => {
2927
3481
  accountsLoading: Ref<boolean>;
2928
3482
  accounts: Ref<{
@@ -3058,6 +3612,7 @@ export default function useCanvas(): {
3058
3612
  } | undefined;
3059
3613
  readonly name: string;
3060
3614
  readonly hide_footer?: boolean | undefined;
3615
+ readonly data_accessor?: string | undefined;
3061
3616
  } | {
3062
3617
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
3063
3618
  readonly columns: number;
@@ -3107,6 +3662,7 @@ export default function useCanvas(): {
3107
3662
  readonly src: string | null;
3108
3663
  readonly height?: string | undefined;
3109
3664
  readonly width?: string | undefined;
3665
+ readonly full_screen_mode?: boolean | undefined;
3110
3666
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
3111
3667
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
3112
3668
  readonly properties_by_embed_location?: {
@@ -3206,13 +3762,14 @@ export default function useCanvas(): {
3206
3762
  })[];
3207
3763
  readonly size?: "medium" | undefined;
3208
3764
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
3765
+ readonly data_accessor?: string | undefined;
3209
3766
  } | {
3210
3767
  readonly sections: readonly {
3211
3768
  readonly id: string;
3212
3769
  readonly style?: {
3213
3770
  readonly [x: string]: any;
3214
3771
  } | undefined;
3215
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3772
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3216
3773
  readonly background_video_url?: string | undefined;
3217
3774
  }[];
3218
3775
  readonly animation_in?: string | undefined;
@@ -3225,6 +3782,7 @@ export default function useCanvas(): {
3225
3782
  readonly src: string | null;
3226
3783
  readonly height?: string | undefined;
3227
3784
  readonly width?: string | undefined;
3785
+ readonly full_screen_mode?: boolean | undefined;
3228
3786
  readonly add_session_context?: boolean | undefined;
3229
3787
  } | {
3230
3788
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -3262,8 +3820,6 @@ export default function useCanvas(): {
3262
3820
  readonly [x: string]: any;
3263
3821
  } | undefined;
3264
3822
  readonly tags?: readonly string[] | undefined;
3265
- readonly transcript?: string | undefined;
3266
- readonly search?: string | null | undefined;
3267
3823
  readonly published_at?: string | null | undefined;
3268
3824
  readonly expires_at?: string | null | undefined;
3269
3825
  readonly instance_id?: string | undefined;
@@ -3303,7 +3859,7 @@ export default function useCanvas(): {
3303
3859
  readonly target?: "_self" | "_blank" | undefined;
3304
3860
  readonly url?: string | undefined;
3305
3861
  } | {} | {
3306
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3862
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3307
3863
  readonly background_video_url?: string | undefined;
3308
3864
  } | {
3309
3865
  readonly events: readonly {
@@ -3332,6 +3888,81 @@ export default function useCanvas(): {
3332
3888
  } | undefined;
3333
3889
  }[];
3334
3890
  readonly layout: "vertical" | "horizontal";
3891
+ } | {
3892
+ readonly filters?: readonly {
3893
+ readonly property: string;
3894
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
3895
+ readonly value: string;
3896
+ }[] | undefined;
3897
+ readonly layout: "column" | "row";
3898
+ readonly page_size?: number | undefined;
3899
+ readonly path: string;
3900
+ readonly properties: readonly {
3901
+ readonly key: string;
3902
+ readonly display_name?: string | undefined;
3903
+ readonly sort: {
3904
+ readonly direction?: "asc" | "desc" | undefined;
3905
+ readonly default?: boolean | undefined;
3906
+ readonly enabled: boolean;
3907
+ };
3908
+ readonly group?: boolean | undefined;
3909
+ readonly printable?: boolean | undefined;
3910
+ readonly format?: {
3911
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
3912
+ readonly currency?: string | undefined;
3913
+ readonly decimals?: number | undefined;
3914
+ readonly thousandsSeparator?: boolean | undefined;
3915
+ readonly dateFormat?: string | undefined;
3916
+ } | undefined;
3917
+ }[];
3918
+ readonly theme?: {
3919
+ readonly background_color?: string | null | undefined;
3920
+ readonly group_header_color?: string | null | undefined;
3921
+ readonly font_family?: string | undefined;
3922
+ } | undefined;
3923
+ readonly break_groups_on_new_page?: boolean | undefined;
3924
+ readonly enable_row_striping?: boolean | undefined;
3925
+ readonly striping_color?: string | null | undefined;
3926
+ readonly striping_start_from_first?: boolean | undefined;
3927
+ } | {
3928
+ readonly hierarchy: readonly {
3929
+ readonly type: "group" | "data";
3930
+ readonly path: string;
3931
+ readonly group_by_key?: string | undefined;
3932
+ }[];
3933
+ readonly columns: readonly {
3934
+ readonly key: string;
3935
+ readonly display_name?: string | undefined;
3936
+ readonly sort: {
3937
+ readonly direction?: "asc" | "desc" | undefined;
3938
+ readonly default?: boolean | undefined;
3939
+ readonly enabled: boolean;
3940
+ };
3941
+ readonly group?: boolean | undefined;
3942
+ readonly printable?: boolean | undefined;
3943
+ readonly format?: {
3944
+ readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
3945
+ readonly currency?: string | undefined;
3946
+ readonly decimals?: number | undefined;
3947
+ readonly thousandsSeparator?: boolean | undefined;
3948
+ readonly dateFormat?: string | undefined;
3949
+ } | undefined;
3950
+ }[];
3951
+ readonly header_path?: string | undefined;
3952
+ readonly footer_path?: string | undefined;
3953
+ readonly filters?: readonly {
3954
+ readonly property: string;
3955
+ readonly operator: import('../../../types/query-builder.types').QueryOperator;
3956
+ readonly value: string;
3957
+ }[] | undefined;
3958
+ readonly theme?: {
3959
+ readonly background_color?: string | null | undefined;
3960
+ readonly group_header_color?: string | null | undefined;
3961
+ readonly font_family?: string | undefined;
3962
+ } | undefined;
3963
+ readonly enable_row_striping?: boolean | undefined;
3964
+ readonly striping_color?: string | null | undefined;
3965
+ readonly striping_start_from_first?: boolean | undefined;
3335
3966
  } | undefined;
3336
3967
  readonly children?: readonly /*elided*/ any[] | undefined;
3337
3968
  readonly when_used_in_section?: {
@@ -3359,101 +3990,1829 @@ export default function useCanvas(): {
3359
3990
  }>;
3360
3991
  sectionComponentOverrides: Ref<SectionComponentOverrides, SectionComponentOverrides>;
3361
3992
  selectedComponentType: import('vue').ComputedRef<ComponentTypes | null>;
3362
- share: Ref<((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined, ((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined>;
3363
- singletonsInCanvasMap: import('vue').ComputedRef<Record<ComponentTypes, boolean>>;
3364
- startPage: Ref<number | undefined, number | undefined>;
3365
- visibleCollectionPlayerRefs: Ref<Set<Ref<{
3366
- isFullscreen: Ref<boolean>;
3367
- handleKeyAction: ActionCallback;
3368
- element: HTMLElement;
3369
- } | null, {
3370
- isFullscreen: Ref<boolean>;
3371
- handleKeyAction: ActionCallback;
3372
- element: HTMLElement;
3373
- } | null>> & Omit<Set<Ref<{
3374
- isFullscreen: Ref<boolean>;
3375
- handleKeyAction: ActionCallback;
3376
- element: HTMLElement;
3377
- } | null, {
3378
- isFullscreen: Ref<boolean>;
3379
- handleKeyAction: ActionCallback;
3380
- element: HTMLElement;
3381
- } | null>>, keyof Set<any>>, Set<Ref<{
3382
- isFullscreen: Ref<boolean>;
3383
- handleKeyAction: ActionCallback;
3384
- element: HTMLElement;
3385
- } | null, {
3386
- isFullscreen: Ref<boolean>;
3387
- handleKeyAction: ActionCallback;
3388
- element: HTMLElement;
3389
- } | null>> | (Set<Ref<{
3390
- isFullscreen: Ref<boolean>;
3391
- handleKeyAction: ActionCallback;
3392
- element: HTMLElement;
3393
- } | null, {
3394
- isFullscreen: Ref<boolean>;
3395
- handleKeyAction: ActionCallback;
3396
- element: HTMLElement;
3397
- } | null>> & Omit<Set<Ref<{
3398
- isFullscreen: Ref<boolean>;
3399
- handleKeyAction: ActionCallback;
3400
- element: HTMLElement;
3401
- } | null, {
3402
- isFullscreen: Ref<boolean>;
3403
- handleKeyAction: ActionCallback;
3404
- element: HTMLElement;
3405
- } | null>>, keyof Set<any>>)>;
3406
- builderCache: Ref<Record<string, any>, Record<string, any>>;
3407
- initialize: (props: CanvasBuilderProps, launchDarkly: LaunchDarklyEnv) => void;
3408
- activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean) => void;
3409
- deactivateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean) => void;
3410
- addComponentAtParentId: (type: ComponentTypes, parentId?: ComponentNode["id"] | null, afterSiblingId?: ComponentNode["id"] | null, withData?: ComponentNode["data"] | null, withChildren?: ComponentNode["children"], withExtraNodeData?: Partial<ComponentNode>) => void;
3411
- duplicate: (componentId: ComponentNode["id"]) => void;
3412
- enterFullscreen: typeof enterFullscreen;
3413
- exitFullscreen: typeof exitFullscreen;
3414
- overrideSectionComponentData: ({ usedInSectionId, componentId, componentData, afterSiblingId, remove, }: {
3415
- usedInSectionId: CanvasRetrieve["id"];
3416
- componentId: ComponentNode["id"];
3417
- componentData?: ComponentNode["data"];
3418
- afterSiblingId?: ComponentNode["id"];
3419
- remove?: boolean;
3420
- }) => void;
3421
- patchCanvasContentByCondition: (condition: (node: ComponentNode) => boolean, patch: Partial<ComponentNode>) => void;
3422
- patchNodeById: (id: ComponentNode["id"], patch: Partial<ComponentNode>) => void;
3423
- removeComponent: (id: ComponentNode["id"], sectionId?: CanvasRetrieve["id"]) => void;
3424
- removeComponentById: (id: ComponentNode["id"]) => void;
3425
- resetChildrenOfNodeById: (id: ComponentNode["id"]) => void;
3426
- setActiveCanvas: (newCanvas: CanvasRetrieve) => void;
3427
- setAddMode: (type: false | ComponentTypes, parentId?: ComponentNode["id"] | null, afterSiblingId?: ComponentNode["id"] | null) => void;
3428
- setCanvasContent: ({ content, component }: {
3429
- content: ComponentNode[];
3430
- component?: ComponentNode | null;
3431
- }) => void;
3432
- setCanvasMetadata: (metadata: CanvasMetadataRetrieve["config"] | null) => void;
3433
- setComponentEditMode: (type: false | ComponentTypes, id?: ComponentNode["id"] | null, usedInSectionId?: CanvasRetrieve["id"]) => void;
3434
- setComponentSelectedMode: (id?: ComponentNode["id"], navigatorItemIndex?: number) => void;
3435
- setComponentSettingsMode: (id?: ComponentNode["id"] | false) => void;
3436
- setInCall: (value?: boolean | undefined) => void;
3437
- setIsEditMode: (value: boolean) => void;
3438
- updateActiveCanvasProperties: (newProperties: Partial<CanvasRetrieve>) => void;
3439
- updateHomePageSettings: (homePage: {
3440
- component_id: string;
3441
- section_id?: string | null;
3442
- } | null) => void;
3443
- updateNodeData: (data: ComponentNode["data"], id: ComponentNode["id"], sectionId?: CanvasRetrieve["id"]) => void;
3444
- updateNodeDataById: (id: ComponentNode["id"], newData: ComponentNode["data"]) => void;
3445
- deepMergeNodeById: (id: ComponentNode["id"], patch: Partial<ComponentNode>) => void;
3446
- cleanup: typeof cleanup;
3447
- saveCanvasContent: typeof saveCanvasContent;
3448
- saveCanvasContext: typeof saveCanvasContext;
3449
- saveCanvasContentWithContext: typeof saveCanvasContentWithContext;
3450
- navigateToHome: () => Promise<boolean>;
3451
- processCanvasNodesForDisplay: (nodes: ComponentNode[]) => ComponentNode[];
3452
- updateMultimediaNodeWithThemeAsset: (nodeId: string, multimediaProps: MultimediaProps, directNodeUpdate?: {
3453
- node: ComponentNode;
3454
- section: CanvasRetrieve["sections"][number];
3455
- }) => boolean;
3456
- findNodeInSection: (sectionId: string, nodeId: string) => ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | SectionListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps> | null;
3457
- updateNodeInSection: (sectionId: string, nodeId: string, newData: ComponentNode["data"]) => boolean;
3993
+ selectedComponentParentType: import('vue').ComputedRef<ComponentTypes | undefined>;
3994
+ activeEditNodeParentType: import('vue').ComputedRef<ComponentTypes | undefined>;
3995
+ selectedComponentParent: import('vue').ComputedRef<{
3996
+ id: string;
3997
+ type: ComponentTypes;
3998
+ tracking_id: string;
3999
+ visible?: {
4000
+ edit_mode: boolean;
4001
+ presentation_mode: boolean;
4002
+ pdf: boolean;
4003
+ web: boolean;
4004
+ } | undefined;
4005
+ linkable?: {
4006
+ linkable_in_templates: boolean;
4007
+ } | undefined;
4008
+ print?: {
4009
+ scale_to_fit_page?: boolean | undefined;
4010
+ } | undefined;
4011
+ allow_admins_to_overwrite?: boolean | undefined;
4012
+ autofill?: "off" | "ai" | "matching_metadata" | "matching_tags" | "matching_metadata_or_tags" | undefined;
4013
+ autofill_content_types?: import('../../../../types/openapi').FileContentTypeEnum[] | null | undefined;
4014
+ data?: import('../types/canvas').PageBreakProps | {
4015
+ groups: {
4016
+ id: string;
4017
+ name: string;
4018
+ slides: ({
4019
+ id: string;
4020
+ type: "slide";
4021
+ file: {
4022
+ metadata?: Record<string, any> | undefined;
4023
+ readonly id: string;
4024
+ name?: string | undefined;
4025
+ readonly type: import('../../../../types/openapi').FileTypeEnum;
4026
+ tags?: Array<string> | undefined;
4027
+ readonly thumbnail_url: string | null;
4028
+ permissions?: {
4029
+ can_download?: boolean | undefined;
4030
+ can_share?: boolean | undefined;
4031
+ } | undefined;
4032
+ readonly content_url: string | null;
4033
+ readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
4034
+ readonly pspdfkit_auth_payload: Record<string, any> | null;
4035
+ readonly pspdfkit_document_id: string | null;
4036
+ readonly pspdfkit_server_url: string | null;
4037
+ };
4038
+ slide: {
4039
+ index: number;
4040
+ url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
4041
+ };
4042
+ } | {
4043
+ id: string;
4044
+ type: "file";
4045
+ file: {
4046
+ metadata?: Record<string, any> | undefined;
4047
+ readonly id: string;
4048
+ name?: string | undefined;
4049
+ readonly type: import('../../../../types/openapi').FileTypeEnum;
4050
+ tags?: Array<string> | undefined;
4051
+ readonly thumbnail_url: string | null;
4052
+ permissions?: {
4053
+ can_download?: boolean | undefined;
4054
+ can_share?: boolean | undefined;
4055
+ } | undefined;
4056
+ readonly content_url: string | null;
4057
+ readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
4058
+ readonly pspdfkit_auth_payload: Record<string, any> | null;
4059
+ readonly pspdfkit_document_id: string | null;
4060
+ readonly pspdfkit_server_url: string | null;
4061
+ };
4062
+ })[];
4063
+ }[];
4064
+ filters?: Record<string, any> | undefined;
4065
+ name: string;
4066
+ hide_footer?: boolean | undefined;
4067
+ data_accessor?: string | undefined;
4068
+ } | {
4069
+ layout_type: import('../types/canvas').GridLayoutTypes;
4070
+ columns: number;
4071
+ } | {
4072
+ span: number;
4073
+ tooltips?: {
4074
+ content?: string | undefined;
4075
+ content_style?: Record<string, any> | undefined;
4076
+ trigger?: string | undefined;
4077
+ trigger_style?: Record<string, any> | undefined;
4078
+ }[] | undefined;
4079
+ } | {
4080
+ content?: string | undefined;
4081
+ } | {
4082
+ images?: {
4083
+ url: string;
4084
+ is_uploaded_asset?: boolean | undefined;
4085
+ }[] | undefined;
4086
+ placeholder_height?: string | undefined;
4087
+ include_all_images_in_pdf?: boolean | undefined;
4088
+ } | {
4089
+ asset_type: "external";
4090
+ external_url: string;
4091
+ type: "image" | "video";
4092
+ horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
4093
+ from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
4094
+ poster_url?: string | undefined;
4095
+ poster_background_size?: BackgroundSize | undefined;
4096
+ } | {
4097
+ asset_type: "pitcher_asset";
4098
+ file: {
4099
+ id: import('../../../../types/openapi').File["id"];
4100
+ name: import('../../../../types/openapi').File["name"];
4101
+ content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
4102
+ };
4103
+ type: "image" | "video";
4104
+ horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
4105
+ poster_url?: string | undefined;
4106
+ poster_background_size?: BackgroundSize | undefined;
4107
+ } | {
4108
+ type: "app";
4109
+ app_name: string;
4110
+ src: string | null;
4111
+ height?: string | undefined;
4112
+ width?: string | undefined;
4113
+ full_screen_mode?: boolean | undefined;
4114
+ embed_locations?: EmbedLocation[] | undefined;
4115
+ headless_locations?: EmbedLocation[] | undefined;
4116
+ properties_by_embed_location?: {
4117
+ dsr?: {
4118
+ start_in_loading_mode?: boolean | undefined;
4119
+ } | undefined;
4120
+ canvas?: {
4121
+ start_in_loading_mode?: boolean | undefined;
4122
+ } | undefined;
4123
+ ui_app?: {
4124
+ start_in_loading_mode?: boolean | undefined;
4125
+ } | undefined;
4126
+ admin_instance?: {
4127
+ start_in_loading_mode?: boolean | undefined;
4128
+ } | undefined;
4129
+ overlay_app?: {
4130
+ start_in_loading_mode?: boolean | undefined;
4131
+ } | undefined;
4132
+ canvas_section_execution?: {
4133
+ start_in_loading_mode?: boolean | undefined;
4134
+ } | undefined;
4135
+ canvas_drawer?: {
4136
+ start_in_loading_mode?: boolean | undefined;
4137
+ } | undefined;
4138
+ } | undefined;
4139
+ file: {
4140
+ id: import('../../../../types/openapi').FileRetrieve["id"];
4141
+ snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
4142
+ name: import('../../../../types/openapi').FileRetrieve["name"];
4143
+ is_deleted?: boolean | undefined;
4144
+ expires_at?: string | null | undefined;
4145
+ content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
4146
+ content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
4147
+ content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
4148
+ permissions?: {
4149
+ can_download?: boolean | undefined;
4150
+ can_share?: boolean | undefined;
4151
+ } | undefined;
4152
+ tags?: string[] | undefined;
4153
+ thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
4154
+ readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
4155
+ content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
4156
+ readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
4157
+ readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
4158
+ } | null;
4159
+ settings?: Record<string, unknown> | undefined;
4160
+ } | {
4161
+ items: ({
4162
+ file: {
4163
+ id: import('../../../../types/openapi').FileRetrieve["id"];
4164
+ snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
4165
+ name: import('../../../../types/openapi').FileRetrieve["name"];
4166
+ is_deleted?: boolean | undefined;
4167
+ expires_at?: string | null | undefined;
4168
+ content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
4169
+ content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
4170
+ content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
4171
+ permissions?: {
4172
+ can_download?: boolean | undefined;
4173
+ can_share?: boolean | undefined;
4174
+ } | undefined;
4175
+ tags?: string[] | undefined;
4176
+ };
4177
+ slide: {
4178
+ index: number;
4179
+ url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
4180
+ };
4181
+ type: "slide";
4182
+ } | {
4183
+ file: {
4184
+ id: import('../../../../types/openapi').FileRetrieve["id"];
4185
+ snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
4186
+ name: import('../../../../types/openapi').FileRetrieve["name"];
4187
+ is_deleted?: boolean | undefined;
4188
+ expires_at?: string | null | undefined;
4189
+ content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
4190
+ content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
4191
+ content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
4192
+ permissions?: {
4193
+ can_download?: boolean | undefined;
4194
+ can_share?: boolean | undefined;
4195
+ } | undefined;
4196
+ tags?: string[] | undefined;
4197
+ thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
4198
+ readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
4199
+ content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
4200
+ readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
4201
+ readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
4202
+ };
4203
+ type: "file";
4204
+ })[];
4205
+ size?: "medium" | undefined;
4206
+ layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
4207
+ data_accessor?: string | undefined;
4208
+ } | {
4209
+ sections: {
4210
+ id: string;
4211
+ style?: Record<string, any> | undefined;
4212
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
4213
+ background_video_url?: string | undefined;
4214
+ }[];
4215
+ animation_in?: string | undefined;
4216
+ selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
4217
+ selection_app_name?: string | undefined;
4218
+ is_restricted_to_preselections?: boolean | undefined;
4219
+ } | {
4220
+ html: string;
4221
+ } | {
4222
+ src: string | null;
4223
+ height?: string | undefined;
4224
+ width?: string | undefined;
4225
+ full_screen_mode?: boolean | undefined;
4226
+ add_session_context?: boolean | undefined;
4227
+ } | {
4228
+ alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
4229
+ background_color?: string | undefined;
4230
+ canvas_anchor?: string | undefined;
4231
+ color?: string | undefined;
4232
+ display_text?: string | undefined;
4233
+ file?: {
4234
+ readonly id?: string | undefined;
4235
+ readonly global_id?: string | undefined;
4236
+ name?: string | undefined;
4237
+ readonly type?: import('../../../../types/openapi').FileTypeEnum | undefined;
4238
+ readonly size?: number | null | undefined;
4239
+ readonly status?: import('../../../../types/openapi').FileStatusEnum | undefined;
4240
+ readonly content_type?: import('../../../../types/openapi').FileContentTypeEnum | undefined;
4241
+ readonly content_extension?: string | null | undefined;
4242
+ readonly content_length?: number | null | undefined;
4243
+ readonly content_url?: string | null | undefined;
4244
+ readonly original_extension?: string | null | undefined;
4245
+ readonly original_url?: string | null | undefined;
4246
+ readonly thumbnail_url?: string | null | undefined;
4247
+ download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
4248
+ readonly zip_size?: number | null | undefined;
4249
+ readonly zip_url?: string | null | undefined;
4250
+ access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
4251
+ readonly role?: import('../../../../types/openapi').CollaborationRoleEnum | undefined;
4252
+ permissions?: {
4253
+ can_download?: boolean | undefined;
4254
+ can_share?: boolean | undefined;
4255
+ } | undefined;
4256
+ metadata?: Record<string, any> | undefined;
4257
+ app_metadata?: Record<string, any> | undefined;
4258
+ tags?: Array<string> | undefined;
4259
+ readonly published_at?: string | null | undefined;
4260
+ expires_at?: string | null | undefined;
4261
+ readonly instance_id?: string | undefined;
4262
+ folder_id?: string | undefined;
4263
+ readonly folder?: {
4264
+ readonly id: string;
4265
+ name: string;
4266
+ } | undefined;
4267
+ readonly shared_link?: {
4268
+ readonly url: string;
4269
+ short_url?: string | null | undefined;
4270
+ } | undefined;
4271
+ readonly owned_by?: {
4272
+ readonly id: number;
4273
+ readonly name: string;
4274
+ email?: string | undefined;
4275
+ } | undefined;
4276
+ readonly created_at?: string | undefined;
4277
+ readonly created_by?: {
4278
+ readonly id: number;
4279
+ readonly name: string;
4280
+ email?: string | undefined;
4281
+ } | undefined;
4282
+ readonly modified_at?: string | undefined;
4283
+ readonly modified_by?: {
4284
+ readonly id: number;
4285
+ readonly name: string;
4286
+ email?: string | undefined;
4287
+ } | undefined;
4288
+ page_index?: number | undefined;
4289
+ } | null | undefined;
4290
+ font_family?: string | undefined;
4291
+ font_size?: number | undefined;
4292
+ link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
4293
+ page_index?: number | undefined;
4294
+ preview_type?: import('../types/canvas').LinkPreviewTypes | undefined;
4295
+ target?: "_self" | "_blank" | undefined;
4296
+ url?: string | undefined;
4297
+ } | {
4298
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
4299
+ background_video_url?: string | undefined;
4300
+ } | {
4301
+ events: {
4302
+ top_hint?: string | undefined;
4303
+ top_hint_style?: Record<string, any> | undefined;
4304
+ title?: string | undefined;
4305
+ title_style?: Record<string, any> | undefined;
4306
+ description?: string | undefined;
4307
+ description_style?: Record<string, any> | undefined;
4308
+ image_url?: string | undefined;
4309
+ image_style?: Record<string, any> | undefined;
4310
+ icon?: string | undefined;
4311
+ icon_style?: Record<string, any> | undefined;
4312
+ card_style?: Record<string, any> | undefined;
4313
+ }[];
4314
+ layout: "vertical" | "horizontal";
4315
+ } | {
4316
+ filters?: {
4317
+ property: string;
4318
+ operator: import('../../../types/query-builder.types').QueryOperator;
4319
+ value: string;
4320
+ }[] | undefined;
4321
+ layout: "column" | "row";
4322
+ page_size?: number | undefined;
4323
+ path: string;
4324
+ properties: {
4325
+ key: string;
4326
+ display_name?: string | undefined;
4327
+ sort: {
4328
+ direction?: "asc" | "desc" | undefined;
4329
+ default?: boolean | undefined;
4330
+ enabled: boolean;
4331
+ };
4332
+ group?: boolean | undefined;
4333
+ printable?: boolean | undefined;
4334
+ format?: {
4335
+ type?: "currency" | "number" | "percentage" | "date" | undefined;
4336
+ currency?: string | undefined;
4337
+ decimals?: number | undefined;
4338
+ thousandsSeparator?: boolean | undefined;
4339
+ dateFormat?: string | undefined;
4340
+ } | undefined;
4341
+ }[];
4342
+ theme?: {
4343
+ background_color?: string | null | undefined;
4344
+ group_header_color?: string | null | undefined;
4345
+ font_family?: string | undefined;
4346
+ } | undefined;
4347
+ break_groups_on_new_page?: boolean | undefined;
4348
+ enable_row_striping?: boolean | undefined;
4349
+ striping_color?: string | null | undefined;
4350
+ striping_start_from_first?: boolean | undefined;
4351
+ } | {
4352
+ hierarchy: {
4353
+ type: "group" | "data";
4354
+ path: string;
4355
+ group_by_key?: string | undefined;
4356
+ }[];
4357
+ columns: {
4358
+ key: string;
4359
+ display_name?: string | undefined;
4360
+ sort: {
4361
+ direction?: "asc" | "desc" | undefined;
4362
+ default?: boolean | undefined;
4363
+ enabled: boolean;
4364
+ };
4365
+ group?: boolean | undefined;
4366
+ printable?: boolean | undefined;
4367
+ format?: {
4368
+ type?: "currency" | "number" | "percentage" | "date" | undefined;
4369
+ currency?: string | undefined;
4370
+ decimals?: number | undefined;
4371
+ thousandsSeparator?: boolean | undefined;
4372
+ dateFormat?: string | undefined;
4373
+ } | undefined;
4374
+ }[];
4375
+ header_path?: string | undefined;
4376
+ footer_path?: string | undefined;
4377
+ filters?: {
4378
+ property: string;
4379
+ operator: import('../../../types/query-builder.types').QueryOperator;
4380
+ value: string;
4381
+ }[] | undefined;
4382
+ theme?: {
4383
+ background_color?: string | null | undefined;
4384
+ group_header_color?: string | null | undefined;
4385
+ font_family?: string | undefined;
4386
+ } | undefined;
4387
+ enable_row_striping?: boolean | undefined;
4388
+ striping_color?: string | null | undefined;
4389
+ striping_start_from_first?: boolean | undefined;
4390
+ } | undefined;
4391
+ children?: /*elided*/ any[] | undefined;
4392
+ when_used_in_section?: {
4393
+ is_editable: boolean;
4394
+ is_removable: boolean;
4395
+ } | undefined;
4396
+ style?: Record<string, any> | undefined;
4397
+ tags?: string[] | undefined;
4398
+ theme_meta?: {
4399
+ bg_color_palette_index?: number | undefined;
4400
+ } | {
4401
+ dt_header_bg_palette_index?: number | undefined;
4402
+ dt_group_header_bg_palette_index?: number | undefined;
4403
+ bg_color_palette_index?: number | undefined;
4404
+ } | {
4405
+ is_theme_logo?: boolean | undefined;
4406
+ theme_asset_index?: number | undefined;
4407
+ bg_color_palette_index?: number | undefined;
4408
+ } | undefined;
4409
+ height?: string | undefined;
4410
+ } | null>;
4411
+ share: Ref<((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined, ((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined>;
4412
+ singletonsInCanvasMap: import('vue').ComputedRef<Record<ComponentTypes, boolean>>;
4413
+ startPage: Ref<number | undefined, number | undefined>;
4414
+ visibleCollectionPlayerRefs: Ref<Set<Ref<{
4415
+ isFullscreen: Ref<boolean>;
4416
+ handleKeyAction: ActionCallback;
4417
+ element: HTMLElement;
4418
+ } | null, {
4419
+ isFullscreen: Ref<boolean>;
4420
+ handleKeyAction: ActionCallback;
4421
+ element: HTMLElement;
4422
+ } | null>> & Omit<Set<Ref<{
4423
+ isFullscreen: Ref<boolean>;
4424
+ handleKeyAction: ActionCallback;
4425
+ element: HTMLElement;
4426
+ } | null, {
4427
+ isFullscreen: Ref<boolean>;
4428
+ handleKeyAction: ActionCallback;
4429
+ element: HTMLElement;
4430
+ } | null>>, keyof Set<any>>, Set<Ref<{
4431
+ isFullscreen: Ref<boolean>;
4432
+ handleKeyAction: ActionCallback;
4433
+ element: HTMLElement;
4434
+ } | null, {
4435
+ isFullscreen: Ref<boolean>;
4436
+ handleKeyAction: ActionCallback;
4437
+ element: HTMLElement;
4438
+ } | null>> | (Set<Ref<{
4439
+ isFullscreen: Ref<boolean>;
4440
+ handleKeyAction: ActionCallback;
4441
+ element: HTMLElement;
4442
+ } | null, {
4443
+ isFullscreen: Ref<boolean>;
4444
+ handleKeyAction: ActionCallback;
4445
+ element: HTMLElement;
4446
+ } | null>> & Omit<Set<Ref<{
4447
+ isFullscreen: Ref<boolean>;
4448
+ handleKeyAction: ActionCallback;
4449
+ element: HTMLElement;
4450
+ } | null, {
4451
+ isFullscreen: Ref<boolean>;
4452
+ handleKeyAction: ActionCallback;
4453
+ element: HTMLElement;
4454
+ } | null>>, keyof Set<any>>)>;
4455
+ builderCache: Ref<Record<string, any>, Record<string, any>>;
4456
+ writeablePitcherSettings: Ref<{
4457
+ auto_assignment_rules?: {
4458
+ connection_id: string;
4459
+ target_instance_id: string;
4460
+ groups?: string[] | undefined;
4461
+ }[] | undefined;
4462
+ canvas?: {
4463
+ use_linkable_in_catalogiq?: boolean | undefined;
4464
+ enable_v_trusted_js_in_html?: boolean | undefined;
4465
+ enable_read_only_canvas_creation_account?: boolean | undefined;
4466
+ scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
4467
+ enable_wizard_preview_button?: boolean | undefined;
4468
+ locks_polling_interval?: number | undefined;
4469
+ shared_link?: {
4470
+ title?: string | undefined;
4471
+ email_disclaimer?: string | undefined;
4472
+ logo_url?: string | undefined;
4473
+ logo_style?: Record<string, any> | undefined;
4474
+ valid_until_options?: {
4475
+ label: string;
4476
+ value: number;
4477
+ }[] | undefined;
4478
+ disable_rep_changing_allow_download?: boolean | undefined;
4479
+ initial_allow_download?: boolean | undefined;
4480
+ } | undefined;
4481
+ hide_page_break_in_toc?: boolean | undefined;
4482
+ disable_display_index_in_toc?: boolean | undefined;
4483
+ autohide_section_on_created?: {
4484
+ autohide_in_shared_link?: string | undefined;
4485
+ start_date?: Date | undefined;
4486
+ } | undefined;
4487
+ component_availability?: {
4488
+ Multimedia: boolean;
4489
+ Block: boolean;
4490
+ Carousel: boolean;
4491
+ CollectionPlayer: boolean;
4492
+ ContentGrid: boolean;
4493
+ CustomDataTable: boolean;
4494
+ DataCharts: boolean;
4495
+ DynamicDataTable: boolean;
4496
+ Embeddable: boolean;
4497
+ Grid: boolean;
4498
+ Html: boolean;
4499
+ IFrame: boolean;
4500
+ Link: boolean;
4501
+ Page: boolean;
4502
+ PageBreak: boolean;
4503
+ Scribble: boolean;
4504
+ SectionList: boolean;
4505
+ Text: boolean;
4506
+ Timeline: boolean;
4507
+ apps?: Record<string, boolean> | undefined;
4508
+ } | undefined;
4509
+ component_availability_roles?: {
4510
+ Multimedia: {
4511
+ admin?: boolean | undefined;
4512
+ rep?: boolean | undefined;
4513
+ };
4514
+ Block: {
4515
+ admin?: boolean | undefined;
4516
+ rep?: boolean | undefined;
4517
+ };
4518
+ Carousel: {
4519
+ admin?: boolean | undefined;
4520
+ rep?: boolean | undefined;
4521
+ };
4522
+ CollectionPlayer: {
4523
+ admin?: boolean | undefined;
4524
+ rep?: boolean | undefined;
4525
+ };
4526
+ ContentGrid: {
4527
+ admin?: boolean | undefined;
4528
+ rep?: boolean | undefined;
4529
+ };
4530
+ CustomDataTable: {
4531
+ admin?: boolean | undefined;
4532
+ rep?: boolean | undefined;
4533
+ };
4534
+ DataCharts: {
4535
+ admin?: boolean | undefined;
4536
+ rep?: boolean | undefined;
4537
+ };
4538
+ DynamicDataTable: {
4539
+ admin?: boolean | undefined;
4540
+ rep?: boolean | undefined;
4541
+ };
4542
+ Embeddable: {
4543
+ admin?: boolean | undefined;
4544
+ rep?: boolean | undefined;
4545
+ };
4546
+ Grid: {
4547
+ admin?: boolean | undefined;
4548
+ rep?: boolean | undefined;
4549
+ };
4550
+ Html: {
4551
+ admin?: boolean | undefined;
4552
+ rep?: boolean | undefined;
4553
+ };
4554
+ IFrame: {
4555
+ admin?: boolean | undefined;
4556
+ rep?: boolean | undefined;
4557
+ };
4558
+ Link: {
4559
+ admin?: boolean | undefined;
4560
+ rep?: boolean | undefined;
4561
+ };
4562
+ Page: {
4563
+ admin?: boolean | undefined;
4564
+ rep?: boolean | undefined;
4565
+ };
4566
+ PageBreak: {
4567
+ admin?: boolean | undefined;
4568
+ rep?: boolean | undefined;
4569
+ };
4570
+ Scribble: {
4571
+ admin?: boolean | undefined;
4572
+ rep?: boolean | undefined;
4573
+ };
4574
+ SectionList: {
4575
+ admin?: boolean | undefined;
4576
+ rep?: boolean | undefined;
4577
+ };
4578
+ Text: {
4579
+ admin?: boolean | undefined;
4580
+ rep?: boolean | undefined;
4581
+ };
4582
+ Timeline: {
4583
+ admin?: boolean | undefined;
4584
+ rep?: boolean | undefined;
4585
+ };
4586
+ apps?: Record<string, {
4587
+ admin?: boolean;
4588
+ rep?: boolean;
4589
+ }> | undefined;
4590
+ } | undefined;
4591
+ content_grid_autofill_files_filter_iteratee?: string | undefined;
4592
+ section_content_grid_autofill_files_filter_iteratee?: string | undefined;
4593
+ show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
4594
+ show_fallback_section_name_on_collapsibles?: boolean | undefined;
4595
+ capture_component_enter_exit_events?: "all" | "named_components" | undefined;
4596
+ enable_collection_player_component?: boolean | undefined;
4597
+ autoselect_selected_canvas_account?: boolean | undefined;
4598
+ require_account_on_canvas_creation?: boolean | undefined;
4599
+ enable_canvases_account_filtering?: boolean | undefined;
4600
+ pptx_slide_image_width?: number | undefined;
4601
+ correlation_id_cleanup_delay?: number | undefined;
4602
+ async_download_expiration_hours?: number | undefined;
4603
+ async_download_api_url?: string | undefined;
4604
+ async_download_callback_url?: string | undefined;
4605
+ section_list_mode?: "pagination" | "collapsibles" | undefined;
4606
+ disable_rep_canvas_creation?: boolean | undefined;
4607
+ disable_shared_link_creation?: boolean | undefined;
4608
+ hide_meeting_bar?: boolean | undefined;
4609
+ } | undefined;
4610
+ allow_revoke_shared_link?: boolean | undefined;
4611
+ enable_slotty_ui_asset_manager?: boolean | undefined;
4612
+ enable_admin_asset_manager?: boolean | undefined;
4613
+ api_client_timeout?: number | undefined;
4614
+ enable_monaco_html_editor?: boolean | undefined;
4615
+ skip_metadata_keys_in_list_item?: string[] | undefined;
4616
+ enable_multi_language?: boolean | undefined;
4617
+ enable_multipeer_connectivity?: boolean | undefined;
4618
+ enable_syncbox?: boolean | undefined;
4619
+ canvases_route_order?: number | undefined;
4620
+ content_browser_route_order?: number | undefined;
4621
+ assets_route_order?: number | undefined;
4622
+ impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
4623
+ translation_overrides?: {
4624
+ en?: Record<string, string> | undefined;
4625
+ de?: Record<string, string> | undefined;
4626
+ pl?: Record<string, string> | undefined;
4627
+ tr?: Record<string, string> | undefined;
4628
+ el?: Record<string, string> | undefined;
4629
+ fr?: Record<string, string> | undefined;
4630
+ es?: Record<string, string> | undefined;
4631
+ th?: Record<string, string> | undefined;
4632
+ ja?: Record<string, string> | undefined;
4633
+ zh?: Record<string, string> | undefined;
4634
+ it?: Record<string, string> | undefined;
4635
+ pt?: Record<string, string> | undefined;
4636
+ "pt-br"?: Record<string, string> | undefined;
4637
+ nl?: Record<string, string> | undefined;
4638
+ } | undefined;
4639
+ file_annotations_mode?: "admin" | "personal" | undefined;
4640
+ minimum_event_duration_in_call?: number | undefined;
4641
+ enable_content_rating_in_call?: boolean | undefined;
4642
+ enable_speaker_notes?: boolean | undefined;
4643
+ display_metadata_filters_in_modal?: boolean | undefined;
4644
+ enable_js_api_recommended_files?: boolean | undefined;
4645
+ metadata_highlight_properties?: {
4646
+ background_color?: string | undefined;
4647
+ color?: string | undefined;
4648
+ icon?: string | undefined;
4649
+ key: string;
4650
+ match_value: string | string[] | number | boolean;
4651
+ text: string;
4652
+ }[] | undefined;
4653
+ business_logic_ids_to_section_ids_resolver?: string | undefined;
4654
+ section_thumbnail_url_transformer?: string | undefined;
4655
+ pipe_multi_search_separator?: string | undefined;
4656
+ enable_crm_privacy_mode?: boolean | undefined;
4657
+ enable_indicators?: boolean | undefined;
4658
+ enable_metadata_info_in_list_item?: boolean | undefined;
4659
+ smart_folder_rule_attributes?: {
4660
+ sync?: boolean | undefined;
4661
+ max_sync_limit?: number | undefined;
4662
+ sync_chunk_size?: number | undefined;
4663
+ files?: {
4664
+ name: string;
4665
+ type: "string" | "boolean" | "number" | "date" | "array";
4666
+ accessor: string;
4667
+ display_name: string;
4668
+ }[] | undefined;
4669
+ canvas?: {
4670
+ name: string;
4671
+ type: "string" | "boolean" | "number" | "date" | "array";
4672
+ accessor: string;
4673
+ display_name: string;
4674
+ }[] | undefined;
4675
+ canvas_templates?: {
4676
+ name: string;
4677
+ type: "string" | "boolean" | "number" | "date" | "array";
4678
+ accessor: string;
4679
+ display_name: string;
4680
+ }[] | undefined;
4681
+ section?: {
4682
+ name: string;
4683
+ type: "string" | "boolean" | "number" | "date" | "array";
4684
+ accessor: string;
4685
+ display_name: string;
4686
+ }[] | undefined;
4687
+ } | undefined;
4688
+ ios?: /*elided*/ any | undefined;
4689
+ full_text_search_config?: string | undefined;
4690
+ include_file_content_in_full_text_search?: boolean | undefined;
4691
+ include_file_metadata_in_full_text_search?: boolean | undefined;
4692
+ include_canvas_content_in_full_text_search?: boolean | undefined;
4693
+ include_canvas_metadata_in_full_text_search?: boolean | undefined;
4694
+ use_collection_player_as_default_file_viewer?: boolean | undefined;
4695
+ use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
4696
+ use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
4697
+ enable_ppt_converter_in_canvas_templates?: boolean | undefined;
4698
+ generate_only_sections_in_ppt_converter?: boolean | undefined;
4699
+ convert_pptx_to_html?: boolean | undefined;
4700
+ convert_pptx_to_html_default_value?: boolean | undefined;
4701
+ enable_search_with_suggestions?: boolean | undefined;
4702
+ enable_search_filter_with_suggestions?: boolean | undefined;
4703
+ enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
4704
+ enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
4705
+ default_pdf_page_dimensions?: {
4706
+ width?: number | string | undefined;
4707
+ height?: number | string | undefined;
4708
+ print_scale?: number | undefined;
4709
+ } | undefined;
4710
+ disable_browser_search_context?: boolean | undefined;
4711
+ location_prompt_type?: "warning" | "block" | undefined;
4712
+ location_prompt_message?: string | undefined;
4713
+ use_collection_player_with_annotations?: boolean | undefined;
4714
+ disable_core_canvas_metadata?: boolean | undefined;
4715
+ enable_folder_description_via_name?: boolean | undefined;
4716
+ enable_download_original_file_in_impact?: boolean | undefined;
4717
+ alternative_canvas_fullscreen?: boolean | undefined;
4718
+ enable_presentation_annotations?: boolean | undefined;
4719
+ max_files_limit?: number | undefined;
4720
+ is_meeting_bar_account_selection_disabled?: boolean | undefined;
4721
+ disable_postcall?: boolean | undefined;
4722
+ launch_in_present_mode_on_creation?: boolean | undefined;
4723
+ slotty_ui_route_config?: {
4724
+ name: string;
4725
+ enabled: boolean;
4726
+ type: "base" | "app";
4727
+ }[] | undefined;
4728
+ custom_event?: string | undefined;
4729
+ enable_recents?: boolean | undefined;
4730
+ enable_favorites?: boolean | undefined;
4731
+ enable_sync_file_filtering?: boolean | undefined;
4732
+ time_format?: string | undefined;
4733
+ date_format?: string | undefined;
4734
+ }, (OrganizationSettings & {
4735
+ canvas?: {
4736
+ hide_page_break_in_toc?: boolean;
4737
+ disable_display_index_in_toc?: boolean;
4738
+ autohide_section_on_created?: import('../../../types/instanceSettings.types.ts').AutohideSectionOnCreated;
4739
+ component_availability?: import('../../../types/instanceSettings.types.ts').CanvasComponentAvailability & {
4740
+ apps?: Record<string, boolean>;
4741
+ };
4742
+ component_availability_roles?: import('../../../types/instanceSettings.types.ts').CanvasComponentAvailabilityRoles & {
4743
+ apps?: Record<string, {
4744
+ admin?: boolean;
4745
+ rep?: boolean;
4746
+ }>;
4747
+ };
4748
+ content_grid_autofill_files_filter_iteratee?: string;
4749
+ section_content_grid_autofill_files_filter_iteratee?: string;
4750
+ show_extra_exit_button_in_fullscreen_mode?: boolean;
4751
+ show_fallback_section_name_on_collapsibles?: boolean;
4752
+ capture_component_enter_exit_events?: "all" | "named_components";
4753
+ enable_collection_player_component?: boolean;
4754
+ autoselect_selected_canvas_account?: boolean;
4755
+ require_account_on_canvas_creation?: boolean;
4756
+ enable_canvases_account_filtering?: boolean;
4757
+ pptx_slide_image_width?: number;
4758
+ correlation_id_cleanup_delay?: number;
4759
+ async_download_expiration_hours?: number;
4760
+ async_download_api_url?: string;
4761
+ async_download_callback_url?: string;
4762
+ section_list_mode?: "pagination" | "collapsibles";
4763
+ disable_rep_canvas_creation?: boolean;
4764
+ disable_shared_link_creation?: boolean;
4765
+ hide_meeting_bar?: boolean;
4766
+ };
4767
+ custom_event?: string;
4768
+ enable_recents?: boolean;
4769
+ enable_favorites?: boolean;
4770
+ enable_multipeer_connectivity?: boolean;
4771
+ enable_syncbox?: boolean;
4772
+ enable_sync_file_filtering?: boolean;
4773
+ time_format?: string;
4774
+ date_format?: string;
4775
+ ios?: InstanceSettings;
4776
+ }) | {
4777
+ auto_assignment_rules?: {
4778
+ connection_id: string;
4779
+ target_instance_id: string;
4780
+ groups?: string[] | undefined;
4781
+ }[] | undefined;
4782
+ canvas?: {
4783
+ use_linkable_in_catalogiq?: boolean | undefined;
4784
+ enable_v_trusted_js_in_html?: boolean | undefined;
4785
+ enable_read_only_canvas_creation_account?: boolean | undefined;
4786
+ scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
4787
+ enable_wizard_preview_button?: boolean | undefined;
4788
+ locks_polling_interval?: number | undefined;
4789
+ shared_link?: {
4790
+ title?: string | undefined;
4791
+ email_disclaimer?: string | undefined;
4792
+ logo_url?: string | undefined;
4793
+ logo_style?: Record<string, any> | undefined;
4794
+ valid_until_options?: {
4795
+ label: string;
4796
+ value: number;
4797
+ }[] | undefined;
4798
+ disable_rep_changing_allow_download?: boolean | undefined;
4799
+ initial_allow_download?: boolean | undefined;
4800
+ } | undefined;
4801
+ hide_page_break_in_toc?: boolean | undefined;
4802
+ disable_display_index_in_toc?: boolean | undefined;
4803
+ autohide_section_on_created?: {
4804
+ autohide_in_shared_link?: string | undefined;
4805
+ start_date?: Date | undefined;
4806
+ } | undefined;
4807
+ component_availability?: {
4808
+ Multimedia: boolean;
4809
+ Block: boolean;
4810
+ Carousel: boolean;
4811
+ CollectionPlayer: boolean;
4812
+ ContentGrid: boolean;
4813
+ CustomDataTable: boolean;
4814
+ DataCharts: boolean;
4815
+ DynamicDataTable: boolean;
4816
+ Embeddable: boolean;
4817
+ Grid: boolean;
4818
+ Html: boolean;
4819
+ IFrame: boolean;
4820
+ Link: boolean;
4821
+ Page: boolean;
4822
+ PageBreak: boolean;
4823
+ Scribble: boolean;
4824
+ SectionList: boolean;
4825
+ Text: boolean;
4826
+ Timeline: boolean;
4827
+ apps?: Record<string, boolean> | undefined;
4828
+ } | undefined;
4829
+ component_availability_roles?: {
4830
+ Multimedia: {
4831
+ admin?: boolean | undefined;
4832
+ rep?: boolean | undefined;
4833
+ };
4834
+ Block: {
4835
+ admin?: boolean | undefined;
4836
+ rep?: boolean | undefined;
4837
+ };
4838
+ Carousel: {
4839
+ admin?: boolean | undefined;
4840
+ rep?: boolean | undefined;
4841
+ };
4842
+ CollectionPlayer: {
4843
+ admin?: boolean | undefined;
4844
+ rep?: boolean | undefined;
4845
+ };
4846
+ ContentGrid: {
4847
+ admin?: boolean | undefined;
4848
+ rep?: boolean | undefined;
4849
+ };
4850
+ CustomDataTable: {
4851
+ admin?: boolean | undefined;
4852
+ rep?: boolean | undefined;
4853
+ };
4854
+ DataCharts: {
4855
+ admin?: boolean | undefined;
4856
+ rep?: boolean | undefined;
4857
+ };
4858
+ DynamicDataTable: {
4859
+ admin?: boolean | undefined;
4860
+ rep?: boolean | undefined;
4861
+ };
4862
+ Embeddable: {
4863
+ admin?: boolean | undefined;
4864
+ rep?: boolean | undefined;
4865
+ };
4866
+ Grid: {
4867
+ admin?: boolean | undefined;
4868
+ rep?: boolean | undefined;
4869
+ };
4870
+ Html: {
4871
+ admin?: boolean | undefined;
4872
+ rep?: boolean | undefined;
4873
+ };
4874
+ IFrame: {
4875
+ admin?: boolean | undefined;
4876
+ rep?: boolean | undefined;
4877
+ };
4878
+ Link: {
4879
+ admin?: boolean | undefined;
4880
+ rep?: boolean | undefined;
4881
+ };
4882
+ Page: {
4883
+ admin?: boolean | undefined;
4884
+ rep?: boolean | undefined;
4885
+ };
4886
+ PageBreak: {
4887
+ admin?: boolean | undefined;
4888
+ rep?: boolean | undefined;
4889
+ };
4890
+ Scribble: {
4891
+ admin?: boolean | undefined;
4892
+ rep?: boolean | undefined;
4893
+ };
4894
+ SectionList: {
4895
+ admin?: boolean | undefined;
4896
+ rep?: boolean | undefined;
4897
+ };
4898
+ Text: {
4899
+ admin?: boolean | undefined;
4900
+ rep?: boolean | undefined;
4901
+ };
4902
+ Timeline: {
4903
+ admin?: boolean | undefined;
4904
+ rep?: boolean | undefined;
4905
+ };
4906
+ apps?: Record<string, {
4907
+ admin?: boolean;
4908
+ rep?: boolean;
4909
+ }> | undefined;
4910
+ } | undefined;
4911
+ content_grid_autofill_files_filter_iteratee?: string | undefined;
4912
+ section_content_grid_autofill_files_filter_iteratee?: string | undefined;
4913
+ show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
4914
+ show_fallback_section_name_on_collapsibles?: boolean | undefined;
4915
+ capture_component_enter_exit_events?: "all" | "named_components" | undefined;
4916
+ enable_collection_player_component?: boolean | undefined;
4917
+ autoselect_selected_canvas_account?: boolean | undefined;
4918
+ require_account_on_canvas_creation?: boolean | undefined;
4919
+ enable_canvases_account_filtering?: boolean | undefined;
4920
+ pptx_slide_image_width?: number | undefined;
4921
+ correlation_id_cleanup_delay?: number | undefined;
4922
+ async_download_expiration_hours?: number | undefined;
4923
+ async_download_api_url?: string | undefined;
4924
+ async_download_callback_url?: string | undefined;
4925
+ section_list_mode?: "pagination" | "collapsibles" | undefined;
4926
+ disable_rep_canvas_creation?: boolean | undefined;
4927
+ disable_shared_link_creation?: boolean | undefined;
4928
+ hide_meeting_bar?: boolean | undefined;
4929
+ } | undefined;
4930
+ allow_revoke_shared_link?: boolean | undefined;
4931
+ enable_slotty_ui_asset_manager?: boolean | undefined;
4932
+ enable_admin_asset_manager?: boolean | undefined;
4933
+ api_client_timeout?: number | undefined;
4934
+ enable_monaco_html_editor?: boolean | undefined;
4935
+ skip_metadata_keys_in_list_item?: string[] | undefined;
4936
+ enable_multi_language?: boolean | undefined;
4937
+ enable_multipeer_connectivity?: boolean | undefined;
4938
+ enable_syncbox?: boolean | undefined;
4939
+ canvases_route_order?: number | undefined;
4940
+ content_browser_route_order?: number | undefined;
4941
+ assets_route_order?: number | undefined;
4942
+ impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
4943
+ translation_overrides?: {
4944
+ en?: Record<string, string> | undefined;
4945
+ de?: Record<string, string> | undefined;
4946
+ pl?: Record<string, string> | undefined;
4947
+ tr?: Record<string, string> | undefined;
4948
+ el?: Record<string, string> | undefined;
4949
+ fr?: Record<string, string> | undefined;
4950
+ es?: Record<string, string> | undefined;
4951
+ th?: Record<string, string> | undefined;
4952
+ ja?: Record<string, string> | undefined;
4953
+ zh?: Record<string, string> | undefined;
4954
+ it?: Record<string, string> | undefined;
4955
+ pt?: Record<string, string> | undefined;
4956
+ "pt-br"?: Record<string, string> | undefined;
4957
+ nl?: Record<string, string> | undefined;
4958
+ } | undefined;
4959
+ file_annotations_mode?: "admin" | "personal" | undefined;
4960
+ minimum_event_duration_in_call?: number | undefined;
4961
+ enable_content_rating_in_call?: boolean | undefined;
4962
+ enable_speaker_notes?: boolean | undefined;
4963
+ display_metadata_filters_in_modal?: boolean | undefined;
4964
+ enable_js_api_recommended_files?: boolean | undefined;
4965
+ metadata_highlight_properties?: {
4966
+ background_color?: string | undefined;
4967
+ color?: string | undefined;
4968
+ icon?: string | undefined;
4969
+ key: string;
4970
+ match_value: string | string[] | number | boolean;
4971
+ text: string;
4972
+ }[] | undefined;
4973
+ business_logic_ids_to_section_ids_resolver?: string | undefined;
4974
+ section_thumbnail_url_transformer?: string | undefined;
4975
+ pipe_multi_search_separator?: string | undefined;
4976
+ enable_crm_privacy_mode?: boolean | undefined;
4977
+ enable_indicators?: boolean | undefined;
4978
+ enable_metadata_info_in_list_item?: boolean | undefined;
4979
+ smart_folder_rule_attributes?: {
4980
+ sync?: boolean | undefined;
4981
+ max_sync_limit?: number | undefined;
4982
+ sync_chunk_size?: number | undefined;
4983
+ files?: {
4984
+ name: string;
4985
+ type: "string" | "boolean" | "number" | "date" | "array";
4986
+ accessor: string;
4987
+ display_name: string;
4988
+ }[] | undefined;
4989
+ canvas?: {
4990
+ name: string;
4991
+ type: "string" | "boolean" | "number" | "date" | "array";
4992
+ accessor: string;
4993
+ display_name: string;
4994
+ }[] | undefined;
4995
+ canvas_templates?: {
4996
+ name: string;
4997
+ type: "string" | "boolean" | "number" | "date" | "array";
4998
+ accessor: string;
4999
+ display_name: string;
5000
+ }[] | undefined;
5001
+ section?: {
5002
+ name: string;
5003
+ type: "string" | "boolean" | "number" | "date" | "array";
5004
+ accessor: string;
5005
+ display_name: string;
5006
+ }[] | undefined;
5007
+ } | undefined;
5008
+ ios?: /*elided*/ any | undefined;
5009
+ full_text_search_config?: string | undefined;
5010
+ include_file_content_in_full_text_search?: boolean | undefined;
5011
+ include_file_metadata_in_full_text_search?: boolean | undefined;
5012
+ include_canvas_content_in_full_text_search?: boolean | undefined;
5013
+ include_canvas_metadata_in_full_text_search?: boolean | undefined;
5014
+ use_collection_player_as_default_file_viewer?: boolean | undefined;
5015
+ use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
5016
+ use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
5017
+ enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5018
+ generate_only_sections_in_ppt_converter?: boolean | undefined;
5019
+ convert_pptx_to_html?: boolean | undefined;
5020
+ convert_pptx_to_html_default_value?: boolean | undefined;
5021
+ enable_search_with_suggestions?: boolean | undefined;
5022
+ enable_search_filter_with_suggestions?: boolean | undefined;
5023
+ enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
5024
+ enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
5025
+ default_pdf_page_dimensions?: {
5026
+ width?: number | string | undefined;
5027
+ height?: number | string | undefined;
5028
+ print_scale?: number | undefined;
5029
+ } | undefined;
5030
+ disable_browser_search_context?: boolean | undefined;
5031
+ location_prompt_type?: "warning" | "block" | undefined;
5032
+ location_prompt_message?: string | undefined;
5033
+ use_collection_player_with_annotations?: boolean | undefined;
5034
+ disable_core_canvas_metadata?: boolean | undefined;
5035
+ enable_folder_description_via_name?: boolean | undefined;
5036
+ enable_download_original_file_in_impact?: boolean | undefined;
5037
+ alternative_canvas_fullscreen?: boolean | undefined;
5038
+ enable_presentation_annotations?: boolean | undefined;
5039
+ max_files_limit?: number | undefined;
5040
+ is_meeting_bar_account_selection_disabled?: boolean | undefined;
5041
+ disable_postcall?: boolean | undefined;
5042
+ launch_in_present_mode_on_creation?: boolean | undefined;
5043
+ slotty_ui_route_config?: {
5044
+ name: string;
5045
+ enabled: boolean;
5046
+ type: "base" | "app";
5047
+ }[] | undefined;
5048
+ custom_event?: string | undefined;
5049
+ enable_recents?: boolean | undefined;
5050
+ enable_favorites?: boolean | undefined;
5051
+ enable_sync_file_filtering?: boolean | undefined;
5052
+ time_format?: string | undefined;
5053
+ date_format?: string | undefined;
5054
+ }>;
5055
+ pitcherSettings: Readonly<Ref<{
5056
+ readonly auto_assignment_rules?: readonly {
5057
+ readonly connection_id: string;
5058
+ readonly target_instance_id: string;
5059
+ readonly groups?: readonly string[] | undefined;
5060
+ }[] | undefined;
5061
+ readonly canvas?: {
5062
+ readonly use_linkable_in_catalogiq?: boolean | undefined;
5063
+ readonly enable_v_trusted_js_in_html?: boolean | undefined;
5064
+ readonly enable_read_only_canvas_creation_account?: boolean | undefined;
5065
+ readonly scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
5066
+ readonly enable_wizard_preview_button?: boolean | undefined;
5067
+ readonly locks_polling_interval?: number | undefined;
5068
+ readonly shared_link?: {
5069
+ readonly title?: string | undefined;
5070
+ readonly email_disclaimer?: string | undefined;
5071
+ readonly logo_url?: string | undefined;
5072
+ readonly logo_style?: {
5073
+ readonly [x: string]: any;
5074
+ } | undefined;
5075
+ readonly valid_until_options?: readonly {
5076
+ readonly label: string;
5077
+ readonly value: number;
5078
+ }[] | undefined;
5079
+ readonly disable_rep_changing_allow_download?: boolean | undefined;
5080
+ readonly initial_allow_download?: boolean | undefined;
5081
+ } | undefined;
5082
+ readonly hide_page_break_in_toc?: boolean | undefined;
5083
+ readonly disable_display_index_in_toc?: boolean | undefined;
5084
+ readonly autohide_section_on_created?: {
5085
+ readonly autohide_in_shared_link?: string | undefined;
5086
+ readonly start_date?: Date | undefined;
5087
+ } | undefined;
5088
+ readonly component_availability?: {
5089
+ readonly Multimedia: boolean;
5090
+ readonly Block: boolean;
5091
+ readonly Carousel: boolean;
5092
+ readonly CollectionPlayer: boolean;
5093
+ readonly ContentGrid: boolean;
5094
+ readonly CustomDataTable: boolean;
5095
+ readonly DataCharts: boolean;
5096
+ readonly DynamicDataTable: boolean;
5097
+ readonly Embeddable: boolean;
5098
+ readonly Grid: boolean;
5099
+ readonly Html: boolean;
5100
+ readonly IFrame: boolean;
5101
+ readonly Link: boolean;
5102
+ readonly Page: boolean;
5103
+ readonly PageBreak: boolean;
5104
+ readonly Scribble: boolean;
5105
+ readonly SectionList: boolean;
5106
+ readonly Text: boolean;
5107
+ readonly Timeline: boolean;
5108
+ readonly apps?: {
5109
+ readonly [x: string]: boolean;
5110
+ } | undefined;
5111
+ } | undefined;
5112
+ readonly component_availability_roles?: {
5113
+ readonly Multimedia: {
5114
+ readonly admin?: boolean | undefined;
5115
+ readonly rep?: boolean | undefined;
5116
+ };
5117
+ readonly Block: {
5118
+ readonly admin?: boolean | undefined;
5119
+ readonly rep?: boolean | undefined;
5120
+ };
5121
+ readonly Carousel: {
5122
+ readonly admin?: boolean | undefined;
5123
+ readonly rep?: boolean | undefined;
5124
+ };
5125
+ readonly CollectionPlayer: {
5126
+ readonly admin?: boolean | undefined;
5127
+ readonly rep?: boolean | undefined;
5128
+ };
5129
+ readonly ContentGrid: {
5130
+ readonly admin?: boolean | undefined;
5131
+ readonly rep?: boolean | undefined;
5132
+ };
5133
+ readonly CustomDataTable: {
5134
+ readonly admin?: boolean | undefined;
5135
+ readonly rep?: boolean | undefined;
5136
+ };
5137
+ readonly DataCharts: {
5138
+ readonly admin?: boolean | undefined;
5139
+ readonly rep?: boolean | undefined;
5140
+ };
5141
+ readonly DynamicDataTable: {
5142
+ readonly admin?: boolean | undefined;
5143
+ readonly rep?: boolean | undefined;
5144
+ };
5145
+ readonly Embeddable: {
5146
+ readonly admin?: boolean | undefined;
5147
+ readonly rep?: boolean | undefined;
5148
+ };
5149
+ readonly Grid: {
5150
+ readonly admin?: boolean | undefined;
5151
+ readonly rep?: boolean | undefined;
5152
+ };
5153
+ readonly Html: {
5154
+ readonly admin?: boolean | undefined;
5155
+ readonly rep?: boolean | undefined;
5156
+ };
5157
+ readonly IFrame: {
5158
+ readonly admin?: boolean | undefined;
5159
+ readonly rep?: boolean | undefined;
5160
+ };
5161
+ readonly Link: {
5162
+ readonly admin?: boolean | undefined;
5163
+ readonly rep?: boolean | undefined;
5164
+ };
5165
+ readonly Page: {
5166
+ readonly admin?: boolean | undefined;
5167
+ readonly rep?: boolean | undefined;
5168
+ };
5169
+ readonly PageBreak: {
5170
+ readonly admin?: boolean | undefined;
5171
+ readonly rep?: boolean | undefined;
5172
+ };
5173
+ readonly Scribble: {
5174
+ readonly admin?: boolean | undefined;
5175
+ readonly rep?: boolean | undefined;
5176
+ };
5177
+ readonly SectionList: {
5178
+ readonly admin?: boolean | undefined;
5179
+ readonly rep?: boolean | undefined;
5180
+ };
5181
+ readonly Text: {
5182
+ readonly admin?: boolean | undefined;
5183
+ readonly rep?: boolean | undefined;
5184
+ };
5185
+ readonly Timeline: {
5186
+ readonly admin?: boolean | undefined;
5187
+ readonly rep?: boolean | undefined;
5188
+ };
5189
+ readonly apps?: {
5190
+ readonly [x: string]: {
5191
+ readonly admin?: boolean | undefined;
5192
+ readonly rep?: boolean | undefined;
5193
+ };
5194
+ } | undefined;
5195
+ } | undefined;
5196
+ readonly content_grid_autofill_files_filter_iteratee?: string | undefined;
5197
+ readonly section_content_grid_autofill_files_filter_iteratee?: string | undefined;
5198
+ readonly show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
5199
+ readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
5200
+ readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
5201
+ readonly enable_collection_player_component?: boolean | undefined;
5202
+ readonly autoselect_selected_canvas_account?: boolean | undefined;
5203
+ readonly require_account_on_canvas_creation?: boolean | undefined;
5204
+ readonly enable_canvases_account_filtering?: boolean | undefined;
5205
+ readonly pptx_slide_image_width?: number | undefined;
5206
+ readonly correlation_id_cleanup_delay?: number | undefined;
5207
+ readonly async_download_expiration_hours?: number | undefined;
5208
+ readonly async_download_api_url?: string | undefined;
5209
+ readonly async_download_callback_url?: string | undefined;
5210
+ readonly section_list_mode?: "pagination" | "collapsibles" | undefined;
5211
+ readonly disable_rep_canvas_creation?: boolean | undefined;
5212
+ readonly disable_shared_link_creation?: boolean | undefined;
5213
+ readonly hide_meeting_bar?: boolean | undefined;
5214
+ } | undefined;
5215
+ readonly allow_revoke_shared_link?: boolean | undefined;
5216
+ readonly enable_slotty_ui_asset_manager?: boolean | undefined;
5217
+ readonly enable_admin_asset_manager?: boolean | undefined;
5218
+ readonly api_client_timeout?: number | undefined;
5219
+ readonly enable_monaco_html_editor?: boolean | undefined;
5220
+ readonly skip_metadata_keys_in_list_item?: readonly string[] | undefined;
5221
+ readonly enable_multi_language?: boolean | undefined;
5222
+ readonly enable_multipeer_connectivity?: boolean | undefined;
5223
+ readonly enable_syncbox?: boolean | undefined;
5224
+ readonly canvases_route_order?: number | undefined;
5225
+ readonly content_browser_route_order?: number | undefined;
5226
+ readonly assets_route_order?: number | undefined;
5227
+ readonly impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
5228
+ readonly translation_overrides?: {
5229
+ readonly en?: {
5230
+ readonly [x: string]: string;
5231
+ } | undefined;
5232
+ readonly de?: {
5233
+ readonly [x: string]: string;
5234
+ } | undefined;
5235
+ readonly pl?: {
5236
+ readonly [x: string]: string;
5237
+ } | undefined;
5238
+ readonly tr?: {
5239
+ readonly [x: string]: string;
5240
+ } | undefined;
5241
+ readonly el?: {
5242
+ readonly [x: string]: string;
5243
+ } | undefined;
5244
+ readonly fr?: {
5245
+ readonly [x: string]: string;
5246
+ } | undefined;
5247
+ readonly es?: {
5248
+ readonly [x: string]: string;
5249
+ } | undefined;
5250
+ readonly th?: {
5251
+ readonly [x: string]: string;
5252
+ } | undefined;
5253
+ readonly ja?: {
5254
+ readonly [x: string]: string;
5255
+ } | undefined;
5256
+ readonly zh?: {
5257
+ readonly [x: string]: string;
5258
+ } | undefined;
5259
+ readonly it?: {
5260
+ readonly [x: string]: string;
5261
+ } | undefined;
5262
+ readonly pt?: {
5263
+ readonly [x: string]: string;
5264
+ } | undefined;
5265
+ readonly "pt-br"?: {
5266
+ readonly [x: string]: string;
5267
+ } | undefined;
5268
+ readonly nl?: {
5269
+ readonly [x: string]: string;
5270
+ } | undefined;
5271
+ } | undefined;
5272
+ readonly file_annotations_mode?: "admin" | "personal" | undefined;
5273
+ readonly minimum_event_duration_in_call?: number | undefined;
5274
+ readonly enable_content_rating_in_call?: boolean | undefined;
5275
+ readonly enable_speaker_notes?: boolean | undefined;
5276
+ readonly display_metadata_filters_in_modal?: boolean | undefined;
5277
+ readonly enable_js_api_recommended_files?: boolean | undefined;
5278
+ readonly metadata_highlight_properties?: readonly {
5279
+ readonly background_color?: string | undefined;
5280
+ readonly color?: string | undefined;
5281
+ readonly icon?: string | undefined;
5282
+ readonly key: string;
5283
+ readonly match_value: string | number | boolean | readonly string[];
5284
+ readonly text: string;
5285
+ }[] | undefined;
5286
+ readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
5287
+ readonly section_thumbnail_url_transformer?: string | undefined;
5288
+ readonly pipe_multi_search_separator?: string | undefined;
5289
+ readonly enable_crm_privacy_mode?: boolean | undefined;
5290
+ readonly enable_indicators?: boolean | undefined;
5291
+ readonly enable_metadata_info_in_list_item?: boolean | undefined;
5292
+ readonly smart_folder_rule_attributes?: {
5293
+ readonly sync?: boolean | undefined;
5294
+ readonly max_sync_limit?: number | undefined;
5295
+ readonly sync_chunk_size?: number | undefined;
5296
+ readonly files?: readonly {
5297
+ readonly name: string;
5298
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
5299
+ readonly accessor: string;
5300
+ readonly display_name: string;
5301
+ }[] | undefined;
5302
+ readonly canvas?: readonly {
5303
+ readonly name: string;
5304
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
5305
+ readonly accessor: string;
5306
+ readonly display_name: string;
5307
+ }[] | undefined;
5308
+ readonly canvas_templates?: readonly {
5309
+ readonly name: string;
5310
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
5311
+ readonly accessor: string;
5312
+ readonly display_name: string;
5313
+ }[] | undefined;
5314
+ readonly section?: readonly {
5315
+ readonly name: string;
5316
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
5317
+ readonly accessor: string;
5318
+ readonly display_name: string;
5319
+ }[] | undefined;
5320
+ } | undefined;
5321
+ readonly ios?: /*elided*/ any | undefined;
5322
+ readonly full_text_search_config?: string | undefined;
5323
+ readonly include_file_content_in_full_text_search?: boolean | undefined;
5324
+ readonly include_file_metadata_in_full_text_search?: boolean | undefined;
5325
+ readonly include_canvas_content_in_full_text_search?: boolean | undefined;
5326
+ readonly include_canvas_metadata_in_full_text_search?: boolean | undefined;
5327
+ readonly use_collection_player_as_default_file_viewer?: boolean | undefined;
5328
+ readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
5329
+ readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
5330
+ readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5331
+ readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
5332
+ readonly convert_pptx_to_html?: boolean | undefined;
5333
+ readonly convert_pptx_to_html_default_value?: boolean | undefined;
5334
+ readonly enable_search_with_suggestions?: boolean | undefined;
5335
+ readonly enable_search_filter_with_suggestions?: boolean | undefined;
5336
+ readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
5337
+ readonly enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
5338
+ readonly default_pdf_page_dimensions?: {
5339
+ readonly width?: number | string | undefined;
5340
+ readonly height?: number | string | undefined;
5341
+ readonly print_scale?: number | undefined;
5342
+ } | undefined;
5343
+ readonly disable_browser_search_context?: boolean | undefined;
5344
+ readonly location_prompt_type?: "warning" | "block" | undefined;
5345
+ readonly location_prompt_message?: string | undefined;
5346
+ readonly use_collection_player_with_annotations?: boolean | undefined;
5347
+ readonly disable_core_canvas_metadata?: boolean | undefined;
5348
+ readonly enable_folder_description_via_name?: boolean | undefined;
5349
+ readonly enable_download_original_file_in_impact?: boolean | undefined;
5350
+ readonly alternative_canvas_fullscreen?: boolean | undefined;
5351
+ readonly enable_presentation_annotations?: boolean | undefined;
5352
+ readonly max_files_limit?: number | undefined;
5353
+ readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
5354
+ readonly disable_postcall?: boolean | undefined;
5355
+ readonly launch_in_present_mode_on_creation?: boolean | undefined;
5356
+ readonly slotty_ui_route_config?: readonly {
5357
+ readonly name: string;
5358
+ readonly enabled: boolean;
5359
+ readonly type: "base" | "app";
5360
+ }[] | undefined;
5361
+ readonly custom_event?: string | undefined;
5362
+ readonly enable_recents?: boolean | undefined;
5363
+ readonly enable_favorites?: boolean | undefined;
5364
+ readonly enable_sync_file_filtering?: boolean | undefined;
5365
+ readonly time_format?: string | undefined;
5366
+ readonly date_format?: string | undefined;
5367
+ }, {
5368
+ readonly auto_assignment_rules?: readonly {
5369
+ readonly connection_id: string;
5370
+ readonly target_instance_id: string;
5371
+ readonly groups?: readonly string[] | undefined;
5372
+ }[] | undefined;
5373
+ readonly canvas?: {
5374
+ readonly use_linkable_in_catalogiq?: boolean | undefined;
5375
+ readonly enable_v_trusted_js_in_html?: boolean | undefined;
5376
+ readonly enable_read_only_canvas_creation_account?: boolean | undefined;
5377
+ readonly scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
5378
+ readonly enable_wizard_preview_button?: boolean | undefined;
5379
+ readonly locks_polling_interval?: number | undefined;
5380
+ readonly shared_link?: {
5381
+ readonly title?: string | undefined;
5382
+ readonly email_disclaimer?: string | undefined;
5383
+ readonly logo_url?: string | undefined;
5384
+ readonly logo_style?: {
5385
+ readonly [x: string]: any;
5386
+ } | undefined;
5387
+ readonly valid_until_options?: readonly {
5388
+ readonly label: string;
5389
+ readonly value: number;
5390
+ }[] | undefined;
5391
+ readonly disable_rep_changing_allow_download?: boolean | undefined;
5392
+ readonly initial_allow_download?: boolean | undefined;
5393
+ } | undefined;
5394
+ readonly hide_page_break_in_toc?: boolean | undefined;
5395
+ readonly disable_display_index_in_toc?: boolean | undefined;
5396
+ readonly autohide_section_on_created?: {
5397
+ readonly autohide_in_shared_link?: string | undefined;
5398
+ readonly start_date?: Date | undefined;
5399
+ } | undefined;
5400
+ readonly component_availability?: {
5401
+ readonly Multimedia: boolean;
5402
+ readonly Block: boolean;
5403
+ readonly Carousel: boolean;
5404
+ readonly CollectionPlayer: boolean;
5405
+ readonly ContentGrid: boolean;
5406
+ readonly CustomDataTable: boolean;
5407
+ readonly DataCharts: boolean;
5408
+ readonly DynamicDataTable: boolean;
5409
+ readonly Embeddable: boolean;
5410
+ readonly Grid: boolean;
5411
+ readonly Html: boolean;
5412
+ readonly IFrame: boolean;
5413
+ readonly Link: boolean;
5414
+ readonly Page: boolean;
5415
+ readonly PageBreak: boolean;
5416
+ readonly Scribble: boolean;
5417
+ readonly SectionList: boolean;
5418
+ readonly Text: boolean;
5419
+ readonly Timeline: boolean;
5420
+ readonly apps?: {
5421
+ readonly [x: string]: boolean;
5422
+ } | undefined;
5423
+ } | undefined;
5424
+ readonly component_availability_roles?: {
5425
+ readonly Multimedia: {
5426
+ readonly admin?: boolean | undefined;
5427
+ readonly rep?: boolean | undefined;
5428
+ };
5429
+ readonly Block: {
5430
+ readonly admin?: boolean | undefined;
5431
+ readonly rep?: boolean | undefined;
5432
+ };
5433
+ readonly Carousel: {
5434
+ readonly admin?: boolean | undefined;
5435
+ readonly rep?: boolean | undefined;
5436
+ };
5437
+ readonly CollectionPlayer: {
5438
+ readonly admin?: boolean | undefined;
5439
+ readonly rep?: boolean | undefined;
5440
+ };
5441
+ readonly ContentGrid: {
5442
+ readonly admin?: boolean | undefined;
5443
+ readonly rep?: boolean | undefined;
5444
+ };
5445
+ readonly CustomDataTable: {
5446
+ readonly admin?: boolean | undefined;
5447
+ readonly rep?: boolean | undefined;
5448
+ };
5449
+ readonly DataCharts: {
5450
+ readonly admin?: boolean | undefined;
5451
+ readonly rep?: boolean | undefined;
5452
+ };
5453
+ readonly DynamicDataTable: {
5454
+ readonly admin?: boolean | undefined;
5455
+ readonly rep?: boolean | undefined;
5456
+ };
5457
+ readonly Embeddable: {
5458
+ readonly admin?: boolean | undefined;
5459
+ readonly rep?: boolean | undefined;
5460
+ };
5461
+ readonly Grid: {
5462
+ readonly admin?: boolean | undefined;
5463
+ readonly rep?: boolean | undefined;
5464
+ };
5465
+ readonly Html: {
5466
+ readonly admin?: boolean | undefined;
5467
+ readonly rep?: boolean | undefined;
5468
+ };
5469
+ readonly IFrame: {
5470
+ readonly admin?: boolean | undefined;
5471
+ readonly rep?: boolean | undefined;
5472
+ };
5473
+ readonly Link: {
5474
+ readonly admin?: boolean | undefined;
5475
+ readonly rep?: boolean | undefined;
5476
+ };
5477
+ readonly Page: {
5478
+ readonly admin?: boolean | undefined;
5479
+ readonly rep?: boolean | undefined;
5480
+ };
5481
+ readonly PageBreak: {
5482
+ readonly admin?: boolean | undefined;
5483
+ readonly rep?: boolean | undefined;
5484
+ };
5485
+ readonly Scribble: {
5486
+ readonly admin?: boolean | undefined;
5487
+ readonly rep?: boolean | undefined;
5488
+ };
5489
+ readonly SectionList: {
5490
+ readonly admin?: boolean | undefined;
5491
+ readonly rep?: boolean | undefined;
5492
+ };
5493
+ readonly Text: {
5494
+ readonly admin?: boolean | undefined;
5495
+ readonly rep?: boolean | undefined;
5496
+ };
5497
+ readonly Timeline: {
5498
+ readonly admin?: boolean | undefined;
5499
+ readonly rep?: boolean | undefined;
5500
+ };
5501
+ readonly apps?: {
5502
+ readonly [x: string]: {
5503
+ readonly admin?: boolean | undefined;
5504
+ readonly rep?: boolean | undefined;
5505
+ };
5506
+ } | undefined;
5507
+ } | undefined;
5508
+ readonly content_grid_autofill_files_filter_iteratee?: string | undefined;
5509
+ readonly section_content_grid_autofill_files_filter_iteratee?: string | undefined;
5510
+ readonly show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
5511
+ readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
5512
+ readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
5513
+ readonly enable_collection_player_component?: boolean | undefined;
5514
+ readonly autoselect_selected_canvas_account?: boolean | undefined;
5515
+ readonly require_account_on_canvas_creation?: boolean | undefined;
5516
+ readonly enable_canvases_account_filtering?: boolean | undefined;
5517
+ readonly pptx_slide_image_width?: number | undefined;
5518
+ readonly correlation_id_cleanup_delay?: number | undefined;
5519
+ readonly async_download_expiration_hours?: number | undefined;
5520
+ readonly async_download_api_url?: string | undefined;
5521
+ readonly async_download_callback_url?: string | undefined;
5522
+ readonly section_list_mode?: "pagination" | "collapsibles" | undefined;
5523
+ readonly disable_rep_canvas_creation?: boolean | undefined;
5524
+ readonly disable_shared_link_creation?: boolean | undefined;
5525
+ readonly hide_meeting_bar?: boolean | undefined;
5526
+ } | undefined;
5527
+ readonly allow_revoke_shared_link?: boolean | undefined;
5528
+ readonly enable_slotty_ui_asset_manager?: boolean | undefined;
5529
+ readonly enable_admin_asset_manager?: boolean | undefined;
5530
+ readonly api_client_timeout?: number | undefined;
5531
+ readonly enable_monaco_html_editor?: boolean | undefined;
5532
+ readonly skip_metadata_keys_in_list_item?: readonly string[] | undefined;
5533
+ readonly enable_multi_language?: boolean | undefined;
5534
+ readonly enable_multipeer_connectivity?: boolean | undefined;
5535
+ readonly enable_syncbox?: boolean | undefined;
5536
+ readonly canvases_route_order?: number | undefined;
5537
+ readonly content_browser_route_order?: number | undefined;
5538
+ readonly assets_route_order?: number | undefined;
5539
+ readonly impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
5540
+ readonly translation_overrides?: {
5541
+ readonly en?: {
5542
+ readonly [x: string]: string;
5543
+ } | undefined;
5544
+ readonly de?: {
5545
+ readonly [x: string]: string;
5546
+ } | undefined;
5547
+ readonly pl?: {
5548
+ readonly [x: string]: string;
5549
+ } | undefined;
5550
+ readonly tr?: {
5551
+ readonly [x: string]: string;
5552
+ } | undefined;
5553
+ readonly el?: {
5554
+ readonly [x: string]: string;
5555
+ } | undefined;
5556
+ readonly fr?: {
5557
+ readonly [x: string]: string;
5558
+ } | undefined;
5559
+ readonly es?: {
5560
+ readonly [x: string]: string;
5561
+ } | undefined;
5562
+ readonly th?: {
5563
+ readonly [x: string]: string;
5564
+ } | undefined;
5565
+ readonly ja?: {
5566
+ readonly [x: string]: string;
5567
+ } | undefined;
5568
+ readonly zh?: {
5569
+ readonly [x: string]: string;
5570
+ } | undefined;
5571
+ readonly it?: {
5572
+ readonly [x: string]: string;
5573
+ } | undefined;
5574
+ readonly pt?: {
5575
+ readonly [x: string]: string;
5576
+ } | undefined;
5577
+ readonly "pt-br"?: {
5578
+ readonly [x: string]: string;
5579
+ } | undefined;
5580
+ readonly nl?: {
5581
+ readonly [x: string]: string;
5582
+ } | undefined;
5583
+ } | undefined;
5584
+ readonly file_annotations_mode?: "admin" | "personal" | undefined;
5585
+ readonly minimum_event_duration_in_call?: number | undefined;
5586
+ readonly enable_content_rating_in_call?: boolean | undefined;
5587
+ readonly enable_speaker_notes?: boolean | undefined;
5588
+ readonly display_metadata_filters_in_modal?: boolean | undefined;
5589
+ readonly enable_js_api_recommended_files?: boolean | undefined;
5590
+ readonly metadata_highlight_properties?: readonly {
5591
+ readonly background_color?: string | undefined;
5592
+ readonly color?: string | undefined;
5593
+ readonly icon?: string | undefined;
5594
+ readonly key: string;
5595
+ readonly match_value: string | number | boolean | readonly string[];
5596
+ readonly text: string;
5597
+ }[] | undefined;
5598
+ readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
5599
+ readonly section_thumbnail_url_transformer?: string | undefined;
5600
+ readonly pipe_multi_search_separator?: string | undefined;
5601
+ readonly enable_crm_privacy_mode?: boolean | undefined;
5602
+ readonly enable_indicators?: boolean | undefined;
5603
+ readonly enable_metadata_info_in_list_item?: boolean | undefined;
5604
+ readonly smart_folder_rule_attributes?: {
5605
+ readonly sync?: boolean | undefined;
5606
+ readonly max_sync_limit?: number | undefined;
5607
+ readonly sync_chunk_size?: number | undefined;
5608
+ readonly files?: readonly {
5609
+ readonly name: string;
5610
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
5611
+ readonly accessor: string;
5612
+ readonly display_name: string;
5613
+ }[] | undefined;
5614
+ readonly canvas?: readonly {
5615
+ readonly name: string;
5616
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
5617
+ readonly accessor: string;
5618
+ readonly display_name: string;
5619
+ }[] | undefined;
5620
+ readonly canvas_templates?: readonly {
5621
+ readonly name: string;
5622
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
5623
+ readonly accessor: string;
5624
+ readonly display_name: string;
5625
+ }[] | undefined;
5626
+ readonly section?: readonly {
5627
+ readonly name: string;
5628
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
5629
+ readonly accessor: string;
5630
+ readonly display_name: string;
5631
+ }[] | undefined;
5632
+ } | undefined;
5633
+ readonly ios?: /*elided*/ any | undefined;
5634
+ readonly full_text_search_config?: string | undefined;
5635
+ readonly include_file_content_in_full_text_search?: boolean | undefined;
5636
+ readonly include_file_metadata_in_full_text_search?: boolean | undefined;
5637
+ readonly include_canvas_content_in_full_text_search?: boolean | undefined;
5638
+ readonly include_canvas_metadata_in_full_text_search?: boolean | undefined;
5639
+ readonly use_collection_player_as_default_file_viewer?: boolean | undefined;
5640
+ readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
5641
+ readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
5642
+ readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5643
+ readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
5644
+ readonly convert_pptx_to_html?: boolean | undefined;
5645
+ readonly convert_pptx_to_html_default_value?: boolean | undefined;
5646
+ readonly enable_search_with_suggestions?: boolean | undefined;
5647
+ readonly enable_search_filter_with_suggestions?: boolean | undefined;
5648
+ readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
5649
+ readonly enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
5650
+ readonly default_pdf_page_dimensions?: {
5651
+ readonly width?: number | string | undefined;
5652
+ readonly height?: number | string | undefined;
5653
+ readonly print_scale?: number | undefined;
5654
+ } | undefined;
5655
+ readonly disable_browser_search_context?: boolean | undefined;
5656
+ readonly location_prompt_type?: "warning" | "block" | undefined;
5657
+ readonly location_prompt_message?: string | undefined;
5658
+ readonly use_collection_player_with_annotations?: boolean | undefined;
5659
+ readonly disable_core_canvas_metadata?: boolean | undefined;
5660
+ readonly enable_folder_description_via_name?: boolean | undefined;
5661
+ readonly enable_download_original_file_in_impact?: boolean | undefined;
5662
+ readonly alternative_canvas_fullscreen?: boolean | undefined;
5663
+ readonly enable_presentation_annotations?: boolean | undefined;
5664
+ readonly max_files_limit?: number | undefined;
5665
+ readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
5666
+ readonly disable_postcall?: boolean | undefined;
5667
+ readonly launch_in_present_mode_on_creation?: boolean | undefined;
5668
+ readonly slotty_ui_route_config?: readonly {
5669
+ readonly name: string;
5670
+ readonly enabled: boolean;
5671
+ readonly type: "base" | "app";
5672
+ }[] | undefined;
5673
+ readonly custom_event?: string | undefined;
5674
+ readonly enable_recents?: boolean | undefined;
5675
+ readonly enable_favorites?: boolean | undefined;
5676
+ readonly enable_sync_file_filtering?: boolean | undefined;
5677
+ readonly time_format?: string | undefined;
5678
+ readonly date_format?: string | undefined;
5679
+ }>>;
5680
+ initialize: (props: CanvasBuilderProps, launchDarkly: LaunchDarklyEnv) => void;
5681
+ activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, index?: number) => void;
5682
+ deactivateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, itemIndex?: number) => void;
5683
+ addComponentAtParentId: (type: ComponentTypes, parentId?: ComponentNode["id"] | null, afterSiblingId?: ComponentNode["id"] | null, withData?: ComponentNode["data"] | null, withChildren?: ComponentNode["children"], withExtraNodeData?: Partial<ComponentNode>) => void;
5684
+ duplicate: (componentId: ComponentNode["id"]) => void;
5685
+ enterFullscreen: typeof enterFullscreen;
5686
+ exitFullscreen: typeof exitFullscreen;
5687
+ overrideSectionComponentData: ({ usedInSectionId, componentId, componentData, afterSiblingId, remove, }: {
5688
+ usedInSectionId: CanvasRetrieve["id"];
5689
+ componentId: ComponentNode["id"];
5690
+ componentData?: ComponentNode["data"];
5691
+ afterSiblingId?: ComponentNode["id"];
5692
+ remove?: boolean;
5693
+ }) => void;
5694
+ patchCanvasContentByCondition: (condition: (node: ComponentNode) => boolean, patch: Partial<ComponentNode>) => void;
5695
+ patchNodeById: (id: ComponentNode["id"], patch: Partial<ComponentNode>) => void;
5696
+ removeComponent: (id: ComponentNode["id"], sectionId?: CanvasRetrieve["id"]) => void;
5697
+ removeComponentById: (id: ComponentNode["id"]) => void;
5698
+ resetChildrenOfNodeById: (id: ComponentNode["id"]) => void;
5699
+ setActiveCanvas: (newCanvas: CanvasRetrieve) => void;
5700
+ setAddMode: (type: false | ComponentTypes, parentId?: ComponentNode["id"] | null, afterSiblingId?: ComponentNode["id"] | null) => void;
5701
+ setCanvasContent: ({ content, component }: {
5702
+ content: ComponentNode[];
5703
+ component?: ComponentNode | null;
5704
+ }) => void;
5705
+ setCanvasMetadata: (metadata: CanvasMetadataRetrieve["config"] | null) => void;
5706
+ setComponentEditMode: (type: false | ComponentTypes, id?: ComponentNode["id"] | null, usedInSectionId?: CanvasRetrieve["id"]) => void;
5707
+ setComponentSelectedMode: (id?: ComponentNode["id"], navigatorItemIndex?: number) => void;
5708
+ setComponentSettingsMode: (id?: ComponentNode["id"] | false) => void;
5709
+ setInCall: (value?: boolean | undefined) => void;
5710
+ setIsEditMode: (value: boolean) => void;
5711
+ updateActiveCanvasProperties: (newProperties: Partial<CanvasRetrieve>) => void;
5712
+ mergeIntoActiveContext: (contextUpdate: Record<string, any>) => void;
5713
+ updateHomePageSettings: (homePage: {
5714
+ component_id: string;
5715
+ section_id?: string | null;
5716
+ } | null) => void;
5717
+ updateNodeData: (data: ComponentNode["data"], id: ComponentNode["id"], sectionId?: CanvasRetrieve["id"]) => void;
5718
+ updateNodeDataById: (id: ComponentNode["id"], newData: ComponentNode["data"]) => void;
5719
+ deepMergeNodeById: (id: ComponentNode["id"], patch: Partial<ComponentNode>) => void;
5720
+ cleanup: typeof cleanup;
5721
+ saveCanvasContent: typeof saveCanvasContent;
5722
+ saveCanvasContext: typeof saveCanvasContext;
5723
+ saveCanvasContentWithContext: typeof saveCanvasContentWithContext;
5724
+ navigateToHome: (skipSetPreviousLocation?: boolean) => Promise<boolean>;
5725
+ processCanvasNodesForDisplay: (nodes: ComponentNode[]) => ComponentNode[];
5726
+ updateMultimediaNodeWithThemeAsset: (nodeId: string, multimediaProps: MultimediaProps, directNodeUpdate?: {
5727
+ node: ComponentNode;
5728
+ section: CanvasRetrieve["sections"][number];
5729
+ }) => boolean;
5730
+ findNodeInSection: (sectionId: string, nodeId: string) => ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps> | null;
5731
+ updateNodeInSection: (sectionId: string, nodeId: string, newData: ComponentNode["data"]) => boolean;
5732
+ getMaxWidth: typeof getMaxWidth;
5733
+ getParentType: (nodeId: Ref<ComponentNode["id"] | null | undefined>) => import('vue').ComputedRef<ComponentTypes | undefined>;
5734
+ onWizardEnter: Ref<(() => void) | undefined, (() => void) | undefined>;
5735
+ onWizardExit: Ref<(() => void) | undefined, (() => void) | undefined>;
5736
+ contentAnnotation: Ref<{
5737
+ isVisibleMenu: boolean;
5738
+ markerTools: {
5739
+ [key: string]: {
5740
+ marker: typeof import('@markerjs/markerjs3').MarkerBase | "selection" | "eraseSelected" | "eraseAll" | null;
5741
+ icon: string;
5742
+ translationKey: string;
5743
+ action?: () => void;
5744
+ dividerBefore?: boolean;
5745
+ };
5746
+ };
5747
+ activeToolIcon: string;
5748
+ activeTool: string | typeof import('@markerjs/markerjs3').MarkerBase | null;
5749
+ isReady: boolean;
5750
+ handleAnnotationSelect: (action: string) => void;
5751
+ setActiveMarker: (marker: null | import('@markerjs/markerjs3').MarkerArea) => void;
5752
+ activeMarker: import('@markerjs/markerjs3').MarkerArea | null;
5753
+ showMenu: (value: boolean) => boolean;
5754
+ toggleMenu: () => boolean;
5755
+ storage: Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>;
5756
+ resetAnnotations: (notify?: boolean) => void;
5757
+ triggerToolUpdate: () => void;
5758
+ clearStorage: () => void;
5759
+ applyShadowRootStyles: (shadowRoot: ShadowRoot) => void;
5760
+ createNewImage: (width: number, height: number) => string;
5761
+ isDrawingActive: boolean;
5762
+ } | null, {
5763
+ isVisibleMenu: Ref<boolean, boolean>;
5764
+ markerTools: import('vue').ComputedRef<{
5765
+ [key: string]: {
5766
+ marker: typeof import('@markerjs/markerjs3').MarkerBase | "selection" | "eraseSelected" | "eraseAll" | null;
5767
+ icon: string;
5768
+ translationKey: string;
5769
+ action?: () => void;
5770
+ dividerBefore?: boolean;
5771
+ };
5772
+ }>;
5773
+ activeToolIcon: import('vue').ComputedRef<string>;
5774
+ activeTool: Ref<string | typeof import('@markerjs/markerjs3').MarkerBase | null, string | typeof import('@markerjs/markerjs3').MarkerBase | null>;
5775
+ isReady: Ref<boolean, boolean>;
5776
+ handleAnnotationSelect: (action: string) => void;
5777
+ setActiveMarker: (marker: null | import('@markerjs/markerjs3').MarkerArea) => void;
5778
+ activeMarker: Ref<import('@markerjs/markerjs3').MarkerArea | null, import('@markerjs/markerjs3').MarkerArea | null>;
5779
+ showMenu: (value: boolean) => boolean;
5780
+ toggleMenu: () => boolean;
5781
+ storage: Map<string, any>;
5782
+ resetAnnotations: (notify?: boolean) => void;
5783
+ triggerToolUpdate: () => void;
5784
+ clearStorage: () => void;
5785
+ applyShadowRootStyles: (shadowRoot: ShadowRoot) => void;
5786
+ createNewImage: (width: number, height: number) => string;
5787
+ isDrawingActive: import('vue').ComputedRef<boolean>;
5788
+ } | {
5789
+ isVisibleMenu: boolean;
5790
+ markerTools: {
5791
+ [key: string]: {
5792
+ marker: typeof import('@markerjs/markerjs3').MarkerBase | "selection" | "eraseSelected" | "eraseAll" | null;
5793
+ icon: string;
5794
+ translationKey: string;
5795
+ action?: () => void;
5796
+ dividerBefore?: boolean;
5797
+ };
5798
+ };
5799
+ activeToolIcon: string;
5800
+ activeTool: string | typeof import('@markerjs/markerjs3').MarkerBase | null;
5801
+ isReady: boolean;
5802
+ handleAnnotationSelect: (action: string) => void;
5803
+ setActiveMarker: (marker: null | import('@markerjs/markerjs3').MarkerArea) => void;
5804
+ activeMarker: import('@markerjs/markerjs3').MarkerArea | null;
5805
+ showMenu: (value: boolean) => boolean;
5806
+ toggleMenu: () => boolean;
5807
+ storage: Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>;
5808
+ resetAnnotations: (notify?: boolean) => void;
5809
+ triggerToolUpdate: () => void;
5810
+ clearStorage: () => void;
5811
+ applyShadowRootStyles: (shadowRoot: ShadowRoot) => void;
5812
+ createNewImage: (width: number, height: number) => string;
5813
+ isDrawingActive: boolean;
5814
+ } | null>;
5815
+ getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
5816
+ watchCanvas: () => import('vue').WatchHandle;
3458
5817
  };
3459
5818
  export {};