@pitcher/js-api 1.22.0-beta.6 → 1.22.0-rc.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.
- package/js-api.esm.js +48 -7
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +9 -9
- package/js-api.umd.min.js.map +1 -1
- package/lib/apps/browser/App.vue.d.ts +42 -16
- package/lib/apps/browser/components/BatchMoveItemsModal/BatchMoveItemsModal.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/AllContent/AllContent.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/AllContent/Empty/FoldersFilesEmpty.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Common/BrowserListItem.vue.d.ts +17 -33
- package/lib/apps/browser/components/Content/Content.vue.d.ts +8 -3
- package/lib/apps/browser/components/Content/Favorites/FavoritesTable.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/BasicInfo.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/Details.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/FilePanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/Metadata.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/Tags.vue.d.ts +2 -25
- package/lib/apps/browser/components/Content/Panel/FolderPanel/BasicInfo.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FolderPanel/Details.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/ItemsPanel/ItemsPanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/NoItemPanel/NoItemPanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/Panel.vue.d.ts +13 -17
- package/lib/apps/browser/components/Content/Panel/QuickAccessPanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/QuickAccessPanelItem.vue.d.ts +3 -12
- package/lib/apps/browser/components/Content/Recent/RecentTable.vue.d.ts +1 -1
- package/lib/apps/browser/components/ContextMenu/ContextMenu.vue.d.ts +2 -23
- package/lib/apps/browser/components/ContextMenu/ContextMenuDropdown.vue.d.ts +4 -13
- package/lib/apps/browser/components/ContextMenu/FavoriteButton.vue.d.ts +3 -12
- package/lib/apps/browser/components/ContextMenu/FileDetailsPanelButton.vue.d.ts +3 -12
- package/lib/apps/browser/components/UploadFilesDropzone/UploadFilesDropzone.vue.d.ts +1 -1
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +1 -1
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalButtons.vue.d.ts +7 -16
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalFileList.vue.d.ts +7 -16
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.vue.d.ts +4 -4
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +6 -15
- package/lib/apps/browser/components/UploadFilesWidget/UploadFilesWidget.vue.d.ts +5 -26
- package/lib/apps/browser/components/UpsertFolderModal/UpsertFolderModal.vue.d.ts +3 -12
- package/lib/apps/browser/stores/api.d.ts +96 -5
- package/lib/apps/browser/stores/app.d.ts +2 -32
- package/lib/apps/browser/stores/upload.d.ts +98 -1
- package/lib/apps/canvas-builder/App.vue.d.ts +351 -128
- package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/container/BottomBar/BottomBar.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.single.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +1 -10
- package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +11 -15
- package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/ComponentDrawerSettings.vue.d.ts +1 -10
- package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +1 -10
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/container/ControlBar/InstalledEmbeddableShortcuts.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/DownloadButton/DownloadButton.vue.d.ts +3 -3
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +32 -47
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +103 -0
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentLegacy.vue.d.ts +104 -0
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentRevamp.vue.d.ts +107 -0
- package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +11 -6
- package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +5 -28
- package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +1 -10
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +5 -26
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionGroupSelector.vue.d.ts +21 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionListItem.vue.d.ts +37 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.edit.vue.d.ts +11 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.raw.vue.d.ts +19 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +30 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionSelector.vue.d.ts +17 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/components/PreviewImage.vue.d.ts +13 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/composables/cache.use.d.ts +12 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/composables/zoom.use.d.ts +15 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/utils/type.util.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +6 -15
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +4 -4
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +8 -15
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +6 -27
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +18 -32
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +5 -14
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +8 -39
- package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +4 -33
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +7 -0
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +23 -0
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +11 -0
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +31 -0
- package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +4 -33
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +5 -14
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +12 -36
- package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +3 -20
- package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -13
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -15
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +6 -15
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.d.ts +18 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.test.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +7 -16
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +16 -30
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +11 -18
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +27 -32
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +15 -0
- package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +839 -11251
- package/lib/apps/canvas-builder/composables/useCanvasDnd.d.ts +4 -4
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +295 -1597
- package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +8 -6
- package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +2 -2
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +79 -7
- package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCollapsibles.d.ts +3 -0
- package/lib/apps/canvas-builder/composables/useCollectionPlayer.d.ts +31 -0
- package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +35 -4
- package/lib/apps/canvas-builder/composables/useFetchMostPopularFiles.d.ts +4 -0
- package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +2 -2
- package/lib/apps/canvas-builder/composables/useNavigatorDrawer.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/usePopularity.d.ts +8 -0
- package/lib/apps/canvas-builder/composables/useRecommendations.d.ts +4 -9
- package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
- package/lib/apps/canvas-builder/composables/useSectionNavigation.d.ts +3 -3
- package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -1
- package/lib/apps/canvas-builder/types/canvas.d.ts +87 -21
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +8 -5
- package/lib/apps/canvas-builder/util/url.d.ts +1 -0
- package/lib/apps/canvas-selector/App.vue.d.ts +5 -22
- package/lib/apps/canvas-selector/appTypes.d.ts +3 -2
- package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +4 -34
- package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/Sections.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/stores/app.d.ts +232 -1
- package/lib/apps/content-selector/App.vue.d.ts +6 -27
- package/lib/apps/content-selector/appTypes.d.ts +4 -2
- package/lib/apps/content-selector/components/AiImages.vue.d.ts +10 -0
- package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +3 -3
- package/lib/apps/content-selector/components/Assets.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content/AllContent/AllContent.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +9 -41
- package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/ExternalLinks.vue.d.ts +3 -3
- package/lib/apps/content-selector/components/Navbar.vue.d.ts +2 -0
- package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +6 -29
- package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +7 -10
- package/lib/apps/content-selector/stores/app.d.ts +8 -3
- package/lib/apps/notes/NotesApp.vue.d.ts +9 -38
- package/lib/apps/notes/components/CustomerReaction.vue.d.ts +2 -0
- package/lib/apps/notes/composables/useFullscreenNotesHeartbeat.d.ts +1 -1
- package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +7 -28
- package/lib/components/CApexChart/CApexChartLine.vue.d.ts +2 -25
- package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +8 -3
- package/lib/components/CAvatar/CAvatar.vue.d.ts +8 -3
- package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +3 -12
- package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +29 -29
- package/lib/components/CButton/CButton.vue.d.ts +10 -27
- package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +10 -30
- package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +6 -30
- package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +6 -15
- package/lib/components/CCard/CCard.vue.d.ts +8 -3
- package/lib/components/CCarousel/CCarousel.vue.d.ts +4 -29
- package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.vue.d.ts +2 -23
- package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +4 -13
- package/lib/components/CCheckbox/CCheckbox.vue.d.ts +1 -1
- package/lib/components/CChip/CChip.vue.d.ts +12 -36
- package/lib/components/CCollapse/CCollapse.vue.d.ts +13 -27
- package/lib/components/CCollapse/CCollapseItem.vue.d.ts +8 -3
- package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +8 -3
- package/lib/components/CColorPicker/CColorPicker.vue.d.ts +8 -3
- package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +12 -16
- package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +3 -12
- package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +14 -27
- package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +8 -31
- package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +8 -3
- package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +8 -3
- package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +16 -32
- package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +9 -18
- package/lib/components/CContactSelector/CContactSelector.vue.d.ts +6 -53
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +686 -7
- package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +19 -96
- package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +17 -51
- package/lib/components/CCreateCanvasModal/CCreateCanvasModal.vue.d.ts +1 -74
- package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +7 -28
- package/lib/components/CCreateTemplateOrSectionModal/CCreateTemplateOrSectionModal.vue.d.ts +8 -33
- package/lib/components/CDataTable/CDataTable.vue.d.ts +3 -12
- package/lib/components/CDataTable/CDataTableEdit.use.d.ts +2 -2
- package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +7 -30
- package/lib/components/CDivider/CDivider.vue.d.ts +1 -10
- package/lib/components/CDrawer/CDrawer.vue.d.ts +1 -1
- package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +1 -1
- package/lib/components/CDropdown/CDropdown.vue.d.ts +8 -3
- package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +15 -0
- package/lib/components/CEmpty/CEmpty.vue.d.ts +8 -3
- package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +56 -45
- package/lib/components/CError/CErrorFullScreen.vue.d.ts +11 -41
- package/lib/components/CFeedback/CFeedback.vue.d.ts +14 -18
- package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +41 -0
- package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +7 -29
- package/lib/components/CFileViewer/CFileViewer.types.d.ts +1 -1
- package/lib/components/CFileViewer/CFileViewer.vue.d.ts +14 -50
- package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +6 -15
- package/lib/components/CFileViewer/CFileViewerShare.vue.d.ts +2 -2
- package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +25 -27
- package/lib/components/CFileViewer/{pdfEvents.use.d.ts → pdf/CFileViewer.events.pdf.use.d.ts} +1 -1
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.annotations.use.d.ts +21 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +14 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.use.d.ts +23 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.overlayItems.use.d.ts +11 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +64 -0
- package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +56 -0
- package/lib/components/CFileViewer/{CFileViewerFullScreen.use.d.ts → pdf/CFileViewerFullscreen.pdf.use.d.ts} +4 -3
- package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +6 -0
- package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +25 -0
- package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +9 -25
- package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +10 -35
- package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +3 -12
- package/lib/components/CFontSelect/CFontSelect.vue.d.ts +4 -13
- package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +4 -29
- package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +1 -1
- package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +8 -17
- package/lib/components/CGlobalSearch/CGlobalSearchResults.vue.d.ts +6 -15
- package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +1 -1
- package/lib/components/CGlobalSearch/CResult.vue.d.ts +5 -14
- package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +8 -12
- package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -2
- package/lib/components/CGlobalSearch/Shortcuts.use.d.ts +1 -1
- package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +9 -25
- package/lib/components/CHelpText/CHelpText.vue.d.ts +16 -0
- package/lib/components/CIcon/CIcon.vue.d.ts +2 -23
- package/lib/components/CImage/CBrokenImage.vue.d.ts +3 -12
- package/lib/components/CImage/CImage.vue.d.ts +10 -4
- package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +4 -35
- package/lib/components/CInput/CInput.vue.d.ts +2 -11
- package/lib/components/CInputPlaceholder/CInputPlaceholder.vue.d.ts +24 -0
- package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +8 -17
- package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +2 -25
- package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +20 -0
- package/lib/components/CList/CList.vue.d.ts +30 -32
- package/lib/components/CList/CListItem.vue.d.ts +32 -52
- package/lib/components/CModal/CModal.vue.d.ts +8 -3
- package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +13 -29
- package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +5 -14
- package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +6 -39
- package/lib/components/CPaginationButtons/CPaginationButtons.vue.d.ts +24 -0
- package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +10 -0
- package/lib/components/CPopover/CPopover.vue.d.ts +8 -3
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +4 -29
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +1 -10
- package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +6 -27
- package/lib/components/CRate/CRate.vue.d.ts +14 -0
- package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +28 -0
- package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +8 -29
- package/lib/components/CRichTextEditor/components/CAiRichTextActions.vue.d.ts +5 -14
- package/lib/components/CRichTextEditor/components/CAlignmentSelect.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +6 -15
- package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +5 -14
- package/lib/components/CRichTextEditor/components/CFontDropdown.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -13
- package/lib/components/CRichTextEditor/components/CInsertDropdown.vue.d.ts +5 -14
- package/lib/components/CRichTextEditor/components/CListSelect.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/components/CSuggestionList.vue.d.ts +2 -11
- package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +3 -12
- package/lib/components/CRichTextEditor/components/CTextTypeSelect.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/extensions/textStyleExtended.d.ts +12 -0
- package/lib/components/CSearch/CSearch.vue.d.ts +7 -36
- package/lib/components/CSearch/CSearchOnClick.vue.d.ts +8 -29
- package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +10 -45
- package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +12 -28
- package/lib/components/CSelect/CSelect.vue.d.ts +9 -25
- package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +3 -12
- package/lib/components/CShortcut/CShortcut.vue.d.ts +8 -3
- package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +1 -10
- package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +6 -15
- package/lib/components/CSlider/CSlider.vue.d.ts +12 -42
- package/lib/components/CSpin/CSpin.vue.d.ts +8 -3
- package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +17 -0
- package/lib/components/CSwitch/CSwitch.vue.d.ts +1 -1
- package/lib/components/CTable/CTable.vue.d.ts +14 -53
- package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +11 -32
- package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +5 -5
- package/lib/components/CTableInput/CTableInput.vue.d.ts +1017 -38
- package/lib/components/CTableMore/CTableMore.vue.d.ts +7 -34
- package/lib/components/CTableSelect/CTableSelect.vue.d.ts +4 -13
- package/lib/components/CTableTag/CTableTag.vue.d.ts +12 -43
- package/lib/components/CTag/CTag.vue.d.ts +1 -1
- package/lib/components/CTags/CTags.vue.d.ts +6 -30
- package/lib/components/CTagsPlaceholder/CTagsPlaceholder.vue.d.ts +6 -0
- package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +1 -1
- package/lib/components/CTimeline/CTimeline.vue.d.ts +6 -15
- package/lib/components/CTimeline/CTimelineControl.vue.d.ts +1 -1
- package/lib/components/CTimeline/CTimelineModal.vue.d.ts +7 -16
- package/lib/components/CToastProvider/CToastProvider.vue.d.ts +1 -1
- package/lib/components/CToolbar/CToolbar.vue.d.ts +4 -21
- package/lib/components/CTooltip/CTooltip.vue.d.ts +8 -12
- package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +11 -27
- package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +14 -0
- package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +14 -0
- package/lib/components/CUserAvatar/CUserAvatar.vue.d.ts +3 -26
- package/lib/components/CUserMenu/CUserMenu.vue.d.ts +7 -32
- package/lib/components/CUsersAccessInfo/CUsersAccessInfo.vue.d.ts +2 -23
- package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +1 -0
- package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +8 -33
- package/lib/components/CVideo/CVideo.vue.d.ts +32 -13
- package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +22 -24
- package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +15 -19
- package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +207 -23
- package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +17 -26
- package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +3 -12
- package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +37 -14
- package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +3 -12
- package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +7 -36
- package/lib/components/canvases/CanvasesManagementBulk.use.d.ts +8 -0
- package/lib/components/filters/CCheckboxFilter.vue.d.ts +4 -13
- package/lib/components/filters/CDateRangeFilter.vue.d.ts +7 -32
- package/lib/components/filters/CSearchFilter.vue.d.ts +8 -31
- package/lib/components/filters/CSelectFilter.vue.d.ts +9 -10
- package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +232 -25
- package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +19 -28
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +8 -33
- package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +4 -1
- package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +41 -14
- package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +8 -31
- package/lib/components/savedCanvases/smartFolders/SmartFolderNameCell.vue.d.ts +10 -0
- package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +386 -0
- package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +14 -0
- package/lib/components/savedCanvases/smartFolders/SmartFoldersConfigurationModal.vue.d.ts +6 -0
- package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +6 -0
- package/lib/components/sections/CSectionManagement.vue.d.ts +181 -22
- package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +15 -24
- package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +11 -20
- package/lib/composables/appsDb.use.d.ts +32 -0
- package/lib/composables/fileViewerSettings.use.d.ts +2 -0
- package/lib/composables/instanceTagsActions.use.d.ts +5 -1
- package/lib/composables/openFileStack.use.d.ts +20 -0
- package/lib/composables/presentationHistory.use.d.ts +12 -0
- package/lib/composables/recentFiles.use.d.ts +2 -1
- package/lib/composables/suggestedTags.use.d.ts +6 -1
- package/lib/composables/useAdminAndDsrState.d.ts +6 -0
- package/lib/composables/useAssetUpload.d.ts +2 -1
- package/lib/composables/useCanvasTablesPagination.d.ts +10 -8
- package/lib/composables/useConnectUpload.d.ts +3 -1
- package/lib/composables/useElementHeightResize.d.ts +1 -1
- package/lib/composables/useFetchUsers.d.ts +1 -3
- package/lib/composables/useFileDisplayHelpers.d.ts +8 -0
- package/lib/composables/useLocation.d.ts +1 -1
- package/lib/composables/useLocationManipulation.d.ts +1 -1
- package/lib/composables/useMetadataFilters.d.ts +8 -6
- package/lib/composables/useSharedTranslations.d.ts +10 -0
- package/lib/composables/useThemeVars.d.ts +28 -0
- package/lib/constants/appsDb.const.d.ts +10 -0
- package/lib/constants/cdp.const.d.ts +10 -0
- package/lib/constants/i18n.const.d.ts +2 -2
- package/lib/constants/pitcherSettings.const.d.ts +1 -0
- package/lib/constants/timers.const.d.ts +1 -0
- package/lib/directives/tap.d.ts +9 -0
- package/lib/directives/usage-track.directive.d.ts +10 -0
- package/lib/main.lib.d.ts +11 -0
- package/lib/sdk/api/HighLevelApi.d.ts +15 -1
- package/lib/sdk/api/modules/admin/files.admin.d.ts +16 -0
- package/lib/sdk/api/modules/admin/index.d.ts +4 -0
- package/lib/sdk/api/modules/admin/types.admin.d.ts +28 -2
- package/lib/sdk/api/modules/canvas.d.ts +5 -1
- package/lib/sdk/api/modules/dsr/files.dsr.d.ts +17 -0
- package/lib/sdk/api/modules/dsr/types.dsr.d.ts +3 -1
- package/lib/sdk/api/modules/files.d.ts +5 -1
- package/lib/sdk/api/modules/filesRevisions.d.ts +5 -0
- package/lib/sdk/api/modules/index.d.ts +2 -0
- package/lib/sdk/api/modules/pspdfkit.d.ts +25 -2
- package/lib/sdk/api/modules/share.d.ts +8 -0
- package/lib/sdk/api/modules/ui/index.d.ts +14 -14
- package/lib/sdk/api/modules/ui/pia.ui.d.ts +4 -4
- package/lib/sdk/api/modules/ui/types.ui.d.ts +9 -2
- package/lib/sdk/interfaces.d.ts +15 -1
- package/lib/sdk/main.d.ts +53 -3
- package/lib/sdk/payload.types.d.ts +41 -0
- package/lib/theme/light.d.ts +75 -10
- package/lib/theme/theme.utils.d.ts +17 -0
- package/lib/types/app.d.ts +1 -1
- package/lib/types/call.d.ts +10 -1
- package/lib/types/canvasTheme.d.ts +11 -0
- package/lib/types/canvases.d.ts +1 -0
- package/lib/types/instanceSettings.types.d.ts +3 -0
- package/lib/types/instanceTags.types.d.ts +3 -0
- package/lib/types/launchDarkly.types.d.ts +2 -1
- package/lib/types/metadataHighlightProperty.d.ts +8 -0
- package/lib/types/organizationSettings.types.d.ts +24 -2
- package/lib/types/recentFiles.types.d.ts +1 -0
- package/lib/util/date.d.ts +1 -0
- package/lib/util/eval.d.ts +2 -0
- package/lib/util/jwt.d.ts +1 -0
- package/lib/util/network.d.ts +1 -4
- package/lib/util/string.d.ts +1 -1
- package/lib/util/usage-tracking.util.d.ts +5 -0
- package/lib/util/userAgents.d.ts +1 -0
- package/package.json +1 -1
- package/types/openapi/index.d.ts +6 -6
- package/types/openapi/models/AppRelease.d.ts +1 -4
- package/types/openapi/models/BulkDeleteMixedObjectsRequest.d.ts +7 -0
- package/types/openapi/models/DeletedInstance.d.ts +1 -1
- package/types/openapi/models/FavoriteUpdate.d.ts +1 -1
- package/types/openapi/models/FavoriteUpdateRequest.d.ts +1 -4
- package/types/openapi/models/FileCreate.d.ts +1 -0
- package/types/openapi/models/FileRetrieve.d.ts +1 -0
- package/types/openapi/models/FileUpdate.d.ts +1 -0
- package/types/openapi/models/FolderFile.d.ts +1 -0
- package/types/openapi/models/Instance.d.ts +1 -1
- package/types/openapi/models/InstanceMembershipRoleEnum.d.ts +2 -0
- package/types/openapi/models/InstanceRequest.d.ts +0 -2
- package/types/openapi/models/MetadataTemplateField.d.ts +1 -0
- package/types/openapi/models/MetadataTemplateFieldRequest.d.ts +1 -0
- package/types/openapi/models/PSPDFKitAuthPayload.d.ts +3 -0
- package/types/openapi/models/PSPDFKitAuthPayloadRequest.d.ts +3 -0
- package/types/openapi/models/PSPDFKitToken.d.ts +6 -0
- package/types/openapi/models/PSPDFKitTokenRequest.d.ts +3 -0
- package/types/openapi/models/PatchedFavoriteUpdateRequest.d.ts +0 -3
- package/types/openapi/models/PatchedUserRequest.d.ts +2 -2
- package/types/openapi/models/User.d.ts +2 -2
- package/types/openapi/models/UserRequest.d.ts +2 -2
- package/types/openapi/models/UserRoleEnum.d.ts +10 -0
- package/lib/apps/canvas-builder/composables/useFetchSectionAnalytics.d.ts +0 -3
- package/lib/components/CFileViewer/CFileViewer.use.d.ts +0 -51
- package/lib/components/CFileViewer/CFileViewerBottomPdf.vue.d.ts +0 -70
- package/lib/components/CFileViewer/CFileViewerSearchResultsSidebar.vue.d.ts +0 -14
- package/lib/composables/useFiles.d.ts +0 -10
- package/types/openapi/models/AppOrganizationRequest.d.ts +0 -4
- package/types/openapi/models/AppRequest.d.ts +0 -8
- package/types/openapi/models/DeletedApp.d.ts +0 -22
- package/types/openapi/models/MiniPageRequest.d.ts +0 -3
- package/types/openapi/models/PaginatedAppReleaseList.d.ts +0 -7
- package/types/openapi/models/PatchedAppRequest.d.ts +0 -8
- /package/lib/components/CFileViewer/{pageThumbnailFavorite.use.d.ts → pdf/CFileViewer.pageFavorite.pdf.use.d.ts} +0 -0
package/lib/sdk/main.d.ts
CHANGED
|
@@ -83,6 +83,10 @@ export declare function useAdmin(): {
|
|
|
83
83
|
id: import('../main.lib').File["id"];
|
|
84
84
|
}): Promise<import('../main.lib').File>;
|
|
85
85
|
getFiles(payload: Record<string, any>): Promise<import('../main.lib').PaginatedFileList>;
|
|
86
|
+
open(payload: {
|
|
87
|
+
id: import('../main.lib').File["id"];
|
|
88
|
+
}): Promise<void>;
|
|
89
|
+
close(): Promise<void>;
|
|
86
90
|
selectContent(payload: import('./api/modules/admin/types.admin').AdminSelectContentRequest): Promise<import('./api/modules/admin/types.admin').AdminSelectContentResponse>;
|
|
87
91
|
getInstanceMetadataTemplates(payload?: import('./payload.types').GetInstanceMetadataTemplatesPayload): Promise<import('../main.lib').PaginatedMetadataTemplateList>;
|
|
88
92
|
createCanvas(payload: import('../main.lib').CanvasCreateRequest): Promise<import('../main.lib').CanvasRetrieve>;
|
|
@@ -188,6 +192,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
188
192
|
shareCanvas(payload: {
|
|
189
193
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
190
194
|
}): Promise<import('../main.lib').SharedLink>;
|
|
195
|
+
getCanvasRecommendedFiles(payload: {
|
|
196
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
197
|
+
match?: ("tags" | "metadata")[];
|
|
198
|
+
}): Promise<import('../main.lib').CanvasRecommendedFiles>;
|
|
191
199
|
getFiles(payload: import('./payload.types').ListFilesPayload & {
|
|
192
200
|
filters?: Record<string, any>;
|
|
193
201
|
fields?: string;
|
|
@@ -203,6 +211,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
203
211
|
id?: import('../main.lib').FileRetrieve["id"];
|
|
204
212
|
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
205
213
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
214
|
+
getFileRevisionData(payload: {
|
|
215
|
+
file_id: import('../main.lib').FileRetrieve["id"];
|
|
216
|
+
revision_id: import('../main.lib').FileRevision["id"];
|
|
217
|
+
}): Promise<import('../main.lib').FileRetrieve>;
|
|
206
218
|
updateFile(payload: import('../main.lib').FileUpdateRequest & {
|
|
207
219
|
id: import('../main.lib').File["id"];
|
|
208
220
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
@@ -211,6 +223,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
211
223
|
}): Promise<import('../main.lib').File["id"]>;
|
|
212
224
|
createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
|
|
213
225
|
selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
|
|
226
|
+
getFileRevisions(payload: {
|
|
227
|
+
id?: import('../main.lib').FileRetrieve["id"];
|
|
228
|
+
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
229
|
+
}): Promise<import('../main.lib').FileRevision[]>;
|
|
214
230
|
search(payload: {
|
|
215
231
|
query: string;
|
|
216
232
|
includeExpired?: boolean;
|
|
@@ -226,7 +242,8 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
226
242
|
}>;
|
|
227
243
|
renderPageAsImage(payload: {
|
|
228
244
|
fileId: import('../main.lib').File["id"];
|
|
229
|
-
|
|
245
|
+
documentId?: import('../main.lib').File["id"];
|
|
246
|
+
pageIndex: number;
|
|
230
247
|
params: {
|
|
231
248
|
width: number;
|
|
232
249
|
} | {
|
|
@@ -270,6 +287,7 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
270
287
|
submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
|
|
271
288
|
close(): Promise<any>;
|
|
272
289
|
openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
|
|
290
|
+
share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
|
|
273
291
|
API: import('./api/LowLevelApi').LowLevelApi;
|
|
274
292
|
} | {
|
|
275
293
|
getAppConfig(payload: {
|
|
@@ -279,6 +297,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
279
297
|
id: import('../main.lib').File["id"];
|
|
280
298
|
}): Promise<import('../main.lib').File>;
|
|
281
299
|
getFiles(payload: Record<string, any>): Promise<import('../main.lib').PaginatedFileList>;
|
|
300
|
+
open(payload: {
|
|
301
|
+
id: import('../main.lib').File["id"];
|
|
302
|
+
}): Promise<void>;
|
|
303
|
+
close(): Promise<void>;
|
|
282
304
|
selectContent(payload: import('./api/modules/admin/types.admin').AdminSelectContentRequest): Promise<import('./api/modules/admin/types.admin').AdminSelectContentResponse>;
|
|
283
305
|
getInstanceMetadataTemplates(payload?: import('./payload.types').GetInstanceMetadataTemplatesPayload): Promise<import('../main.lib').PaginatedMetadataTemplateList>;
|
|
284
306
|
createCanvas(payload: import('../main.lib').CanvasCreateRequest): Promise<import('../main.lib').CanvasRetrieve>;
|
|
@@ -394,6 +416,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
394
416
|
shareCanvas(payload: {
|
|
395
417
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
396
418
|
}): Promise<import('../main.lib').SharedLink>;
|
|
419
|
+
getCanvasRecommendedFiles(payload: {
|
|
420
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
421
|
+
match?: ("tags" | "metadata")[];
|
|
422
|
+
}): Promise<import('../main.lib').CanvasRecommendedFiles>;
|
|
397
423
|
getFiles(payload: import('./payload.types').ListFilesPayload & {
|
|
398
424
|
filters?: Record<string, any>;
|
|
399
425
|
fields?: string;
|
|
@@ -409,6 +435,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
409
435
|
id?: import('../main.lib').FileRetrieve["id"];
|
|
410
436
|
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
411
437
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
438
|
+
getFileRevisionData(payload: {
|
|
439
|
+
file_id: import('../main.lib').FileRetrieve["id"];
|
|
440
|
+
revision_id: import('../main.lib').FileRevision["id"];
|
|
441
|
+
}): Promise<import('../main.lib').FileRetrieve>;
|
|
412
442
|
updateFile(payload: import('../main.lib').FileUpdateRequest & {
|
|
413
443
|
id: import('../main.lib').File["id"];
|
|
414
444
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
@@ -417,6 +447,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
417
447
|
}): Promise<import('../main.lib').File["id"]>;
|
|
418
448
|
createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
|
|
419
449
|
selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
|
|
450
|
+
getFileRevisions(payload: {
|
|
451
|
+
id?: import('../main.lib').FileRetrieve["id"];
|
|
452
|
+
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
453
|
+
}): Promise<import('../main.lib').FileRevision[]>;
|
|
420
454
|
search(payload: {
|
|
421
455
|
query: string;
|
|
422
456
|
includeExpired?: boolean;
|
|
@@ -432,7 +466,8 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
432
466
|
}>;
|
|
433
467
|
renderPageAsImage(payload: {
|
|
434
468
|
fileId: import('../main.lib').File["id"];
|
|
435
|
-
|
|
469
|
+
documentId?: import('../main.lib').File["id"];
|
|
470
|
+
pageIndex: number;
|
|
436
471
|
params: {
|
|
437
472
|
width: number;
|
|
438
473
|
} | {
|
|
@@ -476,6 +511,7 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
476
511
|
submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
|
|
477
512
|
close(): Promise<any>;
|
|
478
513
|
openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
|
|
514
|
+
share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
|
|
479
515
|
API: import('./api/LowLevelApi').LowLevelApi;
|
|
480
516
|
};
|
|
481
517
|
promptPia(payload: import('./api/modules/ui/types.ui').UiPromptPiaRequest): Promise<import('./api/modules/ui/types.ui').UiPromptPiaResponse>;
|
|
@@ -551,6 +587,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
551
587
|
shareCanvas(payload: {
|
|
552
588
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
553
589
|
}): Promise<import('../main.lib').SharedLink>;
|
|
590
|
+
getCanvasRecommendedFiles(payload: {
|
|
591
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
592
|
+
match?: ("tags" | "metadata")[];
|
|
593
|
+
}): Promise<import('../main.lib').CanvasRecommendedFiles>;
|
|
554
594
|
getFiles(payload: import('./payload.types').ListFilesPayload & {
|
|
555
595
|
filters?: Record<string, any>;
|
|
556
596
|
fields?: string;
|
|
@@ -566,6 +606,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
566
606
|
id?: import('../main.lib').FileRetrieve["id"];
|
|
567
607
|
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
568
608
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
609
|
+
getFileRevisionData(payload: {
|
|
610
|
+
file_id: import('../main.lib').FileRetrieve["id"];
|
|
611
|
+
revision_id: import('../main.lib').FileRevision["id"];
|
|
612
|
+
}): Promise<import('../main.lib').FileRetrieve>;
|
|
569
613
|
updateFile(payload: import('../main.lib').FileUpdateRequest & {
|
|
570
614
|
id: import('../main.lib').File["id"];
|
|
571
615
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
@@ -574,6 +618,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
574
618
|
}): Promise<import('../main.lib').File["id"]>;
|
|
575
619
|
createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
|
|
576
620
|
selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
|
|
621
|
+
getFileRevisions(payload: {
|
|
622
|
+
id?: import('../main.lib').FileRetrieve["id"];
|
|
623
|
+
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
624
|
+
}): Promise<import('../main.lib').FileRevision[]>;
|
|
577
625
|
search(payload: {
|
|
578
626
|
query: string;
|
|
579
627
|
includeExpired?: boolean;
|
|
@@ -589,7 +637,8 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
589
637
|
}>;
|
|
590
638
|
renderPageAsImage(payload: {
|
|
591
639
|
fileId: import('../main.lib').File["id"];
|
|
592
|
-
|
|
640
|
+
documentId?: import('../main.lib').File["id"];
|
|
641
|
+
pageIndex: number;
|
|
593
642
|
params: {
|
|
594
643
|
width: number;
|
|
595
644
|
} | {
|
|
@@ -629,5 +678,6 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
629
678
|
submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
|
|
630
679
|
close(): Promise<any>;
|
|
631
680
|
openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
|
|
681
|
+
share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
|
|
632
682
|
API: import('./api/LowLevelApi').LowLevelApi;
|
|
633
683
|
};
|
|
@@ -105,6 +105,13 @@ export interface OpenRequestPayload {
|
|
|
105
105
|
* Id of the file to open.
|
|
106
106
|
*/
|
|
107
107
|
fileId?: File['id'];
|
|
108
|
+
/**
|
|
109
|
+
* Ids of the files to open and the strategy to open them with.
|
|
110
|
+
*/
|
|
111
|
+
files?: {
|
|
112
|
+
ids: File['id'][];
|
|
113
|
+
strategy: 'simultaneous' | 'swap';
|
|
114
|
+
};
|
|
108
115
|
/**
|
|
109
116
|
* Id of the canvas from which the file is opened.
|
|
110
117
|
*/
|
|
@@ -113,6 +120,10 @@ export interface OpenRequestPayload {
|
|
|
113
120
|
* Optional, page index to open. Default is `null`.
|
|
114
121
|
*/
|
|
115
122
|
pageIndex?: MiniPage['page_index'];
|
|
123
|
+
/**
|
|
124
|
+
* Optional, video start timestamp in seconds. Default is `null`.
|
|
125
|
+
*/
|
|
126
|
+
startTime?: number;
|
|
116
127
|
/**
|
|
117
128
|
* URL of the file content.
|
|
118
129
|
*/
|
|
@@ -137,6 +148,10 @@ export interface OpenRequestPayload {
|
|
|
137
148
|
* Indicates if the file should be opened in a new tab.
|
|
138
149
|
*/
|
|
139
150
|
newTab?: boolean;
|
|
151
|
+
/**
|
|
152
|
+
* Indicates if the app should be opened as overlay.
|
|
153
|
+
*/
|
|
154
|
+
isOverlayApp?: boolean;
|
|
140
155
|
}
|
|
141
156
|
/**
|
|
142
157
|
* Payload object for opening an external URL.
|
|
@@ -185,3 +200,29 @@ export interface OpenWebViewAlwaysOnTop {
|
|
|
185
200
|
x: number;
|
|
186
201
|
};
|
|
187
202
|
}
|
|
203
|
+
/**
|
|
204
|
+
* Payload for iOS sharing dialog.
|
|
205
|
+
*/
|
|
206
|
+
export interface SharePayload {
|
|
207
|
+
/**
|
|
208
|
+
* Text to be shared.
|
|
209
|
+
*/
|
|
210
|
+
text: string;
|
|
211
|
+
/**
|
|
212
|
+
* Subject
|
|
213
|
+
*/
|
|
214
|
+
subject?: string;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Represents a response to a iOS sharing dialog.
|
|
218
|
+
*/
|
|
219
|
+
export type ShareResponse = {
|
|
220
|
+
/**
|
|
221
|
+
* Action taken by the user.
|
|
222
|
+
*/
|
|
223
|
+
user_action: 'cancelled' | 'shared';
|
|
224
|
+
/**
|
|
225
|
+
* Type of share action.
|
|
226
|
+
*/
|
|
227
|
+
activity_type?: string;
|
|
228
|
+
};
|
package/lib/theme/light.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ThemeCommonVars } from 'naive-ui';
|
|
2
|
+
import { BasicPalette } from '@theme/theme.types';
|
|
2
3
|
export declare const lightPalette: import('vue').Ref<{
|
|
3
4
|
base: string;
|
|
4
5
|
primary: string;
|
|
@@ -27,6 +28,34 @@ export declare const lightPalette: import('vue').Ref<{
|
|
|
27
28
|
boxShadow: string;
|
|
28
29
|
boxShadow2: string;
|
|
29
30
|
boxShadow3: string;
|
|
31
|
+
}, BasicPalette | {
|
|
32
|
+
base: string;
|
|
33
|
+
primary: string;
|
|
34
|
+
primary2: string;
|
|
35
|
+
primary3: string;
|
|
36
|
+
primary4: string;
|
|
37
|
+
primary5: string;
|
|
38
|
+
primary6: string;
|
|
39
|
+
primary6_1: string;
|
|
40
|
+
accent: string;
|
|
41
|
+
text: string;
|
|
42
|
+
text2: string;
|
|
43
|
+
text3: string;
|
|
44
|
+
error: string;
|
|
45
|
+
error2: string;
|
|
46
|
+
error3: string;
|
|
47
|
+
warning: string;
|
|
48
|
+
warning2: string;
|
|
49
|
+
warning3: string;
|
|
50
|
+
success: string;
|
|
51
|
+
success2: string;
|
|
52
|
+
success3: string;
|
|
53
|
+
info: string;
|
|
54
|
+
info2: string;
|
|
55
|
+
info3: string;
|
|
56
|
+
boxShadow: string;
|
|
57
|
+
boxShadow2: string;
|
|
58
|
+
boxShadow3: string;
|
|
30
59
|
}>;
|
|
31
60
|
export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
32
61
|
common: {
|
|
@@ -713,10 +742,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
713
742
|
}, any>;
|
|
714
743
|
}>> | undefined;
|
|
715
744
|
InternalSelectMenu?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
745
|
+
optionFontSizeTiny: string;
|
|
716
746
|
optionFontSizeSmall: string;
|
|
717
747
|
optionFontSizeMedium: string;
|
|
718
748
|
optionFontSizeLarge: string;
|
|
719
749
|
optionFontSizeHuge: string;
|
|
750
|
+
optionHeightTiny: string;
|
|
720
751
|
optionHeightSmall: string;
|
|
721
752
|
optionHeightMedium: string;
|
|
722
753
|
optionHeightLarge: string;
|
|
@@ -737,10 +768,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
737
768
|
actionTextColor: string;
|
|
738
769
|
loadingColor: string;
|
|
739
770
|
height: string;
|
|
771
|
+
paddingTiny: string;
|
|
740
772
|
paddingSmall: string;
|
|
741
773
|
paddingMedium: string;
|
|
742
774
|
paddingLarge: string;
|
|
743
775
|
paddingHuge: string;
|
|
776
|
+
optionPaddingTiny: string;
|
|
744
777
|
optionPaddingSmall: string;
|
|
745
778
|
optionPaddingMedium: string;
|
|
746
779
|
optionPaddingLarge: string;
|
|
@@ -753,11 +786,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
753
786
|
borderRadius: string;
|
|
754
787
|
color: string;
|
|
755
788
|
colorHover: string;
|
|
756
|
-
|
|
757
|
-
|
|
789
|
+
railInsetHorizontalBottom: string;
|
|
790
|
+
railInsetHorizontalTop: string;
|
|
791
|
+
railInsetVerticalRight: string;
|
|
792
|
+
railInsetVerticalLeft: string;
|
|
758
793
|
railColor: string;
|
|
759
794
|
}, any>;
|
|
760
795
|
Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
|
|
796
|
+
fontSizeTiny: string;
|
|
761
797
|
fontSizeSmall: string;
|
|
762
798
|
fontSizeMedium: string;
|
|
763
799
|
fontSizeLarge: string;
|
|
@@ -765,6 +801,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
765
801
|
textColor: string;
|
|
766
802
|
iconColor: string;
|
|
767
803
|
extraTextColor: string;
|
|
804
|
+
iconSizeTiny: string;
|
|
768
805
|
iconSizeSmall: string;
|
|
769
806
|
iconSizeMedium: string;
|
|
770
807
|
iconSizeLarge: string;
|
|
@@ -782,10 +819,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
782
819
|
}> & {
|
|
783
820
|
peers?: {
|
|
784
821
|
InternalSelectMenu?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
822
|
+
optionFontSizeTiny: string;
|
|
785
823
|
optionFontSizeSmall: string;
|
|
786
824
|
optionFontSizeMedium: string;
|
|
787
825
|
optionFontSizeLarge: string;
|
|
788
826
|
optionFontSizeHuge: string;
|
|
827
|
+
optionHeightTiny: string;
|
|
789
828
|
optionHeightSmall: string;
|
|
790
829
|
optionHeightMedium: string;
|
|
791
830
|
optionHeightLarge: string;
|
|
@@ -806,10 +845,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
806
845
|
actionTextColor: string;
|
|
807
846
|
loadingColor: string;
|
|
808
847
|
height: string;
|
|
848
|
+
paddingTiny: string;
|
|
809
849
|
paddingSmall: string;
|
|
810
850
|
paddingMedium: string;
|
|
811
851
|
paddingLarge: string;
|
|
812
852
|
paddingHuge: string;
|
|
853
|
+
optionPaddingTiny: string;
|
|
813
854
|
optionPaddingSmall: string;
|
|
814
855
|
optionPaddingMedium: string;
|
|
815
856
|
optionPaddingLarge: string;
|
|
@@ -822,11 +863,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
822
863
|
borderRadius: string;
|
|
823
864
|
color: string;
|
|
824
865
|
colorHover: string;
|
|
825
|
-
|
|
826
|
-
|
|
866
|
+
railInsetHorizontalBottom: string;
|
|
867
|
+
railInsetHorizontalTop: string;
|
|
868
|
+
railInsetVerticalRight: string;
|
|
869
|
+
railInsetVerticalLeft: string;
|
|
827
870
|
railColor: string;
|
|
828
871
|
}, any>;
|
|
829
872
|
Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
|
|
873
|
+
fontSizeTiny: string;
|
|
830
874
|
fontSizeSmall: string;
|
|
831
875
|
fontSizeMedium: string;
|
|
832
876
|
fontSizeLarge: string;
|
|
@@ -834,6 +878,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
834
878
|
textColor: string;
|
|
835
879
|
iconColor: string;
|
|
836
880
|
extraTextColor: string;
|
|
881
|
+
iconSizeTiny: string;
|
|
837
882
|
iconSizeSmall: string;
|
|
838
883
|
iconSizeMedium: string;
|
|
839
884
|
iconSizeLarge: string;
|
|
@@ -1491,10 +1536,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1491
1536
|
}, any>;
|
|
1492
1537
|
}>;
|
|
1493
1538
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
1539
|
+
optionFontSizeTiny: string;
|
|
1494
1540
|
optionFontSizeSmall: string;
|
|
1495
1541
|
optionFontSizeMedium: string;
|
|
1496
1542
|
optionFontSizeLarge: string;
|
|
1497
1543
|
optionFontSizeHuge: string;
|
|
1544
|
+
optionHeightTiny: string;
|
|
1498
1545
|
optionHeightSmall: string;
|
|
1499
1546
|
optionHeightMedium: string;
|
|
1500
1547
|
optionHeightLarge: string;
|
|
@@ -1515,10 +1562,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1515
1562
|
actionTextColor: string;
|
|
1516
1563
|
loadingColor: string;
|
|
1517
1564
|
height: string;
|
|
1565
|
+
paddingTiny: string;
|
|
1518
1566
|
paddingSmall: string;
|
|
1519
1567
|
paddingMedium: string;
|
|
1520
1568
|
paddingLarge: string;
|
|
1521
1569
|
paddingHuge: string;
|
|
1570
|
+
optionPaddingTiny: string;
|
|
1522
1571
|
optionPaddingSmall: string;
|
|
1523
1572
|
optionPaddingMedium: string;
|
|
1524
1573
|
optionPaddingLarge: string;
|
|
@@ -1531,11 +1580,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1531
1580
|
borderRadius: string;
|
|
1532
1581
|
color: string;
|
|
1533
1582
|
colorHover: string;
|
|
1534
|
-
|
|
1535
|
-
|
|
1583
|
+
railInsetHorizontalBottom: string;
|
|
1584
|
+
railInsetHorizontalTop: string;
|
|
1585
|
+
railInsetVerticalRight: string;
|
|
1586
|
+
railInsetVerticalLeft: string;
|
|
1536
1587
|
railColor: string;
|
|
1537
1588
|
}, any>;
|
|
1538
1589
|
Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
|
|
1590
|
+
fontSizeTiny: string;
|
|
1539
1591
|
fontSizeSmall: string;
|
|
1540
1592
|
fontSizeMedium: string;
|
|
1541
1593
|
fontSizeLarge: string;
|
|
@@ -1543,6 +1595,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1543
1595
|
textColor: string;
|
|
1544
1596
|
iconColor: string;
|
|
1545
1597
|
extraTextColor: string;
|
|
1598
|
+
iconSizeTiny: string;
|
|
1546
1599
|
iconSizeSmall: string;
|
|
1547
1600
|
iconSizeMedium: string;
|
|
1548
1601
|
iconSizeLarge: string;
|
|
@@ -1629,10 +1682,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1629
1682
|
padding: string;
|
|
1630
1683
|
}, any>;
|
|
1631
1684
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
1685
|
+
optionFontSizeTiny: string;
|
|
1632
1686
|
optionFontSizeSmall: string;
|
|
1633
1687
|
optionFontSizeMedium: string;
|
|
1634
1688
|
optionFontSizeLarge: string;
|
|
1635
1689
|
optionFontSizeHuge: string;
|
|
1690
|
+
optionHeightTiny: string;
|
|
1636
1691
|
optionHeightSmall: string;
|
|
1637
1692
|
optionHeightMedium: string;
|
|
1638
1693
|
optionHeightLarge: string;
|
|
@@ -1653,10 +1708,12 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1653
1708
|
actionTextColor: string;
|
|
1654
1709
|
loadingColor: string;
|
|
1655
1710
|
height: string;
|
|
1711
|
+
paddingTiny: string;
|
|
1656
1712
|
paddingSmall: string;
|
|
1657
1713
|
paddingMedium: string;
|
|
1658
1714
|
paddingLarge: string;
|
|
1659
1715
|
paddingHuge: string;
|
|
1716
|
+
optionPaddingTiny: string;
|
|
1660
1717
|
optionPaddingSmall: string;
|
|
1661
1718
|
optionPaddingMedium: string;
|
|
1662
1719
|
optionPaddingLarge: string;
|
|
@@ -1669,11 +1726,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1669
1726
|
borderRadius: string;
|
|
1670
1727
|
color: string;
|
|
1671
1728
|
colorHover: string;
|
|
1672
|
-
|
|
1673
|
-
|
|
1729
|
+
railInsetHorizontalBottom: string;
|
|
1730
|
+
railInsetHorizontalTop: string;
|
|
1731
|
+
railInsetVerticalRight: string;
|
|
1732
|
+
railInsetVerticalLeft: string;
|
|
1674
1733
|
railColor: string;
|
|
1675
1734
|
}, any>;
|
|
1676
1735
|
Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
|
|
1736
|
+
fontSizeTiny: string;
|
|
1677
1737
|
fontSizeSmall: string;
|
|
1678
1738
|
fontSizeMedium: string;
|
|
1679
1739
|
fontSizeLarge: string;
|
|
@@ -1681,6 +1741,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1681
1741
|
textColor: string;
|
|
1682
1742
|
iconColor: string;
|
|
1683
1743
|
extraTextColor: string;
|
|
1744
|
+
iconSizeTiny: string;
|
|
1684
1745
|
iconSizeSmall: string;
|
|
1685
1746
|
iconSizeMedium: string;
|
|
1686
1747
|
iconSizeLarge: string;
|
|
@@ -1695,11 +1756,14 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1695
1756
|
borderRadius: string;
|
|
1696
1757
|
color: string;
|
|
1697
1758
|
colorHover: string;
|
|
1698
|
-
|
|
1699
|
-
|
|
1759
|
+
railInsetHorizontalBottom: string;
|
|
1760
|
+
railInsetHorizontalTop: string;
|
|
1761
|
+
railInsetVerticalRight: string;
|
|
1762
|
+
railInsetVerticalLeft: string;
|
|
1700
1763
|
railColor: string;
|
|
1701
1764
|
}, any>> | undefined;
|
|
1702
1765
|
Empty?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Empty", {
|
|
1766
|
+
fontSizeTiny: string;
|
|
1703
1767
|
fontSizeSmall: string;
|
|
1704
1768
|
fontSizeMedium: string;
|
|
1705
1769
|
fontSizeLarge: string;
|
|
@@ -1707,6 +1771,7 @@ export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
|
1707
1771
|
textColor: string;
|
|
1708
1772
|
iconColor: string;
|
|
1709
1773
|
extraTextColor: string;
|
|
1774
|
+
iconSizeTiny: string;
|
|
1710
1775
|
iconSizeSmall: string;
|
|
1711
1776
|
iconSizeMedium: string;
|
|
1712
1777
|
iconSizeLarge: string;
|
|
@@ -1,2 +1,19 @@
|
|
|
1
1
|
import { BasicPalette } from '@theme/theme.types';
|
|
2
|
+
import { Paragraphs } from '../components/CRichTextEditor/extensions/paragraphExtended';
|
|
3
|
+
export declare const fontSizePresets: number[];
|
|
2
4
|
export declare function exportObjectToGlobalCssProperties(colorPalette: Partial<BasicPalette>): void;
|
|
5
|
+
export declare const textStylePresets: ({
|
|
6
|
+
id: string;
|
|
7
|
+
class: string;
|
|
8
|
+
style: {
|
|
9
|
+
fontSize: string;
|
|
10
|
+
};
|
|
11
|
+
value: number;
|
|
12
|
+
} | {
|
|
13
|
+
id: string;
|
|
14
|
+
class: string;
|
|
15
|
+
style: {
|
|
16
|
+
fontSize: string;
|
|
17
|
+
};
|
|
18
|
+
value: Paragraphs;
|
|
19
|
+
})[];
|
package/lib/types/app.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { File, MetadataTemplateFieldTypeEnum } from '../../types/openapi';
|
|
2
|
-
export type EmbedLocation = 'ui_app' | 'canvas' | 'dsr' | 'admin_instance';
|
|
2
|
+
export type EmbedLocation = 'ui_app' | 'canvas' | 'dsr' | 'admin_instance' | 'overlay_app';
|
|
3
3
|
export type ModuleSettingsOption = {
|
|
4
4
|
label: string;
|
|
5
5
|
value: string;
|
package/lib/types/call.d.ts
CHANGED
|
@@ -17,13 +17,21 @@ export declare enum PostAction {
|
|
|
17
17
|
REDIRECT = "redirect"
|
|
18
18
|
}
|
|
19
19
|
export type CallPresentationHistory = {
|
|
20
|
-
type: 'canvas' | 'section' | 'file';
|
|
20
|
+
type: 'canvas' | 'section' | 'file' | 'page' | 'canvas_page';
|
|
21
21
|
notesContent?: string;
|
|
22
22
|
duration?: number;
|
|
23
23
|
timeStarted?: string;
|
|
24
24
|
name?: string;
|
|
25
|
+
page?: number;
|
|
26
|
+
component_ids?: string[];
|
|
25
27
|
id: string;
|
|
26
28
|
}[];
|
|
29
|
+
export type ContentRating = -1 | 0 | 1;
|
|
30
|
+
export type CallPresentationHistoryMetadata = {
|
|
31
|
+
[id: string]: {
|
|
32
|
+
rating: ContentRating;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
27
35
|
export interface Call {
|
|
28
36
|
selectedEvent: SfEventExtended | null;
|
|
29
37
|
selectedAccount: SfAccountMini | null;
|
|
@@ -37,6 +45,7 @@ export interface Call {
|
|
|
37
45
|
postAction?: string | null;
|
|
38
46
|
postActionPath?: string | null;
|
|
39
47
|
presentationHistory?: CallPresentationHistory;
|
|
48
|
+
presentationHistoryMetadata?: CallPresentationHistoryMetadata;
|
|
40
49
|
recentAccounts?: SfAccount[];
|
|
41
50
|
}
|
|
42
51
|
export declare const INITIAL_CALL_STATE: Call;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type CanvasTypographyPresetId = 'h_1' | 'h_2' | 'h_3' | 'big_text' | 'normal_text' | 'small_text';
|
|
2
|
+
export type CanvasTypographyPreset = {
|
|
3
|
+
id: CanvasTypographyPresetId;
|
|
4
|
+
color: string;
|
|
5
|
+
font_family: string;
|
|
6
|
+
font_size: string;
|
|
7
|
+
font_weight: '400' | '700';
|
|
8
|
+
letter_spacing: string;
|
|
9
|
+
line_height: string;
|
|
10
|
+
text_transform: 'capitalize' | 'lowercase' | 'none' | 'uppercase';
|
|
11
|
+
};
|
package/lib/types/canvases.d.ts
CHANGED
|
@@ -24,6 +24,9 @@ export type InstanceSettings = OrganizationSettings & {
|
|
|
24
24
|
content_grid_autofill_files_filter_iteratee?: string;
|
|
25
25
|
section_content_grid_autofill_files_filter_iteratee?: string;
|
|
26
26
|
show_extra_exit_button_in_fullscreen_mode?: boolean;
|
|
27
|
+
show_fallback_section_name_on_collapsibles?: boolean;
|
|
27
28
|
capture_component_enter_exit_events?: 'all' | 'named_components';
|
|
29
|
+
enable_collection_player_component?: boolean;
|
|
28
30
|
};
|
|
31
|
+
ios?: InstanceSettings;
|
|
29
32
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type LaunchDarklyBooleanFlagKey = 'allow_ai_prompts_in_canvas_text' | 'allow_bulk_actions_canvases_files' | 'allow_canvas_duplication' | 'allow_canvas_history' | 'allow_canvas_ownership_change' | 'allow_content_grid_autofill' | 'allow_creating_canvas_with_no_template' | 'allow_embeddable_hiding' | 'allow_note_taking' | 'allow_rep_canvas_metadata_edit' | 'are_sections_system_controlled' | 'copy_context_to_canvas' | 'copy_template_metadata_to_canvas' | 'disable_file_edit_content' | 'disable_fullscreen_canvas_builder' | 'disable_impact_web_browser_fullscreen' | 'display_section_list_name' | 'enable_analytics' | 'enable_canvas_node_debugging' | 'enable_experimental_canvas_builder_dnd' | 'enable_knock_notifications' | 'hide_asset_uploader' | 'interpolate_rep_canvases_on_edit_mode' | 'is_fe_sentry_enabled' | 'is_meeting_bar_account_selection_disabled' | 'is_meeting_bar_hidden' | 'is_rep_canvas_creation_disabled' | 'is_shared_link_creation_disabled' | 'is_timeline_component_allowed' | 'launch_in_full_screen_on_present_mode' | 'launch_in_present_mode_on_creation' | 'reorder_component_in_drawer' | 'show_asset_manager_for_multimedia' | 'show_content_selector_list_view' | 'show_popularity_icons' | 'show_system_filters' | 'allow_canvases_tables_columns_settings' | 'prefer_online_handlers' | 'use_short_url_for_shared_link' | 'enable_suggested_tags' | 'enable_folder_details_edit' | 'enable_file_revisions' | 'show_clear_all_annotations_button' | 'allow_saving_annotations_in_personal_layer';
|
|
1
|
+
export type LaunchDarklyBooleanFlagKey = 'allow_ai_prompts_in_canvas_text' | 'allow_bulk_actions_canvases_files' | 'allow_canvas_duplication' | 'allow_canvas_history' | 'allow_canvas_ownership_change' | 'allow_content_grid_autofill' | 'allow_creating_canvas_with_no_template' | 'allow_embeddable_hiding' | 'allow_note_taking' | 'allow_rep_canvas_metadata_edit' | 'allow_rep_file_rating' | 'allow_rep_file_upload' | 'are_sections_system_controlled' | 'copy_context_to_canvas' | 'copy_template_metadata_to_canvas' | 'disable_canvas_edit_for_reps' | 'disable_file_edit_content' | 'disable_fullscreen_canvas_builder' | 'disable_impact_web_browser_fullscreen' | 'display_section_list_name' | 'enable_analytics' | 'enable_bulk_update_file_attributes' | 'enable_canvas_node_debugging' | 'enable_canvas_tokens' | 'enable_experimental_canvas_builder_dnd' | 'enable_knock_notifications' | 'enable_metadata_in_file_uploads_with_default_values' | 'enable_pipe_character_multi_search' | 'enable_section_selector_drag_n_drop' | 'hide_asset_uploader' | 'interpolate_rep_canvases_on_edit_mode' | 'is_fe_sentry_enabled' | 'is_meeting_bar_account_selection_disabled' | 'is_meeting_bar_hidden' | 'is_rep_canvas_creation_disabled' | 'is_shared_link_creation_disabled' | 'is_timeline_component_allowed' | 'launch_in_full_screen_on_present_mode' | 'launch_in_present_mode_on_creation' | 'reorder_component_in_drawer' | 'show_asset_manager_for_multimedia' | 'show_content_selector_list_view' | 'show_popularity_icons' | 'show_system_filters' | 'allow_canvases_tables_columns_settings' | 'prefer_online_handlers' | 'use_short_url_for_shared_link' | 'enable_suggested_tags' | 'enable_folder_details_edit' | 'enable_file_revisions' | 'show_clear_all_annotations_button' | 'allow_saving_annotations_in_personal_layer' | 'enable_embedded_video' | 'enable_embedded_video_autoplay' | 'enable_app_developer_role' | 'enable_instance_editor_role' | 'include_files_content_in_print' | 'enable_multimedia_component_ai_images' | 'enable_smart_folders' | 'enable_revamped_component_toolbar';
|
|
2
2
|
export type LaunchDarklyNumberFlagKey = 'canvas_section_selector_page_size' | 'canvas_section_selector_selected_items_with_thumbnail_size';
|
|
3
3
|
type LaunchDarklyObjectFlags = {
|
|
4
4
|
canvas_table_pagination: CanvasTablePagination;
|
|
@@ -10,6 +10,7 @@ export type LaunchDarklyStringFlagKey = keyof typeof LaunchDarklyStringFlags;
|
|
|
10
10
|
declare const LaunchDarklyStringFlags: {
|
|
11
11
|
readonly section_list_mode: readonly ["pagination", "collapsibles"];
|
|
12
12
|
readonly canvas_component_grouping: readonly ["page", "page_break", "none"];
|
|
13
|
+
readonly batch_open_content_grid_ar_files: readonly ["off", "simultaneous", "swap"];
|
|
13
14
|
};
|
|
14
15
|
type LaunchDarklyStringFlagValue<K extends LaunchDarklyStringFlagKey = LaunchDarklyStringFlagKey> = K extends LaunchDarklyStringFlagKey ? (typeof LaunchDarklyStringFlags)[K][number] : never;
|
|
15
16
|
type CanvasManagerVisibility = {
|
|
@@ -1,8 +1,30 @@
|
|
|
1
1
|
import { TranslationOverrides } from './translations';
|
|
2
|
+
import { MetadataHighlightProperty } from './metadataHighlightProperty';
|
|
3
|
+
type SmartFolderRuleAttribute = {
|
|
4
|
+
name: string;
|
|
5
|
+
type: 'string' | 'boolean' | 'number' | 'date' | 'array';
|
|
6
|
+
accessor: string;
|
|
7
|
+
display_name: string;
|
|
8
|
+
};
|
|
9
|
+
type SmartFolderRuleAttributes = {
|
|
10
|
+
files?: SmartFolderRuleAttribute[];
|
|
11
|
+
canvas?: SmartFolderRuleAttribute[];
|
|
12
|
+
canvas_templates?: SmartFolderRuleAttribute[];
|
|
13
|
+
};
|
|
2
14
|
export type OrganizationSettings = {
|
|
3
15
|
impact_show_only_saved_canvases_in_canvas_manager?: boolean;
|
|
4
16
|
translation_overrides?: TranslationOverrides;
|
|
5
17
|
file_annotations_mode?: 'admin' | 'personal';
|
|
6
|
-
|
|
7
|
-
|
|
18
|
+
minimum_event_duration_in_call?: number;
|
|
19
|
+
enable_content_rating_in_call?: boolean;
|
|
20
|
+
display_metadata_filters_in_modal?: boolean;
|
|
21
|
+
enable_js_api_recommended_files?: boolean;
|
|
22
|
+
metadata_highlight_properties?: MetadataHighlightProperty[];
|
|
23
|
+
business_logic_ids_to_section_ids_resolver?: string;
|
|
24
|
+
section_thumbnail_url_transformer?: string;
|
|
25
|
+
pipe_multi_search_separator?: string;
|
|
26
|
+
enable_crm_privacy_mode?: boolean;
|
|
27
|
+
smart_folder_rule_attributes?: SmartFolderRuleAttributes;
|
|
28
|
+
ios?: OrganizationSettings;
|
|
8
29
|
};
|
|
30
|
+
export {};
|