@pitcher/js-api 1.22.0-beta.6 → 1.22.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. package/js-api.esm.js +48 -7
  2. package/js-api.esm.js.map +1 -1
  3. package/js-api.umd.min.js +9 -9
  4. package/js-api.umd.min.js.map +1 -1
  5. package/lib/apps/browser/App.vue.d.ts +42 -16
  6. package/lib/apps/browser/components/BatchMoveItemsModal/BatchMoveItemsModal.vue.d.ts +1 -1
  7. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +1 -1
  8. package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
  9. package/lib/apps/browser/components/Content/AllContent/AllContent.vue.d.ts +1 -1
  10. package/lib/apps/browser/components/Content/AllContent/Empty/FoldersFilesEmpty.vue.d.ts +1 -1
  11. package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +1 -1
  12. package/lib/apps/browser/components/Content/Common/BrowserListItem.vue.d.ts +17 -33
  13. package/lib/apps/browser/components/Content/Content.vue.d.ts +8 -3
  14. package/lib/apps/browser/components/Content/Favorites/FavoritesTable.vue.d.ts +1 -1
  15. package/lib/apps/browser/components/Content/Panel/FilePanel/BasicInfo.vue.d.ts +1 -1
  16. package/lib/apps/browser/components/Content/Panel/FilePanel/Details.vue.d.ts +1 -1
  17. package/lib/apps/browser/components/Content/Panel/FilePanel/FilePanel.vue.d.ts +1 -1
  18. package/lib/apps/browser/components/Content/Panel/FilePanel/Metadata.vue.d.ts +1 -1
  19. package/lib/apps/browser/components/Content/Panel/FilePanel/Tags.vue.d.ts +2 -25
  20. package/lib/apps/browser/components/Content/Panel/FolderPanel/BasicInfo.vue.d.ts +1 -1
  21. package/lib/apps/browser/components/Content/Panel/FolderPanel/Details.vue.d.ts +1 -1
  22. package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +1 -1
  23. package/lib/apps/browser/components/Content/Panel/ItemsPanel/ItemsPanel.vue.d.ts +1 -1
  24. package/lib/apps/browser/components/Content/Panel/NoItemPanel/NoItemPanel.vue.d.ts +1 -1
  25. package/lib/apps/browser/components/Content/Panel/Panel.vue.d.ts +13 -17
  26. package/lib/apps/browser/components/Content/Panel/QuickAccessPanel.vue.d.ts +1 -1
  27. package/lib/apps/browser/components/Content/Panel/QuickAccessPanelItem.vue.d.ts +3 -12
  28. package/lib/apps/browser/components/Content/Recent/RecentTable.vue.d.ts +1 -1
  29. package/lib/apps/browser/components/ContextMenu/ContextMenu.vue.d.ts +2 -23
  30. package/lib/apps/browser/components/ContextMenu/ContextMenuDropdown.vue.d.ts +4 -13
  31. package/lib/apps/browser/components/ContextMenu/FavoriteButton.vue.d.ts +3 -12
  32. package/lib/apps/browser/components/ContextMenu/FileDetailsPanelButton.vue.d.ts +3 -12
  33. package/lib/apps/browser/components/UploadFilesDropzone/UploadFilesDropzone.vue.d.ts +1 -1
  34. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +1 -1
  35. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalButtons.vue.d.ts +7 -16
  36. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalFileList.vue.d.ts +7 -16
  37. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.vue.d.ts +4 -4
  38. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +6 -15
  39. package/lib/apps/browser/components/UploadFilesWidget/UploadFilesWidget.vue.d.ts +5 -26
  40. package/lib/apps/browser/components/UpsertFolderModal/UpsertFolderModal.vue.d.ts +3 -12
  41. package/lib/apps/browser/stores/api.d.ts +96 -5
  42. package/lib/apps/browser/stores/app.d.ts +2 -32
  43. package/lib/apps/browser/stores/upload.d.ts +98 -1
  44. package/lib/apps/canvas-builder/App.vue.d.ts +351 -128
  45. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +3 -12
  46. package/lib/apps/canvas-builder/components/container/BottomBar/BottomBar.vue.d.ts +1 -1
  47. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +1 -1
  48. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.single.vue.d.ts +1 -1
  49. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -1
  50. package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +1 -10
  51. package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +11 -15
  52. package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/ComponentDrawerSettings.vue.d.ts +1 -10
  53. package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +1 -10
  54. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +3 -12
  55. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +4 -25
  56. package/lib/apps/canvas-builder/components/container/ControlBar/InstalledEmbeddableShortcuts.vue.d.ts +1 -1
  57. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +3 -12
  58. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +1 -1
  59. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +1 -1
  60. package/lib/apps/canvas-builder/components/container/DownloadButton/DownloadButton.vue.d.ts +3 -3
  61. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +32 -47
  62. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +103 -0
  63. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentLegacy.vue.d.ts +104 -0
  64. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentRevamp.vue.d.ts +107 -0
  65. package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +1 -1
  66. package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +11 -6
  67. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +4 -25
  68. package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +5 -28
  69. package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +1 -10
  70. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +1 -1
  71. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +3 -12
  72. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +5 -26
  73. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +7 -36
  74. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionGroupSelector.vue.d.ts +21 -0
  75. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionListItem.vue.d.ts +37 -0
  76. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.edit.vue.d.ts +11 -0
  77. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.raw.vue.d.ts +19 -0
  78. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +30 -0
  79. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionSelector.vue.d.ts +17 -0
  80. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/components/PreviewImage.vue.d.ts +13 -0
  81. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/composables/cache.use.d.ts +12 -0
  82. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/composables/zoom.use.d.ts +15 -0
  83. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/utils/type.util.d.ts +5 -0
  84. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +1 -1
  85. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +6 -15
  86. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +7 -36
  87. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +3 -12
  88. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +4 -4
  89. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +4 -25
  90. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +8 -15
  91. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +6 -27
  92. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +3 -12
  93. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +18 -32
  94. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +5 -14
  95. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +7 -36
  96. package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +8 -39
  97. package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +3 -12
  98. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +4 -33
  99. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +7 -0
  100. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +23 -0
  101. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +11 -0
  102. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +31 -0
  103. package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +1 -1
  104. package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +3 -12
  105. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +3 -12
  106. package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +4 -33
  107. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +1 -1
  108. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +4 -25
  109. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +5 -14
  110. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +7 -36
  111. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +3 -12
  112. package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +12 -36
  113. package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +3 -20
  114. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
  115. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -13
  116. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -15
  117. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +4 -25
  118. package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +6 -15
  119. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.d.ts +18 -0
  120. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.test.d.ts +1 -0
  121. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +7 -16
  122. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +16 -30
  123. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +11 -18
  124. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +27 -32
  125. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +15 -0
  126. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +7 -36
  127. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +3 -12
  128. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +7 -36
  129. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +839 -11251
  130. package/lib/apps/canvas-builder/composables/useCanvasDnd.d.ts +4 -4
  131. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +295 -1597
  132. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +8 -6
  133. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +2 -2
  134. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +79 -7
  135. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
  136. package/lib/apps/canvas-builder/composables/useCollapsibles.d.ts +3 -0
  137. package/lib/apps/canvas-builder/composables/useCollectionPlayer.d.ts +31 -0
  138. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +35 -4
  139. package/lib/apps/canvas-builder/composables/useFetchMostPopularFiles.d.ts +4 -0
  140. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +2 -2
  141. package/lib/apps/canvas-builder/composables/useNavigatorDrawer.d.ts +1 -1
  142. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +1 -1
  143. package/lib/apps/canvas-builder/composables/usePopularity.d.ts +8 -0
  144. package/lib/apps/canvas-builder/composables/useRecommendations.d.ts +4 -9
  145. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
  146. package/lib/apps/canvas-builder/composables/useSectionNavigation.d.ts +3 -3
  147. package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -1
  148. package/lib/apps/canvas-builder/types/canvas.d.ts +87 -21
  149. package/lib/apps/canvas-builder/util/canvas.util.d.ts +8 -5
  150. package/lib/apps/canvas-builder/util/url.d.ts +1 -0
  151. package/lib/apps/canvas-selector/App.vue.d.ts +5 -22
  152. package/lib/apps/canvas-selector/appTypes.d.ts +3 -2
  153. package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +4 -34
  154. package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +1 -1
  155. package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +1 -1
  156. package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +1 -1
  157. package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +1 -1
  158. package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +1 -1
  159. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +1 -1
  160. package/lib/apps/canvas-selector/stores/app.d.ts +232 -1
  161. package/lib/apps/content-selector/App.vue.d.ts +6 -27
  162. package/lib/apps/content-selector/appTypes.d.ts +4 -2
  163. package/lib/apps/content-selector/components/AiImages.vue.d.ts +10 -0
  164. package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +3 -3
  165. package/lib/apps/content-selector/components/Assets.vue.d.ts +1 -1
  166. package/lib/apps/content-selector/components/Content/AllContent/AllContent.vue.d.ts +1 -1
  167. package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +1 -1
  168. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +1 -1
  169. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +9 -41
  170. package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +1 -1
  171. package/lib/apps/content-selector/components/Content.vue.d.ts +1 -1
  172. package/lib/apps/content-selector/components/ExternalLinks.vue.d.ts +3 -3
  173. package/lib/apps/content-selector/components/Navbar.vue.d.ts +2 -0
  174. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +6 -29
  175. package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +7 -10
  176. package/lib/apps/content-selector/stores/app.d.ts +8 -3
  177. package/lib/apps/notes/NotesApp.vue.d.ts +9 -38
  178. package/lib/apps/notes/components/CustomerReaction.vue.d.ts +2 -0
  179. package/lib/apps/notes/composables/useFullscreenNotesHeartbeat.d.ts +1 -1
  180. package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +7 -28
  181. package/lib/components/CApexChart/CApexChartLine.vue.d.ts +2 -25
  182. package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +8 -3
  183. package/lib/components/CAvatar/CAvatar.vue.d.ts +8 -3
  184. package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +3 -12
  185. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +29 -29
  186. package/lib/components/CButton/CButton.vue.d.ts +10 -27
  187. package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +10 -30
  188. package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +6 -30
  189. package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +6 -15
  190. package/lib/components/CCard/CCard.vue.d.ts +8 -3
  191. package/lib/components/CCarousel/CCarousel.vue.d.ts +4 -29
  192. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.vue.d.ts +2 -23
  193. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +4 -13
  194. package/lib/components/CCheckbox/CCheckbox.vue.d.ts +1 -1
  195. package/lib/components/CChip/CChip.vue.d.ts +12 -36
  196. package/lib/components/CCollapse/CCollapse.vue.d.ts +13 -27
  197. package/lib/components/CCollapse/CCollapseItem.vue.d.ts +8 -3
  198. package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +8 -3
  199. package/lib/components/CColorPicker/CColorPicker.vue.d.ts +8 -3
  200. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +12 -16
  201. package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +3 -12
  202. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +14 -27
  203. package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +8 -31
  204. package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +8 -3
  205. package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +8 -3
  206. package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +16 -32
  207. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +9 -18
  208. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +6 -53
  209. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +686 -7
  210. package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +19 -96
  211. package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +17 -51
  212. package/lib/components/CCreateCanvasModal/CCreateCanvasModal.vue.d.ts +1 -74
  213. package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +7 -28
  214. package/lib/components/CCreateTemplateOrSectionModal/CCreateTemplateOrSectionModal.vue.d.ts +8 -33
  215. package/lib/components/CDataTable/CDataTable.vue.d.ts +3 -12
  216. package/lib/components/CDataTable/CDataTableEdit.use.d.ts +2 -2
  217. package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +7 -30
  218. package/lib/components/CDivider/CDivider.vue.d.ts +1 -10
  219. package/lib/components/CDrawer/CDrawer.vue.d.ts +1 -1
  220. package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +1 -1
  221. package/lib/components/CDropdown/CDropdown.vue.d.ts +8 -3
  222. package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +15 -0
  223. package/lib/components/CEmpty/CEmpty.vue.d.ts +8 -3
  224. package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +56 -45
  225. package/lib/components/CError/CErrorFullScreen.vue.d.ts +11 -41
  226. package/lib/components/CFeedback/CFeedback.vue.d.ts +14 -18
  227. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +41 -0
  228. package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +7 -29
  229. package/lib/components/CFileViewer/CFileViewer.types.d.ts +1 -1
  230. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +14 -50
  231. package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +6 -15
  232. package/lib/components/CFileViewer/CFileViewerShare.vue.d.ts +2 -2
  233. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +25 -27
  234. package/lib/components/CFileViewer/{pdfEvents.use.d.ts → pdf/CFileViewer.events.pdf.use.d.ts} +1 -1
  235. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.annotations.use.d.ts +21 -0
  236. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +14 -0
  237. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.use.d.ts +23 -0
  238. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.overlayItems.use.d.ts +11 -0
  239. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +64 -0
  240. package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +56 -0
  241. package/lib/components/CFileViewer/{CFileViewerFullScreen.use.d.ts → pdf/CFileViewerFullscreen.pdf.use.d.ts} +4 -3
  242. package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +6 -0
  243. package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +25 -0
  244. package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +9 -25
  245. package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +10 -35
  246. package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +3 -12
  247. package/lib/components/CFontSelect/CFontSelect.vue.d.ts +4 -13
  248. package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +4 -29
  249. package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +1 -1
  250. package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +8 -17
  251. package/lib/components/CGlobalSearch/CGlobalSearchResults.vue.d.ts +6 -15
  252. package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +1 -1
  253. package/lib/components/CGlobalSearch/CResult.vue.d.ts +5 -14
  254. package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +8 -12
  255. package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -2
  256. package/lib/components/CGlobalSearch/Shortcuts.use.d.ts +1 -1
  257. package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +9 -25
  258. package/lib/components/CHelpText/CHelpText.vue.d.ts +16 -0
  259. package/lib/components/CIcon/CIcon.vue.d.ts +2 -23
  260. package/lib/components/CImage/CBrokenImage.vue.d.ts +3 -12
  261. package/lib/components/CImage/CImage.vue.d.ts +10 -4
  262. package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +4 -35
  263. package/lib/components/CInput/CInput.vue.d.ts +2 -11
  264. package/lib/components/CInputPlaceholder/CInputPlaceholder.vue.d.ts +24 -0
  265. package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +8 -17
  266. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +2 -25
  267. package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +20 -0
  268. package/lib/components/CList/CList.vue.d.ts +30 -32
  269. package/lib/components/CList/CListItem.vue.d.ts +32 -52
  270. package/lib/components/CModal/CModal.vue.d.ts +8 -3
  271. package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +13 -29
  272. package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +5 -14
  273. package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +6 -39
  274. package/lib/components/CPaginationButtons/CPaginationButtons.vue.d.ts +24 -0
  275. package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +10 -0
  276. package/lib/components/CPopover/CPopover.vue.d.ts +8 -3
  277. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +4 -29
  278. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +1 -10
  279. package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +6 -27
  280. package/lib/components/CRate/CRate.vue.d.ts +14 -0
  281. package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +28 -0
  282. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +8 -29
  283. package/lib/components/CRichTextEditor/components/CAiRichTextActions.vue.d.ts +5 -14
  284. package/lib/components/CRichTextEditor/components/CAlignmentSelect.vue.d.ts +1 -10
  285. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +6 -15
  286. package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +5 -14
  287. package/lib/components/CRichTextEditor/components/CFontDropdown.vue.d.ts +1 -10
  288. package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +1 -10
  289. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -13
  290. package/lib/components/CRichTextEditor/components/CInsertDropdown.vue.d.ts +5 -14
  291. package/lib/components/CRichTextEditor/components/CListSelect.vue.d.ts +1 -10
  292. package/lib/components/CRichTextEditor/components/CSuggestionList.vue.d.ts +2 -11
  293. package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +3 -12
  294. package/lib/components/CRichTextEditor/components/CTextTypeSelect.vue.d.ts +1 -10
  295. package/lib/components/CRichTextEditor/extensions/textStyleExtended.d.ts +12 -0
  296. package/lib/components/CSearch/CSearch.vue.d.ts +7 -36
  297. package/lib/components/CSearch/CSearchOnClick.vue.d.ts +8 -29
  298. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +10 -45
  299. package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +12 -28
  300. package/lib/components/CSelect/CSelect.vue.d.ts +9 -25
  301. package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +3 -12
  302. package/lib/components/CShortcut/CShortcut.vue.d.ts +8 -3
  303. package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +1 -10
  304. package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +6 -15
  305. package/lib/components/CSlider/CSlider.vue.d.ts +12 -42
  306. package/lib/components/CSpin/CSpin.vue.d.ts +8 -3
  307. package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +17 -0
  308. package/lib/components/CSwitch/CSwitch.vue.d.ts +1 -1
  309. package/lib/components/CTable/CTable.vue.d.ts +14 -53
  310. package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +11 -32
  311. package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +5 -5
  312. package/lib/components/CTableInput/CTableInput.vue.d.ts +1017 -38
  313. package/lib/components/CTableMore/CTableMore.vue.d.ts +7 -34
  314. package/lib/components/CTableSelect/CTableSelect.vue.d.ts +4 -13
  315. package/lib/components/CTableTag/CTableTag.vue.d.ts +12 -43
  316. package/lib/components/CTag/CTag.vue.d.ts +1 -1
  317. package/lib/components/CTags/CTags.vue.d.ts +6 -30
  318. package/lib/components/CTagsPlaceholder/CTagsPlaceholder.vue.d.ts +6 -0
  319. package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +1 -1
  320. package/lib/components/CTimeline/CTimeline.vue.d.ts +6 -15
  321. package/lib/components/CTimeline/CTimelineControl.vue.d.ts +1 -1
  322. package/lib/components/CTimeline/CTimelineModal.vue.d.ts +7 -16
  323. package/lib/components/CToastProvider/CToastProvider.vue.d.ts +1 -1
  324. package/lib/components/CToolbar/CToolbar.vue.d.ts +4 -21
  325. package/lib/components/CTooltip/CTooltip.vue.d.ts +8 -12
  326. package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +11 -27
  327. package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +14 -0
  328. package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +14 -0
  329. package/lib/components/CUserAvatar/CUserAvatar.vue.d.ts +3 -26
  330. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +7 -32
  331. package/lib/components/CUsersAccessInfo/CUsersAccessInfo.vue.d.ts +2 -23
  332. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +1 -0
  333. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +8 -33
  334. package/lib/components/CVideo/CVideo.vue.d.ts +32 -13
  335. package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +22 -24
  336. package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +15 -19
  337. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +207 -23
  338. package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +17 -26
  339. package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +3 -12
  340. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +37 -14
  341. package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +3 -12
  342. package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +7 -36
  343. package/lib/components/canvases/CanvasesManagementBulk.use.d.ts +8 -0
  344. package/lib/components/filters/CCheckboxFilter.vue.d.ts +4 -13
  345. package/lib/components/filters/CDateRangeFilter.vue.d.ts +7 -32
  346. package/lib/components/filters/CSearchFilter.vue.d.ts +8 -31
  347. package/lib/components/filters/CSelectFilter.vue.d.ts +9 -10
  348. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +232 -25
  349. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +19 -28
  350. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +8 -33
  351. package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +4 -1
  352. package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +41 -14
  353. package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +8 -31
  354. package/lib/components/savedCanvases/smartFolders/SmartFolderNameCell.vue.d.ts +10 -0
  355. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +386 -0
  356. package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +14 -0
  357. package/lib/components/savedCanvases/smartFolders/SmartFoldersConfigurationModal.vue.d.ts +6 -0
  358. package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +6 -0
  359. package/lib/components/sections/CSectionManagement.vue.d.ts +181 -22
  360. package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +15 -24
  361. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +11 -20
  362. package/lib/composables/appsDb.use.d.ts +32 -0
  363. package/lib/composables/fileViewerSettings.use.d.ts +2 -0
  364. package/lib/composables/instanceTagsActions.use.d.ts +5 -1
  365. package/lib/composables/openFileStack.use.d.ts +20 -0
  366. package/lib/composables/presentationHistory.use.d.ts +12 -0
  367. package/lib/composables/recentFiles.use.d.ts +2 -1
  368. package/lib/composables/suggestedTags.use.d.ts +6 -1
  369. package/lib/composables/useAdminAndDsrState.d.ts +6 -0
  370. package/lib/composables/useAssetUpload.d.ts +2 -1
  371. package/lib/composables/useCanvasTablesPagination.d.ts +10 -8
  372. package/lib/composables/useConnectUpload.d.ts +3 -1
  373. package/lib/composables/useElementHeightResize.d.ts +1 -1
  374. package/lib/composables/useFetchUsers.d.ts +1 -3
  375. package/lib/composables/useFileDisplayHelpers.d.ts +8 -0
  376. package/lib/composables/useLocation.d.ts +1 -1
  377. package/lib/composables/useLocationManipulation.d.ts +1 -1
  378. package/lib/composables/useMetadataFilters.d.ts +8 -6
  379. package/lib/composables/useSharedTranslations.d.ts +10 -0
  380. package/lib/composables/useThemeVars.d.ts +28 -0
  381. package/lib/constants/appsDb.const.d.ts +10 -0
  382. package/lib/constants/cdp.const.d.ts +10 -0
  383. package/lib/constants/i18n.const.d.ts +2 -2
  384. package/lib/constants/pitcherSettings.const.d.ts +1 -0
  385. package/lib/constants/timers.const.d.ts +1 -0
  386. package/lib/directives/tap.d.ts +9 -0
  387. package/lib/directives/usage-track.directive.d.ts +10 -0
  388. package/lib/main.lib.d.ts +11 -0
  389. package/lib/sdk/api/HighLevelApi.d.ts +15 -1
  390. package/lib/sdk/api/modules/admin/files.admin.d.ts +16 -0
  391. package/lib/sdk/api/modules/admin/index.d.ts +4 -0
  392. package/lib/sdk/api/modules/admin/types.admin.d.ts +28 -2
  393. package/lib/sdk/api/modules/canvas.d.ts +5 -1
  394. package/lib/sdk/api/modules/dsr/files.dsr.d.ts +17 -0
  395. package/lib/sdk/api/modules/dsr/types.dsr.d.ts +3 -1
  396. package/lib/sdk/api/modules/files.d.ts +5 -1
  397. package/lib/sdk/api/modules/filesRevisions.d.ts +5 -0
  398. package/lib/sdk/api/modules/index.d.ts +2 -0
  399. package/lib/sdk/api/modules/pspdfkit.d.ts +25 -2
  400. package/lib/sdk/api/modules/share.d.ts +8 -0
  401. package/lib/sdk/api/modules/ui/index.d.ts +14 -14
  402. package/lib/sdk/api/modules/ui/pia.ui.d.ts +4 -4
  403. package/lib/sdk/api/modules/ui/types.ui.d.ts +9 -2
  404. package/lib/sdk/interfaces.d.ts +15 -1
  405. package/lib/sdk/main.d.ts +53 -3
  406. package/lib/sdk/payload.types.d.ts +41 -0
  407. package/lib/theme/light.d.ts +75 -10
  408. package/lib/theme/theme.utils.d.ts +17 -0
  409. package/lib/types/app.d.ts +1 -1
  410. package/lib/types/call.d.ts +10 -1
  411. package/lib/types/canvasTheme.d.ts +11 -0
  412. package/lib/types/canvases.d.ts +1 -0
  413. package/lib/types/instanceSettings.types.d.ts +3 -0
  414. package/lib/types/instanceTags.types.d.ts +3 -0
  415. package/lib/types/launchDarkly.types.d.ts +2 -1
  416. package/lib/types/metadataHighlightProperty.d.ts +8 -0
  417. package/lib/types/organizationSettings.types.d.ts +24 -2
  418. package/lib/types/recentFiles.types.d.ts +1 -0
  419. package/lib/util/date.d.ts +1 -0
  420. package/lib/util/eval.d.ts +2 -0
  421. package/lib/util/jwt.d.ts +1 -0
  422. package/lib/util/network.d.ts +1 -4
  423. package/lib/util/string.d.ts +1 -1
  424. package/lib/util/usage-tracking.util.d.ts +5 -0
  425. package/lib/util/userAgents.d.ts +1 -0
  426. package/package.json +1 -1
  427. package/types/openapi/index.d.ts +6 -6
  428. package/types/openapi/models/AppRelease.d.ts +1 -4
  429. package/types/openapi/models/BulkDeleteMixedObjectsRequest.d.ts +7 -0
  430. package/types/openapi/models/DeletedInstance.d.ts +1 -1
  431. package/types/openapi/models/FavoriteUpdate.d.ts +1 -1
  432. package/types/openapi/models/FavoriteUpdateRequest.d.ts +1 -4
  433. package/types/openapi/models/FileCreate.d.ts +1 -0
  434. package/types/openapi/models/FileRetrieve.d.ts +1 -0
  435. package/types/openapi/models/FileUpdate.d.ts +1 -0
  436. package/types/openapi/models/FolderFile.d.ts +1 -0
  437. package/types/openapi/models/Instance.d.ts +1 -1
  438. package/types/openapi/models/InstanceMembershipRoleEnum.d.ts +2 -0
  439. package/types/openapi/models/InstanceRequest.d.ts +0 -2
  440. package/types/openapi/models/MetadataTemplateField.d.ts +1 -0
  441. package/types/openapi/models/MetadataTemplateFieldRequest.d.ts +1 -0
  442. package/types/openapi/models/PSPDFKitAuthPayload.d.ts +3 -0
  443. package/types/openapi/models/PSPDFKitAuthPayloadRequest.d.ts +3 -0
  444. package/types/openapi/models/PSPDFKitToken.d.ts +6 -0
  445. package/types/openapi/models/PSPDFKitTokenRequest.d.ts +3 -0
  446. package/types/openapi/models/PatchedFavoriteUpdateRequest.d.ts +0 -3
  447. package/types/openapi/models/PatchedUserRequest.d.ts +2 -2
  448. package/types/openapi/models/User.d.ts +2 -2
  449. package/types/openapi/models/UserRequest.d.ts +2 -2
  450. package/types/openapi/models/UserRoleEnum.d.ts +10 -0
  451. package/lib/apps/canvas-builder/composables/useFetchSectionAnalytics.d.ts +0 -3
  452. package/lib/components/CFileViewer/CFileViewer.use.d.ts +0 -51
  453. package/lib/components/CFileViewer/CFileViewerBottomPdf.vue.d.ts +0 -70
  454. package/lib/components/CFileViewer/CFileViewerSearchResultsSidebar.vue.d.ts +0 -14
  455. package/lib/composables/useFiles.d.ts +0 -10
  456. package/types/openapi/models/AppOrganizationRequest.d.ts +0 -4
  457. package/types/openapi/models/AppRequest.d.ts +0 -8
  458. package/types/openapi/models/DeletedApp.d.ts +0 -22
  459. package/types/openapi/models/MiniPageRequest.d.ts +0 -3
  460. package/types/openapi/models/PaginatedAppReleaseList.d.ts +0 -7
  461. package/types/openapi/models/PatchedAppRequest.d.ts +0 -8
  462. /package/lib/components/CFileViewer/{pageThumbnailFavorite.use.d.ts → pdf/CFileViewer.pageFavorite.pdf.use.d.ts} +0 -0
package/lib/sdk/main.d.ts CHANGED
@@ -83,6 +83,10 @@ export declare function useAdmin(): {
83
83
  id: import('../main.lib').File["id"];
84
84
  }): Promise<import('../main.lib').File>;
85
85
  getFiles(payload: Record<string, any>): Promise<import('../main.lib').PaginatedFileList>;
86
+ open(payload: {
87
+ id: import('../main.lib').File["id"];
88
+ }): Promise<void>;
89
+ close(): Promise<void>;
86
90
  selectContent(payload: import('./api/modules/admin/types.admin').AdminSelectContentRequest): Promise<import('./api/modules/admin/types.admin').AdminSelectContentResponse>;
87
91
  getInstanceMetadataTemplates(payload?: import('./payload.types').GetInstanceMetadataTemplatesPayload): Promise<import('../main.lib').PaginatedMetadataTemplateList>;
88
92
  createCanvas(payload: import('../main.lib').CanvasCreateRequest): Promise<import('../main.lib').CanvasRetrieve>;
@@ -188,6 +192,10 @@ export declare function useApi(options?: ApiOptions): {
188
192
  shareCanvas(payload: {
189
193
  id: import('../main.lib').CanvasRetrieve["id"];
190
194
  }): Promise<import('../main.lib').SharedLink>;
195
+ getCanvasRecommendedFiles(payload: {
196
+ canvas_id: import('../main.lib').CanvasRetrieve["id"];
197
+ match?: ("tags" | "metadata")[];
198
+ }): Promise<import('../main.lib').CanvasRecommendedFiles>;
191
199
  getFiles(payload: import('./payload.types').ListFilesPayload & {
192
200
  filters?: Record<string, any>;
193
201
  fields?: string;
@@ -203,6 +211,10 @@ export declare function useApi(options?: ApiOptions): {
203
211
  id?: import('../main.lib').FileRetrieve["id"];
204
212
  file_id?: import('../main.lib').FileRetrieve["id"];
205
213
  }): Promise<import('../main.lib').FileRetrieve>;
214
+ getFileRevisionData(payload: {
215
+ file_id: import('../main.lib').FileRetrieve["id"];
216
+ revision_id: import('../main.lib').FileRevision["id"];
217
+ }): Promise<import('../main.lib').FileRetrieve>;
206
218
  updateFile(payload: import('../main.lib').FileUpdateRequest & {
207
219
  id: import('../main.lib').File["id"];
208
220
  }): Promise<import('../main.lib').FileRetrieve>;
@@ -211,6 +223,10 @@ export declare function useApi(options?: ApiOptions): {
211
223
  }): Promise<import('../main.lib').File["id"]>;
212
224
  createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
213
225
  selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
226
+ getFileRevisions(payload: {
227
+ id?: import('../main.lib').FileRetrieve["id"];
228
+ file_id?: import('../main.lib').FileRetrieve["id"];
229
+ }): Promise<import('../main.lib').FileRevision[]>;
214
230
  search(payload: {
215
231
  query: string;
216
232
  includeExpired?: boolean;
@@ -226,7 +242,8 @@ export declare function useApi(options?: ApiOptions): {
226
242
  }>;
227
243
  renderPageAsImage(payload: {
228
244
  fileId: import('../main.lib').File["id"];
229
- pageNumber: number;
245
+ documentId?: import('../main.lib').File["id"];
246
+ pageIndex: number;
230
247
  params: {
231
248
  width: number;
232
249
  } | {
@@ -270,6 +287,7 @@ export declare function useApi(options?: ApiOptions): {
270
287
  submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
271
288
  close(): Promise<any>;
272
289
  openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
290
+ share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
273
291
  API: import('./api/LowLevelApi').LowLevelApi;
274
292
  } | {
275
293
  getAppConfig(payload: {
@@ -279,6 +297,10 @@ export declare function useApi(options?: ApiOptions): {
279
297
  id: import('../main.lib').File["id"];
280
298
  }): Promise<import('../main.lib').File>;
281
299
  getFiles(payload: Record<string, any>): Promise<import('../main.lib').PaginatedFileList>;
300
+ open(payload: {
301
+ id: import('../main.lib').File["id"];
302
+ }): Promise<void>;
303
+ close(): Promise<void>;
282
304
  selectContent(payload: import('./api/modules/admin/types.admin').AdminSelectContentRequest): Promise<import('./api/modules/admin/types.admin').AdminSelectContentResponse>;
283
305
  getInstanceMetadataTemplates(payload?: import('./payload.types').GetInstanceMetadataTemplatesPayload): Promise<import('../main.lib').PaginatedMetadataTemplateList>;
284
306
  createCanvas(payload: import('../main.lib').CanvasCreateRequest): Promise<import('../main.lib').CanvasRetrieve>;
@@ -394,6 +416,10 @@ export declare function useApi(options?: ApiOptions): {
394
416
  shareCanvas(payload: {
395
417
  id: import('../main.lib').CanvasRetrieve["id"];
396
418
  }): Promise<import('../main.lib').SharedLink>;
419
+ getCanvasRecommendedFiles(payload: {
420
+ canvas_id: import('../main.lib').CanvasRetrieve["id"];
421
+ match?: ("tags" | "metadata")[];
422
+ }): Promise<import('../main.lib').CanvasRecommendedFiles>;
397
423
  getFiles(payload: import('./payload.types').ListFilesPayload & {
398
424
  filters?: Record<string, any>;
399
425
  fields?: string;
@@ -409,6 +435,10 @@ export declare function useApi(options?: ApiOptions): {
409
435
  id?: import('../main.lib').FileRetrieve["id"];
410
436
  file_id?: import('../main.lib').FileRetrieve["id"];
411
437
  }): Promise<import('../main.lib').FileRetrieve>;
438
+ getFileRevisionData(payload: {
439
+ file_id: import('../main.lib').FileRetrieve["id"];
440
+ revision_id: import('../main.lib').FileRevision["id"];
441
+ }): Promise<import('../main.lib').FileRetrieve>;
412
442
  updateFile(payload: import('../main.lib').FileUpdateRequest & {
413
443
  id: import('../main.lib').File["id"];
414
444
  }): Promise<import('../main.lib').FileRetrieve>;
@@ -417,6 +447,10 @@ export declare function useApi(options?: ApiOptions): {
417
447
  }): Promise<import('../main.lib').File["id"]>;
418
448
  createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
419
449
  selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
450
+ getFileRevisions(payload: {
451
+ id?: import('../main.lib').FileRetrieve["id"];
452
+ file_id?: import('../main.lib').FileRetrieve["id"];
453
+ }): Promise<import('../main.lib').FileRevision[]>;
420
454
  search(payload: {
421
455
  query: string;
422
456
  includeExpired?: boolean;
@@ -432,7 +466,8 @@ export declare function useApi(options?: ApiOptions): {
432
466
  }>;
433
467
  renderPageAsImage(payload: {
434
468
  fileId: import('../main.lib').File["id"];
435
- pageNumber: number;
469
+ documentId?: import('../main.lib').File["id"];
470
+ pageIndex: number;
436
471
  params: {
437
472
  width: number;
438
473
  } | {
@@ -476,6 +511,7 @@ export declare function useApi(options?: ApiOptions): {
476
511
  submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
477
512
  close(): Promise<any>;
478
513
  openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
514
+ share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
479
515
  API: import('./api/LowLevelApi').LowLevelApi;
480
516
  };
481
517
  promptPia(payload: import('./api/modules/ui/types.ui').UiPromptPiaRequest): Promise<import('./api/modules/ui/types.ui').UiPromptPiaResponse>;
@@ -551,6 +587,10 @@ export declare function useApi(options?: ApiOptions): {
551
587
  shareCanvas(payload: {
552
588
  id: import('../main.lib').CanvasRetrieve["id"];
553
589
  }): Promise<import('../main.lib').SharedLink>;
590
+ getCanvasRecommendedFiles(payload: {
591
+ canvas_id: import('../main.lib').CanvasRetrieve["id"];
592
+ match?: ("tags" | "metadata")[];
593
+ }): Promise<import('../main.lib').CanvasRecommendedFiles>;
554
594
  getFiles(payload: import('./payload.types').ListFilesPayload & {
555
595
  filters?: Record<string, any>;
556
596
  fields?: string;
@@ -566,6 +606,10 @@ export declare function useApi(options?: ApiOptions): {
566
606
  id?: import('../main.lib').FileRetrieve["id"];
567
607
  file_id?: import('../main.lib').FileRetrieve["id"];
568
608
  }): Promise<import('../main.lib').FileRetrieve>;
609
+ getFileRevisionData(payload: {
610
+ file_id: import('../main.lib').FileRetrieve["id"];
611
+ revision_id: import('../main.lib').FileRevision["id"];
612
+ }): Promise<import('../main.lib').FileRetrieve>;
569
613
  updateFile(payload: import('../main.lib').FileUpdateRequest & {
570
614
  id: import('../main.lib').File["id"];
571
615
  }): Promise<import('../main.lib').FileRetrieve>;
@@ -574,6 +618,10 @@ export declare function useApi(options?: ApiOptions): {
574
618
  }): Promise<import('../main.lib').File["id"]>;
575
619
  createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
576
620
  selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
621
+ getFileRevisions(payload: {
622
+ id?: import('../main.lib').FileRetrieve["id"];
623
+ file_id?: import('../main.lib').FileRetrieve["id"];
624
+ }): Promise<import('../main.lib').FileRevision[]>;
577
625
  search(payload: {
578
626
  query: string;
579
627
  includeExpired?: boolean;
@@ -589,7 +637,8 @@ export declare function useApi(options?: ApiOptions): {
589
637
  }>;
590
638
  renderPageAsImage(payload: {
591
639
  fileId: import('../main.lib').File["id"];
592
- pageNumber: number;
640
+ documentId?: import('../main.lib').File["id"];
641
+ pageIndex: number;
593
642
  params: {
594
643
  width: number;
595
644
  } | {
@@ -629,5 +678,6 @@ export declare function useApi(options?: ApiOptions): {
629
678
  submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
630
679
  close(): Promise<any>;
631
680
  openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
681
+ share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
632
682
  API: import('./api/LowLevelApi').LowLevelApi;
633
683
  };
@@ -105,6 +105,13 @@ export interface OpenRequestPayload {
105
105
  * Id of the file to open.
106
106
  */
107
107
  fileId?: File['id'];
108
+ /**
109
+ * Ids of the files to open and the strategy to open them with.
110
+ */
111
+ files?: {
112
+ ids: File['id'][];
113
+ strategy: 'simultaneous' | 'swap';
114
+ };
108
115
  /**
109
116
  * Id of the canvas from which the file is opened.
110
117
  */
@@ -113,6 +120,10 @@ export interface OpenRequestPayload {
113
120
  * Optional, page index to open. Default is `null`.
114
121
  */
115
122
  pageIndex?: MiniPage['page_index'];
123
+ /**
124
+ * Optional, video start timestamp in seconds. Default is `null`.
125
+ */
126
+ startTime?: number;
116
127
  /**
117
128
  * URL of the file content.
118
129
  */
@@ -137,6 +148,10 @@ export interface OpenRequestPayload {
137
148
  * Indicates if the file should be opened in a new tab.
138
149
  */
139
150
  newTab?: boolean;
151
+ /**
152
+ * Indicates if the app should be opened as overlay.
153
+ */
154
+ isOverlayApp?: boolean;
140
155
  }
141
156
  /**
142
157
  * Payload object for opening an external URL.
@@ -185,3 +200,29 @@ export interface OpenWebViewAlwaysOnTop {
185
200
  x: number;
186
201
  };
187
202
  }
203
+ /**
204
+ * Payload for iOS sharing dialog.
205
+ */
206
+ export interface SharePayload {
207
+ /**
208
+ * Text to be shared.
209
+ */
210
+ text: string;
211
+ /**
212
+ * Subject
213
+ */
214
+ subject?: string;
215
+ }
216
+ /**
217
+ * Represents a response to a iOS sharing dialog.
218
+ */
219
+ export type ShareResponse = {
220
+ /**
221
+ * Action taken by the user.
222
+ */
223
+ user_action: 'cancelled' | 'shared';
224
+ /**
225
+ * Type of share action.
226
+ */
227
+ activity_type?: string;
228
+ };
@@ -1,4 +1,5 @@
1
1
  import { ThemeCommonVars } from 'naive-ui';
2
+ import { BasicPalette } from '@theme/theme.types';
2
3
  export declare const lightPalette: import('vue').Ref<{
3
4
  base: string;
4
5
  primary: string;
@@ -27,6 +28,34 @@ export declare const lightPalette: import('vue').Ref<{
27
28
  boxShadow: string;
28
29
  boxShadow2: string;
29
30
  boxShadow3: string;
31
+ }, BasicPalette | {
32
+ base: string;
33
+ primary: string;
34
+ primary2: string;
35
+ primary3: string;
36
+ primary4: string;
37
+ primary5: string;
38
+ primary6: string;
39
+ primary6_1: string;
40
+ accent: string;
41
+ text: string;
42
+ text2: string;
43
+ text3: string;
44
+ error: string;
45
+ error2: string;
46
+ error3: string;
47
+ warning: string;
48
+ warning2: string;
49
+ warning3: string;
50
+ success: string;
51
+ success2: string;
52
+ success3: string;
53
+ info: string;
54
+ info2: string;
55
+ info3: string;
56
+ boxShadow: string;
57
+ boxShadow2: string;
58
+ boxShadow3: string;
30
59
  }>;
31
60
  export declare const lightThemeOverrides: import('vue').ComputedRef<{
32
61
  common: {
@@ -713,10 +742,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
713
742
  }, any>;
714
743
  }>> | undefined;
715
744
  InternalSelectMenu?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
745
+ optionFontSizeTiny: string;
716
746
  optionFontSizeSmall: string;
717
747
  optionFontSizeMedium: string;
718
748
  optionFontSizeLarge: string;
719
749
  optionFontSizeHuge: string;
750
+ optionHeightTiny: string;
720
751
  optionHeightSmall: string;
721
752
  optionHeightMedium: string;
722
753
  optionHeightLarge: string;
@@ -737,10 +768,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
737
768
  actionTextColor: string;
738
769
  loadingColor: string;
739
770
  height: string;
771
+ paddingTiny: string;
740
772
  paddingSmall: string;
741
773
  paddingMedium: string;
742
774
  paddingLarge: string;
743
775
  paddingHuge: string;
776
+ optionPaddingTiny: string;
744
777
  optionPaddingSmall: string;
745
778
  optionPaddingMedium: string;
746
779
  optionPaddingLarge: string;
@@ -753,11 +786,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
753
786
  borderRadius: string;
754
787
  color: string;
755
788
  colorHover: string;
756
- railInsetHorizontal: string;
757
- railInsetVertical: string;
789
+ railInsetHorizontalBottom: string;
790
+ railInsetHorizontalTop: string;
791
+ railInsetVerticalRight: string;
792
+ railInsetVerticalLeft: string;
758
793
  railColor: string;
759
794
  }, any>;
760
795
  Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
796
+ fontSizeTiny: string;
761
797
  fontSizeSmall: string;
762
798
  fontSizeMedium: string;
763
799
  fontSizeLarge: string;
@@ -765,6 +801,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
765
801
  textColor: string;
766
802
  iconColor: string;
767
803
  extraTextColor: string;
804
+ iconSizeTiny: string;
768
805
  iconSizeSmall: string;
769
806
  iconSizeMedium: string;
770
807
  iconSizeLarge: string;
@@ -782,10 +819,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
782
819
  }> & {
783
820
  peers?: {
784
821
  InternalSelectMenu?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
822
+ optionFontSizeTiny: string;
785
823
  optionFontSizeSmall: string;
786
824
  optionFontSizeMedium: string;
787
825
  optionFontSizeLarge: string;
788
826
  optionFontSizeHuge: string;
827
+ optionHeightTiny: string;
789
828
  optionHeightSmall: string;
790
829
  optionHeightMedium: string;
791
830
  optionHeightLarge: string;
@@ -806,10 +845,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
806
845
  actionTextColor: string;
807
846
  loadingColor: string;
808
847
  height: string;
848
+ paddingTiny: string;
809
849
  paddingSmall: string;
810
850
  paddingMedium: string;
811
851
  paddingLarge: string;
812
852
  paddingHuge: string;
853
+ optionPaddingTiny: string;
813
854
  optionPaddingSmall: string;
814
855
  optionPaddingMedium: string;
815
856
  optionPaddingLarge: string;
@@ -822,11 +863,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
822
863
  borderRadius: string;
823
864
  color: string;
824
865
  colorHover: string;
825
- railInsetHorizontal: string;
826
- railInsetVertical: string;
866
+ railInsetHorizontalBottom: string;
867
+ railInsetHorizontalTop: string;
868
+ railInsetVerticalRight: string;
869
+ railInsetVerticalLeft: string;
827
870
  railColor: string;
828
871
  }, any>;
829
872
  Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
873
+ fontSizeTiny: string;
830
874
  fontSizeSmall: string;
831
875
  fontSizeMedium: string;
832
876
  fontSizeLarge: string;
@@ -834,6 +878,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
834
878
  textColor: string;
835
879
  iconColor: string;
836
880
  extraTextColor: string;
881
+ iconSizeTiny: string;
837
882
  iconSizeSmall: string;
838
883
  iconSizeMedium: string;
839
884
  iconSizeLarge: string;
@@ -1491,10 +1536,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1491
1536
  }, any>;
1492
1537
  }>;
1493
1538
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1539
+ optionFontSizeTiny: string;
1494
1540
  optionFontSizeSmall: string;
1495
1541
  optionFontSizeMedium: string;
1496
1542
  optionFontSizeLarge: string;
1497
1543
  optionFontSizeHuge: string;
1544
+ optionHeightTiny: string;
1498
1545
  optionHeightSmall: string;
1499
1546
  optionHeightMedium: string;
1500
1547
  optionHeightLarge: string;
@@ -1515,10 +1562,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1515
1562
  actionTextColor: string;
1516
1563
  loadingColor: string;
1517
1564
  height: string;
1565
+ paddingTiny: string;
1518
1566
  paddingSmall: string;
1519
1567
  paddingMedium: string;
1520
1568
  paddingLarge: string;
1521
1569
  paddingHuge: string;
1570
+ optionPaddingTiny: string;
1522
1571
  optionPaddingSmall: string;
1523
1572
  optionPaddingMedium: string;
1524
1573
  optionPaddingLarge: string;
@@ -1531,11 +1580,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1531
1580
  borderRadius: string;
1532
1581
  color: string;
1533
1582
  colorHover: string;
1534
- railInsetHorizontal: string;
1535
- railInsetVertical: string;
1583
+ railInsetHorizontalBottom: string;
1584
+ railInsetHorizontalTop: string;
1585
+ railInsetVerticalRight: string;
1586
+ railInsetVerticalLeft: string;
1536
1587
  railColor: string;
1537
1588
  }, any>;
1538
1589
  Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1590
+ fontSizeTiny: string;
1539
1591
  fontSizeSmall: string;
1540
1592
  fontSizeMedium: string;
1541
1593
  fontSizeLarge: string;
@@ -1543,6 +1595,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1543
1595
  textColor: string;
1544
1596
  iconColor: string;
1545
1597
  extraTextColor: string;
1598
+ iconSizeTiny: string;
1546
1599
  iconSizeSmall: string;
1547
1600
  iconSizeMedium: string;
1548
1601
  iconSizeLarge: string;
@@ -1629,10 +1682,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1629
1682
  padding: string;
1630
1683
  }, any>;
1631
1684
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1685
+ optionFontSizeTiny: string;
1632
1686
  optionFontSizeSmall: string;
1633
1687
  optionFontSizeMedium: string;
1634
1688
  optionFontSizeLarge: string;
1635
1689
  optionFontSizeHuge: string;
1690
+ optionHeightTiny: string;
1636
1691
  optionHeightSmall: string;
1637
1692
  optionHeightMedium: string;
1638
1693
  optionHeightLarge: string;
@@ -1653,10 +1708,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1653
1708
  actionTextColor: string;
1654
1709
  loadingColor: string;
1655
1710
  height: string;
1711
+ paddingTiny: string;
1656
1712
  paddingSmall: string;
1657
1713
  paddingMedium: string;
1658
1714
  paddingLarge: string;
1659
1715
  paddingHuge: string;
1716
+ optionPaddingTiny: string;
1660
1717
  optionPaddingSmall: string;
1661
1718
  optionPaddingMedium: string;
1662
1719
  optionPaddingLarge: string;
@@ -1669,11 +1726,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1669
1726
  borderRadius: string;
1670
1727
  color: string;
1671
1728
  colorHover: string;
1672
- railInsetHorizontal: string;
1673
- railInsetVertical: string;
1729
+ railInsetHorizontalBottom: string;
1730
+ railInsetHorizontalTop: string;
1731
+ railInsetVerticalRight: string;
1732
+ railInsetVerticalLeft: string;
1674
1733
  railColor: string;
1675
1734
  }, any>;
1676
1735
  Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1736
+ fontSizeTiny: string;
1677
1737
  fontSizeSmall: string;
1678
1738
  fontSizeMedium: string;
1679
1739
  fontSizeLarge: string;
@@ -1681,6 +1741,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1681
1741
  textColor: string;
1682
1742
  iconColor: string;
1683
1743
  extraTextColor: string;
1744
+ iconSizeTiny: string;
1684
1745
  iconSizeSmall: string;
1685
1746
  iconSizeMedium: string;
1686
1747
  iconSizeLarge: string;
@@ -1695,11 +1756,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1695
1756
  borderRadius: string;
1696
1757
  color: string;
1697
1758
  colorHover: string;
1698
- railInsetHorizontal: string;
1699
- railInsetVertical: string;
1759
+ railInsetHorizontalBottom: string;
1760
+ railInsetHorizontalTop: string;
1761
+ railInsetVerticalRight: string;
1762
+ railInsetVerticalLeft: string;
1700
1763
  railColor: string;
1701
1764
  }, any>> | undefined;
1702
1765
  Empty?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Empty", {
1766
+ fontSizeTiny: string;
1703
1767
  fontSizeSmall: string;
1704
1768
  fontSizeMedium: string;
1705
1769
  fontSizeLarge: string;
@@ -1707,6 +1771,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
1707
1771
  textColor: string;
1708
1772
  iconColor: string;
1709
1773
  extraTextColor: string;
1774
+ iconSizeTiny: string;
1710
1775
  iconSizeSmall: string;
1711
1776
  iconSizeMedium: string;
1712
1777
  iconSizeLarge: string;
@@ -1,2 +1,19 @@
1
1
  import { BasicPalette } from '@theme/theme.types';
2
+ import { Paragraphs } from '../components/CRichTextEditor/extensions/paragraphExtended';
3
+ export declare const fontSizePresets: number[];
2
4
  export declare function exportObjectToGlobalCssProperties(colorPalette: Partial<BasicPalette>): void;
5
+ export declare const textStylePresets: ({
6
+ id: string;
7
+ class: string;
8
+ style: {
9
+ fontSize: string;
10
+ };
11
+ value: number;
12
+ } | {
13
+ id: string;
14
+ class: string;
15
+ style: {
16
+ fontSize: string;
17
+ };
18
+ value: Paragraphs;
19
+ })[];
@@ -1,5 +1,5 @@
1
1
  import { File, MetadataTemplateFieldTypeEnum } from '../../types/openapi';
2
- export type EmbedLocation = 'ui_app' | 'canvas' | 'dsr' | 'admin_instance';
2
+ export type EmbedLocation = 'ui_app' | 'canvas' | 'dsr' | 'admin_instance' | 'overlay_app';
3
3
  export type ModuleSettingsOption = {
4
4
  label: string;
5
5
  value: string;
@@ -17,13 +17,21 @@ export declare enum PostAction {
17
17
  REDIRECT = "redirect"
18
18
  }
19
19
  export type CallPresentationHistory = {
20
- type: 'canvas' | 'section' | 'file';
20
+ type: 'canvas' | 'section' | 'file' | 'page' | 'canvas_page';
21
21
  notesContent?: string;
22
22
  duration?: number;
23
23
  timeStarted?: string;
24
24
  name?: string;
25
+ page?: number;
26
+ component_ids?: string[];
25
27
  id: string;
26
28
  }[];
29
+ export type ContentRating = -1 | 0 | 1;
30
+ export type CallPresentationHistoryMetadata = {
31
+ [id: string]: {
32
+ rating: ContentRating;
33
+ };
34
+ };
27
35
  export interface Call {
28
36
  selectedEvent: SfEventExtended | null;
29
37
  selectedAccount: SfAccountMini | null;
@@ -37,6 +45,7 @@ export interface Call {
37
45
  postAction?: string | null;
38
46
  postActionPath?: string | null;
39
47
  presentationHistory?: CallPresentationHistory;
48
+ presentationHistoryMetadata?: CallPresentationHistoryMetadata;
40
49
  recentAccounts?: SfAccount[];
41
50
  }
42
51
  export declare const INITIAL_CALL_STATE: Call;
@@ -0,0 +1,11 @@
1
+ export type CanvasTypographyPresetId = 'h_1' | 'h_2' | 'h_3' | 'big_text' | 'normal_text' | 'small_text';
2
+ export type CanvasTypographyPreset = {
3
+ id: CanvasTypographyPresetId;
4
+ color: string;
5
+ font_family: string;
6
+ font_size: string;
7
+ font_weight: '400' | '700';
8
+ letter_spacing: string;
9
+ line_height: string;
10
+ text_transform: 'capitalize' | 'lowercase' | 'none' | 'uppercase';
11
+ };
@@ -11,6 +11,7 @@ export interface GetCanvasesParams {
11
11
  page?: number;
12
12
  page_size?: number;
13
13
  section_ids?: string[];
14
+ tags__in?: string[];
14
15
  }
15
16
  export declare enum CanvasesViewsTypes {
16
17
  SAVED = "saved",
@@ -24,6 +24,9 @@ export type InstanceSettings = OrganizationSettings & {
24
24
  content_grid_autofill_files_filter_iteratee?: string;
25
25
  section_content_grid_autofill_files_filter_iteratee?: string;
26
26
  show_extra_exit_button_in_fullscreen_mode?: boolean;
27
+ show_fallback_section_name_on_collapsibles?: boolean;
27
28
  capture_component_enter_exit_events?: 'all' | 'named_components';
29
+ enable_collection_player_component?: boolean;
28
30
  };
31
+ ios?: InstanceSettings;
29
32
  };
@@ -0,0 +1,3 @@
1
+ import { CanvasType } from './canvases';
2
+ export type InstanceTagsCanvasType = Exclude<CanvasType, 'section-template'>;
3
+ export type InstanceTagsType = 'files' | 'canvases';
@@ -1,4 +1,4 @@
1
- export type LaunchDarklyBooleanFlagKey = 'allow_ai_prompts_in_canvas_text' | 'allow_bulk_actions_canvases_files' | 'allow_canvas_duplication' | 'allow_canvas_history' | 'allow_canvas_ownership_change' | 'allow_content_grid_autofill' | 'allow_creating_canvas_with_no_template' | 'allow_embeddable_hiding' | 'allow_note_taking' | 'allow_rep_canvas_metadata_edit' | 'are_sections_system_controlled' | 'copy_context_to_canvas' | 'copy_template_metadata_to_canvas' | 'disable_file_edit_content' | 'disable_fullscreen_canvas_builder' | 'disable_impact_web_browser_fullscreen' | 'display_section_list_name' | 'enable_analytics' | 'enable_canvas_node_debugging' | 'enable_experimental_canvas_builder_dnd' | 'enable_knock_notifications' | 'hide_asset_uploader' | 'interpolate_rep_canvases_on_edit_mode' | 'is_fe_sentry_enabled' | 'is_meeting_bar_account_selection_disabled' | 'is_meeting_bar_hidden' | 'is_rep_canvas_creation_disabled' | 'is_shared_link_creation_disabled' | 'is_timeline_component_allowed' | 'launch_in_full_screen_on_present_mode' | 'launch_in_present_mode_on_creation' | 'reorder_component_in_drawer' | 'show_asset_manager_for_multimedia' | 'show_content_selector_list_view' | 'show_popularity_icons' | 'show_system_filters' | 'allow_canvases_tables_columns_settings' | 'prefer_online_handlers' | 'use_short_url_for_shared_link' | 'enable_suggested_tags' | 'enable_folder_details_edit' | 'enable_file_revisions' | 'show_clear_all_annotations_button' | 'allow_saving_annotations_in_personal_layer';
1
+ export type LaunchDarklyBooleanFlagKey = 'allow_ai_prompts_in_canvas_text' | 'allow_bulk_actions_canvases_files' | 'allow_canvas_duplication' | 'allow_canvas_history' | 'allow_canvas_ownership_change' | 'allow_content_grid_autofill' | 'allow_creating_canvas_with_no_template' | 'allow_embeddable_hiding' | 'allow_note_taking' | 'allow_rep_canvas_metadata_edit' | 'allow_rep_file_rating' | 'allow_rep_file_upload' | 'are_sections_system_controlled' | 'copy_context_to_canvas' | 'copy_template_metadata_to_canvas' | 'disable_canvas_edit_for_reps' | 'disable_file_edit_content' | 'disable_fullscreen_canvas_builder' | 'disable_impact_web_browser_fullscreen' | 'display_section_list_name' | 'enable_analytics' | 'enable_bulk_update_file_attributes' | 'enable_canvas_node_debugging' | 'enable_canvas_tokens' | 'enable_experimental_canvas_builder_dnd' | 'enable_knock_notifications' | 'enable_metadata_in_file_uploads_with_default_values' | 'enable_pipe_character_multi_search' | 'enable_section_selector_drag_n_drop' | 'hide_asset_uploader' | 'interpolate_rep_canvases_on_edit_mode' | 'is_fe_sentry_enabled' | 'is_meeting_bar_account_selection_disabled' | 'is_meeting_bar_hidden' | 'is_rep_canvas_creation_disabled' | 'is_shared_link_creation_disabled' | 'is_timeline_component_allowed' | 'launch_in_full_screen_on_present_mode' | 'launch_in_present_mode_on_creation' | 'reorder_component_in_drawer' | 'show_asset_manager_for_multimedia' | 'show_content_selector_list_view' | 'show_popularity_icons' | 'show_system_filters' | 'allow_canvases_tables_columns_settings' | 'prefer_online_handlers' | 'use_short_url_for_shared_link' | 'enable_suggested_tags' | 'enable_folder_details_edit' | 'enable_file_revisions' | 'show_clear_all_annotations_button' | 'allow_saving_annotations_in_personal_layer' | 'enable_embedded_video' | 'enable_embedded_video_autoplay' | 'enable_app_developer_role' | 'enable_instance_editor_role' | 'include_files_content_in_print' | 'enable_multimedia_component_ai_images' | 'enable_smart_folders' | 'enable_revamped_component_toolbar';
2
2
  export type LaunchDarklyNumberFlagKey = 'canvas_section_selector_page_size' | 'canvas_section_selector_selected_items_with_thumbnail_size';
3
3
  type LaunchDarklyObjectFlags = {
4
4
  canvas_table_pagination: CanvasTablePagination;
@@ -10,6 +10,7 @@ export type LaunchDarklyStringFlagKey = keyof typeof LaunchDarklyStringFlags;
10
10
  declare const LaunchDarklyStringFlags: {
11
11
  readonly section_list_mode: readonly ["pagination", "collapsibles"];
12
12
  readonly canvas_component_grouping: readonly ["page", "page_break", "none"];
13
+ readonly batch_open_content_grid_ar_files: readonly ["off", "simultaneous", "swap"];
13
14
  };
14
15
  type LaunchDarklyStringFlagValue<K extends LaunchDarklyStringFlagKey = LaunchDarklyStringFlagKey> = K extends LaunchDarklyStringFlagKey ? (typeof LaunchDarklyStringFlags)[K][number] : never;
15
16
  type CanvasManagerVisibility = {
@@ -0,0 +1,8 @@
1
+ export type MetadataHighlightProperty = {
2
+ background_color?: string;
3
+ color?: string;
4
+ icon?: string;
5
+ key: string;
6
+ match_value: string | string[] | number | boolean;
7
+ text: string;
8
+ };
@@ -1,8 +1,30 @@
1
1
  import { TranslationOverrides } from './translations';
2
+ import { MetadataHighlightProperty } from './metadataHighlightProperty';
3
+ type SmartFolderRuleAttribute = {
4
+ name: string;
5
+ type: 'string' | 'boolean' | 'number' | 'date' | 'array';
6
+ accessor: string;
7
+ display_name: string;
8
+ };
9
+ type SmartFolderRuleAttributes = {
10
+ files?: SmartFolderRuleAttribute[];
11
+ canvas?: SmartFolderRuleAttribute[];
12
+ canvas_templates?: SmartFolderRuleAttribute[];
13
+ };
2
14
  export type OrganizationSettings = {
3
15
  impact_show_only_saved_canvases_in_canvas_manager?: boolean;
4
16
  translation_overrides?: TranslationOverrides;
5
17
  file_annotations_mode?: 'admin' | 'personal';
6
- allow_rep_file_upload?: boolean;
7
- disable_canvas_edit_for_reps?: boolean;
18
+ minimum_event_duration_in_call?: number;
19
+ enable_content_rating_in_call?: boolean;
20
+ display_metadata_filters_in_modal?: boolean;
21
+ enable_js_api_recommended_files?: boolean;
22
+ metadata_highlight_properties?: MetadataHighlightProperty[];
23
+ business_logic_ids_to_section_ids_resolver?: string;
24
+ section_thumbnail_url_transformer?: string;
25
+ pipe_multi_search_separator?: string;
26
+ enable_crm_privacy_mode?: boolean;
27
+ smart_folder_rule_attributes?: SmartFolderRuleAttributes;
28
+ ios?: OrganizationSettings;
8
29
  };
30
+ export {};