@pitcher/js-api 1.22.0-beta.5 → 1.22.0-rc.0

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 (432) hide show
  1. package/js-api.esm.js +45 -6
  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 +33 -15
  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 +11 -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 +19 -3
  42. package/lib/apps/browser/stores/upload.d.ts +98 -1
  43. package/lib/apps/canvas-builder/App.vue.d.ts +291 -108
  44. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +3 -12
  45. package/lib/apps/canvas-builder/components/container/BottomBar/BottomBar.vue.d.ts +1 -1
  46. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +1 -1
  47. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.single.vue.d.ts +1 -1
  48. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -1
  49. package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +1 -10
  50. package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +11 -15
  51. package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/ComponentDrawerSettings.vue.d.ts +1 -10
  52. package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +1 -10
  53. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +3 -12
  54. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +4 -25
  55. package/lib/apps/canvas-builder/components/container/ControlBar/InstalledEmbeddableShortcuts.vue.d.ts +1 -1
  56. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +3 -12
  57. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +1 -1
  58. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +1 -1
  59. package/lib/apps/canvas-builder/components/container/DownloadButton/DownloadButton.vue.d.ts +3 -3
  60. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +30 -46
  61. package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +1 -1
  62. package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +11 -6
  63. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +4 -25
  64. package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +5 -28
  65. package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +1 -10
  66. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +1 -1
  67. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +3 -12
  68. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +5 -26
  69. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +7 -36
  70. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionGroupSelector.vue.d.ts +21 -0
  71. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionListItem.vue.d.ts +37 -0
  72. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.edit.vue.d.ts +11 -0
  73. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.raw.vue.d.ts +19 -0
  74. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +30 -0
  75. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionSelector.vue.d.ts +17 -0
  76. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +1 -1
  77. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +6 -15
  78. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +7 -36
  79. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +3 -12
  80. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +4 -4
  81. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +4 -25
  82. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +8 -15
  83. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +6 -27
  84. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +3 -12
  85. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +18 -32
  86. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +5 -14
  87. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +7 -36
  88. package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +8 -39
  89. package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +3 -12
  90. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +4 -33
  91. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +7 -0
  92. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +23 -0
  93. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +11 -0
  94. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +31 -0
  95. package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +1 -1
  96. package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +3 -12
  97. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +3 -12
  98. package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +4 -33
  99. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +1 -1
  100. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +4 -25
  101. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +5 -14
  102. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +7 -36
  103. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +3 -12
  104. package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +12 -36
  105. package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +3 -20
  106. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
  107. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -13
  108. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -15
  109. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +4 -25
  110. package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +6 -15
  111. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.d.ts +18 -0
  112. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.test.d.ts +1 -0
  113. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +7 -16
  114. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +4 -32
  115. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +9 -18
  116. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +14 -32
  117. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +7 -36
  118. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +3 -12
  119. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +7 -36
  120. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +696 -11232
  121. package/lib/apps/canvas-builder/composables/useCanvasDnd.d.ts +4 -4
  122. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +275 -1597
  123. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +8 -6
  124. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +2 -2
  125. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +79 -7
  126. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
  127. package/lib/apps/canvas-builder/composables/useCollapsibles.d.ts +3 -0
  128. package/lib/apps/canvas-builder/composables/useCollectionPlayer.d.ts +31 -0
  129. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +33 -4
  130. package/lib/apps/canvas-builder/composables/useFetchMostPopularFiles.d.ts +4 -0
  131. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +2 -2
  132. package/lib/apps/canvas-builder/composables/useNavigatorDrawer.d.ts +1 -1
  133. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +1 -1
  134. package/lib/apps/canvas-builder/composables/usePopularity.d.ts +8 -0
  135. package/lib/apps/canvas-builder/composables/useRecommendations.d.ts +4 -9
  136. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
  137. package/lib/apps/canvas-builder/composables/useSectionNavigation.d.ts +3 -3
  138. package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -1
  139. package/lib/apps/canvas-builder/types/canvas.d.ts +66 -11
  140. package/lib/apps/canvas-builder/util/canvas.util.d.ts +8 -5
  141. package/lib/apps/canvas-selector/App.vue.d.ts +5 -22
  142. package/lib/apps/canvas-selector/appTypes.d.ts +3 -2
  143. package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +4 -34
  144. package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +1 -1
  145. package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +1 -1
  146. package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +1 -1
  147. package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +1 -1
  148. package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +1 -1
  149. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +1 -1
  150. package/lib/apps/canvas-selector/stores/app.d.ts +232 -1
  151. package/lib/apps/content-selector/App.vue.d.ts +6 -27
  152. package/lib/apps/content-selector/appTypes.d.ts +3 -2
  153. package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +3 -3
  154. package/lib/apps/content-selector/components/Assets.vue.d.ts +1 -1
  155. package/lib/apps/content-selector/components/Content/AllContent/AllContent.vue.d.ts +1 -1
  156. package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +1 -1
  157. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +1 -1
  158. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +9 -41
  159. package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +1 -1
  160. package/lib/apps/content-selector/components/Content.vue.d.ts +1 -1
  161. package/lib/apps/content-selector/components/ExternalLinks.vue.d.ts +3 -3
  162. package/lib/apps/content-selector/components/Navbar.vue.d.ts +2 -0
  163. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +6 -29
  164. package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +1 -10
  165. package/lib/apps/content-selector/stores/app.d.ts +6 -1
  166. package/lib/apps/notes/NotesApp.vue.d.ts +9 -38
  167. package/lib/apps/notes/components/CustomerReaction.vue.d.ts +2 -0
  168. package/lib/apps/notes/composables/useFullscreenNotesHeartbeat.d.ts +1 -1
  169. package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +7 -28
  170. package/lib/components/CApexChart/CApexChartLine.vue.d.ts +2 -25
  171. package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +8 -3
  172. package/lib/components/CAvatar/CAvatar.vue.d.ts +8 -3
  173. package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +3 -12
  174. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +21 -25
  175. package/lib/components/CButton/CButton.vue.d.ts +10 -27
  176. package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +10 -30
  177. package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +6 -30
  178. package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +6 -15
  179. package/lib/components/CCard/CCard.vue.d.ts +8 -3
  180. package/lib/components/CCarousel/CCarousel.vue.d.ts +4 -29
  181. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.vue.d.ts +2 -23
  182. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +4 -13
  183. package/lib/components/CCheckbox/CCheckbox.vue.d.ts +1 -1
  184. package/lib/components/CChip/CChip.vue.d.ts +12 -36
  185. package/lib/components/CCollapse/CCollapse.vue.d.ts +13 -27
  186. package/lib/components/CCollapse/CCollapseItem.vue.d.ts +8 -3
  187. package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +8 -3
  188. package/lib/components/CColorPicker/CColorPicker.vue.d.ts +8 -3
  189. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +12 -16
  190. package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +3 -12
  191. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +11 -27
  192. package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +8 -31
  193. package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +8 -3
  194. package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +8 -3
  195. package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +17 -33
  196. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +9 -18
  197. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +6 -53
  198. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +686 -7
  199. package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +19 -96
  200. package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +17 -51
  201. package/lib/components/CCreateCanvasModal/CCreateCanvasModal.vue.d.ts +1 -74
  202. package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +7 -28
  203. package/lib/components/CCreateTemplateOrSectionModal/CCreateTemplateOrSectionModal.vue.d.ts +8 -33
  204. package/lib/components/CDataTable/CDataTable.vue.d.ts +3 -12
  205. package/lib/components/CDataTable/CDataTableEdit.use.d.ts +2 -2
  206. package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +7 -30
  207. package/lib/components/CDivider/CDivider.vue.d.ts +1 -10
  208. package/lib/components/CDrawer/CDrawer.vue.d.ts +1 -1
  209. package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +1 -1
  210. package/lib/components/CDropdown/CDropdown.vue.d.ts +8 -3
  211. package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +15 -0
  212. package/lib/components/CEmpty/CEmpty.vue.d.ts +8 -3
  213. package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +66 -45
  214. package/lib/components/CError/CErrorFullScreen.vue.d.ts +11 -41
  215. package/lib/components/CFeedback/CFeedback.vue.d.ts +14 -18
  216. package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +4 -29
  217. package/lib/components/CFileViewer/CFileViewer.types.d.ts +1 -1
  218. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +14 -50
  219. package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +6 -15
  220. package/lib/components/CFileViewer/CFileViewerShare.vue.d.ts +2 -2
  221. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +25 -27
  222. package/lib/components/CFileViewer/{pdfEvents.use.d.ts → pdf/CFileViewer.events.pdf.use.d.ts} +1 -1
  223. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.annotations.use.d.ts +21 -0
  224. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +12 -0
  225. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.use.d.ts +23 -0
  226. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.overlayItems.use.d.ts +11 -0
  227. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +64 -0
  228. package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +56 -0
  229. package/lib/components/CFileViewer/{CFileViewerFullScreen.use.d.ts → pdf/CFileViewerFullscreen.pdf.use.d.ts} +4 -3
  230. package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +6 -0
  231. package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +25 -0
  232. package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +9 -25
  233. package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +10 -35
  234. package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +3 -12
  235. package/lib/components/CFontSelect/CFontSelect.vue.d.ts +4 -13
  236. package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +4 -29
  237. package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +1 -1
  238. package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +8 -17
  239. package/lib/components/CGlobalSearch/CGlobalSearchResults.vue.d.ts +6 -15
  240. package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +1 -1
  241. package/lib/components/CGlobalSearch/CResult.vue.d.ts +5 -14
  242. package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +8 -12
  243. package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -2
  244. package/lib/components/CGlobalSearch/Shortcuts.use.d.ts +1 -1
  245. package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +9 -25
  246. package/lib/components/CHelpText/CHelpText.vue.d.ts +16 -0
  247. package/lib/components/CIcon/CIcon.vue.d.ts +2 -23
  248. package/lib/components/CImage/CBrokenImage.vue.d.ts +3 -12
  249. package/lib/components/CImage/CImage.vue.d.ts +10 -4
  250. package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +4 -35
  251. package/lib/components/CInput/CInput.vue.d.ts +2 -11
  252. package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +8 -17
  253. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +2 -25
  254. package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +20 -0
  255. package/lib/components/CList/CList.vue.d.ts +30 -32
  256. package/lib/components/CList/CListItem.vue.d.ts +30 -52
  257. package/lib/components/CModal/CModal.vue.d.ts +8 -3
  258. package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +13 -29
  259. package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +5 -14
  260. package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +6 -39
  261. package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +10 -0
  262. package/lib/components/CPopover/CPopover.vue.d.ts +8 -3
  263. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +4 -29
  264. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +1 -10
  265. package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +6 -27
  266. package/lib/components/CRate/CRate.vue.d.ts +14 -0
  267. package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +28 -0
  268. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +8 -29
  269. package/lib/components/CRichTextEditor/components/CAiRichTextActions.vue.d.ts +5 -14
  270. package/lib/components/CRichTextEditor/components/CAlignmentSelect.vue.d.ts +1 -10
  271. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +6 -15
  272. package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +5 -14
  273. package/lib/components/CRichTextEditor/components/CFontDropdown.vue.d.ts +1 -10
  274. package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +1 -10
  275. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -13
  276. package/lib/components/CRichTextEditor/components/CInsertDropdown.vue.d.ts +5 -14
  277. package/lib/components/CRichTextEditor/components/CListSelect.vue.d.ts +1 -10
  278. package/lib/components/CRichTextEditor/components/CSuggestionList.vue.d.ts +2 -11
  279. package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +3 -12
  280. package/lib/components/CRichTextEditor/components/CTextTypeSelect.vue.d.ts +1 -10
  281. package/lib/components/CRichTextEditor/extensions/textStyleExtended.d.ts +12 -0
  282. package/lib/components/CSearch/CSearch.vue.d.ts +7 -36
  283. package/lib/components/CSearch/CSearchOnClick.vue.d.ts +8 -29
  284. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +10 -45
  285. package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +12 -28
  286. package/lib/components/CSelect/CSelect.vue.d.ts +9 -25
  287. package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +3 -12
  288. package/lib/components/CShortcut/CShortcut.vue.d.ts +8 -3
  289. package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +1 -10
  290. package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +6 -15
  291. package/lib/components/CSlider/CSlider.vue.d.ts +11 -41
  292. package/lib/components/CSpin/CSpin.vue.d.ts +8 -3
  293. package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +17 -0
  294. package/lib/components/CSwitch/CSwitch.vue.d.ts +1 -1
  295. package/lib/components/CTable/CTable.vue.d.ts +14 -53
  296. package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +11 -32
  297. package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +5 -5
  298. package/lib/components/CTableInput/CTableInput.vue.d.ts +1293 -38
  299. package/lib/components/CTableMore/CTableMore.vue.d.ts +7 -34
  300. package/lib/components/CTableSelect/CTableSelect.vue.d.ts +4 -13
  301. package/lib/components/CTableTag/CTableTag.vue.d.ts +12 -43
  302. package/lib/components/CTag/CTag.vue.d.ts +1 -1
  303. package/lib/components/CTags/CTags.vue.d.ts +6 -30
  304. package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +1 -1
  305. package/lib/components/CTimeline/CTimeline.vue.d.ts +6 -15
  306. package/lib/components/CTimeline/CTimelineControl.vue.d.ts +1 -1
  307. package/lib/components/CTimeline/CTimelineModal.vue.d.ts +7 -16
  308. package/lib/components/CToastProvider/CToastProvider.vue.d.ts +1 -1
  309. package/lib/components/CToolbar/CToolbar.vue.d.ts +4 -21
  310. package/lib/components/CTooltip/CTooltip.vue.d.ts +8 -12
  311. package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +11 -27
  312. package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +14 -0
  313. package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +14 -0
  314. package/lib/components/CUserAvatar/CUserAvatar.vue.d.ts +3 -26
  315. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +7 -32
  316. package/lib/components/CUsersAccessInfo/CUsersAccessInfo.vue.d.ts +2 -23
  317. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +1 -0
  318. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +8 -33
  319. package/lib/components/CVideo/CVideo.vue.d.ts +32 -13
  320. package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +22 -24
  321. package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +15 -19
  322. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +262 -23
  323. package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +17 -26
  324. package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +3 -12
  325. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +37 -14
  326. package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +3 -12
  327. package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +7 -36
  328. package/lib/components/filters/CCheckboxFilter.vue.d.ts +4 -13
  329. package/lib/components/filters/CDateRangeFilter.vue.d.ts +7 -32
  330. package/lib/components/filters/CSearchFilter.vue.d.ts +8 -31
  331. package/lib/components/filters/CSelectFilter.vue.d.ts +10 -9
  332. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +261 -25
  333. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +19 -28
  334. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +8 -33
  335. package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +4 -1
  336. package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +39 -14
  337. package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +8 -31
  338. package/lib/components/sections/CSectionManagement.vue.d.ts +226 -22
  339. package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +15 -24
  340. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +11 -20
  341. package/lib/composables/fileViewerSettings.use.d.ts +2 -0
  342. package/lib/composables/instanceTagsActions.use.d.ts +5 -1
  343. package/lib/composables/openFileStack.use.d.ts +20 -0
  344. package/lib/composables/presentationHistory.use.d.ts +12 -0
  345. package/lib/composables/recentFiles.use.d.ts +2 -1
  346. package/lib/composables/suggestedTags.use.d.ts +6 -1
  347. package/lib/composables/useAssetUpload.d.ts +1 -1
  348. package/lib/composables/useCanvasTablesPagination.d.ts +10 -8
  349. package/lib/composables/useElementHeightResize.d.ts +1 -1
  350. package/lib/composables/useFileDisplayHelpers.d.ts +8 -0
  351. package/lib/composables/useLocation.d.ts +1 -1
  352. package/lib/composables/useLocationManipulation.d.ts +1 -1
  353. package/lib/composables/useMetadataFilters.d.ts +8 -6
  354. package/lib/composables/useSharedTranslations.d.ts +10 -0
  355. package/lib/composables/useThemeVars.d.ts +28 -0
  356. package/lib/constants/cdp.const.d.ts +9 -0
  357. package/lib/constants/i18n.const.d.ts +2 -2
  358. package/lib/constants/pitcherSettings.const.d.ts +1 -0
  359. package/lib/constants/timers.const.d.ts +1 -0
  360. package/lib/directives/tap.d.ts +9 -0
  361. package/lib/directives/usage-track.directive.d.ts +10 -0
  362. package/lib/main.lib.d.ts +9 -0
  363. package/lib/sdk/api/HighLevelApi.d.ts +13 -0
  364. package/lib/sdk/api/modules/admin/files.admin.d.ts +4 -0
  365. package/lib/sdk/api/modules/admin/index.d.ts +4 -0
  366. package/lib/sdk/api/modules/admin/types.admin.d.ts +23 -2
  367. package/lib/sdk/api/modules/canvas.d.ts +5 -1
  368. package/lib/sdk/api/modules/dsr/types.dsr.d.ts +1 -1
  369. package/lib/sdk/api/modules/files.d.ts +5 -1
  370. package/lib/sdk/api/modules/filesRevisions.d.ts +5 -0
  371. package/lib/sdk/api/modules/index.d.ts +2 -0
  372. package/lib/sdk/api/modules/share.d.ts +8 -0
  373. package/lib/sdk/api/modules/ui/index.d.ts +14 -14
  374. package/lib/sdk/api/modules/ui/pia.ui.d.ts +4 -4
  375. package/lib/sdk/api/modules/ui/types.ui.d.ts +15 -2
  376. package/lib/sdk/interfaces.d.ts +14 -1
  377. package/lib/sdk/main.d.ts +47 -0
  378. package/lib/sdk/payload.types.d.ts +37 -0
  379. package/lib/theme/light.d.ts +29 -0
  380. package/lib/theme/theme.utils.d.ts +17 -0
  381. package/lib/types/call.d.ts +10 -1
  382. package/lib/types/canvasTheme.d.ts +11 -0
  383. package/lib/types/canvases.d.ts +1 -0
  384. package/lib/types/instanceSettings.types.d.ts +3 -0
  385. package/lib/types/instanceTags.types.d.ts +3 -0
  386. package/lib/types/launchDarkly.types.d.ts +2 -1
  387. package/lib/types/metadataHighlightProperty.d.ts +8 -0
  388. package/lib/types/organizationSettings.types.d.ts +11 -2
  389. package/lib/types/recentFiles.types.d.ts +1 -0
  390. package/lib/util/date.d.ts +1 -0
  391. package/lib/util/jwt.d.ts +1 -0
  392. package/lib/util/network.d.ts +1 -1
  393. package/lib/util/string.d.ts +1 -1
  394. package/lib/util/usage-tracking.util.d.ts +5 -0
  395. package/lib/util/userAgents.d.ts +1 -0
  396. package/package.json +1 -1
  397. package/types/openapi/index.d.ts +6 -6
  398. package/types/openapi/models/AppRelease.d.ts +1 -4
  399. package/types/openapi/models/BulkDeleteMixedObjectsRequest.d.ts +7 -0
  400. package/types/openapi/models/DeletedInstance.d.ts +1 -1
  401. package/types/openapi/models/FavoriteUpdate.d.ts +1 -1
  402. package/types/openapi/models/FavoriteUpdateRequest.d.ts +1 -4
  403. package/types/openapi/models/FileCreate.d.ts +1 -0
  404. package/types/openapi/models/FileRetrieve.d.ts +1 -0
  405. package/types/openapi/models/FileUpdate.d.ts +1 -0
  406. package/types/openapi/models/FolderFile.d.ts +1 -0
  407. package/types/openapi/models/Instance.d.ts +1 -1
  408. package/types/openapi/models/InstanceMembershipRoleEnum.d.ts +2 -0
  409. package/types/openapi/models/InstanceRequest.d.ts +0 -2
  410. package/types/openapi/models/MetadataTemplateField.d.ts +1 -0
  411. package/types/openapi/models/MetadataTemplateFieldRequest.d.ts +1 -0
  412. package/types/openapi/models/PSPDFKitAuthPayload.d.ts +3 -0
  413. package/types/openapi/models/PSPDFKitAuthPayloadRequest.d.ts +3 -0
  414. package/types/openapi/models/PSPDFKitToken.d.ts +6 -0
  415. package/types/openapi/models/PSPDFKitTokenRequest.d.ts +3 -0
  416. package/types/openapi/models/PatchedFavoriteUpdateRequest.d.ts +0 -3
  417. package/types/openapi/models/PatchedUserRequest.d.ts +2 -2
  418. package/types/openapi/models/User.d.ts +2 -2
  419. package/types/openapi/models/UserRequest.d.ts +2 -2
  420. package/types/openapi/models/UserRoleEnum.d.ts +10 -0
  421. package/lib/apps/canvas-builder/composables/useFetchSectionAnalytics.d.ts +0 -3
  422. package/lib/components/CFileViewer/CFileViewer.use.d.ts +0 -51
  423. package/lib/components/CFileViewer/CFileViewerBottomPdf.vue.d.ts +0 -70
  424. package/lib/components/CFileViewer/CFileViewerSearchResultsSidebar.vue.d.ts +0 -14
  425. package/lib/composables/useFiles.d.ts +0 -10
  426. package/types/openapi/models/AppOrganizationRequest.d.ts +0 -4
  427. package/types/openapi/models/AppRequest.d.ts +0 -8
  428. package/types/openapi/models/DeletedApp.d.ts +0 -22
  429. package/types/openapi/models/MiniPageRequest.d.ts +0 -3
  430. package/types/openapi/models/PaginatedAppReleaseList.d.ts +0 -7
  431. package/types/openapi/models/PatchedAppRequest.d.ts +0 -8
  432. /package/lib/components/CFileViewer/{pageThumbnailFavorite.use.d.ts → pdf/CFileViewer.pageFavorite.pdf.use.d.ts} +0 -0
@@ -0,0 +1,23 @@
1
+ import { ComponentNode, IFrameProps } from '@canvas-builder/types/canvas';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ data?: IFrameProps;
4
+ id: string;
5
+ when_used_in_section?: ComponentNode["when_used_in_section"];
6
+ usedInSectionId?: string;
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
+ "iframe-wrapper-clicked": () => any;
9
+ }, string, import('vue').PublicProps, Readonly<{
10
+ data?: IFrameProps;
11
+ id: string;
12
+ when_used_in_section?: ComponentNode["when_used_in_section"];
13
+ usedInSectionId?: string;
14
+ }> & Readonly<{
15
+ "onIframe-wrapper-clicked"?: (() => any) | undefined;
16
+ }>, {
17
+ when_used_in_section: {
18
+ is_editable: boolean;
19
+ is_removable: boolean;
20
+ };
21
+ usedInSectionId: string;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { IFrameProps } from '@canvas-builder/types/canvas';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ id: string;
4
+ data: IFrameProps;
5
+ }, {
6
+ isBusy: import('vue').Ref<boolean, boolean>;
7
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
+ id: string;
9
+ data: IFrameProps;
10
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import { CSSProperties } from 'vue';
2
+ import { IFrameProps, ComponentNode } from '@canvas-builder/types/canvas';
3
+ import { CanvasRetrieve } from '../../../../../../types/openapi';
4
+ declare const _default: import('vue').DefineComponent<{
5
+ id: ComponentNode["id"];
6
+ data: IFrameProps;
7
+ when_used_in_section?: ComponentNode["when_used_in_section"];
8
+ usedInSectionId?: CanvasRetrieve["id"];
9
+ visible?: ComponentNode["visible"];
10
+ tracking_id?: string;
11
+ style?: CSSProperties;
12
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ style: (s: CSSProperties) => any;
14
+ }, string, import('vue').PublicProps, Readonly<{
15
+ id: ComponentNode["id"];
16
+ data: IFrameProps;
17
+ when_used_in_section?: ComponentNode["when_used_in_section"];
18
+ usedInSectionId?: CanvasRetrieve["id"];
19
+ visible?: ComponentNode["visible"];
20
+ tracking_id?: string;
21
+ style?: CSSProperties;
22
+ }> & Readonly<{
23
+ onStyle?: ((s: CSSProperties) => any) | undefined;
24
+ }>, {
25
+ when_used_in_section: {
26
+ is_editable: boolean;
27
+ is_removable: boolean;
28
+ };
29
+ usedInSectionId: CanvasRetrieve["id"];
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
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>;
2
2
  export default _default;
@@ -1,18 +1,9 @@
1
1
  import { ComponentNode, LinkProps } from '@canvas-builder/types/canvas';
2
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  id?: ComponentNode["id"];
4
4
  data?: LinkProps;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
6
  id?: ComponentNode["id"];
7
7
  data?: LinkProps;
8
- }>>>, {}, {}>;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
@@ -1,18 +1,9 @@
1
1
  import { LinkProps } from '@canvas-builder/types/canvas';
2
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  id: string;
4
4
  data: LinkProps | null;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
6
  id: string;
7
7
  data: LinkProps | null;
8
- }>>>, {}, {}>;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
@@ -1,53 +1,24 @@
1
1
  import { LinkProps, ComponentNode } from '@canvas-builder/types/canvas';
2
2
  import { CanvasRetrieve } from '../../../../../../types/openapi';
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  id: ComponentNode["id"];
5
5
  data?: LinkProps;
6
6
  when_used_in_section?: ComponentNode["when_used_in_section"];
7
7
  usedInSectionId?: CanvasRetrieve["id"];
8
8
  visible?: ComponentNode["visible"];
9
9
  tracking_id?: string;
10
- }>, {
11
- when_used_in_section: () => {
12
- is_editable: boolean;
13
- is_removable: boolean;
14
- };
15
- usedInSectionId: string;
16
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
17
11
  id: ComponentNode["id"];
18
12
  data?: LinkProps;
19
13
  when_used_in_section?: ComponentNode["when_used_in_section"];
20
14
  usedInSectionId?: CanvasRetrieve["id"];
21
15
  visible?: ComponentNode["visible"];
22
16
  tracking_id?: string;
23
- }>, {
24
- when_used_in_section: () => {
25
- is_editable: boolean;
26
- is_removable: boolean;
27
- };
28
- usedInSectionId: string;
29
- }>>>, {
17
+ }> & Readonly<{}>, {
30
18
  when_used_in_section: {
31
19
  is_editable: boolean;
32
20
  is_removable: boolean;
33
21
  };
34
22
  usedInSectionId: CanvasRetrieve["id"];
35
- }, {}>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
36
24
  export default _default;
37
- type __VLS_WithDefaults<P, D> = {
38
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
- default: D[K];
40
- }> : P[K];
41
- };
42
- type __VLS_Prettify<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
45
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
- type __VLS_TypePropsToOption<T> = {
47
- [K in keyof T]-?: {} extends Pick<T, K> ? {
48
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
49
- } : {
50
- type: import('vue').PropType<T[K]>;
51
- required: true;
52
- };
53
- };
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
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>;
2
2
  export default _default;
@@ -1,35 +1,14 @@
1
1
  import { CSSProperties } from 'vue';
2
2
  import { MultimediaProps } from '@canvas-builder/types/canvas';
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  data: MultimediaProps;
5
5
  lazy: boolean;
6
6
  style?: CSSProperties;
7
- }>, {
8
- lazy: boolean;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
10
8
  data: MultimediaProps;
11
9
  lazy: boolean;
12
10
  style?: CSSProperties;
13
- }>, {
14
- lazy: boolean;
15
- }>>>, {
11
+ }> & Readonly<{}>, {
16
12
  lazy: boolean;
17
- }, {}>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
14
  export default _default;
19
- type __VLS_WithDefaults<P, D> = {
20
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
21
- default: D[K];
22
- }> : P[K];
23
- };
24
- type __VLS_Prettify<T> = {
25
- [K in keyof T]: T[K];
26
- } & {};
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToOption<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
@@ -1,23 +1,14 @@
1
1
  import { CanvasRetrieve } from '../../../../../../types/openapi';
2
2
  import { MultimediaProps } from '@canvas-builder/types/canvas';
3
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  id: string;
5
5
  usedInSectionId?: CanvasRetrieve["id"];
6
6
  data?: MultimediaProps;
7
- }>, {
8
- isBusy: import('vue').Ref<boolean>;
9
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
7
+ }, {
8
+ isBusy: import('vue').Ref<boolean, boolean>;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
10
10
  id: string;
11
11
  usedInSectionId?: CanvasRetrieve["id"];
12
12
  data?: MultimediaProps;
13
- }>>>, {}, {}>;
13
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToOption<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
@@ -1,7 +1,7 @@
1
1
  import { CSSProperties } from 'vue';
2
2
  import { MultimediaProps, ComponentNode } from '@canvas-builder/types/canvas';
3
3
  import { CanvasRetrieve } from '../../../../../../types/openapi';
4
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
+ declare const _default: import('vue').DefineComponent<{
5
5
  id: ComponentNode["id"];
6
6
  data: MultimediaProps;
7
7
  when_used_in_section?: ComponentNode["when_used_in_section"];
@@ -9,15 +9,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
9
9
  visible?: ComponentNode["visible"];
10
10
  tracking_id?: string;
11
11
  style?: CSSProperties;
12
- }>, {
13
- when_used_in_section: () => {
14
- is_editable: boolean;
15
- is_removable: boolean;
16
- };
17
- usedInSectionId: string;
18
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
- style: (s: CSSProperties) => void;
20
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ style: (s: CSSProperties) => any;
14
+ }, string, import('vue').PublicProps, Readonly<{
21
15
  id: ComponentNode["id"];
22
16
  data: MultimediaProps;
23
17
  when_used_in_section?: ComponentNode["when_used_in_section"];
@@ -25,36 +19,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
25
19
  visible?: ComponentNode["visible"];
26
20
  tracking_id?: string;
27
21
  style?: CSSProperties;
28
- }>, {
29
- when_used_in_section: () => {
30
- is_editable: boolean;
31
- is_removable: boolean;
32
- };
33
- usedInSectionId: string;
34
- }>>> & {
22
+ }> & Readonly<{
35
23
  onStyle?: ((s: CSSProperties) => any) | undefined;
36
- }, {
24
+ }>, {
37
25
  when_used_in_section: {
38
26
  is_editable: boolean;
39
27
  is_removable: boolean;
40
28
  };
41
29
  usedInSectionId: CanvasRetrieve["id"];
42
- }, {}>;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
43
31
  export default _default;
44
- type __VLS_WithDefaults<P, D> = {
45
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
- default: D[K];
47
- }> : P[K];
48
- };
49
- type __VLS_Prettify<T> = {
50
- [K in keyof T]: T[K];
51
- } & {};
52
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
- type __VLS_TypePropsToOption<T> = {
54
- [K in keyof T]-?: {} extends Pick<T, K> ? {
55
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
56
- } : {
57
- type: import('vue').PropType<T[K]>;
58
- required: true;
59
- };
60
- };
@@ -1,18 +1,9 @@
1
1
  import { PageProps } from '@canvas-builder/types/canvas';
2
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  id: string;
4
4
  data: PageProps;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
6
  id: string;
7
7
  data: PageProps;
8
- }>>>, {}, {}>;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
@@ -1,10 +1,15 @@
1
1
  import { CanvasRetrieve } from '../../../../../../types/openapi';
2
2
  import { ComponentNode, PageProps } from '@canvas-builder/types/canvas';
3
3
  declare function __VLS_template(): {
4
- default?(_: {}): any;
5
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ attrs: Partial<{}>;
6
10
  };
7
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<{
8
13
  id: string;
9
14
  data?: PageProps;
10
15
  when_used_in_section?: ComponentNode["when_used_in_section"];
@@ -12,13 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
12
17
  visible?: ComponentNode["visible"];
13
18
  tracking_id?: string;
14
19
  children?: ComponentNode[];
15
- }>, {
16
- when_used_in_section: () => {
17
- is_editable: boolean;
18
- is_removable: boolean;
19
- };
20
- usedInSectionId: string;
21
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
20
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
22
21
  id: string;
23
22
  data?: PageProps;
24
23
  when_used_in_section?: ComponentNode["when_used_in_section"];
@@ -26,40 +25,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
26
25
  visible?: ComponentNode["visible"];
27
26
  tracking_id?: string;
28
27
  children?: ComponentNode[];
29
- }>, {
30
- when_used_in_section: () => {
31
- is_editable: boolean;
32
- is_removable: boolean;
33
- };
34
- usedInSectionId: string;
35
- }>>>, {
28
+ }> & Readonly<{}>, {
36
29
  when_used_in_section: {
37
30
  is_editable: boolean;
38
31
  is_removable: boolean;
39
32
  };
40
33
  usedInSectionId: CanvasRetrieve["id"];
41
- }, {}>;
42
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
35
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
36
  export default _default;
44
- type __VLS_WithDefaults<P, D> = {
45
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
- default: D[K];
47
- }> : P[K];
48
- };
49
- type __VLS_Prettify<T> = {
50
- [K in keyof T]: T[K];
51
- } & {};
52
37
  type __VLS_WithTemplateSlots<T, S> = T & {
53
38
  new (): {
54
39
  $slots: S;
55
40
  };
56
41
  };
57
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
- type __VLS_TypePropsToOption<T> = {
59
- [K in keyof T]-?: {} extends Pick<T, K> ? {
60
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
61
- } : {
62
- type: import('vue').PropType<T[K]>;
63
- required: true;
64
- };
65
- };
@@ -1,30 +1,13 @@
1
1
  import { ComponentNode, PageBreakProps } from '@canvas-builder/types/canvas';
2
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  id: ComponentNode["id"];
4
4
  data: PageBreakProps;
5
5
  visible?: ComponentNode["visible"];
6
6
  tracking_id?: string;
7
- }>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
8
  id: ComponentNode["id"];
9
9
  data: PageBreakProps;
10
10
  visible?: ComponentNode["visible"];
11
11
  tracking_id?: string;
12
- }>, {}>>>, {}, {}>;
12
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
13
  export default _default;
14
- type __VLS_WithDefaults<P, D> = {
15
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
- default: D[K];
17
- }> : P[K];
18
- };
19
- type __VLS_Prettify<T> = {
20
- [K in keyof T]: T[K];
21
- } & {};
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToOption<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
2
  declare const _default: import('vue').DefineComponent<{}, {
3
- isBusy: Ref<boolean>;
4
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
3
+ isBusy: Ref<boolean, boolean>;
4
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
5
  export default _default;
@@ -1,28 +1,19 @@
1
1
  import { CSSProperties } from 'vue';
2
2
  import { SectionListProps, ComponentNode } from '@canvas-builder/types/canvas';
3
3
  declare function onSectionSelectorToggle(): void;
4
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
4
+ declare const _default: import('vue').DefineComponent<{
5
5
  id: ComponentNode["id"];
6
6
  data: SectionListProps;
7
7
  sectionListName?: string;
8
8
  previewMode?: boolean;
9
9
  style?: CSSProperties;
10
- }>, {
10
+ }, {
11
11
  toggleSectionSelector: typeof onSectionSelectorToggle;
12
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
13
  id: ComponentNode["id"];
14
14
  data: SectionListProps;
15
15
  sectionListName?: string;
16
16
  previewMode?: boolean;
17
17
  style?: CSSProperties;
18
- }>>>, {}, {}>;
18
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
19
  export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToOption<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
27
- };
28
- };
@@ -1,31 +1,22 @@
1
1
  import { CSSProperties } from 'vue';
2
2
  import { SectionListProps, ComponentNode } from '@canvas-builder/types/canvas';
3
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  id: ComponentNode["id"];
5
5
  data: SectionListProps;
6
6
  tracking_id: string;
7
7
  visible?: ComponentNode["visible"];
8
8
  allow_admins_to_overwrite?: boolean;
9
9
  style?: CSSProperties;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- style: (s: CSSProperties) => void;
12
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
10
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ style: (s: CSSProperties) => any;
12
+ }, string, import('vue').PublicProps, Readonly<{
13
13
  id: ComponentNode["id"];
14
14
  data: SectionListProps;
15
15
  tracking_id: string;
16
16
  visible?: ComponentNode["visible"];
17
17
  allow_admins_to_overwrite?: boolean;
18
18
  style?: CSSProperties;
19
- }>>> & {
19
+ }> & Readonly<{
20
20
  onStyle?: ((s: CSSProperties) => any) | undefined;
21
- }, {}, {}>;
21
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
22
  export default _default;
23
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- type __VLS_TypePropsToOption<T> = {
25
- [K in keyof T]-?: {} extends Pick<T, K> ? {
26
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
- } : {
28
- type: import('vue').PropType<T[K]>;
29
- required: true;
30
- };
31
- };
@@ -1,39 +1,18 @@
1
1
  import { ComponentNode } from '@canvas-builder/types/canvas';
2
2
  import { CanvasSection } from '../../../../../../types/openapi';
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  id: ComponentNode["id"];
5
5
  sections?: CanvasSection[];
6
6
  onSectionElementVisibility?: (isVisible: boolean, c: ComponentNode) => void;
7
7
  onSectionVisibility?: (isVisible: boolean, section: CanvasSection) => void;
8
8
  sectionListName?: string;
9
- }>, {
10
- sections: () => never[];
11
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
12
10
  id: ComponentNode["id"];
13
11
  sections?: CanvasSection[];
14
12
  onSectionElementVisibility?: (isVisible: boolean, c: ComponentNode) => void;
15
13
  onSectionVisibility?: (isVisible: boolean, section: CanvasSection) => void;
16
14
  sectionListName?: string;
17
- }>, {
18
- sections: () => never[];
19
- }>>>, {
15
+ }> & Readonly<{}>, {
20
16
  sections: CanvasSection[];
21
- }, {}>;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
18
  export default _default;
23
- type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
- default: D[K];
26
- }> : P[K];
27
- };
28
- type __VLS_Prettify<T> = {
29
- [K in keyof T]: T[K];
30
- } & {};
31
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
- type __VLS_TypePropsToOption<T> = {
33
- [K in keyof T]-?: {} extends Pick<T, K> ? {
34
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
- } : {
36
- type: import('vue').PropType<T[K]>;
37
- required: true;
38
- };
39
- };
@@ -1,22 +1,13 @@
1
1
  import { CanvasRetrieve } from '../../../../../../types/openapi';
2
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  recommendation: CanvasRetrieve;
4
4
  modelValue: boolean;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
- "update:modelValue": (v: boolean) => void;
7
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
+ "update:modelValue": (v: boolean) => any;
7
+ }, string, import('vue').PublicProps, Readonly<{
8
8
  recommendation: CanvasRetrieve;
9
9
  modelValue: boolean;
10
- }>>> & {
10
+ }> & Readonly<{
11
11
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
12
- }, {}, {}>;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
@@ -0,0 +1,18 @@
1
+ import { CanvasRetrieve } from '../../../../../../types/openapi';
2
+ import { PaginatedData } from '../../../../../types/paginatedData';
3
+ import { InstanceSettings } from '../../../../../types/instanceSettings.types';
4
+ import { OrganizationSettings } from '../../../../../types/organizationSettings.types';
5
+ export declare function getPreviewUrl(url: string, pitcherSettings?: OrganizationSettings & InstanceSettings): string;
6
+ export declare function fetchSectionsWithPipeMultiSearch({ listCanvases, search, pageSize, currentPage, filters, sectionIds, pitcherSettings, }: {
7
+ listCanvases?: (params: any) => Promise<PaginatedData<CanvasRetrieve>>;
8
+ search: string;
9
+ pageSize: number;
10
+ currentPage: number;
11
+ filters: Record<string, any>;
12
+ sectionIds: string[] | null;
13
+ pitcherSettings?: OrganizationSettings & InstanceSettings;
14
+ }): Promise<{
15
+ availableSections: CanvasRetrieve[];
16
+ availableSectionsTotalCount: number;
17
+ firstPageTotalDisplayedSections: number;
18
+ }>;