@pitcher/js-api 1.25.0 → 1.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js-api.esm.js +122 -12
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +10 -10
- package/js-api.umd.min.js.map +1 -1
- package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +4 -4
- package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +2 -0
- package/lib/apps/assets-manager/App.vue.d.ts +75 -0
- package/lib/apps/assets-manager/AssetsTab.vue.d.ts +22 -0
- package/lib/apps/assets-manager/components/AssetGridItem.vue.d.ts +16 -0
- package/lib/apps/browser/App.vue.d.ts +7 -5
- package/lib/apps/browser/appTypes.d.ts +4 -0
- package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +3 -0
- package/lib/apps/browser/components/Content/ActionsToolbar/BulkShareboxWarningModal.vue.d.ts +15 -0
- package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Common/SmartFolderListItem.vue.d.ts +4 -0
- package/lib/apps/browser/components/FileSmartFoldersToolbar.vue.d.ts +2 -2
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +9 -5
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +5 -1
- package/lib/apps/browser/stores/api.d.ts +32 -12
- package/lib/apps/browser/stores/app.d.ts +3 -0
- package/lib/apps/browser/stores/upload.d.ts +16 -20
- package/lib/apps/browser/types/actionKeys.d.ts +22 -0
- package/lib/apps/canvas-builder/App.helpers.d.ts +2 -1
- package/lib/apps/canvas-builder/App.vue.d.ts +323 -262
- package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +4 -4
- package/lib/apps/canvas-builder/components/container/AnnotationMenu/AnnotationMenu.vue.d.ts +60 -0
- package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +12 -0
- package/lib/apps/canvas-builder/components/container/CanvasContent/AnnotationContent.vue.d.ts +8 -0
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +4 -1
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -0
- package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +13 -0
- package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +39 -0
- package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +1 -0
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +1 -3
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +25 -0
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +19 -0
- package/lib/apps/canvas-builder/components/container/EditableComponent/{EditableComponentRevamp.vue.d.ts → EditableComponentContent.vue.d.ts} +27 -0
- package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +4 -0
- package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +4 -0
- package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +5 -1
- package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +5 -5
- package/lib/apps/canvas-builder/components/container/PopupApps/AdaptivePopupAppsButtons.vue.d.ts +17 -0
- package/lib/apps/canvas-builder/components/container/PopupApps/PopupAppsButtons.vue.d.ts +18 -0
- package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +2 -0
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.edit.vue.d.ts +2 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.header.vue.d.ts +19 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.vue.d.ts +13 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.settings.vue.d.ts +10 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.utils.d.ts +32 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +27 -0
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.utils.d.ts +16 -0
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +9 -5
- package/lib/apps/canvas-builder/components/ui/Html/CAiHtmlActions.vue.d.ts +23 -0
- package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +5 -2
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +9 -5
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +2 -1
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +2 -1
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +2 -1
- package/lib/apps/canvas-builder/components/ui/Scribble/scribble.helpers.d.ts +9 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +39 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -1
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -1
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCompact.vue.d.ts +18 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListItem.vue.d.ts +27 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSearch.vue.d.ts +11 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +7 -7
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +154 -0
- package/lib/apps/canvas-builder/composables/useAnnotation.d.ts +29 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +2509 -150
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +168 -20
- package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +16 -0
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +162 -8
- package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +26 -8
- package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +4 -2
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +22 -4
- package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -1
- package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +3 -0
- package/lib/apps/canvas-builder/composables/useControlBarCollapse.d.ts +8 -0
- package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -2
- package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +5 -0
- package/lib/apps/canvas-builder/composables/useEmbeddable.d.ts +7 -0
- package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +7 -1
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +913 -0
- package/lib/apps/canvas-builder/composables/usePrintMode.d.ts +2 -0
- package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +4 -4
- package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +98 -0
- package/lib/apps/canvas-builder/composables/useScribbleToolbar.d.ts +11 -0
- package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/useTemporaryContext.d.ts +14 -0
- package/lib/apps/canvas-builder/constants/canvas.const.d.ts +2 -1
- package/lib/apps/canvas-builder/constants/theme.const.d.ts +34 -0
- package/lib/apps/canvas-builder/types/canvas.d.ts +66 -4
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +7 -5
- package/lib/apps/canvas-builder/util/iframe.util.d.ts +16 -0
- package/lib/apps/canvas-builder/util/print.util.d.ts +22 -0
- package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +171 -1
- package/lib/apps/canvas-selector/components/Sections.vue.d.ts +160 -1
- package/lib/apps/canvas-selector/stores/app.d.ts +14 -14
- package/lib/apps/collection-player/App.vue.d.ts +1 -0
- package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +5 -1
- package/lib/apps/collection-player/stores/app.store.d.ts +3 -0
- package/lib/apps/collection-player/types/collection-player.type.d.ts +18 -0
- package/lib/apps/collection-selector/App.vue.d.ts +7 -7
- package/lib/apps/collection-selector/stores/app.store.d.ts +4 -2
- package/lib/apps/collection-selector/utils/content-selector-adapter.util.d.ts +20 -2
- package/lib/apps/collection-selector/utils/data.util.d.ts +4 -4
- package/lib/apps/content-selector/App.vue.d.ts +2 -0
- package/lib/apps/content-selector/appTypes.d.ts +2 -0
- package/lib/apps/content-selector/components/Assets.vue.d.ts +75 -1
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +3 -0
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +1 -0
- package/lib/apps/content-selector/components/Content.vue.d.ts +74 -1
- package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +14 -2
- package/lib/apps/content-selector/stores/app.d.ts +34 -5
- package/lib/apps/content-selector/util/file.d.ts +6 -3
- package/lib/apps/ppt-conversion-selector/composables/canvas.use.d.ts +3 -2
- package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +7 -3
- package/lib/apps/ppt-conversion-selector/utils/thumbnail.util.d.ts +1 -0
- package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +6 -2
- package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +18 -0
- package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +5 -0
- package/lib/components/CCarousel/CCarousel.vue.d.ts +20 -0
- package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +9 -6
- package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +5 -3
- package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +4 -0
- package/lib/components/CContactSelector/CContactSelector.vue.d.ts +7 -0
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +53 -0
- package/lib/components/CContentError/CContentError.vue.d.ts +9 -0
- package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +3 -0
- package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +18 -16
- package/lib/components/CDataTable/CDataTable.vue.d.ts +12 -12
- package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +8 -0
- package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +6 -0
- package/lib/components/CFileViewer/CFileViewer.vue.d.ts +7 -9
- package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +2 -5
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +3 -2
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +2 -6
- package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +1 -0
- package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +9 -5
- package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +1 -0
- package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +3 -0
- package/lib/components/CImage/CImage.vue.d.ts +11 -0
- package/lib/components/CInput/CInput.vue.d.ts +4 -4
- package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +1 -1
- package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +29 -0
- package/lib/components/CPdfDimensionsSelector/CPdfDimensionsSelector.vue.d.ts +27 -0
- package/lib/components/CPillSelect/CPillSelect.vue.d.ts +14 -0
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +1 -1
- package/lib/components/CProcessingOverlay/CProcessingOverlay.vue.d.ts +19 -0
- package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +4 -0
- package/lib/components/CRenameModal/CRenameModal.vue.d.ts +28 -0
- package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +20 -5
- package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +28 -8
- package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +14 -4
- package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -4
- package/lib/components/CSearch/CSearch.vue.d.ts +2 -0
- package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +1 -0
- package/lib/components/CSectionSelectionActions/CSectionSelectionActions.vue.d.ts +19 -0
- package/lib/components/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +135 -0
- package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +44 -0
- package/lib/components/CSlideViewer/CSlideViewer.pdfjs.vue.d.ts +18 -0
- package/lib/components/CSlideViewer/CSlideViewer.pspdfkit.vue.d.ts +14 -0
- package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +12 -0
- package/lib/components/CTable/CTable.vue.d.ts +6 -5
- package/lib/components/CTableInput/CTableInput.vue.d.ts +10 -8
- package/lib/components/CTableTag/CTableTag.vue.d.ts +5 -4
- package/lib/components/CTags/CTags.vue.d.ts +4 -4
- package/lib/components/CThumbnail/CThumbnail.vue.d.ts +1 -0
- package/lib/components/CUserMenu/CUserMenu.vue.d.ts +4 -1
- package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +440 -0
- package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +41 -0
- package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +46 -60
- package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +13 -19
- package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +41 -33
- package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +9 -6
- package/lib/components/filters/CSearchFilter.vue.d.ts +9 -1
- package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +17 -7
- package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +3 -2
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +4 -4
- package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +2 -0
- package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +12 -8
- package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +1 -0
- package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +8 -3
- package/lib/components/sections/CSectionManagement.vue.d.ts +27 -1
- package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +7 -0
- package/lib/components/themes/CThemeManagement.vue.d.ts +98 -10
- package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +31 -3
- package/lib/composables/appsDb.use.d.ts +2 -2
- package/lib/composables/bulkActions.use.d.ts +2 -2
- package/lib/composables/useBindValidation.d.ts +1 -1
- package/lib/composables/useBroadcastRouteChange.d.ts +4 -0
- package/lib/composables/useCanvasStandardFilters.d.ts +35 -0
- package/lib/composables/useCollectionPlayerOverlay.d.ts +18 -0
- package/lib/composables/useDeleteUsedCanvasesConfirmation.d.ts +23 -0
- package/lib/composables/useElementSizeAfterDom.d.ts +5 -0
- package/lib/composables/useFileDisplayHelpers.d.ts +6 -2
- package/lib/composables/useFileInfo.d.ts +30 -0
- package/lib/composables/useFilterSuggestions.d.ts +48 -0
- package/lib/composables/useFolderNameDescription.d.ts +25 -0
- package/lib/composables/useImageAccessibility.d.ts +13 -0
- package/lib/composables/useLegacyCollectionFileLoader.d.ts +31 -0
- package/lib/composables/useMetadataSearch.d.ts +22 -1
- package/lib/composables/usePolling.d.ts +23 -0
- package/lib/composables/useWindowEvents.d.ts +1 -0
- package/lib/constants/cdp.const.d.ts +2 -0
- package/lib/constants/dimensions.const.d.ts +23 -0
- package/lib/constants/tables.const.d.ts +1 -1
- package/lib/custom-naive-locales/it.d.ts +124 -0
- package/lib/custom-naive-locales/ja.d.ts +124 -0
- package/lib/custom-naive-locales/nl.d.ts +124 -0
- package/lib/custom-naive-locales/pt-br.d.ts +124 -0
- package/lib/custom-naive-locales/pt.d.ts +124 -0
- package/lib/custom-naive-locales/th.d.ts +124 -0
- package/lib/custom-naive-locales/zh.d.ts +124 -0
- package/lib/directives/vTrustedHtml.d.ts +6 -0
- package/lib/main.lib.d.ts +22 -3
- package/lib/sdk/api/HighLevelApi.d.ts +25 -2
- package/lib/sdk/api/modules/admin/canvas.admin.d.ts +24 -1
- package/lib/sdk/api/modules/admin/index.d.ts +1 -0
- package/lib/sdk/api/modules/admin/types.admin.d.ts +21 -0
- package/lib/sdk/api/modules/dsr/files.dsr.d.ts +12 -0
- package/lib/sdk/api/modules/dsr/index.d.ts +3 -0
- package/lib/sdk/api/modules/dsr/types.dsr.d.ts +6 -1
- package/lib/sdk/api/modules/files.d.ts +12 -2
- package/lib/sdk/api/modules/share.d.ts +8 -1
- package/lib/sdk/api/modules/ui/canvas.ui.d.ts +59 -1
- package/lib/sdk/api/modules/ui/index.d.ts +3 -0
- package/lib/sdk/api/modules/ui/types.ui.d.ts +46 -0
- package/lib/sdk/api/modules/webView.d.ts +2 -1
- package/lib/sdk/interfaces.d.ts +102 -3
- package/lib/sdk/main.d.ts +50 -14
- package/lib/sdk/payload.types.d.ts +30 -0
- package/lib/stores/sectionSmartFolderStore.d.ts +112 -0
- package/lib/types/app.d.ts +20 -3
- package/lib/types/call.d.ts +1 -0
- package/lib/types/canvases.d.ts +1 -0
- package/lib/types/core/MetadataFilter.d.ts +2 -0
- package/lib/types/files.d.ts +2 -0
- package/lib/types/i18n.types.d.ts +1 -1
- package/lib/types/instanceSettings.types.d.ts +26 -4
- package/lib/types/launchDarkly.types.d.ts +2 -4
- package/lib/types/organizationMetadata.types.d.ts +3 -2
- package/lib/types/organizationSettings.types.d.ts +47 -2
- package/lib/types/sfdc.d.ts +1 -0
- package/lib/util/date.d.ts +1 -0
- package/lib/util/network.d.ts +8 -0
- package/lib/util/soql.util.d.ts +2 -0
- package/lib/util/storage.util.d.ts +2 -0
- package/lib/util/string.d.ts +1 -1
- package/lib/util/toCssClassKey.d.ts +1 -0
- package/lib/utils/defaultThumbnail.util.d.ts +3 -0
- package/lib/utils/iframeInitialize.d.ts +12 -0
- package/package.json +1 -1
- package/types/openapi/models/Canvas.d.ts +1 -1
- package/types/openapi/models/CanvasCreate.d.ts +2 -2
- package/types/openapi/models/CanvasCreateRequest.d.ts +2 -2
- package/types/openapi/models/CanvasRecommendedFile.d.ts +0 -2
- package/types/openapi/models/CanvasRetrieve.d.ts +2 -2
- package/types/openapi/models/CanvasSection.d.ts +1 -0
- package/types/openapi/models/CanvasUpdate.d.ts +2 -2
- package/types/openapi/models/CanvasUpdateRequest.d.ts +2 -2
- package/types/openapi/models/ContentDistributionGroup.d.ts +1 -0
- package/types/openapi/models/ContentDistributionGroupCreate.d.ts +1 -0
- package/types/openapi/models/DeletedCanvas.d.ts +1 -1
- package/types/openapi/models/DeletedContentDistributionGroup.d.ts +1 -0
- package/types/openapi/models/DeletedFile.d.ts +0 -2
- package/types/openapi/models/DeletedFolder.d.ts +3 -0
- package/types/openapi/models/FavoriteFolder.d.ts +3 -0
- package/types/openapi/models/FavoriteFolderRequest.d.ts +3 -0
- package/types/openapi/models/File.d.ts +0 -2
- package/types/openapi/models/FileCreate.d.ts +0 -2
- package/types/openapi/models/FileCreateRequest.d.ts +0 -1
- package/types/openapi/models/FileRetrieve.d.ts +0 -2
- package/types/openapi/models/FileUpdate.d.ts +0 -2
- package/types/openapi/models/FileUpdateRequest.d.ts +0 -1
- package/types/openapi/models/Folder.d.ts +3 -0
- package/types/openapi/models/FolderCreate.d.ts +2 -1
- package/types/openapi/models/FolderFolder.d.ts +5 -0
- package/types/openapi/models/FolderRetrieve.d.ts +5 -1
- package/types/openapi/models/FolderUpdate.d.ts +2 -1
- package/types/openapi/models/InstanceMembership.d.ts +4 -0
- package/types/openapi/models/InstanceMembershipCreate.d.ts +4 -0
- package/types/openapi/models/InstanceMembershipCreateRequest.d.ts +4 -0
- package/types/openapi/models/InstanceMembershipRequest.d.ts +4 -0
- package/types/openapi/models/InstanceMembershipUser.d.ts +0 -2
- package/types/openapi/models/InstanceRequest.d.ts +1 -1
- package/types/openapi/models/InstanceUpdateRequest.d.ts +1 -1
- package/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +2 -2
- package/types/openapi/models/PatchedFileUpdateRequest.d.ts +0 -1
- package/types/openapi/models/PatchedInstanceMembershipRequest.d.ts +4 -0
- package/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +1 -1
- package/types/openapi/models/SharedLinkCanvas.d.ts +1 -1
- package/types/openapi/models/SharedLinkCanvasRequest.d.ts +1 -1
- package/types/openapi/models/User.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +0 -111
- package/lib/components/CFileViewer/pdf/CFileViewer.pageThumbFavorite.pdf.use.d.ts +0 -10
- package/lib/components/CImage/CBrokenImage.vue.d.ts +0 -10
- package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +0 -59
- package/lib/directives/usage-track.directive.d.ts +0 -10
- package/lib/util/usage-tracking.util.d.ts +0 -5
|
@@ -3,7 +3,7 @@ import { ColumnDef, PaginationState, SortingState } from '@tanstack/table-core';
|
|
|
3
3
|
import { PaginatedData } from '../../types/paginatedData';
|
|
4
4
|
import { GetCanvasesParams } from '../../types/canvases';
|
|
5
5
|
import { SharingHandler } from './CSavedCanvasesManagementShareCanvas.use';
|
|
6
|
-
import { CanvasRetrieve, CanvasCreateRequest, PatchedCanvasUpdateRequest, User
|
|
6
|
+
import { CanvasRetrieve, CanvasCreateRequest, PatchedCanvasUpdateRequest, User } from '../../../types/openapi';
|
|
7
7
|
type __VLS_Props = {
|
|
8
8
|
updater: (params: PatchedCanvasUpdateRequest & {
|
|
9
9
|
id: CanvasRetrieve['id'];
|
|
@@ -34,6 +34,12 @@ type __VLS_Props = {
|
|
|
34
34
|
value: string;
|
|
35
35
|
}[];
|
|
36
36
|
accountsLoading: boolean;
|
|
37
|
+
track?: (eventName: string, payload: any) => void;
|
|
38
|
+
checkTemplatesAccess?: (params: {
|
|
39
|
+
templateIds: string[];
|
|
40
|
+
}) => Promise<{
|
|
41
|
+
accessibleTemplateIds: string[];
|
|
42
|
+
}>;
|
|
37
43
|
};
|
|
38
44
|
declare function __VLS_template(): {
|
|
39
45
|
attrs: Partial<{}>;
|
|
@@ -46,7 +52,7 @@ declare function __VLS_template(): {
|
|
|
46
52
|
metadataFilterValues: Record<string, any>;
|
|
47
53
|
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
48
54
|
customFilterComponents: {
|
|
49
|
-
type: MetadataTemplateFieldTypeEnum;
|
|
55
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
50
56
|
name: string;
|
|
51
57
|
label: string;
|
|
52
58
|
options?: [];
|
|
@@ -94,7 +100,7 @@ declare function __VLS_template(): {
|
|
|
94
100
|
metadataFilterValues: Record<string, any>;
|
|
95
101
|
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
96
102
|
customFilterComponents: {
|
|
97
|
-
type: MetadataTemplateFieldTypeEnum;
|
|
103
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
98
104
|
name: string;
|
|
99
105
|
label: string;
|
|
100
106
|
options?: [];
|
|
@@ -189,6 +195,7 @@ declare function __VLS_template(): {
|
|
|
189
195
|
disabledIds: Array<string | number>;
|
|
190
196
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
191
197
|
tableScroller: HTMLDivElement;
|
|
198
|
+
tableElement: HTMLTableElement;
|
|
192
199
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
193
200
|
P: {};
|
|
194
201
|
B: {};
|
|
@@ -327,6 +334,7 @@ declare function __VLS_template(): {
|
|
|
327
334
|
disabledIds: Array<string | number>;
|
|
328
335
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
329
336
|
tableScroller: HTMLDivElement;
|
|
337
|
+
tableElement: HTMLTableElement;
|
|
330
338
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
331
339
|
P: {};
|
|
332
340
|
B: {};
|
|
@@ -397,16 +405,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
397
405
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
398
406
|
edit: (canvas: CanvasRetrieve) => any;
|
|
399
407
|
open: (canvas: CanvasRetrieve, newTab?: boolean | undefined) => any;
|
|
400
|
-
create: () => any;
|
|
401
408
|
share: (canvas: CanvasRetrieve) => any;
|
|
409
|
+
create: () => any;
|
|
402
410
|
createFromTemplate: (templateId: string) => any;
|
|
403
411
|
openTemplate: (canvasId: string, templateId: string) => any;
|
|
404
412
|
"account-search": (value: string) => any;
|
|
405
413
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
406
414
|
onEdit?: ((canvas: CanvasRetrieve) => any) | undefined;
|
|
407
415
|
onOpen?: ((canvas: CanvasRetrieve, newTab?: boolean | undefined) => any) | undefined;
|
|
408
|
-
onCreate?: (() => any) | undefined;
|
|
409
416
|
onShare?: ((canvas: CanvasRetrieve) => any) | undefined;
|
|
417
|
+
onCreate?: (() => any) | undefined;
|
|
410
418
|
onCreateFromTemplate?: ((templateId: string) => any) | undefined;
|
|
411
419
|
onOpenTemplate?: ((canvasId: string, templateId: string) => any) | undefined;
|
|
412
420
|
"onAccount-search"?: ((value: string) => any) | undefined;
|
|
@@ -416,7 +424,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
416
424
|
metadataFilterValues: Record<string, any>;
|
|
417
425
|
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
418
426
|
customFilterComponents: {
|
|
419
|
-
type: MetadataTemplateFieldTypeEnum;
|
|
427
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
420
428
|
name: string;
|
|
421
429
|
label: string;
|
|
422
430
|
options?: [];
|
|
@@ -464,7 +472,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
464
472
|
metadataFilterValues: Record<string, any>;
|
|
465
473
|
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
466
474
|
customFilterComponents: {
|
|
467
|
-
type: MetadataTemplateFieldTypeEnum;
|
|
475
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
468
476
|
name: string;
|
|
469
477
|
label: string;
|
|
470
478
|
options?: [];
|
|
@@ -559,6 +567,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
559
567
|
disabledIds: Array<string | number>;
|
|
560
568
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
561
569
|
tableScroller: HTMLDivElement;
|
|
570
|
+
tableElement: HTMLTableElement;
|
|
562
571
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
563
572
|
P: {};
|
|
564
573
|
B: {};
|
|
@@ -697,6 +706,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
697
706
|
disabledIds: Array<string | number>;
|
|
698
707
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
699
708
|
tableScroller: HTMLDivElement;
|
|
709
|
+
tableElement: HTMLTableElement;
|
|
700
710
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
701
711
|
P: {};
|
|
702
712
|
B: {};
|
|
@@ -17,14 +17,15 @@ type __VLS_Props = {
|
|
|
17
17
|
pdfUrl?: string;
|
|
18
18
|
pptxUrl?: string;
|
|
19
19
|
isExpired?: boolean;
|
|
20
|
+
track?: (eventName: string, payload: any) => void;
|
|
20
21
|
};
|
|
21
22
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
23
|
copy: () => any;
|
|
23
24
|
view: () => any;
|
|
24
25
|
delete: () => any;
|
|
25
26
|
edit: () => any;
|
|
26
|
-
duplicate: () => any;
|
|
27
27
|
share: () => any;
|
|
28
|
+
duplicate: () => any;
|
|
28
29
|
viewNewTab: () => any;
|
|
29
30
|
lock: () => any;
|
|
30
31
|
unlock: () => any;
|
|
@@ -39,8 +40,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
39
40
|
onView?: (() => any) | undefined;
|
|
40
41
|
onDelete?: (() => any) | undefined;
|
|
41
42
|
onEdit?: (() => any) | undefined;
|
|
42
|
-
onDuplicate?: (() => any) | undefined;
|
|
43
43
|
onShare?: (() => any) | undefined;
|
|
44
|
+
onDuplicate?: (() => any) | undefined;
|
|
44
45
|
onViewNewTab?: (() => any) | undefined;
|
|
45
46
|
onLock?: (() => any) | undefined;
|
|
46
47
|
onUnlock?: (() => any) | undefined;
|
|
@@ -144,7 +144,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
144
144
|
readonly type: BooleanConstructor;
|
|
145
145
|
readonly default: true;
|
|
146
146
|
};
|
|
147
|
-
readonly status: import('vue').PropType<import('naive-ui
|
|
147
|
+
readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
|
|
148
148
|
readonly showCheckmark: {
|
|
149
149
|
readonly type: BooleanConstructor;
|
|
150
150
|
readonly default: true;
|
|
@@ -575,7 +575,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
575
575
|
}>;
|
|
576
576
|
}>>>;
|
|
577
577
|
}>> & Readonly<{}>, {
|
|
578
|
-
mergedStatus: import('vue').ComputedRef<import('naive-ui
|
|
578
|
+
mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
|
|
579
579
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
580
580
|
mergedBordered: import('vue').ComputedRef<boolean>;
|
|
581
581
|
namespace: import('vue').ComputedRef<string | undefined>;
|
|
@@ -1004,7 +1004,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1004
1004
|
readonly type: BooleanConstructor;
|
|
1005
1005
|
readonly default: true;
|
|
1006
1006
|
};
|
|
1007
|
-
readonly status: import('vue').PropType<import('naive-ui
|
|
1007
|
+
readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
|
|
1008
1008
|
readonly showCheckmark: {
|
|
1009
1009
|
readonly type: BooleanConstructor;
|
|
1010
1010
|
readonly default: true;
|
|
@@ -1435,7 +1435,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1435
1435
|
}>;
|
|
1436
1436
|
}>>>;
|
|
1437
1437
|
}>> & Readonly<{}>, {
|
|
1438
|
-
mergedStatus: import('vue').ComputedRef<import('naive-ui
|
|
1438
|
+
mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
|
|
1439
1439
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
1440
1440
|
mergedBordered: import('vue').ComputedRef<boolean>;
|
|
1441
1441
|
namespace: import('vue').ComputedRef<string | undefined>;
|
|
@@ -8,5 +8,7 @@ declare const _default: (sharingHandler: SharingHandler, options?: {
|
|
|
8
8
|
copied: boolean;
|
|
9
9
|
url: string;
|
|
10
10
|
}>;
|
|
11
|
+
share: (canvas: CanvasRetrieve | Canvas) => Promise<string>;
|
|
12
|
+
emitShareEvent: (canvas: CanvasRetrieve | Canvas) => void;
|
|
11
13
|
};
|
|
12
14
|
export default _default;
|
|
@@ -58,7 +58,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
58
58
|
readonly id: string;
|
|
59
59
|
name: string;
|
|
60
60
|
content?: Record<string, any> | undefined;
|
|
61
|
-
context?:
|
|
61
|
+
context?: any;
|
|
62
62
|
indicators?: (Record<string, any> | null) | undefined;
|
|
63
63
|
theme?: (Record<string, any> | null) | undefined;
|
|
64
64
|
is_draft?: boolean | undefined;
|
|
@@ -67,7 +67,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
67
67
|
is_block?: boolean | undefined;
|
|
68
68
|
is_editable?: boolean | undefined;
|
|
69
69
|
is_default?: boolean | undefined;
|
|
70
|
-
metadata?:
|
|
70
|
+
metadata?: any;
|
|
71
71
|
tags?: Array<string> | undefined;
|
|
72
72
|
start_at?: string | null | undefined;
|
|
73
73
|
expires_at?: string | null | undefined;
|
|
@@ -84,6 +84,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
84
84
|
content: Record<string, any>;
|
|
85
85
|
theme?: (Record<string, any> | null) | undefined;
|
|
86
86
|
metadata?: Record<string, any> | undefined;
|
|
87
|
+
is_draft: boolean;
|
|
87
88
|
}[];
|
|
88
89
|
readonly shared_link: {
|
|
89
90
|
readonly url: string;
|
|
@@ -140,7 +141,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
140
141
|
readonly id: string;
|
|
141
142
|
name: string;
|
|
142
143
|
content?: Record<string, any> | undefined;
|
|
143
|
-
context?:
|
|
144
|
+
context?: any;
|
|
144
145
|
indicators?: (Record<string, any> | null) | undefined;
|
|
145
146
|
theme?: (Record<string, any> | null) | undefined;
|
|
146
147
|
is_draft?: boolean | undefined;
|
|
@@ -149,7 +150,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
149
150
|
is_block?: boolean | undefined;
|
|
150
151
|
is_editable?: boolean | undefined;
|
|
151
152
|
is_default?: boolean | undefined;
|
|
152
|
-
metadata?:
|
|
153
|
+
metadata?: any;
|
|
153
154
|
tags?: Array<string> | undefined;
|
|
154
155
|
start_at?: string | null | undefined;
|
|
155
156
|
expires_at?: string | null | undefined;
|
|
@@ -166,6 +167,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
166
167
|
content: Record<string, any>;
|
|
167
168
|
theme?: (Record<string, any> | null) | undefined;
|
|
168
169
|
metadata?: Record<string, any> | undefined;
|
|
170
|
+
is_draft: boolean;
|
|
169
171
|
}[];
|
|
170
172
|
readonly shared_link: {
|
|
171
173
|
readonly url: string;
|
|
@@ -202,7 +204,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
202
204
|
readonly id: string;
|
|
203
205
|
name: string;
|
|
204
206
|
content?: Record<string, any> | undefined;
|
|
205
|
-
context?:
|
|
207
|
+
context?: any;
|
|
206
208
|
indicators?: (Record<string, any> | null) | undefined;
|
|
207
209
|
theme?: (Record<string, any> | null) | undefined;
|
|
208
210
|
is_draft?: boolean | undefined;
|
|
@@ -211,7 +213,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
211
213
|
is_block?: boolean | undefined;
|
|
212
214
|
is_editable?: boolean | undefined;
|
|
213
215
|
is_default?: boolean | undefined;
|
|
214
|
-
metadata?:
|
|
216
|
+
metadata?: any;
|
|
215
217
|
tags?: Array<string> | undefined;
|
|
216
218
|
start_at?: string | null | undefined;
|
|
217
219
|
expires_at?: string | null | undefined;
|
|
@@ -228,6 +230,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
228
230
|
content: Record<string, any>;
|
|
229
231
|
theme?: (Record<string, any> | null) | undefined;
|
|
230
232
|
metadata?: Record<string, any> | undefined;
|
|
233
|
+
is_draft: boolean;
|
|
231
234
|
}[];
|
|
232
235
|
readonly shared_link: {
|
|
233
236
|
readonly url: string;
|
|
@@ -265,7 +268,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
265
268
|
readonly id: string;
|
|
266
269
|
name: string;
|
|
267
270
|
content?: Record<string, any> | undefined;
|
|
268
|
-
context?:
|
|
271
|
+
context?: any;
|
|
269
272
|
indicators?: (Record<string, any> | null) | undefined;
|
|
270
273
|
theme?: (Record<string, any> | null) | undefined;
|
|
271
274
|
is_draft?: boolean | undefined;
|
|
@@ -274,7 +277,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
274
277
|
is_block?: boolean | undefined;
|
|
275
278
|
is_editable?: boolean | undefined;
|
|
276
279
|
is_default?: boolean | undefined;
|
|
277
|
-
metadata?:
|
|
280
|
+
metadata?: any;
|
|
278
281
|
tags?: Array<string> | undefined;
|
|
279
282
|
start_at?: string | null | undefined;
|
|
280
283
|
expires_at?: string | null | undefined;
|
|
@@ -291,6 +294,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
|
|
|
291
294
|
content: Record<string, any>;
|
|
292
295
|
theme?: (Record<string, any> | null) | undefined;
|
|
293
296
|
metadata?: Record<string, any> | undefined;
|
|
297
|
+
is_draft: boolean;
|
|
294
298
|
}[];
|
|
295
299
|
readonly shared_link: {
|
|
296
300
|
readonly url: string;
|
|
@@ -74,6 +74,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
74
74
|
disabledIds: Array<string | number>;
|
|
75
75
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
76
76
|
tableScroller: HTMLDivElement;
|
|
77
|
+
tableElement: HTMLTableElement;
|
|
77
78
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
78
79
|
P: {};
|
|
79
80
|
B: {};
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
hideConfigurationButton?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
5
|
configure: () => any;
|
|
3
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
4
7
|
onConfigure?: (() => any) | undefined;
|
|
5
|
-
}>, {
|
|
8
|
+
}>, {
|
|
9
|
+
hideConfigurationButton: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
11
|
export default _default;
|
|
@@ -5,7 +5,7 @@ import { CLIENT_TYPE } from '../../constants/cdp.const';
|
|
|
5
5
|
import { GetCanvasesParams } from '../../types/canvases';
|
|
6
6
|
import { CanvasRetrieve, CanvasCreateRequest, PatchedCanvasUpdateRequest } from '../../../types/openapi';
|
|
7
7
|
type __VLS_Props = {
|
|
8
|
-
storageKey
|
|
8
|
+
storageKey: string;
|
|
9
9
|
myUserId?: CanvasRetrieve['created_by']['id'];
|
|
10
10
|
updater: (params: PatchedCanvasUpdateRequest & {
|
|
11
11
|
id: CanvasRetrieve['id'];
|
|
@@ -39,6 +39,12 @@ declare function __VLS_template(): {
|
|
|
39
39
|
isLoadingItems?: boolean;
|
|
40
40
|
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
41
41
|
isViewHidden?: boolean;
|
|
42
|
+
customFilterComponents?: {
|
|
43
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
44
|
+
name: string;
|
|
45
|
+
label: string;
|
|
46
|
+
options?: [];
|
|
47
|
+
}[];
|
|
42
48
|
}> & Readonly<{
|
|
43
49
|
onSearch?: ((s: string) => any) | undefined;
|
|
44
50
|
onSelect?: ((payload: {
|
|
@@ -80,6 +86,12 @@ declare function __VLS_template(): {
|
|
|
80
86
|
isLoadingItems?: boolean;
|
|
81
87
|
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
82
88
|
isViewHidden?: boolean;
|
|
89
|
+
customFilterComponents?: {
|
|
90
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
91
|
+
name: string;
|
|
92
|
+
label: string;
|
|
93
|
+
options?: [];
|
|
94
|
+
}[];
|
|
83
95
|
}> & Readonly<{
|
|
84
96
|
onSearch?: ((s: string) => any) | undefined;
|
|
85
97
|
onSelect?: ((payload: {
|
|
@@ -154,6 +166,7 @@ declare function __VLS_template(): {
|
|
|
154
166
|
disabledIds: Array<string | number>;
|
|
155
167
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
156
168
|
tableScroller: HTMLDivElement;
|
|
169
|
+
tableElement: HTMLTableElement;
|
|
157
170
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
158
171
|
P: {};
|
|
159
172
|
B: {};
|
|
@@ -240,6 +253,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
240
253
|
isLoadingItems?: boolean;
|
|
241
254
|
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
242
255
|
isViewHidden?: boolean;
|
|
256
|
+
customFilterComponents?: {
|
|
257
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
258
|
+
name: string;
|
|
259
|
+
label: string;
|
|
260
|
+
options?: [];
|
|
261
|
+
}[];
|
|
243
262
|
}> & Readonly<{
|
|
244
263
|
onSearch?: ((s: string) => any) | undefined;
|
|
245
264
|
onSelect?: ((payload: {
|
|
@@ -281,6 +300,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
281
300
|
isLoadingItems?: boolean;
|
|
282
301
|
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
283
302
|
isViewHidden?: boolean;
|
|
303
|
+
customFilterComponents?: {
|
|
304
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
305
|
+
name: string;
|
|
306
|
+
label: string;
|
|
307
|
+
options?: [];
|
|
308
|
+
}[];
|
|
284
309
|
}> & Readonly<{
|
|
285
310
|
onSearch?: ((s: string) => any) | undefined;
|
|
286
311
|
onSelect?: ((payload: {
|
|
@@ -355,6 +380,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
355
380
|
disabledIds: Array<string | number>;
|
|
356
381
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
357
382
|
tableScroller: HTMLDivElement;
|
|
383
|
+
tableElement: HTMLTableElement;
|
|
358
384
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
359
385
|
P: {};
|
|
360
386
|
B: {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TableColumnSetting } from '../CTableColumnsSettings/CTableColumnsSettings.vue';
|
|
2
|
+
import { MetadataTemplateFieldTypeEnum } from '../../../types/openapi';
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
hideCreate?: boolean;
|
|
4
5
|
search: string;
|
|
@@ -7,6 +8,12 @@ type __VLS_Props = {
|
|
|
7
8
|
isLoadingItems?: boolean;
|
|
8
9
|
tableColumnsSettings: TableColumnSetting[];
|
|
9
10
|
isViewHidden?: boolean;
|
|
11
|
+
customFilterComponents?: {
|
|
12
|
+
type: MetadataTemplateFieldTypeEnum;
|
|
13
|
+
name: string;
|
|
14
|
+
label: string;
|
|
15
|
+
options?: [];
|
|
16
|
+
}[];
|
|
10
17
|
};
|
|
11
18
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
19
|
search: (s: string) => any;
|
|
@@ -33,15 +33,41 @@ declare function __VLS_template(): {
|
|
|
33
33
|
hideCreate?: boolean;
|
|
34
34
|
hideView?: boolean;
|
|
35
35
|
isLoadingItems?: boolean;
|
|
36
|
-
|
|
36
|
+
search: string;
|
|
37
|
+
metadataFilterValues: Record<string, any>;
|
|
38
|
+
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
39
|
+
customFilterComponents?: {
|
|
40
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
41
|
+
name: string;
|
|
42
|
+
label: string;
|
|
43
|
+
options?: [];
|
|
44
|
+
}[];
|
|
37
45
|
}> & Readonly<{
|
|
38
|
-
|
|
46
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
47
|
+
onSelect?: ((payload: {
|
|
48
|
+
id: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
49
|
+
checked: boolean;
|
|
50
|
+
}) => any) | undefined;
|
|
51
|
+
onMove?: ((payload: {
|
|
52
|
+
targetItemId: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
53
|
+
itemId: string;
|
|
54
|
+
}) => any) | undefined;
|
|
39
55
|
onCreate?: (() => any) | undefined;
|
|
40
56
|
onRestoreColumns?: (() => any) | undefined;
|
|
57
|
+
"onUpdate:filter-values"?: ((value: Record<string, any>) => any) | undefined;
|
|
41
58
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
42
|
-
|
|
59
|
+
search: (value: string) => any;
|
|
60
|
+
select: (payload: {
|
|
61
|
+
id: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
62
|
+
checked: boolean;
|
|
63
|
+
}) => any;
|
|
64
|
+
move: (payload: {
|
|
65
|
+
targetItemId: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
66
|
+
itemId: string;
|
|
67
|
+
}) => any;
|
|
43
68
|
create: () => any;
|
|
44
69
|
restoreColumns: () => any;
|
|
70
|
+
"update:filter-values": (value: Record<string, any>) => any;
|
|
45
71
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
46
72
|
P: {};
|
|
47
73
|
B: {};
|
|
@@ -53,11 +79,28 @@ declare function __VLS_template(): {
|
|
|
53
79
|
hideCreate?: boolean;
|
|
54
80
|
hideView?: boolean;
|
|
55
81
|
isLoadingItems?: boolean;
|
|
56
|
-
|
|
82
|
+
search: string;
|
|
83
|
+
metadataFilterValues: Record<string, any>;
|
|
84
|
+
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
85
|
+
customFilterComponents?: {
|
|
86
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
87
|
+
name: string;
|
|
88
|
+
label: string;
|
|
89
|
+
options?: [];
|
|
90
|
+
}[];
|
|
57
91
|
}> & Readonly<{
|
|
58
|
-
|
|
92
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
93
|
+
onSelect?: ((payload: {
|
|
94
|
+
id: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
95
|
+
checked: boolean;
|
|
96
|
+
}) => any) | undefined;
|
|
97
|
+
onMove?: ((payload: {
|
|
98
|
+
targetItemId: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
99
|
+
itemId: string;
|
|
100
|
+
}) => any) | undefined;
|
|
59
101
|
onCreate?: (() => any) | undefined;
|
|
60
102
|
onRestoreColumns?: (() => any) | undefined;
|
|
103
|
+
"onUpdate:filter-values"?: ((value: Record<string, any>) => any) | undefined;
|
|
61
104
|
}>, {}, {}, {}, {}, {}> | null;
|
|
62
105
|
tableRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
63
106
|
selectedRows?: Record<string, boolean>;
|
|
@@ -119,6 +162,7 @@ declare function __VLS_template(): {
|
|
|
119
162
|
disabledIds: Array<string | number>;
|
|
120
163
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
121
164
|
tableScroller: HTMLDivElement;
|
|
165
|
+
tableElement: HTMLTableElement;
|
|
122
166
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
123
167
|
P: {};
|
|
124
168
|
B: {};
|
|
@@ -201,15 +245,41 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
201
245
|
hideCreate?: boolean;
|
|
202
246
|
hideView?: boolean;
|
|
203
247
|
isLoadingItems?: boolean;
|
|
204
|
-
|
|
248
|
+
search: string;
|
|
249
|
+
metadataFilterValues: Record<string, any>;
|
|
250
|
+
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
251
|
+
customFilterComponents?: {
|
|
252
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
253
|
+
name: string;
|
|
254
|
+
label: string;
|
|
255
|
+
options?: [];
|
|
256
|
+
}[];
|
|
205
257
|
}> & Readonly<{
|
|
206
|
-
|
|
258
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
259
|
+
onSelect?: ((payload: {
|
|
260
|
+
id: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
261
|
+
checked: boolean;
|
|
262
|
+
}) => any) | undefined;
|
|
263
|
+
onMove?: ((payload: {
|
|
264
|
+
targetItemId: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
265
|
+
itemId: string;
|
|
266
|
+
}) => any) | undefined;
|
|
207
267
|
onCreate?: (() => any) | undefined;
|
|
208
268
|
onRestoreColumns?: (() => any) | undefined;
|
|
269
|
+
"onUpdate:filter-values"?: ((value: Record<string, any>) => any) | undefined;
|
|
209
270
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
210
|
-
|
|
271
|
+
search: (value: string) => any;
|
|
272
|
+
select: (payload: {
|
|
273
|
+
id: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
274
|
+
checked: boolean;
|
|
275
|
+
}) => any;
|
|
276
|
+
move: (payload: {
|
|
277
|
+
targetItemId: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
278
|
+
itemId: string;
|
|
279
|
+
}) => any;
|
|
211
280
|
create: () => any;
|
|
212
281
|
restoreColumns: () => any;
|
|
282
|
+
"update:filter-values": (value: Record<string, any>) => any;
|
|
213
283
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
214
284
|
P: {};
|
|
215
285
|
B: {};
|
|
@@ -221,11 +291,28 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
221
291
|
hideCreate?: boolean;
|
|
222
292
|
hideView?: boolean;
|
|
223
293
|
isLoadingItems?: boolean;
|
|
224
|
-
|
|
294
|
+
search: string;
|
|
295
|
+
metadataFilterValues: Record<string, any>;
|
|
296
|
+
tableColumnsSettings: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting[];
|
|
297
|
+
customFilterComponents?: {
|
|
298
|
+
type: import('../../../types/openapi').MetadataTemplateFieldTypeEnum;
|
|
299
|
+
name: string;
|
|
300
|
+
label: string;
|
|
301
|
+
options?: [];
|
|
302
|
+
}[];
|
|
225
303
|
}> & Readonly<{
|
|
226
|
-
|
|
304
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
305
|
+
onSelect?: ((payload: {
|
|
306
|
+
id: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
307
|
+
checked: boolean;
|
|
308
|
+
}) => any) | undefined;
|
|
309
|
+
onMove?: ((payload: {
|
|
310
|
+
targetItemId: import('../CTableColumnsSettings/CTableColumnsSettings.vue').TableColumnSetting["id"];
|
|
311
|
+
itemId: string;
|
|
312
|
+
}) => any) | undefined;
|
|
227
313
|
onCreate?: (() => any) | undefined;
|
|
228
314
|
onRestoreColumns?: (() => any) | undefined;
|
|
315
|
+
"onUpdate:filter-values"?: ((value: Record<string, any>) => any) | undefined;
|
|
229
316
|
}>, {}, {}, {}, {}, {}> | null;
|
|
230
317
|
tableRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
231
318
|
selectedRows?: Record<string, boolean>;
|
|
@@ -287,6 +374,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
287
374
|
disabledIds: Array<string | number>;
|
|
288
375
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
289
376
|
tableScroller: HTMLDivElement;
|
|
377
|
+
tableElement: HTMLTableElement;
|
|
290
378
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
291
379
|
P: {};
|
|
292
380
|
B: {};
|
|
@@ -1,16 +1,44 @@
|
|
|
1
|
+
import { TableColumnSetting } from '../CTableColumnsSettings/CTableColumnsSettings.vue';
|
|
2
|
+
import { MetadataTemplateFieldTypeEnum } from '../../../types/openapi';
|
|
1
3
|
type __VLS_Props = {
|
|
2
4
|
hideCreate?: boolean;
|
|
3
5
|
hideView?: boolean;
|
|
4
6
|
isLoadingItems?: boolean;
|
|
5
|
-
|
|
7
|
+
search: string;
|
|
8
|
+
metadataFilterValues: Record<string, any>;
|
|
9
|
+
tableColumnsSettings: TableColumnSetting[];
|
|
10
|
+
customFilterComponents?: {
|
|
11
|
+
type: MetadataTemplateFieldTypeEnum;
|
|
12
|
+
name: string;
|
|
13
|
+
label: string;
|
|
14
|
+
options?: [];
|
|
15
|
+
}[];
|
|
6
16
|
};
|
|
7
17
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
|
-
|
|
18
|
+
search: (value: string) => any;
|
|
19
|
+
select: (payload: {
|
|
20
|
+
id: TableColumnSetting["id"];
|
|
21
|
+
checked: boolean;
|
|
22
|
+
}) => any;
|
|
23
|
+
move: (payload: {
|
|
24
|
+
targetItemId: TableColumnSetting["id"];
|
|
25
|
+
itemId: string;
|
|
26
|
+
}) => any;
|
|
9
27
|
create: () => any;
|
|
10
28
|
restoreColumns: () => any;
|
|
29
|
+
"update:filter-values": (value: Record<string, any>) => any;
|
|
11
30
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
-
|
|
31
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
32
|
+
onSelect?: ((payload: {
|
|
33
|
+
id: TableColumnSetting["id"];
|
|
34
|
+
checked: boolean;
|
|
35
|
+
}) => any) | undefined;
|
|
36
|
+
onMove?: ((payload: {
|
|
37
|
+
targetItemId: TableColumnSetting["id"];
|
|
38
|
+
itemId: string;
|
|
39
|
+
}) => any) | undefined;
|
|
13
40
|
onCreate?: (() => any) | undefined;
|
|
14
41
|
onRestoreColumns?: (() => any) | undefined;
|
|
42
|
+
"onUpdate:filter-values"?: ((value: Record<string, any>) => any) | undefined;
|
|
15
43
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
44
|
export default _default;
|
|
@@ -31,9 +31,9 @@ export declare function useAppsDb(payload?: UseAppsDbPayload): {
|
|
|
31
31
|
} & {
|
|
32
32
|
value: Record<string, any>;
|
|
33
33
|
}>;
|
|
34
|
-
deleteEntry: (params: EntryParams) => Promise<import('axios').AxiosResponse<void, any>>;
|
|
34
|
+
deleteEntry: (params: EntryParams) => Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
35
35
|
upsertGlobalEntry: (payload: UpsertGlobalEntryParams) => Promise<AppsDBEntry>;
|
|
36
36
|
getGlobalEntry: (params: GlobalEntryParams) => Promise<AppsDBEntry>;
|
|
37
|
-
deleteGlobalEntry: (params: GlobalEntryParams) => Promise<import('axios').AxiosResponse<void, any>>;
|
|
37
|
+
deleteGlobalEntry: (params: GlobalEntryParams) => Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
38
38
|
};
|
|
39
39
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BulkDeleteRequest, BulkDeleteResponse, BulkUpdateTagsRequest, BulkUpdateTags, BulkUpdateMetadataRequest, BulkUpdateMetadata } from '../../types/openapi';
|
|
2
|
-
export default function useBulkActions(): {
|
|
1
|
+
import { BulkDeleteRequest, BulkDeleteResponse, BulkUpdateTagsRequest, BulkUpdateTags, BulkUpdateMetadataRequest, BulkUpdateMetadata, MiniFile } from '../../types/openapi';
|
|
2
|
+
export default function useBulkActions(emit?: (event: 'filesDeleted', ids: MiniFile['id'][]) => void): {
|
|
3
3
|
deleteCanvases: (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|
|
4
4
|
deleteFiles: (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|
|
5
5
|
deleteFolders: (payload: BulkDeleteRequest) => Promise<BulkDeleteResponse>;
|