@pitcher/js-api 1.26.0-beta.9 → 1.26.0
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 +6 -0
- package/js-api.esm.js +775 -48
- 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/api/events/events.helpers.d.ts +14 -2
- package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +12 -0
- package/lib/apps/browser/App.vue.d.ts +117 -0
- package/lib/apps/browser/appTypes.d.ts +7 -7
- package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +21 -4
- package/lib/apps/browser/components/Content/Content.vue.d.ts +1 -0
- package/lib/apps/browser/components/Content/Panel/DetailsDrawer/DetailsDrawer.vue.d.ts +1 -0
- package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +16 -1
- package/lib/apps/browser/components/ContextMenu/ConvertToSlidesButton.vue.d.ts +6 -0
- package/lib/apps/browser/components/RepUploads.vue.d.ts +206 -0
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +2 -0
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +4 -0
- package/lib/apps/browser/stores/api.d.ts +63 -10
- package/lib/apps/browser/stores/app.d.ts +1 -1
- package/lib/apps/browser/stores/repUploadsStore.d.ts +34 -0
- package/lib/apps/browser/stores/upload.d.ts +16 -4
- package/lib/apps/browser/types/actionKeys.d.ts +3 -1
- package/lib/apps/canvas-builder/App.vue.d.ts +13 -0
- package/lib/apps/canvas-builder/components/container/CanvasContent/canvas-component-map.const.d.ts +3 -0
- package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +7 -0
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +5 -2
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +9 -8
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +4 -0
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +119 -8
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.edit.vue.d.ts +2 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.raw.vue.d.ts +8 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.settings.vue.d.ts +7 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.vue.d.ts +31 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContentList.vue.d.ts +12 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/dynamicContent.const.d.ts +4 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/section-component-map.const.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.d.ts +436 -0
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +15 -1
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +4 -2
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +9 -3
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +0 -12
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +5 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +361 -13
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +60 -0
- package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +60 -0
- package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +24 -0
- package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -2
- package/lib/apps/canvas-builder/composables/useComponentPermissions.d.ts +2 -1
- package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +9 -1
- package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +2 -1
- package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +1 -2
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +10 -2
- package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
- package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +1 -1
- package/lib/apps/canvas-builder/constants/canvas.const.d.ts +4 -0
- package/lib/apps/canvas-builder/types/canvas.d.ts +24 -2
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +6 -5
- package/lib/apps/canvas-builder/util/fetchAnalyticsPopularity.d.ts +18 -0
- package/lib/apps/collection-player/App.vue.d.ts +0 -1
- package/lib/apps/collection-player/stores/app.store.d.ts +0 -1
- package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +12 -0
- package/lib/apps/content-selector/appTypes.d.ts +1 -0
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +21 -4
- package/lib/apps/content-selector/stores/app.d.ts +2 -1
- package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +6 -0
- package/lib/apps/ppt-conversion-selector/export.d.ts +1 -0
- package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +8 -0
- package/lib/apps/ppt-conversion-selector/utils/data.util.d.ts +1 -0
- package/lib/apps/ppt-conversion-selector/utils/data.util.test.d.ts +1 -0
- package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +3 -0
- package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +8 -8
- package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +3 -0
- package/lib/components/CContactSelector/CContactSelector.vue.d.ts +3 -1
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +10 -4
- package/lib/components/CContentError/CContentError.vue.d.ts +2 -0
- package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +11 -0
- package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -1
- package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +7 -1
- package/lib/components/CSwitch/CSwitch.vue.d.ts +4 -2
- package/lib/components/CTemplateAccessInfo/CTemplateAccessInfo.vue.d.ts +25 -0
- package/lib/components/CTemplateAccessManage/CTemplateAccessManage.vue.d.ts +26 -0
- package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +3 -8
- package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +20 -4
- package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +4 -1
- package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +19 -7
- package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +4 -1
- package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +77 -15
- package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +3 -0
- package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +28 -5
- package/lib/components/filters/CSearchFilter.vue.d.ts +1148 -1
- package/lib/components/savedCanvases/CSavedCanvasesManagement.use.d.ts +3 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagement.use.spec.d.ts +1 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +31 -4
- package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +12 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +5 -1
- package/lib/components/sections/CSectionManagement.vue.d.ts +23 -7
- package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +3 -0
- package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +4 -1
- package/lib/components/themes/CThemeManagement.vue.d.ts +18 -4
- package/lib/components/themes/CThemeManagementActionsCell.vue.d.ts +3 -0
- package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +4 -1
- package/lib/composables/presentationHistory.use.d.ts +12 -2
- package/lib/composables/useCanvasStandardFilters.d.ts +17 -2
- package/lib/composables/useFileDisplayHelpers.d.ts +1 -0
- package/lib/composables/useFilterSuggestions.d.ts +5 -1
- package/lib/composables/useMetadataSearch.d.ts +8 -2
- package/lib/composables/useSmartStore.d.ts +25 -0
- package/lib/main.lib.d.ts +8 -1
- package/lib/sdk/api/HighLevelApi.d.ts +6 -4
- package/lib/sdk/api/modules/index.d.ts +0 -1
- package/lib/sdk/api/modules/query.d.ts +120 -1
- package/lib/sdk/api/modules/ui/content.ui.d.ts +22 -1
- package/lib/sdk/api/modules/ui/index.d.ts +3 -0
- package/lib/sdk/api/modules/ui/sharing.ui.d.ts +2 -0
- package/lib/sdk/api/modules/ui/types.ui.d.ts +32 -0
- package/lib/sdk/interfaces.d.ts +16 -0
- package/lib/sdk/main.d.ts +27 -12
- package/lib/sdk/payload.types.d.ts +116 -0
- package/lib/sdk/utils/httpFetch.d.ts +2 -0
- package/lib/types/app.d.ts +2 -1
- package/lib/types/call.d.ts +9 -2
- package/lib/types/canvases.d.ts +1 -0
- package/lib/types/core/MetadataFilter.d.ts +1 -0
- package/lib/types/instanceSettings.types.d.ts +4 -2
- package/lib/types/launchDarkly.types.d.ts +11 -4
- package/lib/types/organizationSettings.types.d.ts +11 -0
- package/lib/types/sfdc.d.ts +6 -1
- package/lib/util/app.util.d.ts +46 -0
- package/lib/util/eval.d.ts +4 -0
- package/lib/util/font.util.d.ts +4 -0
- package/lib/util/handlebars.d.ts +35 -0
- package/lib/util/object.d.ts +1 -0
- package/lib/util/sfdc.util.d.ts +7 -0
- package/lib/util/sfdc.util.spec.d.ts +1 -0
- package/lib/util/smart-store.util.d.ts +53 -0
- package/lib/util/smart-store.util.spec.d.ts +1 -0
- package/package.json +2 -2
- package/types/openapi/models/CanvasRecommendedFile.d.ts +1 -0
- package/types/openapi/models/DeletedFile.d.ts +1 -0
- package/types/openapi/models/FavoriteFile.d.ts +1 -0
- package/types/openapi/models/FavoriteFileRequest.d.ts +1 -0
- package/types/openapi/models/File.d.ts +1 -0
- package/types/openapi/models/FileContentTypeEnum.d.ts +3 -0
- package/types/openapi/models/FileCreate.d.ts +1 -0
- package/types/openapi/models/FileCreateRequest.d.ts +1 -0
- package/types/openapi/models/FilePermission.d.ts +2 -0
- package/types/openapi/models/FilePermissionRequest.d.ts +2 -0
- package/types/openapi/models/FileRetrieve.d.ts +1 -0
- package/types/openapi/models/FileUpdate.d.ts +1 -0
- package/types/openapi/models/FileUpdateRequest.d.ts +1 -0
- package/types/openapi/models/FolderFile.d.ts +1 -0
- package/types/openapi/models/PaginatedAppList.d.ts +2 -2
- package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
- package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
- package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
- package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
- package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
- package/types/openapi/models/PaginatedEventList.d.ts +2 -2
- package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
- package/types/openapi/models/PaginatedFileList.d.ts +2 -2
- package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
- package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
- package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
- package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
- package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
- package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
- package/types/openapi/models/PaginatedUserList.d.ts +2 -2
- package/types/openapi/models/PatchedFileUpdateRequest.d.ts +1 -0
- package/types/openapi/models/User.d.ts +1 -0
- package/lib/api/events/events.queries.d.ts +0 -9
- package/lib/sdk/api/modules/events.d.ts +0 -6
|
@@ -197,6 +197,8 @@ export default function useCanvasBlocks(): {
|
|
|
197
197
|
readonly permissions?: {
|
|
198
198
|
readonly can_download?: boolean | undefined;
|
|
199
199
|
readonly can_share?: boolean | undefined;
|
|
200
|
+
readonly can_be_divided?: boolean | undefined;
|
|
201
|
+
readonly can_print: boolean;
|
|
200
202
|
} | undefined;
|
|
201
203
|
readonly content_url: string | null;
|
|
202
204
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -205,6 +207,7 @@ export default function useCanvasBlocks(): {
|
|
|
205
207
|
} | null;
|
|
206
208
|
readonly pspdfkit_document_id: string | null;
|
|
207
209
|
readonly pspdfkit_server_url: string | null;
|
|
210
|
+
readonly expires_at?: string | null | undefined;
|
|
208
211
|
};
|
|
209
212
|
readonly slide: {
|
|
210
213
|
readonly index: number;
|
|
@@ -225,6 +228,8 @@ export default function useCanvasBlocks(): {
|
|
|
225
228
|
readonly permissions?: {
|
|
226
229
|
readonly can_download?: boolean | undefined;
|
|
227
230
|
readonly can_share?: boolean | undefined;
|
|
231
|
+
readonly can_be_divided?: boolean | undefined;
|
|
232
|
+
readonly can_print: boolean;
|
|
228
233
|
} | undefined;
|
|
229
234
|
readonly content_url: string | null;
|
|
230
235
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -233,6 +238,7 @@ export default function useCanvasBlocks(): {
|
|
|
233
238
|
} | null;
|
|
234
239
|
readonly pspdfkit_document_id: string | null;
|
|
235
240
|
readonly pspdfkit_server_url: string | null;
|
|
241
|
+
readonly expires_at?: string | null | undefined;
|
|
236
242
|
};
|
|
237
243
|
})[];
|
|
238
244
|
}[];
|
|
@@ -329,6 +335,8 @@ export default function useCanvasBlocks(): {
|
|
|
329
335
|
readonly permissions?: {
|
|
330
336
|
readonly can_download?: boolean | undefined;
|
|
331
337
|
readonly can_share?: boolean | undefined;
|
|
338
|
+
readonly can_be_divided?: boolean | undefined;
|
|
339
|
+
readonly can_print: boolean;
|
|
332
340
|
} | undefined;
|
|
333
341
|
readonly tags?: readonly string[] | undefined;
|
|
334
342
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -356,6 +364,8 @@ export default function useCanvasBlocks(): {
|
|
|
356
364
|
readonly permissions?: {
|
|
357
365
|
readonly can_download?: boolean | undefined;
|
|
358
366
|
readonly can_share?: boolean | undefined;
|
|
367
|
+
readonly can_be_divided?: boolean | undefined;
|
|
368
|
+
readonly can_print: boolean;
|
|
359
369
|
} | undefined;
|
|
360
370
|
readonly tags?: readonly string[] | undefined;
|
|
361
371
|
};
|
|
@@ -377,6 +387,8 @@ export default function useCanvasBlocks(): {
|
|
|
377
387
|
readonly permissions?: {
|
|
378
388
|
readonly can_download?: boolean | undefined;
|
|
379
389
|
readonly can_share?: boolean | undefined;
|
|
390
|
+
readonly can_be_divided?: boolean | undefined;
|
|
391
|
+
readonly can_print: boolean;
|
|
380
392
|
} | undefined;
|
|
381
393
|
readonly tags?: readonly string[] | undefined;
|
|
382
394
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -454,6 +466,8 @@ export default function useCanvasBlocks(): {
|
|
|
454
466
|
readonly permissions?: {
|
|
455
467
|
readonly can_download?: boolean | undefined;
|
|
456
468
|
readonly can_share?: boolean | undefined;
|
|
469
|
+
readonly can_be_divided?: boolean | undefined;
|
|
470
|
+
readonly can_print: boolean;
|
|
457
471
|
} | undefined;
|
|
458
472
|
readonly metadata?: {
|
|
459
473
|
readonly [x: string]: any;
|
|
@@ -464,6 +478,7 @@ export default function useCanvasBlocks(): {
|
|
|
464
478
|
readonly tags?: readonly string[] | undefined;
|
|
465
479
|
readonly published_at?: string | null | undefined;
|
|
466
480
|
readonly expires_at?: string | null | undefined;
|
|
481
|
+
readonly available_at?: string | null | undefined;
|
|
467
482
|
readonly instance_id?: string | undefined;
|
|
468
483
|
readonly folder_id?: string | undefined;
|
|
469
484
|
readonly folder?: {
|
|
@@ -493,6 +508,10 @@ export default function useCanvasBlocks(): {
|
|
|
493
508
|
} | undefined;
|
|
494
509
|
readonly page_index?: number | undefined;
|
|
495
510
|
} | null | undefined;
|
|
511
|
+
readonly folder?: {
|
|
512
|
+
readonly id: string;
|
|
513
|
+
readonly name: string;
|
|
514
|
+
} | null | undefined;
|
|
496
515
|
readonly font_family?: string | undefined;
|
|
497
516
|
readonly font_size?: number | undefined;
|
|
498
517
|
readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
|
|
@@ -530,6 +549,13 @@ export default function useCanvasBlocks(): {
|
|
|
530
549
|
} | undefined;
|
|
531
550
|
}[];
|
|
532
551
|
readonly layout: "vertical" | "horizontal";
|
|
552
|
+
} | {
|
|
553
|
+
readonly category: "section" | "content";
|
|
554
|
+
readonly metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
|
|
555
|
+
readonly limit: number;
|
|
556
|
+
readonly show_heading?: boolean | undefined;
|
|
557
|
+
readonly heading_text?: string | undefined;
|
|
558
|
+
readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
|
|
533
559
|
} | {
|
|
534
560
|
readonly filters?: readonly {
|
|
535
561
|
readonly property: string;
|
|
@@ -611,6 +637,10 @@ export default function useCanvasBlocks(): {
|
|
|
611
637
|
readonly is_editable: boolean;
|
|
612
638
|
readonly is_removable: boolean;
|
|
613
639
|
} | undefined;
|
|
640
|
+
readonly template_permissions?: {
|
|
641
|
+
readonly is_editable: boolean;
|
|
642
|
+
readonly is_removable: boolean;
|
|
643
|
+
} | undefined;
|
|
614
644
|
readonly style?: {
|
|
615
645
|
readonly [x: string]: any;
|
|
616
646
|
} | undefined;
|
|
@@ -668,6 +698,8 @@ export default function useCanvasBlocks(): {
|
|
|
668
698
|
readonly permissions?: {
|
|
669
699
|
readonly can_download?: boolean | undefined;
|
|
670
700
|
readonly can_share?: boolean | undefined;
|
|
701
|
+
readonly can_be_divided?: boolean | undefined;
|
|
702
|
+
readonly can_print: boolean;
|
|
671
703
|
} | undefined;
|
|
672
704
|
readonly content_url: string | null;
|
|
673
705
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -676,6 +708,7 @@ export default function useCanvasBlocks(): {
|
|
|
676
708
|
} | null;
|
|
677
709
|
readonly pspdfkit_document_id: string | null;
|
|
678
710
|
readonly pspdfkit_server_url: string | null;
|
|
711
|
+
readonly expires_at?: string | null | undefined;
|
|
679
712
|
};
|
|
680
713
|
readonly slide: {
|
|
681
714
|
readonly index: number;
|
|
@@ -696,6 +729,8 @@ export default function useCanvasBlocks(): {
|
|
|
696
729
|
readonly permissions?: {
|
|
697
730
|
readonly can_download?: boolean | undefined;
|
|
698
731
|
readonly can_share?: boolean | undefined;
|
|
732
|
+
readonly can_be_divided?: boolean | undefined;
|
|
733
|
+
readonly can_print: boolean;
|
|
699
734
|
} | undefined;
|
|
700
735
|
readonly content_url: string | null;
|
|
701
736
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -704,6 +739,7 @@ export default function useCanvasBlocks(): {
|
|
|
704
739
|
} | null;
|
|
705
740
|
readonly pspdfkit_document_id: string | null;
|
|
706
741
|
readonly pspdfkit_server_url: string | null;
|
|
742
|
+
readonly expires_at?: string | null | undefined;
|
|
707
743
|
};
|
|
708
744
|
})[];
|
|
709
745
|
}[];
|
|
@@ -800,6 +836,8 @@ export default function useCanvasBlocks(): {
|
|
|
800
836
|
readonly permissions?: {
|
|
801
837
|
readonly can_download?: boolean | undefined;
|
|
802
838
|
readonly can_share?: boolean | undefined;
|
|
839
|
+
readonly can_be_divided?: boolean | undefined;
|
|
840
|
+
readonly can_print: boolean;
|
|
803
841
|
} | undefined;
|
|
804
842
|
readonly tags?: readonly string[] | undefined;
|
|
805
843
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -827,6 +865,8 @@ export default function useCanvasBlocks(): {
|
|
|
827
865
|
readonly permissions?: {
|
|
828
866
|
readonly can_download?: boolean | undefined;
|
|
829
867
|
readonly can_share?: boolean | undefined;
|
|
868
|
+
readonly can_be_divided?: boolean | undefined;
|
|
869
|
+
readonly can_print: boolean;
|
|
830
870
|
} | undefined;
|
|
831
871
|
readonly tags?: readonly string[] | undefined;
|
|
832
872
|
};
|
|
@@ -848,6 +888,8 @@ export default function useCanvasBlocks(): {
|
|
|
848
888
|
readonly permissions?: {
|
|
849
889
|
readonly can_download?: boolean | undefined;
|
|
850
890
|
readonly can_share?: boolean | undefined;
|
|
891
|
+
readonly can_be_divided?: boolean | undefined;
|
|
892
|
+
readonly can_print: boolean;
|
|
851
893
|
} | undefined;
|
|
852
894
|
readonly tags?: readonly string[] | undefined;
|
|
853
895
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -925,6 +967,8 @@ export default function useCanvasBlocks(): {
|
|
|
925
967
|
readonly permissions?: {
|
|
926
968
|
readonly can_download?: boolean | undefined;
|
|
927
969
|
readonly can_share?: boolean | undefined;
|
|
970
|
+
readonly can_be_divided?: boolean | undefined;
|
|
971
|
+
readonly can_print: boolean;
|
|
928
972
|
} | undefined;
|
|
929
973
|
readonly metadata?: {
|
|
930
974
|
readonly [x: string]: any;
|
|
@@ -935,6 +979,7 @@ export default function useCanvasBlocks(): {
|
|
|
935
979
|
readonly tags?: readonly string[] | undefined;
|
|
936
980
|
readonly published_at?: string | null | undefined;
|
|
937
981
|
readonly expires_at?: string | null | undefined;
|
|
982
|
+
readonly available_at?: string | null | undefined;
|
|
938
983
|
readonly instance_id?: string | undefined;
|
|
939
984
|
readonly folder_id?: string | undefined;
|
|
940
985
|
readonly folder?: {
|
|
@@ -964,6 +1009,10 @@ export default function useCanvasBlocks(): {
|
|
|
964
1009
|
} | undefined;
|
|
965
1010
|
readonly page_index?: number | undefined;
|
|
966
1011
|
} | null | undefined;
|
|
1012
|
+
readonly folder?: {
|
|
1013
|
+
readonly id: string;
|
|
1014
|
+
readonly name: string;
|
|
1015
|
+
} | null | undefined;
|
|
967
1016
|
readonly font_family?: string | undefined;
|
|
968
1017
|
readonly font_size?: number | undefined;
|
|
969
1018
|
readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
|
|
@@ -1001,6 +1050,13 @@ export default function useCanvasBlocks(): {
|
|
|
1001
1050
|
} | undefined;
|
|
1002
1051
|
}[];
|
|
1003
1052
|
readonly layout: "vertical" | "horizontal";
|
|
1053
|
+
} | {
|
|
1054
|
+
readonly category: "section" | "content";
|
|
1055
|
+
readonly metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
|
|
1056
|
+
readonly limit: number;
|
|
1057
|
+
readonly show_heading?: boolean | undefined;
|
|
1058
|
+
readonly heading_text?: string | undefined;
|
|
1059
|
+
readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
|
|
1004
1060
|
} | {
|
|
1005
1061
|
readonly filters?: readonly {
|
|
1006
1062
|
readonly property: string;
|
|
@@ -1082,6 +1138,10 @@ export default function useCanvasBlocks(): {
|
|
|
1082
1138
|
readonly is_editable: boolean;
|
|
1083
1139
|
readonly is_removable: boolean;
|
|
1084
1140
|
} | undefined;
|
|
1141
|
+
readonly template_permissions?: {
|
|
1142
|
+
readonly is_editable: boolean;
|
|
1143
|
+
readonly is_removable: boolean;
|
|
1144
|
+
} | undefined;
|
|
1085
1145
|
readonly style?: {
|
|
1086
1146
|
readonly [x: string]: any;
|
|
1087
1147
|
} | undefined;
|
|
@@ -3,7 +3,7 @@ import { SectionListProps, ComponentNode } from '../types/canvas';
|
|
|
3
3
|
import { WizardStep } from '../components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue';
|
|
4
4
|
export default function useCanvasCompletionWizard(): {
|
|
5
5
|
wizardSteps: ComputedRef<WizardStep[]>;
|
|
6
|
-
sectionListNodes: ComputedRef<ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | SectionListProps | import('../types/canvas').ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[]>;
|
|
6
|
+
sectionListNodes: ComputedRef<ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | SectionListProps | import('../types/canvas').ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicContentProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[]>;
|
|
7
7
|
isCompletionWizardEnabled: ComputedRef<boolean>;
|
|
8
8
|
isCompletionWizardCompleted: ComputedRef<boolean>;
|
|
9
9
|
isCompletionWizardShowing: ComputedRef<boolean>;
|
|
@@ -43,12 +43,15 @@ export default function useCanvasHistory(): {
|
|
|
43
43
|
permissions?: {
|
|
44
44
|
can_download?: boolean | undefined;
|
|
45
45
|
can_share?: boolean | undefined;
|
|
46
|
+
can_be_divided?: boolean | undefined;
|
|
47
|
+
readonly can_print: boolean;
|
|
46
48
|
} | undefined;
|
|
47
49
|
readonly content_url: string | null;
|
|
48
50
|
readonly content_type: import('../../../main.lib').FileContentTypeEnum;
|
|
49
51
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
50
52
|
readonly pspdfkit_document_id: string | null;
|
|
51
53
|
readonly pspdfkit_server_url: string | null;
|
|
54
|
+
expires_at?: string | null | undefined;
|
|
52
55
|
};
|
|
53
56
|
slide: {
|
|
54
57
|
index: number;
|
|
@@ -67,12 +70,15 @@ export default function useCanvasHistory(): {
|
|
|
67
70
|
permissions?: {
|
|
68
71
|
can_download?: boolean | undefined;
|
|
69
72
|
can_share?: boolean | undefined;
|
|
73
|
+
can_be_divided?: boolean | undefined;
|
|
74
|
+
readonly can_print: boolean;
|
|
70
75
|
} | undefined;
|
|
71
76
|
readonly content_url: string | null;
|
|
72
77
|
readonly content_type: import('../../../main.lib').FileContentTypeEnum;
|
|
73
78
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
74
79
|
readonly pspdfkit_document_id: string | null;
|
|
75
80
|
readonly pspdfkit_server_url: string | null;
|
|
81
|
+
expires_at?: string | null | undefined;
|
|
76
82
|
};
|
|
77
83
|
})[];
|
|
78
84
|
}[];
|
|
@@ -163,6 +169,8 @@ export default function useCanvasHistory(): {
|
|
|
163
169
|
permissions?: {
|
|
164
170
|
can_download?: boolean | undefined;
|
|
165
171
|
can_share?: boolean | undefined;
|
|
172
|
+
can_be_divided?: boolean | undefined;
|
|
173
|
+
readonly can_print: boolean;
|
|
166
174
|
} | undefined;
|
|
167
175
|
tags?: string[] | undefined;
|
|
168
176
|
thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -186,6 +194,8 @@ export default function useCanvasHistory(): {
|
|
|
186
194
|
permissions?: {
|
|
187
195
|
can_download?: boolean | undefined;
|
|
188
196
|
can_share?: boolean | undefined;
|
|
197
|
+
can_be_divided?: boolean | undefined;
|
|
198
|
+
readonly can_print: boolean;
|
|
189
199
|
} | undefined;
|
|
190
200
|
tags?: string[] | undefined;
|
|
191
201
|
};
|
|
@@ -207,6 +217,8 @@ export default function useCanvasHistory(): {
|
|
|
207
217
|
permissions?: {
|
|
208
218
|
can_download?: boolean | undefined;
|
|
209
219
|
can_share?: boolean | undefined;
|
|
220
|
+
can_be_divided?: boolean | undefined;
|
|
221
|
+
readonly can_print: boolean;
|
|
210
222
|
} | undefined;
|
|
211
223
|
tags?: string[] | undefined;
|
|
212
224
|
thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -280,12 +292,15 @@ export default function useCanvasHistory(): {
|
|
|
280
292
|
permissions?: {
|
|
281
293
|
can_download?: boolean | undefined;
|
|
282
294
|
can_share?: boolean | undefined;
|
|
295
|
+
can_be_divided?: boolean | undefined;
|
|
296
|
+
readonly can_print: boolean;
|
|
283
297
|
} | undefined;
|
|
284
298
|
metadata?: Record<string, any> | undefined;
|
|
285
299
|
app_metadata?: Record<string, any> | undefined;
|
|
286
300
|
tags?: Array<string> | undefined;
|
|
287
301
|
readonly published_at?: string | null | undefined;
|
|
288
302
|
expires_at?: string | null | undefined;
|
|
303
|
+
available_at?: string | null | undefined;
|
|
289
304
|
readonly instance_id?: string | undefined;
|
|
290
305
|
folder_id?: string | undefined;
|
|
291
306
|
readonly folder?: {
|
|
@@ -315,6 +330,10 @@ export default function useCanvasHistory(): {
|
|
|
315
330
|
} | undefined;
|
|
316
331
|
page_index?: number | undefined;
|
|
317
332
|
} | null | undefined;
|
|
333
|
+
folder?: {
|
|
334
|
+
id: string;
|
|
335
|
+
name: string;
|
|
336
|
+
} | null | undefined;
|
|
318
337
|
font_family?: string | undefined;
|
|
319
338
|
font_size?: number | undefined;
|
|
320
339
|
link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
|
|
@@ -340,6 +359,13 @@ export default function useCanvasHistory(): {
|
|
|
340
359
|
card_style?: Record<string, any> | undefined;
|
|
341
360
|
}[];
|
|
342
361
|
layout: "vertical" | "horizontal";
|
|
362
|
+
} | {
|
|
363
|
+
category: "section" | "content";
|
|
364
|
+
metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
|
|
365
|
+
limit: number;
|
|
366
|
+
show_heading?: boolean | undefined;
|
|
367
|
+
heading_text?: string | undefined;
|
|
368
|
+
layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
|
|
343
369
|
} | {
|
|
344
370
|
filters?: {
|
|
345
371
|
property: string;
|
|
@@ -421,6 +447,10 @@ export default function useCanvasHistory(): {
|
|
|
421
447
|
is_editable: boolean;
|
|
422
448
|
is_removable: boolean;
|
|
423
449
|
} | undefined;
|
|
450
|
+
template_permissions?: {
|
|
451
|
+
is_editable: boolean;
|
|
452
|
+
is_removable: boolean;
|
|
453
|
+
} | undefined;
|
|
424
454
|
style?: Record<string, any> | undefined;
|
|
425
455
|
tags?: string[] | undefined;
|
|
426
456
|
theme_meta?: {
|
|
@@ -480,12 +510,15 @@ export default function useCanvasHistory(): {
|
|
|
480
510
|
permissions?: {
|
|
481
511
|
can_download?: boolean | undefined;
|
|
482
512
|
can_share?: boolean | undefined;
|
|
513
|
+
can_be_divided?: boolean | undefined;
|
|
514
|
+
readonly can_print: boolean;
|
|
483
515
|
} | undefined;
|
|
484
516
|
readonly content_url: string | null;
|
|
485
517
|
readonly content_type: import('../../../main.lib').FileContentTypeEnum;
|
|
486
518
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
487
519
|
readonly pspdfkit_document_id: string | null;
|
|
488
520
|
readonly pspdfkit_server_url: string | null;
|
|
521
|
+
expires_at?: string | null | undefined;
|
|
489
522
|
};
|
|
490
523
|
slide: {
|
|
491
524
|
index: number;
|
|
@@ -504,12 +537,15 @@ export default function useCanvasHistory(): {
|
|
|
504
537
|
permissions?: {
|
|
505
538
|
can_download?: boolean | undefined;
|
|
506
539
|
can_share?: boolean | undefined;
|
|
540
|
+
can_be_divided?: boolean | undefined;
|
|
541
|
+
readonly can_print: boolean;
|
|
507
542
|
} | undefined;
|
|
508
543
|
readonly content_url: string | null;
|
|
509
544
|
readonly content_type: import('../../../main.lib').FileContentTypeEnum;
|
|
510
545
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
511
546
|
readonly pspdfkit_document_id: string | null;
|
|
512
547
|
readonly pspdfkit_server_url: string | null;
|
|
548
|
+
expires_at?: string | null | undefined;
|
|
513
549
|
};
|
|
514
550
|
})[];
|
|
515
551
|
}[];
|
|
@@ -600,6 +636,8 @@ export default function useCanvasHistory(): {
|
|
|
600
636
|
permissions?: {
|
|
601
637
|
can_download?: boolean | undefined;
|
|
602
638
|
can_share?: boolean | undefined;
|
|
639
|
+
can_be_divided?: boolean | undefined;
|
|
640
|
+
readonly can_print: boolean;
|
|
603
641
|
} | undefined;
|
|
604
642
|
tags?: string[] | undefined;
|
|
605
643
|
thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -623,6 +661,8 @@ export default function useCanvasHistory(): {
|
|
|
623
661
|
permissions?: {
|
|
624
662
|
can_download?: boolean | undefined;
|
|
625
663
|
can_share?: boolean | undefined;
|
|
664
|
+
can_be_divided?: boolean | undefined;
|
|
665
|
+
readonly can_print: boolean;
|
|
626
666
|
} | undefined;
|
|
627
667
|
tags?: string[] | undefined;
|
|
628
668
|
};
|
|
@@ -644,6 +684,8 @@ export default function useCanvasHistory(): {
|
|
|
644
684
|
permissions?: {
|
|
645
685
|
can_download?: boolean | undefined;
|
|
646
686
|
can_share?: boolean | undefined;
|
|
687
|
+
can_be_divided?: boolean | undefined;
|
|
688
|
+
readonly can_print: boolean;
|
|
647
689
|
} | undefined;
|
|
648
690
|
tags?: string[] | undefined;
|
|
649
691
|
thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -717,12 +759,15 @@ export default function useCanvasHistory(): {
|
|
|
717
759
|
permissions?: {
|
|
718
760
|
can_download?: boolean | undefined;
|
|
719
761
|
can_share?: boolean | undefined;
|
|
762
|
+
can_be_divided?: boolean | undefined;
|
|
763
|
+
readonly can_print: boolean;
|
|
720
764
|
} | undefined;
|
|
721
765
|
metadata?: Record<string, any> | undefined;
|
|
722
766
|
app_metadata?: Record<string, any> | undefined;
|
|
723
767
|
tags?: Array<string> | undefined;
|
|
724
768
|
readonly published_at?: string | null | undefined;
|
|
725
769
|
expires_at?: string | null | undefined;
|
|
770
|
+
available_at?: string | null | undefined;
|
|
726
771
|
readonly instance_id?: string | undefined;
|
|
727
772
|
folder_id?: string | undefined;
|
|
728
773
|
readonly folder?: {
|
|
@@ -752,6 +797,10 @@ export default function useCanvasHistory(): {
|
|
|
752
797
|
} | undefined;
|
|
753
798
|
page_index?: number | undefined;
|
|
754
799
|
} | null | undefined;
|
|
800
|
+
folder?: {
|
|
801
|
+
id: string;
|
|
802
|
+
name: string;
|
|
803
|
+
} | null | undefined;
|
|
755
804
|
font_family?: string | undefined;
|
|
756
805
|
font_size?: number | undefined;
|
|
757
806
|
link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
|
|
@@ -777,6 +826,13 @@ export default function useCanvasHistory(): {
|
|
|
777
826
|
card_style?: Record<string, any> | undefined;
|
|
778
827
|
}[];
|
|
779
828
|
layout: "vertical" | "horizontal";
|
|
829
|
+
} | {
|
|
830
|
+
category: "section" | "content";
|
|
831
|
+
metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
|
|
832
|
+
limit: number;
|
|
833
|
+
show_heading?: boolean | undefined;
|
|
834
|
+
heading_text?: string | undefined;
|
|
835
|
+
layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
|
|
780
836
|
} | {
|
|
781
837
|
filters?: {
|
|
782
838
|
property: string;
|
|
@@ -858,6 +914,10 @@ export default function useCanvasHistory(): {
|
|
|
858
914
|
is_editable: boolean;
|
|
859
915
|
is_removable: boolean;
|
|
860
916
|
} | undefined;
|
|
917
|
+
template_permissions?: {
|
|
918
|
+
is_editable: boolean;
|
|
919
|
+
is_removable: boolean;
|
|
920
|
+
} | undefined;
|
|
861
921
|
style?: Record<string, any> | undefined;
|
|
862
922
|
tags?: string[] | undefined;
|
|
863
923
|
theme_meta?: {
|
|
@@ -17,7 +17,7 @@ export default function useCanvasPages(): {
|
|
|
17
17
|
} | null>;
|
|
18
18
|
activeSectionId: ComputedRef<string | null>;
|
|
19
19
|
activeSectionTheme: ComputedRef<Record<string, any> | null>;
|
|
20
|
-
canvasPages: ComputedRef<ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | SectionListProps | import('../types/canvas').ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[][]>;
|
|
20
|
+
canvasPages: ComputedRef<ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | SectionListProps | import('../types/canvas').ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicContentProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[][]>;
|
|
21
21
|
currentPageIndex: Ref<number, number>;
|
|
22
22
|
currentSectionList: ComputedRef<{
|
|
23
23
|
sectionListId: string;
|
|
@@ -13,7 +13,7 @@ declare function setSectionOverrides(sectionId: CanvasRetrieve['id'], overrides?
|
|
|
13
13
|
declare function cleanup(): void;
|
|
14
14
|
export default function useCanvasSectionOverrides(): {
|
|
15
15
|
getComponentOverrides: (data: Ref<ComponentNode["data"]>, id: Ref<ComponentNode["id"]>, sectionId?: Ref<CanvasRetrieve["id"]>) => import('vue').ComputedRef<{
|
|
16
|
-
data: (import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | import('../types/canvas').SectionListProps | import('../types/canvas').ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps) | undefined;
|
|
16
|
+
data: (import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | import('../types/canvas').MultimediaProps | import('../types/canvas').EmbeddableProps | import('../types/canvas').ContentGridProps | import('../types/canvas').SectionListProps | import('../types/canvas').ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicContentProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps) | undefined;
|
|
17
17
|
is_removed: boolean;
|
|
18
18
|
}>;
|
|
19
19
|
discardOverridesConfirmationOptions: typeof discardOverridesConfirmationOptions;
|
|
@@ -107,6 +107,7 @@ export default function useCanvasTheme(): {
|
|
|
107
107
|
timezone?: string | undefined;
|
|
108
108
|
tags?: (Array<string> | null) | undefined;
|
|
109
109
|
readonly connection: string | null;
|
|
110
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
110
111
|
};
|
|
111
112
|
created_by: {
|
|
112
113
|
readonly id: number;
|
|
@@ -135,6 +136,7 @@ export default function useCanvasTheme(): {
|
|
|
135
136
|
timezone?: string | undefined;
|
|
136
137
|
tags?: (Array<string> | null) | undefined;
|
|
137
138
|
readonly connection: string | null;
|
|
139
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
138
140
|
};
|
|
139
141
|
modified_by?: {
|
|
140
142
|
readonly id: number;
|
|
@@ -163,6 +165,7 @@ export default function useCanvasTheme(): {
|
|
|
163
165
|
timezone?: string | undefined;
|
|
164
166
|
tags?: (Array<string> | null) | undefined;
|
|
165
167
|
readonly connection: string | null;
|
|
168
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
166
169
|
} | undefined;
|
|
167
170
|
logo?: {
|
|
168
171
|
id: string;
|
|
@@ -221,6 +224,7 @@ export default function useCanvasTheme(): {
|
|
|
221
224
|
timezone?: string | undefined;
|
|
222
225
|
tags?: (Array<string> | null) | undefined;
|
|
223
226
|
readonly connection: string | null;
|
|
227
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
224
228
|
};
|
|
225
229
|
created_by: {
|
|
226
230
|
readonly id: number;
|
|
@@ -249,6 +253,7 @@ export default function useCanvasTheme(): {
|
|
|
249
253
|
timezone?: string | undefined;
|
|
250
254
|
tags?: (Array<string> | null) | undefined;
|
|
251
255
|
readonly connection: string | null;
|
|
256
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
252
257
|
};
|
|
253
258
|
modified_by?: {
|
|
254
259
|
readonly id: number;
|
|
@@ -277,6 +282,7 @@ export default function useCanvasTheme(): {
|
|
|
277
282
|
timezone?: string | undefined;
|
|
278
283
|
tags?: (Array<string> | null) | undefined;
|
|
279
284
|
readonly connection: string | null;
|
|
285
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
280
286
|
} | undefined;
|
|
281
287
|
logo?: {
|
|
282
288
|
id: string;
|
|
@@ -326,12 +332,15 @@ export default function useCanvasTheme(): {
|
|
|
326
332
|
permissions?: {
|
|
327
333
|
can_download?: boolean | undefined;
|
|
328
334
|
can_share?: boolean | undefined;
|
|
335
|
+
can_be_divided?: boolean | undefined;
|
|
336
|
+
readonly can_print: boolean;
|
|
329
337
|
} | undefined;
|
|
330
338
|
metadata?: Record<string, any> | undefined;
|
|
331
339
|
app_metadata?: Record<string, any> | undefined;
|
|
332
340
|
tags?: Array<string> | undefined;
|
|
333
341
|
readonly published_at: string | null;
|
|
334
342
|
expires_at?: string | null | undefined;
|
|
343
|
+
available_at?: string | null | undefined;
|
|
335
344
|
readonly instance_id: string;
|
|
336
345
|
folder_id?: string | undefined;
|
|
337
346
|
readonly folder: {
|
|
@@ -381,12 +390,15 @@ export default function useCanvasTheme(): {
|
|
|
381
390
|
permissions?: {
|
|
382
391
|
can_download?: boolean | undefined;
|
|
383
392
|
can_share?: boolean | undefined;
|
|
393
|
+
can_be_divided?: boolean | undefined;
|
|
394
|
+
readonly can_print: boolean;
|
|
384
395
|
} | undefined;
|
|
385
396
|
metadata?: Record<string, any> | undefined;
|
|
386
397
|
app_metadata?: Record<string, any> | undefined;
|
|
387
398
|
tags?: Array<string> | undefined;
|
|
388
399
|
readonly published_at: string | null;
|
|
389
400
|
expires_at?: string | null | undefined;
|
|
401
|
+
available_at?: string | null | undefined;
|
|
390
402
|
readonly instance_id: string;
|
|
391
403
|
folder_id?: string | undefined;
|
|
392
404
|
readonly folder: {
|
|
@@ -492,6 +504,7 @@ export default function useCanvasTheme(): {
|
|
|
492
504
|
timezone?: string | undefined;
|
|
493
505
|
tags?: (Array<string> | null) | undefined;
|
|
494
506
|
readonly connection: string | null;
|
|
507
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
495
508
|
};
|
|
496
509
|
created_by: {
|
|
497
510
|
readonly id: number;
|
|
@@ -520,6 +533,7 @@ export default function useCanvasTheme(): {
|
|
|
520
533
|
timezone?: string | undefined;
|
|
521
534
|
tags?: (Array<string> | null) | undefined;
|
|
522
535
|
readonly connection: string | null;
|
|
536
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
523
537
|
};
|
|
524
538
|
modified_by?: {
|
|
525
539
|
readonly id: number;
|
|
@@ -548,6 +562,7 @@ export default function useCanvasTheme(): {
|
|
|
548
562
|
timezone?: string | undefined;
|
|
549
563
|
tags?: (Array<string> | null) | undefined;
|
|
550
564
|
readonly connection: string | null;
|
|
565
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
551
566
|
} | undefined;
|
|
552
567
|
logo?: {
|
|
553
568
|
id: string;
|
|
@@ -606,6 +621,7 @@ export default function useCanvasTheme(): {
|
|
|
606
621
|
timezone?: string | undefined;
|
|
607
622
|
tags?: (Array<string> | null) | undefined;
|
|
608
623
|
readonly connection: string | null;
|
|
624
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
609
625
|
};
|
|
610
626
|
created_by: {
|
|
611
627
|
readonly id: number;
|
|
@@ -634,6 +650,7 @@ export default function useCanvasTheme(): {
|
|
|
634
650
|
timezone?: string | undefined;
|
|
635
651
|
tags?: (Array<string> | null) | undefined;
|
|
636
652
|
readonly connection: string | null;
|
|
653
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
637
654
|
};
|
|
638
655
|
modified_by?: {
|
|
639
656
|
readonly id: number;
|
|
@@ -662,6 +679,7 @@ export default function useCanvasTheme(): {
|
|
|
662
679
|
timezone?: string | undefined;
|
|
663
680
|
tags?: (Array<string> | null) | undefined;
|
|
664
681
|
readonly connection: string | null;
|
|
682
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
665
683
|
} | undefined;
|
|
666
684
|
logo?: {
|
|
667
685
|
id: string;
|
|
@@ -728,6 +746,7 @@ export default function useCanvasTheme(): {
|
|
|
728
746
|
timezone?: string | undefined;
|
|
729
747
|
tags?: (Array<string> | null) | undefined;
|
|
730
748
|
readonly connection: string | null;
|
|
749
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
731
750
|
};
|
|
732
751
|
created_by: {
|
|
733
752
|
readonly id: number;
|
|
@@ -756,6 +775,7 @@ export default function useCanvasTheme(): {
|
|
|
756
775
|
timezone?: string | undefined;
|
|
757
776
|
tags?: (Array<string> | null) | undefined;
|
|
758
777
|
readonly connection: string | null;
|
|
778
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
759
779
|
};
|
|
760
780
|
modified_by?: {
|
|
761
781
|
readonly id: number;
|
|
@@ -784,6 +804,7 @@ export default function useCanvasTheme(): {
|
|
|
784
804
|
timezone?: string | undefined;
|
|
785
805
|
tags?: (Array<string> | null) | undefined;
|
|
786
806
|
readonly connection: string | null;
|
|
807
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
787
808
|
} | undefined;
|
|
788
809
|
logo?: {
|
|
789
810
|
id: string;
|
|
@@ -842,6 +863,7 @@ export default function useCanvasTheme(): {
|
|
|
842
863
|
timezone?: string | undefined;
|
|
843
864
|
tags?: (Array<string> | null) | undefined;
|
|
844
865
|
readonly connection: string | null;
|
|
866
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
845
867
|
};
|
|
846
868
|
created_by: {
|
|
847
869
|
readonly id: number;
|
|
@@ -870,6 +892,7 @@ export default function useCanvasTheme(): {
|
|
|
870
892
|
timezone?: string | undefined;
|
|
871
893
|
tags?: (Array<string> | null) | undefined;
|
|
872
894
|
readonly connection: string | null;
|
|
895
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
873
896
|
};
|
|
874
897
|
modified_by?: {
|
|
875
898
|
readonly id: number;
|
|
@@ -898,6 +921,7 @@ export default function useCanvasTheme(): {
|
|
|
898
921
|
timezone?: string | undefined;
|
|
899
922
|
tags?: (Array<string> | null) | undefined;
|
|
900
923
|
readonly connection: string | null;
|
|
924
|
+
readonly user_properties?: Record<string, unknown> | undefined;
|
|
901
925
|
} | undefined;
|
|
902
926
|
logo?: {
|
|
903
927
|
id: string;
|