@pitcher/js-api 1.25.0 → 1.26.0-beta.2

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 (274) hide show
  1. package/js-api.esm.js +53 -7
  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/Common/SmartFolderListItem.vue.d.ts +4 -0
  14. package/lib/apps/browser/components/FileSmartFoldersToolbar.vue.d.ts +2 -2
  15. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +9 -5
  16. package/lib/apps/browser/stores/api.d.ts +32 -12
  17. package/lib/apps/browser/stores/app.d.ts +3 -0
  18. package/lib/apps/browser/stores/upload.d.ts +16 -20
  19. package/lib/apps/browser/types/actionKeys.d.ts +22 -0
  20. package/lib/apps/canvas-builder/App.helpers.d.ts +2 -1
  21. package/lib/apps/canvas-builder/App.vue.d.ts +308 -262
  22. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +4 -4
  23. package/lib/apps/canvas-builder/components/container/AnnotationMenu/AnnotationMenu.vue.d.ts +60 -0
  24. package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +12 -0
  25. package/lib/apps/canvas-builder/components/container/CanvasContent/AnnotationContent.vue.d.ts +8 -0
  26. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +4 -1
  27. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -0
  28. package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +13 -0
  29. package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +27 -0
  30. package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +1 -0
  31. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +1 -3
  32. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +23 -0
  33. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +19 -0
  34. package/lib/apps/canvas-builder/components/container/EditableComponent/{EditableComponentRevamp.vue.d.ts → EditableComponentContent.vue.d.ts} +25 -0
  35. package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +4 -0
  36. package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +4 -0
  37. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +5 -5
  38. package/lib/apps/canvas-builder/components/container/PopupApps/AdaptivePopupAppsButtons.vue.d.ts +17 -0
  39. package/lib/apps/canvas-builder/components/container/PopupApps/PopupAppsButtons.vue.d.ts +18 -0
  40. package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +1 -0
  41. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +2 -0
  42. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +1 -0
  43. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.utils.d.ts +16 -0
  44. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +1 -0
  45. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +9 -5
  46. package/lib/apps/canvas-builder/components/ui/Html/CAiHtmlActions.vue.d.ts +23 -0
  47. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +5 -2
  48. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +1 -0
  49. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +9 -5
  50. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +2 -1
  51. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +2 -1
  52. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +2 -1
  53. package/lib/apps/canvas-builder/components/ui/Scribble/scribble.helpers.d.ts +9 -0
  54. package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +39 -0
  55. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -1
  56. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -1
  57. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCompact.vue.d.ts +18 -0
  58. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListItem.vue.d.ts +27 -0
  59. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSearch.vue.d.ts +11 -0
  60. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +7 -7
  61. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +154 -0
  62. package/lib/apps/canvas-builder/composables/useAnnotation.d.ts +29 -0
  63. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +1741 -143
  64. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +18 -20
  65. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +16 -0
  66. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +12 -8
  67. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +25 -7
  68. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +3 -1
  69. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +19 -4
  70. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -1
  71. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +3 -0
  72. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -2
  73. package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +5 -0
  74. package/lib/apps/canvas-builder/composables/useEmbeddable.d.ts +7 -0
  75. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +1 -0
  76. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +7 -1
  77. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +913 -0
  78. package/lib/apps/canvas-builder/composables/usePrintMode.d.ts +2 -0
  79. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +1 -1
  80. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +98 -0
  81. package/lib/apps/canvas-builder/composables/useScribbleToolbar.d.ts +11 -0
  82. package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -0
  83. package/lib/apps/canvas-builder/constants/canvas.const.d.ts +2 -1
  84. package/lib/apps/canvas-builder/types/canvas.d.ts +36 -3
  85. package/lib/apps/canvas-builder/util/canvas.util.d.ts +3 -1
  86. package/lib/apps/canvas-builder/util/iframe.util.d.ts +16 -0
  87. package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +171 -1
  88. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +160 -1
  89. package/lib/apps/canvas-selector/stores/app.d.ts +14 -14
  90. package/lib/apps/collection-player/App.vue.d.ts +1 -0
  91. package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +5 -1
  92. package/lib/apps/collection-player/stores/app.store.d.ts +3 -0
  93. package/lib/apps/collection-player/types/collection-player.type.d.ts +18 -0
  94. package/lib/apps/collection-selector/App.vue.d.ts +7 -7
  95. package/lib/apps/collection-selector/stores/app.store.d.ts +4 -2
  96. package/lib/apps/collection-selector/utils/content-selector-adapter.util.d.ts +20 -2
  97. package/lib/apps/collection-selector/utils/data.util.d.ts +4 -4
  98. package/lib/apps/content-selector/App.vue.d.ts +2 -0
  99. package/lib/apps/content-selector/appTypes.d.ts +2 -0
  100. package/lib/apps/content-selector/components/Assets.vue.d.ts +75 -1
  101. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +3 -0
  102. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +1 -0
  103. package/lib/apps/content-selector/components/Content.vue.d.ts +74 -1
  104. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +14 -2
  105. package/lib/apps/content-selector/stores/app.d.ts +34 -5
  106. package/lib/apps/content-selector/util/file.d.ts +6 -3
  107. package/lib/apps/ppt-conversion-selector/composables/canvas.use.d.ts +3 -2
  108. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +7 -3
  109. package/lib/apps/ppt-conversion-selector/utils/thumbnail.util.d.ts +1 -0
  110. package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +6 -2
  111. package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +15 -0
  112. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +3 -0
  113. package/lib/components/CCarousel/CCarousel.vue.d.ts +20 -0
  114. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +3 -0
  115. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +5 -3
  116. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +2 -0
  117. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +3 -0
  118. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +31 -0
  119. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +18 -16
  120. package/lib/components/CDataTable/CDataTable.vue.d.ts +12 -12
  121. package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +8 -0
  122. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +3 -9
  123. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +2 -5
  124. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +2 -6
  125. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +9 -5
  126. package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +1 -0
  127. package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +3 -0
  128. package/lib/components/CImage/CImage.vue.d.ts +11 -0
  129. package/lib/components/CInput/CInput.vue.d.ts +4 -4
  130. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +1 -1
  131. package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +27 -0
  132. package/lib/components/CPillSelect/CPillSelect.vue.d.ts +14 -0
  133. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +1 -1
  134. package/lib/components/CProcessingOverlay/CProcessingOverlay.vue.d.ts +19 -0
  135. package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +4 -0
  136. package/lib/components/CRenameModal/CRenameModal.vue.d.ts +28 -0
  137. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +20 -5
  138. package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +28 -8
  139. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +14 -4
  140. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -4
  141. package/lib/components/CSearch/CSearch.vue.d.ts +2 -0
  142. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +1 -0
  143. package/lib/components/CSectionSelectionActions/CSectionSelectionActions.vue.d.ts +19 -0
  144. package/lib/components/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +135 -0
  145. package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +44 -0
  146. package/lib/components/CSlideViewer/CSlideViewer.pdfjs.vue.d.ts +18 -0
  147. package/lib/components/CSlideViewer/CSlideViewer.pspdfkit.vue.d.ts +14 -0
  148. package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +12 -0
  149. package/lib/components/CTableInput/CTableInput.vue.d.ts +10 -8
  150. package/lib/components/CTableTag/CTableTag.vue.d.ts +5 -4
  151. package/lib/components/CTags/CTags.vue.d.ts +4 -4
  152. package/lib/components/CThumbnail/CThumbnail.vue.d.ts +1 -0
  153. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +4 -1
  154. package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +438 -0
  155. package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +41 -0
  156. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +44 -60
  157. package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +13 -19
  158. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +39 -33
  159. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +9 -6
  160. package/lib/components/filters/CSearchFilter.vue.d.ts +9 -1
  161. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +13 -7
  162. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +3 -2
  163. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +4 -4
  164. package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +2 -0
  165. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +12 -8
  166. package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +8 -3
  167. package/lib/components/sections/CSectionManagement.vue.d.ts +25 -1
  168. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +7 -0
  169. package/lib/components/themes/CThemeManagement.vue.d.ts +96 -10
  170. package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +31 -3
  171. package/lib/composables/appsDb.use.d.ts +2 -2
  172. package/lib/composables/bulkActions.use.d.ts +2 -2
  173. package/lib/composables/useBindValidation.d.ts +1 -1
  174. package/lib/composables/useBroadcastRouteChange.d.ts +4 -0
  175. package/lib/composables/useCanvasStandardFilters.d.ts +35 -0
  176. package/lib/composables/useDeleteUsedCanvasesConfirmation.d.ts +23 -0
  177. package/lib/composables/useElementSizeAfterDom.d.ts +5 -0
  178. package/lib/composables/useFileDisplayHelpers.d.ts +6 -2
  179. package/lib/composables/useFileInfo.d.ts +30 -0
  180. package/lib/composables/useFilterSuggestions.d.ts +48 -0
  181. package/lib/composables/useFolderNameDescription.d.ts +25 -0
  182. package/lib/composables/useImageAccessibility.d.ts +13 -0
  183. package/lib/composables/useLegacyCollectionFileLoader.d.ts +31 -0
  184. package/lib/composables/useMetadataSearch.d.ts +22 -1
  185. package/lib/composables/usePolling.d.ts +23 -0
  186. package/lib/composables/useWindowEvents.d.ts +1 -0
  187. package/lib/constants/cdp.const.d.ts +2 -0
  188. package/lib/constants/tables.const.d.ts +1 -1
  189. package/lib/custom-naive-locales/it.d.ts +124 -0
  190. package/lib/custom-naive-locales/ja.d.ts +124 -0
  191. package/lib/custom-naive-locales/nl.d.ts +124 -0
  192. package/lib/custom-naive-locales/pt.d.ts +124 -0
  193. package/lib/custom-naive-locales/th.d.ts +124 -0
  194. package/lib/custom-naive-locales/zh.d.ts +124 -0
  195. package/lib/main.lib.d.ts +17 -3
  196. package/lib/modules/algolia-instantsearch.d.ts +1 -0
  197. package/lib/sdk/api/HighLevelApi.d.ts +4 -2
  198. package/lib/sdk/api/modules/admin/types.admin.d.ts +8 -0
  199. package/lib/sdk/api/modules/dsr/files.dsr.d.ts +12 -0
  200. package/lib/sdk/api/modules/dsr/index.d.ts +3 -0
  201. package/lib/sdk/api/modules/dsr/types.dsr.d.ts +1 -0
  202. package/lib/sdk/api/modules/files.d.ts +2 -2
  203. package/lib/sdk/api/modules/share.d.ts +8 -1
  204. package/lib/sdk/api/modules/ui/canvas.ui.d.ts +25 -1
  205. package/lib/sdk/api/modules/ui/index.d.ts +2 -0
  206. package/lib/sdk/api/modules/ui/types.ui.d.ts +24 -0
  207. package/lib/sdk/api/modules/webView.d.ts +2 -1
  208. package/lib/sdk/interfaces.d.ts +90 -2
  209. package/lib/sdk/main.d.ts +24 -6
  210. package/lib/sdk/payload.types.d.ts +30 -0
  211. package/lib/stores/sectionSmartFolderStore.d.ts +112 -0
  212. package/lib/types/app.d.ts +20 -3
  213. package/lib/types/call.d.ts +1 -0
  214. package/lib/types/core/MetadataFilter.d.ts +2 -0
  215. package/lib/types/files.d.ts +2 -0
  216. package/lib/types/i18n.types.d.ts +1 -1
  217. package/lib/types/instanceSettings.types.d.ts +22 -4
  218. package/lib/types/launchDarkly.types.d.ts +2 -4
  219. package/lib/types/organizationSettings.types.d.ts +36 -0
  220. package/lib/types/sfdc.d.ts +1 -0
  221. package/lib/util/date.d.ts +1 -0
  222. package/lib/util/network.d.ts +8 -0
  223. package/lib/util/soql.util.d.ts +2 -0
  224. package/lib/util/storage.util.d.ts +2 -0
  225. package/lib/util/string.d.ts +1 -1
  226. package/lib/util/toCssClassKey.d.ts +1 -0
  227. package/lib/utils/defaultThumbnail.util.d.ts +3 -0
  228. package/lib/utils/iframeInitialize.d.ts +12 -0
  229. package/package.json +1 -1
  230. package/types/openapi/models/Canvas.d.ts +1 -1
  231. package/types/openapi/models/CanvasCreate.d.ts +2 -2
  232. package/types/openapi/models/CanvasCreateRequest.d.ts +2 -2
  233. package/types/openapi/models/CanvasRecommendedFile.d.ts +0 -2
  234. package/types/openapi/models/CanvasRetrieve.d.ts +2 -2
  235. package/types/openapi/models/CanvasSection.d.ts +1 -0
  236. package/types/openapi/models/CanvasUpdate.d.ts +2 -2
  237. package/types/openapi/models/CanvasUpdateRequest.d.ts +2 -2
  238. package/types/openapi/models/ContentDistributionGroup.d.ts +1 -0
  239. package/types/openapi/models/ContentDistributionGroupCreate.d.ts +1 -0
  240. package/types/openapi/models/DeletedCanvas.d.ts +1 -1
  241. package/types/openapi/models/DeletedContentDistributionGroup.d.ts +1 -0
  242. package/types/openapi/models/DeletedFile.d.ts +0 -2
  243. package/types/openapi/models/DeletedFolder.d.ts +3 -0
  244. package/types/openapi/models/FavoriteFolder.d.ts +3 -0
  245. package/types/openapi/models/FavoriteFolderRequest.d.ts +3 -0
  246. package/types/openapi/models/File.d.ts +0 -2
  247. package/types/openapi/models/FileCreate.d.ts +0 -2
  248. package/types/openapi/models/FileCreateRequest.d.ts +0 -1
  249. package/types/openapi/models/FileRetrieve.d.ts +0 -2
  250. package/types/openapi/models/FileUpdate.d.ts +0 -2
  251. package/types/openapi/models/FileUpdateRequest.d.ts +0 -1
  252. package/types/openapi/models/Folder.d.ts +3 -0
  253. package/types/openapi/models/FolderCreate.d.ts +2 -1
  254. package/types/openapi/models/FolderFolder.d.ts +5 -0
  255. package/types/openapi/models/FolderRetrieve.d.ts +5 -1
  256. package/types/openapi/models/FolderUpdate.d.ts +2 -1
  257. package/types/openapi/models/InstanceMembership.d.ts +4 -0
  258. package/types/openapi/models/InstanceMembershipCreate.d.ts +4 -0
  259. package/types/openapi/models/InstanceMembershipCreateRequest.d.ts +4 -0
  260. package/types/openapi/models/InstanceMembershipRequest.d.ts +4 -0
  261. package/types/openapi/models/InstanceMembershipUser.d.ts +0 -2
  262. package/types/openapi/models/InstanceRequest.d.ts +1 -1
  263. package/types/openapi/models/InstanceUpdateRequest.d.ts +1 -1
  264. package/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +2 -2
  265. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +0 -1
  266. package/types/openapi/models/PatchedInstanceMembershipRequest.d.ts +4 -0
  267. package/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +1 -1
  268. package/types/openapi/models/SharedLinkCanvas.d.ts +1 -1
  269. package/types/openapi/models/SharedLinkCanvasRequest.d.ts +1 -1
  270. package/types/openapi/models/User.d.ts +1 -0
  271. package/lib/components/CFileViewer/pdf/CFileViewer.pageThumbFavorite.pdf.use.d.ts +0 -10
  272. package/lib/components/CImage/CBrokenImage.vue.d.ts +0 -10
  273. package/lib/directives/usage-track.directive.d.ts +0 -10
  274. 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 {
@@ -474,6 +478,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
474
478
  } | undefined;
475
479
  readonly name: string;
476
480
  readonly hide_footer?: boolean | undefined;
481
+ readonly data_accessor?: string | undefined;
477
482
  } | {
478
483
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
479
484
  readonly columns: number;
@@ -523,6 +528,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
523
528
  readonly src: string | null;
524
529
  readonly height?: string | undefined;
525
530
  readonly width?: string | undefined;
531
+ readonly full_screen_mode?: boolean | undefined;
526
532
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
527
533
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
528
534
  readonly properties_by_embed_location?: {
@@ -622,13 +628,14 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
622
628
  })[];
623
629
  readonly size?: "medium" | undefined;
624
630
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
631
+ readonly data_accessor?: string | undefined;
625
632
  } | {
626
633
  readonly sections: readonly {
627
634
  readonly id: string;
628
635
  readonly style?: {
629
636
  readonly [x: string]: any;
630
637
  } | undefined;
631
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
638
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
632
639
  readonly background_video_url?: string | undefined;
633
640
  }[];
634
641
  readonly animation_in?: string | undefined;
@@ -641,6 +648,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
641
648
  readonly src: string | null;
642
649
  readonly height?: string | undefined;
643
650
  readonly width?: string | undefined;
651
+ readonly full_screen_mode?: boolean | undefined;
644
652
  readonly add_session_context?: boolean | undefined;
645
653
  } | {
646
654
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -678,8 +686,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
678
686
  readonly [x: string]: any;
679
687
  } | undefined;
680
688
  readonly tags?: readonly string[] | undefined;
681
- readonly transcript?: string | undefined;
682
- readonly search?: string | null | undefined;
683
689
  readonly published_at?: string | null | undefined;
684
690
  readonly expires_at?: string | null | undefined;
685
691
  readonly instance_id?: string | undefined;
@@ -719,7 +725,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
719
725
  readonly target?: "_self" | "_blank" | undefined;
720
726
  readonly url?: string | undefined;
721
727
  } | {} | {
722
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
728
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
723
729
  readonly background_video_url?: string | undefined;
724
730
  } | {
725
731
  readonly events: readonly {
@@ -773,8 +779,12 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
773
779
  };
774
780
  };
775
781
  }>;
776
- declare function exitFullscreen(): void;
777
- declare function enterFullscreen(): void;
782
+ declare function exitFullscreen(options?: {
783
+ skipJsApiEvent?: boolean;
784
+ }): void;
785
+ declare function enterFullscreen(options?: {
786
+ skipJsApiEvent?: boolean;
787
+ }): void;
778
788
  declare function saveCanvasContent({ showToast }?: {
779
789
  showToast: boolean;
780
790
  }): Promise<void>;
@@ -783,13 +793,14 @@ declare function saveCanvasContext(context: any, { showToast }?: {
783
793
  }): Promise<undefined>;
784
794
  declare function saveCanvasContentWithContext(context: any, { showToast }?: {
785
795
  showToast?: boolean;
786
- }): Promise<undefined>;
796
+ }, extraMetadata?: Record<string, any>): Promise<undefined>;
797
+ declare function getMaxWidth(pitcherSettings: OrganizationSettings & InstanceSettings, enableScaleContent?: boolean): string | undefined;
787
798
  export default function useCanvas(): {
788
799
  activeCanvas: Ref<{
789
800
  readonly id: string;
790
801
  name: string;
791
802
  content?: Record<string, any> | undefined;
792
- context?: Record<string, any> | undefined;
803
+ context?: any;
793
804
  indicators?: (Record<string, any> | null) | undefined;
794
805
  theme?: (Record<string, any> | null) | undefined;
795
806
  is_draft?: boolean | undefined;
@@ -798,7 +809,7 @@ export default function useCanvas(): {
798
809
  is_block?: boolean | undefined;
799
810
  is_editable?: boolean | undefined;
800
811
  is_default?: boolean | undefined;
801
- metadata?: Record<string, any> | undefined;
812
+ metadata?: any;
802
813
  tags?: Array<string> | undefined;
803
814
  start_at?: string | null | undefined;
804
815
  expires_at?: string | null | undefined;
@@ -815,6 +826,7 @@ export default function useCanvas(): {
815
826
  content: Record<string, any>;
816
827
  theme?: (Record<string, any> | null) | undefined;
817
828
  metadata?: Record<string, any> | undefined;
829
+ is_draft: boolean;
818
830
  }[];
819
831
  readonly shared_link: {
820
832
  readonly url: string;
@@ -851,7 +863,7 @@ export default function useCanvas(): {
851
863
  readonly id: string;
852
864
  name: string;
853
865
  content?: Record<string, any> | undefined;
854
- context?: Record<string, any> | undefined;
866
+ context?: any;
855
867
  indicators?: (Record<string, any> | null) | undefined;
856
868
  theme?: (Record<string, any> | null) | undefined;
857
869
  is_draft?: boolean | undefined;
@@ -860,7 +872,7 @@ export default function useCanvas(): {
860
872
  is_block?: boolean | undefined;
861
873
  is_editable?: boolean | undefined;
862
874
  is_default?: boolean | undefined;
863
- metadata?: Record<string, any> | undefined;
875
+ metadata?: any;
864
876
  tags?: Array<string> | undefined;
865
877
  start_at?: string | null | undefined;
866
878
  expires_at?: string | null | undefined;
@@ -877,6 +889,7 @@ export default function useCanvas(): {
877
889
  content: Record<string, any>;
878
890
  theme?: (Record<string, any> | null) | undefined;
879
891
  metadata?: Record<string, any> | undefined;
892
+ is_draft: boolean;
880
893
  }[];
881
894
  readonly shared_link: {
882
895
  readonly url: string;
@@ -916,6 +929,7 @@ export default function useCanvas(): {
916
929
  content: Record<string, any>;
917
930
  theme?: (Record<string, any> | null) | undefined;
918
931
  metadata?: Record<string, any> | undefined;
932
+ is_draft: boolean;
919
933
  }>>;
920
934
  activeEditNode: import('vue').ComputedRef<{
921
935
  readonly id: string;
@@ -999,6 +1013,7 @@ export default function useCanvas(): {
999
1013
  } | undefined;
1000
1014
  readonly name: string;
1001
1015
  readonly hide_footer?: boolean | undefined;
1016
+ readonly data_accessor?: string | undefined;
1002
1017
  } | {
1003
1018
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
1004
1019
  readonly columns: number;
@@ -1048,6 +1063,7 @@ export default function useCanvas(): {
1048
1063
  readonly src: string | null;
1049
1064
  readonly height?: string | undefined;
1050
1065
  readonly width?: string | undefined;
1066
+ readonly full_screen_mode?: boolean | undefined;
1051
1067
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
1052
1068
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
1053
1069
  readonly properties_by_embed_location?: {
@@ -1147,13 +1163,14 @@ export default function useCanvas(): {
1147
1163
  })[];
1148
1164
  readonly size?: "medium" | undefined;
1149
1165
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
1166
+ readonly data_accessor?: string | undefined;
1150
1167
  } | {
1151
1168
  readonly sections: readonly {
1152
1169
  readonly id: string;
1153
1170
  readonly style?: {
1154
1171
  readonly [x: string]: any;
1155
1172
  } | undefined;
1156
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1173
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1157
1174
  readonly background_video_url?: string | undefined;
1158
1175
  }[];
1159
1176
  readonly animation_in?: string | undefined;
@@ -1166,6 +1183,7 @@ export default function useCanvas(): {
1166
1183
  readonly src: string | null;
1167
1184
  readonly height?: string | undefined;
1168
1185
  readonly width?: string | undefined;
1186
+ readonly full_screen_mode?: boolean | undefined;
1169
1187
  readonly add_session_context?: boolean | undefined;
1170
1188
  } | {
1171
1189
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -1203,8 +1221,6 @@ export default function useCanvas(): {
1203
1221
  readonly [x: string]: any;
1204
1222
  } | undefined;
1205
1223
  readonly tags?: readonly string[] | undefined;
1206
- readonly transcript?: string | undefined;
1207
- readonly search?: string | null | undefined;
1208
1224
  readonly published_at?: string | null | undefined;
1209
1225
  readonly expires_at?: string | null | undefined;
1210
1226
  readonly instance_id?: string | undefined;
@@ -1244,7 +1260,7 @@ export default function useCanvas(): {
1244
1260
  readonly target?: "_self" | "_blank" | undefined;
1245
1261
  readonly url?: string | undefined;
1246
1262
  } | {} | {
1247
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1263
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1248
1264
  readonly background_video_url?: string | undefined;
1249
1265
  } | {
1250
1266
  readonly events: readonly {
@@ -1300,14 +1316,17 @@ export default function useCanvas(): {
1300
1316
  id: string;
1301
1317
  sectionId?: string | undefined;
1302
1318
  previewMode?: boolean | undefined;
1319
+ index?: number | undefined;
1303
1320
  }[], {
1304
1321
  id: string;
1305
1322
  sectionId?: string;
1306
1323
  previewMode?: boolean;
1324
+ index?: number;
1307
1325
  }[] | {
1308
1326
  id: string;
1309
1327
  sectionId?: string | undefined;
1310
1328
  previewMode?: boolean | undefined;
1329
+ index?: number | undefined;
1311
1330
  }[]>;
1312
1331
  activeSettingsNode: import('vue').ComputedRef<{
1313
1332
  readonly id: string;
@@ -1391,6 +1410,7 @@ export default function useCanvas(): {
1391
1410
  } | undefined;
1392
1411
  readonly name: string;
1393
1412
  readonly hide_footer?: boolean | undefined;
1413
+ readonly data_accessor?: string | undefined;
1394
1414
  } | {
1395
1415
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
1396
1416
  readonly columns: number;
@@ -1440,6 +1460,7 @@ export default function useCanvas(): {
1440
1460
  readonly src: string | null;
1441
1461
  readonly height?: string | undefined;
1442
1462
  readonly width?: string | undefined;
1463
+ readonly full_screen_mode?: boolean | undefined;
1443
1464
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
1444
1465
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
1445
1466
  readonly properties_by_embed_location?: {
@@ -1539,13 +1560,14 @@ export default function useCanvas(): {
1539
1560
  })[];
1540
1561
  readonly size?: "medium" | undefined;
1541
1562
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
1563
+ readonly data_accessor?: string | undefined;
1542
1564
  } | {
1543
1565
  readonly sections: readonly {
1544
1566
  readonly id: string;
1545
1567
  readonly style?: {
1546
1568
  readonly [x: string]: any;
1547
1569
  } | undefined;
1548
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1570
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1549
1571
  readonly background_video_url?: string | undefined;
1550
1572
  }[];
1551
1573
  readonly animation_in?: string | undefined;
@@ -1558,6 +1580,7 @@ export default function useCanvas(): {
1558
1580
  readonly src: string | null;
1559
1581
  readonly height?: string | undefined;
1560
1582
  readonly width?: string | undefined;
1583
+ readonly full_screen_mode?: boolean | undefined;
1561
1584
  readonly add_session_context?: boolean | undefined;
1562
1585
  } | {
1563
1586
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -1595,8 +1618,6 @@ export default function useCanvas(): {
1595
1618
  readonly [x: string]: any;
1596
1619
  } | undefined;
1597
1620
  readonly tags?: readonly string[] | undefined;
1598
- readonly transcript?: string | undefined;
1599
- readonly search?: string | null | undefined;
1600
1621
  readonly published_at?: string | null | undefined;
1601
1622
  readonly expires_at?: string | null | undefined;
1602
1623
  readonly instance_id?: string | undefined;
@@ -1636,7 +1657,7 @@ export default function useCanvas(): {
1636
1657
  readonly target?: "_self" | "_blank" | undefined;
1637
1658
  readonly url?: string | undefined;
1638
1659
  } | {} | {
1639
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1660
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1640
1661
  readonly background_video_url?: string | undefined;
1641
1662
  } | {
1642
1663
  readonly events: readonly {
@@ -1776,6 +1797,7 @@ export default function useCanvas(): {
1776
1797
  filters?: Record<string, any> | undefined;
1777
1798
  name: string;
1778
1799
  hide_footer?: boolean | undefined;
1800
+ data_accessor?: string | undefined;
1779
1801
  } | {
1780
1802
  layout_type: import('../types/canvas').GridLayoutTypes;
1781
1803
  columns: number;
@@ -1821,6 +1843,7 @@ export default function useCanvas(): {
1821
1843
  src: string | null;
1822
1844
  height?: string | undefined;
1823
1845
  width?: string | undefined;
1846
+ full_screen_mode?: boolean | undefined;
1824
1847
  embed_locations?: EmbedLocation[] | undefined;
1825
1848
  headless_locations?: EmbedLocation[] | undefined;
1826
1849
  properties_by_embed_location?: {
@@ -1914,11 +1937,12 @@ export default function useCanvas(): {
1914
1937
  })[];
1915
1938
  size?: "medium" | undefined;
1916
1939
  layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
1940
+ data_accessor?: string | undefined;
1917
1941
  } | {
1918
1942
  sections: {
1919
1943
  id: string;
1920
1944
  style?: Record<string, any> | undefined;
1921
- aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1945
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
1922
1946
  background_video_url?: string | undefined;
1923
1947
  }[];
1924
1948
  animation_in?: string | undefined;
@@ -1931,6 +1955,7 @@ export default function useCanvas(): {
1931
1955
  src: string | null;
1932
1956
  height?: string | undefined;
1933
1957
  width?: string | undefined;
1958
+ full_screen_mode?: boolean | undefined;
1934
1959
  add_session_context?: boolean | undefined;
1935
1960
  } | {
1936
1961
  alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -1964,8 +1989,6 @@ export default function useCanvas(): {
1964
1989
  metadata?: Record<string, any> | undefined;
1965
1990
  app_metadata?: Record<string, any> | undefined;
1966
1991
  tags?: Array<string> | undefined;
1967
- transcript?: string | undefined;
1968
- readonly search?: string | null | undefined;
1969
1992
  readonly published_at?: string | null | undefined;
1970
1993
  expires_at?: string | null | undefined;
1971
1994
  readonly instance_id?: string | undefined;
@@ -2005,7 +2028,7 @@ export default function useCanvas(): {
2005
2028
  target?: "_self" | "_blank" | undefined;
2006
2029
  url?: string | undefined;
2007
2030
  } | {
2008
- aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2031
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2009
2032
  background_video_url?: string | undefined;
2010
2033
  } | {
2011
2034
  events: {
@@ -2042,7 +2065,7 @@ export default function useCanvas(): {
2042
2065
  bg_color_palette_index?: number | undefined;
2043
2066
  } | undefined;
2044
2067
  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>[] | {
2068
+ }[], 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>[] | {
2046
2069
  id: string;
2047
2070
  type: ComponentTypes;
2048
2071
  tracking_id: string;
@@ -2114,6 +2137,7 @@ export default function useCanvas(): {
2114
2137
  filters?: Record<string, any> | undefined;
2115
2138
  name: string;
2116
2139
  hide_footer?: boolean | undefined;
2140
+ data_accessor?: string | undefined;
2117
2141
  } | {
2118
2142
  layout_type: import('../types/canvas').GridLayoutTypes;
2119
2143
  columns: number;
@@ -2159,6 +2183,7 @@ export default function useCanvas(): {
2159
2183
  src: string | null;
2160
2184
  height?: string | undefined;
2161
2185
  width?: string | undefined;
2186
+ full_screen_mode?: boolean | undefined;
2162
2187
  embed_locations?: EmbedLocation[] | undefined;
2163
2188
  headless_locations?: EmbedLocation[] | undefined;
2164
2189
  properties_by_embed_location?: {
@@ -2252,11 +2277,12 @@ export default function useCanvas(): {
2252
2277
  })[];
2253
2278
  size?: "medium" | undefined;
2254
2279
  layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
2280
+ data_accessor?: string | undefined;
2255
2281
  } | {
2256
2282
  sections: {
2257
2283
  id: string;
2258
2284
  style?: Record<string, any> | undefined;
2259
- aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2285
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2260
2286
  background_video_url?: string | undefined;
2261
2287
  }[];
2262
2288
  animation_in?: string | undefined;
@@ -2269,6 +2295,7 @@ export default function useCanvas(): {
2269
2295
  src: string | null;
2270
2296
  height?: string | undefined;
2271
2297
  width?: string | undefined;
2298
+ full_screen_mode?: boolean | undefined;
2272
2299
  add_session_context?: boolean | undefined;
2273
2300
  } | {
2274
2301
  alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -2302,8 +2329,6 @@ export default function useCanvas(): {
2302
2329
  metadata?: Record<string, any> | undefined;
2303
2330
  app_metadata?: Record<string, any> | undefined;
2304
2331
  tags?: Array<string> | undefined;
2305
- transcript?: string | undefined;
2306
- readonly search?: string | null | undefined;
2307
2332
  readonly published_at?: string | null | undefined;
2308
2333
  expires_at?: string | null | undefined;
2309
2334
  readonly instance_id?: string | undefined;
@@ -2343,7 +2368,7 @@ export default function useCanvas(): {
2343
2368
  target?: "_self" | "_blank" | undefined;
2344
2369
  url?: string | undefined;
2345
2370
  } | {
2346
- aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2371
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2347
2372
  background_video_url?: string | undefined;
2348
2373
  } | {
2349
2374
  events: {
@@ -2400,6 +2425,7 @@ export default function useCanvas(): {
2400
2425
  [x: string]: any;
2401
2426
  presentation_component_metadata: Record<string, any>;
2402
2427
  } | null>;
2428
+ 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
2429
  componentEditMode: Ref<false | {
2404
2430
  type: ComponentTypes;
2405
2431
  id: ComponentNode["id"] | null;
@@ -2499,6 +2525,7 @@ export default function useCanvas(): {
2499
2525
  } | undefined;
2500
2526
  readonly name: string;
2501
2527
  readonly hide_footer?: boolean | undefined;
2528
+ readonly data_accessor?: string | undefined;
2502
2529
  } | {
2503
2530
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
2504
2531
  readonly columns: number;
@@ -2548,6 +2575,7 @@ export default function useCanvas(): {
2548
2575
  readonly src: string | null;
2549
2576
  readonly height?: string | undefined;
2550
2577
  readonly width?: string | undefined;
2578
+ readonly full_screen_mode?: boolean | undefined;
2551
2579
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
2552
2580
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
2553
2581
  readonly properties_by_embed_location?: {
@@ -2647,13 +2675,14 @@ export default function useCanvas(): {
2647
2675
  })[];
2648
2676
  readonly size?: "medium" | undefined;
2649
2677
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
2678
+ readonly data_accessor?: string | undefined;
2650
2679
  } | {
2651
2680
  readonly sections: readonly {
2652
2681
  readonly id: string;
2653
2682
  readonly style?: {
2654
2683
  readonly [x: string]: any;
2655
2684
  } | undefined;
2656
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2685
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2657
2686
  readonly background_video_url?: string | undefined;
2658
2687
  }[];
2659
2688
  readonly animation_in?: string | undefined;
@@ -2666,6 +2695,7 @@ export default function useCanvas(): {
2666
2695
  readonly src: string | null;
2667
2696
  readonly height?: string | undefined;
2668
2697
  readonly width?: string | undefined;
2698
+ readonly full_screen_mode?: boolean | undefined;
2669
2699
  readonly add_session_context?: boolean | undefined;
2670
2700
  } | {
2671
2701
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -2703,8 +2733,6 @@ export default function useCanvas(): {
2703
2733
  readonly [x: string]: any;
2704
2734
  } | undefined;
2705
2735
  readonly tags?: readonly string[] | undefined;
2706
- readonly transcript?: string | undefined;
2707
- readonly search?: string | null | undefined;
2708
2736
  readonly published_at?: string | null | undefined;
2709
2737
  readonly expires_at?: string | null | undefined;
2710
2738
  readonly instance_id?: string | undefined;
@@ -2744,7 +2772,7 @@ export default function useCanvas(): {
2744
2772
  readonly target?: "_self" | "_blank" | undefined;
2745
2773
  readonly url?: string | undefined;
2746
2774
  } | {} | {
2747
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2775
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
2748
2776
  readonly background_video_url?: string | undefined;
2749
2777
  } | {
2750
2778
  readonly events: readonly {
@@ -2823,24 +2851,25 @@ export default function useCanvas(): {
2823
2851
  inCall: Ref<boolean | undefined, boolean | undefined>;
2824
2852
  isAdmin: import('vue').ComputedRef<boolean>;
2825
2853
  isCRM: Ref<boolean, boolean>;
2826
- isCanvas: import('vue').ComputedRef<boolean | null>;
2827
- isCanvasTemplate: import('vue').ComputedRef<boolean | null | undefined>;
2854
+ isCanvas: import('vue').ComputedRef<boolean>;
2855
+ isCanvasTemplate: import('vue').ComputedRef<boolean>;
2828
2856
  isDefaultDisplayMode: import('vue').ComputedRef<boolean>;
2829
2857
  isDsr: import('vue').ComputedRef<boolean>;
2830
2858
  isEditMode: Ref<boolean, boolean>;
2831
2859
  isFullscreen: Ref<boolean, boolean>;
2832
2860
  isHomeMode: import('vue').ComputedRef<boolean>;
2833
2861
  isImpact: import('vue').ComputedRef<boolean>;
2862
+ isCanvasPreviewMode: Ref<boolean, boolean>;
2834
2863
  isPrintDisplayMode: import('vue').ComputedRef<boolean>;
2835
2864
  isRedirectEvent: Ref<boolean, boolean>;
2836
2865
  isSameAsSaved: import('vue').ComputedRef<any>;
2837
2866
  isContentSameAsSaved: import('vue').ComputedRef<any>;
2838
2867
  areOverridesSameAsSaved: import('vue').ComputedRef<any>;
2839
2868
  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>;
2869
+ isSection: import('vue').ComputedRef<boolean>;
2870
+ isTemplate: import('vue').ComputedRef<boolean>;
2871
+ isBlock: import('vue').ComputedRef<boolean>;
2872
+ isViewOnlyMode: import('vue').ComputedRef<boolean>;
2844
2873
  justAddedComponentId: Ref<string | null, string | null>;
2845
2874
  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
2875
  listRecommendedFiles: Ref<((params: {
@@ -2866,6 +2895,7 @@ export default function useCanvas(): {
2866
2895
  thumbnailUrl?: string;
2867
2896
  uniqueId: string;
2868
2897
  metadata?: Record<string, any>;
2898
+ sectionIndex?: number;
2869
2899
  }[]>;
2870
2900
  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
2901
  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>;
@@ -3058,6 +3088,7 @@ export default function useCanvas(): {
3058
3088
  } | undefined;
3059
3089
  readonly name: string;
3060
3090
  readonly hide_footer?: boolean | undefined;
3091
+ readonly data_accessor?: string | undefined;
3061
3092
  } | {
3062
3093
  readonly layout_type: import('../types/canvas').GridLayoutTypes;
3063
3094
  readonly columns: number;
@@ -3107,6 +3138,7 @@ export default function useCanvas(): {
3107
3138
  readonly src: string | null;
3108
3139
  readonly height?: string | undefined;
3109
3140
  readonly width?: string | undefined;
3141
+ readonly full_screen_mode?: boolean | undefined;
3110
3142
  readonly embed_locations?: readonly EmbedLocation[] | undefined;
3111
3143
  readonly headless_locations?: readonly EmbedLocation[] | undefined;
3112
3144
  readonly properties_by_embed_location?: {
@@ -3206,13 +3238,14 @@ export default function useCanvas(): {
3206
3238
  })[];
3207
3239
  readonly size?: "medium" | undefined;
3208
3240
  readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
3241
+ readonly data_accessor?: string | undefined;
3209
3242
  } | {
3210
3243
  readonly sections: readonly {
3211
3244
  readonly id: string;
3212
3245
  readonly style?: {
3213
3246
  readonly [x: string]: any;
3214
3247
  } | undefined;
3215
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3248
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3216
3249
  readonly background_video_url?: string | undefined;
3217
3250
  }[];
3218
3251
  readonly animation_in?: string | undefined;
@@ -3225,6 +3258,7 @@ export default function useCanvas(): {
3225
3258
  readonly src: string | null;
3226
3259
  readonly height?: string | undefined;
3227
3260
  readonly width?: string | undefined;
3261
+ readonly full_screen_mode?: boolean | undefined;
3228
3262
  readonly add_session_context?: boolean | undefined;
3229
3263
  } | {
3230
3264
  readonly alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
@@ -3262,8 +3296,6 @@ export default function useCanvas(): {
3262
3296
  readonly [x: string]: any;
3263
3297
  } | undefined;
3264
3298
  readonly tags?: readonly string[] | undefined;
3265
- readonly transcript?: string | undefined;
3266
- readonly search?: string | null | undefined;
3267
3299
  readonly published_at?: string | null | undefined;
3268
3300
  readonly expires_at?: string | null | undefined;
3269
3301
  readonly instance_id?: string | undefined;
@@ -3303,7 +3335,7 @@ export default function useCanvas(): {
3303
3335
  readonly target?: "_self" | "_blank" | undefined;
3304
3336
  readonly url?: string | undefined;
3305
3337
  } | {} | {
3306
- readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3338
+ readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3307
3339
  readonly background_video_url?: string | undefined;
3308
3340
  } | {
3309
3341
  readonly events: readonly {
@@ -3359,101 +3391,1667 @@ export default function useCanvas(): {
3359
3391
  }>;
3360
3392
  sectionComponentOverrides: Ref<SectionComponentOverrides, SectionComponentOverrides>;
3361
3393
  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;
3394
+ selectedComponentParentType: import('vue').ComputedRef<ComponentTypes | undefined>;
3395
+ activeEditNodeParentType: import('vue').ComputedRef<ComponentTypes | undefined>;
3396
+ selectedComponentParent: import('vue').ComputedRef<{
3397
+ id: string;
3398
+ type: ComponentTypes;
3399
+ tracking_id: string;
3400
+ visible?: {
3401
+ edit_mode: boolean;
3402
+ presentation_mode: boolean;
3403
+ pdf: boolean;
3404
+ web: boolean;
3405
+ } | undefined;
3406
+ linkable?: {
3407
+ linkable_in_templates: boolean;
3408
+ } | undefined;
3409
+ print?: {
3410
+ scale_to_fit_page?: boolean | undefined;
3411
+ } | undefined;
3412
+ allow_admins_to_overwrite?: boolean | undefined;
3413
+ autofill?: "off" | "ai" | "matching_metadata" | "matching_tags" | "matching_metadata_or_tags" | undefined;
3414
+ autofill_content_types?: import('../../../../types/openapi').FileContentTypeEnum[] | null | undefined;
3415
+ data?: import('../types/canvas').PageBreakProps | {
3416
+ groups: {
3417
+ id: string;
3418
+ name: string;
3419
+ slides: ({
3420
+ id: string;
3421
+ type: "slide";
3422
+ file: {
3423
+ metadata?: Record<string, any> | undefined;
3424
+ readonly id: string;
3425
+ name?: string | undefined;
3426
+ readonly type: import('../../../../types/openapi').FileTypeEnum;
3427
+ tags?: Array<string> | undefined;
3428
+ readonly thumbnail_url: string | null;
3429
+ permissions?: {
3430
+ can_download?: boolean | undefined;
3431
+ can_share?: boolean | undefined;
3432
+ } | undefined;
3433
+ readonly content_url: string | null;
3434
+ readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
3435
+ readonly pspdfkit_auth_payload: Record<string, any> | null;
3436
+ readonly pspdfkit_document_id: string | null;
3437
+ readonly pspdfkit_server_url: string | null;
3438
+ };
3439
+ slide: {
3440
+ index: number;
3441
+ url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
3442
+ };
3443
+ } | {
3444
+ id: string;
3445
+ type: "file";
3446
+ file: {
3447
+ metadata?: Record<string, any> | undefined;
3448
+ readonly id: string;
3449
+ name?: string | undefined;
3450
+ readonly type: import('../../../../types/openapi').FileTypeEnum;
3451
+ tags?: Array<string> | undefined;
3452
+ readonly thumbnail_url: string | null;
3453
+ permissions?: {
3454
+ can_download?: boolean | undefined;
3455
+ can_share?: boolean | undefined;
3456
+ } | undefined;
3457
+ readonly content_url: string | null;
3458
+ readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
3459
+ readonly pspdfkit_auth_payload: Record<string, any> | null;
3460
+ readonly pspdfkit_document_id: string | null;
3461
+ readonly pspdfkit_server_url: string | null;
3462
+ };
3463
+ })[];
3464
+ }[];
3465
+ filters?: Record<string, any> | undefined;
3466
+ name: string;
3467
+ hide_footer?: boolean | undefined;
3468
+ data_accessor?: string | undefined;
3469
+ } | {
3470
+ layout_type: import('../types/canvas').GridLayoutTypes;
3471
+ columns: number;
3472
+ } | {
3473
+ span: number;
3474
+ tooltips?: {
3475
+ content?: string | undefined;
3476
+ content_style?: Record<string, any> | undefined;
3477
+ trigger?: string | undefined;
3478
+ trigger_style?: Record<string, any> | undefined;
3479
+ }[] | undefined;
3480
+ } | {
3481
+ content?: string | undefined;
3482
+ } | {
3483
+ images?: {
3484
+ url: string;
3485
+ is_uploaded_asset?: boolean | undefined;
3486
+ }[] | undefined;
3487
+ placeholder_height?: string | undefined;
3488
+ include_all_images_in_pdf?: boolean | undefined;
3489
+ } | {
3490
+ asset_type: "external";
3491
+ external_url: string;
3492
+ type: "image" | "video";
3493
+ horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
3494
+ from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
3495
+ poster_url?: string | undefined;
3496
+ poster_background_size?: BackgroundSize | undefined;
3497
+ } | {
3498
+ asset_type: "pitcher_asset";
3499
+ file: {
3500
+ id: import('../../../../types/openapi').File["id"];
3501
+ name: import('../../../../types/openapi').File["name"];
3502
+ content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
3503
+ };
3504
+ type: "image" | "video";
3505
+ horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
3506
+ poster_url?: string | undefined;
3507
+ poster_background_size?: BackgroundSize | undefined;
3508
+ } | {
3509
+ type: "app";
3510
+ app_name: string;
3511
+ src: string | null;
3512
+ height?: string | undefined;
3513
+ width?: string | undefined;
3514
+ full_screen_mode?: boolean | undefined;
3515
+ embed_locations?: EmbedLocation[] | undefined;
3516
+ headless_locations?: EmbedLocation[] | undefined;
3517
+ properties_by_embed_location?: {
3518
+ dsr?: {
3519
+ start_in_loading_mode?: boolean | undefined;
3520
+ } | undefined;
3521
+ canvas?: {
3522
+ start_in_loading_mode?: boolean | undefined;
3523
+ } | undefined;
3524
+ ui_app?: {
3525
+ start_in_loading_mode?: boolean | undefined;
3526
+ } | undefined;
3527
+ admin_instance?: {
3528
+ start_in_loading_mode?: boolean | undefined;
3529
+ } | undefined;
3530
+ overlay_app?: {
3531
+ start_in_loading_mode?: boolean | undefined;
3532
+ } | undefined;
3533
+ canvas_section_execution?: {
3534
+ start_in_loading_mode?: boolean | undefined;
3535
+ } | undefined;
3536
+ canvas_drawer?: {
3537
+ start_in_loading_mode?: boolean | undefined;
3538
+ } | undefined;
3539
+ } | undefined;
3540
+ file: {
3541
+ id: import('../../../../types/openapi').FileRetrieve["id"];
3542
+ snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3543
+ name: import('../../../../types/openapi').FileRetrieve["name"];
3544
+ is_deleted?: boolean | undefined;
3545
+ expires_at?: string | null | undefined;
3546
+ content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
3547
+ content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
3548
+ content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
3549
+ permissions?: {
3550
+ can_download?: boolean | undefined;
3551
+ can_share?: boolean | undefined;
3552
+ } | undefined;
3553
+ tags?: string[] | undefined;
3554
+ thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
3555
+ readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
3556
+ content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
3557
+ readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
3558
+ readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
3559
+ } | null;
3560
+ settings?: Record<string, unknown> | undefined;
3561
+ } | {
3562
+ items: ({
3563
+ file: {
3564
+ id: import('../../../../types/openapi').FileRetrieve["id"];
3565
+ snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3566
+ name: import('../../../../types/openapi').FileRetrieve["name"];
3567
+ is_deleted?: boolean | undefined;
3568
+ expires_at?: string | null | undefined;
3569
+ content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
3570
+ content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
3571
+ content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
3572
+ permissions?: {
3573
+ can_download?: boolean | undefined;
3574
+ can_share?: boolean | undefined;
3575
+ } | undefined;
3576
+ tags?: string[] | undefined;
3577
+ };
3578
+ slide: {
3579
+ index: number;
3580
+ url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
3581
+ };
3582
+ type: "slide";
3583
+ } | {
3584
+ file: {
3585
+ id: import('../../../../types/openapi').FileRetrieve["id"];
3586
+ snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3587
+ name: import('../../../../types/openapi').FileRetrieve["name"];
3588
+ is_deleted?: boolean | undefined;
3589
+ expires_at?: string | null | undefined;
3590
+ content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
3591
+ content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
3592
+ content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
3593
+ permissions?: {
3594
+ can_download?: boolean | undefined;
3595
+ can_share?: boolean | undefined;
3596
+ } | undefined;
3597
+ tags?: string[] | undefined;
3598
+ thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
3599
+ readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
3600
+ content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
3601
+ readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
3602
+ readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
3603
+ };
3604
+ type: "file";
3605
+ })[];
3606
+ size?: "medium" | undefined;
3607
+ layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
3608
+ data_accessor?: string | undefined;
3609
+ } | {
3610
+ sections: {
3611
+ id: string;
3612
+ style?: Record<string, any> | undefined;
3613
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3614
+ background_video_url?: string | undefined;
3615
+ }[];
3616
+ animation_in?: string | undefined;
3617
+ selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
3618
+ selection_app_name?: string | undefined;
3619
+ is_restricted_to_preselections?: boolean | undefined;
3620
+ } | {
3621
+ html: string;
3622
+ } | {
3623
+ src: string | null;
3624
+ height?: string | undefined;
3625
+ width?: string | undefined;
3626
+ full_screen_mode?: boolean | undefined;
3627
+ add_session_context?: boolean | undefined;
3628
+ } | {
3629
+ alignment?: import('../types/canvas').LinkAlignmentTypes | undefined;
3630
+ background_color?: string | undefined;
3631
+ canvas_anchor?: string | undefined;
3632
+ color?: string | undefined;
3633
+ display_text?: string | undefined;
3634
+ file?: {
3635
+ readonly id?: string | undefined;
3636
+ readonly global_id?: string | undefined;
3637
+ name?: string | undefined;
3638
+ readonly type?: import('../../../../types/openapi').FileTypeEnum | undefined;
3639
+ readonly size?: number | null | undefined;
3640
+ readonly status?: import('../../../../types/openapi').FileStatusEnum | undefined;
3641
+ readonly content_type?: import('../../../../types/openapi').FileContentTypeEnum | undefined;
3642
+ readonly content_extension?: string | null | undefined;
3643
+ readonly content_length?: number | null | undefined;
3644
+ readonly content_url?: string | null | undefined;
3645
+ readonly original_extension?: string | null | undefined;
3646
+ readonly original_url?: string | null | undefined;
3647
+ readonly thumbnail_url?: string | null | undefined;
3648
+ download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
3649
+ readonly zip_size?: number | null | undefined;
3650
+ readonly zip_url?: string | null | undefined;
3651
+ access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
3652
+ readonly role?: import('../../../../types/openapi').CollaborationRoleEnum | undefined;
3653
+ permissions?: {
3654
+ can_download?: boolean | undefined;
3655
+ can_share?: boolean | undefined;
3656
+ } | undefined;
3657
+ metadata?: Record<string, any> | undefined;
3658
+ app_metadata?: Record<string, any> | undefined;
3659
+ tags?: Array<string> | undefined;
3660
+ readonly published_at?: string | null | undefined;
3661
+ expires_at?: string | null | undefined;
3662
+ readonly instance_id?: string | undefined;
3663
+ folder_id?: string | undefined;
3664
+ readonly folder?: {
3665
+ readonly id: string;
3666
+ name: string;
3667
+ } | undefined;
3668
+ readonly shared_link?: {
3669
+ readonly url: string;
3670
+ short_url?: string | null | undefined;
3671
+ } | undefined;
3672
+ readonly owned_by?: {
3673
+ readonly id: number;
3674
+ readonly name: string;
3675
+ email?: string | undefined;
3676
+ } | undefined;
3677
+ readonly created_at?: string | undefined;
3678
+ readonly created_by?: {
3679
+ readonly id: number;
3680
+ readonly name: string;
3681
+ email?: string | undefined;
3682
+ } | undefined;
3683
+ readonly modified_at?: string | undefined;
3684
+ readonly modified_by?: {
3685
+ readonly id: number;
3686
+ readonly name: string;
3687
+ email?: string | undefined;
3688
+ } | undefined;
3689
+ page_index?: number | undefined;
3690
+ } | null | undefined;
3691
+ font_family?: string | undefined;
3692
+ font_size?: number | undefined;
3693
+ link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
3694
+ page_index?: number | undefined;
3695
+ preview_type?: import('../types/canvas').LinkPreviewTypes | undefined;
3696
+ target?: "_self" | "_blank" | undefined;
3697
+ url?: string | undefined;
3698
+ } | {
3699
+ aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
3700
+ background_video_url?: string | undefined;
3701
+ } | {
3702
+ events: {
3703
+ top_hint?: string | undefined;
3704
+ top_hint_style?: Record<string, any> | undefined;
3705
+ title?: string | undefined;
3706
+ title_style?: Record<string, any> | undefined;
3707
+ description?: string | undefined;
3708
+ description_style?: Record<string, any> | undefined;
3709
+ image_url?: string | undefined;
3710
+ image_style?: Record<string, any> | undefined;
3711
+ icon?: string | undefined;
3712
+ icon_style?: Record<string, any> | undefined;
3713
+ card_style?: Record<string, any> | undefined;
3714
+ }[];
3715
+ layout: "vertical" | "horizontal";
3716
+ } | undefined;
3717
+ children?: /*elided*/ any[] | undefined;
3718
+ when_used_in_section?: {
3719
+ is_editable: boolean;
3720
+ is_removable: boolean;
3721
+ } | undefined;
3722
+ style?: Record<string, any> | undefined;
3723
+ tags?: string[] | undefined;
3724
+ theme_meta?: {
3725
+ bg_color_palette_index?: number | undefined;
3726
+ } | {
3727
+ dt_header_bg_palette_index?: number | undefined;
3728
+ dt_group_header_bg_palette_index?: number | undefined;
3729
+ bg_color_palette_index?: number | undefined;
3730
+ } | {
3731
+ is_theme_logo?: boolean | undefined;
3732
+ theme_asset_index?: number | undefined;
3733
+ bg_color_palette_index?: number | undefined;
3734
+ } | undefined;
3735
+ height?: string | undefined;
3736
+ } | null>;
3737
+ share: Ref<((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined, ((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined>;
3738
+ singletonsInCanvasMap: import('vue').ComputedRef<Record<ComponentTypes, boolean>>;
3739
+ startPage: Ref<number | undefined, number | undefined>;
3740
+ visibleCollectionPlayerRefs: Ref<Set<Ref<{
3741
+ isFullscreen: Ref<boolean>;
3742
+ handleKeyAction: ActionCallback;
3743
+ element: HTMLElement;
3744
+ } | null, {
3745
+ isFullscreen: Ref<boolean>;
3746
+ handleKeyAction: ActionCallback;
3747
+ element: HTMLElement;
3748
+ } | null>> & Omit<Set<Ref<{
3749
+ isFullscreen: Ref<boolean>;
3750
+ handleKeyAction: ActionCallback;
3751
+ element: HTMLElement;
3752
+ } | null, {
3753
+ isFullscreen: Ref<boolean>;
3754
+ handleKeyAction: ActionCallback;
3755
+ element: HTMLElement;
3756
+ } | null>>, keyof Set<any>>, Set<Ref<{
3757
+ isFullscreen: Ref<boolean>;
3758
+ handleKeyAction: ActionCallback;
3759
+ element: HTMLElement;
3760
+ } | null, {
3761
+ isFullscreen: Ref<boolean>;
3762
+ handleKeyAction: ActionCallback;
3763
+ element: HTMLElement;
3764
+ } | null>> | (Set<Ref<{
3765
+ isFullscreen: Ref<boolean>;
3766
+ handleKeyAction: ActionCallback;
3767
+ element: HTMLElement;
3768
+ } | null, {
3769
+ isFullscreen: Ref<boolean>;
3770
+ handleKeyAction: ActionCallback;
3771
+ element: HTMLElement;
3772
+ } | null>> & Omit<Set<Ref<{
3773
+ isFullscreen: Ref<boolean>;
3774
+ handleKeyAction: ActionCallback;
3775
+ element: HTMLElement;
3776
+ } | null, {
3777
+ isFullscreen: Ref<boolean>;
3778
+ handleKeyAction: ActionCallback;
3779
+ element: HTMLElement;
3780
+ } | null>>, keyof Set<any>>)>;
3781
+ builderCache: Ref<Record<string, any>, Record<string, any>>;
3782
+ writeablePitcherSettings: Ref<{
3783
+ auto_assignment_rules?: {
3784
+ connection_id: string;
3785
+ target_instance_id: string;
3786
+ groups?: string[] | undefined;
3787
+ }[] | undefined;
3788
+ canvas?: {
3789
+ enable_read_only_canvas_creation_account?: boolean | undefined;
3790
+ scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
3791
+ enable_wizard_preview_button?: boolean | undefined;
3792
+ locks_polling_interval?: number | undefined;
3793
+ shared_link?: {
3794
+ title?: string | undefined;
3795
+ email_disclaimer?: string | undefined;
3796
+ logo_url?: string | undefined;
3797
+ logo_style?: Record<string, any> | undefined;
3798
+ valid_until_options?: {
3799
+ label: string;
3800
+ value: number;
3801
+ }[] | undefined;
3802
+ disable_rep_changing_allow_download?: boolean | undefined;
3803
+ initial_allow_download?: boolean | undefined;
3804
+ } | undefined;
3805
+ hide_page_break_in_toc?: boolean | undefined;
3806
+ disable_display_index_in_toc?: boolean | undefined;
3807
+ autohide_section_on_created?: {
3808
+ autohide_in_shared_link?: string | undefined;
3809
+ start_date?: Date | undefined;
3810
+ } | undefined;
3811
+ component_availability?: {
3812
+ Multimedia: boolean;
3813
+ Block: boolean;
3814
+ Carousel: boolean;
3815
+ CollectionPlayer: boolean;
3816
+ ContentGrid: boolean;
3817
+ DataCharts: boolean;
3818
+ DynamicDataTable: boolean;
3819
+ Embeddable: boolean;
3820
+ Grid: boolean;
3821
+ Html: boolean;
3822
+ IFrame: boolean;
3823
+ Link: boolean;
3824
+ Page: boolean;
3825
+ PageBreak: boolean;
3826
+ Scribble: boolean;
3827
+ SectionList: boolean;
3828
+ Text: boolean;
3829
+ Timeline: boolean;
3830
+ apps?: Record<string, boolean> | undefined;
3831
+ } | undefined;
3832
+ component_availability_roles?: {
3833
+ Multimedia: {
3834
+ admin?: boolean | undefined;
3835
+ rep?: boolean | undefined;
3836
+ };
3837
+ Block: {
3838
+ admin?: boolean | undefined;
3839
+ rep?: boolean | undefined;
3840
+ };
3841
+ Carousel: {
3842
+ admin?: boolean | undefined;
3843
+ rep?: boolean | undefined;
3844
+ };
3845
+ CollectionPlayer: {
3846
+ admin?: boolean | undefined;
3847
+ rep?: boolean | undefined;
3848
+ };
3849
+ ContentGrid: {
3850
+ admin?: boolean | undefined;
3851
+ rep?: boolean | undefined;
3852
+ };
3853
+ DataCharts: {
3854
+ admin?: boolean | undefined;
3855
+ rep?: boolean | undefined;
3856
+ };
3857
+ DynamicDataTable: {
3858
+ admin?: boolean | undefined;
3859
+ rep?: boolean | undefined;
3860
+ };
3861
+ Embeddable: {
3862
+ admin?: boolean | undefined;
3863
+ rep?: boolean | undefined;
3864
+ };
3865
+ Grid: {
3866
+ admin?: boolean | undefined;
3867
+ rep?: boolean | undefined;
3868
+ };
3869
+ Html: {
3870
+ admin?: boolean | undefined;
3871
+ rep?: boolean | undefined;
3872
+ };
3873
+ IFrame: {
3874
+ admin?: boolean | undefined;
3875
+ rep?: boolean | undefined;
3876
+ };
3877
+ Link: {
3878
+ admin?: boolean | undefined;
3879
+ rep?: boolean | undefined;
3880
+ };
3881
+ Page: {
3882
+ admin?: boolean | undefined;
3883
+ rep?: boolean | undefined;
3884
+ };
3885
+ PageBreak: {
3886
+ admin?: boolean | undefined;
3887
+ rep?: boolean | undefined;
3888
+ };
3889
+ Scribble: {
3890
+ admin?: boolean | undefined;
3891
+ rep?: boolean | undefined;
3892
+ };
3893
+ SectionList: {
3894
+ admin?: boolean | undefined;
3895
+ rep?: boolean | undefined;
3896
+ };
3897
+ Text: {
3898
+ admin?: boolean | undefined;
3899
+ rep?: boolean | undefined;
3900
+ };
3901
+ Timeline: {
3902
+ admin?: boolean | undefined;
3903
+ rep?: boolean | undefined;
3904
+ };
3905
+ apps?: Record<string, {
3906
+ admin?: boolean;
3907
+ rep?: boolean;
3908
+ }> | undefined;
3909
+ } | undefined;
3910
+ content_grid_autofill_files_filter_iteratee?: string | undefined;
3911
+ section_content_grid_autofill_files_filter_iteratee?: string | undefined;
3912
+ show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
3913
+ show_fallback_section_name_on_collapsibles?: boolean | undefined;
3914
+ capture_component_enter_exit_events?: "all" | "named_components" | undefined;
3915
+ enable_collection_player_component?: boolean | undefined;
3916
+ autoselect_selected_canvas_account?: boolean | undefined;
3917
+ require_account_on_canvas_creation?: boolean | undefined;
3918
+ enable_canvases_account_filtering?: boolean | undefined;
3919
+ pptx_slide_image_width?: number | undefined;
3920
+ correlation_id_cleanup_delay?: number | undefined;
3921
+ async_download_expiration_hours?: number | undefined;
3922
+ async_download_api_url?: string | undefined;
3923
+ async_download_callback_url?: string | undefined;
3924
+ section_list_mode?: "pagination" | "collapsibles" | undefined;
3925
+ disable_rep_canvas_creation?: boolean | undefined;
3926
+ disable_shared_link_creation?: boolean | undefined;
3927
+ hide_meeting_bar?: boolean | undefined;
3928
+ } | undefined;
3929
+ allow_revoke_shared_link?: boolean | undefined;
3930
+ enable_slotty_ui_asset_manager?: boolean | undefined;
3931
+ enable_admin_asset_manager?: boolean | undefined;
3932
+ api_client_timeout?: number | undefined;
3933
+ enable_monaco_html_editor?: boolean | undefined;
3934
+ skip_metadata_keys_in_list_item?: string[] | undefined;
3935
+ enable_multi_language?: boolean | undefined;
3936
+ enable_multipeer_connectivity?: boolean | undefined;
3937
+ enable_syncbox?: boolean | undefined;
3938
+ canvases_route_order?: number | undefined;
3939
+ content_browser_route_order?: number | undefined;
3940
+ assets_route_order?: number | undefined;
3941
+ impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
3942
+ translation_overrides?: {
3943
+ en?: Record<string, string> | undefined;
3944
+ de?: Record<string, string> | undefined;
3945
+ pl?: Record<string, string> | undefined;
3946
+ tr?: Record<string, string> | undefined;
3947
+ el?: Record<string, string> | undefined;
3948
+ fr?: Record<string, string> | undefined;
3949
+ es?: Record<string, string> | undefined;
3950
+ th?: Record<string, string> | undefined;
3951
+ ja?: Record<string, string> | undefined;
3952
+ zh?: Record<string, string> | undefined;
3953
+ it?: Record<string, string> | undefined;
3954
+ pt?: Record<string, string> | undefined;
3955
+ nl?: Record<string, string> | undefined;
3956
+ } | undefined;
3957
+ file_annotations_mode?: "admin" | "personal" | undefined;
3958
+ minimum_event_duration_in_call?: number | undefined;
3959
+ enable_content_rating_in_call?: boolean | undefined;
3960
+ enable_speaker_notes?: boolean | undefined;
3961
+ display_metadata_filters_in_modal?: boolean | undefined;
3962
+ enable_js_api_recommended_files?: boolean | undefined;
3963
+ metadata_highlight_properties?: {
3964
+ background_color?: string | undefined;
3965
+ color?: string | undefined;
3966
+ icon?: string | undefined;
3967
+ key: string;
3968
+ match_value: string | string[] | number | boolean;
3969
+ text: string;
3970
+ }[] | undefined;
3971
+ business_logic_ids_to_section_ids_resolver?: string | undefined;
3972
+ section_thumbnail_url_transformer?: string | undefined;
3973
+ pipe_multi_search_separator?: string | undefined;
3974
+ enable_crm_privacy_mode?: boolean | undefined;
3975
+ enable_indicators?: boolean | undefined;
3976
+ enable_metadata_info_in_list_item?: boolean | undefined;
3977
+ smart_folder_rule_attributes?: {
3978
+ sync?: boolean | undefined;
3979
+ max_sync_limit?: number | undefined;
3980
+ sync_chunk_size?: number | undefined;
3981
+ files?: {
3982
+ name: string;
3983
+ type: "string" | "boolean" | "number" | "date" | "array";
3984
+ accessor: string;
3985
+ display_name: string;
3986
+ }[] | undefined;
3987
+ canvas?: {
3988
+ name: string;
3989
+ type: "string" | "boolean" | "number" | "date" | "array";
3990
+ accessor: string;
3991
+ display_name: string;
3992
+ }[] | undefined;
3993
+ canvas_templates?: {
3994
+ name: string;
3995
+ type: "string" | "boolean" | "number" | "date" | "array";
3996
+ accessor: string;
3997
+ display_name: string;
3998
+ }[] | undefined;
3999
+ section?: {
4000
+ name: string;
4001
+ type: "string" | "boolean" | "number" | "date" | "array";
4002
+ accessor: string;
4003
+ display_name: string;
4004
+ }[] | undefined;
4005
+ } | undefined;
4006
+ ios?: /*elided*/ any | undefined;
4007
+ full_text_search_config?: string | undefined;
4008
+ include_file_content_in_full_text_search?: boolean | undefined;
4009
+ include_file_metadata_in_full_text_search?: boolean | undefined;
4010
+ include_canvas_content_in_full_text_search?: boolean | undefined;
4011
+ include_canvas_metadata_in_full_text_search?: boolean | undefined;
4012
+ use_collection_player_as_default_file_viewer?: boolean | undefined;
4013
+ use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
4014
+ use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
4015
+ enable_ppt_converter_in_canvas_templates?: boolean | undefined;
4016
+ generate_only_sections_in_ppt_converter?: boolean | undefined;
4017
+ enable_search_with_suggestions?: boolean | undefined;
4018
+ enable_search_filter_with_suggestions?: boolean | undefined;
4019
+ enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
4020
+ enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
4021
+ default_pdf_page_dimensions?: {
4022
+ width?: number | undefined;
4023
+ height?: number | undefined;
4024
+ printScale?: number | undefined;
4025
+ } | undefined;
4026
+ disable_browser_search_context?: boolean | undefined;
4027
+ location_prompt_type?: "warning" | "block" | undefined;
4028
+ location_prompt_message?: string | undefined;
4029
+ use_collection_player_with_annotations?: boolean | undefined;
4030
+ disable_core_canvas_metadata?: boolean | undefined;
4031
+ enable_folder_description_via_name?: boolean | undefined;
4032
+ enable_download_original_file_in_impact?: boolean | undefined;
4033
+ alternative_canvas_fullscreen?: boolean | undefined;
4034
+ enable_presentation_annotations?: boolean | undefined;
4035
+ max_files_limit?: number | undefined;
4036
+ is_meeting_bar_account_selection_disabled?: boolean | undefined;
4037
+ disable_postcall?: boolean | undefined;
4038
+ launch_in_present_mode_on_creation?: boolean | undefined;
4039
+ enable_recents?: boolean | undefined;
4040
+ enable_favorites?: boolean | undefined;
4041
+ }, (OrganizationSettings & {
4042
+ canvas?: {
4043
+ hide_page_break_in_toc?: boolean;
4044
+ disable_display_index_in_toc?: boolean;
4045
+ autohide_section_on_created?: import('../../../types/instanceSettings.types.ts').AutohideSectionOnCreated;
4046
+ component_availability?: import('../../../types/instanceSettings.types.ts').CanvasComponentAvailability & {
4047
+ apps?: Record<string, boolean>;
4048
+ };
4049
+ component_availability_roles?: import('../../../types/instanceSettings.types.ts').CanvasComponentAvailabilityRoles & {
4050
+ apps?: Record<string, {
4051
+ admin?: boolean;
4052
+ rep?: boolean;
4053
+ }>;
4054
+ };
4055
+ content_grid_autofill_files_filter_iteratee?: string;
4056
+ section_content_grid_autofill_files_filter_iteratee?: string;
4057
+ show_extra_exit_button_in_fullscreen_mode?: boolean;
4058
+ show_fallback_section_name_on_collapsibles?: boolean;
4059
+ capture_component_enter_exit_events?: "all" | "named_components";
4060
+ enable_collection_player_component?: boolean;
4061
+ autoselect_selected_canvas_account?: boolean;
4062
+ require_account_on_canvas_creation?: boolean;
4063
+ enable_canvases_account_filtering?: boolean;
4064
+ pptx_slide_image_width?: number;
4065
+ correlation_id_cleanup_delay?: number;
4066
+ async_download_expiration_hours?: number;
4067
+ async_download_api_url?: string;
4068
+ async_download_callback_url?: string;
4069
+ section_list_mode?: "pagination" | "collapsibles";
4070
+ disable_rep_canvas_creation?: boolean;
4071
+ disable_shared_link_creation?: boolean;
4072
+ hide_meeting_bar?: boolean;
4073
+ };
4074
+ enable_recents?: boolean;
4075
+ enable_favorites?: boolean;
4076
+ enable_multipeer_connectivity?: boolean;
4077
+ enable_syncbox?: boolean;
4078
+ ios?: InstanceSettings;
4079
+ }) | {
4080
+ auto_assignment_rules?: {
4081
+ connection_id: string;
4082
+ target_instance_id: string;
4083
+ groups?: string[] | undefined;
4084
+ }[] | undefined;
4085
+ canvas?: {
4086
+ enable_read_only_canvas_creation_account?: boolean | undefined;
4087
+ scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
4088
+ enable_wizard_preview_button?: boolean | undefined;
4089
+ locks_polling_interval?: number | undefined;
4090
+ shared_link?: {
4091
+ title?: string | undefined;
4092
+ email_disclaimer?: string | undefined;
4093
+ logo_url?: string | undefined;
4094
+ logo_style?: Record<string, any> | undefined;
4095
+ valid_until_options?: {
4096
+ label: string;
4097
+ value: number;
4098
+ }[] | undefined;
4099
+ disable_rep_changing_allow_download?: boolean | undefined;
4100
+ initial_allow_download?: boolean | undefined;
4101
+ } | undefined;
4102
+ hide_page_break_in_toc?: boolean | undefined;
4103
+ disable_display_index_in_toc?: boolean | undefined;
4104
+ autohide_section_on_created?: {
4105
+ autohide_in_shared_link?: string | undefined;
4106
+ start_date?: Date | undefined;
4107
+ } | undefined;
4108
+ component_availability?: {
4109
+ Multimedia: boolean;
4110
+ Block: boolean;
4111
+ Carousel: boolean;
4112
+ CollectionPlayer: boolean;
4113
+ ContentGrid: boolean;
4114
+ DataCharts: boolean;
4115
+ DynamicDataTable: boolean;
4116
+ Embeddable: boolean;
4117
+ Grid: boolean;
4118
+ Html: boolean;
4119
+ IFrame: boolean;
4120
+ Link: boolean;
4121
+ Page: boolean;
4122
+ PageBreak: boolean;
4123
+ Scribble: boolean;
4124
+ SectionList: boolean;
4125
+ Text: boolean;
4126
+ Timeline: boolean;
4127
+ apps?: Record<string, boolean> | undefined;
4128
+ } | undefined;
4129
+ component_availability_roles?: {
4130
+ Multimedia: {
4131
+ admin?: boolean | undefined;
4132
+ rep?: boolean | undefined;
4133
+ };
4134
+ Block: {
4135
+ admin?: boolean | undefined;
4136
+ rep?: boolean | undefined;
4137
+ };
4138
+ Carousel: {
4139
+ admin?: boolean | undefined;
4140
+ rep?: boolean | undefined;
4141
+ };
4142
+ CollectionPlayer: {
4143
+ admin?: boolean | undefined;
4144
+ rep?: boolean | undefined;
4145
+ };
4146
+ ContentGrid: {
4147
+ admin?: boolean | undefined;
4148
+ rep?: boolean | undefined;
4149
+ };
4150
+ DataCharts: {
4151
+ admin?: boolean | undefined;
4152
+ rep?: boolean | undefined;
4153
+ };
4154
+ DynamicDataTable: {
4155
+ admin?: boolean | undefined;
4156
+ rep?: boolean | undefined;
4157
+ };
4158
+ Embeddable: {
4159
+ admin?: boolean | undefined;
4160
+ rep?: boolean | undefined;
4161
+ };
4162
+ Grid: {
4163
+ admin?: boolean | undefined;
4164
+ rep?: boolean | undefined;
4165
+ };
4166
+ Html: {
4167
+ admin?: boolean | undefined;
4168
+ rep?: boolean | undefined;
4169
+ };
4170
+ IFrame: {
4171
+ admin?: boolean | undefined;
4172
+ rep?: boolean | undefined;
4173
+ };
4174
+ Link: {
4175
+ admin?: boolean | undefined;
4176
+ rep?: boolean | undefined;
4177
+ };
4178
+ Page: {
4179
+ admin?: boolean | undefined;
4180
+ rep?: boolean | undefined;
4181
+ };
4182
+ PageBreak: {
4183
+ admin?: boolean | undefined;
4184
+ rep?: boolean | undefined;
4185
+ };
4186
+ Scribble: {
4187
+ admin?: boolean | undefined;
4188
+ rep?: boolean | undefined;
4189
+ };
4190
+ SectionList: {
4191
+ admin?: boolean | undefined;
4192
+ rep?: boolean | undefined;
4193
+ };
4194
+ Text: {
4195
+ admin?: boolean | undefined;
4196
+ rep?: boolean | undefined;
4197
+ };
4198
+ Timeline: {
4199
+ admin?: boolean | undefined;
4200
+ rep?: boolean | undefined;
4201
+ };
4202
+ apps?: Record<string, {
4203
+ admin?: boolean;
4204
+ rep?: boolean;
4205
+ }> | undefined;
4206
+ } | undefined;
4207
+ content_grid_autofill_files_filter_iteratee?: string | undefined;
4208
+ section_content_grid_autofill_files_filter_iteratee?: string | undefined;
4209
+ show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
4210
+ show_fallback_section_name_on_collapsibles?: boolean | undefined;
4211
+ capture_component_enter_exit_events?: "all" | "named_components" | undefined;
4212
+ enable_collection_player_component?: boolean | undefined;
4213
+ autoselect_selected_canvas_account?: boolean | undefined;
4214
+ require_account_on_canvas_creation?: boolean | undefined;
4215
+ enable_canvases_account_filtering?: boolean | undefined;
4216
+ pptx_slide_image_width?: number | undefined;
4217
+ correlation_id_cleanup_delay?: number | undefined;
4218
+ async_download_expiration_hours?: number | undefined;
4219
+ async_download_api_url?: string | undefined;
4220
+ async_download_callback_url?: string | undefined;
4221
+ section_list_mode?: "pagination" | "collapsibles" | undefined;
4222
+ disable_rep_canvas_creation?: boolean | undefined;
4223
+ disable_shared_link_creation?: boolean | undefined;
4224
+ hide_meeting_bar?: boolean | undefined;
4225
+ } | undefined;
4226
+ allow_revoke_shared_link?: boolean | undefined;
4227
+ enable_slotty_ui_asset_manager?: boolean | undefined;
4228
+ enable_admin_asset_manager?: boolean | undefined;
4229
+ api_client_timeout?: number | undefined;
4230
+ enable_monaco_html_editor?: boolean | undefined;
4231
+ skip_metadata_keys_in_list_item?: string[] | undefined;
4232
+ enable_multi_language?: boolean | undefined;
4233
+ enable_multipeer_connectivity?: boolean | undefined;
4234
+ enable_syncbox?: boolean | undefined;
4235
+ canvases_route_order?: number | undefined;
4236
+ content_browser_route_order?: number | undefined;
4237
+ assets_route_order?: number | undefined;
4238
+ impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
4239
+ translation_overrides?: {
4240
+ en?: Record<string, string> | undefined;
4241
+ de?: Record<string, string> | undefined;
4242
+ pl?: Record<string, string> | undefined;
4243
+ tr?: Record<string, string> | undefined;
4244
+ el?: Record<string, string> | undefined;
4245
+ fr?: Record<string, string> | undefined;
4246
+ es?: Record<string, string> | undefined;
4247
+ th?: Record<string, string> | undefined;
4248
+ ja?: Record<string, string> | undefined;
4249
+ zh?: Record<string, string> | undefined;
4250
+ it?: Record<string, string> | undefined;
4251
+ pt?: Record<string, string> | undefined;
4252
+ nl?: Record<string, string> | undefined;
4253
+ } | undefined;
4254
+ file_annotations_mode?: "admin" | "personal" | undefined;
4255
+ minimum_event_duration_in_call?: number | undefined;
4256
+ enable_content_rating_in_call?: boolean | undefined;
4257
+ enable_speaker_notes?: boolean | undefined;
4258
+ display_metadata_filters_in_modal?: boolean | undefined;
4259
+ enable_js_api_recommended_files?: boolean | undefined;
4260
+ metadata_highlight_properties?: {
4261
+ background_color?: string | undefined;
4262
+ color?: string | undefined;
4263
+ icon?: string | undefined;
4264
+ key: string;
4265
+ match_value: string | string[] | number | boolean;
4266
+ text: string;
4267
+ }[] | undefined;
4268
+ business_logic_ids_to_section_ids_resolver?: string | undefined;
4269
+ section_thumbnail_url_transformer?: string | undefined;
4270
+ pipe_multi_search_separator?: string | undefined;
4271
+ enable_crm_privacy_mode?: boolean | undefined;
4272
+ enable_indicators?: boolean | undefined;
4273
+ enable_metadata_info_in_list_item?: boolean | undefined;
4274
+ smart_folder_rule_attributes?: {
4275
+ sync?: boolean | undefined;
4276
+ max_sync_limit?: number | undefined;
4277
+ sync_chunk_size?: number | undefined;
4278
+ files?: {
4279
+ name: string;
4280
+ type: "string" | "boolean" | "number" | "date" | "array";
4281
+ accessor: string;
4282
+ display_name: string;
4283
+ }[] | undefined;
4284
+ canvas?: {
4285
+ name: string;
4286
+ type: "string" | "boolean" | "number" | "date" | "array";
4287
+ accessor: string;
4288
+ display_name: string;
4289
+ }[] | undefined;
4290
+ canvas_templates?: {
4291
+ name: string;
4292
+ type: "string" | "boolean" | "number" | "date" | "array";
4293
+ accessor: string;
4294
+ display_name: string;
4295
+ }[] | undefined;
4296
+ section?: {
4297
+ name: string;
4298
+ type: "string" | "boolean" | "number" | "date" | "array";
4299
+ accessor: string;
4300
+ display_name: string;
4301
+ }[] | undefined;
4302
+ } | undefined;
4303
+ ios?: /*elided*/ any | undefined;
4304
+ full_text_search_config?: string | undefined;
4305
+ include_file_content_in_full_text_search?: boolean | undefined;
4306
+ include_file_metadata_in_full_text_search?: boolean | undefined;
4307
+ include_canvas_content_in_full_text_search?: boolean | undefined;
4308
+ include_canvas_metadata_in_full_text_search?: boolean | undefined;
4309
+ use_collection_player_as_default_file_viewer?: boolean | undefined;
4310
+ use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
4311
+ use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
4312
+ enable_ppt_converter_in_canvas_templates?: boolean | undefined;
4313
+ generate_only_sections_in_ppt_converter?: boolean | undefined;
4314
+ enable_search_with_suggestions?: boolean | undefined;
4315
+ enable_search_filter_with_suggestions?: boolean | undefined;
4316
+ enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
4317
+ enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
4318
+ default_pdf_page_dimensions?: {
4319
+ width?: number | undefined;
4320
+ height?: number | undefined;
4321
+ printScale?: number | undefined;
4322
+ } | undefined;
4323
+ disable_browser_search_context?: boolean | undefined;
4324
+ location_prompt_type?: "warning" | "block" | undefined;
4325
+ location_prompt_message?: string | undefined;
4326
+ use_collection_player_with_annotations?: boolean | undefined;
4327
+ disable_core_canvas_metadata?: boolean | undefined;
4328
+ enable_folder_description_via_name?: boolean | undefined;
4329
+ enable_download_original_file_in_impact?: boolean | undefined;
4330
+ alternative_canvas_fullscreen?: boolean | undefined;
4331
+ enable_presentation_annotations?: boolean | undefined;
4332
+ max_files_limit?: number | undefined;
4333
+ is_meeting_bar_account_selection_disabled?: boolean | undefined;
4334
+ disable_postcall?: boolean | undefined;
4335
+ launch_in_present_mode_on_creation?: boolean | undefined;
4336
+ enable_recents?: boolean | undefined;
4337
+ enable_favorites?: boolean | undefined;
4338
+ }>;
4339
+ pitcherSettings: Readonly<Ref<{
4340
+ readonly auto_assignment_rules?: readonly {
4341
+ readonly connection_id: string;
4342
+ readonly target_instance_id: string;
4343
+ readonly groups?: readonly string[] | undefined;
4344
+ }[] | undefined;
4345
+ readonly canvas?: {
4346
+ readonly enable_read_only_canvas_creation_account?: boolean | undefined;
4347
+ readonly scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
4348
+ readonly enable_wizard_preview_button?: boolean | undefined;
4349
+ readonly locks_polling_interval?: number | undefined;
4350
+ readonly shared_link?: {
4351
+ readonly title?: string | undefined;
4352
+ readonly email_disclaimer?: string | undefined;
4353
+ readonly logo_url?: string | undefined;
4354
+ readonly logo_style?: {
4355
+ readonly [x: string]: any;
4356
+ } | undefined;
4357
+ readonly valid_until_options?: readonly {
4358
+ readonly label: string;
4359
+ readonly value: number;
4360
+ }[] | undefined;
4361
+ readonly disable_rep_changing_allow_download?: boolean | undefined;
4362
+ readonly initial_allow_download?: boolean | undefined;
4363
+ } | undefined;
4364
+ readonly hide_page_break_in_toc?: boolean | undefined;
4365
+ readonly disable_display_index_in_toc?: boolean | undefined;
4366
+ readonly autohide_section_on_created?: {
4367
+ readonly autohide_in_shared_link?: string | undefined;
4368
+ readonly start_date?: Date | undefined;
4369
+ } | undefined;
4370
+ readonly component_availability?: {
4371
+ readonly Multimedia: boolean;
4372
+ readonly Block: boolean;
4373
+ readonly Carousel: boolean;
4374
+ readonly CollectionPlayer: boolean;
4375
+ readonly ContentGrid: boolean;
4376
+ readonly DataCharts: boolean;
4377
+ readonly DynamicDataTable: boolean;
4378
+ readonly Embeddable: boolean;
4379
+ readonly Grid: boolean;
4380
+ readonly Html: boolean;
4381
+ readonly IFrame: boolean;
4382
+ readonly Link: boolean;
4383
+ readonly Page: boolean;
4384
+ readonly PageBreak: boolean;
4385
+ readonly Scribble: boolean;
4386
+ readonly SectionList: boolean;
4387
+ readonly Text: boolean;
4388
+ readonly Timeline: boolean;
4389
+ readonly apps?: {
4390
+ readonly [x: string]: boolean;
4391
+ } | undefined;
4392
+ } | undefined;
4393
+ readonly component_availability_roles?: {
4394
+ readonly Multimedia: {
4395
+ readonly admin?: boolean | undefined;
4396
+ readonly rep?: boolean | undefined;
4397
+ };
4398
+ readonly Block: {
4399
+ readonly admin?: boolean | undefined;
4400
+ readonly rep?: boolean | undefined;
4401
+ };
4402
+ readonly Carousel: {
4403
+ readonly admin?: boolean | undefined;
4404
+ readonly rep?: boolean | undefined;
4405
+ };
4406
+ readonly CollectionPlayer: {
4407
+ readonly admin?: boolean | undefined;
4408
+ readonly rep?: boolean | undefined;
4409
+ };
4410
+ readonly ContentGrid: {
4411
+ readonly admin?: boolean | undefined;
4412
+ readonly rep?: boolean | undefined;
4413
+ };
4414
+ readonly DataCharts: {
4415
+ readonly admin?: boolean | undefined;
4416
+ readonly rep?: boolean | undefined;
4417
+ };
4418
+ readonly DynamicDataTable: {
4419
+ readonly admin?: boolean | undefined;
4420
+ readonly rep?: boolean | undefined;
4421
+ };
4422
+ readonly Embeddable: {
4423
+ readonly admin?: boolean | undefined;
4424
+ readonly rep?: boolean | undefined;
4425
+ };
4426
+ readonly Grid: {
4427
+ readonly admin?: boolean | undefined;
4428
+ readonly rep?: boolean | undefined;
4429
+ };
4430
+ readonly Html: {
4431
+ readonly admin?: boolean | undefined;
4432
+ readonly rep?: boolean | undefined;
4433
+ };
4434
+ readonly IFrame: {
4435
+ readonly admin?: boolean | undefined;
4436
+ readonly rep?: boolean | undefined;
4437
+ };
4438
+ readonly Link: {
4439
+ readonly admin?: boolean | undefined;
4440
+ readonly rep?: boolean | undefined;
4441
+ };
4442
+ readonly Page: {
4443
+ readonly admin?: boolean | undefined;
4444
+ readonly rep?: boolean | undefined;
4445
+ };
4446
+ readonly PageBreak: {
4447
+ readonly admin?: boolean | undefined;
4448
+ readonly rep?: boolean | undefined;
4449
+ };
4450
+ readonly Scribble: {
4451
+ readonly admin?: boolean | undefined;
4452
+ readonly rep?: boolean | undefined;
4453
+ };
4454
+ readonly SectionList: {
4455
+ readonly admin?: boolean | undefined;
4456
+ readonly rep?: boolean | undefined;
4457
+ };
4458
+ readonly Text: {
4459
+ readonly admin?: boolean | undefined;
4460
+ readonly rep?: boolean | undefined;
4461
+ };
4462
+ readonly Timeline: {
4463
+ readonly admin?: boolean | undefined;
4464
+ readonly rep?: boolean | undefined;
4465
+ };
4466
+ readonly apps?: {
4467
+ readonly [x: string]: {
4468
+ readonly admin?: boolean | undefined;
4469
+ readonly rep?: boolean | undefined;
4470
+ };
4471
+ } | undefined;
4472
+ } | undefined;
4473
+ readonly content_grid_autofill_files_filter_iteratee?: string | undefined;
4474
+ readonly section_content_grid_autofill_files_filter_iteratee?: string | undefined;
4475
+ readonly show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
4476
+ readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
4477
+ readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
4478
+ readonly enable_collection_player_component?: boolean | undefined;
4479
+ readonly autoselect_selected_canvas_account?: boolean | undefined;
4480
+ readonly require_account_on_canvas_creation?: boolean | undefined;
4481
+ readonly enable_canvases_account_filtering?: boolean | undefined;
4482
+ readonly pptx_slide_image_width?: number | undefined;
4483
+ readonly correlation_id_cleanup_delay?: number | undefined;
4484
+ readonly async_download_expiration_hours?: number | undefined;
4485
+ readonly async_download_api_url?: string | undefined;
4486
+ readonly async_download_callback_url?: string | undefined;
4487
+ readonly section_list_mode?: "pagination" | "collapsibles" | undefined;
4488
+ readonly disable_rep_canvas_creation?: boolean | undefined;
4489
+ readonly disable_shared_link_creation?: boolean | undefined;
4490
+ readonly hide_meeting_bar?: boolean | undefined;
4491
+ } | undefined;
4492
+ readonly allow_revoke_shared_link?: boolean | undefined;
4493
+ readonly enable_slotty_ui_asset_manager?: boolean | undefined;
4494
+ readonly enable_admin_asset_manager?: boolean | undefined;
4495
+ readonly api_client_timeout?: number | undefined;
4496
+ readonly enable_monaco_html_editor?: boolean | undefined;
4497
+ readonly skip_metadata_keys_in_list_item?: readonly string[] | undefined;
4498
+ readonly enable_multi_language?: boolean | undefined;
4499
+ readonly enable_multipeer_connectivity?: boolean | undefined;
4500
+ readonly enable_syncbox?: boolean | undefined;
4501
+ readonly canvases_route_order?: number | undefined;
4502
+ readonly content_browser_route_order?: number | undefined;
4503
+ readonly assets_route_order?: number | undefined;
4504
+ readonly impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
4505
+ readonly translation_overrides?: {
4506
+ readonly en?: {
4507
+ readonly [x: string]: string;
4508
+ } | undefined;
4509
+ readonly de?: {
4510
+ readonly [x: string]: string;
4511
+ } | undefined;
4512
+ readonly pl?: {
4513
+ readonly [x: string]: string;
4514
+ } | undefined;
4515
+ readonly tr?: {
4516
+ readonly [x: string]: string;
4517
+ } | undefined;
4518
+ readonly el?: {
4519
+ readonly [x: string]: string;
4520
+ } | undefined;
4521
+ readonly fr?: {
4522
+ readonly [x: string]: string;
4523
+ } | undefined;
4524
+ readonly es?: {
4525
+ readonly [x: string]: string;
4526
+ } | undefined;
4527
+ readonly th?: {
4528
+ readonly [x: string]: string;
4529
+ } | undefined;
4530
+ readonly ja?: {
4531
+ readonly [x: string]: string;
4532
+ } | undefined;
4533
+ readonly zh?: {
4534
+ readonly [x: string]: string;
4535
+ } | undefined;
4536
+ readonly it?: {
4537
+ readonly [x: string]: string;
4538
+ } | undefined;
4539
+ readonly pt?: {
4540
+ readonly [x: string]: string;
4541
+ } | undefined;
4542
+ readonly nl?: {
4543
+ readonly [x: string]: string;
4544
+ } | undefined;
4545
+ } | undefined;
4546
+ readonly file_annotations_mode?: "admin" | "personal" | undefined;
4547
+ readonly minimum_event_duration_in_call?: number | undefined;
4548
+ readonly enable_content_rating_in_call?: boolean | undefined;
4549
+ readonly enable_speaker_notes?: boolean | undefined;
4550
+ readonly display_metadata_filters_in_modal?: boolean | undefined;
4551
+ readonly enable_js_api_recommended_files?: boolean | undefined;
4552
+ readonly metadata_highlight_properties?: readonly {
4553
+ readonly background_color?: string | undefined;
4554
+ readonly color?: string | undefined;
4555
+ readonly icon?: string | undefined;
4556
+ readonly key: string;
4557
+ readonly match_value: string | number | boolean | readonly string[];
4558
+ readonly text: string;
4559
+ }[] | undefined;
4560
+ readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
4561
+ readonly section_thumbnail_url_transformer?: string | undefined;
4562
+ readonly pipe_multi_search_separator?: string | undefined;
4563
+ readonly enable_crm_privacy_mode?: boolean | undefined;
4564
+ readonly enable_indicators?: boolean | undefined;
4565
+ readonly enable_metadata_info_in_list_item?: boolean | undefined;
4566
+ readonly smart_folder_rule_attributes?: {
4567
+ readonly sync?: boolean | undefined;
4568
+ readonly max_sync_limit?: number | undefined;
4569
+ readonly sync_chunk_size?: number | undefined;
4570
+ readonly files?: readonly {
4571
+ readonly name: string;
4572
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
4573
+ readonly accessor: string;
4574
+ readonly display_name: string;
4575
+ }[] | undefined;
4576
+ readonly canvas?: readonly {
4577
+ readonly name: string;
4578
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
4579
+ readonly accessor: string;
4580
+ readonly display_name: string;
4581
+ }[] | undefined;
4582
+ readonly canvas_templates?: readonly {
4583
+ readonly name: string;
4584
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
4585
+ readonly accessor: string;
4586
+ readonly display_name: string;
4587
+ }[] | undefined;
4588
+ readonly section?: readonly {
4589
+ readonly name: string;
4590
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
4591
+ readonly accessor: string;
4592
+ readonly display_name: string;
4593
+ }[] | undefined;
4594
+ } | undefined;
4595
+ readonly ios?: /*elided*/ any | undefined;
4596
+ readonly full_text_search_config?: string | undefined;
4597
+ readonly include_file_content_in_full_text_search?: boolean | undefined;
4598
+ readonly include_file_metadata_in_full_text_search?: boolean | undefined;
4599
+ readonly include_canvas_content_in_full_text_search?: boolean | undefined;
4600
+ readonly include_canvas_metadata_in_full_text_search?: boolean | undefined;
4601
+ readonly use_collection_player_as_default_file_viewer?: boolean | undefined;
4602
+ readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
4603
+ readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
4604
+ readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
4605
+ readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
4606
+ readonly enable_search_with_suggestions?: boolean | undefined;
4607
+ readonly enable_search_filter_with_suggestions?: boolean | undefined;
4608
+ readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
4609
+ readonly enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
4610
+ readonly default_pdf_page_dimensions?: {
4611
+ readonly width?: number | undefined;
4612
+ readonly height?: number | undefined;
4613
+ readonly printScale?: number | undefined;
4614
+ } | undefined;
4615
+ readonly disable_browser_search_context?: boolean | undefined;
4616
+ readonly location_prompt_type?: "warning" | "block" | undefined;
4617
+ readonly location_prompt_message?: string | undefined;
4618
+ readonly use_collection_player_with_annotations?: boolean | undefined;
4619
+ readonly disable_core_canvas_metadata?: boolean | undefined;
4620
+ readonly enable_folder_description_via_name?: boolean | undefined;
4621
+ readonly enable_download_original_file_in_impact?: boolean | undefined;
4622
+ readonly alternative_canvas_fullscreen?: boolean | undefined;
4623
+ readonly enable_presentation_annotations?: boolean | undefined;
4624
+ readonly max_files_limit?: number | undefined;
4625
+ readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
4626
+ readonly disable_postcall?: boolean | undefined;
4627
+ readonly launch_in_present_mode_on_creation?: boolean | undefined;
4628
+ readonly enable_recents?: boolean | undefined;
4629
+ readonly enable_favorites?: boolean | undefined;
4630
+ }, {
4631
+ readonly auto_assignment_rules?: readonly {
4632
+ readonly connection_id: string;
4633
+ readonly target_instance_id: string;
4634
+ readonly groups?: readonly string[] | undefined;
4635
+ }[] | undefined;
4636
+ readonly canvas?: {
4637
+ readonly enable_read_only_canvas_creation_account?: boolean | undefined;
4638
+ readonly scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
4639
+ readonly enable_wizard_preview_button?: boolean | undefined;
4640
+ readonly locks_polling_interval?: number | undefined;
4641
+ readonly shared_link?: {
4642
+ readonly title?: string | undefined;
4643
+ readonly email_disclaimer?: string | undefined;
4644
+ readonly logo_url?: string | undefined;
4645
+ readonly logo_style?: {
4646
+ readonly [x: string]: any;
4647
+ } | undefined;
4648
+ readonly valid_until_options?: readonly {
4649
+ readonly label: string;
4650
+ readonly value: number;
4651
+ }[] | undefined;
4652
+ readonly disable_rep_changing_allow_download?: boolean | undefined;
4653
+ readonly initial_allow_download?: boolean | undefined;
4654
+ } | undefined;
4655
+ readonly hide_page_break_in_toc?: boolean | undefined;
4656
+ readonly disable_display_index_in_toc?: boolean | undefined;
4657
+ readonly autohide_section_on_created?: {
4658
+ readonly autohide_in_shared_link?: string | undefined;
4659
+ readonly start_date?: Date | undefined;
4660
+ } | undefined;
4661
+ readonly component_availability?: {
4662
+ readonly Multimedia: boolean;
4663
+ readonly Block: boolean;
4664
+ readonly Carousel: boolean;
4665
+ readonly CollectionPlayer: boolean;
4666
+ readonly ContentGrid: boolean;
4667
+ readonly DataCharts: boolean;
4668
+ readonly DynamicDataTable: boolean;
4669
+ readonly Embeddable: boolean;
4670
+ readonly Grid: boolean;
4671
+ readonly Html: boolean;
4672
+ readonly IFrame: boolean;
4673
+ readonly Link: boolean;
4674
+ readonly Page: boolean;
4675
+ readonly PageBreak: boolean;
4676
+ readonly Scribble: boolean;
4677
+ readonly SectionList: boolean;
4678
+ readonly Text: boolean;
4679
+ readonly Timeline: boolean;
4680
+ readonly apps?: {
4681
+ readonly [x: string]: boolean;
4682
+ } | undefined;
4683
+ } | undefined;
4684
+ readonly component_availability_roles?: {
4685
+ readonly Multimedia: {
4686
+ readonly admin?: boolean | undefined;
4687
+ readonly rep?: boolean | undefined;
4688
+ };
4689
+ readonly Block: {
4690
+ readonly admin?: boolean | undefined;
4691
+ readonly rep?: boolean | undefined;
4692
+ };
4693
+ readonly Carousel: {
4694
+ readonly admin?: boolean | undefined;
4695
+ readonly rep?: boolean | undefined;
4696
+ };
4697
+ readonly CollectionPlayer: {
4698
+ readonly admin?: boolean | undefined;
4699
+ readonly rep?: boolean | undefined;
4700
+ };
4701
+ readonly ContentGrid: {
4702
+ readonly admin?: boolean | undefined;
4703
+ readonly rep?: boolean | undefined;
4704
+ };
4705
+ readonly DataCharts: {
4706
+ readonly admin?: boolean | undefined;
4707
+ readonly rep?: boolean | undefined;
4708
+ };
4709
+ readonly DynamicDataTable: {
4710
+ readonly admin?: boolean | undefined;
4711
+ readonly rep?: boolean | undefined;
4712
+ };
4713
+ readonly Embeddable: {
4714
+ readonly admin?: boolean | undefined;
4715
+ readonly rep?: boolean | undefined;
4716
+ };
4717
+ readonly Grid: {
4718
+ readonly admin?: boolean | undefined;
4719
+ readonly rep?: boolean | undefined;
4720
+ };
4721
+ readonly Html: {
4722
+ readonly admin?: boolean | undefined;
4723
+ readonly rep?: boolean | undefined;
4724
+ };
4725
+ readonly IFrame: {
4726
+ readonly admin?: boolean | undefined;
4727
+ readonly rep?: boolean | undefined;
4728
+ };
4729
+ readonly Link: {
4730
+ readonly admin?: boolean | undefined;
4731
+ readonly rep?: boolean | undefined;
4732
+ };
4733
+ readonly Page: {
4734
+ readonly admin?: boolean | undefined;
4735
+ readonly rep?: boolean | undefined;
4736
+ };
4737
+ readonly PageBreak: {
4738
+ readonly admin?: boolean | undefined;
4739
+ readonly rep?: boolean | undefined;
4740
+ };
4741
+ readonly Scribble: {
4742
+ readonly admin?: boolean | undefined;
4743
+ readonly rep?: boolean | undefined;
4744
+ };
4745
+ readonly SectionList: {
4746
+ readonly admin?: boolean | undefined;
4747
+ readonly rep?: boolean | undefined;
4748
+ };
4749
+ readonly Text: {
4750
+ readonly admin?: boolean | undefined;
4751
+ readonly rep?: boolean | undefined;
4752
+ };
4753
+ readonly Timeline: {
4754
+ readonly admin?: boolean | undefined;
4755
+ readonly rep?: boolean | undefined;
4756
+ };
4757
+ readonly apps?: {
4758
+ readonly [x: string]: {
4759
+ readonly admin?: boolean | undefined;
4760
+ readonly rep?: boolean | undefined;
4761
+ };
4762
+ } | undefined;
4763
+ } | undefined;
4764
+ readonly content_grid_autofill_files_filter_iteratee?: string | undefined;
4765
+ readonly section_content_grid_autofill_files_filter_iteratee?: string | undefined;
4766
+ readonly show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
4767
+ readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
4768
+ readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
4769
+ readonly enable_collection_player_component?: boolean | undefined;
4770
+ readonly autoselect_selected_canvas_account?: boolean | undefined;
4771
+ readonly require_account_on_canvas_creation?: boolean | undefined;
4772
+ readonly enable_canvases_account_filtering?: boolean | undefined;
4773
+ readonly pptx_slide_image_width?: number | undefined;
4774
+ readonly correlation_id_cleanup_delay?: number | undefined;
4775
+ readonly async_download_expiration_hours?: number | undefined;
4776
+ readonly async_download_api_url?: string | undefined;
4777
+ readonly async_download_callback_url?: string | undefined;
4778
+ readonly section_list_mode?: "pagination" | "collapsibles" | undefined;
4779
+ readonly disable_rep_canvas_creation?: boolean | undefined;
4780
+ readonly disable_shared_link_creation?: boolean | undefined;
4781
+ readonly hide_meeting_bar?: boolean | undefined;
4782
+ } | undefined;
4783
+ readonly allow_revoke_shared_link?: boolean | undefined;
4784
+ readonly enable_slotty_ui_asset_manager?: boolean | undefined;
4785
+ readonly enable_admin_asset_manager?: boolean | undefined;
4786
+ readonly api_client_timeout?: number | undefined;
4787
+ readonly enable_monaco_html_editor?: boolean | undefined;
4788
+ readonly skip_metadata_keys_in_list_item?: readonly string[] | undefined;
4789
+ readonly enable_multi_language?: boolean | undefined;
4790
+ readonly enable_multipeer_connectivity?: boolean | undefined;
4791
+ readonly enable_syncbox?: boolean | undefined;
4792
+ readonly canvases_route_order?: number | undefined;
4793
+ readonly content_browser_route_order?: number | undefined;
4794
+ readonly assets_route_order?: number | undefined;
4795
+ readonly impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
4796
+ readonly translation_overrides?: {
4797
+ readonly en?: {
4798
+ readonly [x: string]: string;
4799
+ } | undefined;
4800
+ readonly de?: {
4801
+ readonly [x: string]: string;
4802
+ } | undefined;
4803
+ readonly pl?: {
4804
+ readonly [x: string]: string;
4805
+ } | undefined;
4806
+ readonly tr?: {
4807
+ readonly [x: string]: string;
4808
+ } | undefined;
4809
+ readonly el?: {
4810
+ readonly [x: string]: string;
4811
+ } | undefined;
4812
+ readonly fr?: {
4813
+ readonly [x: string]: string;
4814
+ } | undefined;
4815
+ readonly es?: {
4816
+ readonly [x: string]: string;
4817
+ } | undefined;
4818
+ readonly th?: {
4819
+ readonly [x: string]: string;
4820
+ } | undefined;
4821
+ readonly ja?: {
4822
+ readonly [x: string]: string;
4823
+ } | undefined;
4824
+ readonly zh?: {
4825
+ readonly [x: string]: string;
4826
+ } | undefined;
4827
+ readonly it?: {
4828
+ readonly [x: string]: string;
4829
+ } | undefined;
4830
+ readonly pt?: {
4831
+ readonly [x: string]: string;
4832
+ } | undefined;
4833
+ readonly nl?: {
4834
+ readonly [x: string]: string;
4835
+ } | undefined;
4836
+ } | undefined;
4837
+ readonly file_annotations_mode?: "admin" | "personal" | undefined;
4838
+ readonly minimum_event_duration_in_call?: number | undefined;
4839
+ readonly enable_content_rating_in_call?: boolean | undefined;
4840
+ readonly enable_speaker_notes?: boolean | undefined;
4841
+ readonly display_metadata_filters_in_modal?: boolean | undefined;
4842
+ readonly enable_js_api_recommended_files?: boolean | undefined;
4843
+ readonly metadata_highlight_properties?: readonly {
4844
+ readonly background_color?: string | undefined;
4845
+ readonly color?: string | undefined;
4846
+ readonly icon?: string | undefined;
4847
+ readonly key: string;
4848
+ readonly match_value: string | number | boolean | readonly string[];
4849
+ readonly text: string;
4850
+ }[] | undefined;
4851
+ readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
4852
+ readonly section_thumbnail_url_transformer?: string | undefined;
4853
+ readonly pipe_multi_search_separator?: string | undefined;
4854
+ readonly enable_crm_privacy_mode?: boolean | undefined;
4855
+ readonly enable_indicators?: boolean | undefined;
4856
+ readonly enable_metadata_info_in_list_item?: boolean | undefined;
4857
+ readonly smart_folder_rule_attributes?: {
4858
+ readonly sync?: boolean | undefined;
4859
+ readonly max_sync_limit?: number | undefined;
4860
+ readonly sync_chunk_size?: number | undefined;
4861
+ readonly files?: readonly {
4862
+ readonly name: string;
4863
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
4864
+ readonly accessor: string;
4865
+ readonly display_name: string;
4866
+ }[] | undefined;
4867
+ readonly canvas?: readonly {
4868
+ readonly name: string;
4869
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
4870
+ readonly accessor: string;
4871
+ readonly display_name: string;
4872
+ }[] | undefined;
4873
+ readonly canvas_templates?: readonly {
4874
+ readonly name: string;
4875
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
4876
+ readonly accessor: string;
4877
+ readonly display_name: string;
4878
+ }[] | undefined;
4879
+ readonly section?: readonly {
4880
+ readonly name: string;
4881
+ readonly type: "string" | "boolean" | "number" | "date" | "array";
4882
+ readonly accessor: string;
4883
+ readonly display_name: string;
4884
+ }[] | undefined;
4885
+ } | undefined;
4886
+ readonly ios?: /*elided*/ any | undefined;
4887
+ readonly full_text_search_config?: string | undefined;
4888
+ readonly include_file_content_in_full_text_search?: boolean | undefined;
4889
+ readonly include_file_metadata_in_full_text_search?: boolean | undefined;
4890
+ readonly include_canvas_content_in_full_text_search?: boolean | undefined;
4891
+ readonly include_canvas_metadata_in_full_text_search?: boolean | undefined;
4892
+ readonly use_collection_player_as_default_file_viewer?: boolean | undefined;
4893
+ readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
4894
+ readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
4895
+ readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
4896
+ readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
4897
+ readonly enable_search_with_suggestions?: boolean | undefined;
4898
+ readonly enable_search_filter_with_suggestions?: boolean | undefined;
4899
+ readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
4900
+ readonly enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
4901
+ readonly default_pdf_page_dimensions?: {
4902
+ readonly width?: number | undefined;
4903
+ readonly height?: number | undefined;
4904
+ readonly printScale?: number | undefined;
4905
+ } | undefined;
4906
+ readonly disable_browser_search_context?: boolean | undefined;
4907
+ readonly location_prompt_type?: "warning" | "block" | undefined;
4908
+ readonly location_prompt_message?: string | undefined;
4909
+ readonly use_collection_player_with_annotations?: boolean | undefined;
4910
+ readonly disable_core_canvas_metadata?: boolean | undefined;
4911
+ readonly enable_folder_description_via_name?: boolean | undefined;
4912
+ readonly enable_download_original_file_in_impact?: boolean | undefined;
4913
+ readonly alternative_canvas_fullscreen?: boolean | undefined;
4914
+ readonly enable_presentation_annotations?: boolean | undefined;
4915
+ readonly max_files_limit?: number | undefined;
4916
+ readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
4917
+ readonly disable_postcall?: boolean | undefined;
4918
+ readonly launch_in_present_mode_on_creation?: boolean | undefined;
4919
+ readonly enable_recents?: boolean | undefined;
4920
+ readonly enable_favorites?: boolean | undefined;
4921
+ }>>;
4922
+ initialize: (props: CanvasBuilderProps, launchDarkly: LaunchDarklyEnv) => void;
4923
+ activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, index?: number) => void;
4924
+ deactivateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, itemIndex?: number) => void;
4925
+ addComponentAtParentId: (type: ComponentTypes, parentId?: ComponentNode["id"] | null, afterSiblingId?: ComponentNode["id"] | null, withData?: ComponentNode["data"] | null, withChildren?: ComponentNode["children"], withExtraNodeData?: Partial<ComponentNode>) => void;
4926
+ duplicate: (componentId: ComponentNode["id"]) => void;
4927
+ enterFullscreen: typeof enterFullscreen;
4928
+ exitFullscreen: typeof exitFullscreen;
4929
+ overrideSectionComponentData: ({ usedInSectionId, componentId, componentData, afterSiblingId, remove, }: {
4930
+ usedInSectionId: CanvasRetrieve["id"];
4931
+ componentId: ComponentNode["id"];
4932
+ componentData?: ComponentNode["data"];
4933
+ afterSiblingId?: ComponentNode["id"];
4934
+ remove?: boolean;
4935
+ }) => void;
4936
+ patchCanvasContentByCondition: (condition: (node: ComponentNode) => boolean, patch: Partial<ComponentNode>) => void;
4937
+ patchNodeById: (id: ComponentNode["id"], patch: Partial<ComponentNode>) => void;
4938
+ removeComponent: (id: ComponentNode["id"], sectionId?: CanvasRetrieve["id"]) => void;
4939
+ removeComponentById: (id: ComponentNode["id"]) => void;
4940
+ resetChildrenOfNodeById: (id: ComponentNode["id"]) => void;
4941
+ setActiveCanvas: (newCanvas: CanvasRetrieve) => void;
4942
+ setAddMode: (type: false | ComponentTypes, parentId?: ComponentNode["id"] | null, afterSiblingId?: ComponentNode["id"] | null) => void;
4943
+ setCanvasContent: ({ content, component }: {
4944
+ content: ComponentNode[];
4945
+ component?: ComponentNode | null;
4946
+ }) => void;
4947
+ setCanvasMetadata: (metadata: CanvasMetadataRetrieve["config"] | null) => void;
4948
+ setComponentEditMode: (type: false | ComponentTypes, id?: ComponentNode["id"] | null, usedInSectionId?: CanvasRetrieve["id"]) => void;
4949
+ setComponentSelectedMode: (id?: ComponentNode["id"], navigatorItemIndex?: number) => void;
4950
+ setComponentSettingsMode: (id?: ComponentNode["id"] | false) => void;
4951
+ setInCall: (value?: boolean | undefined) => void;
4952
+ setIsEditMode: (value: boolean) => void;
4953
+ updateActiveCanvasProperties: (newProperties: Partial<CanvasRetrieve>) => void;
4954
+ updateHomePageSettings: (homePage: {
4955
+ component_id: string;
4956
+ section_id?: string | null;
4957
+ } | null) => void;
4958
+ updateNodeData: (data: ComponentNode["data"], id: ComponentNode["id"], sectionId?: CanvasRetrieve["id"]) => void;
4959
+ updateNodeDataById: (id: ComponentNode["id"], newData: ComponentNode["data"]) => void;
4960
+ deepMergeNodeById: (id: ComponentNode["id"], patch: Partial<ComponentNode>) => void;
4961
+ cleanup: typeof cleanup;
4962
+ saveCanvasContent: typeof saveCanvasContent;
4963
+ saveCanvasContext: typeof saveCanvasContext;
4964
+ saveCanvasContentWithContext: typeof saveCanvasContentWithContext;
4965
+ navigateToHome: (skipSetPreviousLocation?: boolean) => Promise<boolean>;
4966
+ processCanvasNodesForDisplay: (nodes: ComponentNode[]) => ComponentNode[];
4967
+ updateMultimediaNodeWithThemeAsset: (nodeId: string, multimediaProps: MultimediaProps, directNodeUpdate?: {
4968
+ node: ComponentNode;
4969
+ section: CanvasRetrieve["sections"][number];
4970
+ }) => boolean;
4971
+ 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> | null;
4972
+ updateNodeInSection: (sectionId: string, nodeId: string, newData: ComponentNode["data"]) => boolean;
4973
+ getMaxWidth: typeof getMaxWidth;
4974
+ getParentType: (nodeId: Ref<ComponentNode["id"] | null | undefined>) => import('vue').ComputedRef<ComponentTypes | undefined>;
4975
+ onWizardEnter: Ref<(() => void) | undefined, (() => void) | undefined>;
4976
+ onWizardExit: Ref<(() => void) | undefined, (() => void) | undefined>;
4977
+ contentAnnotation: Ref<{
4978
+ isVisibleMenu: boolean;
4979
+ markerTools: {
4980
+ [key: string]: {
4981
+ marker: typeof import('@markerjs/markerjs3').MarkerBase | "selection" | "eraseSelected" | "eraseAll" | null;
4982
+ icon: string;
4983
+ translationKey: string;
4984
+ action?: () => void;
4985
+ dividerBefore?: boolean;
4986
+ };
4987
+ };
4988
+ activeToolIcon: string;
4989
+ activeTool: string | typeof import('@markerjs/markerjs3').MarkerBase | null;
4990
+ isReady: boolean;
4991
+ handleAnnotationSelect: (action: string) => void;
4992
+ setActiveMarker: (marker: null | import('@markerjs/markerjs3').MarkerArea) => void;
4993
+ activeMarker: import('@markerjs/markerjs3').MarkerArea | null;
4994
+ showMenu: (value: boolean) => boolean;
4995
+ toggleMenu: () => boolean;
4996
+ storage: Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>;
4997
+ resetAnnotations: (notify?: boolean) => void;
4998
+ triggerToolUpdate: () => void;
4999
+ clearStorage: () => void;
5000
+ applyShadowRootStyles: (shadowRoot: ShadowRoot) => void;
5001
+ createNewImage: (width: number, height: number) => string;
5002
+ isDrawingActive: boolean;
5003
+ } | null, {
5004
+ isVisibleMenu: Ref<boolean, boolean>;
5005
+ markerTools: import('vue').ComputedRef<{
5006
+ [key: string]: {
5007
+ marker: typeof import('@markerjs/markerjs3').MarkerBase | "selection" | "eraseSelected" | "eraseAll" | null;
5008
+ icon: string;
5009
+ translationKey: string;
5010
+ action?: () => void;
5011
+ dividerBefore?: boolean;
5012
+ };
5013
+ }>;
5014
+ activeToolIcon: import('vue').ComputedRef<string>;
5015
+ activeTool: Ref<string | typeof import('@markerjs/markerjs3').MarkerBase | null, string | typeof import('@markerjs/markerjs3').MarkerBase | null>;
5016
+ isReady: Ref<boolean, boolean>;
5017
+ handleAnnotationSelect: (action: string) => void;
5018
+ setActiveMarker: (marker: null | import('@markerjs/markerjs3').MarkerArea) => void;
5019
+ activeMarker: Ref<import('@markerjs/markerjs3').MarkerArea | null, import('@markerjs/markerjs3').MarkerArea | null>;
5020
+ showMenu: (value: boolean) => boolean;
5021
+ toggleMenu: () => boolean;
5022
+ storage: Map<string, any>;
5023
+ resetAnnotations: (notify?: boolean) => void;
5024
+ triggerToolUpdate: () => void;
5025
+ clearStorage: () => void;
5026
+ applyShadowRootStyles: (shadowRoot: ShadowRoot) => void;
5027
+ createNewImage: (width: number, height: number) => string;
5028
+ isDrawingActive: import('vue').ComputedRef<boolean>;
5029
+ } | {
5030
+ isVisibleMenu: boolean;
5031
+ markerTools: {
5032
+ [key: string]: {
5033
+ marker: typeof import('@markerjs/markerjs3').MarkerBase | "selection" | "eraseSelected" | "eraseAll" | null;
5034
+ icon: string;
5035
+ translationKey: string;
5036
+ action?: () => void;
5037
+ dividerBefore?: boolean;
5038
+ };
5039
+ };
5040
+ activeToolIcon: string;
5041
+ activeTool: string | typeof import('@markerjs/markerjs3').MarkerBase | null;
5042
+ isReady: boolean;
5043
+ handleAnnotationSelect: (action: string) => void;
5044
+ setActiveMarker: (marker: null | import('@markerjs/markerjs3').MarkerArea) => void;
5045
+ activeMarker: import('@markerjs/markerjs3').MarkerArea | null;
5046
+ showMenu: (value: boolean) => boolean;
5047
+ toggleMenu: () => boolean;
5048
+ storage: Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>;
5049
+ resetAnnotations: (notify?: boolean) => void;
5050
+ triggerToolUpdate: () => void;
5051
+ clearStorage: () => void;
5052
+ applyShadowRootStyles: (shadowRoot: ShadowRoot) => void;
5053
+ createNewImage: (width: number, height: number) => string;
5054
+ isDrawingActive: boolean;
5055
+ } | null>;
3458
5056
  };
3459
5057
  export {};