@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
@@ -6,4 +6,6 @@ export default function usePrintMode(): {
6
6
  id: string;
7
7
  theme?: any;
8
8
  }, sectionElement: HTMLElement, maintainTheme?: boolean) => void;
9
+ getNextPrintModeIndex: (sectionListId: string) => number;
10
+ resetPrintModeCounters: () => void;
9
11
  };
@@ -4,7 +4,6 @@ export default function useReorderComponent(): {
4
4
  activeComponent: Ref<ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | import('../types/canvas').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, ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | import('../types/canvas').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>;
5
5
  activeChildren: import('vue').WritableComputedRef<ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | import('../types/canvas').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>[], ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | import('../types/canvas').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>[]>;
6
6
  activeTitle: ComputedRef<string>;
7
- isNewFeatureEnabled: ComputedRef<boolean>;
8
7
  isContentVisible: Ref<boolean, boolean>;
9
8
  initialize: () => void;
10
9
  getTitle: (component: ComponentNode) => string;
@@ -14,6 +13,7 @@ export default function useReorderComponent(): {
14
13
  resetActiveComponentId: () => void;
15
14
  toggleContentVisibility: () => void;
16
15
  removeComponent: (component: ComponentNode) => void;
16
+ renameComponent: (component: ComponentNode, newName: string) => void;
17
17
  isolatedScribbleChildId: ComputedRef<string | null>;
18
18
  shouldShowOnlyIsolatedChild: (scribbleId: string) => boolean;
19
19
  getFilteredScribbleChildren: (scribbleId: string, children: ComponentNode[]) => ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | import('../types/canvas').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>[];
@@ -0,0 +1,98 @@
1
+ import { ComponentNode, ComponentTypes } from '../types/canvas';
2
+ export declare const SCRIBBLE_CHILD_DEFAULTS: {
3
+ readonly POSITION: {
4
+ readonly TOP: "76px";
5
+ readonly LEFT: "16px";
6
+ };
7
+ readonly DIMENSIONS: {
8
+ readonly DEFAULT_WIDTH: "800px";
9
+ readonly DEFAULT_HEIGHT: "300px";
10
+ readonly EMBEDDABLE_WIDTH: "400px";
11
+ readonly EMBEDDABLE_HEIGHT: "300px";
12
+ };
13
+ };
14
+ export interface ScribbleChildConfig {
15
+ id: string;
16
+ parentType?: ComponentTypes;
17
+ style?: Record<string, any>;
18
+ data?: any;
19
+ defaultWidth?: string;
20
+ defaultHeight?: string;
21
+ /** Whether to update component data with dimensions (needed for Embeddable) */
22
+ updateDataWithDimensions?: boolean;
23
+ /** Custom style updates beyond the defaults */
24
+ customStyleUpdates?: Record<string, any>;
25
+ /** Whether to exclude height from style updates (for components like Text that should auto-size) */
26
+ excludeHeight?: boolean;
27
+ }
28
+ /**
29
+ * Composable for handling scribble child component initialization and common functionality
30
+ * Consolidates the handleAddedToScribble pattern used across multiple components
31
+ */
32
+ export declare function useScribbleChild(config: ScribbleChildConfig): {
33
+ isScribbleChild: import('vue').ComputedRef<boolean>;
34
+ handleAddedToScribble: (emit: (event: "style", style: Record<string, any>, id?: string) => void) => void;
35
+ componentNode: import('vue').ComputedRef<ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | import('../types/canvas').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>;
36
+ createStyleUpdate: (updates?: Partial<{
37
+ backgroundColor?: string;
38
+ backgroundAttachment?: import('../../../types/background').BackgroundAttachment;
39
+ backgroundImage?: string | null;
40
+ backgroundPositionX?: import('../../../types/background').BackgroundPositionX;
41
+ backgroundPositionY?: import('../../../types/background').BackgroundPositionY;
42
+ backgroundRepeat?: import('../../../types/background').BackgroundRepeat;
43
+ backgroundSize?: import('../../../types/background').BackgroundSize;
44
+ borderRadius?: import('./useCanvasTheme').ThemeBorderRadius;
45
+ height?: string | null;
46
+ left?: string;
47
+ marginBottom?: string | null;
48
+ padding?: import('./useCanvasTheme').ThemePadding;
49
+ position?: "absolute" | "relative" | "static" | "fixed";
50
+ top?: string;
51
+ width?: string;
52
+ }>) => Record<string, any>;
53
+ };
54
+ /**
55
+ * Utility function to get embeddable-specific configuration
56
+ */
57
+ export declare function getEmbeddableScribbleConfig(id: string, parentType?: ComponentTypes, data?: any, style?: any): {
58
+ id: string;
59
+ parentType: ComponentTypes | undefined;
60
+ style: any;
61
+ data: any;
62
+ defaultWidth: "400px";
63
+ defaultHeight: "300px";
64
+ updateDataWithDimensions: boolean;
65
+ };
66
+ /**
67
+ * Utility function to get text-specific configuration
68
+ */
69
+ export declare function getTextScribbleConfig(id: string, parentType?: ComponentTypes, style?: any): {
70
+ id: string;
71
+ parentType: ComponentTypes | undefined;
72
+ style: any;
73
+ defaultWidth: any;
74
+ excludeHeight: boolean;
75
+ };
76
+ /**
77
+ * Utility function to get multimedia-specific configuration with proportional dimensions
78
+ */
79
+ export declare function getMultimediaScribbleConfig(id: string, parentType?: ComponentTypes, style?: any, calculateDimensions?: () => {
80
+ width: number;
81
+ height: number;
82
+ }): {
83
+ id: string;
84
+ parentType: ComponentTypes | undefined;
85
+ style: any;
86
+ defaultWidth: string;
87
+ defaultHeight: string;
88
+ };
89
+ /**
90
+ * Utility function to get dynamic data table-specific configuration
91
+ */
92
+ export declare function getDynamicDataTableScribbleConfig(id: string, parentType?: ComponentTypes, style?: any): {
93
+ id: string;
94
+ parentType: ComponentTypes | undefined;
95
+ style: any;
96
+ defaultWidth: any;
97
+ defaultHeight: any;
98
+ };
@@ -0,0 +1,11 @@
1
+ import { ComputedRef } from 'vue';
2
+ /**
3
+ * Composable for handling scribble component toolbar positioning
4
+ * Provides reactive toolbar positioning based on component Y position and feature flags
5
+ */
6
+ export declare function useScribbleToolbar(componentId: string): {
7
+ isScribbleChild: ComputedRef<boolean>;
8
+ shouldShowOnlyTopToolbar: ComputedRef<boolean>;
9
+ shouldShowOnlyBottomToolbar: ComputedRef<boolean>;
10
+ enableReactiveToolbarPositioning: ComputedRef<boolean>;
11
+ };
@@ -30,5 +30,6 @@ export default function useSectionPopularity(filters?: ComputedRef<Record<string
30
30
  engagement: import('../../../types/sectionPopularity').SectionEngagement;
31
31
  views: number;
32
32
  }[]>;
33
+ getDefaultOrdering: () => string;
33
34
  };
34
35
  export {};
@@ -5,11 +5,12 @@ export declare const defaultWhenUsedInSection: {
5
5
  is_removable: boolean;
6
6
  };
7
7
  export declare const SERVER_ONLY_PROPS: readonly ["content_url", "thumbnail_url", "content_thumbnails", "pspdfkit_token", "pspdfkit_server_url", "pspdfkit_auth_payload", "external_url"];
8
- export declare const aspectRatios: readonly ["unlocked", "16:9", "16:10", "4:3", "1:1"];
8
+ export declare const aspectRatios: readonly ["unlocked", "contain", "16:9", "16:10", "4:3", "1:1"];
9
9
  export declare const aspectRatioClasses: {
10
10
  readonly '16:9': "aspect-ratio-video";
11
11
  readonly '16:10': "aspect-ratio-[16/10]";
12
12
  readonly '1:1': "aspect-ratio-square";
13
13
  readonly '4:3': "aspect-ratio-[4/3]";
14
14
  readonly unlocked: "";
15
+ readonly contain: "";
15
16
  };
@@ -57,6 +57,7 @@ export interface EmbeddableProps {
57
57
  src: string | null;
58
58
  height?: string;
59
59
  width?: string;
60
+ full_screen_mode?: boolean;
60
61
  embed_locations?: EmbedLocation[];
61
62
  headless_locations?: EmbedLocation[];
62
63
  properties_by_embed_location?: Partial<Record<EmbedLocation, EmbeddedLocationProperties>>;
@@ -73,6 +74,13 @@ export interface DynamicDatatableProperty {
73
74
  };
74
75
  group?: boolean;
75
76
  printable?: boolean;
77
+ format?: {
78
+ type?: 'currency' | 'number' | 'percentage' | 'date';
79
+ currency?: string;
80
+ decimals?: number;
81
+ thousandsSeparator?: boolean;
82
+ dateFormat?: string;
83
+ };
76
84
  }
77
85
  export interface DynamicDatatableFilter {
78
86
  property: string;
@@ -91,6 +99,9 @@ export interface DynamicDataTableProps {
91
99
  font_family?: string;
92
100
  };
93
101
  break_groups_on_new_page?: boolean;
102
+ enable_row_striping?: boolean;
103
+ striping_color?: string | null;
104
+ striping_start_from_first?: boolean;
94
105
  }
95
106
  export interface TextProps {
96
107
  content?: string;
@@ -193,6 +204,7 @@ export interface ContentGridProps {
193
204
  items: (ContentGridItemSlideProps | ContentGridItemFileProps)[];
194
205
  size?: 'medium';
195
206
  layout_type?: ContentGridLayoutTypes;
207
+ data_accessor?: string;
196
208
  }
197
209
  export interface SectionListSection {
198
210
  id: string;
@@ -228,6 +240,7 @@ export interface IFrameProps {
228
240
  src: string | null;
229
241
  height?: string;
230
242
  width?: string;
243
+ full_screen_mode?: boolean;
231
244
  add_session_context?: boolean;
232
245
  }
233
246
  export type CollectionFileEntity = Pick<FileRetrieve, 'id' | 'name' | 'type' | 'tags' | 'metadata' | 'thumbnail_url' | 'permissions' | 'content_url' | 'content_type' | 'pspdfkit_auth_payload' | 'pspdfkit_document_id' | 'pspdfkit_server_url'>;
@@ -249,6 +262,16 @@ export interface LinkProps {
249
262
  url?: string;
250
263
  }
251
264
  export interface ScribbleProps {
265
+ content_background?: {
266
+ file_id?: string;
267
+ page_index?: number;
268
+ page_id?: string;
269
+ is_deleted?: boolean;
270
+ };
271
+ asset_background?: {
272
+ asset_id?: string;
273
+ is_deleted?: boolean;
274
+ };
252
275
  }
253
276
  export interface PageBreakProps {
254
277
  }
@@ -346,10 +369,16 @@ export type SectionComponentOverride = {
346
369
  after_sibling_id?: ComponentNode['id'];
347
370
  is_removed?: true;
348
371
  };
349
- export type SectionComponentOverrides = {
350
- [sectionId: CanvasRetrieve['id']]: {
351
- [componentId: ComponentNode['id'] | 'root']: SectionComponentOverride;
372
+ export type SectionOverrides = {
373
+ [componentId: ComponentNode['id'] | 'root']: SectionComponentOverride;
374
+ } & {
375
+ modified_by?: {
376
+ id: User['id'];
352
377
  };
378
+ modified_at?: string;
379
+ };
380
+ export type SectionComponentOverrides = {
381
+ [sectionId: CanvasRetrieve['id']]: SectionOverrides;
353
382
  };
354
383
  export interface ComponentMeta {
355
384
  allowedChildren: ComponentTypes[];
@@ -502,6 +531,8 @@ export type SharingBuilderProps = NoCRMBuilderProps & {
502
531
  onEnter?: () => void;
503
532
  onPageEnter?: (data: ComponentNode[], pageIndex: number) => void;
504
533
  onPageExit?: (data: ComponentNode[], pageIndex: number) => void;
534
+ onWizardEnter?: never;
535
+ onWizardExit?: never;
505
536
  onFileEnter?: (node: NodeInfo, file: CollectionFileEntity) => void;
506
537
  onFileExit?: (node: NodeInfo, file: CollectionFileEntity) => void;
507
538
  onFilePageEnter?: (node: NodeInfo, file: CollectionFileEntity, pageIndex: number) => void;
@@ -584,6 +615,8 @@ type AdminImpactCommonBuilderProps = {
584
615
  onAppExit?: (data: {
585
616
  src: string;
586
617
  }) => void;
618
+ onWizardEnter?: () => void;
619
+ onWizardExit?: () => void;
587
620
  onPageEnter?: (data: ComponentNode[], pageIndex: number) => void;
588
621
  onPageExit?: (data: ComponentNode[], pageIndex: number) => void;
589
622
  onFileEnter?: (node: NodeInfo, file: CollectionFileEntity) => void;
@@ -46,10 +46,12 @@ type FoundComponent = {
46
46
  } | null;
47
47
  export declare function findEmbeddableInSectionsContent(canvasPages: ComponentNode[][], sectionComponentNodesBySectionId: UnwrapRef<SectionComponentNodesBySectionId>, appName: string): FoundComponent;
48
48
  export declare function findAllEmbeddableTypesInCanvasContent(componentNodesById: UnwrapRef<ComponentNodesById>): Set<string>;
49
+ export declare function findAllEmbeddableTypesInSectionsContent(sectionComponentNodesBySectionId: UnwrapRef<SectionComponentNodesBySectionId>): Set<string>;
49
50
  export declare function findEmbeddableInCanvasContent(componentNodesById: UnwrapRef<ComponentNodesById>, appName: string): FoundComponent;
50
- export declare function scrollToComponentById(id: ComponentNode['id'] | null | undefined, instant?: boolean, delay?: number): void;
51
+ export declare function scrollToComponentById(id: ComponentNode['id'] | null | undefined, sectionId?: string, sectionIndex?: number, instant?: boolean, delay?: number): void;
51
52
  export declare function updateFirstContentGridWithShareboxItems(canvasContent: ComponentNode[], selectedItems: (SelectedFile | SelectedPage)[], filesById: Record<FileRetrieve['id'], FileRetrieve>): ComponentNode<CollectionPlayer | GridProps | GridItemProps | TextProps | CarouselProps | MultimediaProps | EmbeddableProps | ContentGridProps | SectionListProps | HtmlProps | IFrameProps | LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps>[];
52
53
  export declare function handleThemeAssetComparison(key: string | symbol | number, objValue: any, othValue: any, object: any, other: any, fileProps: string[], isEqual: (obj1: any, obj2: any) => boolean, componentsWithThemeMeta?: Set<string>): boolean | undefined;
53
54
  export declare function applyCanvasThemeAssetsToNode(node: ComponentNode): ComponentNode;
54
55
  export declare function processCanvasForSectionThemeOverride(canvas: CanvasRetrieve, maintainSectionTheme: boolean): CanvasRetrieve;
56
+ export declare function isEmbeddableWithZeroHeight(component: ComponentNode): boolean;
55
57
  export {};
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Utility functions for iframe full screen mode positioning
3
+ */
4
+ export interface FullScreenPositionOptions {
5
+ container: HTMLElement;
6
+ canvasContentSelector?: string;
7
+ }
8
+ /**
9
+ * Positions an iframe container in full screen mode
10
+ * Calculates height from current position to bottom of parent window
11
+ */
12
+ export declare function positionFullScreenIframe(options: FullScreenPositionOptions): void;
13
+ /**
14
+ * Sets up full screen mode for an iframe component
15
+ */
16
+ export declare function setupFullScreenMode(container: HTMLElement, isFullScreenMode: () => boolean, options?: Partial<FullScreenPositionOptions>): () => void;
@@ -1,2 +1,172 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ import { Canvas } from '../../../../types/openapi';
2
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
3
+ sectionsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
4
+ onDrop: (dropOnItemId?: Canvas["id"], index?: number) => void;
5
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
6
+ toolbarWrapper: HTMLDivElement;
7
+ smartFoldersRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
8
+ storageKey: string;
9
+ mode: "management" | "selector";
10
+ selectedSectionIds?: import('../../../../types/openapi').CanvasRetrieve["id"][];
11
+ addedSectionIds?: import('../../../../types/openapi').CanvasRetrieve["id"][];
12
+ }> & Readonly<{
13
+ "onClear-selection"?: (() => any) | undefined;
14
+ "onOpen-section"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
15
+ "onEdit-section"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
16
+ "onSection-select"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
17
+ "onSection-add"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
18
+ "onSection-remove"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
19
+ "onSections-bulk-add"?: ((sections: import('../../../../types/openapi').CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any) | undefined;
20
+ "onSections-bulk-remove"?: ((sections: import('../../../../types/openapi').CanvasRetrieve[]) => any) | undefined;
21
+ }>, {
22
+ showConfigurationModal: () => void;
23
+ addSelectedSections: (position?: "top" | "bottom") => void;
24
+ removeSelectedSections: () => void;
25
+ getSelectedSections: () => import('../../../../types/openapi').CanvasRetrieve[];
26
+ calculateContentHeight: () => void;
27
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ "clear-selection": () => any;
29
+ "open-section": (section: import('../../../../types/openapi').CanvasRetrieve) => any;
30
+ "edit-section": (section: import('../../../../types/openapi').CanvasRetrieve) => any;
31
+ "section-select": (section: import('../../../../types/openapi').CanvasRetrieve) => any;
32
+ "section-add": (section: import('../../../../types/openapi').CanvasRetrieve) => any;
33
+ "section-remove": (section: import('../../../../types/openapi').CanvasRetrieve) => any;
34
+ "sections-bulk-add": (sections: import('../../../../types/openapi').CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any;
35
+ "sections-bulk-remove": (sections: import('../../../../types/openapi').CanvasRetrieve[]) => any;
36
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
37
+ containerRef: HTMLDivElement;
38
+ toolbarRef: HTMLDivElement;
39
+ listRef: ({
40
+ $: import('vue').ComponentInternalInstance;
41
+ $data: {};
42
+ $props: {
43
+ readonly data: import('../../../components/CList/CList.vue').ListDataItem[];
44
+ readonly selectedIds?: (number | string)[] | undefined;
45
+ readonly maxRowHeight: number;
46
+ readonly height?: number | undefined;
47
+ readonly movable?: boolean | undefined;
48
+ readonly onMove?: ((...args: any[]) => any) | undefined;
49
+ readonly "onItem:click"?: ((...args: any[]) => any) | undefined;
50
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
51
+ $attrs: {
52
+ [x: string]: unknown;
53
+ };
54
+ $refs: {
55
+ [x: string]: unknown;
56
+ } & {
57
+ virtualizerContainerRef: HTMLDivElement;
58
+ };
59
+ $slots: Readonly<{
60
+ [name: string]: import('vue').Slot<any> | undefined;
61
+ }>;
62
+ $root: import('vue').ComponentPublicInstance | null;
63
+ $parent: import('vue').ComponentPublicInstance | null;
64
+ $host: Element | null;
65
+ $emit: ((event: "move", ...args: any[]) => void) & ((event: "item:click", ...args: any[]) => void);
66
+ $el: HTMLDivElement;
67
+ $options: import('vue').ComponentOptionsBase<Readonly<{
68
+ data: import('../../../components/CList/CList.vue').ListDataItem[];
69
+ selectedIds?: (number | string)[];
70
+ maxRowHeight: number;
71
+ height?: number;
72
+ movable?: boolean;
73
+ }> & Readonly<{
74
+ onMove?: ((...args: any[]) => any) | undefined;
75
+ "onItem:click"?: ((...args: any[]) => any) | undefined;
76
+ }>, {
77
+ updateContextMenuItem: (item: import('../../../components/CList/CList.vue').ListDataItem, isOpen: boolean, e?: MouseEvent) => void;
78
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
79
+ move: (...args: any[]) => void;
80
+ "item:click": (...args: any[]) => void;
81
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
82
+ beforeCreate?: (() => void) | (() => void)[];
83
+ created?: (() => void) | (() => void)[];
84
+ beforeMount?: (() => void) | (() => void)[];
85
+ mounted?: (() => void) | (() => void)[];
86
+ beforeUpdate?: (() => void) | (() => void)[];
87
+ updated?: (() => void) | (() => void)[];
88
+ activated?: (() => void) | (() => void)[];
89
+ deactivated?: (() => void) | (() => void)[];
90
+ beforeDestroy?: (() => void) | (() => void)[];
91
+ beforeUnmount?: (() => void) | (() => void)[];
92
+ destroyed?: (() => void) | (() => void)[];
93
+ unmounted?: (() => void) | (() => void)[];
94
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
95
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
96
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
97
+ };
98
+ $forceUpdate: () => void;
99
+ $nextTick: typeof import('vue').nextTick;
100
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
101
+ } & Readonly<{}> & Omit<Readonly<{
102
+ data: import('../../../components/CList/CList.vue').ListDataItem[];
103
+ selectedIds?: (number | string)[];
104
+ maxRowHeight: number;
105
+ height?: number;
106
+ movable?: boolean;
107
+ }> & Readonly<{
108
+ onMove?: ((...args: any[]) => any) | undefined;
109
+ "onItem:click"?: ((...args: any[]) => any) | undefined;
110
+ }>, "updateContextMenuItem"> & import('vue').ShallowUnwrapRef<{
111
+ updateContextMenuItem: (item: import('../../../components/CList/CList.vue').ListDataItem, isOpen: boolean, e?: MouseEvent) => void;
112
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
113
+ $slots: {
114
+ item?(_: {
115
+ index: number;
116
+ isContextMenuOpen: boolean;
117
+ isDraggedOver: boolean;
118
+ isSelected: boolean;
119
+ item: {
120
+ [key: string]: any;
121
+ id: number | string;
122
+ };
123
+ }): any;
124
+ 'item:context-menu'?(_: {
125
+ item: {
126
+ [key: string]: any;
127
+ id: number | string;
128
+ };
129
+ }): any;
130
+ };
131
+ }) | null;
132
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
133
+ P: {};
134
+ B: {};
135
+ D: {};
136
+ C: {};
137
+ M: {};
138
+ Defaults: {};
139
+ }, Readonly<{
140
+ storageKey: string;
141
+ mode: "management" | "selector";
142
+ selectedSectionIds?: import('../../../../types/openapi').CanvasRetrieve["id"][];
143
+ addedSectionIds?: import('../../../../types/openapi').CanvasRetrieve["id"][];
144
+ }> & Readonly<{
145
+ "onClear-selection"?: (() => any) | undefined;
146
+ "onOpen-section"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
147
+ "onEdit-section"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
148
+ "onSection-select"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
149
+ "onSection-add"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
150
+ "onSection-remove"?: ((section: import('../../../../types/openapi').CanvasRetrieve) => any) | undefined;
151
+ "onSections-bulk-add"?: ((sections: import('../../../../types/openapi').CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any) | undefined;
152
+ "onSections-bulk-remove"?: ((sections: import('../../../../types/openapi').CanvasRetrieve[]) => any) | undefined;
153
+ }>, {
154
+ showConfigurationModal: () => void;
155
+ addSelectedSections: (position?: "top" | "bottom") => void;
156
+ removeSelectedSections: () => void;
157
+ getSelectedSections: () => import('../../../../types/openapi').CanvasRetrieve[];
158
+ calculateContentHeight: () => void;
159
+ }, {}, {}, {}, {}> | null;
160
+ toolbarWrapperTraditional: HTMLDivElement;
161
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
162
+ P: {};
163
+ B: {};
164
+ D: {};
165
+ C: {};
166
+ M: {};
167
+ Defaults: {};
168
+ }, Readonly<{}> & Readonly<{}>, {
169
+ onDrop: (dropOnItemId?: Canvas["id"], index?: number) => void;
170
+ }, {}, {}, {}, {}> | null;
171
+ }, any>;
2
172
  export default _default;
@@ -1,4 +1,163 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
1
+ import { nextTick } from 'vue';
2
+ import { Canvas, CanvasRetrieve } from '../../../../types/openapi';
3
+ declare function onDrop(dropOnItemId?: Canvas['id'], index?: number): void;
4
+ declare const _default: import('vue').DefineComponent<{}, {
5
+ onDrop: typeof onDrop;
6
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
7
  toolbarWrapper: HTMLDivElement;
8
+ smartFoldersRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
9
+ storageKey: string;
10
+ mode: "management" | "selector";
11
+ selectedSectionIds?: CanvasRetrieve["id"][];
12
+ addedSectionIds?: CanvasRetrieve["id"][];
13
+ }> & Readonly<{
14
+ "onClear-selection"?: (() => any) | undefined;
15
+ "onOpen-section"?: ((section: CanvasRetrieve) => any) | undefined;
16
+ "onEdit-section"?: ((section: CanvasRetrieve) => any) | undefined;
17
+ "onSection-select"?: ((section: CanvasRetrieve) => any) | undefined;
18
+ "onSection-add"?: ((section: CanvasRetrieve) => any) | undefined;
19
+ "onSection-remove"?: ((section: CanvasRetrieve) => any) | undefined;
20
+ "onSections-bulk-add"?: ((sections: CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any) | undefined;
21
+ "onSections-bulk-remove"?: ((sections: CanvasRetrieve[]) => any) | undefined;
22
+ }>, {
23
+ showConfigurationModal: () => void;
24
+ addSelectedSections: (position?: "top" | "bottom") => void;
25
+ removeSelectedSections: () => void;
26
+ getSelectedSections: () => CanvasRetrieve[];
27
+ calculateContentHeight: () => void;
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
+ "clear-selection": () => any;
30
+ "open-section": (section: CanvasRetrieve) => any;
31
+ "edit-section": (section: CanvasRetrieve) => any;
32
+ "section-select": (section: CanvasRetrieve) => any;
33
+ "section-add": (section: CanvasRetrieve) => any;
34
+ "section-remove": (section: CanvasRetrieve) => any;
35
+ "sections-bulk-add": (sections: CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any;
36
+ "sections-bulk-remove": (sections: CanvasRetrieve[]) => any;
37
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
38
+ containerRef: HTMLDivElement;
39
+ toolbarRef: HTMLDivElement;
40
+ listRef: ({
41
+ $: import('vue').ComponentInternalInstance;
42
+ $data: {};
43
+ $props: {
44
+ readonly data: import('../../../components/CList/CList.vue').ListDataItem[];
45
+ readonly selectedIds?: (number | string)[] | undefined;
46
+ readonly maxRowHeight: number;
47
+ readonly height?: number | undefined;
48
+ readonly movable?: boolean | undefined;
49
+ readonly onMove?: ((...args: any[]) => any) | undefined;
50
+ readonly "onItem:click"?: ((...args: any[]) => any) | undefined;
51
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
52
+ $attrs: {
53
+ [x: string]: unknown;
54
+ };
55
+ $refs: {
56
+ [x: string]: unknown;
57
+ } & {
58
+ virtualizerContainerRef: HTMLDivElement;
59
+ };
60
+ $slots: Readonly<{
61
+ [name: string]: import('vue').Slot<any> | undefined;
62
+ }>;
63
+ $root: import('vue').ComponentPublicInstance | null;
64
+ $parent: import('vue').ComponentPublicInstance | null;
65
+ $host: Element | null;
66
+ $emit: ((event: "move", ...args: any[]) => void) & ((event: "item:click", ...args: any[]) => void);
67
+ $el: HTMLDivElement;
68
+ $options: import('vue').ComponentOptionsBase<Readonly<{
69
+ data: import('../../../components/CList/CList.vue').ListDataItem[];
70
+ selectedIds?: (number | string)[];
71
+ maxRowHeight: number;
72
+ height?: number;
73
+ movable?: boolean;
74
+ }> & Readonly<{
75
+ onMove?: ((...args: any[]) => any) | undefined;
76
+ "onItem:click"?: ((...args: any[]) => any) | undefined;
77
+ }>, {
78
+ updateContextMenuItem: (item: import('../../../components/CList/CList.vue').ListDataItem, isOpen: boolean, e?: MouseEvent) => void;
79
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
80
+ move: (...args: any[]) => void;
81
+ "item:click": (...args: any[]) => void;
82
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
83
+ beforeCreate?: (() => void) | (() => void)[];
84
+ created?: (() => void) | (() => void)[];
85
+ beforeMount?: (() => void) | (() => void)[];
86
+ mounted?: (() => void) | (() => void)[];
87
+ beforeUpdate?: (() => void) | (() => void)[];
88
+ updated?: (() => void) | (() => void)[];
89
+ activated?: (() => void) | (() => void)[];
90
+ deactivated?: (() => void) | (() => void)[];
91
+ beforeDestroy?: (() => void) | (() => void)[];
92
+ beforeUnmount?: (() => void) | (() => void)[];
93
+ destroyed?: (() => void) | (() => void)[];
94
+ unmounted?: (() => void) | (() => void)[];
95
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
96
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
97
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
98
+ };
99
+ $forceUpdate: () => void;
100
+ $nextTick: typeof nextTick;
101
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
102
+ } & Readonly<{}> & Omit<Readonly<{
103
+ data: import('../../../components/CList/CList.vue').ListDataItem[];
104
+ selectedIds?: (number | string)[];
105
+ maxRowHeight: number;
106
+ height?: number;
107
+ movable?: boolean;
108
+ }> & Readonly<{
109
+ onMove?: ((...args: any[]) => any) | undefined;
110
+ "onItem:click"?: ((...args: any[]) => any) | undefined;
111
+ }>, "updateContextMenuItem"> & import('vue').ShallowUnwrapRef<{
112
+ updateContextMenuItem: (item: import('../../../components/CList/CList.vue').ListDataItem, isOpen: boolean, e?: MouseEvent) => void;
113
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
114
+ $slots: {
115
+ item?(_: {
116
+ index: number;
117
+ isContextMenuOpen: boolean;
118
+ isDraggedOver: boolean;
119
+ isSelected: boolean;
120
+ item: {
121
+ [key: string]: any;
122
+ id: number | string;
123
+ };
124
+ }): any;
125
+ 'item:context-menu'?(_: {
126
+ item: {
127
+ [key: string]: any;
128
+ id: number | string;
129
+ };
130
+ }): any;
131
+ };
132
+ }) | null;
133
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
134
+ P: {};
135
+ B: {};
136
+ D: {};
137
+ C: {};
138
+ M: {};
139
+ Defaults: {};
140
+ }, Readonly<{
141
+ storageKey: string;
142
+ mode: "management" | "selector";
143
+ selectedSectionIds?: CanvasRetrieve["id"][];
144
+ addedSectionIds?: CanvasRetrieve["id"][];
145
+ }> & Readonly<{
146
+ "onClear-selection"?: (() => any) | undefined;
147
+ "onOpen-section"?: ((section: CanvasRetrieve) => any) | undefined;
148
+ "onEdit-section"?: ((section: CanvasRetrieve) => any) | undefined;
149
+ "onSection-select"?: ((section: CanvasRetrieve) => any) | undefined;
150
+ "onSection-add"?: ((section: CanvasRetrieve) => any) | undefined;
151
+ "onSection-remove"?: ((section: CanvasRetrieve) => any) | undefined;
152
+ "onSections-bulk-add"?: ((sections: CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any) | undefined;
153
+ "onSections-bulk-remove"?: ((sections: CanvasRetrieve[]) => any) | undefined;
154
+ }>, {
155
+ showConfigurationModal: () => void;
156
+ addSelectedSections: (position?: "top" | "bottom") => void;
157
+ removeSelectedSections: () => void;
158
+ getSelectedSections: () => CanvasRetrieve[];
159
+ calculateContentHeight: () => void;
160
+ }, {}, {}, {}, {}> | null;
161
+ toolbarWrapperTraditional: HTMLDivElement;
3
162
  }, HTMLDivElement>;
4
163
  export default _default;