@pitcher/js-api 1.26.0-beta.1 → 1.26.0-beta.11

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 (299) hide show
  1. package/impact-js-api.spec.json +15 -0
  2. package/js-api.esm.js +440 -12
  3. package/js-api.esm.js.map +1 -1
  4. package/js-api.umd.min.js +10 -10
  5. package/js-api.umd.min.js.map +1 -1
  6. package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +148 -36
  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 +3 -1
  11. package/lib/apps/browser/appTypes.d.ts +4 -0
  12. package/lib/apps/browser/components/Content/ActionsToolbar/BulkShareboxWarningModal.vue.d.ts +15 -0
  13. package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
  14. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +11 -7
  15. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +5 -1
  16. package/lib/apps/browser/stores/api.d.ts +51 -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.vue.d.ts +317 -261
  21. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +148 -36
  22. package/lib/apps/canvas-builder/components/container/AnnotationMenu/AnnotationMenu.vue.d.ts +60 -0
  23. package/lib/apps/canvas-builder/components/container/CanvasContent/AnnotationContent.vue.d.ts +8 -0
  24. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +2 -2
  25. package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +21 -9
  26. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +13 -0
  27. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +7 -0
  28. package/lib/apps/canvas-builder/components/container/EditableComponent/{EditableComponentRevamp.vue.d.ts → EditableComponentContent.vue.d.ts} +15 -0
  29. package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +4 -0
  30. package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +5 -1
  31. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +162 -37
  32. package/lib/apps/canvas-builder/components/container/PopupApps/AdaptivePopupAppsButtons.vue.d.ts +17 -0
  33. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +2 -2
  34. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +2 -0
  35. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +20 -20
  36. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.raw.vue.d.ts +30 -0
  37. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +76 -0
  38. package/lib/apps/canvas-builder/components/ui/ContentList/ContentListItems.vue.d.ts +21 -0
  39. package/lib/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +11 -0
  40. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.edit.vue.d.ts +2 -0
  41. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.header.vue.d.ts +19 -0
  42. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.vue.d.ts +13 -0
  43. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.settings.vue.d.ts +10 -0
  44. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.utils.d.ts +32 -0
  45. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +27 -0
  46. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +4 -0
  47. package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +87 -8
  48. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.utils.d.ts +16 -0
  49. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +1 -0
  50. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +13 -9
  51. package/lib/apps/canvas-builder/components/ui/Html/CAiHtmlActions.vue.d.ts +23 -0
  52. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +1 -0
  53. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +2 -2
  54. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +2 -2
  55. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +2 -2
  56. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +2 -2
  57. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +11 -7
  58. package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +6 -2
  59. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +7 -7
  60. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +154 -0
  61. package/lib/apps/canvas-builder/composables/useAnnotation.d.ts +29 -0
  62. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +1815 -286
  63. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +192 -18
  64. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +4 -2
  65. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +184 -4
  66. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +9 -9
  67. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
  68. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +21 -4
  69. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -1
  70. package/lib/apps/canvas-builder/composables/useControlBarCollapse.d.ts +8 -0
  71. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -2
  72. package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +5 -0
  73. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +1 -0
  74. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +0 -6
  75. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -4
  76. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +4 -4
  77. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +98 -0
  78. package/lib/apps/canvas-builder/composables/useScribbleToolbar.d.ts +11 -0
  79. package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -0
  80. package/lib/apps/canvas-builder/composables/useTemporaryContext.d.ts +14 -0
  81. package/lib/apps/canvas-builder/constants/theme.const.d.ts +34 -0
  82. package/lib/apps/canvas-builder/types/canvas.d.ts +71 -2
  83. package/lib/apps/canvas-builder/util/canvas.util.d.ts +5 -4
  84. package/lib/apps/canvas-builder/util/iframe.util.d.ts +16 -0
  85. package/lib/apps/canvas-builder/util/print.util.d.ts +22 -0
  86. package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +171 -1
  87. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +160 -1
  88. package/lib/apps/canvas-selector/stores/app.d.ts +28 -28
  89. package/lib/apps/collection-player/App.vue.d.ts +1 -0
  90. package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +5 -1
  91. package/lib/apps/collection-player/stores/app.store.d.ts +3 -0
  92. package/lib/apps/collection-player/types/collection-player.type.d.ts +17 -0
  93. package/lib/apps/collection-selector/App.vue.d.ts +7 -7
  94. package/lib/apps/collection-selector/stores/app.store.d.ts +4 -2
  95. package/lib/apps/collection-selector/utils/content-selector-adapter.util.d.ts +16 -7
  96. package/lib/apps/collection-selector/utils/data.util.d.ts +4 -4
  97. package/lib/apps/content-selector/App.vue.d.ts +2 -0
  98. package/lib/apps/content-selector/components/Assets.vue.d.ts +2 -2
  99. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +1 -0
  100. package/lib/apps/content-selector/components/Content.vue.d.ts +74 -1
  101. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +12 -2
  102. package/lib/apps/content-selector/stores/app.d.ts +16 -1
  103. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +4 -1
  104. package/lib/apps/ppt-conversion-selector/utils/thumbnail.util.d.ts +1 -0
  105. package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +18 -0
  106. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +2 -0
  107. package/lib/components/CCarousel/CCarousel.vue.d.ts +118 -20
  108. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +9 -6
  109. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +7 -5
  110. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +4 -0
  111. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +7 -0
  112. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +56 -3
  113. package/lib/components/CContentError/CContentError.vue.d.ts +9 -0
  114. package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +3 -0
  115. package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +2 -2
  116. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +10 -8
  117. package/lib/components/CDataTable/CDataTable.vue.d.ts +876 -100
  118. package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +6 -0
  119. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +5 -9
  120. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +0 -5
  121. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +3 -2
  122. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +2 -6
  123. package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +1 -0
  124. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +11 -7
  125. package/lib/components/CImage/CImage.vue.d.ts +110 -20
  126. package/lib/components/CInput/CInput.vue.d.ts +148 -36
  127. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +1 -1
  128. package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +2 -0
  129. package/lib/components/CPdfDimensionsSelector/CPdfDimensionsSelector.vue.d.ts +27 -0
  130. package/lib/components/CPillSelect/CPillSelect.vue.d.ts +14 -0
  131. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +1 -1
  132. package/lib/components/CProcessingOverlay/CProcessingOverlay.vue.d.ts +19 -0
  133. package/lib/components/CRenameModal/CRenameModal.vue.d.ts +28 -0
  134. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +290 -80
  135. package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +468 -130
  136. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +288 -80
  137. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +148 -36
  138. package/lib/components/CSectionSelectionActions/CSectionSelectionActions.vue.d.ts +19 -0
  139. package/lib/components/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +27 -1
  140. package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +11 -0
  141. package/lib/components/CSlideViewer/CSlideViewer.pdfjs.vue.d.ts +18 -0
  142. package/lib/components/CSlideViewer/CSlideViewer.pspdfkit.vue.d.ts +14 -0
  143. package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +2 -7
  144. package/lib/components/CTable/CTable.vue.d.ts +6 -5
  145. package/lib/components/CTableInput/CTableInput.vue.d.ts +296 -72
  146. package/lib/components/CTableTag/CTableTag.vue.d.ts +290 -38
  147. package/lib/components/CTags/CTags.vue.d.ts +290 -38
  148. package/lib/components/CTemplateAccessInfo/CTemplateAccessInfo.vue.d.ts +25 -0
  149. package/lib/components/CTemplateAccessManage/CTemplateAccessManage.vue.d.ts +26 -0
  150. package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +2 -2
  151. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +109 -30
  152. package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +440 -0
  153. package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +41 -0
  154. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +46 -60
  155. package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +13 -19
  156. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +21 -17
  157. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +2 -2
  158. package/lib/components/filters/CSearchFilter.vue.d.ts +3 -1
  159. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +11 -7
  160. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +2 -2
  161. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +176 -46
  162. package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +2 -0
  163. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +16 -12
  164. package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +1 -0
  165. package/lib/components/sections/CSectionManagement.vue.d.ts +26 -0
  166. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +7 -0
  167. package/lib/components/themes/CThemeManagement.vue.d.ts +98 -10
  168. package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +31 -3
  169. package/lib/composables/appsDb.use.d.ts +2 -2
  170. package/lib/composables/bulkActions.use.d.ts +2 -2
  171. package/lib/composables/useBroadcastRouteChange.d.ts +4 -0
  172. package/lib/composables/useCanvasStandardFilters.d.ts +35 -0
  173. package/lib/composables/useCollectionPlayerOverlay.d.ts +18 -0
  174. package/lib/composables/useDeleteUsedCanvasesConfirmation.d.ts +23 -0
  175. package/lib/composables/useFileDisplayHelpers.d.ts +6 -2
  176. package/lib/composables/useFileInfo.d.ts +30 -0
  177. package/lib/composables/useFilterSuggestions.d.ts +8 -16
  178. package/lib/composables/useFolderNameDescription.d.ts +25 -0
  179. package/lib/composables/useLegacyCollectionFileLoader.d.ts +31 -0
  180. package/lib/composables/useMetadataSearch.d.ts +1 -0
  181. package/lib/composables/usePolling.d.ts +23 -0
  182. package/lib/composables/useWindowEvents.d.ts +1 -0
  183. package/lib/constants/cdp.const.d.ts +5 -0
  184. package/lib/constants/dimensions.const.d.ts +23 -0
  185. package/lib/constants/tables.const.d.ts +1 -1
  186. package/lib/custom-naive-locales/it.d.ts +124 -0
  187. package/lib/custom-naive-locales/ja.d.ts +124 -0
  188. package/lib/custom-naive-locales/nl.d.ts +124 -0
  189. package/lib/custom-naive-locales/pt-br.d.ts +124 -0
  190. package/lib/custom-naive-locales/pt.d.ts +124 -0
  191. package/lib/custom-naive-locales/th.d.ts +124 -0
  192. package/lib/custom-naive-locales/zh.d.ts +124 -0
  193. package/lib/directives/vTrustedHtml.d.ts +6 -0
  194. package/lib/main.lib.d.ts +26 -3
  195. package/lib/sdk/api/HighLevelApi.d.ts +31 -2
  196. package/lib/sdk/api/modules/admin/canvas.admin.d.ts +24 -1
  197. package/lib/sdk/api/modules/admin/index.d.ts +1 -0
  198. package/lib/sdk/api/modules/admin/types.admin.d.ts +13 -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 +6 -1
  202. package/lib/sdk/api/modules/files.d.ts +12 -2
  203. package/lib/sdk/api/modules/query.d.ts +153 -1
  204. package/lib/sdk/api/modules/ui/canvas.ui.d.ts +35 -1
  205. package/lib/sdk/api/modules/ui/index.d.ts +1 -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 +61 -3
  209. package/lib/sdk/main.d.ts +63 -14
  210. package/lib/sdk/payload.types.d.ts +133 -0
  211. package/lib/sdk/peer-connectivity/index.d.ts +3 -0
  212. package/lib/sdk/peer-connectivity/peerConnectivity.constants.d.ts +13 -0
  213. package/lib/sdk/peer-connectivity/peerConnectivity.d.ts +3 -0
  214. package/lib/sdk/peer-connectivity/peerConnectivity.types.d.ts +35 -0
  215. package/lib/stores/sectionSmartFolderStore.d.ts +2 -0
  216. package/lib/theme/light.d.ts +113 -8
  217. package/lib/types/app.d.ts +7 -0
  218. package/lib/types/canvases.d.ts +3 -0
  219. package/lib/types/files.d.ts +2 -0
  220. package/lib/types/i18n.types.d.ts +1 -1
  221. package/lib/types/instanceSettings.types.d.ts +11 -1
  222. package/lib/types/launchDarkly.types.d.ts +2 -4
  223. package/lib/types/organizationMetadata.types.d.ts +3 -2
  224. package/lib/types/organizationSettings.types.d.ts +38 -3
  225. package/lib/types/sfdc.d.ts +1 -0
  226. package/lib/util/app.util.d.ts +46 -0
  227. package/lib/util/handlebars.d.ts +35 -0
  228. package/lib/util/soql.util.d.ts +2 -0
  229. package/lib/util/storage.util.d.ts +2 -0
  230. package/lib/util/string.d.ts +1 -1
  231. package/lib/util/toCssClassKey.d.ts +1 -0
  232. package/lib/utils/defaultThumbnail.util.d.ts +3 -0
  233. package/lib/utils/iframeInitialize.d.ts +12 -0
  234. package/package.json +1 -1
  235. package/types/openapi/index.d.ts +7 -0
  236. package/types/openapi/models/Account.d.ts +1 -1
  237. package/types/openapi/models/AccountRequest.d.ts +1 -1
  238. package/types/openapi/models/Canvas.d.ts +1 -1
  239. package/types/openapi/models/CanvasCreate.d.ts +2 -2
  240. package/types/openapi/models/CanvasCreateRequest.d.ts +2 -2
  241. package/types/openapi/models/CanvasRecommendedFile.d.ts +0 -2
  242. package/types/openapi/models/CanvasRetrieve.d.ts +2 -2
  243. package/types/openapi/models/CanvasSection.d.ts +1 -0
  244. package/types/openapi/models/CanvasUpdate.d.ts +2 -2
  245. package/types/openapi/models/CanvasUpdateRequest.d.ts +2 -2
  246. package/types/openapi/models/ContentDistributionGroup.d.ts +1 -0
  247. package/types/openapi/models/ContentDistributionGroupCreate.d.ts +1 -0
  248. package/types/openapi/models/DeletedCanvas.d.ts +1 -1
  249. package/types/openapi/models/DeletedContentDistributionGroup.d.ts +1 -0
  250. package/types/openapi/models/DeletedFile.d.ts +0 -2
  251. package/types/openapi/models/DeletedFolder.d.ts +4 -0
  252. package/types/openapi/models/DeletedInstance.d.ts +2 -0
  253. package/types/openapi/models/DeletedRegion.d.ts +12 -0
  254. package/types/openapi/models/FavoriteFolder.d.ts +3 -0
  255. package/types/openapi/models/FavoriteFolderRequest.d.ts +3 -0
  256. package/types/openapi/models/File.d.ts +0 -2
  257. package/types/openapi/models/FileCreate.d.ts +0 -2
  258. package/types/openapi/models/FileCreateRequest.d.ts +0 -1
  259. package/types/openapi/models/FileRetrieve.d.ts +0 -2
  260. package/types/openapi/models/FileUpdate.d.ts +0 -2
  261. package/types/openapi/models/FileUpdateRequest.d.ts +0 -1
  262. package/types/openapi/models/Folder.d.ts +4 -0
  263. package/types/openapi/models/FolderCreate.d.ts +5 -1
  264. package/types/openapi/models/FolderFile.d.ts +2 -0
  265. package/types/openapi/models/FolderFolder.d.ts +5 -0
  266. package/types/openapi/models/FolderRetrieve.d.ts +9 -1
  267. package/types/openapi/models/FolderUpdate.d.ts +5 -1
  268. package/types/openapi/models/Instance.d.ts +2 -0
  269. package/types/openapi/models/InstanceMembership.d.ts +4 -0
  270. package/types/openapi/models/InstanceMembershipCreate.d.ts +4 -0
  271. package/types/openapi/models/InstanceMembershipCreateRequest.d.ts +4 -0
  272. package/types/openapi/models/InstanceMembershipRequest.d.ts +4 -0
  273. package/types/openapi/models/InstanceMembershipUser.d.ts +1 -2
  274. package/types/openapi/models/InstanceRequest.d.ts +1 -0
  275. package/types/openapi/models/InstanceUpdate.d.ts +2 -0
  276. package/types/openapi/models/InstanceUpdateRequest.d.ts +1 -0
  277. package/types/openapi/models/MiniRegion.d.ts +4 -0
  278. package/types/openapi/models/MiniRegionRequest.d.ts +3 -0
  279. package/types/openapi/models/OfflineSyncFolder.d.ts +1 -0
  280. package/types/openapi/models/OrganizationAnalyticsInstance.d.ts +2 -0
  281. package/types/openapi/models/OrganizationAnalyticsTop3Instances.d.ts +2 -0
  282. package/types/openapi/models/PaginatedRegionList.d.ts +7 -0
  283. package/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +2 -2
  284. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +0 -1
  285. package/types/openapi/models/PatchedInstanceMembershipRequest.d.ts +4 -0
  286. package/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +1 -0
  287. package/types/openapi/models/PatchedRegionRequest.d.ts +3 -0
  288. package/types/openapi/models/Region.d.ts +10 -0
  289. package/types/openapi/models/RegionRequest.d.ts +3 -0
  290. package/types/openapi/models/SharedLinkCanvas.d.ts +1 -1
  291. package/types/openapi/models/SharedLinkCanvasRequest.d.ts +1 -1
  292. package/types/openapi/models/User.d.ts +4 -0
  293. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +0 -111
  294. package/lib/components/CFileViewer/pdf/CFileViewer.pageThumbFavorite.pdf.use.d.ts +0 -10
  295. package/lib/components/CImage/CBrokenImage.vue.d.ts +0 -10
  296. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +0 -59
  297. package/lib/directives/usage-track.directive.d.ts +0 -10
  298. package/lib/util/usage-tracking.util.d.ts +0 -5
  299. /package/lib/apps/canvas-builder/components/{ui/SectionList/SectionSearch.vue.d.ts → container/Search/Search.vue.d.ts} +0 -0
@@ -41,7 +41,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
41
41
  pair: BooleanConstructor;
42
42
  separator: StringConstructor;
43
43
  readonly: {
44
- type: (BooleanConstructor | StringConstructor)[];
44
+ type: (StringConstructor | BooleanConstructor)[];
45
45
  default: boolean;
46
46
  };
47
47
  passivelyActivated: BooleanConstructor;
@@ -157,7 +157,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
157
157
  paddingMedium: string;
158
158
  paddingLarge: string;
159
159
  clearSize: string;
160
- }, any>>;
160
+ }, {
161
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
162
+ height: string;
163
+ width: string;
164
+ borderRadius: string;
165
+ color: string;
166
+ colorHover: string;
167
+ railInsetHorizontalBottom: string;
168
+ railInsetHorizontalTop: string;
169
+ railInsetVerticalRight: string;
170
+ railInsetVerticalLeft: string;
171
+ railColor: string;
172
+ }, any>;
173
+ }>>;
161
174
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
162
175
  fontWeight: string;
163
176
  countTextColorDisabled: string;
@@ -219,7 +232,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
219
232
  paddingMedium: string;
220
233
  paddingLarge: string;
221
234
  clearSize: string;
222
- }, any>>>;
235
+ }, {
236
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
237
+ height: string;
238
+ width: string;
239
+ borderRadius: string;
240
+ color: string;
241
+ colorHover: string;
242
+ railInsetHorizontalBottom: string;
243
+ railInsetHorizontalTop: string;
244
+ railInsetVerticalRight: string;
245
+ railInsetVerticalLeft: string;
246
+ railColor: string;
247
+ }, any>;
248
+ }>>>;
223
249
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
224
250
  fontWeight: string;
225
251
  countTextColorDisabled: string;
@@ -281,7 +307,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
281
307
  paddingMedium: string;
282
308
  paddingLarge: string;
283
309
  clearSize: string;
284
- }, any>>>;
310
+ }, {
311
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
312
+ height: string;
313
+ width: string;
314
+ borderRadius: string;
315
+ color: string;
316
+ colorHover: string;
317
+ railInsetHorizontalBottom: string;
318
+ railInsetHorizontalTop: string;
319
+ railInsetVerticalRight: string;
320
+ railInsetVerticalLeft: string;
321
+ railColor: string;
322
+ }, any>;
323
+ }>>>;
285
324
  }>> & Readonly<{}>, {
286
325
  wrapperElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
287
326
  inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
@@ -316,14 +355,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
316
355
  uncontrolledValue: import('vue').Ref<string | [string, string] | null, string | [string, string] | null>;
317
356
  mergedValue: import('vue').ComputedRef<string | [string, string] | null>;
318
357
  passwordVisible: import('vue').Ref<boolean, boolean>;
319
- mergedPlaceholder: import('vue').ComputedRef<[string] | [string, string]>;
358
+ mergedPlaceholder: import('vue').ComputedRef<[string, string] | [string]>;
320
359
  showPlaceholder1: import('vue').ComputedRef<string | false>;
321
360
  showPlaceholder2: import('vue').ComputedRef<boolean | "" | undefined>;
322
361
  mergedFocus: import('vue').ComputedRef<boolean>;
323
362
  isComposing: import('vue').Ref<boolean, boolean>;
324
363
  activated: import('vue').Ref<boolean, boolean>;
325
364
  showClearButton: import('vue').ComputedRef<boolean>;
326
- mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
365
+ mergedSize: import('vue').ComputedRef<"tiny" | "small" | "medium" | "large">;
327
366
  mergedDisabled: import('vue').ComputedRef<boolean>;
328
367
  textDecorationStyle: import('vue').ComputedRef<string[] | {
329
368
  textDecoration: string;
@@ -424,9 +463,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
424
463
  paddingLarge: string;
425
464
  clearSize: string;
426
465
  };
427
- peers: any;
466
+ peers: {
467
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
468
+ height: string;
469
+ width: string;
470
+ borderRadius: string;
471
+ color: string;
472
+ colorHover: string;
473
+ railInsetHorizontalBottom: string;
474
+ railInsetHorizontalTop: string;
475
+ railInsetVerticalRight: string;
476
+ railInsetVerticalLeft: string;
477
+ railColor: string;
478
+ }, any>;
479
+ };
428
480
  peerOverrides: {
429
- [x: string]: any;
481
+ Scrollbar?: {
482
+ peers?: {
483
+ [x: string]: any;
484
+ } | undefined;
485
+ } | undefined;
430
486
  };
431
487
  }>;
432
488
  cssVars: import('vue').ComputedRef<{
@@ -491,24 +547,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
491
547
  deactivate: () => void;
492
548
  scrollTo: (options: ScrollToOptions) => void;
493
549
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
494
- type: "textarea" | "text" | "password";
495
- readonly: string | boolean;
496
550
  disabled: boolean | undefined;
497
- round: boolean;
498
- autofocus: boolean;
499
- loading: boolean;
500
- autosize: boolean | {
501
- minRows?: number;
502
- maxRows?: number;
503
- };
551
+ type: "text" | "textarea" | "password";
504
552
  bordered: boolean | undefined;
505
553
  clearable: boolean;
506
554
  defaultValue: string | [string, string] | null;
555
+ loading: boolean;
556
+ round: boolean;
507
557
  resizable: boolean;
558
+ stateful: boolean;
508
559
  pair: boolean;
509
560
  rows: string | number;
561
+ autosize: boolean | {
562
+ minRows?: number;
563
+ maxRows?: number;
564
+ };
565
+ readonly: string | boolean;
510
566
  passivelyActivated: boolean;
511
- stateful: boolean;
567
+ autofocus: boolean;
512
568
  showCount: boolean;
513
569
  attrSize: number;
514
570
  internalDeactivateOnEnter: boolean;
@@ -560,7 +616,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
560
616
  pair: BooleanConstructor;
561
617
  separator: StringConstructor;
562
618
  readonly: {
563
- type: (BooleanConstructor | StringConstructor)[];
619
+ type: (StringConstructor | BooleanConstructor)[];
564
620
  default: boolean;
565
621
  };
566
622
  passivelyActivated: BooleanConstructor;
@@ -676,7 +732,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
676
732
  paddingMedium: string;
677
733
  paddingLarge: string;
678
734
  clearSize: string;
679
- }, any>>;
735
+ }, {
736
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
737
+ height: string;
738
+ width: string;
739
+ borderRadius: string;
740
+ color: string;
741
+ colorHover: string;
742
+ railInsetHorizontalBottom: string;
743
+ railInsetHorizontalTop: string;
744
+ railInsetVerticalRight: string;
745
+ railInsetVerticalLeft: string;
746
+ railColor: string;
747
+ }, any>;
748
+ }>>;
680
749
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
681
750
  fontWeight: string;
682
751
  countTextColorDisabled: string;
@@ -738,7 +807,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
738
807
  paddingMedium: string;
739
808
  paddingLarge: string;
740
809
  clearSize: string;
741
- }, any>>>;
810
+ }, {
811
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
812
+ height: string;
813
+ width: string;
814
+ borderRadius: string;
815
+ color: string;
816
+ colorHover: string;
817
+ railInsetHorizontalBottom: string;
818
+ railInsetHorizontalTop: string;
819
+ railInsetVerticalRight: string;
820
+ railInsetVerticalLeft: string;
821
+ railColor: string;
822
+ }, any>;
823
+ }>>>;
742
824
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
743
825
  fontWeight: string;
744
826
  countTextColorDisabled: string;
@@ -800,7 +882,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
800
882
  paddingMedium: string;
801
883
  paddingLarge: string;
802
884
  clearSize: string;
803
- }, any>>>;
885
+ }, {
886
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
887
+ height: string;
888
+ width: string;
889
+ borderRadius: string;
890
+ color: string;
891
+ colorHover: string;
892
+ railInsetHorizontalBottom: string;
893
+ railInsetHorizontalTop: string;
894
+ railInsetVerticalRight: string;
895
+ railInsetVerticalLeft: string;
896
+ railColor: string;
897
+ }, any>;
898
+ }>>>;
804
899
  }>> & Readonly<{}>, {
805
900
  wrapperElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
806
901
  inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
@@ -835,14 +930,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
835
930
  uncontrolledValue: import('vue').Ref<string | [string, string] | null, string | [string, string] | null>;
836
931
  mergedValue: import('vue').ComputedRef<string | [string, string] | null>;
837
932
  passwordVisible: import('vue').Ref<boolean, boolean>;
838
- mergedPlaceholder: import('vue').ComputedRef<[string] | [string, string]>;
933
+ mergedPlaceholder: import('vue').ComputedRef<[string, string] | [string]>;
839
934
  showPlaceholder1: import('vue').ComputedRef<string | false>;
840
935
  showPlaceholder2: import('vue').ComputedRef<boolean | "" | undefined>;
841
936
  mergedFocus: import('vue').ComputedRef<boolean>;
842
937
  isComposing: import('vue').Ref<boolean, boolean>;
843
938
  activated: import('vue').Ref<boolean, boolean>;
844
939
  showClearButton: import('vue').ComputedRef<boolean>;
845
- mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
940
+ mergedSize: import('vue').ComputedRef<"tiny" | "small" | "medium" | "large">;
846
941
  mergedDisabled: import('vue').ComputedRef<boolean>;
847
942
  textDecorationStyle: import('vue').ComputedRef<string[] | {
848
943
  textDecoration: string;
@@ -943,9 +1038,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
943
1038
  paddingLarge: string;
944
1039
  clearSize: string;
945
1040
  };
946
- peers: any;
1041
+ peers: {
1042
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1043
+ height: string;
1044
+ width: string;
1045
+ borderRadius: string;
1046
+ color: string;
1047
+ colorHover: string;
1048
+ railInsetHorizontalBottom: string;
1049
+ railInsetHorizontalTop: string;
1050
+ railInsetVerticalRight: string;
1051
+ railInsetVerticalLeft: string;
1052
+ railColor: string;
1053
+ }, any>;
1054
+ };
947
1055
  peerOverrides: {
948
- [x: string]: any;
1056
+ Scrollbar?: {
1057
+ peers?: {
1058
+ [x: string]: any;
1059
+ } | undefined;
1060
+ } | undefined;
949
1061
  };
950
1062
  }>;
951
1063
  cssVars: import('vue').ComputedRef<{
@@ -1010,24 +1122,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1010
1122
  deactivate: () => void;
1011
1123
  scrollTo: (options: ScrollToOptions) => void;
1012
1124
  }, {}, {}, {}, {
1013
- type: "textarea" | "text" | "password";
1014
- readonly: string | boolean;
1015
1125
  disabled: boolean | undefined;
1016
- round: boolean;
1017
- autofocus: boolean;
1018
- loading: boolean;
1019
- autosize: boolean | {
1020
- minRows?: number;
1021
- maxRows?: number;
1022
- };
1126
+ type: "text" | "textarea" | "password";
1023
1127
  bordered: boolean | undefined;
1024
1128
  clearable: boolean;
1025
1129
  defaultValue: string | [string, string] | null;
1130
+ loading: boolean;
1131
+ round: boolean;
1026
1132
  resizable: boolean;
1133
+ stateful: boolean;
1027
1134
  pair: boolean;
1028
1135
  rows: string | number;
1136
+ autosize: boolean | {
1137
+ minRows?: number;
1138
+ maxRows?: number;
1139
+ };
1140
+ readonly: string | boolean;
1029
1141
  passivelyActivated: boolean;
1030
- stateful: boolean;
1142
+ autofocus: boolean;
1031
1143
  showCount: boolean;
1032
1144
  attrSize: number;
1033
1145
  internalDeactivateOnEnter: boolean;
@@ -0,0 +1,60 @@
1
+ type __VLS_Props = {
2
+ circle?: boolean;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
5
+ annotationMenuRef: ({
6
+ $: import('vue').ComponentInternalInstance;
7
+ $data: {};
8
+ $props: {
9
+ readonly iconPlacement?: "left" | "right" | undefined;
10
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
11
+ $attrs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $refs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $slots: Readonly<{
18
+ [name: string]: import('vue').Slot<any> | undefined;
19
+ }>;
20
+ $root: import('vue').ComponentPublicInstance | null;
21
+ $parent: import('vue').ComponentPublicInstance | null;
22
+ $host: Element | null;
23
+ $emit: (event: string, ...args: any[]) => void;
24
+ $el: any;
25
+ $options: import('vue').ComponentOptionsBase<Readonly<{
26
+ iconPlacement?: "left" | "right";
27
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
28
+ iconPlacement: "left" | "right";
29
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
30
+ beforeCreate?: (() => void) | (() => void)[];
31
+ created?: (() => void) | (() => void)[];
32
+ beforeMount?: (() => void) | (() => void)[];
33
+ mounted?: (() => void) | (() => void)[];
34
+ beforeUpdate?: (() => void) | (() => void)[];
35
+ updated?: (() => void) | (() => void)[];
36
+ activated?: (() => void) | (() => void)[];
37
+ deactivated?: (() => void) | (() => void)[];
38
+ beforeDestroy?: (() => void) | (() => void)[];
39
+ beforeUnmount?: (() => void) | (() => void)[];
40
+ destroyed?: (() => void) | (() => void)[];
41
+ unmounted?: (() => void) | (() => void)[];
42
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
43
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
44
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
45
+ };
46
+ $forceUpdate: () => void;
47
+ $nextTick: typeof import('vue').nextTick;
48
+ $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;
49
+ } & Readonly<{
50
+ iconPlacement: "left" | "right";
51
+ }> & Omit<Readonly<{
52
+ iconPlacement?: "left" | "right";
53
+ }> & Readonly<{}>, "iconPlacement"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
54
+ $slots: {
55
+ icon?(_: {}): any;
56
+ default?(_: {}): any;
57
+ };
58
+ }) | null;
59
+ }, any>;
60
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
+ repaint: () => any;
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
+ onRepaint?: (() => any) | undefined;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
6
+ editorContainer: HTMLDivElement;
7
+ }, any>;
8
+ export default _default;
@@ -222,7 +222,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
222
222
  themeClass: import('vue').Ref<string, string> | undefined;
223
223
  onRender: (() => void) | undefined;
224
224
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
225
- position: "static" | "absolute";
225
+ position: "absolute" | "static";
226
226
  contentStyle: string | import('vue').CSSProperties;
227
227
  embedded: boolean;
228
228
  nativeScrollbar: boolean;
@@ -457,7 +457,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
457
457
  themeClass: import('vue').Ref<string, string> | undefined;
458
458
  onRender: (() => void) | undefined;
459
459
  }, {}, {}, {}, {
460
- position: "static" | "absolute";
460
+ position: "absolute" | "static";
461
461
  contentStyle: string | import('vue').CSSProperties;
462
462
  embedded: boolean;
463
463
  nativeScrollbar: boolean;
@@ -1,21 +1,27 @@
1
1
  import { CSSProperties } from 'vue';
2
- import { ComponentTypes, ComponentNode } from '../../../types/canvas';
3
2
  interface Props {
4
- page: ComponentNode[];
5
3
  isScaleContentEnabled?: boolean;
6
4
  aspectRatioStyle: CSSProperties | undefined;
7
- componentMap: Record<ComponentTypes, any>;
8
- getChildComponentStyle: (parent: ComponentNode, child: ComponentNode, index: number) => CSSProperties;
9
- getComponentBindings: (component: ComponentNode) => any;
10
- getTopLevelComponentStyle: (page: ComponentNode[], component: ComponentNode, index: number) => CSSProperties;
11
- onElementVisibility: (isVisible: boolean, component: ComponentNode) => void;
12
- shouldRenderComponentWrapper: (component: ComponentNode) => boolean | undefined;
13
5
  aspectRatio: {
14
6
  x: number;
15
7
  y: number;
16
8
  } | undefined;
17
9
  }
18
- declare const _default: import('vue').DefineComponent<Props, {
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ default?(_: {}): any;
15
+ };
16
+ refs: {
17
+ pageWrapperRef: HTMLDivElement;
18
+ pageContainerRef: HTMLDivElement;
19
+ pageContentRef: HTMLDivElement;
20
+ };
21
+ rootEl: HTMLDivElement;
22
+ };
23
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
+ declare const __VLS_component: import('vue').DefineComponent<Props, {
19
25
  pageWrapperRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
20
26
  pageContainerRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
21
27
  pageContentRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
@@ -24,4 +30,10 @@ declare const _default: import('vue').DefineComponent<Props, {
24
30
  pageContainerRef: HTMLDivElement;
25
31
  pageContentRef: HTMLDivElement;
26
32
  }, HTMLDivElement>;
33
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
34
  export default _default;
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -13,6 +13,7 @@ type __VLS_Props = {
13
13
  stylable?: boolean;
14
14
  collapsible?: boolean;
15
15
  showOnlyTopToolbar?: boolean;
16
+ showOnlyBottomToolbar?: boolean;
16
17
  immovable?: boolean;
17
18
  excludeStylables?: ThemeComponentOptionEnum[];
18
19
  add?: boolean;
@@ -30,6 +31,8 @@ type __VLS_Props = {
30
31
  resizable?: boolean;
31
32
  resizeHandles?: ResizeHandlePosition[];
32
33
  resizeMaintainAspectRatio?: boolean;
34
+ expiredContent?: boolean;
35
+ restrictedContent?: boolean;
33
36
  variants?: {
34
37
  title: string;
35
38
  options: DropdownOption[];
@@ -65,7 +68,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
65
68
  pageId?: string;
66
69
  thumbnailUrl?: string;
67
70
  }) => any;
71
+ "asset-change": (args_0: {
72
+ assetId: string;
73
+ }) => any;
68
74
  "variant-change": (variant: import('naive-ui/es/menu/src/interface').Key | undefined) => any;
75
+ "resize-start": () => any;
76
+ "resize-end": () => any;
69
77
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
70
78
  onAdd?: (() => any) | undefined;
71
79
  onRemove?: (() => any) | undefined;
@@ -85,7 +93,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
85
93
  pageId?: string;
86
94
  thumbnailUrl?: string;
87
95
  }) => any) | undefined;
96
+ "onAsset-change"?: ((args_0: {
97
+ assetId: string;
98
+ }) => any) | undefined;
88
99
  "onVariant-change"?: ((variant: import('naive-ui/es/menu/src/interface').Key | undefined) => any) | undefined;
100
+ "onResize-start"?: (() => any) | undefined;
101
+ "onResize-end"?: (() => any) | undefined;
89
102
  }>, {
90
103
  collapsible: boolean;
91
104
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
@@ -35,6 +35,7 @@ type __VLS_Props = {
35
35
  showActionSeparator: boolean;
36
36
  parentType?: ComponentTypes;
37
37
  borderRadius: ThemeBorderRadius;
38
+ to?: HTMLElement | string;
38
39
  };
39
40
  declare function __VLS_template(): {
40
41
  attrs: Partial<{}>;
@@ -62,6 +63,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
62
63
  pageId?: string;
63
64
  thumbnailUrl?: string;
64
65
  }) => any;
66
+ "asset-change": (args_0: {
67
+ assetId: string;
68
+ }) => any;
65
69
  updateHeight: (height?: string | null | undefined) => any;
66
70
  updatePadding: (padding: ThemePadding) => any;
67
71
  updateMarginBottom: (value: number | null) => any;
@@ -87,6 +91,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
87
91
  pageId?: string;
88
92
  thumbnailUrl?: string;
89
93
  }) => any) | undefined;
94
+ "onAsset-change"?: ((args_0: {
95
+ assetId: string;
96
+ }) => any) | undefined;
90
97
  onUpdateHeight?: ((height?: string | null | undefined) => any) | undefined;
91
98
  onUpdatePadding?: ((padding: ThemePadding) => any) | undefined;
92
99
  onUpdateMarginBottom?: ((value: number | null) => any) | undefined;
@@ -35,6 +35,10 @@ type __VLS_Props = {
35
35
  selected?: DropdownOption['key'];
36
36
  };
37
37
  showOnlyTopToolbar?: boolean;
38
+ to?: HTMLElement | string;
39
+ showOnlyBottomToolbar?: boolean;
40
+ expiredContent?: boolean;
41
+ restrictedContent?: boolean;
38
42
  };
39
43
  declare function __VLS_template(): {
40
44
  attrs: Partial<{}>;
@@ -69,7 +73,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
69
73
  pageId?: string;
70
74
  thumbnailUrl?: string;
71
75
  }) => any;
76
+ "asset-change": (args_0: {
77
+ assetId: string;
78
+ }) => any;
72
79
  "variant-change": (variant: import('naive-ui/es/menu/src/interface').Key | undefined) => any;
80
+ "resize-start": () => any;
81
+ "resize-end": () => any;
73
82
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
74
83
  onAdd?: (() => any) | undefined;
75
84
  onRemove?: (() => any) | undefined;
@@ -89,13 +98,19 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
89
98
  pageId?: string;
90
99
  thumbnailUrl?: string;
91
100
  }) => any) | undefined;
101
+ "onAsset-change"?: ((args_0: {
102
+ assetId: string;
103
+ }) => any) | undefined;
92
104
  "onVariant-change"?: ((variant: import('naive-ui/es/menu/src/interface').Key | undefined) => any) | undefined;
105
+ "onResize-start"?: (() => any) | undefined;
106
+ "onResize-end"?: (() => any) | undefined;
93
107
  }>, {
94
108
  resizable: boolean;
95
109
  collapsible: boolean;
96
110
  resizeHandles: ResizeHandlePosition[];
97
111
  resizeMaintainAspectRatio: boolean;
98
112
  showOnlyTopToolbar: boolean;
113
+ showOnlyBottomToolbar: boolean;
99
114
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
100
115
  componentRef: HTMLDivElement;
101
116
  topHandlerRef: HTMLDivElement;
@@ -11,8 +11,12 @@ type __VLS_Props = {
11
11
  };
12
12
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: Record<string, any>) => any;
14
+ "resize-start": () => any;
15
+ "resize-end": () => any;
14
16
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
17
  "onUpdate:modelValue"?: ((value: Record<string, any>) => any) | undefined;
18
+ "onResize-start"?: (() => any) | undefined;
19
+ "onResize-end"?: (() => any) | undefined;
16
20
  }>, {
17
21
  handles: ResizeHandlePosition[];
18
22
  maintainAspectRatio: boolean;
@@ -1,3 +1,6 @@
1
+ type __VLS_Props = {
2
+ collapsed?: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
2
5
  attrs: Partial<{}>;
3
6
  slots: {
@@ -5,12 +8,13 @@ declare function __VLS_template(): {
5
8
  top?(_: {}): any;
6
9
  middle?(_: {}): any;
7
10
  bottom?(_: {}): any;
11
+ toggle?(_: {}): any;
8
12
  };
9
13
  refs: {};
10
14
  rootEl: HTMLDivElement;
11
15
  };
12
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
19
  export default _default;
16
20
  type __VLS_WithTemplateSlots<T, S> = T & {