@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
|
@@ -4,7 +4,6 @@ import { aspectRatios } from '../constants';
|
|
|
4
4
|
import { FontAwesomeType } from './font-awesome.types';
|
|
5
5
|
import { CollectionPlayer as CollectionPlayerProps } from '../../collection-player/types/collection-player.type';
|
|
6
6
|
import { FileModel } from '../../../components/CFileViewer/CFileViewer.types';
|
|
7
|
-
import { GetFavoritesParams } from '../../../main.lib';
|
|
8
7
|
import { EmbedLocation, EmbeddedLocationProperties } from '../../../types/app';
|
|
9
8
|
import { BackgroundSize } from '../../../types/background';
|
|
10
9
|
import { Call } from '../../../types/call';
|
|
@@ -13,8 +12,7 @@ import { CanvasThemeAsset, CanvasThemeRetrieve, CanvasTypographyPreset } from '.
|
|
|
13
12
|
import { CanvasMetadataRetrieve } from '../../../types/canvases';
|
|
14
13
|
import { PaginatedData } from '../../../types/paginatedData';
|
|
15
14
|
import { QueryOperator } from '../../../types/query-builder.types';
|
|
16
|
-
import {
|
|
17
|
-
import { CanvasRetrieve, Favorite, File, FileContentTypeEnum, FileRetrieve, Folder, FolderRetrieve, MetadataTemplate, PatchedCanvasUpdateRequest, SharedLink, User } from '../../../../types/openapi';
|
|
15
|
+
import { CanvasRetrieve, File, FileContentTypeEnum, FileRetrieve, Folder, FolderRetrieve, MetadataTemplate, PatchedCanvasUpdateRequest, SharedLink, User } from '../../../../types/openapi';
|
|
18
16
|
import { UiSelectCollectionPlayerRequest, UiSelectCollectionPlayerResponse } from '../../../sdk/api/modules/ui/types.ui';
|
|
19
17
|
import { OpenExternalUrlRequestPayload, PitcherEnv } from '../../../sdk/main';
|
|
20
18
|
import { OpenRequestPayload } from '../../../sdk/payload.types';
|
|
@@ -621,8 +619,6 @@ export type SharingBuilderProps = NoCRMBuilderProps & {
|
|
|
621
619
|
listCanvases?: never;
|
|
622
620
|
fetchFolder?: never;
|
|
623
621
|
fetchFile: (fileId: FileRetrieve['id']) => Promise<FileRetrieve>;
|
|
624
|
-
fetchFavorites?: never;
|
|
625
|
-
fetchRecentFiles?: never;
|
|
626
622
|
fetchInstanceMetadataTemplate?: never;
|
|
627
623
|
fetchCanvas?: (canvasId: CanvasRetrieve['id'], params?: Record<string, any>) => Promise<CanvasRetrieve>;
|
|
628
624
|
renderPageAsImageUrl: (payload: {
|
|
@@ -707,8 +703,6 @@ type AdminImpactCommonBuilderProps = {
|
|
|
707
703
|
listCanvases: (params?: any) => Promise<PaginatedData<CanvasRetrieve>>;
|
|
708
704
|
fetchFolder: (folderId: Folder['id'] | undefined) => Promise<FolderRetrieve>;
|
|
709
705
|
fetchFile: (fileId: FileRetrieve['id']) => Promise<FileRetrieve>;
|
|
710
|
-
fetchFavorites: (payload?: GetFavoritesParams) => Promise<PaginatedData<Favorite>>;
|
|
711
|
-
fetchRecentFiles: () => Promise<RecentFile[]>;
|
|
712
706
|
fetchCanvas: (canvasId: CanvasRetrieve['id'], params?: Record<string, any>) => Promise<CanvasRetrieve>;
|
|
713
707
|
fetchInstanceMetadataTemplate: () => Promise<MetadataTemplate>;
|
|
714
708
|
renderPageAsImageUrl: (payload: {
|
|
@@ -2,7 +2,7 @@ import { File, FileContentTypeEnum } from '../../../types/openapi';
|
|
|
2
2
|
import { Range } from '../../util/tsHelpers';
|
|
3
3
|
import { SelectorType } from './stores/app';
|
|
4
4
|
import { Selection } from '../../types/selections';
|
|
5
|
-
import {
|
|
5
|
+
import { FolderItemsFetcher, FileOpener, FileFetcher, FileListFetcher, FileDeleter } from './stores/api';
|
|
6
6
|
export type AppProps = {
|
|
7
7
|
attachTo?: HTMLElement | string;
|
|
8
8
|
appName: 'impact' | 'admin';
|
|
@@ -15,8 +15,6 @@ export type AppProps = {
|
|
|
15
15
|
contentType: 'file' | 'slide' | 'content';
|
|
16
16
|
initialMetadataFilters?: Record<string, any>;
|
|
17
17
|
zIndex?: number;
|
|
18
|
-
onFavoritesFetch?: FavoritesFetcher;
|
|
19
|
-
onRecentFilesFetch?: RecentFilesFetcher;
|
|
20
18
|
onFolderFetch?: FolderItemsFetcher;
|
|
21
19
|
onFileDelete?: FileDeleter;
|
|
22
20
|
onFileFetch?: FileFetcher;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { Folder, FileRetrieve, FolderRetrieve, MiniFile, File,
|
|
2
|
-
import { GetFavoritesParams } from '../../../types/favorites';
|
|
3
|
-
import { PaginatedData } from '../../../types/paginatedData';
|
|
4
|
-
import { RecentFile } from '../../../types/recentFiles.types';
|
|
1
|
+
import { Folder, FileRetrieve, FolderRetrieve, MiniFile, File, MiniPage } from '../../../../types/openapi';
|
|
5
2
|
import { AppProps } from '../appTypes';
|
|
6
3
|
import { AppStore, FolderFileWithFolderId } from './app';
|
|
7
4
|
type FolderItemsFetcher = (folderId?: Folder['id'], options?: {
|
|
@@ -16,9 +13,7 @@ type FileOpener = (payload: {
|
|
|
16
13
|
type FileFetcher = (payload: File['id']) => Promise<FileRetrieve>;
|
|
17
14
|
type FileListFetcher = (params?: any) => Promise<FolderFileWithFolderId[]>;
|
|
18
15
|
type FileDeleter = (fileId: FileRetrieve['id']) => Promise<string | void>;
|
|
19
|
-
type
|
|
20
|
-
type RecentFilesFetcher = () => Promise<RecentFile[]>;
|
|
21
|
-
export type { FolderItemsFetcher, FileOpener, FileDeleter, FileFetcher, FileListFetcher, FavoritesFetcher, RecentFilesFetcher, };
|
|
16
|
+
export type { FolderItemsFetcher, FileOpener, FileDeleter, FileFetcher, FileListFetcher };
|
|
22
17
|
export type ApiStore = {
|
|
23
18
|
state: {
|
|
24
19
|
fileOpener: FileOpener | null;
|
|
@@ -26,13 +21,9 @@ export type ApiStore = {
|
|
|
26
21
|
folderItemsFetcher: FolderItemsFetcher | null;
|
|
27
22
|
fileFetcher: FileFetcher | null;
|
|
28
23
|
fileListFetcher: FileListFetcher | null;
|
|
29
|
-
favoritesFetcher: FavoritesFetcher | null;
|
|
30
|
-
recentFilesFetcher: RecentFilesFetcher | null;
|
|
31
24
|
isFetchingFolderItems: boolean;
|
|
32
25
|
isFetchingListFiles: boolean;
|
|
33
26
|
isFetchingFile: boolean;
|
|
34
|
-
isFetchingFavorites: boolean;
|
|
35
|
-
isFetchingRecentFiles: boolean;
|
|
36
27
|
isDeletingFile: boolean;
|
|
37
28
|
};
|
|
38
29
|
actions: {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Ref, ComputedRef, UnwrapNestedRefs } from 'vue';
|
|
2
|
-
import { FolderRetrieve, FolderFile, FileRetrieve, File, FolderFolder,
|
|
3
|
-
import { RecentFile } from '../../../types/recentFiles.types';
|
|
2
|
+
import { FolderRetrieve, FolderFile, FileRetrieve, File, FolderFolder, FileContentTypeEnum } from '../../../../types/openapi';
|
|
4
3
|
import { ApiStore } from './api';
|
|
5
4
|
export type AppName = 'admin' | 'impact';
|
|
6
5
|
export type SelectorType = 'content' | 'assets' | 'external_links' | 'ai_images' | 'pexels_images' | 'theme' | `multimedia-selector-${string}`;
|
|
@@ -51,7 +50,7 @@ export type SelectedExternalLink = {
|
|
|
51
50
|
};
|
|
52
51
|
};
|
|
53
52
|
export type ContentSelectorSelectedItem = SelectedPage | SelectedFile | SelectedFolder | SelectedAsset | SelectedExternalLink;
|
|
54
|
-
export type BrowserSectionType = 'all' | '
|
|
53
|
+
export type BrowserSectionType = 'all' | 'trash';
|
|
55
54
|
export type FolderFileWithFolderId = File & {
|
|
56
55
|
folder_id?: string;
|
|
57
56
|
};
|
|
@@ -61,9 +60,6 @@ export type FolderItemWithFolderId = (FolderFileWithFolderId & {
|
|
|
61
60
|
folder_id?: string;
|
|
62
61
|
type: 'folder';
|
|
63
62
|
});
|
|
64
|
-
export type RecentFileWithFavoriteId = RecentFile & {
|
|
65
|
-
favoriteId: string;
|
|
66
|
-
};
|
|
67
63
|
export declare function isPage(item: ContentSelectorSelectedItem): item is SelectedPage;
|
|
68
64
|
export declare function isFile(item: ContentSelectorSelectedItem): item is SelectedFile;
|
|
69
65
|
export declare function isAsset(item: ContentSelectorSelectedItem): item is SelectedAsset;
|
|
@@ -88,13 +84,8 @@ export type AppStateProperties = {
|
|
|
88
84
|
selectedPages: ComputedRef<SelectedPage[]>;
|
|
89
85
|
selectedAssets: ComputedRef<SelectedAsset[]>;
|
|
90
86
|
selectedExternalLinks: ComputedRef<SelectedExternalLink[]>;
|
|
91
|
-
sortedFavorites: ComputedRef<Favorite[]>;
|
|
92
|
-
displayedFavorites: ComputedRef<(Favorite & {
|
|
93
|
-
favoriteId: string;
|
|
94
|
-
})[]>;
|
|
95
|
-
displayedRecentFiles: ComputedRef<RecentFileWithFavoriteId[]>;
|
|
96
87
|
showFilteredResults: ComputedRef<boolean>;
|
|
97
|
-
displayedFiles: ComputedRef<SelectedFile
|
|
88
|
+
displayedFiles: ComputedRef<(SelectedFile | SelectedFolder | FolderItemWithFolderId)[]>;
|
|
98
89
|
activeFolderFolders: ComputedRef<FolderFolder[]>;
|
|
99
90
|
activeFolderFiles: ComputedRef<FolderFile[]>;
|
|
100
91
|
isAdmin: ComputedRef<boolean>;
|
|
@@ -104,8 +95,6 @@ export type AppStateProperties = {
|
|
|
104
95
|
activeFile: Ref<FileRetrieve | null>;
|
|
105
96
|
disableNoSharable: Ref<boolean>;
|
|
106
97
|
disableNoPptxData: Ref<boolean>;
|
|
107
|
-
recent: Ref<RecentFile[]>;
|
|
108
|
-
favorites: Ref<Record<MiniPage['id'] | File['id'] | Folder['id'], Favorite>>;
|
|
109
98
|
filteredItems: Ref<FolderItemWithFolderId[]>;
|
|
110
99
|
allowedSelectorTypes: Ref<SelectorType[]>;
|
|
111
100
|
};
|
|
@@ -139,12 +128,10 @@ export type AppStore = AppStateProperties & {
|
|
|
139
128
|
setAllowedOriginalExtensions: (extensions: string[]) => void;
|
|
140
129
|
setSearchMetadataFilters: (filters: Record<string, any>) => void;
|
|
141
130
|
setSortOption: (sortOption: SortOption) => void;
|
|
142
|
-
setFavorites: (favorites: Record<MiniPage['id'] | File['id'] | Folder['id'], Favorite>) => void;
|
|
143
|
-
setRecentFiles: (recentFiles: RecentFile[]) => void;
|
|
144
131
|
setFilteredItems: (filteredItems: FolderItemWithFolderId[]) => void;
|
|
145
132
|
fetchSectionData: () => Promise<void>;
|
|
146
133
|
setState: (newState: Partial<UnwrapNestedRefs<AppStore>>) => void;
|
|
147
|
-
isItemDisabled: (item: SelectedFile | SelectedFolder | SelectedPage |
|
|
134
|
+
isItemDisabled: (item: SelectedFile | SelectedFolder | SelectedPage | FolderItemWithFolderId | FolderFileWithFolderId | (FolderFolder & {
|
|
148
135
|
folder_id?: string;
|
|
149
136
|
type: 'folder';
|
|
150
137
|
})) => boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { File, FolderFolder } from '../../../../types/openapi';
|
|
2
|
-
import { SelectedPage, SelectedFile, SelectedFolder,
|
|
2
|
+
import { SelectedPage, SelectedFile, SelectedFolder, FolderItemWithFolderId, FolderFileWithFolderId } from '../stores/app';
|
|
3
3
|
export declare function createPageId(fileId: File['id'], pageIndex: number): string;
|
|
4
4
|
export declare function getFileId(item: {
|
|
5
5
|
file?: {
|
|
@@ -7,7 +7,7 @@ export declare function getFileId(item: {
|
|
|
7
7
|
};
|
|
8
8
|
id: File['id'];
|
|
9
9
|
}): string;
|
|
10
|
-
export declare function isShareable(item: SelectedFile | SelectedFolder | SelectedPage |
|
|
10
|
+
export declare function isShareable(item: SelectedFile | SelectedFolder | SelectedPage | FolderItemWithFolderId | FolderFileWithFolderId | (FolderFolder & {
|
|
11
11
|
folder_id?: string;
|
|
12
12
|
type: 'folder';
|
|
13
13
|
})): boolean;
|
|
@@ -149,7 +149,7 @@ export declare function provideAppStore({ initialCollection, t, confirmation, zI
|
|
|
149
149
|
updateSlideName: (slideIndex: number, name: string) => void;
|
|
150
150
|
api: Api;
|
|
151
151
|
initialize: () => Promise<void>;
|
|
152
|
-
emit: ((event: "
|
|
152
|
+
emit: ((event: "close", args_0: CollectionPlayerWithPages) => void) & ((event: "cancel") => void) & ((event: "contentChange", args_0: CollectionPlayerWithPages) => void);
|
|
153
153
|
isInitialized: Ref<boolean, boolean>;
|
|
154
154
|
savePitcherSlides: () => Promise<CanvasRetrieve[] | false>;
|
|
155
155
|
saveAndClose: () => Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -45,7 +45,7 @@ interface FileViewerPdfReturnType {
|
|
|
45
45
|
onSaveLinkAnnotation: (data: SaveLinkAnnotationPayload) => void;
|
|
46
46
|
hasHotspotsOnCurrentPage: Ref<boolean>;
|
|
47
47
|
}
|
|
48
|
-
declare const _default: ({ pdfViewerEl, bottomBarRef, i18n, appLocale, actions, assetsPrefix, clientType, context, pitcherSettings, launchDarkly, emit, fileId, fetchFileById, }: {
|
|
48
|
+
declare const _default: ({ pdfViewerEl, bottomBarRef, i18n, appLocale, actions, assetsPrefix, clientType, context, pitcherSettings, launchDarkly, emit, fileId, fetchFileById, fetchDocumentInfo, }: {
|
|
49
49
|
pdfViewerEl: Ref<HTMLElement | null>;
|
|
50
50
|
bottomBarRef: Ref<InstanceType<typeof CFileViewerBottomPdf> | null>;
|
|
51
51
|
i18n: I18n;
|
|
@@ -59,5 +59,12 @@ declare const _default: ({ pdfViewerEl, bottomBarRef, i18n, appLocale, actions,
|
|
|
59
59
|
fileId: ComputedRef<File["id"] | undefined>;
|
|
60
60
|
emit: (name: string, ...args: any[]) => void;
|
|
61
61
|
fetchFileById?: (id: FileRetrieve["id"]) => Promise<FileRetrieve>;
|
|
62
|
+
fetchDocumentInfo?: (id: File["id"]) => Promise<{
|
|
63
|
+
pageCount: number;
|
|
64
|
+
pages?: Array<{
|
|
65
|
+
width: number;
|
|
66
|
+
height: number;
|
|
67
|
+
}>;
|
|
68
|
+
}>;
|
|
62
69
|
}) => FileViewerPdfReturnType;
|
|
63
70
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -20,7 +20,9 @@ declare module '@tiptap/core' {
|
|
|
20
20
|
declare const createContentLink: (openFile: (payload: {
|
|
21
21
|
fileId: string;
|
|
22
22
|
pageIndex?: number;
|
|
23
|
-
}) => void) => Mark<
|
|
23
|
+
}) => void) => Mark<{
|
|
24
|
+
openOnClick: boolean;
|
|
25
|
+
}, any>;
|
|
24
26
|
export default createContentLink;
|
|
25
27
|
export declare function handleContentLinkClick(event: MouseEvent, openFile: (payload: {
|
|
26
28
|
fileId: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as CSideBar } from './CSideBar.vue';
|
|
2
|
+
export { default as CSideBarItem } from './CSideBarItem.vue';
|
|
3
|
+
export { default as CSideBarLabel } from './CSideBarLabel.vue';
|
|
4
|
+
export { default as CSideBarToggle } from './CSideBarToggle.vue';
|
|
5
|
+
export { default as CSideBarDivider } from './CSideBarDivider.vue';
|
|
6
|
+
export type { NavItem, SideBarContext } from './types';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { InjectionKey, Ref } from 'vue';
|
|
2
|
+
export interface NavItem {
|
|
3
|
+
/** Stable identifier (route name, app slug). Surfaced as data-name. */
|
|
4
|
+
name: string;
|
|
5
|
+
/** Visible label. */
|
|
6
|
+
text: string;
|
|
7
|
+
/** FA6 icon name (no `far ` prefix; CIcon resolves it). */
|
|
8
|
+
icon: string;
|
|
9
|
+
/** Optional route params, ignored by the primitive but useful to consumers. */
|
|
10
|
+
params?: Record<string, string | number | undefined>;
|
|
11
|
+
/** Treat as active when the current route name matches any of these. Used by admin. */
|
|
12
|
+
activeRoutes?: string[];
|
|
13
|
+
/** Hard override of active detection (wins over `activeRoutes`). */
|
|
14
|
+
active?: boolean;
|
|
15
|
+
/** Disable click. */
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Provided by CSideBar to its descendants so CSideBarItem can adapt to
|
|
20
|
+
* the collapsed/expanded layout without needing the prop drilled.
|
|
21
|
+
*/
|
|
22
|
+
export interface SideBarContext {
|
|
23
|
+
collapsed: Ref<boolean>;
|
|
24
|
+
}
|
|
25
|
+
export declare const SIDE_BAR_CONTEXT_KEY: InjectionKey<SideBarContext>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HomeCustomizeCog } from './HomeCustomizeCog.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HomeCustomizeEmptyState } from './HomeCustomizeEmptyState.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HomeCustomizePanel } from './HomeCustomizePanel.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HomeCustomizeRow } from './HomeCustomizeRow.vue';
|
|
@@ -3,7 +3,6 @@ export default function useBulkActions(emit?: (event: 'filesDeleted', ids: MiniF
|
|
|
3
3
|
deleteCanvases: (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|
|
4
4
|
deleteFiles: (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|
|
5
5
|
deleteFolders: (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|
|
6
|
-
deleteFavorites: (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|
|
7
6
|
addTags: (payload: Omit<BulkUpdateTagsRequest, "instance_id" | "operation">) => Promise<BulkUpdateTags>;
|
|
8
7
|
removeTags: (payload: Omit<BulkUpdateTagsRequest, "instance_id" | "operation">) => Promise<BulkUpdateTags>;
|
|
9
8
|
mergeMetadata: (payload: Omit<BulkUpdateMetadataRequest, "instance_id" | "operation">) => Promise<BulkUpdateMetadata>;
|
|
@@ -6,12 +6,8 @@ export default function usePresentationHistory(): {
|
|
|
6
6
|
eventName: (typeof CDP_EVENT_TYPE)[keyof typeof CDP_EVENT_TYPE];
|
|
7
7
|
payload: any;
|
|
8
8
|
call: Ref<Call>;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
templateName?: string;
|
|
12
|
-
tags?: string[];
|
|
13
|
-
metadata?: Record<string, any>;
|
|
14
|
-
};
|
|
9
|
+
canvasName?: string;
|
|
10
|
+
canvasTemplateName?: string;
|
|
15
11
|
}) => void;
|
|
16
12
|
markPresentationHistoryItems: (call: Ref<Call>, items: Array<{
|
|
17
13
|
id: string;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ComputedRef, Ref } from 'vue';
|
|
2
|
+
import { ComponentNode } from '../apps/canvas-builder/types/canvas';
|
|
3
|
+
import { CanvasRetrieve } from '../../types/openapi';
|
|
4
|
+
export declare const HOME_CUSTOMIZATION_TYPE = "home_customization";
|
|
5
|
+
export interface HomeCustomizationPrefs {
|
|
6
|
+
order: string[];
|
|
7
|
+
hidden_ids: string[];
|
|
8
|
+
}
|
|
9
|
+
export declare function isPrefsStale(savedIds: string[], currentIds: string[]): boolean;
|
|
10
|
+
export declare function orderTopLevel(nodes: ComponentNode[], prefs: HomeCustomizationPrefs): ComponentNode[];
|
|
11
|
+
export declare function applyToTopLevel(nodes: ComponentNode[], prefs: HomeCustomizationPrefs): ComponentNode[];
|
|
12
|
+
interface UseHomeCustomizationOptions {
|
|
13
|
+
canvasId: ComputedRef<CanvasRetrieve['id'] | null | undefined>;
|
|
14
|
+
topLevelIds: ComputedRef<string[]>;
|
|
15
|
+
}
|
|
16
|
+
export default function useHomeCustomization(options: UseHomeCustomizationOptions): {
|
|
17
|
+
prefs: Ref<{
|
|
18
|
+
order: string[];
|
|
19
|
+
hidden_ids: string[];
|
|
20
|
+
}, HomeCustomizationPrefs | {
|
|
21
|
+
order: string[];
|
|
22
|
+
hidden_ids: string[];
|
|
23
|
+
}>;
|
|
24
|
+
isLoaded: Ref<boolean, boolean>;
|
|
25
|
+
isAvailable: ComputedRef<boolean>;
|
|
26
|
+
load: () => Promise<void>;
|
|
27
|
+
reset: () => Promise<void>;
|
|
28
|
+
setOrder: (order: string[]) => Promise<void>;
|
|
29
|
+
toggleHidden: (id: string) => Promise<void>;
|
|
30
|
+
acknowledgeNewWidgets: () => Promise<void>;
|
|
31
|
+
};
|
|
32
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataTemplateField, MetadataTemplateOption } from '../../types/openapi';
|
|
2
|
-
export declare function getComponentNameByFilterType(type: string): "
|
|
2
|
+
export declare function getComponentNameByFilterType(type: string): "CDateRangeFilter" | "CSelectFilter" | "CSearchFilter";
|
|
3
3
|
export default function useMetadataFilters(t: (input: string) => string): {
|
|
4
4
|
getBooleanOptions: (availableValues?: Array<string | boolean | number>) => {
|
|
5
5
|
label: string;
|
|
@@ -242,5 +242,5 @@ export default function useMetadataTemplates(options?: UseMetadataTemplatesOptio
|
|
|
242
242
|
email?: string | undefined;
|
|
243
243
|
};
|
|
244
244
|
} | null>;
|
|
245
|
-
processedMetadata:
|
|
245
|
+
processedMetadata: Ref<Record<string, any>, Record<string, any>> | ComputedRef<Record<string, any>>;
|
|
246
246
|
};
|
|
@@ -9,7 +9,7 @@ export type InactiveEventPayload = {
|
|
|
9
9
|
file_id?: string;
|
|
10
10
|
[key: string]: any;
|
|
11
11
|
};
|
|
12
|
-
export default function (track: (eventName: string, payload: any) => void, pitcherApi?: ReturnType<typeof usePitcherApi
|
|
12
|
+
export default function (track: (eventName: string, payload: any) => void, pitcherApi?: ReturnType<typeof usePitcherApi>, flushTrack?: (eventName: string, payload: any) => void): {
|
|
13
13
|
registerInactiveEvent: ({ id, payload, enterEvent, exitEvent, type, }: {
|
|
14
14
|
id: string;
|
|
15
15
|
payload: InactiveEventPayload | ((type?: EventLifecycle) => InactiveEventPayload);
|
package/lib/main.lib.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export { default as CDropdown } from './components/CDropdown/CDropdown.vue';
|
|
|
19
19
|
export { default as CErrorFullScreen } from './components/CError/CErrorFullScreen.vue';
|
|
20
20
|
export { default as CFileThumbnail } from './components/CFileThumbnail/CFileThumbnail.vue';
|
|
21
21
|
export { default as CFileAttributes } from './components/CFileAttributes/CFileAttributes.vue';
|
|
22
|
+
export { default as CFolderTreeMultiPicker, type SelectedFolder, type PickerFolderNode } from './components/CFolderTreeMultiPicker/CFolderTreeMultiPicker.vue';
|
|
22
23
|
export { default as CIcon, type Props as CIconProps } from './components/CIcon/CIcon.vue';
|
|
23
24
|
export { default as CImage } from './components/CImage/CImage.vue';
|
|
24
25
|
export { default as CInput } from './components/CInput/CInput.vue';
|
|
@@ -28,6 +29,12 @@ export { default as CProcessingOverlay } from './components/CProcessingOverlay/C
|
|
|
28
29
|
export { default as CSearch } from './components/CSearch/CSearch.vue';
|
|
29
30
|
export { default as CSearchOnClick } from './components/CSearch/CSearchOnClick.vue';
|
|
30
31
|
export { default as CSearchOnClickWithSuggestions } from './components/CSearch/CSearchOnClickWithSuggestions.vue';
|
|
32
|
+
export { default as CSideBar } from './components/CSideBar/CSideBar.vue';
|
|
33
|
+
export { default as CSideBarDivider } from './components/CSideBar/CSideBarDivider.vue';
|
|
34
|
+
export { default as CSideBarItem } from './components/CSideBar/CSideBarItem.vue';
|
|
35
|
+
export { default as CSideBarLabel } from './components/CSideBar/CSideBarLabel.vue';
|
|
36
|
+
export { default as CSideBarToggle } from './components/CSideBar/CSideBarToggle.vue';
|
|
37
|
+
export type { NavItem } from './components/CSideBar/types';
|
|
31
38
|
export { default as CSelect } from './components/CSelect/CSelect.vue';
|
|
32
39
|
export { default as CTag } from './components/CTag/CTag.vue';
|
|
33
40
|
export { default as CThemeEditor } from './components/CThemeEditor/CThemeEditor.vue';
|
|
@@ -123,6 +130,7 @@ export { type CanvasBuilderProps, CanvasBuilderMode } from './apps/canvas-builde
|
|
|
123
130
|
export { type FontAwesomeType } from './apps/canvas-builder/types/font-awesome.types';
|
|
124
131
|
export { default as Browser } from './apps/browser/App.vue';
|
|
125
132
|
export { type BrowserSectionType } from './apps/browser/stores/app';
|
|
133
|
+
export type { BrowserAppProps, BrowserCustomFilterComponent } from './apps/browser/appTypes';
|
|
126
134
|
export { default as ContentSelector } from './apps/content-selector/App.vue';
|
|
127
135
|
export type { SelectedPage as ContentSelectorSelectedPage, SelectedFile as ContentSelectorSelectedFile, SelectedAsset as ContentSelectorSelectedAsset, SelectedExternalLink as ContentSelectorSelectedExternalLink, ContentSelectorSelectedItem, } from './apps/content-selector/stores/app';
|
|
128
136
|
export { default as CanvasSelector } from './apps/canvas-selector/App.vue';
|
|
@@ -146,8 +154,12 @@ export { default as useCollectionPlayerOverlay, type CollectionPlayerOverlay, }
|
|
|
146
154
|
export { default as useInfiniteScroll } from './composables/useInfiniteScroll';
|
|
147
155
|
export { default as useWindowEvents } from './composables/useWindowEvents';
|
|
148
156
|
export { default as useConfirmation } from './composables/useConfirmation';
|
|
157
|
+
export { default as useHomeCustomization } from './composables/useHomeCustomization';
|
|
158
|
+
export { HomeCustomizeCog } from './components/HomeCustomizeCog';
|
|
159
|
+
export { HomeCustomizePanel } from './components/HomeCustomizePanel';
|
|
160
|
+
export { HomeCustomizeRow } from './components/HomeCustomizeRow';
|
|
161
|
+
export { HomeCustomizeEmptyState } from './components/HomeCustomizeEmptyState';
|
|
149
162
|
export { default as useLocation } from './composables/useLocation';
|
|
150
|
-
export { default as useRecentFiles } from './composables/recentFiles.use';
|
|
151
163
|
export { default as usePresentationHistory } from './composables/presentationHistory.use';
|
|
152
164
|
export { default as useToast } from './composables/useToast';
|
|
153
165
|
export { default as useSuggestedTags } from './composables/suggestedTags.use';
|
|
@@ -216,7 +228,6 @@ export * from './types/users';
|
|
|
216
228
|
export * from './types/canvases';
|
|
217
229
|
export * from './types/canvasActions';
|
|
218
230
|
export * from './types/canvasTheme';
|
|
219
|
-
export * from './types/favorites';
|
|
220
231
|
export * from './types/files';
|
|
221
232
|
export * from './types/folder';
|
|
222
233
|
export * from './types/file.types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LowLevelApi } from './LowLevelApi';
|
|
2
2
|
import { PitcherEvent, ApiOptions } from '../interfaces';
|
|
3
|
-
import * as modules from '
|
|
3
|
+
import * as modules from './modules';
|
|
4
4
|
/**
|
|
5
5
|
* Creates a high-level API instance and caches it. Reterns a new instance only if new options are provided.
|
|
6
6
|
*/
|
|
@@ -162,7 +162,7 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
162
162
|
}): Promise<import('../../main.lib').CanvasRecommendedFiles>;
|
|
163
163
|
getCanvasTheme(payload: {
|
|
164
164
|
canvas_id: import('../../main.lib').CanvasRetrieve["id"];
|
|
165
|
-
}): Promise<import('../../main.lib').CanvasThemeRetrieve>;
|
|
165
|
+
}): Promise<import('../../main.lib').CanvasThemeRetrieve | null>;
|
|
166
166
|
unassignCanvasTheme(payload: {
|
|
167
167
|
canvas_id: import('../../main.lib').CanvasRetrieve["id"];
|
|
168
168
|
}): Promise<void>;
|
|
@@ -170,7 +170,6 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
170
170
|
filters?: Record<string, any>;
|
|
171
171
|
fields?: string;
|
|
172
172
|
}): Promise<import('../../main.lib').PaginatedFileList>;
|
|
173
|
-
getRecentFiles(payload?: import('../payload.types').GetRecentFilesPayload): Promise<import('../../main.lib').File[]>;
|
|
174
173
|
downloadFile(payload: {
|
|
175
174
|
file_id: import('../../main.lib').File["id"];
|
|
176
175
|
}): Promise<null>;
|
|
@@ -264,11 +263,6 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
264
263
|
parent_id?: string | null;
|
|
265
264
|
}): Promise<import('../../main.lib').CoreFolderContentsRetrieve>;
|
|
266
265
|
patchCoreFolder(id: string, payload: Partial<import('../../main.lib').CoreFolderRetrieve>): Promise<import('../../main.lib').CoreFolderContentsRetrieve>;
|
|
267
|
-
getFavorites(payload?: import('../../main.lib').GetFavoritesParams): Promise<import('../../main.lib').PaginatedFavoriteList>;
|
|
268
|
-
createFavorite(payload: import('../../main.lib').FavoriteCreateRequest): Promise<import('../../main.lib').Favorite>;
|
|
269
|
-
deleteFavorite(payload: {
|
|
270
|
-
favorite_id: import('../../main.lib').Favorite["id"];
|
|
271
|
-
}): Promise<void>;
|
|
272
266
|
notify(payload: import('../payload.types').NotificationPayload): Promise<void>;
|
|
273
267
|
track(payload: {
|
|
274
268
|
event_name: string;
|
|
@@ -83,7 +83,7 @@ export declare function getCanvasRecommendedFiles(payload: {
|
|
|
83
83
|
}): Promise<CanvasRecommendedFiles>;
|
|
84
84
|
export declare function getCanvasTheme(payload: {
|
|
85
85
|
canvas_id: CanvasRetrieve['id'];
|
|
86
|
-
}): Promise<CanvasThemeRetrieve>;
|
|
86
|
+
}): Promise<CanvasThemeRetrieve | null>;
|
|
87
87
|
export declare function unassignCanvasTheme(payload: {
|
|
88
88
|
canvas_id: CanvasRetrieve['id'];
|
|
89
89
|
}): Promise<void>;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { File, FileRetrieve, PaginatedFileList, FileUpdateRequest, FileRevision } from '../../../../types/openapi';
|
|
2
|
-
import {
|
|
2
|
+
import { ListFilesPayload } from '../../payload.types';
|
|
3
3
|
import { AllFileCreateRequest, DeviceFile } from '../../../types/files';
|
|
4
4
|
export declare function getFiles(payload: ListFilesPayload & {
|
|
5
5
|
filters?: Record<string, any>;
|
|
6
6
|
fields?: string;
|
|
7
7
|
}): Promise<PaginatedFileList>;
|
|
8
|
-
export declare function getRecentFiles(payload?: GetRecentFilesPayload): Promise<File[]>;
|
|
9
8
|
export declare function downloadFile(payload: {
|
|
10
9
|
file_id: File['id'];
|
|
11
10
|
}): Promise<null>;
|
package/lib/sdk/interfaces.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Emitter } from './utils/eventEmitter';
|
|
2
|
-
import {
|
|
2
|
+
import { File, User, CanvasRetrieve, CanvasSection } from '../../types/openapi';
|
|
3
3
|
import { PitcherOrg } from '../types/organization.types';
|
|
4
4
|
import { PitcherInstance } from '../types/instance.types';
|
|
5
|
-
import { PaginatedData } from '../types/paginatedData';
|
|
6
5
|
import { LaunchDarklyEnv } from '../types/launchDarkly.types';
|
|
7
6
|
import { CDP_EVENT_TYPE, CLIENT_TYPE } from '../constants/cdp.const';
|
|
8
7
|
import { PeerConnectivityEvent } from './peer-connectivity';
|
|
@@ -108,6 +107,12 @@ export interface StartCallPitcherEvent {
|
|
|
108
107
|
name: string;
|
|
109
108
|
};
|
|
110
109
|
contact_ids?: string[];
|
|
110
|
+
/**
|
|
111
|
+
* CRM meeting/event id. When provided, the host fetches the meeting through
|
|
112
|
+
* its own CRM provider so the meeting bar shows the proper subject/time
|
|
113
|
+
* instead of "Unscheduled".
|
|
114
|
+
*/
|
|
115
|
+
meeting_id?: string;
|
|
111
116
|
canvas_id?: string;
|
|
112
117
|
edit_mode?: 'true' | 'false';
|
|
113
118
|
post_action?: string;
|
|
@@ -119,6 +124,7 @@ export interface RouteChangedPitcherEvent {
|
|
|
119
124
|
}
|
|
120
125
|
export declare enum PitcherEventName {
|
|
121
126
|
ENV_CHANGED = "env_changed",
|
|
127
|
+
ACCESS_TOKEN_RENEWED = "access_token_renewed",
|
|
122
128
|
PHOTOS_CAPTURED = "photos_captured",
|
|
123
129
|
GLOBAL_PHOTO_CAPTURED = "global_photo_captured",
|
|
124
130
|
FILE_DOWNLOADED = "file_downloaded",
|
|
@@ -155,7 +161,6 @@ export declare enum PitcherEventName {
|
|
|
155
161
|
export declare enum PitcherBroadcastedEventName {
|
|
156
162
|
UI_SHOW_MODAL = "ui:show-modal",
|
|
157
163
|
UI_HIDE_MODAL = "ui:hide-modal",
|
|
158
|
-
FAVORITES_CHANGED = "favorites:changed",
|
|
159
164
|
FILE_DOWNLOAD = "file:download",
|
|
160
165
|
CANVAS_NEXT_BUTTON_CLICKED = "canvas_next_button_clicked",// NOTE: This event is separate from `CANVAS_PAGE_NEXT_REQUESTED`
|
|
161
166
|
CANVAS_PREVIOUS_BUTTON_CLICKED = "canvas_previous_button_clicked",// NOTE: This event is separate from `CANVAS_PAGE_PREVIOUS_REQUESTED`
|
|
@@ -340,6 +345,16 @@ export interface UpdateLocationOnGetRoutesResponse extends UpdateLocation {
|
|
|
340
345
|
export type UpdateLocationPitcherEvent = UpdateLocationOnUnregister | UpdateLocationOnRestore | UpdateLocationOnUpdate | UpdateLocationOnRegister | UpdateLocationOnRestoreCompleted | UpdateLocationOnMounted | UpdateLocationOnGetRoutesRequest | UpdateLocationOnGetRoutesResponse;
|
|
341
346
|
export interface PitcherEventMap {
|
|
342
347
|
[PitcherEventName.ENV_CHANGED]: PitcherEnv;
|
|
348
|
+
/**
|
|
349
|
+
* The shell renewed the Pitcher access token. Apps that cached `env.pitcher.access_token`
|
|
350
|
+
* (instead of reading it lazily via `getEnv()`) should replace their copy with this one.
|
|
351
|
+
*
|
|
352
|
+
* @see web-only for now — Impact iOS does not emit this event yet; keep a pull fallback
|
|
353
|
+
* (`getEnv()` / `refreshAccessToken()`) for cross-platform apps.
|
|
354
|
+
*/
|
|
355
|
+
[PitcherEventName.ACCESS_TOKEN_RENEWED]: {
|
|
356
|
+
access_token: string;
|
|
357
|
+
};
|
|
343
358
|
/**
|
|
344
359
|
* @see iOS-only
|
|
345
360
|
*/
|
|
@@ -463,9 +478,6 @@ export interface PitcherEventMap {
|
|
|
463
478
|
[PitcherEventName.PEER_CONNECTIVITY_EVENT]: PeerConnectivityEvent;
|
|
464
479
|
[PitcherBroadcastedEventName.UI_SHOW_MODAL]: void;
|
|
465
480
|
[PitcherBroadcastedEventName.UI_HIDE_MODAL]: void;
|
|
466
|
-
[PitcherBroadcastedEventName.FAVORITES_CHANGED]: {
|
|
467
|
-
body: PaginatedData<Favorite>;
|
|
468
|
-
};
|
|
469
481
|
[PitcherBroadcastedEventName.FILE_DOWNLOAD]: {
|
|
470
482
|
body: File['id'];
|
|
471
483
|
};
|