@pitcher/js-api 1.26.0-beta.9 → 1.26.1

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 (615) hide show
  1. package/impact-js-api.spec.json +38 -29
  2. package/js-api.esm.js +770 -60
  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/api/events/events.helpers.d.ts +14 -2
  7. package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +12 -0
  8. package/lib/apps/browser/appTypes.d.ts +35 -12
  9. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.test.d.ts +1 -0
  10. package/lib/apps/browser/stores/api.d.ts +110 -137
  11. package/lib/apps/browser/stores/app.d.ts +6 -27
  12. package/lib/apps/browser/stores/fileSmartFolderStore.d.ts +0 -2
  13. package/lib/apps/browser/stores/repUploadsStore.d.ts +34 -0
  14. package/lib/apps/browser/stores/upload.d.ts +40 -8
  15. package/lib/apps/browser/stores/upload.test.d.ts +1 -0
  16. package/lib/apps/browser/stores/upload.types.d.ts +18 -0
  17. package/lib/apps/browser/types/actionKeys.d.ts +3 -3
  18. package/lib/apps/canvas-builder/components/container/CanvasContent/canvas-component-map.const.d.ts +3 -0
  19. package/lib/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +10 -0
  20. package/lib/apps/canvas-builder/components/ui/ContentList/contentList.helpers.d.ts +28 -0
  21. package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +119 -8
  22. package/lib/apps/canvas-builder/components/ui/DynamicContent/dynamicContent.const.d.ts +4 -0
  23. package/lib/apps/canvas-builder/components/ui/DynamicContent/section-component-map.const.d.ts +1 -0
  24. package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.d.ts +436 -0
  25. package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.spec.d.ts +1 -0
  26. package/lib/apps/canvas-builder/composables/canvasUpdateStrategy.d.ts +17 -0
  27. package/lib/apps/canvas-builder/composables/canvasUpdateStrategy.spec.d.ts +1 -0
  28. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +422 -63
  29. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +64 -4
  30. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
  31. package/lib/apps/canvas-builder/composables/useCanvasDnd.d.ts +1 -1
  32. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +64 -4
  33. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +1 -1
  34. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
  35. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +24 -0
  36. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -2
  37. package/lib/apps/canvas-builder/composables/useComponentPermissions.d.ts +2 -1
  38. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +9 -1
  39. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +3 -1
  40. package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +1 -2
  41. package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.spec.d.ts +1 -0
  42. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +14 -6
  43. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
  44. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +5 -3
  45. package/lib/apps/canvas-builder/constants/canvas.const.d.ts +4 -0
  46. package/lib/apps/canvas-builder/types/canvas.d.ts +25 -9
  47. package/lib/apps/canvas-builder/util/canvas.util.d.ts +6 -5
  48. package/lib/apps/canvas-builder/util/fetchAnalyticsPopularity.d.ts +18 -0
  49. package/lib/apps/collection-player/stores/app.store.d.ts +0 -1
  50. package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +12 -0
  51. package/lib/apps/content-selector/appTypes.d.ts +2 -3
  52. package/lib/apps/content-selector/stores/api.d.ts +2 -11
  53. package/lib/apps/content-selector/stores/app.d.ts +6 -18
  54. package/lib/apps/content-selector/util/file.d.ts +2 -2
  55. package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +6 -0
  56. package/lib/apps/ppt-conversion-selector/export.d.ts +1 -0
  57. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +9 -1
  58. package/lib/apps/ppt-conversion-selector/utils/data.util.d.ts +1 -0
  59. package/lib/apps/ppt-conversion-selector/utils/data.util.test.d.ts +1 -0
  60. package/lib/components/CBatchMoveItemsModal/__tests__/copy-mode.test.d.ts +1 -0
  61. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +8 -1
  62. package/lib/components/CFolderTreeMultiPicker/__tests__/CFolderTreeMultiPicker.test.d.ts +1 -0
  63. package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -1
  64. package/lib/components/CRichTextEditor/extensions/contentLink.d.ts +3 -1
  65. package/lib/components/CSideBar/CSideBar.spec.d.ts +1 -0
  66. package/lib/components/CSideBar/CSideBarDivider.spec.d.ts +1 -0
  67. package/lib/components/CSideBar/CSideBarItem.spec.d.ts +1 -0
  68. package/lib/components/CSideBar/CSideBarLabel.spec.d.ts +1 -0
  69. package/lib/components/CSideBar/CSideBarToggle.spec.d.ts +1 -0
  70. package/lib/components/CSideBar/index.d.ts +6 -0
  71. package/lib/components/CSideBar/types.d.ts +25 -0
  72. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +3 -8
  73. package/lib/components/HomeCustomizeCog/index.d.ts +1 -0
  74. package/lib/components/HomeCustomizeEmptyState/index.d.ts +1 -0
  75. package/lib/components/HomeCustomizePanel/index.d.ts +1 -0
  76. package/lib/components/HomeCustomizeRow/index.d.ts +1 -0
  77. package/lib/components/savedCanvases/CSavedCanvasesManagement.use.d.ts +3 -0
  78. package/lib/components/savedCanvases/CSavedCanvasesManagement.use.spec.d.ts +1 -0
  79. package/lib/composables/bulkActions.use.d.ts +0 -1
  80. package/lib/composables/presentationHistory.use.d.ts +7 -1
  81. package/lib/composables/useCanvasStandardFilters.d.ts +17 -2
  82. package/lib/composables/useFileDisplayHelpers.d.ts +1 -0
  83. package/lib/composables/useFilterSuggestions.d.ts +5 -1
  84. package/lib/composables/useHomeCustomization.d.ts +32 -0
  85. package/lib/composables/useHomeCustomization.spec.d.ts +1 -0
  86. package/lib/composables/useMetadataFilters.d.ts +1 -1
  87. package/lib/composables/useMetadataSearch.d.ts +8 -2
  88. package/lib/composables/useMetadataTemplates.d.ts +1 -1
  89. package/lib/composables/useSmartStore.d.ts +25 -0
  90. package/lib/composables/useWindowEvents.d.ts +1 -1
  91. package/lib/main.lib.d.ts +21 -3
  92. package/lib/sdk/api/HighLevelApi.d.ts +8 -12
  93. package/lib/sdk/api/modules/canvas.d.ts +1 -1
  94. package/lib/sdk/api/modules/files.d.ts +1 -2
  95. package/lib/sdk/api/modules/index.d.ts +0 -2
  96. package/lib/sdk/api/modules/query.d.ts +120 -1
  97. package/lib/sdk/api/modules/ui/content.ui.d.ts +22 -1
  98. package/lib/sdk/api/modules/ui/index.d.ts +3 -0
  99. package/lib/sdk/api/modules/ui/sharing.ui.d.ts +2 -0
  100. package/lib/sdk/api/modules/ui/types.ui.d.ts +32 -0
  101. package/lib/sdk/interfaces.d.ts +34 -6
  102. package/lib/sdk/main.d.ts +30 -33
  103. package/lib/sdk/payload.types.d.ts +116 -9
  104. package/lib/sdk/utils/httpFetch.d.ts +2 -0
  105. package/lib/types/app.d.ts +2 -1
  106. package/lib/types/call.d.ts +9 -2
  107. package/lib/types/canvases.d.ts +1 -0
  108. package/lib/types/core/MetadataFilter.d.ts +1 -0
  109. package/lib/types/files.d.ts +16 -8
  110. package/lib/types/instanceSettings.types.d.ts +6 -4
  111. package/lib/types/launchDarkly.types.d.ts +13 -6
  112. package/lib/types/organizationSettings.types.d.ts +13 -0
  113. package/lib/types/sfdc.d.ts +6 -1
  114. package/lib/util/app.util.d.ts +46 -0
  115. package/lib/util/array.d.ts +1 -1
  116. package/lib/util/eval.d.ts +4 -0
  117. package/lib/util/font.util.d.ts +4 -0
  118. package/lib/util/handlebars.d.ts +35 -0
  119. package/lib/util/object.d.ts +1 -0
  120. package/lib/util/sfdc.util.d.ts +7 -0
  121. package/lib/util/sfdc.util.spec.d.ts +1 -0
  122. package/lib/util/smart-store.util.d.ts +53 -0
  123. package/lib/util/smart-store.util.spec.d.ts +1 -0
  124. package/lib/util/soql.util.d.ts +46 -0
  125. package/lib/util/soql.util.spec.d.ts +1 -0
  126. package/lib/util/tree-transformation.util.spec.d.ts +1 -0
  127. package/lib/util/user.d.ts +50 -0
  128. package/lib/utils/defaultThumbnail.util.d.ts +1 -0
  129. package/package.json +2 -2
  130. package/types/openapi/models/CanvasRecommendedFile.d.ts +1 -0
  131. package/types/openapi/models/DeletedFile.d.ts +1 -0
  132. package/types/openapi/models/FavoriteFile.d.ts +1 -0
  133. package/types/openapi/models/FavoriteFileRequest.d.ts +1 -0
  134. package/types/openapi/models/File.d.ts +1 -0
  135. package/types/openapi/models/FileContentTypeEnum.d.ts +3 -0
  136. package/types/openapi/models/FileCreate.d.ts +1 -0
  137. package/types/openapi/models/FileCreateRequest.d.ts +1 -0
  138. package/types/openapi/models/FilePermission.d.ts +2 -0
  139. package/types/openapi/models/FilePermissionRequest.d.ts +2 -0
  140. package/types/openapi/models/FileRetrieve.d.ts +1 -0
  141. package/types/openapi/models/FileUpdate.d.ts +1 -0
  142. package/types/openapi/models/FileUpdateRequest.d.ts +1 -0
  143. package/types/openapi/models/FolderFile.d.ts +1 -0
  144. package/types/openapi/models/PaginatedAppList.d.ts +2 -2
  145. package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
  146. package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
  147. package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
  148. package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
  149. package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
  150. package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
  151. package/types/openapi/models/PaginatedEventList.d.ts +2 -2
  152. package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
  153. package/types/openapi/models/PaginatedFileList.d.ts +2 -2
  154. package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
  155. package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
  156. package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
  157. package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
  158. package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
  159. package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
  160. package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
  161. package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
  162. package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
  163. package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
  164. package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
  165. package/types/openapi/models/PaginatedUserList.d.ts +2 -2
  166. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +1 -0
  167. package/types/openapi/models/User.d.ts +1 -0
  168. package/lib/api/events/events.queries.d.ts +0 -9
  169. package/lib/apps/agenda-selector/App.vue.d.ts +0 -9
  170. package/lib/apps/agenda-selector/components/AgendaGroup.vue.d.ts +0 -7
  171. package/lib/apps/agenda-selector/components/AgendaItem.vue.d.ts +0 -24
  172. package/lib/apps/agenda-selector/components/AgendaToolbar.vue.d.ts +0 -2
  173. package/lib/apps/agenda-selector/components/AppFooter.vue.d.ts +0 -8
  174. package/lib/apps/agenda-selector/components/AppHeader.vue.d.ts +0 -6
  175. package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +0 -1151
  176. package/lib/apps/agenda-selector/components/modals/MoveItemModal.vue.d.ts +0 -13
  177. package/lib/apps/assets-manager/App.vue.d.ts +0 -75
  178. package/lib/apps/assets-manager/AssetsTab.vue.d.ts +0 -22
  179. package/lib/apps/assets-manager/components/AssetGridItem.vue.d.ts +0 -16
  180. package/lib/apps/browser/App.vue.d.ts +0 -73
  181. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +0 -241
  182. package/lib/apps/browser/components/Content/ActionsToolbar/BulkShareboxWarningModal.vue.d.ts +0 -15
  183. package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +0 -2
  184. package/lib/apps/browser/components/Content/AllContent/AllContent.vue.d.ts +0 -2
  185. package/lib/apps/browser/components/Content/AllContent/Empty/FoldersFilesEmpty.vue.d.ts +0 -2
  186. package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +0 -96
  187. package/lib/apps/browser/components/Content/Common/BrowserListItem.vue.d.ts +0 -38
  188. package/lib/apps/browser/components/Content/Common/SmartFolderListItem.vue.d.ts +0 -41
  189. package/lib/apps/browser/components/Content/Content.vue.d.ts +0 -17
  190. package/lib/apps/browser/components/Content/Favorites/FavoritesTable.vue.d.ts +0 -2
  191. package/lib/apps/browser/components/Content/Panel/DetailsDrawer/DetailsDrawer.vue.d.ts +0 -17
  192. package/lib/apps/browser/components/Content/Panel/FolderPanel/BasicInfo.vue.d.ts +0 -2
  193. package/lib/apps/browser/components/Content/Panel/FolderPanel/Details.vue.d.ts +0 -2
  194. package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +0 -2
  195. package/lib/apps/browser/components/Content/Panel/ItemsPanel/ItemsPanel.vue.d.ts +0 -2
  196. package/lib/apps/browser/components/Content/Panel/NoItemPanel/NoItemPanel.vue.d.ts +0 -2
  197. package/lib/apps/browser/components/Content/Panel/Panel.vue.d.ts +0 -24
  198. package/lib/apps/browser/components/Content/Panel/QuickAccessPanel.vue.d.ts +0 -2
  199. package/lib/apps/browser/components/Content/Panel/QuickAccessPanelItem.vue.d.ts +0 -10
  200. package/lib/apps/browser/components/Content/Recent/RecentTable.vue.d.ts +0 -2
  201. package/lib/apps/browser/components/ContextMenu/ContextMenu.vue.d.ts +0 -9
  202. package/lib/apps/browser/components/ContextMenu/ContextMenuDropdown.vue.d.ts +0 -14
  203. package/lib/apps/browser/components/ContextMenu/FavoriteButton.vue.d.ts +0 -6
  204. package/lib/apps/browser/components/ContextMenu/FileDetailsPanelButton.vue.d.ts +0 -6
  205. package/lib/apps/browser/components/FileSmartFolders.vue.d.ts +0 -209
  206. package/lib/apps/browser/components/FileSmartFoldersConfigurationModal.vue.d.ts +0 -6
  207. package/lib/apps/browser/components/FileSmartFoldersMissingConfig.vue.d.ts +0 -6
  208. package/lib/apps/browser/components/FileSmartFoldersToolbar.vue.d.ts +0 -12
  209. package/lib/apps/browser/components/UploadFilesDropzone/UploadFilesDropzone.vue.d.ts +0 -7
  210. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +0 -396
  211. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalButtons.vue.d.ts +0 -11
  212. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalFileList.vue.d.ts +0 -12
  213. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.vue.d.ts +0 -11
  214. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +0 -14
  215. package/lib/apps/browser/components/UploadFilesWidget/UploadFilesWidget.vue.d.ts +0 -14
  216. package/lib/apps/canvas-builder/App.vue.d.ts +0 -1088
  217. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +0 -1151
  218. package/lib/apps/canvas-builder/components/container/AiPrompt/AiPromptModal.vue.d.ts +0 -11
  219. package/lib/apps/canvas-builder/components/container/AnnotationMenu/AnnotationMenu.vue.d.ts +0 -60
  220. package/lib/apps/canvas-builder/components/container/BottomBar/BottomBar.vue.d.ts +0 -2
  221. package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +0 -16
  222. package/lib/apps/canvas-builder/components/container/CanvasContent/AnnotationContent.vue.d.ts +0 -8
  223. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +0 -5
  224. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.single.vue.d.ts +0 -2
  225. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +0 -469
  226. package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +0 -13
  227. package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +0 -39
  228. package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +0 -9
  229. package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +0 -29
  230. package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/CanvasHomeSettings.vue.d.ts +0 -2
  231. package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/ComponentDrawerSettings.vue.d.ts +0 -5
  232. package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +0 -7
  233. package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +0 -11
  234. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +0 -5
  235. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +0 -7
  236. package/lib/apps/canvas-builder/components/container/ControlBar/InstalledEmbeddableShortcuts.vue.d.ts +0 -2
  237. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +0 -5
  238. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +0 -2
  239. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +0 -2
  240. package/lib/apps/canvas-builder/components/container/DownloadButton/DownloadButton.vue.d.ts +0 -6
  241. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +0 -111
  242. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +0 -112
  243. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentContent.vue.d.ts +0 -124
  244. package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +0 -24
  245. package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +0 -35
  246. package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +0 -2
  247. package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +0 -24
  248. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +0 -1355
  249. package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +0 -15
  250. package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +0 -5
  251. package/lib/apps/canvas-builder/components/container/PopupApps/AdaptivePopupAppsButtons.vue.d.ts +0 -17
  252. package/lib/apps/canvas-builder/components/container/PopupApps/PopupAppsButtons.vue.d.ts +0 -18
  253. package/lib/apps/canvas-builder/components/container/Search/Search.vue.d.ts +0 -11
  254. package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +0 -23
  255. package/lib/apps/canvas-builder/components/ui/Block/Block.vue.d.ts +0 -8
  256. package/lib/apps/canvas-builder/components/ui/Block/BlockToolbar.vue.d.ts +0 -11
  257. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +0 -2
  258. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +0 -8
  259. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +0 -304
  260. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +0 -24
  261. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +0 -81
  262. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayerEmpty.vue.d.ts +0 -10
  263. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +0 -2
  264. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +0 -12
  265. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +0 -24
  266. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +0 -326
  267. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +0 -6
  268. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +0 -11
  269. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +0 -15
  270. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridList.vue.d.ts +0 -12
  271. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +0 -13
  272. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +0 -14
  273. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.raw.vue.d.ts +0 -30
  274. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +0 -76
  275. package/lib/apps/canvas-builder/components/ui/ContentList/ContentListItems.vue.d.ts +0 -21
  276. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.edit.vue.d.ts +0 -2
  277. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.header.vue.d.ts +0 -19
  278. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.vue.d.ts +0 -13
  279. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.settings.vue.d.ts +0 -10
  280. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +0 -27
  281. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.edit.vue.d.ts +0 -5
  282. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +0 -16
  283. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.settings.vue.d.ts +0 -7
  284. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.vue.d.ts +0 -26
  285. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.edit.vue.d.ts +0 -2
  286. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.grouped.vue.d.ts +0 -22
  287. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.header.vue.d.ts +0 -27
  288. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.simple.vue.d.ts +0 -31
  289. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.vue.d.ts +0 -22
  290. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.settings.vue.d.ts +0 -8
  291. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.vue.d.ts +0 -27
  292. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +0 -6
  293. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +0 -23
  294. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +0 -650
  295. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +0 -23
  296. package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +0 -29
  297. package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +0 -6
  298. package/lib/apps/canvas-builder/components/ui/Html/CAiHtmlActions.vue.d.ts +0 -23
  299. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +0 -21
  300. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +0 -6
  301. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +0 -22
  302. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +0 -299
  303. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +0 -24
  304. package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +0 -2
  305. package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +0 -8
  306. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +0 -297
  307. package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +0 -19
  308. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +0 -7
  309. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +0 -20
  310. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +0 -301
  311. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +0 -24
  312. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +0 -297
  313. package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +0 -35
  314. package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +0 -9
  315. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +0 -358
  316. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +0 -32
  317. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +0 -32
  318. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +0 -27
  319. package/lib/apps/canvas-builder/components/ui/SectionList/Execution/SectionListExecution.vue.d.ts +0 -10
  320. package/lib/apps/canvas-builder/components/ui/SectionList/RestrictedSectionSelector.vue.d.ts +0 -12
  321. package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +0 -39
  322. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +0 -30
  323. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +0 -66
  324. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +0 -25
  325. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCompact.vue.d.ts +0 -18
  326. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListItem.vue.d.ts +0 -27
  327. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListStrategySelector.vue.d.ts +0 -21
  328. package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +0 -11
  329. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +0 -19
  330. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +0 -34
  331. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +0 -16
  332. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +0 -51
  333. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +0 -202
  334. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +0 -6
  335. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +0 -23
  336. package/lib/apps/canvas-selector/App.vue.d.ts +0 -12
  337. package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +0 -19
  338. package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +0 -172
  339. package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +0 -4
  340. package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +0 -2
  341. package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +0 -4
  342. package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +0 -4
  343. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +0 -163
  344. package/lib/apps/collection-player/App.vue.d.ts +0 -30
  345. package/lib/apps/collection-player/components/AppFooter.vue.d.ts +0 -57
  346. package/lib/apps/collection-player/components/AppHeader.vue.d.ts +0 -2
  347. package/lib/apps/collection-player/components/AppWrapper.vue.d.ts +0 -18
  348. package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +0 -19
  349. package/lib/apps/collection-player/components/MainContent.vue.d.ts +0 -5
  350. package/lib/apps/collection-player/components/MainImage.vue.d.ts +0 -11
  351. package/lib/apps/collection-player/components/SlideContent.vue.d.ts +0 -8
  352. package/lib/apps/collection-player/components/TableOfContents.vue.d.ts +0 -2
  353. package/lib/apps/collection-selector/App.vue.d.ts +0 -33
  354. package/lib/apps/collection-selector/components/AppFooter.vue.d.ts +0 -8
  355. package/lib/apps/collection-selector/components/AppHeader.vue.d.ts +0 -9
  356. package/lib/apps/collection-selector/components/CollectionGroup.vue.d.ts +0 -7
  357. package/lib/apps/collection-selector/components/CollectionItem.vue.d.ts +0 -17
  358. package/lib/apps/collection-selector/components/CollectionToolbar.vue.d.ts +0 -5
  359. package/lib/apps/collection-selector/components/modals/MoveSlideModal.vue.d.ts +0 -13
  360. package/lib/apps/content-selector/App.vue.d.ts +0 -20
  361. package/lib/apps/content-selector/components/AiImages.vue.d.ts +0 -12
  362. package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +0 -8
  363. package/lib/apps/content-selector/components/Assets.vue.d.ts +0 -76
  364. package/lib/apps/content-selector/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +0 -2
  365. package/lib/apps/content-selector/components/Content/AllContent/AllContent.vue.d.ts +0 -2
  366. package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +0 -2
  367. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +0 -243
  368. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +0 -43
  369. package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +0 -2
  370. package/lib/apps/content-selector/components/Content.vue.d.ts +0 -75
  371. package/lib/apps/content-selector/components/ExternalLinks.vue.d.ts +0 -12
  372. package/lib/apps/content-selector/components/MultimediaSelectorApp.vue.d.ts +0 -12
  373. package/lib/apps/content-selector/components/Navbar.vue.d.ts +0 -2
  374. package/lib/apps/content-selector/components/PexelsImages.vue.d.ts +0 -12
  375. package/lib/apps/content-selector/components/ThemeImages.vue.d.ts +0 -2
  376. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +0 -68
  377. package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +0 -11
  378. package/lib/apps/notes/NotesApp.vue.d.ts +0 -26
  379. package/lib/apps/notes/components/CustomerReaction.vue.d.ts +0 -2
  380. package/lib/apps/ppt-conversion-selector/App.vue.d.ts +0 -25
  381. package/lib/apps/ppt-conversion-selector/components/AppFooter.vue.d.ts +0 -11
  382. package/lib/apps/ppt-conversion-selector/components/AppHeader.vue.d.ts +0 -8
  383. package/lib/apps/ppt-conversion-selector/components/CollectionGroup.vue.d.ts +0 -6
  384. package/lib/apps/ppt-conversion-selector/components/CollectionItem.vue.d.ts +0 -17
  385. package/lib/apps/ppt-conversion-selector/components/CollectionToolbar.vue.d.ts +0 -2
  386. package/lib/apps/ppt-conversion-selector/components/modals/MoveSlideModal.vue.d.ts +0 -14
  387. package/lib/canvas-comments/components/CommentButton.vue.d.ts +0 -6
  388. package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +0 -25
  389. package/lib/canvas-comments/components/SimpleComments.vue.d.ts +0 -14
  390. package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +0 -18
  391. package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +0 -13
  392. package/lib/components/CApexChart/CApexChartLine.vue.d.ts +0 -12
  393. package/lib/components/CAttributesForm/CAttributesForm.vue.d.ts +0 -17
  394. package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +0 -15
  395. package/lib/components/CAvatar/CAvatar.vue.d.ts +0 -15
  396. package/lib/components/CBackgroundImageThemeOptions/CBackgroundImageThemeOptions.vue.d.ts +0 -32
  397. package/lib/components/CBatchMoveItemsModal/CBatchMoveItemsModal.vue.d.ts +0 -31
  398. package/lib/components/CBorderRadiusInput/CBorderRadiusInput.vue.d.ts +0 -19
  399. package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +0 -13
  400. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +0 -68
  401. package/lib/components/CButton/CButton.vue.d.ts +0 -23
  402. package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +0 -29
  403. package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +0 -24
  404. package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +0 -11
  405. package/lib/components/CCard/CCard.vue.d.ts +0 -15
  406. package/lib/components/CCarousel/CCarousel.vue.d.ts +0 -434
  407. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.vue.d.ts +0 -5
  408. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +0 -7
  409. package/lib/components/CCheckbox/CCheckbox.vue.d.ts +0 -15
  410. package/lib/components/CChip/CChip.vue.d.ts +0 -30
  411. package/lib/components/CCollapse/CCollapse.vue.d.ts +0 -26
  412. package/lib/components/CCollapse/CCollapseItem.vue.d.ts +0 -15
  413. package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +0 -17
  414. package/lib/components/CColorPicker/CColorPicker.vue.d.ts +0 -15
  415. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +0 -45
  416. package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +0 -54
  417. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +0 -322
  418. package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +0 -24
  419. package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +0 -17
  420. package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +0 -17
  421. package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +0 -40
  422. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +0 -29
  423. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +0 -54
  424. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +0 -841
  425. package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +0 -21
  426. package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +0 -50
  427. package/lib/components/CContentError/CContentError.vue.d.ts +0 -9
  428. package/lib/components/CCreateCanvasModal/CCreateCanvasModal.vue.d.ts +0 -2
  429. package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +0 -23
  430. package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +0 -307
  431. package/lib/components/CCreateThemeModal/CCreateThemeModal.vue.d.ts +0 -19
  432. package/lib/components/CCreateThemeModal/steps/CThemeAssetsStep.vue.d.ts +0 -19
  433. package/lib/components/CCreateThemeModal/steps/CThemeColorsStep.vue.d.ts +0 -10
  434. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +0 -2579
  435. package/lib/components/CCreateThemeModal/steps/CThemeTypographyStep.vue.d.ts +0 -13
  436. package/lib/components/CDataTable/CDataTable.vue.d.ts +0 -8637
  437. package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +0 -19
  438. package/lib/components/CDivider/CDivider.vue.d.ts +0 -18
  439. package/lib/components/CDrawer/CDrawer.vue.d.ts +0 -15
  440. package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +0 -15
  441. package/lib/components/CDropdown/CDropdown.vue.d.ts +0 -15
  442. package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +0 -10
  443. package/lib/components/CEmpty/CEmpty.vue.d.ts +0 -15
  444. package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +0 -153
  445. package/lib/components/CError/CErrorFullScreen.vue.d.ts +0 -38
  446. package/lib/components/CFeedback/CFeedback.vue.d.ts +0 -30
  447. package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +0 -6
  448. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +0 -35
  449. package/lib/components/CFilePanel/BasicInfo.vue.d.ts +0 -2
  450. package/lib/components/CFilePanel/CFilePanel.vue.d.ts +0 -11
  451. package/lib/components/CFilePanel/Details.vue.d.ts +0 -2
  452. package/lib/components/CFilePanel/Metadata.vue.d.ts +0 -2
  453. package/lib/components/CFilePanel/Tags.vue.d.ts +0 -9
  454. package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +0 -15
  455. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +0 -431
  456. package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +0 -9
  457. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +0 -53
  458. package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +0 -63
  459. package/lib/components/CFileViewer/pdf/CFileViewerCopyPagesMetadata.pdf.vue.d.ts +0 -69
  460. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +0 -379
  461. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawerSelectPage.vue.d.ts +0 -10
  462. package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +0 -6
  463. package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +0 -23
  464. package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +0 -25
  465. package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +0 -35
  466. package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +0 -25
  467. package/lib/components/CFontSelect/CFontSelect.vue.d.ts +0 -12
  468. package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +0 -11
  469. package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +0 -5
  470. package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +0 -72
  471. package/lib/components/CGlobalSearch/CGlobalSearchResults.vue.d.ts +0 -20
  472. package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +0 -2
  473. package/lib/components/CGlobalSearch/CResult.vue.d.ts +0 -15
  474. package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +0 -23
  475. package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +0 -33
  476. package/lib/components/CHeightInput/CHeightInput.vue.d.ts +0 -10
  477. package/lib/components/CHelpText/CHelpText.vue.d.ts +0 -17
  478. package/lib/components/CIcon/CIcon.vue.d.ts +0 -13
  479. package/lib/components/CImage/CImage.vue.d.ts +0 -395
  480. package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +0 -23
  481. package/lib/components/CInput/CInput.vue.d.ts +0 -1157
  482. package/lib/components/CInputPlaceholder/CInputPlaceholder.vue.d.ts +0 -24
  483. package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +0 -14
  484. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +0 -12
  485. package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +0 -20
  486. package/lib/components/CList/CList.vue.d.ts +0 -56
  487. package/lib/components/CList/CListItem.vue.d.ts +0 -79
  488. package/lib/components/CMetaDataBadge/CMetaDataBadge.vue.d.ts +0 -9
  489. package/lib/components/CModal/CModal.vue.d.ts +0 -15
  490. package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +0 -29
  491. package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +0 -28
  492. package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +0 -17
  493. package/lib/components/COverflowWrapper/COverflowWrapper.vue.d.ts +0 -22
  494. package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +0 -14
  495. package/lib/components/CPaginationButtons/CPaginationButtons.vue.d.ts +0 -19
  496. package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +0 -73
  497. package/lib/components/CPdfDimensionsSelector/CPdfDimensionsSelector.vue.d.ts +0 -27
  498. package/lib/components/CPillSelect/CPillSelect.vue.d.ts +0 -14
  499. package/lib/components/CPopover/CPopover.vue.d.ts +0 -15
  500. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +0 -14
  501. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +0 -10
  502. package/lib/components/CProcessingOverlay/CProcessingOverlay.vue.d.ts +0 -19
  503. package/lib/components/CQueryBuilder/CQueryBuilder.vue.d.ts +0 -18
  504. package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +0 -19
  505. package/lib/components/CRate/CRate.vue.d.ts +0 -15
  506. package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +0 -25
  507. package/lib/components/CRenameModal/CRenameModal.vue.d.ts +0 -28
  508. package/lib/components/CRichTextEditor/components/CAiRichTextActions.vue.d.ts +0 -17
  509. package/lib/components/CRichTextEditor/components/CAlignmentSelect.vue.d.ts +0 -9
  510. package/lib/components/CRichTextEditor/components/CContentLinkToolbar.vue.d.ts +0 -18
  511. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +0 -2671
  512. package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +0 -33
  513. package/lib/components/CRichTextEditor/components/CFontDropdown.vue.d.ts +0 -11
  514. package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +0 -52
  515. package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +0 -4870
  516. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +0 -2661
  517. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +0 -1155
  518. package/lib/components/CRichTextEditor/components/CInsertDropdown.vue.d.ts +0 -19
  519. package/lib/components/CRichTextEditor/components/CLineHeightSelect.vue.d.ts +0 -9
  520. package/lib/components/CRichTextEditor/components/CListSelect.vue.d.ts +0 -9
  521. package/lib/components/CRichTextEditor/components/CSuggestionList.vue.d.ts +0 -9
  522. package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +0 -11
  523. package/lib/components/CRichTextEditor/components/CTextTypeSelect.vue.d.ts +0 -6
  524. package/lib/components/CSearch/CSearch.vue.d.ts +0 -25
  525. package/lib/components/CSearch/CSearchOnClick.vue.d.ts +0 -32
  526. package/lib/components/CSearch/CSearchOnClickWithSuggestions.vue.d.ts +0 -23
  527. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +0 -218
  528. package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +0 -39
  529. package/lib/components/CSectionSelectionActions/CSectionSelectionActions.vue.d.ts +0 -19
  530. package/lib/components/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +0 -135
  531. package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +0 -44
  532. package/lib/components/CSelect/CSelect.vue.d.ts +0 -20
  533. package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +0 -10
  534. package/lib/components/CShortcut/CShortcut.vue.d.ts +0 -17
  535. package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +0 -6
  536. package/lib/components/CSingleFileSelector/CSingleFileSelector.vue.d.ts +0 -26
  537. package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +0 -15
  538. package/lib/components/CSlideViewer/CSlideViewer.pdfjs.vue.d.ts +0 -18
  539. package/lib/components/CSlideViewer/CSlideViewer.pspdfkit.vue.d.ts +0 -14
  540. package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +0 -12
  541. package/lib/components/CSlider/CSlider.vue.d.ts +0 -42
  542. package/lib/components/CSpin/CSpin.vue.d.ts +0 -15
  543. package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +0 -14
  544. package/lib/components/CSwitch/CSwitch.vue.d.ts +0 -27
  545. package/lib/components/CTable/CTable.vue.d.ts +0 -61
  546. package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +0 -35
  547. package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +0 -8
  548. package/lib/components/CTableInput/CTableInput.vue.d.ts +0 -2337
  549. package/lib/components/CTableMore/CTableMore.vue.d.ts +0 -24
  550. package/lib/components/CTableSelect/CTableSelect.vue.d.ts +0 -21
  551. package/lib/components/CTableTag/CTableTag.vue.d.ts +0 -4940
  552. package/lib/components/CTag/CTag.vue.d.ts +0 -15
  553. package/lib/components/CTags/CTags.vue.d.ts +0 -4910
  554. package/lib/components/CTagsPlaceholder/CTagsPlaceholder.vue.d.ts +0 -6
  555. package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +0 -4
  556. package/lib/components/CThemePreview/CThemePreview.vue.d.ts +0 -20
  557. package/lib/components/CThumbnail/CThumbnail.vue.d.ts +0 -44
  558. package/lib/components/CTimeline/CTimeline.vue.d.ts +0 -15
  559. package/lib/components/CTimeline/CTimelineControl.vue.d.ts +0 -2
  560. package/lib/components/CTimeline/CTimelineModal.vue.d.ts +0 -12
  561. package/lib/components/CToastProvider/CToastProvider.vue.d.ts +0 -2
  562. package/lib/components/CToolbar/CToolbar.vue.d.ts +0 -18
  563. package/lib/components/CTooltip/CTooltip.vue.d.ts +0 -18
  564. package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +0 -22
  565. package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +0 -13
  566. package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +0 -13
  567. package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +0 -303
  568. package/lib/components/CUserAvatar/CUserAvatar.vue.d.ts +0 -13
  569. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +0 -472
  570. package/lib/components/CUsersAccessInfo/CUsersAccessInfo.vue.d.ts +0 -13
  571. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +0 -35
  572. package/lib/components/CVideo/CVideo.vue.d.ts +0 -48
  573. package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +0 -49
  574. package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +0 -40
  575. package/lib/components/CWarningAlert/CWarningAlert.vue.d.ts +0 -11
  576. package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +0 -440
  577. package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +0 -41
  578. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +0 -451
  579. package/lib/components/canvas-blocks/CBlockManagementActionsCell.vue.d.ts +0 -25
  580. package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +0 -44
  581. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +0 -1290
  582. package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +0 -48
  583. package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +0 -10
  584. package/lib/components/canvas-templates/CTemplateManagementListItem.vue.d.ts +0 -54
  585. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +0 -325
  586. package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +0 -6
  587. package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +0 -20
  588. package/lib/components/filters/CCheckboxFilter.vue.d.ts +0 -11
  589. package/lib/components/filters/CDateRangeFilter.vue.d.ts +0 -26
  590. package/lib/components/filters/CSearchFilter.vue.d.ts +0 -117
  591. package/lib/components/filters/CSelectFilter.vue.d.ts +0 -27
  592. package/lib/components/savedCanvases/CCanvasAccountModal.vue.d.ts +0 -23
  593. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +0 -778
  594. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +0 -55
  595. package/lib/components/savedCanvases/CSavedCanvasesManagementIndicatorsCell.vue.d.ts +0 -6
  596. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +0 -1879
  597. package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +0 -46
  598. package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +0 -16
  599. package/lib/components/savedCanvases/smartFolders/SmartFolderNameCell.vue.d.ts +0 -9
  600. package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +0 -140
  601. package/lib/components/savedCanvases/smartFolders/SmartFoldersConfigurationModal.vue.d.ts +0 -6
  602. package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +0 -11
  603. package/lib/components/sections/CSectionManagement.vue.d.ts +0 -452
  604. package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +0 -27
  605. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +0 -45
  606. package/lib/components/themes/CThemeManagement.vue.d.ts +0 -446
  607. package/lib/components/themes/CThemeManagementActionsCell.vue.d.ts +0 -24
  608. package/lib/components/themes/CThemeManagementActionsCellIconWrapper.vue.d.ts +0 -10
  609. package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +0 -44
  610. package/lib/composables/recentFiles.use.d.ts +0 -12
  611. package/lib/constants/recentFiles.const.d.ts +0 -4
  612. package/lib/sdk/api/modules/events.d.ts +0 -6
  613. package/lib/sdk/api/modules/favorites.d.ts +0 -16
  614. package/lib/types/favorites.d.ts +0 -5
  615. package/lib/types/recentFiles.types.d.ts +0 -8
@@ -1,2579 +0,0 @@
1
- import { ComputedRef, Ref } from 'vue';
2
- import { FormInst, UploadFileInfo } from 'naive-ui';
3
- import { CanvasThemeStatus } from '../../../types/canvasTheme';
4
- import { SelectOptionActionUrl } from '../../../theme/theme.types';
5
- type __VLS_Props = {
6
- modelValue: {
7
- name: string;
8
- status: CanvasThemeStatus;
9
- componentSpacing: number;
10
- };
11
- fontOptions: SelectOptionActionUrl[];
12
- };
13
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
- "update:modelValue": (value: {
15
- name: string;
16
- status: CanvasThemeStatus;
17
- componentSpacing: number;
18
- }) => any;
19
- "update:font": (font: SelectOptionActionUrl) => any;
20
- validation: (isValid: boolean) => any;
21
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
22
- "onUpdate:modelValue"?: ((value: {
23
- name: string;
24
- status: CanvasThemeStatus;
25
- componentSpacing: number;
26
- }) => any) | undefined;
27
- "onUpdate:font"?: ((font: SelectOptionActionUrl) => any) | undefined;
28
- onValidation?: ((isValid: boolean) => any) | undefined;
29
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
30
- formRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
31
- readonly inline: BooleanConstructor;
32
- readonly labelWidth: import('vue').PropType<number | string>;
33
- readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
34
- readonly labelPlacement: {
35
- readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
36
- readonly default: "top";
37
- };
38
- readonly model: {
39
- readonly type: import('vue').PropType<Record<string, any>>;
40
- readonly default: () => void;
41
- };
42
- readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
43
- readonly disabled: BooleanConstructor;
44
- readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
45
- readonly showRequireMark: {
46
- readonly type: import('vue').PropType<boolean | undefined>;
47
- readonly default: undefined;
48
- };
49
- readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
50
- readonly showFeedback: {
51
- readonly type: BooleanConstructor;
52
- readonly default: true;
53
- };
54
- readonly onSubmit: {
55
- readonly type: import('vue').PropType<(e: Event) => void>;
56
- readonly default: (e: Event) => void;
57
- };
58
- readonly showLabel: {
59
- readonly type: import('vue').PropType<boolean | undefined>;
60
- readonly default: undefined;
61
- };
62
- readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
63
- readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
64
- blankHeightSmall: string;
65
- blankHeightMedium: string;
66
- blankHeightLarge: string;
67
- lineHeight: string;
68
- labelTextColor: string;
69
- asteriskColor: string;
70
- feedbackTextColorError: string;
71
- feedbackTextColorWarning: string;
72
- feedbackTextColor: string;
73
- feedbackPadding: string;
74
- feedbackHeightSmall: string;
75
- feedbackHeightMedium: string;
76
- feedbackHeightLarge: string;
77
- feedbackFontSizeSmall: string;
78
- feedbackFontSizeMedium: string;
79
- feedbackFontSizeLarge: string;
80
- labelFontSizeLeftSmall: string;
81
- labelFontSizeLeftMedium: string;
82
- labelFontSizeLeftLarge: string;
83
- labelFontSizeTopSmall: string;
84
- labelFontSizeTopMedium: string;
85
- labelFontSizeTopLarge: string;
86
- labelHeightSmall: string;
87
- labelHeightMedium: string;
88
- labelHeightLarge: string;
89
- labelPaddingVertical: string;
90
- labelPaddingHorizontal: string;
91
- labelTextAlignVertical: string;
92
- labelTextAlignHorizontal: string;
93
- labelFontWeight: string;
94
- }, any>>;
95
- readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
96
- blankHeightSmall: string;
97
- blankHeightMedium: string;
98
- blankHeightLarge: string;
99
- lineHeight: string;
100
- labelTextColor: string;
101
- asteriskColor: string;
102
- feedbackTextColorError: string;
103
- feedbackTextColorWarning: string;
104
- feedbackTextColor: string;
105
- feedbackPadding: string;
106
- feedbackHeightSmall: string;
107
- feedbackHeightMedium: string;
108
- feedbackHeightLarge: string;
109
- feedbackFontSizeSmall: string;
110
- feedbackFontSizeMedium: string;
111
- feedbackFontSizeLarge: string;
112
- labelFontSizeLeftSmall: string;
113
- labelFontSizeLeftMedium: string;
114
- labelFontSizeLeftLarge: string;
115
- labelFontSizeTopSmall: string;
116
- labelFontSizeTopMedium: string;
117
- labelFontSizeTopLarge: string;
118
- labelHeightSmall: string;
119
- labelHeightMedium: string;
120
- labelHeightLarge: string;
121
- labelPaddingVertical: string;
122
- labelPaddingHorizontal: string;
123
- labelTextAlignVertical: string;
124
- labelTextAlignHorizontal: string;
125
- labelFontWeight: string;
126
- }, any>>>;
127
- readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
128
- blankHeightSmall: string;
129
- blankHeightMedium: string;
130
- blankHeightLarge: string;
131
- lineHeight: string;
132
- labelTextColor: string;
133
- asteriskColor: string;
134
- feedbackTextColorError: string;
135
- feedbackTextColorWarning: string;
136
- feedbackTextColor: string;
137
- feedbackPadding: string;
138
- feedbackHeightSmall: string;
139
- feedbackHeightMedium: string;
140
- feedbackHeightLarge: string;
141
- feedbackFontSizeSmall: string;
142
- feedbackFontSizeMedium: string;
143
- feedbackFontSizeLarge: string;
144
- labelFontSizeLeftSmall: string;
145
- labelFontSizeLeftMedium: string;
146
- labelFontSizeLeftLarge: string;
147
- labelFontSizeTopSmall: string;
148
- labelFontSizeTopMedium: string;
149
- labelFontSizeTopLarge: string;
150
- labelHeightSmall: string;
151
- labelHeightMedium: string;
152
- labelHeightLarge: string;
153
- labelPaddingVertical: string;
154
- labelPaddingHorizontal: string;
155
- labelTextAlignVertical: string;
156
- labelTextAlignHorizontal: string;
157
- labelFontWeight: string;
158
- }, any>>>;
159
- }>> & Readonly<{}>, FormInst & {
160
- mergedClsPrefix: import('vue').Ref<string, string>;
161
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
162
- readonly disabled: boolean;
163
- readonly onSubmit: (e: Event) => void;
164
- readonly inline: boolean;
165
- readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
166
- readonly model: Record<string, any>;
167
- readonly showRequireMark: boolean | undefined;
168
- readonly showFeedback: boolean;
169
- readonly showLabel: boolean | undefined;
170
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
171
- P: {};
172
- B: {};
173
- D: {};
174
- C: {};
175
- M: {};
176
- Defaults: {};
177
- }, Readonly<import('vue').ExtractPropTypes<{
178
- readonly inline: BooleanConstructor;
179
- readonly labelWidth: import('vue').PropType<number | string>;
180
- readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
181
- readonly labelPlacement: {
182
- readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
183
- readonly default: "top";
184
- };
185
- readonly model: {
186
- readonly type: import('vue').PropType<Record<string, any>>;
187
- readonly default: () => void;
188
- };
189
- readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
190
- readonly disabled: BooleanConstructor;
191
- readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
192
- readonly showRequireMark: {
193
- readonly type: import('vue').PropType<boolean | undefined>;
194
- readonly default: undefined;
195
- };
196
- readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
197
- readonly showFeedback: {
198
- readonly type: BooleanConstructor;
199
- readonly default: true;
200
- };
201
- readonly onSubmit: {
202
- readonly type: import('vue').PropType<(e: Event) => void>;
203
- readonly default: (e: Event) => void;
204
- };
205
- readonly showLabel: {
206
- readonly type: import('vue').PropType<boolean | undefined>;
207
- readonly default: undefined;
208
- };
209
- readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
210
- readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
211
- blankHeightSmall: string;
212
- blankHeightMedium: string;
213
- blankHeightLarge: string;
214
- lineHeight: string;
215
- labelTextColor: string;
216
- asteriskColor: string;
217
- feedbackTextColorError: string;
218
- feedbackTextColorWarning: string;
219
- feedbackTextColor: string;
220
- feedbackPadding: string;
221
- feedbackHeightSmall: string;
222
- feedbackHeightMedium: string;
223
- feedbackHeightLarge: string;
224
- feedbackFontSizeSmall: string;
225
- feedbackFontSizeMedium: string;
226
- feedbackFontSizeLarge: string;
227
- labelFontSizeLeftSmall: string;
228
- labelFontSizeLeftMedium: string;
229
- labelFontSizeLeftLarge: string;
230
- labelFontSizeTopSmall: string;
231
- labelFontSizeTopMedium: string;
232
- labelFontSizeTopLarge: string;
233
- labelHeightSmall: string;
234
- labelHeightMedium: string;
235
- labelHeightLarge: string;
236
- labelPaddingVertical: string;
237
- labelPaddingHorizontal: string;
238
- labelTextAlignVertical: string;
239
- labelTextAlignHorizontal: string;
240
- labelFontWeight: string;
241
- }, any>>;
242
- readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
243
- blankHeightSmall: string;
244
- blankHeightMedium: string;
245
- blankHeightLarge: string;
246
- lineHeight: string;
247
- labelTextColor: string;
248
- asteriskColor: string;
249
- feedbackTextColorError: string;
250
- feedbackTextColorWarning: string;
251
- feedbackTextColor: string;
252
- feedbackPadding: string;
253
- feedbackHeightSmall: string;
254
- feedbackHeightMedium: string;
255
- feedbackHeightLarge: string;
256
- feedbackFontSizeSmall: string;
257
- feedbackFontSizeMedium: string;
258
- feedbackFontSizeLarge: string;
259
- labelFontSizeLeftSmall: string;
260
- labelFontSizeLeftMedium: string;
261
- labelFontSizeLeftLarge: string;
262
- labelFontSizeTopSmall: string;
263
- labelFontSizeTopMedium: string;
264
- labelFontSizeTopLarge: string;
265
- labelHeightSmall: string;
266
- labelHeightMedium: string;
267
- labelHeightLarge: string;
268
- labelPaddingVertical: string;
269
- labelPaddingHorizontal: string;
270
- labelTextAlignVertical: string;
271
- labelTextAlignHorizontal: string;
272
- labelFontWeight: string;
273
- }, any>>>;
274
- readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
275
- blankHeightSmall: string;
276
- blankHeightMedium: string;
277
- blankHeightLarge: string;
278
- lineHeight: string;
279
- labelTextColor: string;
280
- asteriskColor: string;
281
- feedbackTextColorError: string;
282
- feedbackTextColorWarning: string;
283
- feedbackTextColor: string;
284
- feedbackPadding: string;
285
- feedbackHeightSmall: string;
286
- feedbackHeightMedium: string;
287
- feedbackHeightLarge: string;
288
- feedbackFontSizeSmall: string;
289
- feedbackFontSizeMedium: string;
290
- feedbackFontSizeLarge: string;
291
- labelFontSizeLeftSmall: string;
292
- labelFontSizeLeftMedium: string;
293
- labelFontSizeLeftLarge: string;
294
- labelFontSizeTopSmall: string;
295
- labelFontSizeTopMedium: string;
296
- labelFontSizeTopLarge: string;
297
- labelHeightSmall: string;
298
- labelHeightMedium: string;
299
- labelHeightLarge: string;
300
- labelPaddingVertical: string;
301
- labelPaddingHorizontal: string;
302
- labelTextAlignVertical: string;
303
- labelTextAlignHorizontal: string;
304
- labelFontWeight: string;
305
- }, any>>>;
306
- }>> & Readonly<{}>, FormInst & {
307
- mergedClsPrefix: import('vue').Ref<string, string>;
308
- }, {}, {}, {}, {
309
- readonly disabled: boolean;
310
- readonly onSubmit: (e: Event) => void;
311
- readonly inline: boolean;
312
- readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
313
- readonly model: Record<string, any>;
314
- readonly showRequireMark: boolean | undefined;
315
- readonly showFeedback: boolean;
316
- readonly showLabel: boolean | undefined;
317
- }> | null;
318
- uploadRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
319
- readonly name: {
320
- readonly type: StringConstructor;
321
- readonly default: "file";
322
- };
323
- readonly accept: StringConstructor;
324
- readonly action: StringConstructor;
325
- readonly customRequest: import('vue').PropType<import('naive-ui/es/upload/src/interface').CustomRequest>;
326
- readonly directory: BooleanConstructor;
327
- readonly directoryDnd: {
328
- readonly type: BooleanConstructor;
329
- readonly default: undefined;
330
- };
331
- readonly method: {
332
- readonly type: StringConstructor;
333
- readonly default: "POST";
334
- };
335
- readonly multiple: BooleanConstructor;
336
- readonly showFileList: {
337
- readonly type: BooleanConstructor;
338
- readonly default: true;
339
- };
340
- readonly data: import('vue').PropType<import('naive-ui/es/upload/src/interface').FuncOrRecordOrUndef<string | Blob>>;
341
- readonly headers: import('vue').PropType<import('naive-ui/es/upload/src/interface').FuncOrRecordOrUndef>;
342
- readonly withCredentials: BooleanConstructor;
343
- readonly responseType: {
344
- readonly type: import('vue').PropType<XMLHttpRequestResponseType>;
345
- readonly default: "";
346
- };
347
- readonly disabled: {
348
- readonly type: import('vue').PropType<boolean | undefined>;
349
- readonly default: undefined;
350
- };
351
- readonly onChange: import('vue').PropType<import('naive-ui').UploadOnChange>;
352
- readonly onRemove: import('vue').PropType<import('naive-ui').UploadOnRemove>;
353
- readonly onFinish: import('vue').PropType<import('naive-ui').UploadOnFinish>;
354
- readonly onError: import('vue').PropType<import('naive-ui/es/upload/src/interface').OnError>;
355
- readonly onRetry: import('vue').PropType<import('naive-ui/es/upload/src/interface').OnRetry>;
356
- readonly onBeforeUpload: import('vue').PropType<import('naive-ui/es/upload/src/interface').OnBeforeUpload>;
357
- readonly isErrorState: import('vue').PropType<(xhr: XMLHttpRequest) => boolean>;
358
- readonly onDownload: import('vue').PropType<import('naive-ui').UploadOnDownload>;
359
- readonly customDownload: import('vue').PropType<import('naive-ui').UploadOnDownload>;
360
- readonly defaultUpload: {
361
- readonly type: BooleanConstructor;
362
- readonly default: true;
363
- };
364
- readonly fileList: import('vue').PropType<UploadFileInfo[]>;
365
- readonly 'onUpdate:fileList': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/upload/src/interface').OnUpdateFileList>>;
366
- readonly onUpdateFileList: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/upload/src/interface').OnUpdateFileList>>;
367
- readonly fileListClass: StringConstructor;
368
- readonly fileListStyle: import('vue').PropType<string | import('vue').CSSProperties>;
369
- readonly defaultFileList: {
370
- readonly type: import('vue').PropType<UploadFileInfo[]>;
371
- readonly default: () => never[];
372
- };
373
- readonly showCancelButton: {
374
- readonly type: BooleanConstructor;
375
- readonly default: true;
376
- };
377
- readonly showRemoveButton: {
378
- readonly type: BooleanConstructor;
379
- readonly default: true;
380
- };
381
- readonly showDownloadButton: BooleanConstructor;
382
- readonly showRetryButton: {
383
- readonly type: BooleanConstructor;
384
- readonly default: true;
385
- };
386
- readonly showPreviewButton: {
387
- readonly type: BooleanConstructor;
388
- readonly default: true;
389
- };
390
- readonly listType: {
391
- readonly type: import('vue').PropType<import('naive-ui/es/upload/src/interface').ListType>;
392
- readonly default: "text";
393
- };
394
- readonly onPreview: import('vue').PropType<import('naive-ui/es/upload/src/interface').OnPreview>;
395
- readonly shouldUseThumbnailUrl: {
396
- readonly type: import('vue').PropType<import('naive-ui/es/upload/src/interface').ShouldUseThumbnailUrl>;
397
- readonly default: (file: import('naive-ui').UploadSettledFileInfo) => boolean;
398
- };
399
- readonly createThumbnailUrl: import('vue').PropType<import('naive-ui/es/upload/src/interface').CreateThumbnailUrl>;
400
- readonly abstract: BooleanConstructor;
401
- readonly max: NumberConstructor;
402
- readonly showTrigger: {
403
- readonly type: BooleanConstructor;
404
- readonly default: true;
405
- };
406
- readonly imageGroupProps: import('vue').PropType<import('naive-ui').ImageGroupProps>;
407
- readonly inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
408
- readonly triggerClass: StringConstructor;
409
- readonly triggerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
410
- readonly renderIcon: import('vue').PropType<import('naive-ui/es/upload/src/interface').RenderIcon>;
411
- readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Upload", {
412
- fontSize: string;
413
- lineHeight: string;
414
- borderRadius: string;
415
- draggerColor: string;
416
- draggerBorder: string;
417
- draggerBorderHover: string;
418
- itemColorHover: string;
419
- itemColorHoverError: string;
420
- itemTextColor: string;
421
- itemTextColorError: string;
422
- itemTextColorSuccess: string;
423
- itemIconColor: string;
424
- itemDisabledOpacity: string;
425
- itemBorderImageCardError: string;
426
- itemBorderImageCard: string;
427
- }, {
428
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
429
- heightTiny: string;
430
- heightSmall: string;
431
- heightMedium: string;
432
- heightLarge: string;
433
- borderRadiusTiny: string;
434
- borderRadiusSmall: string;
435
- borderRadiusMedium: string;
436
- borderRadiusLarge: string;
437
- fontSizeTiny: string;
438
- fontSizeSmall: string;
439
- fontSizeMedium: string;
440
- fontSizeLarge: string;
441
- opacityDisabled: string;
442
- colorOpacitySecondary: string;
443
- colorOpacitySecondaryHover: string;
444
- colorOpacitySecondaryPressed: string;
445
- colorSecondary: string;
446
- colorSecondaryHover: string;
447
- colorSecondaryPressed: string;
448
- colorTertiary: string;
449
- colorTertiaryHover: string;
450
- colorTertiaryPressed: string;
451
- colorQuaternary: string;
452
- colorQuaternaryHover: string;
453
- colorQuaternaryPressed: string;
454
- color: string;
455
- colorHover: string;
456
- colorPressed: string;
457
- colorFocus: string;
458
- colorDisabled: string;
459
- textColor: string;
460
- textColorTertiary: string;
461
- textColorHover: string;
462
- textColorPressed: string;
463
- textColorFocus: string;
464
- textColorDisabled: string;
465
- textColorText: string;
466
- textColorTextHover: string;
467
- textColorTextPressed: string;
468
- textColorTextFocus: string;
469
- textColorTextDisabled: string;
470
- textColorGhost: string;
471
- textColorGhostHover: string;
472
- textColorGhostPressed: string;
473
- textColorGhostFocus: string;
474
- textColorGhostDisabled: string;
475
- border: string;
476
- borderHover: string;
477
- borderPressed: string;
478
- borderFocus: string;
479
- borderDisabled: string;
480
- rippleColor: string;
481
- colorPrimary: string;
482
- colorHoverPrimary: string;
483
- colorPressedPrimary: string;
484
- colorFocusPrimary: string;
485
- colorDisabledPrimary: string;
486
- textColorPrimary: string;
487
- textColorHoverPrimary: string;
488
- textColorPressedPrimary: string;
489
- textColorFocusPrimary: string;
490
- textColorDisabledPrimary: string;
491
- textColorTextPrimary: string;
492
- textColorTextHoverPrimary: string;
493
- textColorTextPressedPrimary: string;
494
- textColorTextFocusPrimary: string;
495
- textColorTextDisabledPrimary: string;
496
- textColorGhostPrimary: string;
497
- textColorGhostHoverPrimary: string;
498
- textColorGhostPressedPrimary: string;
499
- textColorGhostFocusPrimary: string;
500
- textColorGhostDisabledPrimary: string;
501
- borderPrimary: string;
502
- borderHoverPrimary: string;
503
- borderPressedPrimary: string;
504
- borderFocusPrimary: string;
505
- borderDisabledPrimary: string;
506
- rippleColorPrimary: string;
507
- colorInfo: string;
508
- colorHoverInfo: string;
509
- colorPressedInfo: string;
510
- colorFocusInfo: string;
511
- colorDisabledInfo: string;
512
- textColorInfo: string;
513
- textColorHoverInfo: string;
514
- textColorPressedInfo: string;
515
- textColorFocusInfo: string;
516
- textColorDisabledInfo: string;
517
- textColorTextInfo: string;
518
- textColorTextHoverInfo: string;
519
- textColorTextPressedInfo: string;
520
- textColorTextFocusInfo: string;
521
- textColorTextDisabledInfo: string;
522
- textColorGhostInfo: string;
523
- textColorGhostHoverInfo: string;
524
- textColorGhostPressedInfo: string;
525
- textColorGhostFocusInfo: string;
526
- textColorGhostDisabledInfo: string;
527
- borderInfo: string;
528
- borderHoverInfo: string;
529
- borderPressedInfo: string;
530
- borderFocusInfo: string;
531
- borderDisabledInfo: string;
532
- rippleColorInfo: string;
533
- colorSuccess: string;
534
- colorHoverSuccess: string;
535
- colorPressedSuccess: string;
536
- colorFocusSuccess: string;
537
- colorDisabledSuccess: string;
538
- textColorSuccess: string;
539
- textColorHoverSuccess: string;
540
- textColorPressedSuccess: string;
541
- textColorFocusSuccess: string;
542
- textColorDisabledSuccess: string;
543
- textColorTextSuccess: string;
544
- textColorTextHoverSuccess: string;
545
- textColorTextPressedSuccess: string;
546
- textColorTextFocusSuccess: string;
547
- textColorTextDisabledSuccess: string;
548
- textColorGhostSuccess: string;
549
- textColorGhostHoverSuccess: string;
550
- textColorGhostPressedSuccess: string;
551
- textColorGhostFocusSuccess: string;
552
- textColorGhostDisabledSuccess: string;
553
- borderSuccess: string;
554
- borderHoverSuccess: string;
555
- borderPressedSuccess: string;
556
- borderFocusSuccess: string;
557
- borderDisabledSuccess: string;
558
- rippleColorSuccess: string;
559
- colorWarning: string;
560
- colorHoverWarning: string;
561
- colorPressedWarning: string;
562
- colorFocusWarning: string;
563
- colorDisabledWarning: string;
564
- textColorWarning: string;
565
- textColorHoverWarning: string;
566
- textColorPressedWarning: string;
567
- textColorFocusWarning: string;
568
- textColorDisabledWarning: string;
569
- textColorTextWarning: string;
570
- textColorTextHoverWarning: string;
571
- textColorTextPressedWarning: string;
572
- textColorTextFocusWarning: string;
573
- textColorTextDisabledWarning: string;
574
- textColorGhostWarning: string;
575
- textColorGhostHoverWarning: string;
576
- textColorGhostPressedWarning: string;
577
- textColorGhostFocusWarning: string;
578
- textColorGhostDisabledWarning: string;
579
- borderWarning: string;
580
- borderHoverWarning: string;
581
- borderPressedWarning: string;
582
- borderFocusWarning: string;
583
- borderDisabledWarning: string;
584
- rippleColorWarning: string;
585
- colorError: string;
586
- colorHoverError: string;
587
- colorPressedError: string;
588
- colorFocusError: string;
589
- colorDisabledError: string;
590
- textColorError: string;
591
- textColorHoverError: string;
592
- textColorPressedError: string;
593
- textColorFocusError: string;
594
- textColorDisabledError: string;
595
- textColorTextError: string;
596
- textColorTextHoverError: string;
597
- textColorTextPressedError: string;
598
- textColorTextFocusError: string;
599
- textColorTextDisabledError: string;
600
- textColorGhostError: string;
601
- textColorGhostHoverError: string;
602
- textColorGhostPressedError: string;
603
- textColorGhostFocusError: string;
604
- textColorGhostDisabledError: string;
605
- borderError: string;
606
- borderHoverError: string;
607
- borderPressedError: string;
608
- borderFocusError: string;
609
- borderDisabledError: string;
610
- rippleColorError: string;
611
- waveOpacity: string;
612
- fontWeight: string;
613
- fontWeightStrong: string;
614
- paddingTiny: string;
615
- paddingSmall: string;
616
- paddingMedium: string;
617
- paddingLarge: string;
618
- paddingRoundTiny: string;
619
- paddingRoundSmall: string;
620
- paddingRoundMedium: string;
621
- paddingRoundLarge: string;
622
- iconMarginTiny: string;
623
- iconMarginSmall: string;
624
- iconMarginMedium: string;
625
- iconMarginLarge: string;
626
- iconSizeTiny: string;
627
- iconSizeSmall: string;
628
- iconSizeMedium: string;
629
- iconSizeLarge: string;
630
- rippleDuration: string;
631
- }, any>;
632
- Progress: import('naive-ui/es/_mixins').Theme<"Progress", {
633
- fontSize: string;
634
- fontSizeCircle: string;
635
- fontWeightCircle: string;
636
- railColor: string;
637
- railHeight: string;
638
- iconSizeCircle: string;
639
- iconSizeLine: string;
640
- iconColor: string;
641
- iconColorInfo: string;
642
- iconColorSuccess: string;
643
- iconColorWarning: string;
644
- iconColorError: string;
645
- textColorCircle: string;
646
- textColorLineInner: string;
647
- textColorLineOuter: string;
648
- fillColor: string;
649
- fillColorInfo: string;
650
- fillColorSuccess: string;
651
- fillColorWarning: string;
652
- fillColorError: string;
653
- lineBgProcessing: string;
654
- }, any>;
655
- }>>;
656
- readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Upload", {
657
- fontSize: string;
658
- lineHeight: string;
659
- borderRadius: string;
660
- draggerColor: string;
661
- draggerBorder: string;
662
- draggerBorderHover: string;
663
- itemColorHover: string;
664
- itemColorHoverError: string;
665
- itemTextColor: string;
666
- itemTextColorError: string;
667
- itemTextColorSuccess: string;
668
- itemIconColor: string;
669
- itemDisabledOpacity: string;
670
- itemBorderImageCardError: string;
671
- itemBorderImageCard: string;
672
- }, {
673
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
674
- heightTiny: string;
675
- heightSmall: string;
676
- heightMedium: string;
677
- heightLarge: string;
678
- borderRadiusTiny: string;
679
- borderRadiusSmall: string;
680
- borderRadiusMedium: string;
681
- borderRadiusLarge: string;
682
- fontSizeTiny: string;
683
- fontSizeSmall: string;
684
- fontSizeMedium: string;
685
- fontSizeLarge: string;
686
- opacityDisabled: string;
687
- colorOpacitySecondary: string;
688
- colorOpacitySecondaryHover: string;
689
- colorOpacitySecondaryPressed: string;
690
- colorSecondary: string;
691
- colorSecondaryHover: string;
692
- colorSecondaryPressed: string;
693
- colorTertiary: string;
694
- colorTertiaryHover: string;
695
- colorTertiaryPressed: string;
696
- colorQuaternary: string;
697
- colorQuaternaryHover: string;
698
- colorQuaternaryPressed: string;
699
- color: string;
700
- colorHover: string;
701
- colorPressed: string;
702
- colorFocus: string;
703
- colorDisabled: string;
704
- textColor: string;
705
- textColorTertiary: string;
706
- textColorHover: string;
707
- textColorPressed: string;
708
- textColorFocus: string;
709
- textColorDisabled: string;
710
- textColorText: string;
711
- textColorTextHover: string;
712
- textColorTextPressed: string;
713
- textColorTextFocus: string;
714
- textColorTextDisabled: string;
715
- textColorGhost: string;
716
- textColorGhostHover: string;
717
- textColorGhostPressed: string;
718
- textColorGhostFocus: string;
719
- textColorGhostDisabled: string;
720
- border: string;
721
- borderHover: string;
722
- borderPressed: string;
723
- borderFocus: string;
724
- borderDisabled: string;
725
- rippleColor: string;
726
- colorPrimary: string;
727
- colorHoverPrimary: string;
728
- colorPressedPrimary: string;
729
- colorFocusPrimary: string;
730
- colorDisabledPrimary: string;
731
- textColorPrimary: string;
732
- textColorHoverPrimary: string;
733
- textColorPressedPrimary: string;
734
- textColorFocusPrimary: string;
735
- textColorDisabledPrimary: string;
736
- textColorTextPrimary: string;
737
- textColorTextHoverPrimary: string;
738
- textColorTextPressedPrimary: string;
739
- textColorTextFocusPrimary: string;
740
- textColorTextDisabledPrimary: string;
741
- textColorGhostPrimary: string;
742
- textColorGhostHoverPrimary: string;
743
- textColorGhostPressedPrimary: string;
744
- textColorGhostFocusPrimary: string;
745
- textColorGhostDisabledPrimary: string;
746
- borderPrimary: string;
747
- borderHoverPrimary: string;
748
- borderPressedPrimary: string;
749
- borderFocusPrimary: string;
750
- borderDisabledPrimary: string;
751
- rippleColorPrimary: string;
752
- colorInfo: string;
753
- colorHoverInfo: string;
754
- colorPressedInfo: string;
755
- colorFocusInfo: string;
756
- colorDisabledInfo: string;
757
- textColorInfo: string;
758
- textColorHoverInfo: string;
759
- textColorPressedInfo: string;
760
- textColorFocusInfo: string;
761
- textColorDisabledInfo: string;
762
- textColorTextInfo: string;
763
- textColorTextHoverInfo: string;
764
- textColorTextPressedInfo: string;
765
- textColorTextFocusInfo: string;
766
- textColorTextDisabledInfo: string;
767
- textColorGhostInfo: string;
768
- textColorGhostHoverInfo: string;
769
- textColorGhostPressedInfo: string;
770
- textColorGhostFocusInfo: string;
771
- textColorGhostDisabledInfo: string;
772
- borderInfo: string;
773
- borderHoverInfo: string;
774
- borderPressedInfo: string;
775
- borderFocusInfo: string;
776
- borderDisabledInfo: string;
777
- rippleColorInfo: string;
778
- colorSuccess: string;
779
- colorHoverSuccess: string;
780
- colorPressedSuccess: string;
781
- colorFocusSuccess: string;
782
- colorDisabledSuccess: string;
783
- textColorSuccess: string;
784
- textColorHoverSuccess: string;
785
- textColorPressedSuccess: string;
786
- textColorFocusSuccess: string;
787
- textColorDisabledSuccess: string;
788
- textColorTextSuccess: string;
789
- textColorTextHoverSuccess: string;
790
- textColorTextPressedSuccess: string;
791
- textColorTextFocusSuccess: string;
792
- textColorTextDisabledSuccess: string;
793
- textColorGhostSuccess: string;
794
- textColorGhostHoverSuccess: string;
795
- textColorGhostPressedSuccess: string;
796
- textColorGhostFocusSuccess: string;
797
- textColorGhostDisabledSuccess: string;
798
- borderSuccess: string;
799
- borderHoverSuccess: string;
800
- borderPressedSuccess: string;
801
- borderFocusSuccess: string;
802
- borderDisabledSuccess: string;
803
- rippleColorSuccess: string;
804
- colorWarning: string;
805
- colorHoverWarning: string;
806
- colorPressedWarning: string;
807
- colorFocusWarning: string;
808
- colorDisabledWarning: string;
809
- textColorWarning: string;
810
- textColorHoverWarning: string;
811
- textColorPressedWarning: string;
812
- textColorFocusWarning: string;
813
- textColorDisabledWarning: string;
814
- textColorTextWarning: string;
815
- textColorTextHoverWarning: string;
816
- textColorTextPressedWarning: string;
817
- textColorTextFocusWarning: string;
818
- textColorTextDisabledWarning: string;
819
- textColorGhostWarning: string;
820
- textColorGhostHoverWarning: string;
821
- textColorGhostPressedWarning: string;
822
- textColorGhostFocusWarning: string;
823
- textColorGhostDisabledWarning: string;
824
- borderWarning: string;
825
- borderHoverWarning: string;
826
- borderPressedWarning: string;
827
- borderFocusWarning: string;
828
- borderDisabledWarning: string;
829
- rippleColorWarning: string;
830
- colorError: string;
831
- colorHoverError: string;
832
- colorPressedError: string;
833
- colorFocusError: string;
834
- colorDisabledError: string;
835
- textColorError: string;
836
- textColorHoverError: string;
837
- textColorPressedError: string;
838
- textColorFocusError: string;
839
- textColorDisabledError: string;
840
- textColorTextError: string;
841
- textColorTextHoverError: string;
842
- textColorTextPressedError: string;
843
- textColorTextFocusError: string;
844
- textColorTextDisabledError: string;
845
- textColorGhostError: string;
846
- textColorGhostHoverError: string;
847
- textColorGhostPressedError: string;
848
- textColorGhostFocusError: string;
849
- textColorGhostDisabledError: string;
850
- borderError: string;
851
- borderHoverError: string;
852
- borderPressedError: string;
853
- borderFocusError: string;
854
- borderDisabledError: string;
855
- rippleColorError: string;
856
- waveOpacity: string;
857
- fontWeight: string;
858
- fontWeightStrong: string;
859
- paddingTiny: string;
860
- paddingSmall: string;
861
- paddingMedium: string;
862
- paddingLarge: string;
863
- paddingRoundTiny: string;
864
- paddingRoundSmall: string;
865
- paddingRoundMedium: string;
866
- paddingRoundLarge: string;
867
- iconMarginTiny: string;
868
- iconMarginSmall: string;
869
- iconMarginMedium: string;
870
- iconMarginLarge: string;
871
- iconSizeTiny: string;
872
- iconSizeSmall: string;
873
- iconSizeMedium: string;
874
- iconSizeLarge: string;
875
- rippleDuration: string;
876
- }, any>;
877
- Progress: import('naive-ui/es/_mixins').Theme<"Progress", {
878
- fontSize: string;
879
- fontSizeCircle: string;
880
- fontWeightCircle: string;
881
- railColor: string;
882
- railHeight: string;
883
- iconSizeCircle: string;
884
- iconSizeLine: string;
885
- iconColor: string;
886
- iconColorInfo: string;
887
- iconColorSuccess: string;
888
- iconColorWarning: string;
889
- iconColorError: string;
890
- textColorCircle: string;
891
- textColorLineInner: string;
892
- textColorLineOuter: string;
893
- fillColor: string;
894
- fillColorInfo: string;
895
- fillColorSuccess: string;
896
- fillColorWarning: string;
897
- fillColorError: string;
898
- lineBgProcessing: string;
899
- }, any>;
900
- }>>>;
901
- readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Upload", {
902
- fontSize: string;
903
- lineHeight: string;
904
- borderRadius: string;
905
- draggerColor: string;
906
- draggerBorder: string;
907
- draggerBorderHover: string;
908
- itemColorHover: string;
909
- itemColorHoverError: string;
910
- itemTextColor: string;
911
- itemTextColorError: string;
912
- itemTextColorSuccess: string;
913
- itemIconColor: string;
914
- itemDisabledOpacity: string;
915
- itemBorderImageCardError: string;
916
- itemBorderImageCard: string;
917
- }, {
918
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
919
- heightTiny: string;
920
- heightSmall: string;
921
- heightMedium: string;
922
- heightLarge: string;
923
- borderRadiusTiny: string;
924
- borderRadiusSmall: string;
925
- borderRadiusMedium: string;
926
- borderRadiusLarge: string;
927
- fontSizeTiny: string;
928
- fontSizeSmall: string;
929
- fontSizeMedium: string;
930
- fontSizeLarge: string;
931
- opacityDisabled: string;
932
- colorOpacitySecondary: string;
933
- colorOpacitySecondaryHover: string;
934
- colorOpacitySecondaryPressed: string;
935
- colorSecondary: string;
936
- colorSecondaryHover: string;
937
- colorSecondaryPressed: string;
938
- colorTertiary: string;
939
- colorTertiaryHover: string;
940
- colorTertiaryPressed: string;
941
- colorQuaternary: string;
942
- colorQuaternaryHover: string;
943
- colorQuaternaryPressed: string;
944
- color: string;
945
- colorHover: string;
946
- colorPressed: string;
947
- colorFocus: string;
948
- colorDisabled: string;
949
- textColor: string;
950
- textColorTertiary: string;
951
- textColorHover: string;
952
- textColorPressed: string;
953
- textColorFocus: string;
954
- textColorDisabled: string;
955
- textColorText: string;
956
- textColorTextHover: string;
957
- textColorTextPressed: string;
958
- textColorTextFocus: string;
959
- textColorTextDisabled: string;
960
- textColorGhost: string;
961
- textColorGhostHover: string;
962
- textColorGhostPressed: string;
963
- textColorGhostFocus: string;
964
- textColorGhostDisabled: string;
965
- border: string;
966
- borderHover: string;
967
- borderPressed: string;
968
- borderFocus: string;
969
- borderDisabled: string;
970
- rippleColor: string;
971
- colorPrimary: string;
972
- colorHoverPrimary: string;
973
- colorPressedPrimary: string;
974
- colorFocusPrimary: string;
975
- colorDisabledPrimary: string;
976
- textColorPrimary: string;
977
- textColorHoverPrimary: string;
978
- textColorPressedPrimary: string;
979
- textColorFocusPrimary: string;
980
- textColorDisabledPrimary: string;
981
- textColorTextPrimary: string;
982
- textColorTextHoverPrimary: string;
983
- textColorTextPressedPrimary: string;
984
- textColorTextFocusPrimary: string;
985
- textColorTextDisabledPrimary: string;
986
- textColorGhostPrimary: string;
987
- textColorGhostHoverPrimary: string;
988
- textColorGhostPressedPrimary: string;
989
- textColorGhostFocusPrimary: string;
990
- textColorGhostDisabledPrimary: string;
991
- borderPrimary: string;
992
- borderHoverPrimary: string;
993
- borderPressedPrimary: string;
994
- borderFocusPrimary: string;
995
- borderDisabledPrimary: string;
996
- rippleColorPrimary: string;
997
- colorInfo: string;
998
- colorHoverInfo: string;
999
- colorPressedInfo: string;
1000
- colorFocusInfo: string;
1001
- colorDisabledInfo: string;
1002
- textColorInfo: string;
1003
- textColorHoverInfo: string;
1004
- textColorPressedInfo: string;
1005
- textColorFocusInfo: string;
1006
- textColorDisabledInfo: string;
1007
- textColorTextInfo: string;
1008
- textColorTextHoverInfo: string;
1009
- textColorTextPressedInfo: string;
1010
- textColorTextFocusInfo: string;
1011
- textColorTextDisabledInfo: string;
1012
- textColorGhostInfo: string;
1013
- textColorGhostHoverInfo: string;
1014
- textColorGhostPressedInfo: string;
1015
- textColorGhostFocusInfo: string;
1016
- textColorGhostDisabledInfo: string;
1017
- borderInfo: string;
1018
- borderHoverInfo: string;
1019
- borderPressedInfo: string;
1020
- borderFocusInfo: string;
1021
- borderDisabledInfo: string;
1022
- rippleColorInfo: string;
1023
- colorSuccess: string;
1024
- colorHoverSuccess: string;
1025
- colorPressedSuccess: string;
1026
- colorFocusSuccess: string;
1027
- colorDisabledSuccess: string;
1028
- textColorSuccess: string;
1029
- textColorHoverSuccess: string;
1030
- textColorPressedSuccess: string;
1031
- textColorFocusSuccess: string;
1032
- textColorDisabledSuccess: string;
1033
- textColorTextSuccess: string;
1034
- textColorTextHoverSuccess: string;
1035
- textColorTextPressedSuccess: string;
1036
- textColorTextFocusSuccess: string;
1037
- textColorTextDisabledSuccess: string;
1038
- textColorGhostSuccess: string;
1039
- textColorGhostHoverSuccess: string;
1040
- textColorGhostPressedSuccess: string;
1041
- textColorGhostFocusSuccess: string;
1042
- textColorGhostDisabledSuccess: string;
1043
- borderSuccess: string;
1044
- borderHoverSuccess: string;
1045
- borderPressedSuccess: string;
1046
- borderFocusSuccess: string;
1047
- borderDisabledSuccess: string;
1048
- rippleColorSuccess: string;
1049
- colorWarning: string;
1050
- colorHoverWarning: string;
1051
- colorPressedWarning: string;
1052
- colorFocusWarning: string;
1053
- colorDisabledWarning: string;
1054
- textColorWarning: string;
1055
- textColorHoverWarning: string;
1056
- textColorPressedWarning: string;
1057
- textColorFocusWarning: string;
1058
- textColorDisabledWarning: string;
1059
- textColorTextWarning: string;
1060
- textColorTextHoverWarning: string;
1061
- textColorTextPressedWarning: string;
1062
- textColorTextFocusWarning: string;
1063
- textColorTextDisabledWarning: string;
1064
- textColorGhostWarning: string;
1065
- textColorGhostHoverWarning: string;
1066
- textColorGhostPressedWarning: string;
1067
- textColorGhostFocusWarning: string;
1068
- textColorGhostDisabledWarning: string;
1069
- borderWarning: string;
1070
- borderHoverWarning: string;
1071
- borderPressedWarning: string;
1072
- borderFocusWarning: string;
1073
- borderDisabledWarning: string;
1074
- rippleColorWarning: string;
1075
- colorError: string;
1076
- colorHoverError: string;
1077
- colorPressedError: string;
1078
- colorFocusError: string;
1079
- colorDisabledError: string;
1080
- textColorError: string;
1081
- textColorHoverError: string;
1082
- textColorPressedError: string;
1083
- textColorFocusError: string;
1084
- textColorDisabledError: string;
1085
- textColorTextError: string;
1086
- textColorTextHoverError: string;
1087
- textColorTextPressedError: string;
1088
- textColorTextFocusError: string;
1089
- textColorTextDisabledError: string;
1090
- textColorGhostError: string;
1091
- textColorGhostHoverError: string;
1092
- textColorGhostPressedError: string;
1093
- textColorGhostFocusError: string;
1094
- textColorGhostDisabledError: string;
1095
- borderError: string;
1096
- borderHoverError: string;
1097
- borderPressedError: string;
1098
- borderFocusError: string;
1099
- borderDisabledError: string;
1100
- rippleColorError: string;
1101
- waveOpacity: string;
1102
- fontWeight: string;
1103
- fontWeightStrong: string;
1104
- paddingTiny: string;
1105
- paddingSmall: string;
1106
- paddingMedium: string;
1107
- paddingLarge: string;
1108
- paddingRoundTiny: string;
1109
- paddingRoundSmall: string;
1110
- paddingRoundMedium: string;
1111
- paddingRoundLarge: string;
1112
- iconMarginTiny: string;
1113
- iconMarginSmall: string;
1114
- iconMarginMedium: string;
1115
- iconMarginLarge: string;
1116
- iconSizeTiny: string;
1117
- iconSizeSmall: string;
1118
- iconSizeMedium: string;
1119
- iconSizeLarge: string;
1120
- rippleDuration: string;
1121
- }, any>;
1122
- Progress: import('naive-ui/es/_mixins').Theme<"Progress", {
1123
- fontSize: string;
1124
- fontSizeCircle: string;
1125
- fontWeightCircle: string;
1126
- railColor: string;
1127
- railHeight: string;
1128
- iconSizeCircle: string;
1129
- iconSizeLine: string;
1130
- iconColor: string;
1131
- iconColorInfo: string;
1132
- iconColorSuccess: string;
1133
- iconColorWarning: string;
1134
- iconColorError: string;
1135
- textColorCircle: string;
1136
- textColorLineInner: string;
1137
- textColorLineOuter: string;
1138
- fillColor: string;
1139
- fillColorInfo: string;
1140
- fillColorSuccess: string;
1141
- fillColorWarning: string;
1142
- fillColorError: string;
1143
- lineBgProcessing: string;
1144
- }, any>;
1145
- }>>>;
1146
- }>> & Readonly<{}>, {
1147
- openOpenFileDialog: () => void;
1148
- submit: (fileId?: string) => void;
1149
- clear: () => void;
1150
- mergedClsPrefix: import('vue').Ref<string, string>;
1151
- draggerInsideRef: {
1152
- value: boolean;
1153
- };
1154
- rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
1155
- inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
1156
- mergedTheme: import('vue').ComputedRef<{
1157
- common: import('naive-ui').ThemeCommonVars;
1158
- self: {
1159
- fontSize: string;
1160
- lineHeight: string;
1161
- borderRadius: string;
1162
- draggerColor: string;
1163
- draggerBorder: string;
1164
- draggerBorderHover: string;
1165
- itemColorHover: string;
1166
- itemColorHoverError: string;
1167
- itemTextColor: string;
1168
- itemTextColorError: string;
1169
- itemTextColorSuccess: string;
1170
- itemIconColor: string;
1171
- itemDisabledOpacity: string;
1172
- itemBorderImageCardError: string;
1173
- itemBorderImageCard: string;
1174
- };
1175
- peers: {
1176
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
1177
- heightTiny: string;
1178
- heightSmall: string;
1179
- heightMedium: string;
1180
- heightLarge: string;
1181
- borderRadiusTiny: string;
1182
- borderRadiusSmall: string;
1183
- borderRadiusMedium: string;
1184
- borderRadiusLarge: string;
1185
- fontSizeTiny: string;
1186
- fontSizeSmall: string;
1187
- fontSizeMedium: string;
1188
- fontSizeLarge: string;
1189
- opacityDisabled: string;
1190
- colorOpacitySecondary: string;
1191
- colorOpacitySecondaryHover: string;
1192
- colorOpacitySecondaryPressed: string;
1193
- colorSecondary: string;
1194
- colorSecondaryHover: string;
1195
- colorSecondaryPressed: string;
1196
- colorTertiary: string;
1197
- colorTertiaryHover: string;
1198
- colorTertiaryPressed: string;
1199
- colorQuaternary: string;
1200
- colorQuaternaryHover: string;
1201
- colorQuaternaryPressed: string;
1202
- color: string;
1203
- colorHover: string;
1204
- colorPressed: string;
1205
- colorFocus: string;
1206
- colorDisabled: string;
1207
- textColor: string;
1208
- textColorTertiary: string;
1209
- textColorHover: string;
1210
- textColorPressed: string;
1211
- textColorFocus: string;
1212
- textColorDisabled: string;
1213
- textColorText: string;
1214
- textColorTextHover: string;
1215
- textColorTextPressed: string;
1216
- textColorTextFocus: string;
1217
- textColorTextDisabled: string;
1218
- textColorGhost: string;
1219
- textColorGhostHover: string;
1220
- textColorGhostPressed: string;
1221
- textColorGhostFocus: string;
1222
- textColorGhostDisabled: string;
1223
- border: string;
1224
- borderHover: string;
1225
- borderPressed: string;
1226
- borderFocus: string;
1227
- borderDisabled: string;
1228
- rippleColor: string;
1229
- colorPrimary: string;
1230
- colorHoverPrimary: string;
1231
- colorPressedPrimary: string;
1232
- colorFocusPrimary: string;
1233
- colorDisabledPrimary: string;
1234
- textColorPrimary: string;
1235
- textColorHoverPrimary: string;
1236
- textColorPressedPrimary: string;
1237
- textColorFocusPrimary: string;
1238
- textColorDisabledPrimary: string;
1239
- textColorTextPrimary: string;
1240
- textColorTextHoverPrimary: string;
1241
- textColorTextPressedPrimary: string;
1242
- textColorTextFocusPrimary: string;
1243
- textColorTextDisabledPrimary: string;
1244
- textColorGhostPrimary: string;
1245
- textColorGhostHoverPrimary: string;
1246
- textColorGhostPressedPrimary: string;
1247
- textColorGhostFocusPrimary: string;
1248
- textColorGhostDisabledPrimary: string;
1249
- borderPrimary: string;
1250
- borderHoverPrimary: string;
1251
- borderPressedPrimary: string;
1252
- borderFocusPrimary: string;
1253
- borderDisabledPrimary: string;
1254
- rippleColorPrimary: string;
1255
- colorInfo: string;
1256
- colorHoverInfo: string;
1257
- colorPressedInfo: string;
1258
- colorFocusInfo: string;
1259
- colorDisabledInfo: string;
1260
- textColorInfo: string;
1261
- textColorHoverInfo: string;
1262
- textColorPressedInfo: string;
1263
- textColorFocusInfo: string;
1264
- textColorDisabledInfo: string;
1265
- textColorTextInfo: string;
1266
- textColorTextHoverInfo: string;
1267
- textColorTextPressedInfo: string;
1268
- textColorTextFocusInfo: string;
1269
- textColorTextDisabledInfo: string;
1270
- textColorGhostInfo: string;
1271
- textColorGhostHoverInfo: string;
1272
- textColorGhostPressedInfo: string;
1273
- textColorGhostFocusInfo: string;
1274
- textColorGhostDisabledInfo: string;
1275
- borderInfo: string;
1276
- borderHoverInfo: string;
1277
- borderPressedInfo: string;
1278
- borderFocusInfo: string;
1279
- borderDisabledInfo: string;
1280
- rippleColorInfo: string;
1281
- colorSuccess: string;
1282
- colorHoverSuccess: string;
1283
- colorPressedSuccess: string;
1284
- colorFocusSuccess: string;
1285
- colorDisabledSuccess: string;
1286
- textColorSuccess: string;
1287
- textColorHoverSuccess: string;
1288
- textColorPressedSuccess: string;
1289
- textColorFocusSuccess: string;
1290
- textColorDisabledSuccess: string;
1291
- textColorTextSuccess: string;
1292
- textColorTextHoverSuccess: string;
1293
- textColorTextPressedSuccess: string;
1294
- textColorTextFocusSuccess: string;
1295
- textColorTextDisabledSuccess: string;
1296
- textColorGhostSuccess: string;
1297
- textColorGhostHoverSuccess: string;
1298
- textColorGhostPressedSuccess: string;
1299
- textColorGhostFocusSuccess: string;
1300
- textColorGhostDisabledSuccess: string;
1301
- borderSuccess: string;
1302
- borderHoverSuccess: string;
1303
- borderPressedSuccess: string;
1304
- borderFocusSuccess: string;
1305
- borderDisabledSuccess: string;
1306
- rippleColorSuccess: string;
1307
- colorWarning: string;
1308
- colorHoverWarning: string;
1309
- colorPressedWarning: string;
1310
- colorFocusWarning: string;
1311
- colorDisabledWarning: string;
1312
- textColorWarning: string;
1313
- textColorHoverWarning: string;
1314
- textColorPressedWarning: string;
1315
- textColorFocusWarning: string;
1316
- textColorDisabledWarning: string;
1317
- textColorTextWarning: string;
1318
- textColorTextHoverWarning: string;
1319
- textColorTextPressedWarning: string;
1320
- textColorTextFocusWarning: string;
1321
- textColorTextDisabledWarning: string;
1322
- textColorGhostWarning: string;
1323
- textColorGhostHoverWarning: string;
1324
- textColorGhostPressedWarning: string;
1325
- textColorGhostFocusWarning: string;
1326
- textColorGhostDisabledWarning: string;
1327
- borderWarning: string;
1328
- borderHoverWarning: string;
1329
- borderPressedWarning: string;
1330
- borderFocusWarning: string;
1331
- borderDisabledWarning: string;
1332
- rippleColorWarning: string;
1333
- colorError: string;
1334
- colorHoverError: string;
1335
- colorPressedError: string;
1336
- colorFocusError: string;
1337
- colorDisabledError: string;
1338
- textColorError: string;
1339
- textColorHoverError: string;
1340
- textColorPressedError: string;
1341
- textColorFocusError: string;
1342
- textColorDisabledError: string;
1343
- textColorTextError: string;
1344
- textColorTextHoverError: string;
1345
- textColorTextPressedError: string;
1346
- textColorTextFocusError: string;
1347
- textColorTextDisabledError: string;
1348
- textColorGhostError: string;
1349
- textColorGhostHoverError: string;
1350
- textColorGhostPressedError: string;
1351
- textColorGhostFocusError: string;
1352
- textColorGhostDisabledError: string;
1353
- borderError: string;
1354
- borderHoverError: string;
1355
- borderPressedError: string;
1356
- borderFocusError: string;
1357
- borderDisabledError: string;
1358
- rippleColorError: string;
1359
- waveOpacity: string;
1360
- fontWeight: string;
1361
- fontWeightStrong: string;
1362
- paddingTiny: string;
1363
- paddingSmall: string;
1364
- paddingMedium: string;
1365
- paddingLarge: string;
1366
- paddingRoundTiny: string;
1367
- paddingRoundSmall: string;
1368
- paddingRoundMedium: string;
1369
- paddingRoundLarge: string;
1370
- iconMarginTiny: string;
1371
- iconMarginSmall: string;
1372
- iconMarginMedium: string;
1373
- iconMarginLarge: string;
1374
- iconSizeTiny: string;
1375
- iconSizeSmall: string;
1376
- iconSizeMedium: string;
1377
- iconSizeLarge: string;
1378
- rippleDuration: string;
1379
- }, any>;
1380
- Progress: import('naive-ui/es/_mixins').Theme<"Progress", {
1381
- fontSize: string;
1382
- fontSizeCircle: string;
1383
- fontWeightCircle: string;
1384
- railColor: string;
1385
- railHeight: string;
1386
- iconSizeCircle: string;
1387
- iconSizeLine: string;
1388
- iconColor: string;
1389
- iconColorInfo: string;
1390
- iconColorSuccess: string;
1391
- iconColorWarning: string;
1392
- iconColorError: string;
1393
- textColorCircle: string;
1394
- textColorLineInner: string;
1395
- textColorLineOuter: string;
1396
- fillColor: string;
1397
- fillColorInfo: string;
1398
- fillColorSuccess: string;
1399
- fillColorWarning: string;
1400
- fillColorError: string;
1401
- lineBgProcessing: string;
1402
- }, any>;
1403
- };
1404
- peerOverrides: {
1405
- Button?: {
1406
- peers?: {
1407
- [x: string]: any;
1408
- } | undefined;
1409
- } | undefined;
1410
- Progress?: {
1411
- peers?: {
1412
- [x: string]: any;
1413
- } | undefined;
1414
- } | undefined;
1415
- };
1416
- }>;
1417
- dragOver: import('vue').Ref<boolean, boolean>;
1418
- mergedMultiple: import('vue').ComputedRef<boolean>;
1419
- cssVars: import('vue').ComputedRef<any> | undefined;
1420
- themeClass: import('vue').Ref<string, string> | undefined;
1421
- onRender: (() => void) | undefined;
1422
- handleFileInputChange: (e: Event) => void;
1423
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1424
- readonly disabled: boolean | undefined;
1425
- readonly name: string;
1426
- readonly multiple: boolean;
1427
- readonly abstract: boolean;
1428
- readonly showTrigger: boolean;
1429
- readonly directory: boolean;
1430
- readonly directoryDnd: boolean;
1431
- readonly method: string;
1432
- readonly showFileList: boolean;
1433
- readonly withCredentials: boolean;
1434
- readonly responseType: XMLHttpRequestResponseType;
1435
- readonly defaultUpload: boolean;
1436
- readonly defaultFileList: UploadFileInfo[];
1437
- readonly showCancelButton: boolean;
1438
- readonly showRemoveButton: boolean;
1439
- readonly showDownloadButton: boolean;
1440
- readonly showRetryButton: boolean;
1441
- readonly showPreviewButton: boolean;
1442
- readonly listType: import('naive-ui/es/upload/src/interface').ListType;
1443
- readonly shouldUseThumbnailUrl: import('naive-ui/es/upload/src/interface').ShouldUseThumbnailUrl;
1444
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1445
- P: {};
1446
- B: {};
1447
- D: {};
1448
- C: {};
1449
- M: {};
1450
- Defaults: {};
1451
- }, Readonly<import('vue').ExtractPropTypes<{
1452
- readonly name: {
1453
- readonly type: StringConstructor;
1454
- readonly default: "file";
1455
- };
1456
- readonly accept: StringConstructor;
1457
- readonly action: StringConstructor;
1458
- readonly customRequest: import('vue').PropType<import('naive-ui/es/upload/src/interface').CustomRequest>;
1459
- readonly directory: BooleanConstructor;
1460
- readonly directoryDnd: {
1461
- readonly type: BooleanConstructor;
1462
- readonly default: undefined;
1463
- };
1464
- readonly method: {
1465
- readonly type: StringConstructor;
1466
- readonly default: "POST";
1467
- };
1468
- readonly multiple: BooleanConstructor;
1469
- readonly showFileList: {
1470
- readonly type: BooleanConstructor;
1471
- readonly default: true;
1472
- };
1473
- readonly data: import('vue').PropType<import('naive-ui/es/upload/src/interface').FuncOrRecordOrUndef<string | Blob>>;
1474
- readonly headers: import('vue').PropType<import('naive-ui/es/upload/src/interface').FuncOrRecordOrUndef>;
1475
- readonly withCredentials: BooleanConstructor;
1476
- readonly responseType: {
1477
- readonly type: import('vue').PropType<XMLHttpRequestResponseType>;
1478
- readonly default: "";
1479
- };
1480
- readonly disabled: {
1481
- readonly type: import('vue').PropType<boolean | undefined>;
1482
- readonly default: undefined;
1483
- };
1484
- readonly onChange: import('vue').PropType<import('naive-ui').UploadOnChange>;
1485
- readonly onRemove: import('vue').PropType<import('naive-ui').UploadOnRemove>;
1486
- readonly onFinish: import('vue').PropType<import('naive-ui').UploadOnFinish>;
1487
- readonly onError: import('vue').PropType<import('naive-ui/es/upload/src/interface').OnError>;
1488
- readonly onRetry: import('vue').PropType<import('naive-ui/es/upload/src/interface').OnRetry>;
1489
- readonly onBeforeUpload: import('vue').PropType<import('naive-ui/es/upload/src/interface').OnBeforeUpload>;
1490
- readonly isErrorState: import('vue').PropType<(xhr: XMLHttpRequest) => boolean>;
1491
- readonly onDownload: import('vue').PropType<import('naive-ui').UploadOnDownload>;
1492
- readonly customDownload: import('vue').PropType<import('naive-ui').UploadOnDownload>;
1493
- readonly defaultUpload: {
1494
- readonly type: BooleanConstructor;
1495
- readonly default: true;
1496
- };
1497
- readonly fileList: import('vue').PropType<UploadFileInfo[]>;
1498
- readonly 'onUpdate:fileList': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/upload/src/interface').OnUpdateFileList>>;
1499
- readonly onUpdateFileList: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/upload/src/interface').OnUpdateFileList>>;
1500
- readonly fileListClass: StringConstructor;
1501
- readonly fileListStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1502
- readonly defaultFileList: {
1503
- readonly type: import('vue').PropType<UploadFileInfo[]>;
1504
- readonly default: () => never[];
1505
- };
1506
- readonly showCancelButton: {
1507
- readonly type: BooleanConstructor;
1508
- readonly default: true;
1509
- };
1510
- readonly showRemoveButton: {
1511
- readonly type: BooleanConstructor;
1512
- readonly default: true;
1513
- };
1514
- readonly showDownloadButton: BooleanConstructor;
1515
- readonly showRetryButton: {
1516
- readonly type: BooleanConstructor;
1517
- readonly default: true;
1518
- };
1519
- readonly showPreviewButton: {
1520
- readonly type: BooleanConstructor;
1521
- readonly default: true;
1522
- };
1523
- readonly listType: {
1524
- readonly type: import('vue').PropType<import('naive-ui/es/upload/src/interface').ListType>;
1525
- readonly default: "text";
1526
- };
1527
- readonly onPreview: import('vue').PropType<import('naive-ui/es/upload/src/interface').OnPreview>;
1528
- readonly shouldUseThumbnailUrl: {
1529
- readonly type: import('vue').PropType<import('naive-ui/es/upload/src/interface').ShouldUseThumbnailUrl>;
1530
- readonly default: (file: import('naive-ui').UploadSettledFileInfo) => boolean;
1531
- };
1532
- readonly createThumbnailUrl: import('vue').PropType<import('naive-ui/es/upload/src/interface').CreateThumbnailUrl>;
1533
- readonly abstract: BooleanConstructor;
1534
- readonly max: NumberConstructor;
1535
- readonly showTrigger: {
1536
- readonly type: BooleanConstructor;
1537
- readonly default: true;
1538
- };
1539
- readonly imageGroupProps: import('vue').PropType<import('naive-ui').ImageGroupProps>;
1540
- readonly inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
1541
- readonly triggerClass: StringConstructor;
1542
- readonly triggerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1543
- readonly renderIcon: import('vue').PropType<import('naive-ui/es/upload/src/interface').RenderIcon>;
1544
- readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Upload", {
1545
- fontSize: string;
1546
- lineHeight: string;
1547
- borderRadius: string;
1548
- draggerColor: string;
1549
- draggerBorder: string;
1550
- draggerBorderHover: string;
1551
- itemColorHover: string;
1552
- itemColorHoverError: string;
1553
- itemTextColor: string;
1554
- itemTextColorError: string;
1555
- itemTextColorSuccess: string;
1556
- itemIconColor: string;
1557
- itemDisabledOpacity: string;
1558
- itemBorderImageCardError: string;
1559
- itemBorderImageCard: string;
1560
- }, {
1561
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
1562
- heightTiny: string;
1563
- heightSmall: string;
1564
- heightMedium: string;
1565
- heightLarge: string;
1566
- borderRadiusTiny: string;
1567
- borderRadiusSmall: string;
1568
- borderRadiusMedium: string;
1569
- borderRadiusLarge: string;
1570
- fontSizeTiny: string;
1571
- fontSizeSmall: string;
1572
- fontSizeMedium: string;
1573
- fontSizeLarge: string;
1574
- opacityDisabled: string;
1575
- colorOpacitySecondary: string;
1576
- colorOpacitySecondaryHover: string;
1577
- colorOpacitySecondaryPressed: string;
1578
- colorSecondary: string;
1579
- colorSecondaryHover: string;
1580
- colorSecondaryPressed: string;
1581
- colorTertiary: string;
1582
- colorTertiaryHover: string;
1583
- colorTertiaryPressed: string;
1584
- colorQuaternary: string;
1585
- colorQuaternaryHover: string;
1586
- colorQuaternaryPressed: string;
1587
- color: string;
1588
- colorHover: string;
1589
- colorPressed: string;
1590
- colorFocus: string;
1591
- colorDisabled: string;
1592
- textColor: string;
1593
- textColorTertiary: string;
1594
- textColorHover: string;
1595
- textColorPressed: string;
1596
- textColorFocus: string;
1597
- textColorDisabled: string;
1598
- textColorText: string;
1599
- textColorTextHover: string;
1600
- textColorTextPressed: string;
1601
- textColorTextFocus: string;
1602
- textColorTextDisabled: string;
1603
- textColorGhost: string;
1604
- textColorGhostHover: string;
1605
- textColorGhostPressed: string;
1606
- textColorGhostFocus: string;
1607
- textColorGhostDisabled: string;
1608
- border: string;
1609
- borderHover: string;
1610
- borderPressed: string;
1611
- borderFocus: string;
1612
- borderDisabled: string;
1613
- rippleColor: string;
1614
- colorPrimary: string;
1615
- colorHoverPrimary: string;
1616
- colorPressedPrimary: string;
1617
- colorFocusPrimary: string;
1618
- colorDisabledPrimary: string;
1619
- textColorPrimary: string;
1620
- textColorHoverPrimary: string;
1621
- textColorPressedPrimary: string;
1622
- textColorFocusPrimary: string;
1623
- textColorDisabledPrimary: string;
1624
- textColorTextPrimary: string;
1625
- textColorTextHoverPrimary: string;
1626
- textColorTextPressedPrimary: string;
1627
- textColorTextFocusPrimary: string;
1628
- textColorTextDisabledPrimary: string;
1629
- textColorGhostPrimary: string;
1630
- textColorGhostHoverPrimary: string;
1631
- textColorGhostPressedPrimary: string;
1632
- textColorGhostFocusPrimary: string;
1633
- textColorGhostDisabledPrimary: string;
1634
- borderPrimary: string;
1635
- borderHoverPrimary: string;
1636
- borderPressedPrimary: string;
1637
- borderFocusPrimary: string;
1638
- borderDisabledPrimary: string;
1639
- rippleColorPrimary: string;
1640
- colorInfo: string;
1641
- colorHoverInfo: string;
1642
- colorPressedInfo: string;
1643
- colorFocusInfo: string;
1644
- colorDisabledInfo: string;
1645
- textColorInfo: string;
1646
- textColorHoverInfo: string;
1647
- textColorPressedInfo: string;
1648
- textColorFocusInfo: string;
1649
- textColorDisabledInfo: string;
1650
- textColorTextInfo: string;
1651
- textColorTextHoverInfo: string;
1652
- textColorTextPressedInfo: string;
1653
- textColorTextFocusInfo: string;
1654
- textColorTextDisabledInfo: string;
1655
- textColorGhostInfo: string;
1656
- textColorGhostHoverInfo: string;
1657
- textColorGhostPressedInfo: string;
1658
- textColorGhostFocusInfo: string;
1659
- textColorGhostDisabledInfo: string;
1660
- borderInfo: string;
1661
- borderHoverInfo: string;
1662
- borderPressedInfo: string;
1663
- borderFocusInfo: string;
1664
- borderDisabledInfo: string;
1665
- rippleColorInfo: string;
1666
- colorSuccess: string;
1667
- colorHoverSuccess: string;
1668
- colorPressedSuccess: string;
1669
- colorFocusSuccess: string;
1670
- colorDisabledSuccess: string;
1671
- textColorSuccess: string;
1672
- textColorHoverSuccess: string;
1673
- textColorPressedSuccess: string;
1674
- textColorFocusSuccess: string;
1675
- textColorDisabledSuccess: string;
1676
- textColorTextSuccess: string;
1677
- textColorTextHoverSuccess: string;
1678
- textColorTextPressedSuccess: string;
1679
- textColorTextFocusSuccess: string;
1680
- textColorTextDisabledSuccess: string;
1681
- textColorGhostSuccess: string;
1682
- textColorGhostHoverSuccess: string;
1683
- textColorGhostPressedSuccess: string;
1684
- textColorGhostFocusSuccess: string;
1685
- textColorGhostDisabledSuccess: string;
1686
- borderSuccess: string;
1687
- borderHoverSuccess: string;
1688
- borderPressedSuccess: string;
1689
- borderFocusSuccess: string;
1690
- borderDisabledSuccess: string;
1691
- rippleColorSuccess: string;
1692
- colorWarning: string;
1693
- colorHoverWarning: string;
1694
- colorPressedWarning: string;
1695
- colorFocusWarning: string;
1696
- colorDisabledWarning: string;
1697
- textColorWarning: string;
1698
- textColorHoverWarning: string;
1699
- textColorPressedWarning: string;
1700
- textColorFocusWarning: string;
1701
- textColorDisabledWarning: string;
1702
- textColorTextWarning: string;
1703
- textColorTextHoverWarning: string;
1704
- textColorTextPressedWarning: string;
1705
- textColorTextFocusWarning: string;
1706
- textColorTextDisabledWarning: string;
1707
- textColorGhostWarning: string;
1708
- textColorGhostHoverWarning: string;
1709
- textColorGhostPressedWarning: string;
1710
- textColorGhostFocusWarning: string;
1711
- textColorGhostDisabledWarning: string;
1712
- borderWarning: string;
1713
- borderHoverWarning: string;
1714
- borderPressedWarning: string;
1715
- borderFocusWarning: string;
1716
- borderDisabledWarning: string;
1717
- rippleColorWarning: string;
1718
- colorError: string;
1719
- colorHoverError: string;
1720
- colorPressedError: string;
1721
- colorFocusError: string;
1722
- colorDisabledError: string;
1723
- textColorError: string;
1724
- textColorHoverError: string;
1725
- textColorPressedError: string;
1726
- textColorFocusError: string;
1727
- textColorDisabledError: string;
1728
- textColorTextError: string;
1729
- textColorTextHoverError: string;
1730
- textColorTextPressedError: string;
1731
- textColorTextFocusError: string;
1732
- textColorTextDisabledError: string;
1733
- textColorGhostError: string;
1734
- textColorGhostHoverError: string;
1735
- textColorGhostPressedError: string;
1736
- textColorGhostFocusError: string;
1737
- textColorGhostDisabledError: string;
1738
- borderError: string;
1739
- borderHoverError: string;
1740
- borderPressedError: string;
1741
- borderFocusError: string;
1742
- borderDisabledError: string;
1743
- rippleColorError: string;
1744
- waveOpacity: string;
1745
- fontWeight: string;
1746
- fontWeightStrong: string;
1747
- paddingTiny: string;
1748
- paddingSmall: string;
1749
- paddingMedium: string;
1750
- paddingLarge: string;
1751
- paddingRoundTiny: string;
1752
- paddingRoundSmall: string;
1753
- paddingRoundMedium: string;
1754
- paddingRoundLarge: string;
1755
- iconMarginTiny: string;
1756
- iconMarginSmall: string;
1757
- iconMarginMedium: string;
1758
- iconMarginLarge: string;
1759
- iconSizeTiny: string;
1760
- iconSizeSmall: string;
1761
- iconSizeMedium: string;
1762
- iconSizeLarge: string;
1763
- rippleDuration: string;
1764
- }, any>;
1765
- Progress: import('naive-ui/es/_mixins').Theme<"Progress", {
1766
- fontSize: string;
1767
- fontSizeCircle: string;
1768
- fontWeightCircle: string;
1769
- railColor: string;
1770
- railHeight: string;
1771
- iconSizeCircle: string;
1772
- iconSizeLine: string;
1773
- iconColor: string;
1774
- iconColorInfo: string;
1775
- iconColorSuccess: string;
1776
- iconColorWarning: string;
1777
- iconColorError: string;
1778
- textColorCircle: string;
1779
- textColorLineInner: string;
1780
- textColorLineOuter: string;
1781
- fillColor: string;
1782
- fillColorInfo: string;
1783
- fillColorSuccess: string;
1784
- fillColorWarning: string;
1785
- fillColorError: string;
1786
- lineBgProcessing: string;
1787
- }, any>;
1788
- }>>;
1789
- readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Upload", {
1790
- fontSize: string;
1791
- lineHeight: string;
1792
- borderRadius: string;
1793
- draggerColor: string;
1794
- draggerBorder: string;
1795
- draggerBorderHover: string;
1796
- itemColorHover: string;
1797
- itemColorHoverError: string;
1798
- itemTextColor: string;
1799
- itemTextColorError: string;
1800
- itemTextColorSuccess: string;
1801
- itemIconColor: string;
1802
- itemDisabledOpacity: string;
1803
- itemBorderImageCardError: string;
1804
- itemBorderImageCard: string;
1805
- }, {
1806
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
1807
- heightTiny: string;
1808
- heightSmall: string;
1809
- heightMedium: string;
1810
- heightLarge: string;
1811
- borderRadiusTiny: string;
1812
- borderRadiusSmall: string;
1813
- borderRadiusMedium: string;
1814
- borderRadiusLarge: string;
1815
- fontSizeTiny: string;
1816
- fontSizeSmall: string;
1817
- fontSizeMedium: string;
1818
- fontSizeLarge: string;
1819
- opacityDisabled: string;
1820
- colorOpacitySecondary: string;
1821
- colorOpacitySecondaryHover: string;
1822
- colorOpacitySecondaryPressed: string;
1823
- colorSecondary: string;
1824
- colorSecondaryHover: string;
1825
- colorSecondaryPressed: string;
1826
- colorTertiary: string;
1827
- colorTertiaryHover: string;
1828
- colorTertiaryPressed: string;
1829
- colorQuaternary: string;
1830
- colorQuaternaryHover: string;
1831
- colorQuaternaryPressed: string;
1832
- color: string;
1833
- colorHover: string;
1834
- colorPressed: string;
1835
- colorFocus: string;
1836
- colorDisabled: string;
1837
- textColor: string;
1838
- textColorTertiary: string;
1839
- textColorHover: string;
1840
- textColorPressed: string;
1841
- textColorFocus: string;
1842
- textColorDisabled: string;
1843
- textColorText: string;
1844
- textColorTextHover: string;
1845
- textColorTextPressed: string;
1846
- textColorTextFocus: string;
1847
- textColorTextDisabled: string;
1848
- textColorGhost: string;
1849
- textColorGhostHover: string;
1850
- textColorGhostPressed: string;
1851
- textColorGhostFocus: string;
1852
- textColorGhostDisabled: string;
1853
- border: string;
1854
- borderHover: string;
1855
- borderPressed: string;
1856
- borderFocus: string;
1857
- borderDisabled: string;
1858
- rippleColor: string;
1859
- colorPrimary: string;
1860
- colorHoverPrimary: string;
1861
- colorPressedPrimary: string;
1862
- colorFocusPrimary: string;
1863
- colorDisabledPrimary: string;
1864
- textColorPrimary: string;
1865
- textColorHoverPrimary: string;
1866
- textColorPressedPrimary: string;
1867
- textColorFocusPrimary: string;
1868
- textColorDisabledPrimary: string;
1869
- textColorTextPrimary: string;
1870
- textColorTextHoverPrimary: string;
1871
- textColorTextPressedPrimary: string;
1872
- textColorTextFocusPrimary: string;
1873
- textColorTextDisabledPrimary: string;
1874
- textColorGhostPrimary: string;
1875
- textColorGhostHoverPrimary: string;
1876
- textColorGhostPressedPrimary: string;
1877
- textColorGhostFocusPrimary: string;
1878
- textColorGhostDisabledPrimary: string;
1879
- borderPrimary: string;
1880
- borderHoverPrimary: string;
1881
- borderPressedPrimary: string;
1882
- borderFocusPrimary: string;
1883
- borderDisabledPrimary: string;
1884
- rippleColorPrimary: string;
1885
- colorInfo: string;
1886
- colorHoverInfo: string;
1887
- colorPressedInfo: string;
1888
- colorFocusInfo: string;
1889
- colorDisabledInfo: string;
1890
- textColorInfo: string;
1891
- textColorHoverInfo: string;
1892
- textColorPressedInfo: string;
1893
- textColorFocusInfo: string;
1894
- textColorDisabledInfo: string;
1895
- textColorTextInfo: string;
1896
- textColorTextHoverInfo: string;
1897
- textColorTextPressedInfo: string;
1898
- textColorTextFocusInfo: string;
1899
- textColorTextDisabledInfo: string;
1900
- textColorGhostInfo: string;
1901
- textColorGhostHoverInfo: string;
1902
- textColorGhostPressedInfo: string;
1903
- textColorGhostFocusInfo: string;
1904
- textColorGhostDisabledInfo: string;
1905
- borderInfo: string;
1906
- borderHoverInfo: string;
1907
- borderPressedInfo: string;
1908
- borderFocusInfo: string;
1909
- borderDisabledInfo: string;
1910
- rippleColorInfo: string;
1911
- colorSuccess: string;
1912
- colorHoverSuccess: string;
1913
- colorPressedSuccess: string;
1914
- colorFocusSuccess: string;
1915
- colorDisabledSuccess: string;
1916
- textColorSuccess: string;
1917
- textColorHoverSuccess: string;
1918
- textColorPressedSuccess: string;
1919
- textColorFocusSuccess: string;
1920
- textColorDisabledSuccess: string;
1921
- textColorTextSuccess: string;
1922
- textColorTextHoverSuccess: string;
1923
- textColorTextPressedSuccess: string;
1924
- textColorTextFocusSuccess: string;
1925
- textColorTextDisabledSuccess: string;
1926
- textColorGhostSuccess: string;
1927
- textColorGhostHoverSuccess: string;
1928
- textColorGhostPressedSuccess: string;
1929
- textColorGhostFocusSuccess: string;
1930
- textColorGhostDisabledSuccess: string;
1931
- borderSuccess: string;
1932
- borderHoverSuccess: string;
1933
- borderPressedSuccess: string;
1934
- borderFocusSuccess: string;
1935
- borderDisabledSuccess: string;
1936
- rippleColorSuccess: string;
1937
- colorWarning: string;
1938
- colorHoverWarning: string;
1939
- colorPressedWarning: string;
1940
- colorFocusWarning: string;
1941
- colorDisabledWarning: string;
1942
- textColorWarning: string;
1943
- textColorHoverWarning: string;
1944
- textColorPressedWarning: string;
1945
- textColorFocusWarning: string;
1946
- textColorDisabledWarning: string;
1947
- textColorTextWarning: string;
1948
- textColorTextHoverWarning: string;
1949
- textColorTextPressedWarning: string;
1950
- textColorTextFocusWarning: string;
1951
- textColorTextDisabledWarning: string;
1952
- textColorGhostWarning: string;
1953
- textColorGhostHoverWarning: string;
1954
- textColorGhostPressedWarning: string;
1955
- textColorGhostFocusWarning: string;
1956
- textColorGhostDisabledWarning: string;
1957
- borderWarning: string;
1958
- borderHoverWarning: string;
1959
- borderPressedWarning: string;
1960
- borderFocusWarning: string;
1961
- borderDisabledWarning: string;
1962
- rippleColorWarning: string;
1963
- colorError: string;
1964
- colorHoverError: string;
1965
- colorPressedError: string;
1966
- colorFocusError: string;
1967
- colorDisabledError: string;
1968
- textColorError: string;
1969
- textColorHoverError: string;
1970
- textColorPressedError: string;
1971
- textColorFocusError: string;
1972
- textColorDisabledError: string;
1973
- textColorTextError: string;
1974
- textColorTextHoverError: string;
1975
- textColorTextPressedError: string;
1976
- textColorTextFocusError: string;
1977
- textColorTextDisabledError: string;
1978
- textColorGhostError: string;
1979
- textColorGhostHoverError: string;
1980
- textColorGhostPressedError: string;
1981
- textColorGhostFocusError: string;
1982
- textColorGhostDisabledError: string;
1983
- borderError: string;
1984
- borderHoverError: string;
1985
- borderPressedError: string;
1986
- borderFocusError: string;
1987
- borderDisabledError: string;
1988
- rippleColorError: string;
1989
- waveOpacity: string;
1990
- fontWeight: string;
1991
- fontWeightStrong: string;
1992
- paddingTiny: string;
1993
- paddingSmall: string;
1994
- paddingMedium: string;
1995
- paddingLarge: string;
1996
- paddingRoundTiny: string;
1997
- paddingRoundSmall: string;
1998
- paddingRoundMedium: string;
1999
- paddingRoundLarge: string;
2000
- iconMarginTiny: string;
2001
- iconMarginSmall: string;
2002
- iconMarginMedium: string;
2003
- iconMarginLarge: string;
2004
- iconSizeTiny: string;
2005
- iconSizeSmall: string;
2006
- iconSizeMedium: string;
2007
- iconSizeLarge: string;
2008
- rippleDuration: string;
2009
- }, any>;
2010
- Progress: import('naive-ui/es/_mixins').Theme<"Progress", {
2011
- fontSize: string;
2012
- fontSizeCircle: string;
2013
- fontWeightCircle: string;
2014
- railColor: string;
2015
- railHeight: string;
2016
- iconSizeCircle: string;
2017
- iconSizeLine: string;
2018
- iconColor: string;
2019
- iconColorInfo: string;
2020
- iconColorSuccess: string;
2021
- iconColorWarning: string;
2022
- iconColorError: string;
2023
- textColorCircle: string;
2024
- textColorLineInner: string;
2025
- textColorLineOuter: string;
2026
- fillColor: string;
2027
- fillColorInfo: string;
2028
- fillColorSuccess: string;
2029
- fillColorWarning: string;
2030
- fillColorError: string;
2031
- lineBgProcessing: string;
2032
- }, any>;
2033
- }>>>;
2034
- readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Upload", {
2035
- fontSize: string;
2036
- lineHeight: string;
2037
- borderRadius: string;
2038
- draggerColor: string;
2039
- draggerBorder: string;
2040
- draggerBorderHover: string;
2041
- itemColorHover: string;
2042
- itemColorHoverError: string;
2043
- itemTextColor: string;
2044
- itemTextColorError: string;
2045
- itemTextColorSuccess: string;
2046
- itemIconColor: string;
2047
- itemDisabledOpacity: string;
2048
- itemBorderImageCardError: string;
2049
- itemBorderImageCard: string;
2050
- }, {
2051
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
2052
- heightTiny: string;
2053
- heightSmall: string;
2054
- heightMedium: string;
2055
- heightLarge: string;
2056
- borderRadiusTiny: string;
2057
- borderRadiusSmall: string;
2058
- borderRadiusMedium: string;
2059
- borderRadiusLarge: string;
2060
- fontSizeTiny: string;
2061
- fontSizeSmall: string;
2062
- fontSizeMedium: string;
2063
- fontSizeLarge: string;
2064
- opacityDisabled: string;
2065
- colorOpacitySecondary: string;
2066
- colorOpacitySecondaryHover: string;
2067
- colorOpacitySecondaryPressed: string;
2068
- colorSecondary: string;
2069
- colorSecondaryHover: string;
2070
- colorSecondaryPressed: string;
2071
- colorTertiary: string;
2072
- colorTertiaryHover: string;
2073
- colorTertiaryPressed: string;
2074
- colorQuaternary: string;
2075
- colorQuaternaryHover: string;
2076
- colorQuaternaryPressed: string;
2077
- color: string;
2078
- colorHover: string;
2079
- colorPressed: string;
2080
- colorFocus: string;
2081
- colorDisabled: string;
2082
- textColor: string;
2083
- textColorTertiary: string;
2084
- textColorHover: string;
2085
- textColorPressed: string;
2086
- textColorFocus: string;
2087
- textColorDisabled: string;
2088
- textColorText: string;
2089
- textColorTextHover: string;
2090
- textColorTextPressed: string;
2091
- textColorTextFocus: string;
2092
- textColorTextDisabled: string;
2093
- textColorGhost: string;
2094
- textColorGhostHover: string;
2095
- textColorGhostPressed: string;
2096
- textColorGhostFocus: string;
2097
- textColorGhostDisabled: string;
2098
- border: string;
2099
- borderHover: string;
2100
- borderPressed: string;
2101
- borderFocus: string;
2102
- borderDisabled: string;
2103
- rippleColor: string;
2104
- colorPrimary: string;
2105
- colorHoverPrimary: string;
2106
- colorPressedPrimary: string;
2107
- colorFocusPrimary: string;
2108
- colorDisabledPrimary: string;
2109
- textColorPrimary: string;
2110
- textColorHoverPrimary: string;
2111
- textColorPressedPrimary: string;
2112
- textColorFocusPrimary: string;
2113
- textColorDisabledPrimary: string;
2114
- textColorTextPrimary: string;
2115
- textColorTextHoverPrimary: string;
2116
- textColorTextPressedPrimary: string;
2117
- textColorTextFocusPrimary: string;
2118
- textColorTextDisabledPrimary: string;
2119
- textColorGhostPrimary: string;
2120
- textColorGhostHoverPrimary: string;
2121
- textColorGhostPressedPrimary: string;
2122
- textColorGhostFocusPrimary: string;
2123
- textColorGhostDisabledPrimary: string;
2124
- borderPrimary: string;
2125
- borderHoverPrimary: string;
2126
- borderPressedPrimary: string;
2127
- borderFocusPrimary: string;
2128
- borderDisabledPrimary: string;
2129
- rippleColorPrimary: string;
2130
- colorInfo: string;
2131
- colorHoverInfo: string;
2132
- colorPressedInfo: string;
2133
- colorFocusInfo: string;
2134
- colorDisabledInfo: string;
2135
- textColorInfo: string;
2136
- textColorHoverInfo: string;
2137
- textColorPressedInfo: string;
2138
- textColorFocusInfo: string;
2139
- textColorDisabledInfo: string;
2140
- textColorTextInfo: string;
2141
- textColorTextHoverInfo: string;
2142
- textColorTextPressedInfo: string;
2143
- textColorTextFocusInfo: string;
2144
- textColorTextDisabledInfo: string;
2145
- textColorGhostInfo: string;
2146
- textColorGhostHoverInfo: string;
2147
- textColorGhostPressedInfo: string;
2148
- textColorGhostFocusInfo: string;
2149
- textColorGhostDisabledInfo: string;
2150
- borderInfo: string;
2151
- borderHoverInfo: string;
2152
- borderPressedInfo: string;
2153
- borderFocusInfo: string;
2154
- borderDisabledInfo: string;
2155
- rippleColorInfo: string;
2156
- colorSuccess: string;
2157
- colorHoverSuccess: string;
2158
- colorPressedSuccess: string;
2159
- colorFocusSuccess: string;
2160
- colorDisabledSuccess: string;
2161
- textColorSuccess: string;
2162
- textColorHoverSuccess: string;
2163
- textColorPressedSuccess: string;
2164
- textColorFocusSuccess: string;
2165
- textColorDisabledSuccess: string;
2166
- textColorTextSuccess: string;
2167
- textColorTextHoverSuccess: string;
2168
- textColorTextPressedSuccess: string;
2169
- textColorTextFocusSuccess: string;
2170
- textColorTextDisabledSuccess: string;
2171
- textColorGhostSuccess: string;
2172
- textColorGhostHoverSuccess: string;
2173
- textColorGhostPressedSuccess: string;
2174
- textColorGhostFocusSuccess: string;
2175
- textColorGhostDisabledSuccess: string;
2176
- borderSuccess: string;
2177
- borderHoverSuccess: string;
2178
- borderPressedSuccess: string;
2179
- borderFocusSuccess: string;
2180
- borderDisabledSuccess: string;
2181
- rippleColorSuccess: string;
2182
- colorWarning: string;
2183
- colorHoverWarning: string;
2184
- colorPressedWarning: string;
2185
- colorFocusWarning: string;
2186
- colorDisabledWarning: string;
2187
- textColorWarning: string;
2188
- textColorHoverWarning: string;
2189
- textColorPressedWarning: string;
2190
- textColorFocusWarning: string;
2191
- textColorDisabledWarning: string;
2192
- textColorTextWarning: string;
2193
- textColorTextHoverWarning: string;
2194
- textColorTextPressedWarning: string;
2195
- textColorTextFocusWarning: string;
2196
- textColorTextDisabledWarning: string;
2197
- textColorGhostWarning: string;
2198
- textColorGhostHoverWarning: string;
2199
- textColorGhostPressedWarning: string;
2200
- textColorGhostFocusWarning: string;
2201
- textColorGhostDisabledWarning: string;
2202
- borderWarning: string;
2203
- borderHoverWarning: string;
2204
- borderPressedWarning: string;
2205
- borderFocusWarning: string;
2206
- borderDisabledWarning: string;
2207
- rippleColorWarning: string;
2208
- colorError: string;
2209
- colorHoverError: string;
2210
- colorPressedError: string;
2211
- colorFocusError: string;
2212
- colorDisabledError: string;
2213
- textColorError: string;
2214
- textColorHoverError: string;
2215
- textColorPressedError: string;
2216
- textColorFocusError: string;
2217
- textColorDisabledError: string;
2218
- textColorTextError: string;
2219
- textColorTextHoverError: string;
2220
- textColorTextPressedError: string;
2221
- textColorTextFocusError: string;
2222
- textColorTextDisabledError: string;
2223
- textColorGhostError: string;
2224
- textColorGhostHoverError: string;
2225
- textColorGhostPressedError: string;
2226
- textColorGhostFocusError: string;
2227
- textColorGhostDisabledError: string;
2228
- borderError: string;
2229
- borderHoverError: string;
2230
- borderPressedError: string;
2231
- borderFocusError: string;
2232
- borderDisabledError: string;
2233
- rippleColorError: string;
2234
- waveOpacity: string;
2235
- fontWeight: string;
2236
- fontWeightStrong: string;
2237
- paddingTiny: string;
2238
- paddingSmall: string;
2239
- paddingMedium: string;
2240
- paddingLarge: string;
2241
- paddingRoundTiny: string;
2242
- paddingRoundSmall: string;
2243
- paddingRoundMedium: string;
2244
- paddingRoundLarge: string;
2245
- iconMarginTiny: string;
2246
- iconMarginSmall: string;
2247
- iconMarginMedium: string;
2248
- iconMarginLarge: string;
2249
- iconSizeTiny: string;
2250
- iconSizeSmall: string;
2251
- iconSizeMedium: string;
2252
- iconSizeLarge: string;
2253
- rippleDuration: string;
2254
- }, any>;
2255
- Progress: import('naive-ui/es/_mixins').Theme<"Progress", {
2256
- fontSize: string;
2257
- fontSizeCircle: string;
2258
- fontWeightCircle: string;
2259
- railColor: string;
2260
- railHeight: string;
2261
- iconSizeCircle: string;
2262
- iconSizeLine: string;
2263
- iconColor: string;
2264
- iconColorInfo: string;
2265
- iconColorSuccess: string;
2266
- iconColorWarning: string;
2267
- iconColorError: string;
2268
- textColorCircle: string;
2269
- textColorLineInner: string;
2270
- textColorLineOuter: string;
2271
- fillColor: string;
2272
- fillColorInfo: string;
2273
- fillColorSuccess: string;
2274
- fillColorWarning: string;
2275
- fillColorError: string;
2276
- lineBgProcessing: string;
2277
- }, any>;
2278
- }>>>;
2279
- }>> & Readonly<{}>, {
2280
- openOpenFileDialog: () => void;
2281
- submit: (fileId?: string) => void;
2282
- clear: () => void;
2283
- mergedClsPrefix: import('vue').Ref<string, string>;
2284
- draggerInsideRef: {
2285
- value: boolean;
2286
- };
2287
- rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
2288
- inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
2289
- mergedTheme: import('vue').ComputedRef<{
2290
- common: import('naive-ui').ThemeCommonVars;
2291
- self: {
2292
- fontSize: string;
2293
- lineHeight: string;
2294
- borderRadius: string;
2295
- draggerColor: string;
2296
- draggerBorder: string;
2297
- draggerBorderHover: string;
2298
- itemColorHover: string;
2299
- itemColorHoverError: string;
2300
- itemTextColor: string;
2301
- itemTextColorError: string;
2302
- itemTextColorSuccess: string;
2303
- itemIconColor: string;
2304
- itemDisabledOpacity: string;
2305
- itemBorderImageCardError: string;
2306
- itemBorderImageCard: string;
2307
- };
2308
- peers: {
2309
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
2310
- heightTiny: string;
2311
- heightSmall: string;
2312
- heightMedium: string;
2313
- heightLarge: string;
2314
- borderRadiusTiny: string;
2315
- borderRadiusSmall: string;
2316
- borderRadiusMedium: string;
2317
- borderRadiusLarge: string;
2318
- fontSizeTiny: string;
2319
- fontSizeSmall: string;
2320
- fontSizeMedium: string;
2321
- fontSizeLarge: string;
2322
- opacityDisabled: string;
2323
- colorOpacitySecondary: string;
2324
- colorOpacitySecondaryHover: string;
2325
- colorOpacitySecondaryPressed: string;
2326
- colorSecondary: string;
2327
- colorSecondaryHover: string;
2328
- colorSecondaryPressed: string;
2329
- colorTertiary: string;
2330
- colorTertiaryHover: string;
2331
- colorTertiaryPressed: string;
2332
- colorQuaternary: string;
2333
- colorQuaternaryHover: string;
2334
- colorQuaternaryPressed: string;
2335
- color: string;
2336
- colorHover: string;
2337
- colorPressed: string;
2338
- colorFocus: string;
2339
- colorDisabled: string;
2340
- textColor: string;
2341
- textColorTertiary: string;
2342
- textColorHover: string;
2343
- textColorPressed: string;
2344
- textColorFocus: string;
2345
- textColorDisabled: string;
2346
- textColorText: string;
2347
- textColorTextHover: string;
2348
- textColorTextPressed: string;
2349
- textColorTextFocus: string;
2350
- textColorTextDisabled: string;
2351
- textColorGhost: string;
2352
- textColorGhostHover: string;
2353
- textColorGhostPressed: string;
2354
- textColorGhostFocus: string;
2355
- textColorGhostDisabled: string;
2356
- border: string;
2357
- borderHover: string;
2358
- borderPressed: string;
2359
- borderFocus: string;
2360
- borderDisabled: string;
2361
- rippleColor: string;
2362
- colorPrimary: string;
2363
- colorHoverPrimary: string;
2364
- colorPressedPrimary: string;
2365
- colorFocusPrimary: string;
2366
- colorDisabledPrimary: string;
2367
- textColorPrimary: string;
2368
- textColorHoverPrimary: string;
2369
- textColorPressedPrimary: string;
2370
- textColorFocusPrimary: string;
2371
- textColorDisabledPrimary: string;
2372
- textColorTextPrimary: string;
2373
- textColorTextHoverPrimary: string;
2374
- textColorTextPressedPrimary: string;
2375
- textColorTextFocusPrimary: string;
2376
- textColorTextDisabledPrimary: string;
2377
- textColorGhostPrimary: string;
2378
- textColorGhostHoverPrimary: string;
2379
- textColorGhostPressedPrimary: string;
2380
- textColorGhostFocusPrimary: string;
2381
- textColorGhostDisabledPrimary: string;
2382
- borderPrimary: string;
2383
- borderHoverPrimary: string;
2384
- borderPressedPrimary: string;
2385
- borderFocusPrimary: string;
2386
- borderDisabledPrimary: string;
2387
- rippleColorPrimary: string;
2388
- colorInfo: string;
2389
- colorHoverInfo: string;
2390
- colorPressedInfo: string;
2391
- colorFocusInfo: string;
2392
- colorDisabledInfo: string;
2393
- textColorInfo: string;
2394
- textColorHoverInfo: string;
2395
- textColorPressedInfo: string;
2396
- textColorFocusInfo: string;
2397
- textColorDisabledInfo: string;
2398
- textColorTextInfo: string;
2399
- textColorTextHoverInfo: string;
2400
- textColorTextPressedInfo: string;
2401
- textColorTextFocusInfo: string;
2402
- textColorTextDisabledInfo: string;
2403
- textColorGhostInfo: string;
2404
- textColorGhostHoverInfo: string;
2405
- textColorGhostPressedInfo: string;
2406
- textColorGhostFocusInfo: string;
2407
- textColorGhostDisabledInfo: string;
2408
- borderInfo: string;
2409
- borderHoverInfo: string;
2410
- borderPressedInfo: string;
2411
- borderFocusInfo: string;
2412
- borderDisabledInfo: string;
2413
- rippleColorInfo: string;
2414
- colorSuccess: string;
2415
- colorHoverSuccess: string;
2416
- colorPressedSuccess: string;
2417
- colorFocusSuccess: string;
2418
- colorDisabledSuccess: string;
2419
- textColorSuccess: string;
2420
- textColorHoverSuccess: string;
2421
- textColorPressedSuccess: string;
2422
- textColorFocusSuccess: string;
2423
- textColorDisabledSuccess: string;
2424
- textColorTextSuccess: string;
2425
- textColorTextHoverSuccess: string;
2426
- textColorTextPressedSuccess: string;
2427
- textColorTextFocusSuccess: string;
2428
- textColorTextDisabledSuccess: string;
2429
- textColorGhostSuccess: string;
2430
- textColorGhostHoverSuccess: string;
2431
- textColorGhostPressedSuccess: string;
2432
- textColorGhostFocusSuccess: string;
2433
- textColorGhostDisabledSuccess: string;
2434
- borderSuccess: string;
2435
- borderHoverSuccess: string;
2436
- borderPressedSuccess: string;
2437
- borderFocusSuccess: string;
2438
- borderDisabledSuccess: string;
2439
- rippleColorSuccess: string;
2440
- colorWarning: string;
2441
- colorHoverWarning: string;
2442
- colorPressedWarning: string;
2443
- colorFocusWarning: string;
2444
- colorDisabledWarning: string;
2445
- textColorWarning: string;
2446
- textColorHoverWarning: string;
2447
- textColorPressedWarning: string;
2448
- textColorFocusWarning: string;
2449
- textColorDisabledWarning: string;
2450
- textColorTextWarning: string;
2451
- textColorTextHoverWarning: string;
2452
- textColorTextPressedWarning: string;
2453
- textColorTextFocusWarning: string;
2454
- textColorTextDisabledWarning: string;
2455
- textColorGhostWarning: string;
2456
- textColorGhostHoverWarning: string;
2457
- textColorGhostPressedWarning: string;
2458
- textColorGhostFocusWarning: string;
2459
- textColorGhostDisabledWarning: string;
2460
- borderWarning: string;
2461
- borderHoverWarning: string;
2462
- borderPressedWarning: string;
2463
- borderFocusWarning: string;
2464
- borderDisabledWarning: string;
2465
- rippleColorWarning: string;
2466
- colorError: string;
2467
- colorHoverError: string;
2468
- colorPressedError: string;
2469
- colorFocusError: string;
2470
- colorDisabledError: string;
2471
- textColorError: string;
2472
- textColorHoverError: string;
2473
- textColorPressedError: string;
2474
- textColorFocusError: string;
2475
- textColorDisabledError: string;
2476
- textColorTextError: string;
2477
- textColorTextHoverError: string;
2478
- textColorTextPressedError: string;
2479
- textColorTextFocusError: string;
2480
- textColorTextDisabledError: string;
2481
- textColorGhostError: string;
2482
- textColorGhostHoverError: string;
2483
- textColorGhostPressedError: string;
2484
- textColorGhostFocusError: string;
2485
- textColorGhostDisabledError: string;
2486
- borderError: string;
2487
- borderHoverError: string;
2488
- borderPressedError: string;
2489
- borderFocusError: string;
2490
- borderDisabledError: string;
2491
- rippleColorError: string;
2492
- waveOpacity: string;
2493
- fontWeight: string;
2494
- fontWeightStrong: string;
2495
- paddingTiny: string;
2496
- paddingSmall: string;
2497
- paddingMedium: string;
2498
- paddingLarge: string;
2499
- paddingRoundTiny: string;
2500
- paddingRoundSmall: string;
2501
- paddingRoundMedium: string;
2502
- paddingRoundLarge: string;
2503
- iconMarginTiny: string;
2504
- iconMarginSmall: string;
2505
- iconMarginMedium: string;
2506
- iconMarginLarge: string;
2507
- iconSizeTiny: string;
2508
- iconSizeSmall: string;
2509
- iconSizeMedium: string;
2510
- iconSizeLarge: string;
2511
- rippleDuration: string;
2512
- }, any>;
2513
- Progress: import('naive-ui/es/_mixins').Theme<"Progress", {
2514
- fontSize: string;
2515
- fontSizeCircle: string;
2516
- fontWeightCircle: string;
2517
- railColor: string;
2518
- railHeight: string;
2519
- iconSizeCircle: string;
2520
- iconSizeLine: string;
2521
- iconColor: string;
2522
- iconColorInfo: string;
2523
- iconColorSuccess: string;
2524
- iconColorWarning: string;
2525
- iconColorError: string;
2526
- textColorCircle: string;
2527
- textColorLineInner: string;
2528
- textColorLineOuter: string;
2529
- fillColor: string;
2530
- fillColorInfo: string;
2531
- fillColorSuccess: string;
2532
- fillColorWarning: string;
2533
- fillColorError: string;
2534
- lineBgProcessing: string;
2535
- }, any>;
2536
- };
2537
- peerOverrides: {
2538
- Button?: {
2539
- peers?: {
2540
- [x: string]: any;
2541
- } | undefined;
2542
- } | undefined;
2543
- Progress?: {
2544
- peers?: {
2545
- [x: string]: any;
2546
- } | undefined;
2547
- } | undefined;
2548
- };
2549
- }>;
2550
- dragOver: import('vue').Ref<boolean, boolean>;
2551
- mergedMultiple: import('vue').ComputedRef<boolean>;
2552
- cssVars: import('vue').ComputedRef<any> | undefined;
2553
- themeClass: import('vue').Ref<string, string> | undefined;
2554
- onRender: (() => void) | undefined;
2555
- handleFileInputChange: (e: Event) => void;
2556
- }, {}, {}, {}, {
2557
- readonly disabled: boolean | undefined;
2558
- readonly name: string;
2559
- readonly multiple: boolean;
2560
- readonly abstract: boolean;
2561
- readonly showTrigger: boolean;
2562
- readonly directory: boolean;
2563
- readonly directoryDnd: boolean;
2564
- readonly method: string;
2565
- readonly showFileList: boolean;
2566
- readonly withCredentials: boolean;
2567
- readonly responseType: XMLHttpRequestResponseType;
2568
- readonly defaultUpload: boolean;
2569
- readonly defaultFileList: UploadFileInfo[];
2570
- readonly showCancelButton: boolean;
2571
- readonly showRemoveButton: boolean;
2572
- readonly showDownloadButton: boolean;
2573
- readonly showRetryButton: boolean;
2574
- readonly showPreviewButton: boolean;
2575
- readonly listType: import('naive-ui/es/upload/src/interface').ListType;
2576
- readonly shouldUseThumbnailUrl: import('naive-ui/es/upload/src/interface').ShouldUseThumbnailUrl;
2577
- }> | null;
2578
- }, HTMLDivElement>;
2579
- export default _default;