@pitcher/js-api 1.26.0 → 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.
- package/impact-js-api.spec.json +37 -34
- package/js-api.esm.js +7 -24
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +8 -8
- package/js-api.umd.min.js.map +1 -1
- package/lib/apps/browser/appTypes.d.ts +28 -5
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.test.d.ts +1 -0
- package/lib/apps/browser/stores/api.d.ts +48 -128
- package/lib/apps/browser/stores/app.d.ts +6 -27
- package/lib/apps/browser/stores/fileSmartFolderStore.d.ts +0 -2
- package/lib/apps/browser/stores/upload.d.ts +24 -4
- package/lib/apps/browser/stores/upload.test.d.ts +1 -0
- package/lib/apps/browser/stores/upload.types.d.ts +18 -0
- package/lib/apps/browser/types/actionKeys.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +10 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/contentList.helpers.d.ts +28 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.d.ts +3 -3
- package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.spec.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/canvasUpdateStrategy.d.ts +17 -0
- package/lib/apps/canvas-builder/composables/canvasUpdateStrategy.spec.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +61 -50
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +4 -4
- package/lib/apps/canvas-builder/composables/useCanvasDnd.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +4 -4
- package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.spec.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +4 -4
- package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +4 -2
- package/lib/apps/canvas-builder/types/canvas.d.ts +1 -7
- package/lib/apps/content-selector/appTypes.d.ts +1 -3
- package/lib/apps/content-selector/stores/api.d.ts +2 -11
- package/lib/apps/content-selector/stores/app.d.ts +4 -17
- package/lib/apps/content-selector/util/file.d.ts +2 -2
- package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +1 -1
- package/lib/components/CBatchMoveItemsModal/__tests__/copy-mode.test.d.ts +1 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +8 -1
- package/lib/components/CFolderTreeMultiPicker/__tests__/CFolderTreeMultiPicker.test.d.ts +1 -0
- package/lib/components/CRichTextEditor/extensions/contentLink.d.ts +3 -1
- package/lib/components/CSideBar/CSideBar.spec.d.ts +1 -0
- package/lib/components/CSideBar/CSideBarDivider.spec.d.ts +1 -0
- package/lib/components/CSideBar/CSideBarItem.spec.d.ts +1 -0
- package/lib/components/CSideBar/CSideBarLabel.spec.d.ts +1 -0
- package/lib/components/CSideBar/CSideBarToggle.spec.d.ts +1 -0
- package/lib/components/CSideBar/index.d.ts +6 -0
- package/lib/components/CSideBar/types.d.ts +25 -0
- package/lib/components/HomeCustomizeCog/index.d.ts +1 -0
- package/lib/components/HomeCustomizeEmptyState/index.d.ts +1 -0
- package/lib/components/HomeCustomizePanel/index.d.ts +1 -0
- package/lib/components/HomeCustomizeRow/index.d.ts +1 -0
- package/lib/composables/bulkActions.use.d.ts +0 -1
- package/lib/composables/presentationHistory.use.d.ts +2 -6
- package/lib/composables/useHomeCustomization.d.ts +32 -0
- package/lib/composables/useHomeCustomization.spec.d.ts +1 -0
- package/lib/composables/useMetadataFilters.d.ts +1 -1
- package/lib/composables/useMetadataTemplates.d.ts +1 -1
- package/lib/composables/useWindowEvents.d.ts +1 -1
- package/lib/main.lib.d.ts +13 -2
- package/lib/sdk/api/HighLevelApi.d.ts +2 -8
- package/lib/sdk/api/modules/canvas.d.ts +1 -1
- package/lib/sdk/api/modules/files.d.ts +1 -2
- package/lib/sdk/api/modules/index.d.ts +0 -1
- package/lib/sdk/interfaces.d.ts +18 -6
- package/lib/sdk/main.d.ts +3 -21
- package/lib/sdk/payload.types.d.ts +0 -9
- package/lib/types/files.d.ts +16 -8
- package/lib/types/instanceSettings.types.d.ts +2 -2
- package/lib/types/launchDarkly.types.d.ts +3 -3
- package/lib/types/organizationSettings.types.d.ts +2 -0
- package/lib/util/array.d.ts +1 -1
- package/lib/util/soql.util.d.ts +46 -0
- package/lib/util/soql.util.spec.d.ts +1 -0
- package/lib/util/tree-transformation.util.spec.d.ts +1 -0
- package/lib/util/user.d.ts +50 -0
- package/lib/utils/defaultThumbnail.util.d.ts +1 -0
- package/package.json +1 -1
- package/lib/apps/agenda-selector/App.vue.d.ts +0 -9
- package/lib/apps/agenda-selector/components/AgendaGroup.vue.d.ts +0 -7
- package/lib/apps/agenda-selector/components/AgendaItem.vue.d.ts +0 -24
- package/lib/apps/agenda-selector/components/AgendaToolbar.vue.d.ts +0 -2
- package/lib/apps/agenda-selector/components/AppFooter.vue.d.ts +0 -8
- package/lib/apps/agenda-selector/components/AppHeader.vue.d.ts +0 -6
- package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +0 -1151
- package/lib/apps/agenda-selector/components/modals/MoveItemModal.vue.d.ts +0 -13
- package/lib/apps/assets-manager/App.vue.d.ts +0 -75
- package/lib/apps/assets-manager/AssetsTab.vue.d.ts +0 -22
- package/lib/apps/assets-manager/components/AssetGridItem.vue.d.ts +0 -16
- package/lib/apps/browser/App.vue.d.ts +0 -190
- package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +0 -258
- package/lib/apps/browser/components/Content/ActionsToolbar/BulkShareboxWarningModal.vue.d.ts +0 -15
- package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/AllContent/AllContent.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/AllContent/Empty/FoldersFilesEmpty.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +0 -96
- package/lib/apps/browser/components/Content/Common/BrowserListItem.vue.d.ts +0 -38
- package/lib/apps/browser/components/Content/Common/SmartFolderListItem.vue.d.ts +0 -41
- package/lib/apps/browser/components/Content/Content.vue.d.ts +0 -18
- package/lib/apps/browser/components/Content/Favorites/FavoritesTable.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/DetailsDrawer/DetailsDrawer.vue.d.ts +0 -18
- package/lib/apps/browser/components/Content/Panel/FolderPanel/BasicInfo.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/FolderPanel/Details.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +0 -17
- package/lib/apps/browser/components/Content/Panel/ItemsPanel/ItemsPanel.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/NoItemPanel/NoItemPanel.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/Panel.vue.d.ts +0 -24
- package/lib/apps/browser/components/Content/Panel/QuickAccessPanel.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/QuickAccessPanelItem.vue.d.ts +0 -10
- package/lib/apps/browser/components/Content/Recent/RecentTable.vue.d.ts +0 -2
- package/lib/apps/browser/components/ContextMenu/ContextMenu.vue.d.ts +0 -9
- package/lib/apps/browser/components/ContextMenu/ContextMenuDropdown.vue.d.ts +0 -14
- package/lib/apps/browser/components/ContextMenu/ConvertToSlidesButton.vue.d.ts +0 -6
- package/lib/apps/browser/components/ContextMenu/FavoriteButton.vue.d.ts +0 -6
- package/lib/apps/browser/components/ContextMenu/FileDetailsPanelButton.vue.d.ts +0 -6
- package/lib/apps/browser/components/FileSmartFolders.vue.d.ts +0 -209
- package/lib/apps/browser/components/FileSmartFoldersConfigurationModal.vue.d.ts +0 -6
- package/lib/apps/browser/components/FileSmartFoldersMissingConfig.vue.d.ts +0 -6
- package/lib/apps/browser/components/FileSmartFoldersToolbar.vue.d.ts +0 -12
- package/lib/apps/browser/components/RepUploads.vue.d.ts +0 -206
- package/lib/apps/browser/components/UploadFilesDropzone/UploadFilesDropzone.vue.d.ts +0 -7
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +0 -398
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalButtons.vue.d.ts +0 -11
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalFileList.vue.d.ts +0 -12
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.vue.d.ts +0 -11
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +0 -18
- package/lib/apps/browser/components/UploadFilesWidget/UploadFilesWidget.vue.d.ts +0 -14
- package/lib/apps/canvas-builder/App.vue.d.ts +0 -1101
- package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +0 -1151
- package/lib/apps/canvas-builder/components/container/AiPrompt/AiPromptModal.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/container/AnnotationMenu/AnnotationMenu.vue.d.ts +0 -60
- package/lib/apps/canvas-builder/components/container/BottomBar/BottomBar.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +0 -16
- package/lib/apps/canvas-builder/components/container/CanvasContent/AnnotationContent.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.single.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +0 -469
- package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +0 -13
- package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +0 -46
- package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +0 -9
- package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +0 -29
- package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/CanvasHomeSettings.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/ComponentDrawerSettings.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/container/ControlBar/InstalledEmbeddableShortcuts.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/DownloadButton/DownloadButton.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +0 -111
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +0 -112
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentContent.vue.d.ts +0 -124
- package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +0 -35
- package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +0 -1355
- package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +0 -15
- package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/PopupApps/AdaptivePopupAppsButtons.vue.d.ts +0 -17
- package/lib/apps/canvas-builder/components/container/PopupApps/PopupAppsButtons.vue.d.ts +0 -18
- package/lib/apps/canvas-builder/components/container/Search/Search.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +0 -23
- package/lib/apps/canvas-builder/components/ui/Block/Block.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/Block/BlockToolbar.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +0 -304
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +0 -29
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +0 -84
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayerEmpty.vue.d.ts +0 -10
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +0 -12
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +0 -29
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +0 -326
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +0 -15
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridList.vue.d.ts +0 -12
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +0 -13
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +0 -14
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.raw.vue.d.ts +0 -30
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +0 -77
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentListItems.vue.d.ts +0 -21
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.header.vue.d.ts +0 -19
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.vue.d.ts +0 -13
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.settings.vue.d.ts +0 -10
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +0 -32
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.edit.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +0 -20
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.settings.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.vue.d.ts +0 -31
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.raw.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.settings.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.vue.d.ts +0 -31
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContentList.vue.d.ts +0 -12
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.grouped.vue.d.ts +0 -22
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.header.vue.d.ts +0 -27
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.simple.vue.d.ts +0 -31
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.vue.d.ts +0 -22
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.settings.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.vue.d.ts +0 -32
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +0 -23
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +0 -650
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +0 -28
- package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +0 -34
- package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/Html/CAiHtmlActions.vue.d.ts +0 -23
- package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +0 -26
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +0 -22
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +0 -299
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +0 -29
- package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +0 -297
- package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +0 -20
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +0 -301
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +0 -29
- package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +0 -297
- package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +0 -40
- package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +0 -23
- package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +0 -358
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +0 -37
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +0 -37
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +0 -27
- package/lib/apps/canvas-builder/components/ui/SectionList/Execution/SectionListExecution.vue.d.ts +0 -10
- package/lib/apps/canvas-builder/components/ui/SectionList/RestrictedSectionSelector.vue.d.ts +0 -12
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +0 -41
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +0 -30
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +0 -72
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +0 -25
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCompact.vue.d.ts +0 -18
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListItem.vue.d.ts +0 -27
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListStrategySelector.vue.d.ts +0 -21
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +0 -19
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +0 -34
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +0 -16
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +0 -39
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +0 -202
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +0 -28
- package/lib/apps/canvas-selector/App.vue.d.ts +0 -12
- package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +0 -19
- package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +0 -172
- package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +0 -4
- package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +0 -2
- package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +0 -4
- package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +0 -4
- package/lib/apps/canvas-selector/components/Sections.vue.d.ts +0 -163
- package/lib/apps/collection-player/App.vue.d.ts +0 -29
- package/lib/apps/collection-player/components/AppFooter.vue.d.ts +0 -57
- package/lib/apps/collection-player/components/AppHeader.vue.d.ts +0 -2
- package/lib/apps/collection-player/components/AppWrapper.vue.d.ts +0 -18
- package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +0 -19
- package/lib/apps/collection-player/components/MainContent.vue.d.ts +0 -5
- package/lib/apps/collection-player/components/MainImage.vue.d.ts +0 -11
- package/lib/apps/collection-player/components/SlideContent.vue.d.ts +0 -8
- package/lib/apps/collection-player/components/TableOfContents.vue.d.ts +0 -2
- package/lib/apps/collection-selector/App.vue.d.ts +0 -33
- package/lib/apps/collection-selector/components/AppFooter.vue.d.ts +0 -8
- package/lib/apps/collection-selector/components/AppHeader.vue.d.ts +0 -9
- package/lib/apps/collection-selector/components/CollectionGroup.vue.d.ts +0 -7
- package/lib/apps/collection-selector/components/CollectionItem.vue.d.ts +0 -17
- package/lib/apps/collection-selector/components/CollectionToolbar.vue.d.ts +0 -5
- package/lib/apps/collection-selector/components/modals/MoveSlideModal.vue.d.ts +0 -13
- package/lib/apps/content-selector/App.vue.d.ts +0 -20
- package/lib/apps/content-selector/components/AiImages.vue.d.ts +0 -12
- package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +0 -8
- package/lib/apps/content-selector/components/Assets.vue.d.ts +0 -76
- package/lib/apps/content-selector/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/Content/AllContent/AllContent.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +0 -260
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +0 -43
- package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/Content.vue.d.ts +0 -75
- package/lib/apps/content-selector/components/ExternalLinks.vue.d.ts +0 -12
- package/lib/apps/content-selector/components/MultimediaSelectorApp.vue.d.ts +0 -12
- package/lib/apps/content-selector/components/Navbar.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/PexelsImages.vue.d.ts +0 -12
- package/lib/apps/content-selector/components/ThemeImages.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +0 -68
- package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +0 -11
- package/lib/apps/notes/NotesApp.vue.d.ts +0 -26
- package/lib/apps/notes/components/CustomerReaction.vue.d.ts +0 -2
- package/lib/apps/ppt-conversion-selector/App.vue.d.ts +0 -25
- package/lib/apps/ppt-conversion-selector/components/AppFooter.vue.d.ts +0 -11
- package/lib/apps/ppt-conversion-selector/components/AppHeader.vue.d.ts +0 -8
- package/lib/apps/ppt-conversion-selector/components/CollectionGroup.vue.d.ts +0 -6
- package/lib/apps/ppt-conversion-selector/components/CollectionItem.vue.d.ts +0 -17
- package/lib/apps/ppt-conversion-selector/components/CollectionToolbar.vue.d.ts +0 -2
- package/lib/apps/ppt-conversion-selector/components/modals/MoveSlideModal.vue.d.ts +0 -14
- package/lib/canvas-comments/components/CommentButton.vue.d.ts +0 -6
- package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +0 -25
- package/lib/canvas-comments/components/SimpleComments.vue.d.ts +0 -14
- package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +0 -18
- package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +0 -13
- package/lib/components/CApexChart/CApexChartLine.vue.d.ts +0 -12
- package/lib/components/CAttributesForm/CAttributesForm.vue.d.ts +0 -17
- package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +0 -15
- package/lib/components/CAvatar/CAvatar.vue.d.ts +0 -15
- package/lib/components/CBackgroundImageThemeOptions/CBackgroundImageThemeOptions.vue.d.ts +0 -32
- package/lib/components/CBatchMoveItemsModal/CBatchMoveItemsModal.vue.d.ts +0 -31
- package/lib/components/CBorderRadiusInput/CBorderRadiusInput.vue.d.ts +0 -19
- package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +0 -13
- package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +0 -71
- package/lib/components/CButton/CButton.vue.d.ts +0 -23
- package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +0 -29
- package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +0 -24
- package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +0 -11
- package/lib/components/CCard/CCard.vue.d.ts +0 -15
- package/lib/components/CCarousel/CCarousel.vue.d.ts +0 -434
- package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.vue.d.ts +0 -5
- package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +0 -7
- package/lib/components/CCheckbox/CCheckbox.vue.d.ts +0 -15
- package/lib/components/CChip/CChip.vue.d.ts +0 -30
- package/lib/components/CCollapse/CCollapse.vue.d.ts +0 -26
- package/lib/components/CCollapse/CCollapseItem.vue.d.ts +0 -15
- package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +0 -17
- package/lib/components/CColorPicker/CColorPicker.vue.d.ts +0 -15
- package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +0 -45
- package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +0 -54
- package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +0 -322
- package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +0 -24
- package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +0 -17
- package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +0 -17
- package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +0 -40
- package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +0 -32
- package/lib/components/CContactSelector/CContactSelector.vue.d.ts +0 -56
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +0 -847
- package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +0 -21
- package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +0 -50
- package/lib/components/CContentError/CContentError.vue.d.ts +0 -11
- package/lib/components/CCreateCanvasModal/CCreateCanvasModal.vue.d.ts +0 -2
- package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +0 -23
- package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +0 -307
- package/lib/components/CCreateThemeModal/CCreateThemeModal.vue.d.ts +0 -19
- package/lib/components/CCreateThemeModal/steps/CThemeAssetsStep.vue.d.ts +0 -19
- package/lib/components/CCreateThemeModal/steps/CThemeColorsStep.vue.d.ts +0 -10
- package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +0 -2579
- package/lib/components/CCreateThemeModal/steps/CThemeTypographyStep.vue.d.ts +0 -13
- package/lib/components/CDataTable/CDataTable.vue.d.ts +0 -8637
- package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +0 -19
- package/lib/components/CDivider/CDivider.vue.d.ts +0 -18
- package/lib/components/CDrawer/CDrawer.vue.d.ts +0 -15
- package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +0 -15
- package/lib/components/CDropdown/CDropdown.vue.d.ts +0 -15
- package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +0 -10
- package/lib/components/CEmpty/CEmpty.vue.d.ts +0 -15
- package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +0 -153
- package/lib/components/CError/CErrorFullScreen.vue.d.ts +0 -38
- package/lib/components/CFeedback/CFeedback.vue.d.ts +0 -30
- package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +0 -6
- package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +0 -46
- package/lib/components/CFilePanel/BasicInfo.vue.d.ts +0 -2
- package/lib/components/CFilePanel/CFilePanel.vue.d.ts +0 -11
- package/lib/components/CFilePanel/Details.vue.d.ts +0 -2
- package/lib/components/CFilePanel/Metadata.vue.d.ts +0 -2
- package/lib/components/CFilePanel/Tags.vue.d.ts +0 -9
- package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +0 -15
- package/lib/components/CFileViewer/CFileViewer.vue.d.ts +0 -431
- package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +0 -9
- package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +0 -53
- package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +0 -63
- package/lib/components/CFileViewer/pdf/CFileViewerCopyPagesMetadata.pdf.vue.d.ts +0 -69
- package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +0 -379
- package/lib/components/CFileViewer/pdf/CFileViewerPageDrawerSelectPage.vue.d.ts +0 -10
- package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +0 -6
- package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +0 -23
- package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +0 -25
- package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +0 -35
- package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +0 -25
- package/lib/components/CFontSelect/CFontSelect.vue.d.ts +0 -12
- package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +0 -11
- package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +0 -5
- package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +0 -72
- package/lib/components/CGlobalSearch/CGlobalSearchResults.vue.d.ts +0 -20
- package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +0 -2
- package/lib/components/CGlobalSearch/CResult.vue.d.ts +0 -15
- package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +0 -23
- package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +0 -33
- package/lib/components/CHeightInput/CHeightInput.vue.d.ts +0 -10
- package/lib/components/CHelpText/CHelpText.vue.d.ts +0 -17
- package/lib/components/CIcon/CIcon.vue.d.ts +0 -13
- package/lib/components/CImage/CImage.vue.d.ts +0 -395
- package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +0 -23
- package/lib/components/CInput/CInput.vue.d.ts +0 -1157
- package/lib/components/CInputPlaceholder/CInputPlaceholder.vue.d.ts +0 -24
- package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +0 -14
- package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +0 -12
- package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +0 -20
- package/lib/components/CList/CList.vue.d.ts +0 -56
- package/lib/components/CList/CListItem.vue.d.ts +0 -79
- package/lib/components/CMetaDataBadge/CMetaDataBadge.vue.d.ts +0 -9
- package/lib/components/CModal/CModal.vue.d.ts +0 -15
- package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +0 -29
- package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +0 -28
- package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +0 -17
- package/lib/components/COverflowWrapper/COverflowWrapper.vue.d.ts +0 -22
- package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +0 -14
- package/lib/components/CPaginationButtons/CPaginationButtons.vue.d.ts +0 -19
- package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +0 -73
- package/lib/components/CPdfDimensionsSelector/CPdfDimensionsSelector.vue.d.ts +0 -27
- package/lib/components/CPillSelect/CPillSelect.vue.d.ts +0 -14
- package/lib/components/CPopover/CPopover.vue.d.ts +0 -15
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +0 -14
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +0 -10
- package/lib/components/CProcessingOverlay/CProcessingOverlay.vue.d.ts +0 -19
- package/lib/components/CQueryBuilder/CQueryBuilder.vue.d.ts +0 -18
- package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +0 -19
- package/lib/components/CRate/CRate.vue.d.ts +0 -15
- package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +0 -25
- package/lib/components/CRenameModal/CRenameModal.vue.d.ts +0 -28
- package/lib/components/CRichTextEditor/components/CAiRichTextActions.vue.d.ts +0 -17
- package/lib/components/CRichTextEditor/components/CAlignmentSelect.vue.d.ts +0 -9
- package/lib/components/CRichTextEditor/components/CContentLinkToolbar.vue.d.ts +0 -18
- package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +0 -2671
- package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +0 -33
- package/lib/components/CRichTextEditor/components/CFontDropdown.vue.d.ts +0 -11
- package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +0 -52
- package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +0 -4870
- package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +0 -2661
- package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +0 -1155
- package/lib/components/CRichTextEditor/components/CInsertDropdown.vue.d.ts +0 -19
- package/lib/components/CRichTextEditor/components/CLineHeightSelect.vue.d.ts +0 -9
- package/lib/components/CRichTextEditor/components/CListSelect.vue.d.ts +0 -9
- package/lib/components/CRichTextEditor/components/CSuggestionList.vue.d.ts +0 -9
- package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +0 -11
- package/lib/components/CRichTextEditor/components/CTextTypeSelect.vue.d.ts +0 -6
- package/lib/components/CSearch/CSearch.vue.d.ts +0 -25
- package/lib/components/CSearch/CSearchOnClick.vue.d.ts +0 -32
- package/lib/components/CSearch/CSearchOnClickWithSuggestions.vue.d.ts +0 -23
- package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +0 -224
- package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +0 -39
- package/lib/components/CSectionSelectionActions/CSectionSelectionActions.vue.d.ts +0 -19
- package/lib/components/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +0 -135
- package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +0 -44
- package/lib/components/CSelect/CSelect.vue.d.ts +0 -20
- package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +0 -10
- package/lib/components/CShortcut/CShortcut.vue.d.ts +0 -17
- package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +0 -6
- package/lib/components/CSingleFileSelector/CSingleFileSelector.vue.d.ts +0 -26
- package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +0 -15
- package/lib/components/CSlideViewer/CSlideViewer.pdfjs.vue.d.ts +0 -18
- package/lib/components/CSlideViewer/CSlideViewer.pspdfkit.vue.d.ts +0 -14
- package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +0 -12
- package/lib/components/CSlider/CSlider.vue.d.ts +0 -42
- package/lib/components/CSpin/CSpin.vue.d.ts +0 -15
- package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +0 -14
- package/lib/components/CSwitch/CSwitch.vue.d.ts +0 -29
- package/lib/components/CTable/CTable.vue.d.ts +0 -61
- package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +0 -35
- package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +0 -8
- package/lib/components/CTableInput/CTableInput.vue.d.ts +0 -2337
- package/lib/components/CTableMore/CTableMore.vue.d.ts +0 -24
- package/lib/components/CTableSelect/CTableSelect.vue.d.ts +0 -21
- package/lib/components/CTableTag/CTableTag.vue.d.ts +0 -4940
- package/lib/components/CTag/CTag.vue.d.ts +0 -15
- package/lib/components/CTags/CTags.vue.d.ts +0 -4910
- package/lib/components/CTagsPlaceholder/CTagsPlaceholder.vue.d.ts +0 -6
- package/lib/components/CTemplateAccessInfo/CTemplateAccessInfo.vue.d.ts +0 -25
- package/lib/components/CTemplateAccessManage/CTemplateAccessManage.vue.d.ts +0 -26
- package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +0 -4
- package/lib/components/CThemePreview/CThemePreview.vue.d.ts +0 -20
- package/lib/components/CThumbnail/CThumbnail.vue.d.ts +0 -44
- package/lib/components/CTimeline/CTimeline.vue.d.ts +0 -15
- package/lib/components/CTimeline/CTimelineControl.vue.d.ts +0 -2
- package/lib/components/CTimeline/CTimelineModal.vue.d.ts +0 -12
- package/lib/components/CToastProvider/CToastProvider.vue.d.ts +0 -2
- package/lib/components/CToolbar/CToolbar.vue.d.ts +0 -18
- package/lib/components/CTooltip/CTooltip.vue.d.ts +0 -18
- package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +0 -22
- package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +0 -13
- package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +0 -13
- package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +0 -303
- package/lib/components/CUserAvatar/CUserAvatar.vue.d.ts +0 -13
- package/lib/components/CUserMenu/CUserMenu.vue.d.ts +0 -472
- package/lib/components/CUsersAccessInfo/CUsersAccessInfo.vue.d.ts +0 -13
- package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +0 -35
- package/lib/components/CVideo/CVideo.vue.d.ts +0 -48
- package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +0 -49
- package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +0 -40
- package/lib/components/CWarningAlert/CWarningAlert.vue.d.ts +0 -11
- package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +0 -456
- package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +0 -44
- package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +0 -463
- package/lib/components/canvas-blocks/CBlockManagementActionsCell.vue.d.ts +0 -25
- package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +0 -47
- package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +0 -1352
- package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +0 -51
- package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +0 -10
- package/lib/components/canvas-templates/CTemplateManagementListItem.vue.d.ts +0 -54
- package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +0 -348
- package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +0 -6
- package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +0 -20
- package/lib/components/filters/CCheckboxFilter.vue.d.ts +0 -11
- package/lib/components/filters/CDateRangeFilter.vue.d.ts +0 -26
- package/lib/components/filters/CSearchFilter.vue.d.ts +0 -1264
- package/lib/components/filters/CSelectFilter.vue.d.ts +0 -27
- package/lib/components/savedCanvases/CCanvasAccountModal.vue.d.ts +0 -23
- package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +0 -805
- package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +0 -67
- package/lib/components/savedCanvases/CSavedCanvasesManagementIndicatorsCell.vue.d.ts +0 -6
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +0 -1879
- package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +0 -50
- package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +0 -16
- package/lib/components/savedCanvases/smartFolders/SmartFolderNameCell.vue.d.ts +0 -9
- package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +0 -140
- package/lib/components/savedCanvases/smartFolders/SmartFoldersConfigurationModal.vue.d.ts +0 -6
- package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +0 -11
- package/lib/components/sections/CSectionManagement.vue.d.ts +0 -468
- package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +0 -30
- package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +0 -48
- package/lib/components/themes/CThemeManagement.vue.d.ts +0 -460
- package/lib/components/themes/CThemeManagementActionsCell.vue.d.ts +0 -27
- package/lib/components/themes/CThemeManagementActionsCellIconWrapper.vue.d.ts +0 -10
- package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +0 -47
- package/lib/composables/recentFiles.use.d.ts +0 -12
- package/lib/constants/recentFiles.const.d.ts +0 -4
- package/lib/sdk/api/modules/favorites.d.ts +0 -16
- package/lib/types/favorites.d.ts +0 -5
- package/lib/types/recentFiles.types.d.ts +0 -8
|
@@ -1,5 +1,15 @@
|
|
|
1
|
+
import { MetadataTemplateFieldTypeEnum } from '../../../types/openapi';
|
|
1
2
|
import { AppName } from './stores/app';
|
|
2
|
-
import { FolderItemsFetcher, FolderCreator, FolderUpdater, FolderDeleter, FileCreator, FileUpdater, FileOpener, FileFetcher, FileListFetcher,
|
|
3
|
+
import { FolderItemsFetcher, FolderCreator, FolderUpdater, FolderDeleter, FileCreator, FileUpdater, FileOpener, FileFetcher, FileListFetcher, ItemsMover, ItemsCopier, FileCopier, SelectDeviceFile, FileDeleter, FolderLister, DistributionGroupsFetcher, DistributionGroupsAssigner } from './stores/api';
|
|
4
|
+
export interface BrowserCustomFilterComponent {
|
|
5
|
+
type: MetadataTemplateFieldTypeEnum;
|
|
6
|
+
name: string;
|
|
7
|
+
label: string;
|
|
8
|
+
options?: {
|
|
9
|
+
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
}
|
|
3
13
|
export interface BrowserAppProps {
|
|
4
14
|
appName: AppName;
|
|
5
15
|
onFolderFetch: FolderItemsFetcher;
|
|
@@ -12,15 +22,28 @@ export interface BrowserAppProps {
|
|
|
12
22
|
onFileOpen: FileOpener;
|
|
13
23
|
onFileFetch: FileFetcher;
|
|
14
24
|
onFilesList: FileListFetcher;
|
|
15
|
-
onFavoriteCreate: FavoriteCreator;
|
|
16
|
-
onFavoriteDelete: FavoriteDeleter;
|
|
17
|
-
onFavoritesFetch: FavoritesFetcher;
|
|
18
|
-
onRecentFilesFetch: RecentFilesFetcher;
|
|
19
25
|
onItemsMove?: ItemsMover;
|
|
26
|
+
onItemsCopy?: ItemsCopier;
|
|
27
|
+
/**
|
|
28
|
+
* Per-upload fan-out: after the initial upload creates a new file in
|
|
29
|
+
* destination[0], the upload store calls this to clone that file into every
|
|
30
|
+
* additional destination the user selected in the modal. Returns the list
|
|
31
|
+
* of destination folder IDs that FAILED so the upload store can surface a
|
|
32
|
+
* partial-failure warning on the queue item.
|
|
33
|
+
*
|
|
34
|
+
* Gated by the `enable_multi_destination_upload` LD flag in the modal — the
|
|
35
|
+
* host can still wire the prop unconditionally; the modal won't invoke it
|
|
36
|
+
* unless the flag is on.
|
|
37
|
+
*/
|
|
38
|
+
onFileCopy?: FileCopier;
|
|
20
39
|
onSelectDeviceFile?: SelectDeviceFile;
|
|
21
40
|
onFolderList: FolderLister;
|
|
22
41
|
onMetadataFilterFetch?: (params: any) => Promise<Record<string, string | string[]>>;
|
|
23
42
|
onDeleteCanvases?: (payload: {
|
|
24
43
|
ids: string[];
|
|
25
44
|
}) => Promise<any>;
|
|
45
|
+
onFetchDistributionGroups?: DistributionGroupsFetcher;
|
|
46
|
+
onAssignDistributionGroups?: DistributionGroupsAssigner;
|
|
47
|
+
distributionGroupsManageUrl?: string;
|
|
48
|
+
customFilterComponents?: BrowserCustomFilterComponent[];
|
|
26
49
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { PaginatedFolderList, Folder, FileRetrieve, FolderRetrieve, MiniFile, MiniPage, FolderFolder, File,
|
|
2
|
-
import { GetFavoritesParams } from '../../../types/favorites';
|
|
3
|
-
import { PaginatedData } from '../../../types/paginatedData';
|
|
1
|
+
import { PaginatedFolderList, MiniContentDistributionGroup, Folder, FileRetrieve, FolderRetrieve, MiniFile, MiniPage, FolderFolder, File, FolderCreateRequest, FolderUpdateRequest, FileUpdateRequest, BulkDeleteRequest, BulkDeleteResponse, FolderFile, FileStatusEnum } from '../../../../types/openapi';
|
|
4
2
|
import { AllFileCreateRequest, DeviceFile } from '../../../types/files';
|
|
5
|
-
import { RecentFile } from '../../../types/recentFiles.types';
|
|
6
3
|
import { Mutable } from '../../../types/ts';
|
|
7
4
|
import { FolderListRequest } from '../../../sdk/payload.types';
|
|
8
5
|
type CompactFolder = Mutable<FolderFolder>;
|
|
@@ -42,20 +39,31 @@ type FileFetcher = (payload: File['id']) => Promise<FileRetrieve>;
|
|
|
42
39
|
type FileListFetcher = (params?: any) => Promise<File[]>;
|
|
43
40
|
type FileListSearchFetcher = (params?: any) => Promise<void>;
|
|
44
41
|
type FilesFoldersDeleter = (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|
|
45
|
-
type
|
|
46
|
-
type FavoriteDeleter = (payload: Favorite['id']) => Promise<void>;
|
|
47
|
-
type FavoritesDeleter = (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|
|
48
|
-
type FavoritesFetcher = (payload?: GetFavoritesParams) => Promise<PaginatedData<Favorite>>;
|
|
49
|
-
type FavoritesSetter = (favorites: Favorite[]) => void;
|
|
50
|
-
type RecentFilesFetcher = () => Promise<RecentFile[]>;
|
|
51
|
-
type SelectDeviceFile = () => Promise<DeviceFile>;
|
|
42
|
+
type SelectDeviceFile = () => Promise<DeviceFile | undefined>;
|
|
52
43
|
type CompactFile = Pick<File, 'id' | 'name' | 'thumbnail_url' | 'tags' | 'created_by' | 'modified_at' | 'status' | 'content_type' | 'permissions' | 'owned_by' | 'original_extension' | 'metadata'>;
|
|
53
44
|
type ItemsMoverItem = {
|
|
54
45
|
id: File['id'] | Folder['id'];
|
|
55
46
|
type: 'file' | 'folder';
|
|
56
47
|
};
|
|
57
48
|
type ItemsMover = (folderId: Folder['id'], items: ItemsMoverItem[]) => Promise<FolderRetrieve>;
|
|
58
|
-
|
|
49
|
+
type ItemsCopierItem = {
|
|
50
|
+
id: File['id'];
|
|
51
|
+
type: 'file';
|
|
52
|
+
};
|
|
53
|
+
type ItemsCopier = (folderId: Folder['id'], items: ItemsCopierItem[]) => Promise<void>;
|
|
54
|
+
/**
|
|
55
|
+
* Single-file fan-out: after an upload creates `fileId` in destination[0],
|
|
56
|
+
* the upload store calls this to clone the file into every additional
|
|
57
|
+
* destination. Returns the list of destination folder IDs that FAILED so the
|
|
58
|
+
* caller can surface a per-upload warning.
|
|
59
|
+
*
|
|
60
|
+
* Implementation lives in the host (admin) and delegates to the Django
|
|
61
|
+
* `files/copy/` bulk endpoint. Unlike ItemsCopier this does NOT mutate the
|
|
62
|
+
* source folder's UI state — the upload modal owns the post-upload refetch.
|
|
63
|
+
*/
|
|
64
|
+
type FileCopier = (fileId: File['id'], folderIds: Folder['id'][]) => Promise<Folder['id'][]>;
|
|
65
|
+
type DistributionGroupsFetcher = () => Promise<MiniContentDistributionGroup[]>;
|
|
66
|
+
type DistributionGroupsAssigner = (fileId: string, groupIds: string[]) => Promise<void>;
|
|
59
67
|
declare function setCurrentFolder(folderId?: FolderRetrieve['id'], folderName?: FolderRetrieve['name'], folderPath?: FolderRetrieve['path']): void;
|
|
60
68
|
declare function setSearchQuery(searchQuery: string): void;
|
|
61
69
|
declare function setIsFetchingListFiles(value: boolean): void;
|
|
@@ -63,7 +71,7 @@ declare function setSearchMetadataFilters(filters: Record<string, any>): void;
|
|
|
63
71
|
declare function setFilteredItems(items: FolderFileWithFolder[]): void;
|
|
64
72
|
declare function onUpsertFolder(name: string, initialName?: string): Promise<void>;
|
|
65
73
|
declare function clearTimeouts(): void;
|
|
66
|
-
declare function init({ onFolderFetch, onFolderCreate, onFolderUpdate, onFolderDelete, onFoldersDelete, onFileCreate, onFileUpdate, onFileOpen, onFileDelete, onFilesDelete, onFileFetch, onFilesList, onItemsMove,
|
|
74
|
+
declare function init({ onFolderFetch, onFolderCreate, onFolderUpdate, onFolderDelete, onFoldersDelete, onFileCreate, onFileUpdate, onFileOpen, onFileDelete, onFilesDelete, onFileFetch, onFilesList, onItemsMove, onItemsCopy, onFileCopy, onSelectDeviceFile, onFolderList, onFetchDistributionGroups, onAssignDistributionGroups, distributionGroupsManageUrl, }: {
|
|
67
75
|
onFolderFetch: FolderItemsFetcher;
|
|
68
76
|
onFolderCreate?: FolderCreator;
|
|
69
77
|
onFolderUpdate?: FolderUpdater;
|
|
@@ -77,15 +85,15 @@ declare function init({ onFolderFetch, onFolderCreate, onFolderUpdate, onFolderD
|
|
|
77
85
|
onFileFetch: FileFetcher;
|
|
78
86
|
onFilesList: FileListFetcher;
|
|
79
87
|
onItemsMove?: ItemsMover;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
onFavoritesDelete: FavoritesDeleter;
|
|
83
|
-
onFavoritesFetch: FavoritesFetcher;
|
|
84
|
-
onRecentFilesFetch: RecentFilesFetcher;
|
|
88
|
+
onItemsCopy?: ItemsCopier;
|
|
89
|
+
onFileCopy?: FileCopier;
|
|
85
90
|
onSelectDeviceFile?: SelectDeviceFile;
|
|
86
91
|
onFolderList: FolderLister;
|
|
92
|
+
onFetchDistributionGroups?: DistributionGroupsFetcher;
|
|
93
|
+
onAssignDistributionGroups?: DistributionGroupsAssigner;
|
|
94
|
+
distributionGroupsManageUrl?: string;
|
|
87
95
|
}): void;
|
|
88
|
-
export type { FolderItemsFetcher, FolderCreator, FolderUpdater, FolderDeleter, FoldersDeleter, FileCreator, FileUpdater, FileOpener, FileDeleter, FilesDeleter, FileFetcher, FileListFetcher, ItemsMoverItem, ItemsMover,
|
|
96
|
+
export type { FolderItemsFetcher, FolderCreator, FolderUpdater, FolderDeleter, FoldersDeleter, FileCreator, FileUpdater, FileOpener, FileDeleter, FilesDeleter, FileFetcher, FileListFetcher, ItemsMoverItem, ItemsMover, ItemsCopierItem, ItemsCopier, FileCopier, CompactFile, CompactFolder, SelectDeviceFile, FolderLister, DistributionGroupsFetcher, DistributionGroupsAssigner, };
|
|
89
97
|
declare const _default: () => {
|
|
90
98
|
state: {
|
|
91
99
|
readonly fileOpener: FileOpener | null;
|
|
@@ -102,15 +110,14 @@ declare const _default: () => {
|
|
|
102
110
|
readonly fileFetcher: FileFetcher | null;
|
|
103
111
|
readonly fileListFetcher: FileListSearchFetcher | null;
|
|
104
112
|
readonly filesFoldersDeleter: FilesFoldersDeleter | null;
|
|
105
|
-
readonly favoritesFetcher: FavoritesFetcher | null;
|
|
106
|
-
readonly favoriteCreator: FavoriteCreator | null;
|
|
107
|
-
readonly favoriteDeleter: FavoriteDeleter | null;
|
|
108
|
-
readonly favoritesDeleter: FavoritesDeleter | null;
|
|
109
|
-
readonly favoritesSetter: FavoritesSetter | null;
|
|
110
|
-
readonly recentFilesFetcher: RecentFilesFetcher | null;
|
|
111
113
|
readonly selectDeviceFile?: (SelectDeviceFile | null) | undefined;
|
|
112
114
|
readonly itemsMover: ItemsMover | null;
|
|
115
|
+
readonly itemsCopier: ItemsCopier | null;
|
|
116
|
+
readonly fileCopier: FileCopier | null;
|
|
113
117
|
readonly folderLister: FolderLister | null;
|
|
118
|
+
readonly distributionGroupsFetcher: DistributionGroupsFetcher | null;
|
|
119
|
+
readonly distributionGroupsAssigner: DistributionGroupsAssigner | null;
|
|
120
|
+
readonly distributionGroupsManageUrl: string | null;
|
|
114
121
|
readonly convertingFileIdsTimeout: {
|
|
115
122
|
readonly close: () => NodeJS.Timeout;
|
|
116
123
|
readonly hasRef: () => boolean;
|
|
@@ -127,10 +134,6 @@ declare const _default: () => {
|
|
|
127
134
|
readonly isFetchingListFiles: boolean;
|
|
128
135
|
readonly isFetchingSelectedFile: boolean;
|
|
129
136
|
readonly isFetchingSelectedFolder: boolean;
|
|
130
|
-
readonly isFetchingRecentFiles: boolean;
|
|
131
|
-
readonly isFetchingFavorites: boolean;
|
|
132
|
-
readonly isCreatingFavorite: boolean;
|
|
133
|
-
readonly isDeletingFavorite: boolean;
|
|
134
137
|
readonly folders: readonly {
|
|
135
138
|
readonly id: string;
|
|
136
139
|
readonly name: string;
|
|
@@ -172,16 +175,6 @@ declare const _default: () => {
|
|
|
172
175
|
};
|
|
173
176
|
readonly modified_at: string;
|
|
174
177
|
}[];
|
|
175
|
-
readonly recent: readonly {
|
|
176
|
-
readonly id: string;
|
|
177
|
-
readonly name?: string | undefined;
|
|
178
|
-
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
179
|
-
readonly instance_id: string;
|
|
180
|
-
readonly tags?: Readonly<string[] | undefined>;
|
|
181
|
-
readonly thumbnail_url?: string | null | undefined;
|
|
182
|
-
readonly page_index?: number | undefined;
|
|
183
|
-
readonly status?: FileStatusEnum | undefined;
|
|
184
|
-
}[];
|
|
185
178
|
readonly selectedFile: {
|
|
186
179
|
readonly id: string;
|
|
187
180
|
readonly global_id: string;
|
|
@@ -361,48 +354,6 @@ declare const _default: () => {
|
|
|
361
354
|
readonly email?: string | undefined;
|
|
362
355
|
};
|
|
363
356
|
} | null;
|
|
364
|
-
readonly favorites: {
|
|
365
|
-
readonly [x: string]: {
|
|
366
|
-
readonly id: string;
|
|
367
|
-
readonly name: string;
|
|
368
|
-
readonly thumbnail_url: string;
|
|
369
|
-
readonly file: {
|
|
370
|
-
readonly id: string;
|
|
371
|
-
readonly name: string;
|
|
372
|
-
readonly content_type: string | null;
|
|
373
|
-
readonly tags: readonly string[];
|
|
374
|
-
readonly expires_at?: string | null | undefined;
|
|
375
|
-
readonly available_at?: string | null | undefined;
|
|
376
|
-
} | null;
|
|
377
|
-
readonly page: {
|
|
378
|
-
readonly id: string;
|
|
379
|
-
readonly page_index?: number | undefined;
|
|
380
|
-
} | null;
|
|
381
|
-
readonly folder: {
|
|
382
|
-
readonly id: string;
|
|
383
|
-
readonly name: string;
|
|
384
|
-
readonly thumbnail_url: string | null;
|
|
385
|
-
readonly file_thumbnail_urls: readonly string[];
|
|
386
|
-
} | null;
|
|
387
|
-
readonly created_at: string;
|
|
388
|
-
readonly created_by: {
|
|
389
|
-
readonly id: number;
|
|
390
|
-
readonly name: string;
|
|
391
|
-
readonly email?: string | undefined;
|
|
392
|
-
};
|
|
393
|
-
readonly modified_at: string;
|
|
394
|
-
readonly modified_by: {
|
|
395
|
-
readonly id: number;
|
|
396
|
-
readonly name: string;
|
|
397
|
-
readonly email?: string | undefined;
|
|
398
|
-
};
|
|
399
|
-
readonly owned_by: {
|
|
400
|
-
readonly id: number;
|
|
401
|
-
readonly name: string;
|
|
402
|
-
readonly email?: string | undefined;
|
|
403
|
-
};
|
|
404
|
-
};
|
|
405
|
-
};
|
|
406
357
|
readonly currentFolderPath: readonly {
|
|
407
358
|
readonly id: string;
|
|
408
359
|
readonly name: string;
|
|
@@ -523,14 +474,13 @@ declare const _default: () => {
|
|
|
523
474
|
fileFetcher: null;
|
|
524
475
|
fileListFetcher: null;
|
|
525
476
|
filesFoldersDeleter: null;
|
|
526
|
-
favoritesFetcher: null;
|
|
527
|
-
favoriteCreator: null;
|
|
528
|
-
favoriteDeleter: null;
|
|
529
|
-
favoritesDeleter: null;
|
|
530
|
-
favoritesSetter: null;
|
|
531
|
-
recentFilesFetcher: null;
|
|
532
477
|
itemsMover: null;
|
|
478
|
+
itemsCopier: null;
|
|
479
|
+
fileCopier: null;
|
|
533
480
|
folderLister: null;
|
|
481
|
+
distributionGroupsFetcher: null;
|
|
482
|
+
distributionGroupsAssigner: null;
|
|
483
|
+
distributionGroupsManageUrl: null;
|
|
534
484
|
convertingFileIdsTimeout: null;
|
|
535
485
|
isFetchingFolderItems: boolean;
|
|
536
486
|
fetchingFolderId: string;
|
|
@@ -538,16 +488,10 @@ declare const _default: () => {
|
|
|
538
488
|
isFetchingListFiles: boolean;
|
|
539
489
|
isFetchingSelectedFile: boolean;
|
|
540
490
|
isFetchingSelectedFolder: boolean;
|
|
541
|
-
isFetchingFavorites: boolean;
|
|
542
|
-
isCreatingFavorite: boolean;
|
|
543
|
-
isDeletingFavorite: boolean;
|
|
544
|
-
isFetchingRecentFiles: boolean;
|
|
545
491
|
folders: never[];
|
|
546
492
|
files: never[];
|
|
547
|
-
recent: never[];
|
|
548
493
|
selectedFile: null;
|
|
549
494
|
selectedFolder: null;
|
|
550
|
-
favorites: {};
|
|
551
495
|
currentFolderPath: never[];
|
|
552
496
|
currentFolderName: string;
|
|
553
497
|
currentFolderId: string;
|
|
@@ -557,14 +501,13 @@ declare const _default: () => {
|
|
|
557
501
|
filteredItems: never[];
|
|
558
502
|
folderCache: {};
|
|
559
503
|
};
|
|
560
|
-
setFavorites: typeof setFavorites;
|
|
561
504
|
setCurrentFolder: typeof setCurrentFolder;
|
|
562
505
|
setSearchQuery: typeof setSearchQuery;
|
|
563
506
|
setIsFetchingListFiles: typeof setIsFetchingListFiles;
|
|
564
507
|
setSearchMetadataFilters: typeof setSearchMetadataFilters;
|
|
565
508
|
setFilteredItems: typeof setFilteredItems;
|
|
566
509
|
onUpsertFolder: typeof onUpsertFolder;
|
|
567
|
-
onUploadFilesRefetchFolder: () => Promise<void
|
|
510
|
+
onUploadFilesRefetchFolder: () => Promise<void>;
|
|
568
511
|
clearTimeouts: typeof clearTimeouts;
|
|
569
512
|
reset: () => {
|
|
570
513
|
fileOpener: FileOpener | null;
|
|
@@ -581,15 +524,14 @@ declare const _default: () => {
|
|
|
581
524
|
fileFetcher: FileFetcher | null;
|
|
582
525
|
fileListFetcher: FileListSearchFetcher | null;
|
|
583
526
|
filesFoldersDeleter: FilesFoldersDeleter | null;
|
|
584
|
-
favoritesFetcher: FavoritesFetcher | null;
|
|
585
|
-
favoriteCreator: FavoriteCreator | null;
|
|
586
|
-
favoriteDeleter: FavoriteDeleter | null;
|
|
587
|
-
favoritesDeleter: FavoritesDeleter | null;
|
|
588
|
-
favoritesSetter: FavoritesSetter | null;
|
|
589
|
-
recentFilesFetcher: RecentFilesFetcher | null;
|
|
590
527
|
selectDeviceFile?: (SelectDeviceFile | null) | undefined;
|
|
591
528
|
itemsMover: ItemsMover | null;
|
|
529
|
+
itemsCopier: ItemsCopier | null;
|
|
530
|
+
fileCopier: FileCopier | null;
|
|
592
531
|
folderLister: FolderLister | null;
|
|
532
|
+
distributionGroupsFetcher: DistributionGroupsFetcher | null;
|
|
533
|
+
distributionGroupsAssigner: DistributionGroupsAssigner | null;
|
|
534
|
+
distributionGroupsManageUrl: string | null;
|
|
593
535
|
convertingFileIdsTimeout: {
|
|
594
536
|
close: () => NodeJS.Timeout;
|
|
595
537
|
hasRef: () => boolean;
|
|
@@ -606,10 +548,6 @@ declare const _default: () => {
|
|
|
606
548
|
isFetchingListFiles: boolean;
|
|
607
549
|
isFetchingSelectedFile: boolean;
|
|
608
550
|
isFetchingSelectedFolder: boolean;
|
|
609
|
-
isFetchingRecentFiles: boolean;
|
|
610
|
-
isFetchingFavorites: boolean;
|
|
611
|
-
isCreatingFavorite: boolean;
|
|
612
|
-
isDeletingFavorite: boolean;
|
|
613
551
|
folders: {
|
|
614
552
|
id: string;
|
|
615
553
|
name: string;
|
|
@@ -649,16 +587,6 @@ declare const _default: () => {
|
|
|
649
587
|
};
|
|
650
588
|
readonly modified_at: string;
|
|
651
589
|
}[];
|
|
652
|
-
recent: {
|
|
653
|
-
readonly id: string;
|
|
654
|
-
name?: string | undefined;
|
|
655
|
-
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
656
|
-
readonly instance_id: string;
|
|
657
|
-
tags?: Readonly<string[] | undefined>;
|
|
658
|
-
thumbnail_url?: string | null | undefined;
|
|
659
|
-
page_index?: number | undefined;
|
|
660
|
-
status?: FileStatusEnum | undefined;
|
|
661
|
-
}[];
|
|
662
590
|
selectedFile: {
|
|
663
591
|
readonly id: string;
|
|
664
592
|
readonly global_id: string;
|
|
@@ -830,7 +758,6 @@ declare const _default: () => {
|
|
|
830
758
|
email?: string | undefined;
|
|
831
759
|
};
|
|
832
760
|
} | null;
|
|
833
|
-
favorites: Record<MiniPage["id"] | File["id"] | Folder["id"], Favorite>;
|
|
834
761
|
currentFolderPath: {
|
|
835
762
|
readonly id: string;
|
|
836
763
|
name: string;
|
|
@@ -907,14 +834,13 @@ declare const _default: () => {
|
|
|
907
834
|
fileFetcher: null;
|
|
908
835
|
fileListFetcher: null;
|
|
909
836
|
filesFoldersDeleter: null;
|
|
910
|
-
favoritesFetcher: null;
|
|
911
|
-
favoriteCreator: null;
|
|
912
|
-
favoriteDeleter: null;
|
|
913
|
-
favoritesDeleter: null;
|
|
914
|
-
favoritesSetter: null;
|
|
915
|
-
recentFilesFetcher: null;
|
|
916
837
|
itemsMover: null;
|
|
838
|
+
itemsCopier: null;
|
|
839
|
+
fileCopier: null;
|
|
917
840
|
folderLister: null;
|
|
841
|
+
distributionGroupsFetcher: null;
|
|
842
|
+
distributionGroupsAssigner: null;
|
|
843
|
+
distributionGroupsManageUrl: null;
|
|
918
844
|
convertingFileIdsTimeout: null;
|
|
919
845
|
isFetchingFolderItems: boolean;
|
|
920
846
|
fetchingFolderId: string;
|
|
@@ -922,16 +848,10 @@ declare const _default: () => {
|
|
|
922
848
|
isFetchingListFiles: boolean;
|
|
923
849
|
isFetchingSelectedFile: boolean;
|
|
924
850
|
isFetchingSelectedFolder: boolean;
|
|
925
|
-
isFetchingFavorites: boolean;
|
|
926
|
-
isCreatingFavorite: boolean;
|
|
927
|
-
isDeletingFavorite: boolean;
|
|
928
|
-
isFetchingRecentFiles: boolean;
|
|
929
851
|
folders: never[];
|
|
930
852
|
files: never[];
|
|
931
|
-
recent: never[];
|
|
932
853
|
selectedFile: null;
|
|
933
854
|
selectedFolder: null;
|
|
934
|
-
favorites: {};
|
|
935
855
|
currentFolderPath: never[];
|
|
936
856
|
currentFolderName: string;
|
|
937
857
|
currentFolderId: string;
|
|
@@ -1,31 +1,19 @@
|
|
|
1
1
|
import { Ref, ComputedRef } from 'vue';
|
|
2
|
-
import { File, Folder,
|
|
3
|
-
import { RecentFile } from '../../../types/recentFiles.types';
|
|
2
|
+
import { File, Folder, MiniFolder } from '../../../../types/openapi';
|
|
4
3
|
import { ViewCompactFile, ViewCompactFileFolder, ViewCompactFolder } from '../../../types/files';
|
|
5
4
|
import { OrganizationSettings } from '../../../types/organizationSettings.types';
|
|
6
5
|
import { InstanceSettings } from '../../../types/instanceSettings.types';
|
|
7
6
|
export type AppName = 'admin' | 'impact';
|
|
8
|
-
export type AppCurrentState = 'browse' | 'create-folder' | 'upload-files' | 'update-folder' | 'update-file' | 'batch-move';
|
|
9
|
-
export type BrowserSectionType = 'all' | '
|
|
7
|
+
export type AppCurrentState = 'browse' | 'create-folder' | 'upload-files' | 'update-folder' | 'update-file' | 'batch-move' | 'batch-copy';
|
|
8
|
+
export type BrowserSectionType = 'all' | 'trash' | 'rep-uploads';
|
|
10
9
|
export type SortOption = 'nameAsc' | 'nameDesc' | 'modifiedAsc' | 'modifiedDesc';
|
|
11
|
-
export type StateSelectedItem = Partial<File | Folder
|
|
10
|
+
export type StateSelectedItem = Partial<File | Folder> & {
|
|
12
11
|
type: string | null | undefined;
|
|
13
12
|
thumbnail_url: string | null | undefined;
|
|
14
13
|
content_type: string | null | undefined;
|
|
15
14
|
};
|
|
16
|
-
type SelectedItemId = Folder['id'] | File['id']
|
|
17
|
-
id: any;
|
|
18
|
-
} ? Favorite['page']['id'] : never);
|
|
15
|
+
type SelectedItemId = Folder['id'] | File['id'];
|
|
19
16
|
type View = 'grid' | 'table';
|
|
20
|
-
type RecentFileWithFavoriteId = RecentFile & {
|
|
21
|
-
favoriteId: string;
|
|
22
|
-
};
|
|
23
|
-
type FavoriteExtended = Favorite & {
|
|
24
|
-
favoriteId: string;
|
|
25
|
-
tags?: string[];
|
|
26
|
-
content_type?: string | null | undefined;
|
|
27
|
-
type?: 'file' | 'folder';
|
|
28
|
-
};
|
|
29
17
|
export default function (): {
|
|
30
18
|
setAppName(appName: AppName): void;
|
|
31
19
|
setSortOption(sortOption: SortOption): void;
|
|
@@ -37,10 +25,7 @@ export default function (): {
|
|
|
37
25
|
isSelected?: boolean;
|
|
38
26
|
disableMultiple?: boolean;
|
|
39
27
|
}): void;
|
|
40
|
-
toggleSingleItemSelection(item: Partial<File | Folder
|
|
41
|
-
toggleItemFavorite(item: ViewCompactFileFolder & {
|
|
42
|
-
favoriteId?: string;
|
|
43
|
-
}): void;
|
|
28
|
+
toggleSingleItemSelection(item: Partial<File | Folder>): void;
|
|
44
29
|
setSelectedSection(section: BrowserSectionType, folderId?: string): void;
|
|
45
30
|
toggleSelectedView(): void;
|
|
46
31
|
setSearch(search: string): void;
|
|
@@ -59,10 +44,6 @@ export default function (): {
|
|
|
59
44
|
displayedFiles: ComputedRef<ViewCompactFile[]>;
|
|
60
45
|
displayedFolders: ComputedRef<ViewCompactFolder[]>;
|
|
61
46
|
displayedFilesFolders: ComputedRef<ViewCompactFileFolder[]>;
|
|
62
|
-
sortedFavorites: ComputedRef<Favorite[]>;
|
|
63
|
-
displayedFavorites: ComputedRef<FavoriteExtended[]>;
|
|
64
|
-
filteredRecentFiles: ComputedRef<RecentFileWithFavoriteId[]>;
|
|
65
|
-
displayedRecentFiles: ComputedRef<RecentFileWithFavoriteId[]>;
|
|
66
47
|
isContentPanelOpen: Ref<boolean>;
|
|
67
48
|
updatingFolderId: Ref<Folder["id"] | null>;
|
|
68
49
|
selectedFileId: ComputedRef<File["id"] | null>;
|
|
@@ -74,8 +55,6 @@ export default function (): {
|
|
|
74
55
|
} | null>;
|
|
75
56
|
showFilteredResults: ComputedRef<boolean>;
|
|
76
57
|
isAdmin: ComputedRef<boolean>;
|
|
77
|
-
enabledFavorites: ComputedRef<boolean>;
|
|
78
|
-
enabledRecents: ComputedRef<boolean>;
|
|
79
58
|
disabledSearchContext: ComputedRef<boolean>;
|
|
80
59
|
isLocalSearch: Ref<boolean>;
|
|
81
60
|
isMobileView: Ref<boolean>;
|
|
@@ -13,7 +13,6 @@ export interface FileById {
|
|
|
13
13
|
created_at: string;
|
|
14
14
|
modified_at: string;
|
|
15
15
|
thumbnail_url: string;
|
|
16
|
-
favorite_id?: string;
|
|
17
16
|
metadata?: Record<string, any>;
|
|
18
17
|
}
|
|
19
18
|
interface PathSegment {
|
|
@@ -58,7 +57,6 @@ export default function useFileSmartFolderStore(): {
|
|
|
58
57
|
readonly created_at: string;
|
|
59
58
|
readonly modified_at: string;
|
|
60
59
|
readonly thumbnail_url: string;
|
|
61
|
-
readonly favorite_id?: string | undefined;
|
|
62
60
|
readonly metadata?: {
|
|
63
61
|
readonly [x: string]: any;
|
|
64
62
|
} | undefined;
|
|
@@ -8,8 +8,13 @@ export default function (): {
|
|
|
8
8
|
isInLimits: boolean;
|
|
9
9
|
uploadStatus: import('./upload.types').UploadStatus;
|
|
10
10
|
error: string | null;
|
|
11
|
+
warning: string | null;
|
|
11
12
|
cancelErrorMessage: string;
|
|
12
13
|
genericErrorMessage: string;
|
|
14
|
+
groupsAssignmentErrorMessage?: string | undefined;
|
|
15
|
+
group_ids?: string[] | undefined;
|
|
16
|
+
additionalFolderIds?: string[] | undefined;
|
|
17
|
+
fanOutWarningMessage?: ((failedFolderIds: string[]) => string) | undefined;
|
|
13
18
|
path: string;
|
|
14
19
|
content: {
|
|
15
20
|
name: string;
|
|
@@ -33,10 +38,10 @@ export default function (): {
|
|
|
33
38
|
app_metadata?: Record<string, any> | undefined;
|
|
34
39
|
available_at?: string | null | undefined;
|
|
35
40
|
folder_id?: string | undefined;
|
|
36
|
-
url?: string | undefined;
|
|
37
41
|
owned_by_id?: number | null | undefined;
|
|
38
42
|
is_asset?: boolean | undefined;
|
|
39
43
|
content_upload_id?: string | undefined;
|
|
44
|
+
url?: string | undefined;
|
|
40
45
|
thumbnail?: {
|
|
41
46
|
readonly size: number;
|
|
42
47
|
readonly type: string;
|
|
@@ -52,8 +57,13 @@ export default function (): {
|
|
|
52
57
|
isInLimits: boolean;
|
|
53
58
|
uploadStatus: import('./upload.types').UploadStatus;
|
|
54
59
|
error: string | null;
|
|
60
|
+
warning: string | null;
|
|
55
61
|
cancelErrorMessage: string;
|
|
56
62
|
genericErrorMessage: string;
|
|
63
|
+
groupsAssignmentErrorMessage?: string | undefined;
|
|
64
|
+
group_ids?: string[] | undefined;
|
|
65
|
+
additionalFolderIds?: string[] | undefined;
|
|
66
|
+
fanOutWarningMessage?: ((failedFolderIds: string[]) => string) | undefined;
|
|
57
67
|
content?: {
|
|
58
68
|
readonly size: number;
|
|
59
69
|
readonly type: string;
|
|
@@ -79,10 +89,10 @@ export default function (): {
|
|
|
79
89
|
app_metadata?: Record<string, any> | undefined;
|
|
80
90
|
available_at?: string | null | undefined;
|
|
81
91
|
folder_id?: string | undefined;
|
|
82
|
-
url?: string | undefined;
|
|
83
92
|
owned_by_id?: number | null | undefined;
|
|
84
93
|
is_asset?: boolean | undefined;
|
|
85
94
|
content_upload_id?: string | undefined;
|
|
95
|
+
url?: string | undefined;
|
|
86
96
|
thumbnail?: {
|
|
87
97
|
readonly size: number;
|
|
88
98
|
readonly type: string;
|
|
@@ -98,8 +108,13 @@ export default function (): {
|
|
|
98
108
|
isInLimits: boolean;
|
|
99
109
|
uploadStatus: import('./upload.types').UploadStatus;
|
|
100
110
|
error: string | null;
|
|
111
|
+
warning: string | null;
|
|
101
112
|
cancelErrorMessage: string;
|
|
102
113
|
genericErrorMessage: string;
|
|
114
|
+
groupsAssignmentErrorMessage?: string | undefined;
|
|
115
|
+
group_ids?: string[] | undefined;
|
|
116
|
+
additionalFolderIds?: string[] | undefined;
|
|
117
|
+
fanOutWarningMessage?: ((failedFolderIds: string[]) => string) | undefined;
|
|
103
118
|
path: string;
|
|
104
119
|
content: {
|
|
105
120
|
name: string;
|
|
@@ -123,10 +138,10 @@ export default function (): {
|
|
|
123
138
|
app_metadata?: Record<string, any> | undefined;
|
|
124
139
|
available_at?: string | null | undefined;
|
|
125
140
|
folder_id?: string | undefined;
|
|
126
|
-
url?: string | undefined;
|
|
127
141
|
owned_by_id?: number | null | undefined;
|
|
128
142
|
is_asset?: boolean | undefined;
|
|
129
143
|
content_upload_id?: string | undefined;
|
|
144
|
+
url?: string | undefined;
|
|
130
145
|
thumbnail?: {
|
|
131
146
|
readonly size: number;
|
|
132
147
|
readonly type: string;
|
|
@@ -142,8 +157,13 @@ export default function (): {
|
|
|
142
157
|
isInLimits: boolean;
|
|
143
158
|
uploadStatus: import('./upload.types').UploadStatus;
|
|
144
159
|
error: string | null;
|
|
160
|
+
warning: string | null;
|
|
145
161
|
cancelErrorMessage: string;
|
|
146
162
|
genericErrorMessage: string;
|
|
163
|
+
groupsAssignmentErrorMessage?: string | undefined;
|
|
164
|
+
group_ids?: string[] | undefined;
|
|
165
|
+
additionalFolderIds?: string[] | undefined;
|
|
166
|
+
fanOutWarningMessage?: ((failedFolderIds: string[]) => string) | undefined;
|
|
147
167
|
content?: {
|
|
148
168
|
readonly size: number;
|
|
149
169
|
readonly type: string;
|
|
@@ -169,10 +189,10 @@ export default function (): {
|
|
|
169
189
|
app_metadata?: Record<string, any> | undefined;
|
|
170
190
|
available_at?: string | null | undefined;
|
|
171
191
|
folder_id?: string | undefined;
|
|
172
|
-
url?: string | undefined;
|
|
173
192
|
owned_by_id?: number | null | undefined;
|
|
174
193
|
is_asset?: boolean | undefined;
|
|
175
194
|
content_upload_id?: string | undefined;
|
|
195
|
+
url?: string | undefined;
|
|
176
196
|
thumbnail?: {
|
|
177
197
|
readonly size: number;
|
|
178
198
|
readonly type: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -11,6 +11,24 @@ export type Upload = {
|
|
|
11
11
|
isInLimits: boolean;
|
|
12
12
|
uploadStatus: UploadStatus;
|
|
13
13
|
error: string | null;
|
|
14
|
+
warning: string | null;
|
|
14
15
|
cancelErrorMessage: string;
|
|
15
16
|
genericErrorMessage: string;
|
|
17
|
+
groupsAssignmentErrorMessage?: string;
|
|
18
|
+
group_ids?: string[];
|
|
19
|
+
/**
|
|
20
|
+
* Additional destination folder IDs the file should be fanned out to AFTER
|
|
21
|
+
* the initial upload succeeds. Populated by the upload modal when the user
|
|
22
|
+
* selects multiple destinations. Empty / undefined means single-destination
|
|
23
|
+
* upload (existing behaviour). Client-side only — never serialized to the
|
|
24
|
+
* API in this shape; the upload store iterates it to drive copy calls.
|
|
25
|
+
*/
|
|
26
|
+
additionalFolderIds?: string[];
|
|
27
|
+
/**
|
|
28
|
+
* Message factory invoked when the fan-out finishes with some failures.
|
|
29
|
+
* Returns the warning string to display on the upload queue item.
|
|
30
|
+
* Provided by the host (UploadFilesModal) so the warning can be localized
|
|
31
|
+
* without coupling the upload store to vue-i18n.
|
|
32
|
+
*/
|
|
33
|
+
fanOutWarningMessage?: (failedFolderIds: string[]) => string;
|
|
16
34
|
} & (DeviceUploadContent | FileUploadContent);
|
|
@@ -3,8 +3,6 @@ export declare enum ActionKeys {
|
|
|
3
3
|
ViewFileNewTab = "viewFileNewTab",
|
|
4
4
|
ViewFolder = "viewFolder",
|
|
5
5
|
ViewFolderNewTab = "viewFolderNewTab",
|
|
6
|
-
AddToFavorites = "addToFavorites",
|
|
7
|
-
RemoveFromFavorites = "removeFromFavorites",
|
|
8
6
|
ViewFileDetails = "viewFileDetails",
|
|
9
7
|
ViewFolderDetails = "viewFolderDetails",
|
|
10
8
|
OpenDetailsPanel = "openFileDetailsPanel",
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { FileRetrieve } from '../../../../../../types/openapi';
|
|
3
3
|
import { ContentListSection } from '../../../types/canvas';
|
|
4
|
+
/**
|
|
5
|
+
* PIT-6436: this file cache is module-level and keyed only by `file_id`, with no version
|
|
6
|
+
* awareness — once a file is loaded it is never re-fetched. After a deck's file was re-uploaded
|
|
7
|
+
* (new version), the navigator / ContentList kept serving the PREVIOUS version's
|
|
8
|
+
* `content_thumbnails` (the old `versions/<old>/thumbnail-N.webp`, which still exists since
|
|
9
|
+
* versions are immutable). The backend regenerates thumbnails per version correctly — this is
|
|
10
|
+
* purely a stale client cache. Drop it whenever a deck is (re)loaded so its files are re-fetched
|
|
11
|
+
* at the current version. Called from `useCanvas` right after `activeCanvas` is set.
|
|
12
|
+
*/
|
|
13
|
+
export declare const resetLoadedFiles: () => void;
|
|
4
14
|
declare const _default: () => {
|
|
5
15
|
files: {
|
|
6
16
|
loading: Record<string, true>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { FileRetrieve } from '../../../../../../types/openapi';
|
|
2
|
+
/**
|
|
3
|
+
* Resolve the CURRENT 0-based slide index for a content-backed section.
|
|
4
|
+
*
|
|
5
|
+
* PIT-6436: a ContentList entry stores a denormalized `page_index` (and `component_id`
|
|
6
|
+
* `<file>_page_N`) that is baked when the slide is added. When the file is re-uploaded with
|
|
7
|
+
* reordered pages those go stale, so the navigator / ContentList thumbnail pointed at a different
|
|
8
|
+
* slide than the section actually renders. The section's `content_background.page_id` is stable,
|
|
9
|
+
* so resolve the live position through it against the file's current `pptx_data.slides` — the same
|
|
10
|
+
* basis the Scribble read-path uses (#4677).
|
|
11
|
+
*
|
|
12
|
+
* Returns null when there is no `page_id` or it can't be found in the current slides, so callers
|
|
13
|
+
* fall back to the stored `page_index`.
|
|
14
|
+
*/
|
|
15
|
+
export declare function resolveCurrentSlideIndex(sectionContentData: unknown, file: FileRetrieve | undefined): number | null;
|
|
16
|
+
/**
|
|
17
|
+
* Resolve a content section's CURRENT slide thumbnail URL from its Scribble's `backgroundImage`,
|
|
18
|
+
* which the read-path refreshes to the live file version + page (#4673).
|
|
19
|
+
*
|
|
20
|
+
* PIT-6436: the SectionList navigator branch otherwise falls back to the section's stored
|
|
21
|
+
* `thumbnail_url` / `metadata.thumbnail` / `slide_preview`, which are baked at section creation and
|
|
22
|
+
* are NOT refreshed on read — so after a re-upload they point at the old version + old page. The
|
|
23
|
+
* Scribble background is the same source the main slide renders from, so it stays in sync.
|
|
24
|
+
*
|
|
25
|
+
* Returns null when there is no content-background node or it has no background image, so callers
|
|
26
|
+
* fall back to the stored thumbnail (byte-identical for non-slide sections).
|
|
27
|
+
*/
|
|
28
|
+
export declare function resolveCurrentSectionThumbnailUrl(sectionContentData: unknown): string | null;
|