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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/js-api.esm.js +53 -7
  2. package/js-api.esm.js.map +1 -1
  3. package/js-api.umd.min.js +10 -10
  4. package/js-api.umd.min.js.map +1 -1
  5. package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +4 -4
  6. package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +2 -0
  7. package/lib/apps/assets-manager/App.vue.d.ts +75 -0
  8. package/lib/apps/assets-manager/AssetsTab.vue.d.ts +22 -0
  9. package/lib/apps/assets-manager/components/AssetGridItem.vue.d.ts +16 -0
  10. package/lib/apps/browser/App.vue.d.ts +7 -5
  11. package/lib/apps/browser/appTypes.d.ts +4 -0
  12. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +3 -0
  13. package/lib/apps/browser/components/Content/Common/SmartFolderListItem.vue.d.ts +4 -0
  14. package/lib/apps/browser/components/FileSmartFoldersToolbar.vue.d.ts +2 -2
  15. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +9 -5
  16. package/lib/apps/browser/stores/api.d.ts +32 -12
  17. package/lib/apps/browser/stores/app.d.ts +3 -0
  18. package/lib/apps/browser/stores/upload.d.ts +16 -20
  19. package/lib/apps/browser/types/actionKeys.d.ts +22 -0
  20. package/lib/apps/canvas-builder/App.helpers.d.ts +2 -1
  21. package/lib/apps/canvas-builder/App.vue.d.ts +308 -262
  22. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +4 -4
  23. package/lib/apps/canvas-builder/components/container/AnnotationMenu/AnnotationMenu.vue.d.ts +60 -0
  24. package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +12 -0
  25. package/lib/apps/canvas-builder/components/container/CanvasContent/AnnotationContent.vue.d.ts +8 -0
  26. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +4 -1
  27. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -0
  28. package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +13 -0
  29. package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +27 -0
  30. package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +1 -0
  31. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +1 -3
  32. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +23 -0
  33. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +19 -0
  34. package/lib/apps/canvas-builder/components/container/EditableComponent/{EditableComponentRevamp.vue.d.ts → EditableComponentContent.vue.d.ts} +25 -0
  35. package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +4 -0
  36. package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +4 -0
  37. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +5 -5
  38. package/lib/apps/canvas-builder/components/container/PopupApps/AdaptivePopupAppsButtons.vue.d.ts +17 -0
  39. package/lib/apps/canvas-builder/components/container/PopupApps/PopupAppsButtons.vue.d.ts +18 -0
  40. package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +1 -0
  41. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +2 -0
  42. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +1 -0
  43. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.utils.d.ts +16 -0
  44. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +1 -0
  45. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +9 -5
  46. package/lib/apps/canvas-builder/components/ui/Html/CAiHtmlActions.vue.d.ts +23 -0
  47. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +5 -2
  48. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +1 -0
  49. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +9 -5
  50. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +2 -1
  51. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +2 -1
  52. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +2 -1
  53. package/lib/apps/canvas-builder/components/ui/Scribble/scribble.helpers.d.ts +9 -0
  54. package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +39 -0
  55. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -1
  56. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -1
  57. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCompact.vue.d.ts +18 -0
  58. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListItem.vue.d.ts +27 -0
  59. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSearch.vue.d.ts +11 -0
  60. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +7 -7
  61. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +154 -0
  62. package/lib/apps/canvas-builder/composables/useAnnotation.d.ts +29 -0
  63. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +1741 -143
  64. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +18 -20
  65. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +16 -0
  66. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +12 -8
  67. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +25 -7
  68. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +3 -1
  69. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +19 -4
  70. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -1
  71. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +3 -0
  72. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -2
  73. package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +5 -0
  74. package/lib/apps/canvas-builder/composables/useEmbeddable.d.ts +7 -0
  75. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +1 -0
  76. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +7 -1
  77. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +913 -0
  78. package/lib/apps/canvas-builder/composables/usePrintMode.d.ts +2 -0
  79. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +1 -1
  80. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +98 -0
  81. package/lib/apps/canvas-builder/composables/useScribbleToolbar.d.ts +11 -0
  82. package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -0
  83. package/lib/apps/canvas-builder/constants/canvas.const.d.ts +2 -1
  84. package/lib/apps/canvas-builder/types/canvas.d.ts +36 -3
  85. package/lib/apps/canvas-builder/util/canvas.util.d.ts +3 -1
  86. package/lib/apps/canvas-builder/util/iframe.util.d.ts +16 -0
  87. package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +171 -1
  88. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +160 -1
  89. package/lib/apps/canvas-selector/stores/app.d.ts +14 -14
  90. package/lib/apps/collection-player/App.vue.d.ts +1 -0
  91. package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +5 -1
  92. package/lib/apps/collection-player/stores/app.store.d.ts +3 -0
  93. package/lib/apps/collection-player/types/collection-player.type.d.ts +18 -0
  94. package/lib/apps/collection-selector/App.vue.d.ts +7 -7
  95. package/lib/apps/collection-selector/stores/app.store.d.ts +4 -2
  96. package/lib/apps/collection-selector/utils/content-selector-adapter.util.d.ts +20 -2
  97. package/lib/apps/collection-selector/utils/data.util.d.ts +4 -4
  98. package/lib/apps/content-selector/App.vue.d.ts +2 -0
  99. package/lib/apps/content-selector/appTypes.d.ts +2 -0
  100. package/lib/apps/content-selector/components/Assets.vue.d.ts +75 -1
  101. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +3 -0
  102. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +1 -0
  103. package/lib/apps/content-selector/components/Content.vue.d.ts +74 -1
  104. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +14 -2
  105. package/lib/apps/content-selector/stores/app.d.ts +34 -5
  106. package/lib/apps/content-selector/util/file.d.ts +6 -3
  107. package/lib/apps/ppt-conversion-selector/composables/canvas.use.d.ts +3 -2
  108. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +7 -3
  109. package/lib/apps/ppt-conversion-selector/utils/thumbnail.util.d.ts +1 -0
  110. package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +6 -2
  111. package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +15 -0
  112. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +3 -0
  113. package/lib/components/CCarousel/CCarousel.vue.d.ts +20 -0
  114. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +3 -0
  115. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +5 -3
  116. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +2 -0
  117. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +3 -0
  118. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +31 -0
  119. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +18 -16
  120. package/lib/components/CDataTable/CDataTable.vue.d.ts +12 -12
  121. package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +8 -0
  122. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +3 -9
  123. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +2 -5
  124. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +2 -6
  125. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +9 -5
  126. package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +1 -0
  127. package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +3 -0
  128. package/lib/components/CImage/CImage.vue.d.ts +11 -0
  129. package/lib/components/CInput/CInput.vue.d.ts +4 -4
  130. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +1 -1
  131. package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +27 -0
  132. package/lib/components/CPillSelect/CPillSelect.vue.d.ts +14 -0
  133. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +1 -1
  134. package/lib/components/CProcessingOverlay/CProcessingOverlay.vue.d.ts +19 -0
  135. package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +4 -0
  136. package/lib/components/CRenameModal/CRenameModal.vue.d.ts +28 -0
  137. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +20 -5
  138. package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +28 -8
  139. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +14 -4
  140. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -4
  141. package/lib/components/CSearch/CSearch.vue.d.ts +2 -0
  142. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +1 -0
  143. package/lib/components/CSectionSelectionActions/CSectionSelectionActions.vue.d.ts +19 -0
  144. package/lib/components/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +135 -0
  145. package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +44 -0
  146. package/lib/components/CSlideViewer/CSlideViewer.pdfjs.vue.d.ts +18 -0
  147. package/lib/components/CSlideViewer/CSlideViewer.pspdfkit.vue.d.ts +14 -0
  148. package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +12 -0
  149. package/lib/components/CTableInput/CTableInput.vue.d.ts +10 -8
  150. package/lib/components/CTableTag/CTableTag.vue.d.ts +5 -4
  151. package/lib/components/CTags/CTags.vue.d.ts +4 -4
  152. package/lib/components/CThumbnail/CThumbnail.vue.d.ts +1 -0
  153. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +4 -1
  154. package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +438 -0
  155. package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +41 -0
  156. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +44 -60
  157. package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +13 -19
  158. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +39 -33
  159. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +9 -6
  160. package/lib/components/filters/CSearchFilter.vue.d.ts +9 -1
  161. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +13 -7
  162. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +3 -2
  163. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +4 -4
  164. package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +2 -0
  165. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +12 -8
  166. package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +8 -3
  167. package/lib/components/sections/CSectionManagement.vue.d.ts +25 -1
  168. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +7 -0
  169. package/lib/components/themes/CThemeManagement.vue.d.ts +96 -10
  170. package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +31 -3
  171. package/lib/composables/appsDb.use.d.ts +2 -2
  172. package/lib/composables/bulkActions.use.d.ts +2 -2
  173. package/lib/composables/useBindValidation.d.ts +1 -1
  174. package/lib/composables/useBroadcastRouteChange.d.ts +4 -0
  175. package/lib/composables/useCanvasStandardFilters.d.ts +35 -0
  176. package/lib/composables/useDeleteUsedCanvasesConfirmation.d.ts +23 -0
  177. package/lib/composables/useElementSizeAfterDom.d.ts +5 -0
  178. package/lib/composables/useFileDisplayHelpers.d.ts +6 -2
  179. package/lib/composables/useFileInfo.d.ts +30 -0
  180. package/lib/composables/useFilterSuggestions.d.ts +48 -0
  181. package/lib/composables/useFolderNameDescription.d.ts +25 -0
  182. package/lib/composables/useImageAccessibility.d.ts +13 -0
  183. package/lib/composables/useLegacyCollectionFileLoader.d.ts +31 -0
  184. package/lib/composables/useMetadataSearch.d.ts +22 -1
  185. package/lib/composables/usePolling.d.ts +23 -0
  186. package/lib/composables/useWindowEvents.d.ts +1 -0
  187. package/lib/constants/cdp.const.d.ts +2 -0
  188. package/lib/constants/tables.const.d.ts +1 -1
  189. package/lib/custom-naive-locales/it.d.ts +124 -0
  190. package/lib/custom-naive-locales/ja.d.ts +124 -0
  191. package/lib/custom-naive-locales/nl.d.ts +124 -0
  192. package/lib/custom-naive-locales/pt.d.ts +124 -0
  193. package/lib/custom-naive-locales/th.d.ts +124 -0
  194. package/lib/custom-naive-locales/zh.d.ts +124 -0
  195. package/lib/main.lib.d.ts +17 -3
  196. package/lib/modules/algolia-instantsearch.d.ts +1 -0
  197. package/lib/sdk/api/HighLevelApi.d.ts +4 -2
  198. package/lib/sdk/api/modules/admin/types.admin.d.ts +8 -0
  199. package/lib/sdk/api/modules/dsr/files.dsr.d.ts +12 -0
  200. package/lib/sdk/api/modules/dsr/index.d.ts +3 -0
  201. package/lib/sdk/api/modules/dsr/types.dsr.d.ts +1 -0
  202. package/lib/sdk/api/modules/files.d.ts +2 -2
  203. package/lib/sdk/api/modules/share.d.ts +8 -1
  204. package/lib/sdk/api/modules/ui/canvas.ui.d.ts +25 -1
  205. package/lib/sdk/api/modules/ui/index.d.ts +2 -0
  206. package/lib/sdk/api/modules/ui/types.ui.d.ts +24 -0
  207. package/lib/sdk/api/modules/webView.d.ts +2 -1
  208. package/lib/sdk/interfaces.d.ts +90 -2
  209. package/lib/sdk/main.d.ts +24 -6
  210. package/lib/sdk/payload.types.d.ts +30 -0
  211. package/lib/stores/sectionSmartFolderStore.d.ts +112 -0
  212. package/lib/types/app.d.ts +20 -3
  213. package/lib/types/call.d.ts +1 -0
  214. package/lib/types/core/MetadataFilter.d.ts +2 -0
  215. package/lib/types/files.d.ts +2 -0
  216. package/lib/types/i18n.types.d.ts +1 -1
  217. package/lib/types/instanceSettings.types.d.ts +22 -4
  218. package/lib/types/launchDarkly.types.d.ts +2 -4
  219. package/lib/types/organizationSettings.types.d.ts +36 -0
  220. package/lib/types/sfdc.d.ts +1 -0
  221. package/lib/util/date.d.ts +1 -0
  222. package/lib/util/network.d.ts +8 -0
  223. package/lib/util/soql.util.d.ts +2 -0
  224. package/lib/util/storage.util.d.ts +2 -0
  225. package/lib/util/string.d.ts +1 -1
  226. package/lib/util/toCssClassKey.d.ts +1 -0
  227. package/lib/utils/defaultThumbnail.util.d.ts +3 -0
  228. package/lib/utils/iframeInitialize.d.ts +12 -0
  229. package/package.json +1 -1
  230. package/types/openapi/models/Canvas.d.ts +1 -1
  231. package/types/openapi/models/CanvasCreate.d.ts +2 -2
  232. package/types/openapi/models/CanvasCreateRequest.d.ts +2 -2
  233. package/types/openapi/models/CanvasRecommendedFile.d.ts +0 -2
  234. package/types/openapi/models/CanvasRetrieve.d.ts +2 -2
  235. package/types/openapi/models/CanvasSection.d.ts +1 -0
  236. package/types/openapi/models/CanvasUpdate.d.ts +2 -2
  237. package/types/openapi/models/CanvasUpdateRequest.d.ts +2 -2
  238. package/types/openapi/models/ContentDistributionGroup.d.ts +1 -0
  239. package/types/openapi/models/ContentDistributionGroupCreate.d.ts +1 -0
  240. package/types/openapi/models/DeletedCanvas.d.ts +1 -1
  241. package/types/openapi/models/DeletedContentDistributionGroup.d.ts +1 -0
  242. package/types/openapi/models/DeletedFile.d.ts +0 -2
  243. package/types/openapi/models/DeletedFolder.d.ts +3 -0
  244. package/types/openapi/models/FavoriteFolder.d.ts +3 -0
  245. package/types/openapi/models/FavoriteFolderRequest.d.ts +3 -0
  246. package/types/openapi/models/File.d.ts +0 -2
  247. package/types/openapi/models/FileCreate.d.ts +0 -2
  248. package/types/openapi/models/FileCreateRequest.d.ts +0 -1
  249. package/types/openapi/models/FileRetrieve.d.ts +0 -2
  250. package/types/openapi/models/FileUpdate.d.ts +0 -2
  251. package/types/openapi/models/FileUpdateRequest.d.ts +0 -1
  252. package/types/openapi/models/Folder.d.ts +3 -0
  253. package/types/openapi/models/FolderCreate.d.ts +2 -1
  254. package/types/openapi/models/FolderFolder.d.ts +5 -0
  255. package/types/openapi/models/FolderRetrieve.d.ts +5 -1
  256. package/types/openapi/models/FolderUpdate.d.ts +2 -1
  257. package/types/openapi/models/InstanceMembership.d.ts +4 -0
  258. package/types/openapi/models/InstanceMembershipCreate.d.ts +4 -0
  259. package/types/openapi/models/InstanceMembershipCreateRequest.d.ts +4 -0
  260. package/types/openapi/models/InstanceMembershipRequest.d.ts +4 -0
  261. package/types/openapi/models/InstanceMembershipUser.d.ts +0 -2
  262. package/types/openapi/models/InstanceRequest.d.ts +1 -1
  263. package/types/openapi/models/InstanceUpdateRequest.d.ts +1 -1
  264. package/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +2 -2
  265. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +0 -1
  266. package/types/openapi/models/PatchedInstanceMembershipRequest.d.ts +4 -0
  267. package/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +1 -1
  268. package/types/openapi/models/SharedLinkCanvas.d.ts +1 -1
  269. package/types/openapi/models/SharedLinkCanvasRequest.d.ts +1 -1
  270. package/types/openapi/models/User.d.ts +1 -0
  271. package/lib/components/CFileViewer/pdf/CFileViewer.pageThumbFavorite.pdf.use.d.ts +0 -10
  272. package/lib/components/CImage/CBrokenImage.vue.d.ts +0 -10
  273. package/lib/directives/usage-track.directive.d.ts +0 -10
  274. package/lib/util/usage-tracking.util.d.ts +0 -5
@@ -411,6 +411,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
411
411
  readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
412
412
  readonly default: () => never[];
413
413
  };
414
+ readonly indent: {
415
+ readonly type: NumberConstructor;
416
+ readonly default: 24;
417
+ };
414
418
  readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
415
419
  readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
416
420
  readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
@@ -479,7 +483,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
479
483
  readonly type: BooleanConstructor;
480
484
  readonly default: true;
481
485
  };
482
- readonly status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
486
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
483
487
  readonly renderTag: import('vue').PropType<import('naive-ui').TreeSelectRenderTag>;
484
488
  readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
485
489
  readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -1003,7 +1007,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1003
1007
  }>>>;
1004
1008
  }>> & Readonly<{}>, {
1005
1009
  menuElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
1006
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
1010
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
1007
1011
  triggerInstRef: import('vue').Ref<{
1008
1012
  isComposing: boolean;
1009
1013
  focus: () => void;
@@ -1397,6 +1401,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1397
1401
  readonly defaultExpandAll: boolean;
1398
1402
  readonly allowCheckingNotLoaded: boolean;
1399
1403
  readonly cascade: boolean;
1404
+ readonly indent: number;
1400
1405
  readonly checkStrategy: import('treemate').CheckStrategy;
1401
1406
  readonly disabledField: string;
1402
1407
  readonly leafOnly: boolean;
@@ -1448,6 +1453,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1448
1453
  readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1449
1454
  readonly default: () => never[];
1450
1455
  };
1456
+ readonly indent: {
1457
+ readonly type: NumberConstructor;
1458
+ readonly default: 24;
1459
+ };
1451
1460
  readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1452
1461
  readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
1453
1462
  readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
@@ -1516,7 +1525,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1516
1525
  readonly type: BooleanConstructor;
1517
1526
  readonly default: true;
1518
1527
  };
1519
- readonly status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
1528
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
1520
1529
  readonly renderTag: import('vue').PropType<import('naive-ui').TreeSelectRenderTag>;
1521
1530
  readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
1522
1531
  readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -2040,7 +2049,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2040
2049
  }>>>;
2041
2050
  }>> & Readonly<{}>, {
2042
2051
  menuElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
2043
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
2052
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
2044
2053
  triggerInstRef: import('vue').Ref<{
2045
2054
  isComposing: boolean;
2046
2055
  focus: () => void;
@@ -2434,6 +2443,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2434
2443
  readonly defaultExpandAll: boolean;
2435
2444
  readonly allowCheckingNotLoaded: boolean;
2436
2445
  readonly cascade: boolean;
2446
+ readonly indent: number;
2437
2447
  readonly checkStrategy: import('treemate').CheckStrategy;
2438
2448
  readonly disabledField: string;
2439
2449
  readonly leafOnly: boolean;
@@ -2479,6 +2489,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2479
2489
  readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2480
2490
  readonly default: () => never[];
2481
2491
  };
2492
+ readonly indent: {
2493
+ readonly type: NumberConstructor;
2494
+ readonly default: 24;
2495
+ };
2482
2496
  readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2483
2497
  readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
2484
2498
  readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
@@ -2547,7 +2561,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2547
2561
  readonly type: BooleanConstructor;
2548
2562
  readonly default: true;
2549
2563
  };
2550
- readonly status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
2564
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
2551
2565
  readonly renderTag: import('vue').PropType<import('naive-ui').TreeSelectRenderTag>;
2552
2566
  readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
2553
2567
  readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -3071,7 +3085,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3071
3085
  }>>>;
3072
3086
  }>> & Readonly<{}>, {
3073
3087
  menuElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
3074
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
3088
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
3075
3089
  triggerInstRef: import('vue').Ref<{
3076
3090
  isComposing: boolean;
3077
3091
  focus: () => void;
@@ -3465,6 +3479,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3465
3479
  readonly defaultExpandAll: boolean;
3466
3480
  readonly allowCheckingNotLoaded: boolean;
3467
3481
  readonly cascade: boolean;
3482
+ readonly indent: number;
3468
3483
  readonly checkStrategy: import('treemate').CheckStrategy;
3469
3484
  readonly disabledField: string;
3470
3485
  readonly leafOnly: boolean;
@@ -3516,6 +3531,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3516
3531
  readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
3517
3532
  readonly default: () => never[];
3518
3533
  };
3534
+ readonly indent: {
3535
+ readonly type: NumberConstructor;
3536
+ readonly default: 24;
3537
+ };
3519
3538
  readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
3520
3539
  readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
3521
3540
  readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
@@ -3584,7 +3603,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3584
3603
  readonly type: BooleanConstructor;
3585
3604
  readonly default: true;
3586
3605
  };
3587
- readonly status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
3606
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
3588
3607
  readonly renderTag: import('vue').PropType<import('naive-ui').TreeSelectRenderTag>;
3589
3608
  readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
3590
3609
  readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -4108,7 +4127,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
4108
4127
  }>>>;
4109
4128
  }>> & Readonly<{}>, {
4110
4129
  menuElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
4111
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
4130
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
4112
4131
  triggerInstRef: import('vue').Ref<{
4113
4132
  isComposing: boolean;
4114
4133
  focus: () => void;
@@ -4502,6 +4521,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
4502
4521
  readonly defaultExpandAll: boolean;
4503
4522
  readonly allowCheckingNotLoaded: boolean;
4504
4523
  readonly cascade: boolean;
4524
+ readonly indent: number;
4505
4525
  readonly checkStrategy: import('treemate').CheckStrategy;
4506
4526
  readonly disabledField: string;
4507
4527
  readonly leafOnly: boolean;
@@ -410,6 +410,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
410
410
  readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
411
411
  readonly default: () => never[];
412
412
  };
413
+ readonly indent: {
414
+ readonly type: NumberConstructor;
415
+ readonly default: 24;
416
+ };
413
417
  readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
414
418
  readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
415
419
  readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
@@ -478,7 +482,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
478
482
  readonly type: BooleanConstructor;
479
483
  readonly default: true;
480
484
  };
481
- readonly status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
485
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
482
486
  readonly renderTag: import('vue').PropType<import('naive-ui').TreeSelectRenderTag>;
483
487
  readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
484
488
  readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -1002,7 +1006,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1002
1006
  }>>>;
1003
1007
  }>> & Readonly<{}>, {
1004
1008
  menuElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
1005
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
1009
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
1006
1010
  triggerInstRef: import('vue').Ref<{
1007
1011
  isComposing: boolean;
1008
1012
  focus: () => void;
@@ -1396,6 +1400,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1396
1400
  readonly defaultExpandAll: boolean;
1397
1401
  readonly allowCheckingNotLoaded: boolean;
1398
1402
  readonly cascade: boolean;
1403
+ readonly indent: number;
1399
1404
  readonly checkStrategy: import('treemate').CheckStrategy;
1400
1405
  readonly disabledField: string;
1401
1406
  readonly leafOnly: boolean;
@@ -1447,6 +1452,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1447
1452
  readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1448
1453
  readonly default: () => never[];
1449
1454
  };
1455
+ readonly indent: {
1456
+ readonly type: NumberConstructor;
1457
+ readonly default: 24;
1458
+ };
1450
1459
  readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1451
1460
  readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
1452
1461
  readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
@@ -1515,7 +1524,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1515
1524
  readonly type: BooleanConstructor;
1516
1525
  readonly default: true;
1517
1526
  };
1518
- readonly status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
1527
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
1519
1528
  readonly renderTag: import('vue').PropType<import('naive-ui').TreeSelectRenderTag>;
1520
1529
  readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
1521
1530
  readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -2039,7 +2048,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2039
2048
  }>>>;
2040
2049
  }>> & Readonly<{}>, {
2041
2050
  menuElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
2042
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
2051
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
2043
2052
  triggerInstRef: import('vue').Ref<{
2044
2053
  isComposing: boolean;
2045
2054
  focus: () => void;
@@ -2433,6 +2442,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2433
2442
  readonly defaultExpandAll: boolean;
2434
2443
  readonly allowCheckingNotLoaded: boolean;
2435
2444
  readonly cascade: boolean;
2445
+ readonly indent: number;
2436
2446
  readonly checkStrategy: import('treemate').CheckStrategy;
2437
2447
  readonly disabledField: string;
2438
2448
  readonly leafOnly: boolean;
@@ -79,7 +79,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
79
79
  onChange: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
80
80
  onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
81
81
  countGraphemes: import('vue').PropType<(value: string) => number>;
82
- status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
82
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
83
83
  'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
84
84
  onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
85
85
  textDecoration: import('vue').PropType<string | [string, string]>;
@@ -342,7 +342,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
342
342
  } | {
343
343
  top: string;
344
344
  }>;
345
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
345
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
346
346
  textAreaScrollContainerWidth: import('vue').Ref<number | undefined, number | undefined>;
347
347
  handleTextAreaScroll: (e: Event) => void;
348
348
  handleCompositionStart: () => void;
@@ -598,7 +598,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
598
598
  onChange: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
599
599
  onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
600
600
  countGraphemes: import('vue').PropType<(value: string) => number>;
601
- status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
601
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
602
602
  'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
603
603
  onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
604
604
  textDecoration: import('vue').PropType<string | [string, string]>;
@@ -861,7 +861,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
861
861
  } | {
862
862
  top: string;
863
863
  }>;
864
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
864
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
865
865
  textAreaScrollContainerWidth: import('vue').Ref<number | undefined, number | undefined>;
866
866
  handleTextAreaScroll: (e: Event) => void;
867
867
  handleCompositionStart: () => void;
@@ -10,8 +10,10 @@ type Props = {
10
10
  };
11
11
  declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
12
  "update:modelValue": (term: string) => any;
13
+ "update:search": (term: string) => any;
13
14
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
14
15
  "onUpdate:modelValue"?: ((term: string) => any) | undefined;
16
+ "onUpdate:search"?: ((term: string) => any) | undefined;
15
17
  }>, {
16
18
  size: "small" | "large";
17
19
  loading: boolean;
@@ -26,6 +26,7 @@ type __VLS_Props = {
26
26
  }[];
27
27
  enableDependentFilters?: boolean;
28
28
  dependentFiltersEntity?: 'file' | 'canvas';
29
+ contentType?: string[];
29
30
  };
30
31
  declare function clearSearch(): void;
31
32
  declare function __VLS_template(): {
@@ -0,0 +1,19 @@
1
+ import { CanvasRetrieve } from '../../../types/openapi';
2
+ type __VLS_Props = {
3
+ totalSelected: number;
4
+ addedItemIds?: CanvasRetrieve['id'][];
5
+ selectedItemIds?: CanvasRetrieve['id'][];
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
+ "clear-selection": () => any;
9
+ "items-added": (itemIds: string[], position?: "bottom" | "top" | undefined) => any;
10
+ "items-removed": (itemIds: string[]) => any;
11
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ "onClear-selection"?: (() => any) | undefined;
13
+ "onItems-added"?: ((itemIds: string[], position?: "bottom" | "top" | undefined) => any) | undefined;
14
+ "onItems-removed"?: ((itemIds: string[]) => any) | undefined;
15
+ }>, {
16
+ addedItemIds: CanvasRetrieve["id"][];
17
+ selectedItemIds: CanvasRetrieve["id"][];
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
@@ -0,0 +1,135 @@
1
+ import { nextTick } from 'vue';
2
+ import { CanvasRetrieve } from '../../../types/openapi';
3
+ type __VLS_Props = {
4
+ storageKey: string;
5
+ mode: 'management' | 'selector';
6
+ selectedSectionIds?: CanvasRetrieve['id'][];
7
+ addedSectionIds?: CanvasRetrieve['id'][];
8
+ };
9
+ declare function onSmartFoldersConfigure(): void;
10
+ declare function getSelectedSections(): CanvasRetrieve[];
11
+ declare function calculateContentHeight(): void;
12
+ declare function addSelectedSections(position?: 'top' | 'bottom'): void;
13
+ declare function removeSelectedSections(): void;
14
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15
+ showConfigurationModal: typeof onSmartFoldersConfigure;
16
+ addSelectedSections: typeof addSelectedSections;
17
+ removeSelectedSections: typeof removeSelectedSections;
18
+ getSelectedSections: typeof getSelectedSections;
19
+ calculateContentHeight: typeof calculateContentHeight;
20
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
+ "clear-selection": () => any;
22
+ "open-section": (section: CanvasRetrieve) => any;
23
+ "edit-section": (section: CanvasRetrieve) => any;
24
+ "section-select": (section: CanvasRetrieve) => any;
25
+ "section-add": (section: CanvasRetrieve) => any;
26
+ "section-remove": (section: CanvasRetrieve) => any;
27
+ "sections-bulk-add": (sections: CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any;
28
+ "sections-bulk-remove": (sections: CanvasRetrieve[]) => any;
29
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
30
+ "onClear-selection"?: (() => any) | undefined;
31
+ "onOpen-section"?: ((section: CanvasRetrieve) => any) | undefined;
32
+ "onEdit-section"?: ((section: CanvasRetrieve) => any) | undefined;
33
+ "onSection-select"?: ((section: CanvasRetrieve) => any) | undefined;
34
+ "onSection-add"?: ((section: CanvasRetrieve) => any) | undefined;
35
+ "onSection-remove"?: ((section: CanvasRetrieve) => any) | undefined;
36
+ "onSections-bulk-add"?: ((sections: CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any) | undefined;
37
+ "onSections-bulk-remove"?: ((sections: CanvasRetrieve[]) => any) | undefined;
38
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
39
+ containerRef: HTMLDivElement;
40
+ toolbarRef: HTMLDivElement;
41
+ listRef: ({
42
+ $: import('vue').ComponentInternalInstance;
43
+ $data: {};
44
+ $props: {
45
+ readonly data: import('../CList/CList.vue').ListDataItem[];
46
+ readonly selectedIds?: (number | string)[] | undefined;
47
+ readonly maxRowHeight: number;
48
+ readonly height?: number | undefined;
49
+ readonly movable?: boolean | undefined;
50
+ readonly onMove?: ((...args: any[]) => any) | undefined;
51
+ readonly "onItem:click"?: ((...args: any[]) => any) | undefined;
52
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
53
+ $attrs: {
54
+ [x: string]: unknown;
55
+ };
56
+ $refs: {
57
+ [x: string]: unknown;
58
+ } & {
59
+ virtualizerContainerRef: HTMLDivElement;
60
+ };
61
+ $slots: Readonly<{
62
+ [name: string]: import('vue').Slot<any> | undefined;
63
+ }>;
64
+ $root: import('vue').ComponentPublicInstance | null;
65
+ $parent: import('vue').ComponentPublicInstance | null;
66
+ $host: Element | null;
67
+ $emit: ((event: "move", ...args: any[]) => void) & ((event: "item:click", ...args: any[]) => void);
68
+ $el: HTMLDivElement;
69
+ $options: import('vue').ComponentOptionsBase<Readonly<{
70
+ data: import('../CList/CList.vue').ListDataItem[];
71
+ selectedIds?: (number | string)[];
72
+ maxRowHeight: number;
73
+ height?: number;
74
+ movable?: boolean;
75
+ }> & Readonly<{
76
+ onMove?: ((...args: any[]) => any) | undefined;
77
+ "onItem:click"?: ((...args: any[]) => any) | undefined;
78
+ }>, {
79
+ updateContextMenuItem: (item: import('../CList/CList.vue').ListDataItem, isOpen: boolean, e?: MouseEvent) => void;
80
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
81
+ move: (...args: any[]) => void;
82
+ "item:click": (...args: any[]) => void;
83
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
84
+ beforeCreate?: (() => void) | (() => void)[];
85
+ created?: (() => void) | (() => void)[];
86
+ beforeMount?: (() => void) | (() => void)[];
87
+ mounted?: (() => void) | (() => void)[];
88
+ beforeUpdate?: (() => void) | (() => void)[];
89
+ updated?: (() => void) | (() => void)[];
90
+ activated?: (() => void) | (() => void)[];
91
+ deactivated?: (() => void) | (() => void)[];
92
+ beforeDestroy?: (() => void) | (() => void)[];
93
+ beforeUnmount?: (() => void) | (() => void)[];
94
+ destroyed?: (() => void) | (() => void)[];
95
+ unmounted?: (() => void) | (() => void)[];
96
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
97
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
98
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
99
+ };
100
+ $forceUpdate: () => void;
101
+ $nextTick: typeof nextTick;
102
+ $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;
103
+ } & Readonly<{}> & Omit<Readonly<{
104
+ data: import('../CList/CList.vue').ListDataItem[];
105
+ selectedIds?: (number | string)[];
106
+ maxRowHeight: number;
107
+ height?: number;
108
+ movable?: boolean;
109
+ }> & Readonly<{
110
+ onMove?: ((...args: any[]) => any) | undefined;
111
+ "onItem:click"?: ((...args: any[]) => any) | undefined;
112
+ }>, "updateContextMenuItem"> & import('vue').ShallowUnwrapRef<{
113
+ updateContextMenuItem: (item: import('../CList/CList.vue').ListDataItem, isOpen: boolean, e?: MouseEvent) => void;
114
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
115
+ $slots: {
116
+ item?(_: {
117
+ index: number;
118
+ isContextMenuOpen: boolean;
119
+ isDraggedOver: boolean;
120
+ isSelected: boolean;
121
+ item: {
122
+ [key: string]: any;
123
+ id: number | string;
124
+ };
125
+ }): any;
126
+ 'item:context-menu'?(_: {
127
+ item: {
128
+ [key: string]: any;
129
+ id: number | string;
130
+ };
131
+ }): any;
132
+ };
133
+ }) | null;
134
+ }, HTMLDivElement>;
135
+ export default _default;
@@ -0,0 +1,44 @@
1
+ type Props = {
2
+ search?: string;
3
+ currentSort?: {
4
+ field: string;
5
+ order: 'asc' | 'desc';
6
+ };
7
+ mode: 'management' | 'selector';
8
+ selectedItemIds?: string[];
9
+ addedItemIds?: string[];
10
+ };
11
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ search: (value: string) => any;
13
+ "update:search": (value: string) => any;
14
+ "clear-selection": () => any;
15
+ "items-added": (itemIds: string[], position?: "bottom" | "top" | undefined) => any;
16
+ "items-removed": (itemIds: string[]) => any;
17
+ "breadcrumb-click": (index: number) => any;
18
+ "breadcrumb-reset": () => any;
19
+ "sort-changed": (sort: {
20
+ field: string;
21
+ order: "asc" | "desc";
22
+ }) => any;
23
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
24
+ onSearch?: ((value: string) => any) | undefined;
25
+ "onUpdate:search"?: ((value: string) => any) | undefined;
26
+ "onClear-selection"?: (() => any) | undefined;
27
+ "onItems-added"?: ((itemIds: string[], position?: "bottom" | "top" | undefined) => any) | undefined;
28
+ "onItems-removed"?: ((itemIds: string[]) => any) | undefined;
29
+ "onBreadcrumb-click"?: ((index: number) => any) | undefined;
30
+ "onBreadcrumb-reset"?: (() => any) | undefined;
31
+ "onSort-changed"?: ((sort: {
32
+ field: string;
33
+ order: "asc" | "desc";
34
+ }) => any) | undefined;
35
+ }>, {
36
+ search: string;
37
+ addedItemIds: string[];
38
+ selectedItemIds: string[];
39
+ currentSort: {
40
+ field: string;
41
+ order: "asc" | "desc";
42
+ };
43
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
44
+ export default _default;
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ pageIndex?: number;
3
+ useClientSide?: boolean;
4
+ pdfUrl?: string;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ pdfLoaded: () => any;
8
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
+ onPdfLoaded?: (() => any) | undefined;
10
+ }>, {
11
+ pageIndex: number;
12
+ pdfUrl: string;
13
+ useClientSide: boolean;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
15
+ containerRef: HTMLDivElement;
16
+ canvasRef: HTMLCanvasElement;
17
+ }, HTMLDivElement>;
18
+ export default _default;
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ pageIndex?: number;
3
+ pdfUrl: string;
4
+ };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ pdfLoaded: () => any;
7
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ onPdfLoaded?: (() => any) | undefined;
9
+ }>, {
10
+ pageIndex: number;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
12
+ iframeRef: HTMLIFrameElement;
13
+ }, HTMLDivElement>;
14
+ export default _default;
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ pageIndex?: number;
3
+ pdfUrl: string;
4
+ };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ pdfLoaded: () => any;
7
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ onPdfLoaded?: (() => any) | undefined;
9
+ }>, {
10
+ pageIndex: number;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
@@ -18,6 +18,7 @@ declare function __VLS_template(): {
18
18
  suffix?(_: {}): any;
19
19
  };
20
20
  refs: {
21
+ textRef: HTMLDivElement;
21
22
  inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
22
23
  bordered: {
23
24
  type: import('vue').PropType<boolean | undefined>;
@@ -90,7 +91,7 @@ declare function __VLS_template(): {
90
91
  onChange: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
91
92
  onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
92
93
  countGraphemes: import('vue').PropType<(value: string) => number>;
93
- status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
94
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
94
95
  'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
95
96
  onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
96
97
  textDecoration: import('vue').PropType<string | [string, string]>;
@@ -353,7 +354,7 @@ declare function __VLS_template(): {
353
354
  } | {
354
355
  top: string;
355
356
  }>;
356
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
357
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
357
358
  textAreaScrollContainerWidth: import('vue').Ref<number | undefined, number | undefined>;
358
359
  handleTextAreaScroll: (e: Event) => void;
359
360
  handleCompositionStart: () => void;
@@ -609,7 +610,7 @@ declare function __VLS_template(): {
609
610
  onChange: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
610
611
  onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
611
612
  countGraphemes: import('vue').PropType<(value: string) => number>;
612
- status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
613
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
613
614
  'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
614
615
  onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
615
616
  textDecoration: import('vue').PropType<string | [string, string]>;
@@ -872,7 +873,7 @@ declare function __VLS_template(): {
872
873
  } | {
873
874
  top: string;
874
875
  }>;
875
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
876
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
876
877
  textAreaScrollContainerWidth: import('vue').Ref<number | undefined, number | undefined>;
877
878
  handleTextAreaScroll: (e: Event) => void;
878
879
  handleCompositionStart: () => void;
@@ -1069,6 +1070,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1069
1070
  state: State;
1070
1071
  useFixedEditWidth: boolean;
1071
1072
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
1073
+ textRef: HTMLDivElement;
1072
1074
  inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1073
1075
  bordered: {
1074
1076
  type: import('vue').PropType<boolean | undefined>;
@@ -1141,7 +1143,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1141
1143
  onChange: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
1142
1144
  onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
1143
1145
  countGraphemes: import('vue').PropType<(value: string) => number>;
1144
- status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
1146
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
1145
1147
  'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
1146
1148
  onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
1147
1149
  textDecoration: import('vue').PropType<string | [string, string]>;
@@ -1404,7 +1406,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1404
1406
  } | {
1405
1407
  top: string;
1406
1408
  }>;
1407
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
1409
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
1408
1410
  textAreaScrollContainerWidth: import('vue').Ref<number | undefined, number | undefined>;
1409
1411
  handleTextAreaScroll: (e: Event) => void;
1410
1412
  handleCompositionStart: () => void;
@@ -1660,7 +1662,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1660
1662
  onChange: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
1661
1663
  onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
1662
1664
  countGraphemes: import('vue').PropType<(value: string) => number>;
1663
- status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
1665
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
1664
1666
  'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
1665
1667
  onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
1666
1668
  textDecoration: import('vue').PropType<string | [string, string]>;
@@ -1923,7 +1925,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1923
1925
  } | {
1924
1926
  top: string;
1925
1927
  }>;
1926
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
1928
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
1927
1929
  textAreaScrollContainerWidth: import('vue').Ref<number | undefined, number | undefined>;
1928
1930
  handleTextAreaScroll: (e: Event) => void;
1929
1931
  handleCompositionStart: () => void;