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

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 (304) 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/npm-cache/_cacache/content-v2/sha512/3e/27/b4826de89487d07340c5facfb59a809827e65850e472a2d853f7f72dbfc2b4ce5b453253d8c1b11077f5dccb02ea418d8708e7f3f52f756f276b663740a3 +0 -0
  235. package/npm-cache/_cacache/content-v2/sha512/64/5a/421e053f6177ae9816e985e900126bd7808f16ec0cc5f58c3e082c79c37d1610e6d493c0b99e4d09224e84ad12bcefb46b8f4cabd04d0f397fa8a5b999e3 +0 -0
  236. package/npm-cache/_cacache/index-v5/ef/db/1a303888dee96dbf0872b6eb0b16af940d57c22846114d55ac441140c1a2 +3 -0
  237. package/npm-cache/_logs/2025-12-12T08_06_50_883Z-debug-0.log +1194 -0
  238. package/npm-cache/_logs/2025-12-12T08_20_34_296Z-debug-0.log +1218 -0
  239. package/package.json +1 -1
  240. package/types/openapi/index.d.ts +7 -0
  241. package/types/openapi/models/Account.d.ts +1 -1
  242. package/types/openapi/models/AccountRequest.d.ts +1 -1
  243. package/types/openapi/models/Canvas.d.ts +1 -1
  244. package/types/openapi/models/CanvasCreate.d.ts +2 -2
  245. package/types/openapi/models/CanvasCreateRequest.d.ts +2 -2
  246. package/types/openapi/models/CanvasRecommendedFile.d.ts +0 -2
  247. package/types/openapi/models/CanvasRetrieve.d.ts +2 -2
  248. package/types/openapi/models/CanvasSection.d.ts +1 -0
  249. package/types/openapi/models/CanvasUpdate.d.ts +2 -2
  250. package/types/openapi/models/CanvasUpdateRequest.d.ts +2 -2
  251. package/types/openapi/models/ContentDistributionGroup.d.ts +1 -0
  252. package/types/openapi/models/ContentDistributionGroupCreate.d.ts +1 -0
  253. package/types/openapi/models/DeletedCanvas.d.ts +1 -1
  254. package/types/openapi/models/DeletedContentDistributionGroup.d.ts +1 -0
  255. package/types/openapi/models/DeletedFile.d.ts +0 -2
  256. package/types/openapi/models/DeletedFolder.d.ts +4 -0
  257. package/types/openapi/models/DeletedInstance.d.ts +2 -0
  258. package/types/openapi/models/DeletedRegion.d.ts +12 -0
  259. package/types/openapi/models/FavoriteFolder.d.ts +3 -0
  260. package/types/openapi/models/FavoriteFolderRequest.d.ts +3 -0
  261. package/types/openapi/models/File.d.ts +0 -2
  262. package/types/openapi/models/FileCreate.d.ts +0 -2
  263. package/types/openapi/models/FileCreateRequest.d.ts +0 -1
  264. package/types/openapi/models/FileRetrieve.d.ts +0 -2
  265. package/types/openapi/models/FileUpdate.d.ts +0 -2
  266. package/types/openapi/models/FileUpdateRequest.d.ts +0 -1
  267. package/types/openapi/models/Folder.d.ts +4 -0
  268. package/types/openapi/models/FolderCreate.d.ts +5 -1
  269. package/types/openapi/models/FolderFile.d.ts +2 -0
  270. package/types/openapi/models/FolderFolder.d.ts +5 -0
  271. package/types/openapi/models/FolderRetrieve.d.ts +9 -1
  272. package/types/openapi/models/FolderUpdate.d.ts +5 -1
  273. package/types/openapi/models/Instance.d.ts +2 -0
  274. package/types/openapi/models/InstanceMembership.d.ts +4 -0
  275. package/types/openapi/models/InstanceMembershipCreate.d.ts +4 -0
  276. package/types/openapi/models/InstanceMembershipCreateRequest.d.ts +4 -0
  277. package/types/openapi/models/InstanceMembershipRequest.d.ts +4 -0
  278. package/types/openapi/models/InstanceMembershipUser.d.ts +1 -2
  279. package/types/openapi/models/InstanceRequest.d.ts +1 -0
  280. package/types/openapi/models/InstanceUpdate.d.ts +2 -0
  281. package/types/openapi/models/InstanceUpdateRequest.d.ts +1 -0
  282. package/types/openapi/models/MiniRegion.d.ts +4 -0
  283. package/types/openapi/models/MiniRegionRequest.d.ts +3 -0
  284. package/types/openapi/models/OfflineSyncFolder.d.ts +1 -0
  285. package/types/openapi/models/OrganizationAnalyticsInstance.d.ts +2 -0
  286. package/types/openapi/models/OrganizationAnalyticsTop3Instances.d.ts +2 -0
  287. package/types/openapi/models/PaginatedRegionList.d.ts +7 -0
  288. package/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +2 -2
  289. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +0 -1
  290. package/types/openapi/models/PatchedInstanceMembershipRequest.d.ts +4 -0
  291. package/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +1 -0
  292. package/types/openapi/models/PatchedRegionRequest.d.ts +3 -0
  293. package/types/openapi/models/Region.d.ts +10 -0
  294. package/types/openapi/models/RegionRequest.d.ts +3 -0
  295. package/types/openapi/models/SharedLinkCanvas.d.ts +1 -1
  296. package/types/openapi/models/SharedLinkCanvasRequest.d.ts +1 -1
  297. package/types/openapi/models/User.d.ts +4 -0
  298. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +0 -111
  299. package/lib/components/CFileViewer/pdf/CFileViewer.pageThumbFavorite.pdf.use.d.ts +0 -10
  300. package/lib/components/CImage/CBrokenImage.vue.d.ts +0 -10
  301. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +0 -59
  302. package/lib/directives/usage-track.directive.d.ts +0 -10
  303. package/lib/util/usage-tracking.util.d.ts +0 -5
  304. /package/lib/apps/canvas-builder/components/{ui/SectionList/SectionSearch.vue.d.ts → container/Search/Search.vue.d.ts} +0 -0
@@ -0,0 +1,6 @@
1
+ import { File } from '../../../types/openapi';
2
+ type __VLS_Props = {
3
+ file: File;
4
+ };
5
+ 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, {}, any>;
6
+ export default _default;
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
2
  import { I18n } from 'vue-i18n';
3
3
  import { feedbackIntegration as FeedbackIntegration } from '@sentry/vue';
4
- import { File, Favorite, MiniPage, FileRetrieve, MetadataTemplate } from '../../../types/openapi';
4
+ import { File, MiniPage, FileRetrieve, MetadataTemplate } from '../../../types/openapi';
5
5
  import { RecentFile } from '../../types/recentFiles.types';
6
6
  import { CLIENT_TYPE } from '../../constants/cdp.const';
7
7
  import { AnnotationType } from './CFileViewer.types';
@@ -11,9 +11,6 @@ type __VLS_Props = {
11
11
  file: PitcherFile | null;
12
12
  initialPageNumber?: MiniPage['page_index'];
13
13
  initialSearch?: string;
14
- filePagesFavorites: Favorite[];
15
- fileFavorite: Favorite | null;
16
- isLoadingFavorite: boolean;
17
14
  isPublishing?: boolean;
18
15
  isSavingPagesMetadata?: boolean;
19
16
  isLoadingInstanceMetadataTemplate?: boolean;
@@ -21,7 +18,6 @@ type __VLS_Props = {
21
18
  hideActions?: boolean;
22
19
  hideDownload?: boolean;
23
20
  assetsPrefix?: string;
24
- isFavoriteEnabled?: boolean;
25
21
  clientType?: (typeof CLIENT_TYPE)[keyof typeof CLIENT_TYPE];
26
22
  selectContent?: (fileId?: FileRetrieve['id'], pageIndex?: number) => Promise<FileRetrieve | null>;
27
23
  appLocale?: SupportedLocale;
@@ -64,6 +60,7 @@ declare function __VLS_template(): {
64
60
  isAnnotationVisibilityEnabled: boolean;
65
61
  hasHotspotsOnCurrentPage: boolean;
66
62
  isHotspotToggleEnabled: boolean;
63
+ rootElement?: HTMLElement | null;
67
64
  }> & Readonly<{
68
65
  onClick?: (() => any) | undefined;
69
66
  onExitFullscreen?: (() => any) | undefined;
@@ -120,6 +117,7 @@ declare function __VLS_template(): {
120
117
  isAnnotationVisibilityEnabled: boolean;
121
118
  hasHotspotsOnCurrentPage: boolean;
122
119
  isHotspotToggleEnabled: boolean;
120
+ rootElement?: HTMLElement | null;
123
121
  }> & Readonly<{
124
122
  onClick?: (() => any) | undefined;
125
123
  onExitFullscreen?: (() => any) | undefined;
@@ -232,18 +230,14 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
232
230
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
233
231
  file: PitcherFile | null;
234
232
  isOverlay: boolean;
235
- isLoadingFavorite: boolean;
236
233
  isPublishing: boolean;
237
234
  hideActions: boolean;
238
235
  allowNoteTaking: boolean;
239
236
  clientType: (typeof CLIENT_TYPE)[keyof typeof CLIENT_TYPE];
240
237
  hideDownload: boolean;
241
- isFavoriteEnabled: boolean;
242
- filePagesFavorites: Favorite[];
243
238
  assetsPrefix: string;
244
239
  initialPageNumber: number;
245
240
  initialSearch: string;
246
- fileFavorite: Favorite | null;
247
241
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
248
242
  pdfViewerEl: HTMLDivElement;
249
243
  bottomBarRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
@@ -264,6 +258,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
264
258
  isAnnotationVisibilityEnabled: boolean;
265
259
  hasHotspotsOnCurrentPage: boolean;
266
260
  isHotspotToggleEnabled: boolean;
261
+ rootElement?: HTMLElement | null;
267
262
  }> & Readonly<{
268
263
  onClick?: (() => any) | undefined;
269
264
  onExitFullscreen?: (() => any) | undefined;
@@ -320,6 +315,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
320
315
  isAnnotationVisibilityEnabled: boolean;
321
316
  hasHotspotsOnCurrentPage: boolean;
322
317
  isHotspotToggleEnabled: boolean;
318
+ rootElement?: HTMLElement | null;
323
319
  }> & Readonly<{
324
320
  onClick?: (() => any) | undefined;
325
321
  onExitFullscreen?: (() => any) | undefined;
@@ -8,8 +8,6 @@ interface Props {
8
8
  file: PitcherFile | null;
9
9
  isPublishing: boolean;
10
10
  areAnnotationsModified: boolean;
11
- isFavorite: boolean;
12
- isLoadingFavorite: boolean;
13
11
  hideActions: boolean;
14
12
  allowNoteTaking?: boolean;
15
13
  clientType: (typeof CLIENT_TYPE)[keyof typeof CLIENT_TYPE];
@@ -18,7 +16,6 @@ interface Props {
18
16
  track?: (eventName: string, payload: any) => void;
19
17
  disableFullScreen?: boolean;
20
18
  hideDownload?: boolean;
21
- isFavoriteEnabled?: boolean;
22
19
  isInSharebox?: boolean;
23
20
  isPreviewMode?: boolean;
24
21
  }
@@ -28,7 +25,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
28
25
  downloadFile: () => any;
29
26
  publishFile: () => any;
30
27
  addToSharebox: (args_0: ShareboxItem) => any;
31
- toggleFavoriteFile: () => any;
32
28
  toggleNotes: () => any;
33
29
  showRecentFiles: (args_0: string[]) => any;
34
30
  toggleFullscreen: () => any;
@@ -44,7 +40,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
44
40
  onDownloadFile?: (() => any) | undefined;
45
41
  onPublishFile?: (() => any) | undefined;
46
42
  onAddToSharebox?: ((args_0: ShareboxItem) => any) | undefined;
47
- onToggleFavoriteFile?: (() => any) | undefined;
48
43
  onToggleNotes?: (() => any) | undefined;
49
44
  onShowRecentFiles?: ((args_0: string[]) => any) | undefined;
50
45
  onToggleFullscreen?: (() => any) | undefined;
@@ -1,13 +1,14 @@
1
1
  import { File } from '../../../../types/openapi';
2
2
  export interface SaveLinkAnnotationPayload {
3
3
  customData: {
4
- type: 'file';
5
- fileId: File['id'];
4
+ type: 'file' | 'url';
5
+ fileId?: File['id'];
6
6
  pageIndex?: number;
7
7
  newTab?: boolean;
8
8
  startTime?: number;
9
9
  embedded?: boolean;
10
10
  autoplay?: boolean;
11
+ url?: string;
11
12
  tags?: string[];
12
13
  trackingId?: string;
13
14
  };
@@ -3,7 +3,7 @@ import { I18n } from 'vue-i18n';
3
3
  import { Instance, AnnotationsUnion } from 'pspdfkit';
4
4
  import { AnnotationType } from '../CFileViewer.types';
5
5
  import { PitcherFile } from '../../../types/file.types';
6
- import { Favorite, MiniPage, File, FileRetrieve } from '../../../../types/openapi';
6
+ import { MiniPage, File, FileRetrieve } from '../../../../types/openapi';
7
7
  import { CLIENT_TYPE } from '../../../constants/cdp.const';
8
8
  import { default as CFileViewerBottomPdf } from './CFileViewerBottom.pdf.vue';
9
9
  import { CanvasFile } from '../../../apps/canvas-builder/types/canvas';
@@ -19,7 +19,6 @@ declare const fileViewerSettings: Readonly<Ref<{
19
19
  }>>;
20
20
  interface FileViewerActions {
21
21
  onCloseFile: () => void;
22
- onToggleFavoriteFilePage: (pageIndex: number) => void;
23
22
  onShowPageMetadata: (pageIndex: number) => void;
24
23
  }
25
24
  interface FileViewerPdfReturnType {
@@ -33,7 +32,6 @@ interface FileViewerPdfReturnType {
33
32
  isTextAnnotationOpen: Ref<boolean>;
34
33
  isLinkAnnotationOpen: Ref<boolean>;
35
34
  currentPageIndex: Ref<number>;
36
- toggleFavoritePageIndex: Ref<number | null>;
37
35
  isAnnotationOpen: Ref<boolean>;
38
36
  areAnnotationsModified: Ref<boolean>;
39
37
  selectedAnnotationType: Ref<Exclude<AnnotationType, 'text'>>;
@@ -47,15 +45,13 @@ interface FileViewerPdfReturnType {
47
45
  onSaveLinkAnnotation: (data: SaveLinkAnnotationPayload) => void;
48
46
  hasHotspotsOnCurrentPage: Ref<boolean>;
49
47
  }
50
- declare const _default: ({ pdfViewerEl, bottomBarRef, i18n, appLocale, actions, filePagesFavorites, assetsPrefix, isFavoriteEnabled, clientType, context, pitcherSettings, launchDarkly, emit, fileId, fetchFileById, }: {
48
+ declare const _default: ({ pdfViewerEl, bottomBarRef, i18n, appLocale, actions, assetsPrefix, clientType, context, pitcherSettings, launchDarkly, emit, fileId, fetchFileById, }: {
51
49
  pdfViewerEl: Ref<HTMLElement | null>;
52
50
  bottomBarRef: Ref<InstanceType<typeof CFileViewerBottomPdf> | null>;
53
- filePagesFavorites: ComputedRef<Favorite[] | null>;
54
51
  i18n: I18n;
55
52
  appLocale?: SupportedLocale;
56
53
  actions: FileViewerActions;
57
54
  assetsPrefix: string;
58
- isFavoriteEnabled: boolean;
59
55
  clientType: (typeof CLIENT_TYPE)[keyof typeof CLIENT_TYPE];
60
56
  context?: Record<string, any>;
61
57
  pitcherSettings?: ComputedRef<OrganizationSettings & InstanceSettings>;
@@ -21,6 +21,7 @@ type Props = {
21
21
  isAnnotationVisibilityEnabled: boolean;
22
22
  hasHotspotsOnCurrentPage: boolean;
23
23
  isHotspotToggleEnabled: boolean;
24
+ rootElement?: HTMLElement | null;
24
25
  };
25
26
  export interface AnnotationOption extends SelectBaseOption {
26
27
  label: string;
@@ -36,14 +36,16 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
36
36
  }>, {
37
37
  validate: () => Promise<{
38
38
  config: Record<string, any>;
39
- success: boolean;
39
+ success: true;
40
40
  errors?: undefined;
41
+ firstErrorFieldName?: undefined;
41
42
  } | {
42
43
  config: Record<string, any>;
43
44
  errors: unknown;
44
- success: boolean;
45
+ firstErrorFieldName: string | undefined;
46
+ success: false;
45
47
  }>;
46
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
48
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
47
49
  change: (config: Record<string, any>) => any;
48
50
  }, import('vue').PublicProps, {
49
51
  loading: boolean;
@@ -183,9 +185,9 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
183
185
  }>> & Readonly<{}>, import('naive-ui').FormInst & {
184
186
  mergedClsPrefix: import('vue').Ref<string, string>;
185
187
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
186
- readonly inline: boolean;
187
188
  readonly disabled: boolean;
188
189
  readonly onSubmit: (e: Event) => void;
190
+ readonly inline: boolean;
189
191
  readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
190
192
  readonly model: Record<string, any>;
191
193
  readonly showRequireMark: boolean | undefined;
@@ -330,9 +332,9 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
330
332
  }>> & Readonly<{}>, import('naive-ui').FormInst & {
331
333
  mergedClsPrefix: import('vue').Ref<string, string>;
332
334
  }, {}, {}, {}, {
333
- readonly inline: boolean;
334
335
  readonly disabled: boolean;
335
336
  readonly onSubmit: (e: Event) => void;
337
+ readonly inline: boolean;
336
338
  readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
337
339
  readonly model: Record<string, any>;
338
340
  readonly showRequireMark: boolean | undefined;
@@ -358,12 +360,14 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
358
360
  }>, {
359
361
  validate: () => Promise<{
360
362
  config: Record<string, any>;
361
- success: boolean;
363
+ success: true;
362
364
  errors?: undefined;
365
+ firstErrorFieldName?: undefined;
363
366
  } | {
364
367
  config: Record<string, any>;
365
368
  errors: unknown;
366
- success: boolean;
369
+ firstErrorFieldName: string | undefined;
370
+ success: false;
367
371
  }>;
368
372
  }, {}, {}, {}, {
369
373
  loading: boolean;
@@ -1,9 +1,16 @@
1
+ import { ComputedRef } from 'vue';
2
+ import { FileContentTypeEnum } from '../../../types/openapi';
1
3
  type __VLS_Props = {
2
4
  src?: string | null;
3
5
  fallbackSrc?: string | null;
4
6
  aiImgDescription?: string;
5
7
  objectFit?: 'cover' | 'contain' | 'scale-down';
6
8
  type?: 'default' | 'error';
9
+ fileData?: {
10
+ name?: string;
11
+ content_type?: FileContentTypeEnum | null;
12
+ content_extension?: string | null;
13
+ } | null;
7
14
  };
8
15
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
16
  error: () => any;
@@ -12,6 +19,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
12
19
  }>, {
13
20
  type: "default" | "error";
14
21
  objectFit: "cover" | "contain" | "scale-down";
22
+ fileData: {
23
+ name?: string;
24
+ content_type?: FileContentTypeEnum | null;
25
+ content_extension?: string | null;
26
+ } | null;
15
27
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
16
28
  imageRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
17
29
  onPreviewPrev: import('vue').PropType<() => void>;
@@ -48,7 +60,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
48
60
  arrowOffsetVertical: string;
49
61
  arrowHeight: string;
50
62
  padding: string;
51
- }, any>;
63
+ }, {
64
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
65
+ height: string;
66
+ width: string;
67
+ borderRadius: string;
68
+ color: string;
69
+ colorHover: string;
70
+ railInsetHorizontalBottom: string;
71
+ railInsetHorizontalTop: string;
72
+ railInsetVerticalRight: string;
73
+ railInsetVerticalLeft: string;
74
+ railColor: string;
75
+ }, any>;
76
+ }>;
52
77
  }>;
53
78
  }>>;
54
79
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Image", {
@@ -77,7 +102,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
77
102
  arrowOffsetVertical: string;
78
103
  arrowHeight: string;
79
104
  padding: string;
80
- }, any>;
105
+ }, {
106
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
107
+ height: string;
108
+ width: string;
109
+ borderRadius: string;
110
+ color: string;
111
+ colorHover: string;
112
+ railInsetHorizontalBottom: string;
113
+ railInsetHorizontalTop: string;
114
+ railInsetVerticalRight: string;
115
+ railInsetVerticalLeft: string;
116
+ railColor: string;
117
+ }, any>;
118
+ }>;
81
119
  }>;
82
120
  }>>>;
83
121
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Image", {
@@ -106,7 +144,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
106
144
  arrowOffsetVertical: string;
107
145
  arrowHeight: string;
108
146
  padding: string;
109
- }, any>;
147
+ }, {
148
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
149
+ height: string;
150
+ width: string;
151
+ borderRadius: string;
152
+ color: string;
153
+ colorHover: string;
154
+ railInsetHorizontalBottom: string;
155
+ railInsetHorizontalTop: string;
156
+ railInsetVerticalRight: string;
157
+ railInsetVerticalLeft: string;
158
+ railColor: string;
159
+ }, any>;
160
+ }>;
110
161
  }>;
111
162
  }>>>;
112
163
  alt: StringConstructor;
@@ -129,26 +180,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
129
180
  onLoad: import('vue').PropType<(e: Event) => void>;
130
181
  }>> & Readonly<{}>, {
131
182
  click: () => void;
183
+ showPreview: () => void;
132
184
  mergedClsPrefix: import('vue').Ref<string, string>;
133
185
  groupId: string | undefined;
134
186
  previewInstRef: import('vue').Ref<{
135
187
  setThumbnailEl: (e: HTMLImageElement | null) => void;
136
- setPreviewSrc: (src?: string) => void;
137
- toggleShow: () => void;
138
- } | null, import('naive-ui/es/image/src/ImagePreview').ImagePreviewInst | {
188
+ } | null, import('naive-ui').ImagePreviewInst | {
139
189
  setThumbnailEl: (e: HTMLImageElement | null) => void;
140
- setPreviewSrc: (src?: string) => void;
141
- toggleShow: () => void;
142
190
  } | null>;
143
191
  imageRef: import('vue').Ref<HTMLImageElement | null, HTMLImageElement | null>;
192
+ mergedPreviewSrc: import('vue').ComputedRef<string | undefined>;
144
193
  showError: import('vue').Ref<boolean, boolean>;
145
194
  shouldStartLoading: import('vue').Ref<boolean, boolean>;
146
195
  loaded: import('vue').Ref<boolean, boolean>;
147
- mergedOnClick: (e: MouseEvent) => void;
196
+ mergedOnClick: (e: PointerEvent) => void;
197
+ onPreviewClose: () => void;
148
198
  mergedOnError: (e: Event) => void;
149
199
  mergedOnLoad: (e: Event) => void;
200
+ previewShow: import('vue').Ref<boolean, boolean>;
150
201
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
151
- objectFit: "fill" | "none" | "contain" | "cover" | "scale-down";
202
+ objectFit: "none" | "fill" | "contain" | "cover" | "scale-down";
152
203
  lazy: boolean;
153
204
  showToolbar: boolean;
154
205
  showToolbarTooltip: boolean;
@@ -195,7 +246,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
195
246
  arrowOffsetVertical: string;
196
247
  arrowHeight: string;
197
248
  padding: string;
198
- }, any>;
249
+ }, {
250
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
251
+ height: string;
252
+ width: string;
253
+ borderRadius: string;
254
+ color: string;
255
+ colorHover: string;
256
+ railInsetHorizontalBottom: string;
257
+ railInsetHorizontalTop: string;
258
+ railInsetVerticalRight: string;
259
+ railInsetVerticalLeft: string;
260
+ railColor: string;
261
+ }, any>;
262
+ }>;
199
263
  }>;
200
264
  }>>;
201
265
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Image", {
@@ -224,7 +288,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
224
288
  arrowOffsetVertical: string;
225
289
  arrowHeight: string;
226
290
  padding: string;
227
- }, any>;
291
+ }, {
292
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
293
+ height: string;
294
+ width: string;
295
+ borderRadius: string;
296
+ color: string;
297
+ colorHover: string;
298
+ railInsetHorizontalBottom: string;
299
+ railInsetHorizontalTop: string;
300
+ railInsetVerticalRight: string;
301
+ railInsetVerticalLeft: string;
302
+ railColor: string;
303
+ }, any>;
304
+ }>;
228
305
  }>;
229
306
  }>>>;
230
307
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Image", {
@@ -253,7 +330,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
253
330
  arrowOffsetVertical: string;
254
331
  arrowHeight: string;
255
332
  padding: string;
256
- }, any>;
333
+ }, {
334
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
335
+ height: string;
336
+ width: string;
337
+ borderRadius: string;
338
+ color: string;
339
+ colorHover: string;
340
+ railInsetHorizontalBottom: string;
341
+ railInsetHorizontalTop: string;
342
+ railInsetVerticalRight: string;
343
+ railInsetVerticalLeft: string;
344
+ railColor: string;
345
+ }, any>;
346
+ }>;
257
347
  }>;
258
348
  }>>>;
259
349
  alt: StringConstructor;
@@ -276,26 +366,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
276
366
  onLoad: import('vue').PropType<(e: Event) => void>;
277
367
  }>> & Readonly<{}>, {
278
368
  click: () => void;
369
+ showPreview: () => void;
279
370
  mergedClsPrefix: import('vue').Ref<string, string>;
280
371
  groupId: string | undefined;
281
372
  previewInstRef: import('vue').Ref<{
282
373
  setThumbnailEl: (e: HTMLImageElement | null) => void;
283
- setPreviewSrc: (src?: string) => void;
284
- toggleShow: () => void;
285
- } | null, import('naive-ui/es/image/src/ImagePreview').ImagePreviewInst | {
374
+ } | null, import('naive-ui').ImagePreviewInst | {
286
375
  setThumbnailEl: (e: HTMLImageElement | null) => void;
287
- setPreviewSrc: (src?: string) => void;
288
- toggleShow: () => void;
289
376
  } | null>;
290
377
  imageRef: import('vue').Ref<HTMLImageElement | null, HTMLImageElement | null>;
378
+ mergedPreviewSrc: import('vue').ComputedRef<string | undefined>;
291
379
  showError: import('vue').Ref<boolean, boolean>;
292
380
  shouldStartLoading: import('vue').Ref<boolean, boolean>;
293
381
  loaded: import('vue').Ref<boolean, boolean>;
294
- mergedOnClick: (e: MouseEvent) => void;
382
+ mergedOnClick: (e: PointerEvent) => void;
383
+ onPreviewClose: () => void;
295
384
  mergedOnError: (e: Event) => void;
296
385
  mergedOnLoad: (e: Event) => void;
386
+ previewShow: import('vue').Ref<boolean, boolean>;
297
387
  }, {}, {}, {}, {
298
- objectFit: "fill" | "none" | "contain" | "cover" | "scale-down";
388
+ objectFit: "none" | "fill" | "contain" | "cover" | "scale-down";
299
389
  lazy: boolean;
300
390
  showToolbar: boolean;
301
391
  showToolbarTooltip: boolean;