@pitcher/js-api 1.25.0 → 1.26.0-beta.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 +25 -2
- 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/browser/App.vue.d.ts +4 -4
- package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +3 -0
- 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/stores/api.d.ts +3 -1
- package/lib/apps/canvas-builder/App.helpers.d.ts +2 -1
- package/lib/apps/canvas-builder/App.vue.d.ts +7 -2
- package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +4 -4
- package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +12 -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 +27 -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 +12 -0
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +12 -0
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentRevamp.vue.d.ts +12 -0
- package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +4 -0
- package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +5 -5
- 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/ContentGrid/ContentGridListItem.vue.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +5 -2
- 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 +35 -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/composables/useCanvas.d.ts +1024 -28
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +6 -4
- package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +14 -0
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +6 -4
- package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +23 -7
- package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +3 -1
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +3 -0
- package/lib/apps/canvas-builder/composables/useEmbeddable.d.ts +7 -0
- package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +7 -1
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +917 -0
- package/lib/apps/canvas-builder/composables/usePrintMode.d.ts +2 -0
- package/lib/apps/canvas-builder/constants/canvas.const.d.ts +2 -1
- package/lib/apps/canvas-builder/types/canvas.d.ts +14 -3
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +2 -1
- package/lib/apps/collection-player/types/collection-player.type.d.ts +1 -0
- package/lib/apps/collection-selector/utils/content-selector-adapter.util.d.ts +10 -1
- 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/ui/GridItem.vue.d.ts +2 -0
- package/lib/apps/content-selector/stores/app.d.ts +18 -4
- 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 +3 -2
- package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +6 -2
- package/lib/components/CBulkToolbar/CBulkToolbar.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/CFileViewer/CFileViewer.vue.d.ts +2 -0
- package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +2 -0
- package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +1 -0
- package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +3 -0
- package/lib/components/CInput/CInput.vue.d.ts +4 -4
- package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +27 -0
- package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +4 -0
- package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +18 -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/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +109 -0
- package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +33 -0
- package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +17 -0
- 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 +3 -1
- package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +22 -16
- package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +7 -4
- package/lib/components/filters/CSearchFilter.vue.d.ts +6 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +6 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +1 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +4 -4
- package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +8 -3
- package/lib/components/sections/CSectionManagement.vue.d.ts +1 -1
- package/lib/composables/useBindValidation.d.ts +1 -1
- package/lib/composables/useElementSizeAfterDom.d.ts +5 -0
- package/lib/composables/useFilterSuggestions.d.ts +56 -0
- package/lib/composables/useImageAccessibility.d.ts +13 -0
- package/lib/composables/useMetadataSearch.d.ts +21 -1
- package/lib/main.lib.d.ts +1 -0
- package/lib/sdk/api/HighLevelApi.d.ts +1 -0
- package/lib/sdk/api/modules/admin/types.admin.d.ts +8 -0
- package/lib/sdk/api/modules/share.d.ts +8 -1
- package/lib/sdk/api/modules/ui/canvas.ui.d.ts +25 -1
- package/lib/sdk/api/modules/ui/index.d.ts +2 -0
- package/lib/sdk/api/modules/ui/types.ui.d.ts +22 -0
- package/lib/sdk/interfaces.d.ts +46 -2
- package/lib/sdk/main.d.ts +9 -0
- package/lib/sdk/payload.types.d.ts +13 -0
- package/lib/stores/sectionSmartFolderStore.d.ts +110 -0
- package/lib/types/app.d.ts +20 -3
- package/lib/types/call.d.ts +1 -0
- package/lib/types/core/MetadataFilter.d.ts +2 -0
- package/lib/types/instanceSettings.types.d.ts +16 -3
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/lib/types/organizationSettings.types.d.ts +13 -0
- package/lib/util/date.d.ts +1 -0
- package/lib/util/network.d.ts +8 -0
- package/package.json +1 -1
- package/types/openapi/index.d.ts +0 -7
- package/types/openapi/models/DeletedInstance.d.ts +0 -2
- package/types/openapi/models/Instance.d.ts +0 -2
- package/types/openapi/models/InstanceRequest.d.ts +0 -1
- package/types/openapi/models/InstanceUpdate.d.ts +0 -2
- package/types/openapi/models/InstanceUpdateRequest.d.ts +0 -1
- package/types/openapi/models/OrganizationAnalyticsInstance.d.ts +0 -2
- package/types/openapi/models/OrganizationAnalyticsTop3Instances.d.ts +0 -2
- package/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +0 -1
- package/types/openapi/models/DeletedRegion.d.ts +0 -12
- package/types/openapi/models/MiniRegion.d.ts +0 -4
- package/types/openapi/models/MiniRegionRequest.d.ts +0 -3
- package/types/openapi/models/PaginatedRegionList.d.ts +0 -7
- package/types/openapi/models/PatchedRegionRequest.d.ts +0 -3
- package/types/openapi/models/Region.d.ts +0 -10
- package/types/openapi/models/RegionRequest.d.ts +0 -3
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
|
-
import { CanvasBuilderMode, ComponentTypes, CanvasBuilderProps, ComponentNode, SectionComponentOverrides, SectionListProps, MultimediaProps } from '../types/canvas';
|
|
2
|
+
import { CanvasBuilderMode, ComponentTypes, CanvasBuilderProps, ComponentNode, ContentGridProps, SectionComponentOverrides, SectionListProps, MultimediaProps } from '../types/canvas';
|
|
3
3
|
import { CanvasRetrieve } from '../../../../types/openapi';
|
|
4
4
|
import { EmbedLocation } from '../../../types/app';
|
|
5
5
|
import { LaunchDarklyEnv } from '../../../types/launchDarkly.types';
|
|
6
6
|
import { CanvasMetadataRetrieve } from '../../../types/canvases';
|
|
7
7
|
import { BackgroundSize } from '../../../types/background';
|
|
8
8
|
import { ActionCallback } from '../../collection-player/composables/keyboard-bindings.use.ts';
|
|
9
|
+
import { OrganizationSettings } from '../../../types/organizationSettings.types.ts';
|
|
10
|
+
import { InstanceSettings } from '../../../types/instanceSettings.types.ts';
|
|
9
11
|
declare function cleanup(): void;
|
|
10
12
|
export type ComponentNodesById = typeof componentNodesById;
|
|
11
13
|
declare const componentNodesById: import('vue').ComputedRef<{
|
|
@@ -91,6 +93,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
91
93
|
} | undefined;
|
|
92
94
|
readonly name: string;
|
|
93
95
|
readonly hide_footer?: boolean | undefined;
|
|
96
|
+
readonly data_accessor?: string | undefined;
|
|
94
97
|
} | {
|
|
95
98
|
readonly layout_type: import('../types/canvas').GridLayoutTypes;
|
|
96
99
|
readonly columns: number;
|
|
@@ -245,7 +248,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
245
248
|
readonly style?: {
|
|
246
249
|
readonly [x: string]: any;
|
|
247
250
|
} | undefined;
|
|
248
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
251
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
249
252
|
readonly background_video_url?: string | undefined;
|
|
250
253
|
}[];
|
|
251
254
|
readonly animation_in?: string | undefined;
|
|
@@ -336,7 +339,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
336
339
|
readonly target?: "_self" | "_blank" | undefined;
|
|
337
340
|
readonly url?: string | undefined;
|
|
338
341
|
} | {} | {
|
|
339
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
342
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
340
343
|
readonly background_video_url?: string | undefined;
|
|
341
344
|
} | {
|
|
342
345
|
readonly events: readonly {
|
|
@@ -474,6 +477,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
474
477
|
} | undefined;
|
|
475
478
|
readonly name: string;
|
|
476
479
|
readonly hide_footer?: boolean | undefined;
|
|
480
|
+
readonly data_accessor?: string | undefined;
|
|
477
481
|
} | {
|
|
478
482
|
readonly layout_type: import('../types/canvas').GridLayoutTypes;
|
|
479
483
|
readonly columns: number;
|
|
@@ -628,7 +632,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
628
632
|
readonly style?: {
|
|
629
633
|
readonly [x: string]: any;
|
|
630
634
|
} | undefined;
|
|
631
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
635
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
632
636
|
readonly background_video_url?: string | undefined;
|
|
633
637
|
}[];
|
|
634
638
|
readonly animation_in?: string | undefined;
|
|
@@ -719,7 +723,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
719
723
|
readonly target?: "_self" | "_blank" | undefined;
|
|
720
724
|
readonly url?: string | undefined;
|
|
721
725
|
} | {} | {
|
|
722
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
726
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
723
727
|
readonly background_video_url?: string | undefined;
|
|
724
728
|
} | {
|
|
725
729
|
readonly events: readonly {
|
|
@@ -784,6 +788,7 @@ declare function saveCanvasContext(context: any, { showToast }?: {
|
|
|
784
788
|
declare function saveCanvasContentWithContext(context: any, { showToast }?: {
|
|
785
789
|
showToast?: boolean;
|
|
786
790
|
}): Promise<undefined>;
|
|
791
|
+
declare function getMaxWidth(pitcherSettings: OrganizationSettings & InstanceSettings): string | undefined;
|
|
787
792
|
export default function useCanvas(): {
|
|
788
793
|
activeCanvas: Ref<{
|
|
789
794
|
readonly id: string;
|
|
@@ -999,6 +1004,7 @@ export default function useCanvas(): {
|
|
|
999
1004
|
} | undefined;
|
|
1000
1005
|
readonly name: string;
|
|
1001
1006
|
readonly hide_footer?: boolean | undefined;
|
|
1007
|
+
readonly data_accessor?: string | undefined;
|
|
1002
1008
|
} | {
|
|
1003
1009
|
readonly layout_type: import('../types/canvas').GridLayoutTypes;
|
|
1004
1010
|
readonly columns: number;
|
|
@@ -1153,7 +1159,7 @@ export default function useCanvas(): {
|
|
|
1153
1159
|
readonly style?: {
|
|
1154
1160
|
readonly [x: string]: any;
|
|
1155
1161
|
} | undefined;
|
|
1156
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1162
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1157
1163
|
readonly background_video_url?: string | undefined;
|
|
1158
1164
|
}[];
|
|
1159
1165
|
readonly animation_in?: string | undefined;
|
|
@@ -1244,7 +1250,7 @@ export default function useCanvas(): {
|
|
|
1244
1250
|
readonly target?: "_self" | "_blank" | undefined;
|
|
1245
1251
|
readonly url?: string | undefined;
|
|
1246
1252
|
} | {} | {
|
|
1247
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1253
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1248
1254
|
readonly background_video_url?: string | undefined;
|
|
1249
1255
|
} | {
|
|
1250
1256
|
readonly events: readonly {
|
|
@@ -1300,14 +1306,17 @@ export default function useCanvas(): {
|
|
|
1300
1306
|
id: string;
|
|
1301
1307
|
sectionId?: string | undefined;
|
|
1302
1308
|
previewMode?: boolean | undefined;
|
|
1309
|
+
index?: number | undefined;
|
|
1303
1310
|
}[], {
|
|
1304
1311
|
id: string;
|
|
1305
1312
|
sectionId?: string;
|
|
1306
1313
|
previewMode?: boolean;
|
|
1314
|
+
index?: number;
|
|
1307
1315
|
}[] | {
|
|
1308
1316
|
id: string;
|
|
1309
1317
|
sectionId?: string | undefined;
|
|
1310
1318
|
previewMode?: boolean | undefined;
|
|
1319
|
+
index?: number | undefined;
|
|
1311
1320
|
}[]>;
|
|
1312
1321
|
activeSettingsNode: import('vue').ComputedRef<{
|
|
1313
1322
|
readonly id: string;
|
|
@@ -1391,6 +1400,7 @@ export default function useCanvas(): {
|
|
|
1391
1400
|
} | undefined;
|
|
1392
1401
|
readonly name: string;
|
|
1393
1402
|
readonly hide_footer?: boolean | undefined;
|
|
1403
|
+
readonly data_accessor?: string | undefined;
|
|
1394
1404
|
} | {
|
|
1395
1405
|
readonly layout_type: import('../types/canvas').GridLayoutTypes;
|
|
1396
1406
|
readonly columns: number;
|
|
@@ -1545,7 +1555,7 @@ export default function useCanvas(): {
|
|
|
1545
1555
|
readonly style?: {
|
|
1546
1556
|
readonly [x: string]: any;
|
|
1547
1557
|
} | undefined;
|
|
1548
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1558
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1549
1559
|
readonly background_video_url?: string | undefined;
|
|
1550
1560
|
}[];
|
|
1551
1561
|
readonly animation_in?: string | undefined;
|
|
@@ -1636,7 +1646,7 @@ export default function useCanvas(): {
|
|
|
1636
1646
|
readonly target?: "_self" | "_blank" | undefined;
|
|
1637
1647
|
readonly url?: string | undefined;
|
|
1638
1648
|
} | {} | {
|
|
1639
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1649
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1640
1650
|
readonly background_video_url?: string | undefined;
|
|
1641
1651
|
} | {
|
|
1642
1652
|
readonly events: readonly {
|
|
@@ -1776,6 +1786,7 @@ export default function useCanvas(): {
|
|
|
1776
1786
|
filters?: Record<string, any> | undefined;
|
|
1777
1787
|
name: string;
|
|
1778
1788
|
hide_footer?: boolean | undefined;
|
|
1789
|
+
data_accessor?: string | undefined;
|
|
1779
1790
|
} | {
|
|
1780
1791
|
layout_type: import('../types/canvas').GridLayoutTypes;
|
|
1781
1792
|
columns: number;
|
|
@@ -1918,7 +1929,7 @@ export default function useCanvas(): {
|
|
|
1918
1929
|
sections: {
|
|
1919
1930
|
id: string;
|
|
1920
1931
|
style?: Record<string, any> | undefined;
|
|
1921
|
-
aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1932
|
+
aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
1922
1933
|
background_video_url?: string | undefined;
|
|
1923
1934
|
}[];
|
|
1924
1935
|
animation_in?: string | undefined;
|
|
@@ -2005,7 +2016,7 @@ export default function useCanvas(): {
|
|
|
2005
2016
|
target?: "_self" | "_blank" | undefined;
|
|
2006
2017
|
url?: string | undefined;
|
|
2007
2018
|
} | {
|
|
2008
|
-
aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2019
|
+
aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2009
2020
|
background_video_url?: string | undefined;
|
|
2010
2021
|
} | {
|
|
2011
2022
|
events: {
|
|
@@ -2042,7 +2053,7 @@ export default function useCanvas(): {
|
|
|
2042
2053
|
bg_color_palette_index?: number | undefined;
|
|
2043
2054
|
} | undefined;
|
|
2044
2055
|
height?: string | undefined;
|
|
2045
|
-
}[], ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps |
|
|
2056
|
+
}[], ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps>[] | {
|
|
2046
2057
|
id: string;
|
|
2047
2058
|
type: ComponentTypes;
|
|
2048
2059
|
tracking_id: string;
|
|
@@ -2114,6 +2125,7 @@ export default function useCanvas(): {
|
|
|
2114
2125
|
filters?: Record<string, any> | undefined;
|
|
2115
2126
|
name: string;
|
|
2116
2127
|
hide_footer?: boolean | undefined;
|
|
2128
|
+
data_accessor?: string | undefined;
|
|
2117
2129
|
} | {
|
|
2118
2130
|
layout_type: import('../types/canvas').GridLayoutTypes;
|
|
2119
2131
|
columns: number;
|
|
@@ -2256,7 +2268,7 @@ export default function useCanvas(): {
|
|
|
2256
2268
|
sections: {
|
|
2257
2269
|
id: string;
|
|
2258
2270
|
style?: Record<string, any> | undefined;
|
|
2259
|
-
aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2271
|
+
aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2260
2272
|
background_video_url?: string | undefined;
|
|
2261
2273
|
}[];
|
|
2262
2274
|
animation_in?: string | undefined;
|
|
@@ -2343,7 +2355,7 @@ export default function useCanvas(): {
|
|
|
2343
2355
|
target?: "_self" | "_blank" | undefined;
|
|
2344
2356
|
url?: string | undefined;
|
|
2345
2357
|
} | {
|
|
2346
|
-
aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2358
|
+
aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2347
2359
|
background_video_url?: string | undefined;
|
|
2348
2360
|
} | {
|
|
2349
2361
|
events: {
|
|
@@ -2400,6 +2412,7 @@ export default function useCanvas(): {
|
|
|
2400
2412
|
[x: string]: any;
|
|
2401
2413
|
presentation_component_metadata: Record<string, any>;
|
|
2402
2414
|
} | null>;
|
|
2415
|
+
fileDataCache: Ref<Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>, Map<string, any> | (Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>)>;
|
|
2403
2416
|
componentEditMode: Ref<false | {
|
|
2404
2417
|
type: ComponentTypes;
|
|
2405
2418
|
id: ComponentNode["id"] | null;
|
|
@@ -2499,6 +2512,7 @@ export default function useCanvas(): {
|
|
|
2499
2512
|
} | undefined;
|
|
2500
2513
|
readonly name: string;
|
|
2501
2514
|
readonly hide_footer?: boolean | undefined;
|
|
2515
|
+
readonly data_accessor?: string | undefined;
|
|
2502
2516
|
} | {
|
|
2503
2517
|
readonly layout_type: import('../types/canvas').GridLayoutTypes;
|
|
2504
2518
|
readonly columns: number;
|
|
@@ -2653,7 +2667,7 @@ export default function useCanvas(): {
|
|
|
2653
2667
|
readonly style?: {
|
|
2654
2668
|
readonly [x: string]: any;
|
|
2655
2669
|
} | undefined;
|
|
2656
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2670
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2657
2671
|
readonly background_video_url?: string | undefined;
|
|
2658
2672
|
}[];
|
|
2659
2673
|
readonly animation_in?: string | undefined;
|
|
@@ -2744,7 +2758,7 @@ export default function useCanvas(): {
|
|
|
2744
2758
|
readonly target?: "_self" | "_blank" | undefined;
|
|
2745
2759
|
readonly url?: string | undefined;
|
|
2746
2760
|
} | {} | {
|
|
2747
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2761
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
2748
2762
|
readonly background_video_url?: string | undefined;
|
|
2749
2763
|
} | {
|
|
2750
2764
|
readonly events: readonly {
|
|
@@ -2823,8 +2837,8 @@ export default function useCanvas(): {
|
|
|
2823
2837
|
inCall: Ref<boolean | undefined, boolean | undefined>;
|
|
2824
2838
|
isAdmin: import('vue').ComputedRef<boolean>;
|
|
2825
2839
|
isCRM: Ref<boolean, boolean>;
|
|
2826
|
-
isCanvas: import('vue').ComputedRef<boolean
|
|
2827
|
-
isCanvasTemplate: import('vue').ComputedRef<boolean
|
|
2840
|
+
isCanvas: import('vue').ComputedRef<boolean>;
|
|
2841
|
+
isCanvasTemplate: import('vue').ComputedRef<boolean>;
|
|
2828
2842
|
isDefaultDisplayMode: import('vue').ComputedRef<boolean>;
|
|
2829
2843
|
isDsr: import('vue').ComputedRef<boolean>;
|
|
2830
2844
|
isEditMode: Ref<boolean, boolean>;
|
|
@@ -2837,10 +2851,10 @@ export default function useCanvas(): {
|
|
|
2837
2851
|
isContentSameAsSaved: import('vue').ComputedRef<any>;
|
|
2838
2852
|
areOverridesSameAsSaved: import('vue').ComputedRef<any>;
|
|
2839
2853
|
isHomePageSameAsSaved: import('vue').ComputedRef<boolean>;
|
|
2840
|
-
isSection: import('vue').ComputedRef<boolean
|
|
2841
|
-
isTemplate: import('vue').ComputedRef<boolean
|
|
2842
|
-
isBlock: import('vue').ComputedRef<boolean
|
|
2843
|
-
isViewOnlyMode: import('vue').ComputedRef<boolean
|
|
2854
|
+
isSection: import('vue').ComputedRef<boolean>;
|
|
2855
|
+
isTemplate: import('vue').ComputedRef<boolean>;
|
|
2856
|
+
isBlock: import('vue').ComputedRef<boolean>;
|
|
2857
|
+
isViewOnlyMode: import('vue').ComputedRef<boolean>;
|
|
2844
2858
|
justAddedComponentId: Ref<string | null, string | null>;
|
|
2845
2859
|
listFiles: Ref<((params?: any) => Promise<import('../../../../types/openapi').File[]>) | ((...data: any[]) => void) | undefined, ((params?: any) => Promise<import('../../../../types/openapi').File[]>) | ((...data: any[]) => void) | undefined>;
|
|
2846
2860
|
listRecommendedFiles: Ref<((params: {
|
|
@@ -2866,6 +2880,7 @@ export default function useCanvas(): {
|
|
|
2866
2880
|
thumbnailUrl?: string;
|
|
2867
2881
|
uniqueId: string;
|
|
2868
2882
|
metadata?: Record<string, any>;
|
|
2883
|
+
sectionIndex?: number;
|
|
2869
2884
|
}[]>;
|
|
2870
2885
|
onComponentEnter: Ref<((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((c: ComponentNode | CanvasRetrieve) => void) | undefined, ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((c: ComponentNode | CanvasRetrieve) => void) | undefined>;
|
|
2871
2886
|
onComponentExit: Ref<((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((c: ComponentNode | CanvasRetrieve) => void) | undefined, ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((data: ComponentNode | CanvasRetrieve, params: import('../types/canvas').ComponentTrackingParams) => void) | ((c: ComponentNode | CanvasRetrieve) => void) | undefined>;
|
|
@@ -3058,6 +3073,7 @@ export default function useCanvas(): {
|
|
|
3058
3073
|
} | undefined;
|
|
3059
3074
|
readonly name: string;
|
|
3060
3075
|
readonly hide_footer?: boolean | undefined;
|
|
3076
|
+
readonly data_accessor?: string | undefined;
|
|
3061
3077
|
} | {
|
|
3062
3078
|
readonly layout_type: import('../types/canvas').GridLayoutTypes;
|
|
3063
3079
|
readonly columns: number;
|
|
@@ -3212,7 +3228,7 @@ export default function useCanvas(): {
|
|
|
3212
3228
|
readonly style?: {
|
|
3213
3229
|
readonly [x: string]: any;
|
|
3214
3230
|
} | undefined;
|
|
3215
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
3231
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
3216
3232
|
readonly background_video_url?: string | undefined;
|
|
3217
3233
|
}[];
|
|
3218
3234
|
readonly animation_in?: string | undefined;
|
|
@@ -3303,7 +3319,7 @@ export default function useCanvas(): {
|
|
|
3303
3319
|
readonly target?: "_self" | "_blank" | undefined;
|
|
3304
3320
|
readonly url?: string | undefined;
|
|
3305
3321
|
} | {} | {
|
|
3306
|
-
readonly aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
3322
|
+
readonly aspect_ratio?: ("contain" | "unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
|
|
3307
3323
|
readonly background_video_url?: string | undefined;
|
|
3308
3324
|
} | {
|
|
3309
3325
|
readonly events: readonly {
|
|
@@ -3404,9 +3420,988 @@ export default function useCanvas(): {
|
|
|
3404
3420
|
element: HTMLElement;
|
|
3405
3421
|
} | null>>, keyof Set<any>>)>;
|
|
3406
3422
|
builderCache: Ref<Record<string, any>, Record<string, any>>;
|
|
3423
|
+
writeablePitcherSettings: Ref<{
|
|
3424
|
+
auto_assignment_rules?: {
|
|
3425
|
+
connection_id: string;
|
|
3426
|
+
target_instance_id: string;
|
|
3427
|
+
groups?: string[] | undefined;
|
|
3428
|
+
}[] | undefined;
|
|
3429
|
+
canvas?: {
|
|
3430
|
+
locks_polling_interval?: number | undefined;
|
|
3431
|
+
shared_link?: {
|
|
3432
|
+
title?: string | undefined;
|
|
3433
|
+
email_disclaimer?: string | undefined;
|
|
3434
|
+
logo_url?: string | undefined;
|
|
3435
|
+
logo_style?: Record<string, any> | undefined;
|
|
3436
|
+
} | undefined;
|
|
3437
|
+
hide_page_break_in_toc?: boolean | undefined;
|
|
3438
|
+
disable_display_index_in_toc?: boolean | undefined;
|
|
3439
|
+
autohide_section_on_created?: {
|
|
3440
|
+
autohide_in_shared_link?: string | undefined;
|
|
3441
|
+
start_date?: Date | undefined;
|
|
3442
|
+
} | undefined;
|
|
3443
|
+
component_availability?: {
|
|
3444
|
+
Multimedia: boolean;
|
|
3445
|
+
Block: boolean;
|
|
3446
|
+
Carousel: boolean;
|
|
3447
|
+
CollectionPlayer: boolean;
|
|
3448
|
+
ContentGrid: boolean;
|
|
3449
|
+
DataCharts: boolean;
|
|
3450
|
+
DynamicDataTable: boolean;
|
|
3451
|
+
Embeddable: boolean;
|
|
3452
|
+
Grid: boolean;
|
|
3453
|
+
Html: boolean;
|
|
3454
|
+
IFrame: boolean;
|
|
3455
|
+
Link: boolean;
|
|
3456
|
+
Page: boolean;
|
|
3457
|
+
PageBreak: boolean;
|
|
3458
|
+
Scribble: boolean;
|
|
3459
|
+
SectionList: boolean;
|
|
3460
|
+
Text: boolean;
|
|
3461
|
+
Timeline: boolean;
|
|
3462
|
+
apps?: Record<string, boolean> | undefined;
|
|
3463
|
+
} | undefined;
|
|
3464
|
+
component_availability_roles?: {
|
|
3465
|
+
Multimedia: {
|
|
3466
|
+
admin?: boolean | undefined;
|
|
3467
|
+
rep?: boolean | undefined;
|
|
3468
|
+
};
|
|
3469
|
+
Block: {
|
|
3470
|
+
admin?: boolean | undefined;
|
|
3471
|
+
rep?: boolean | undefined;
|
|
3472
|
+
};
|
|
3473
|
+
Carousel: {
|
|
3474
|
+
admin?: boolean | undefined;
|
|
3475
|
+
rep?: boolean | undefined;
|
|
3476
|
+
};
|
|
3477
|
+
CollectionPlayer: {
|
|
3478
|
+
admin?: boolean | undefined;
|
|
3479
|
+
rep?: boolean | undefined;
|
|
3480
|
+
};
|
|
3481
|
+
ContentGrid: {
|
|
3482
|
+
admin?: boolean | undefined;
|
|
3483
|
+
rep?: boolean | undefined;
|
|
3484
|
+
};
|
|
3485
|
+
DataCharts: {
|
|
3486
|
+
admin?: boolean | undefined;
|
|
3487
|
+
rep?: boolean | undefined;
|
|
3488
|
+
};
|
|
3489
|
+
DynamicDataTable: {
|
|
3490
|
+
admin?: boolean | undefined;
|
|
3491
|
+
rep?: boolean | undefined;
|
|
3492
|
+
};
|
|
3493
|
+
Embeddable: {
|
|
3494
|
+
admin?: boolean | undefined;
|
|
3495
|
+
rep?: boolean | undefined;
|
|
3496
|
+
};
|
|
3497
|
+
Grid: {
|
|
3498
|
+
admin?: boolean | undefined;
|
|
3499
|
+
rep?: boolean | undefined;
|
|
3500
|
+
};
|
|
3501
|
+
Html: {
|
|
3502
|
+
admin?: boolean | undefined;
|
|
3503
|
+
rep?: boolean | undefined;
|
|
3504
|
+
};
|
|
3505
|
+
IFrame: {
|
|
3506
|
+
admin?: boolean | undefined;
|
|
3507
|
+
rep?: boolean | undefined;
|
|
3508
|
+
};
|
|
3509
|
+
Link: {
|
|
3510
|
+
admin?: boolean | undefined;
|
|
3511
|
+
rep?: boolean | undefined;
|
|
3512
|
+
};
|
|
3513
|
+
Page: {
|
|
3514
|
+
admin?: boolean | undefined;
|
|
3515
|
+
rep?: boolean | undefined;
|
|
3516
|
+
};
|
|
3517
|
+
PageBreak: {
|
|
3518
|
+
admin?: boolean | undefined;
|
|
3519
|
+
rep?: boolean | undefined;
|
|
3520
|
+
};
|
|
3521
|
+
Scribble: {
|
|
3522
|
+
admin?: boolean | undefined;
|
|
3523
|
+
rep?: boolean | undefined;
|
|
3524
|
+
};
|
|
3525
|
+
SectionList: {
|
|
3526
|
+
admin?: boolean | undefined;
|
|
3527
|
+
rep?: boolean | undefined;
|
|
3528
|
+
};
|
|
3529
|
+
Text: {
|
|
3530
|
+
admin?: boolean | undefined;
|
|
3531
|
+
rep?: boolean | undefined;
|
|
3532
|
+
};
|
|
3533
|
+
Timeline: {
|
|
3534
|
+
admin?: boolean | undefined;
|
|
3535
|
+
rep?: boolean | undefined;
|
|
3536
|
+
};
|
|
3537
|
+
apps?: Record<string, {
|
|
3538
|
+
admin?: boolean;
|
|
3539
|
+
rep?: boolean;
|
|
3540
|
+
}> | undefined;
|
|
3541
|
+
} | undefined;
|
|
3542
|
+
content_grid_autofill_files_filter_iteratee?: string | undefined;
|
|
3543
|
+
section_content_grid_autofill_files_filter_iteratee?: string | undefined;
|
|
3544
|
+
show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
|
|
3545
|
+
show_fallback_section_name_on_collapsibles?: boolean | undefined;
|
|
3546
|
+
capture_component_enter_exit_events?: "all" | "named_components" | undefined;
|
|
3547
|
+
enable_collection_player_component?: boolean | undefined;
|
|
3548
|
+
autoselect_selected_canvas_account?: boolean | undefined;
|
|
3549
|
+
require_account_on_canvas_creation?: boolean | undefined;
|
|
3550
|
+
pptx_slide_image_width?: number | undefined;
|
|
3551
|
+
enable_download_in_presentation_mode?: boolean | undefined;
|
|
3552
|
+
correlation_id_cleanup_delay?: number | undefined;
|
|
3553
|
+
async_download_expiration_hours?: number | undefined;
|
|
3554
|
+
async_download_api_url?: string | undefined;
|
|
3555
|
+
async_download_callback_url?: string | undefined;
|
|
3556
|
+
} | undefined;
|
|
3557
|
+
api_client_timeout?: number | undefined;
|
|
3558
|
+
enable_monaco_html_editor?: boolean | undefined;
|
|
3559
|
+
skip_metadata_keys_in_list_item?: string[] | undefined;
|
|
3560
|
+
enable_multi_language?: boolean | undefined;
|
|
3561
|
+
enable_multipeer_connectivity?: boolean | undefined;
|
|
3562
|
+
canvases_route_order?: number | undefined;
|
|
3563
|
+
content_browser_route_order?: number | undefined;
|
|
3564
|
+
impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
|
|
3565
|
+
translation_overrides?: {
|
|
3566
|
+
en?: Record<string, string> | undefined;
|
|
3567
|
+
de?: Record<string, string> | undefined;
|
|
3568
|
+
pl?: Record<string, string> | undefined;
|
|
3569
|
+
tr?: Record<string, string> | undefined;
|
|
3570
|
+
el?: Record<string, string> | undefined;
|
|
3571
|
+
fr?: Record<string, string> | undefined;
|
|
3572
|
+
es?: Record<string, string> | undefined;
|
|
3573
|
+
} | undefined;
|
|
3574
|
+
file_annotations_mode?: "admin" | "personal" | undefined;
|
|
3575
|
+
minimum_event_duration_in_call?: number | undefined;
|
|
3576
|
+
enable_content_rating_in_call?: boolean | undefined;
|
|
3577
|
+
display_metadata_filters_in_modal?: boolean | undefined;
|
|
3578
|
+
enable_js_api_recommended_files?: boolean | undefined;
|
|
3579
|
+
metadata_highlight_properties?: {
|
|
3580
|
+
background_color?: string | undefined;
|
|
3581
|
+
color?: string | undefined;
|
|
3582
|
+
icon?: string | undefined;
|
|
3583
|
+
key: string;
|
|
3584
|
+
match_value: string | string[] | number | boolean;
|
|
3585
|
+
text: string;
|
|
3586
|
+
}[] | undefined;
|
|
3587
|
+
business_logic_ids_to_section_ids_resolver?: string | undefined;
|
|
3588
|
+
section_thumbnail_url_transformer?: string | undefined;
|
|
3589
|
+
pipe_multi_search_separator?: string | undefined;
|
|
3590
|
+
enable_crm_privacy_mode?: boolean | undefined;
|
|
3591
|
+
enable_indicators?: boolean | undefined;
|
|
3592
|
+
enable_metadata_info_in_list_item?: boolean | undefined;
|
|
3593
|
+
smart_folder_rule_attributes?: {
|
|
3594
|
+
sync?: boolean | undefined;
|
|
3595
|
+
max_sync_limit?: number | undefined;
|
|
3596
|
+
sync_chunk_size?: number | undefined;
|
|
3597
|
+
files?: {
|
|
3598
|
+
name: string;
|
|
3599
|
+
type: "string" | "boolean" | "number" | "date" | "array";
|
|
3600
|
+
accessor: string;
|
|
3601
|
+
display_name: string;
|
|
3602
|
+
}[] | undefined;
|
|
3603
|
+
canvas?: {
|
|
3604
|
+
name: string;
|
|
3605
|
+
type: "string" | "boolean" | "number" | "date" | "array";
|
|
3606
|
+
accessor: string;
|
|
3607
|
+
display_name: string;
|
|
3608
|
+
}[] | undefined;
|
|
3609
|
+
canvas_templates?: {
|
|
3610
|
+
name: string;
|
|
3611
|
+
type: "string" | "boolean" | "number" | "date" | "array";
|
|
3612
|
+
accessor: string;
|
|
3613
|
+
display_name: string;
|
|
3614
|
+
}[] | undefined;
|
|
3615
|
+
section?: {
|
|
3616
|
+
name: string;
|
|
3617
|
+
type: "string" | "boolean" | "number" | "date" | "array";
|
|
3618
|
+
accessor: string;
|
|
3619
|
+
display_name: string;
|
|
3620
|
+
}[] | undefined;
|
|
3621
|
+
} | undefined;
|
|
3622
|
+
ios?: /*elided*/ any | undefined;
|
|
3623
|
+
full_text_search_config?: string | undefined;
|
|
3624
|
+
include_file_content_in_full_text_search?: boolean | undefined;
|
|
3625
|
+
include_file_metadata_in_full_text_search?: boolean | undefined;
|
|
3626
|
+
include_canvas_content_in_full_text_search?: boolean | undefined;
|
|
3627
|
+
include_canvas_metadata_in_full_text_search?: boolean | undefined;
|
|
3628
|
+
use_collection_player_as_default_file_viewer?: boolean | undefined;
|
|
3629
|
+
use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
|
|
3630
|
+
use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
|
|
3631
|
+
enable_ppt_converter_in_canvas_templates?: boolean | undefined;
|
|
3632
|
+
generate_only_sections_in_ppt_converter?: boolean | undefined;
|
|
3633
|
+
enable_search_with_suggestions?: boolean | undefined;
|
|
3634
|
+
enable_search_filter_with_suggestions?: boolean | undefined;
|
|
3635
|
+
enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
|
|
3636
|
+
enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
|
|
3637
|
+
default_pdf_page_dimensions?: {
|
|
3638
|
+
width?: number | undefined;
|
|
3639
|
+
height?: number | undefined;
|
|
3640
|
+
printScale?: number | undefined;
|
|
3641
|
+
} | undefined;
|
|
3642
|
+
disable_browser_search_context?: boolean | undefined;
|
|
3643
|
+
location_prompt_type?: "warning" | "block" | undefined;
|
|
3644
|
+
location_prompt_message?: string | undefined;
|
|
3645
|
+
use_collection_player_with_annotations?: boolean | undefined;
|
|
3646
|
+
disable_core_canvas_metadata?: boolean | undefined;
|
|
3647
|
+
enable_recents?: boolean | undefined;
|
|
3648
|
+
enable_favorites?: boolean | undefined;
|
|
3649
|
+
}, (OrganizationSettings & {
|
|
3650
|
+
canvas?: {
|
|
3651
|
+
hide_page_break_in_toc?: boolean;
|
|
3652
|
+
disable_display_index_in_toc?: boolean;
|
|
3653
|
+
autohide_section_on_created?: import('../../../types/instanceSettings.types.ts').AutohideSectionOnCreated;
|
|
3654
|
+
component_availability?: import('../../../types/instanceSettings.types.ts').CanvasComponentAvailability & {
|
|
3655
|
+
apps?: Record<string, boolean>;
|
|
3656
|
+
};
|
|
3657
|
+
component_availability_roles?: import('../../../types/instanceSettings.types.ts').CanvasComponentAvailabilityRoles & {
|
|
3658
|
+
apps?: Record<string, {
|
|
3659
|
+
admin?: boolean;
|
|
3660
|
+
rep?: boolean;
|
|
3661
|
+
}>;
|
|
3662
|
+
};
|
|
3663
|
+
content_grid_autofill_files_filter_iteratee?: string;
|
|
3664
|
+
section_content_grid_autofill_files_filter_iteratee?: string;
|
|
3665
|
+
show_extra_exit_button_in_fullscreen_mode?: boolean;
|
|
3666
|
+
show_fallback_section_name_on_collapsibles?: boolean;
|
|
3667
|
+
capture_component_enter_exit_events?: "all" | "named_components";
|
|
3668
|
+
enable_collection_player_component?: boolean;
|
|
3669
|
+
autoselect_selected_canvas_account?: boolean;
|
|
3670
|
+
require_account_on_canvas_creation?: boolean;
|
|
3671
|
+
pptx_slide_image_width?: number;
|
|
3672
|
+
enable_download_in_presentation_mode?: boolean;
|
|
3673
|
+
correlation_id_cleanup_delay?: number;
|
|
3674
|
+
async_download_expiration_hours?: number;
|
|
3675
|
+
async_download_api_url?: string;
|
|
3676
|
+
async_download_callback_url?: string;
|
|
3677
|
+
};
|
|
3678
|
+
enable_recents?: boolean;
|
|
3679
|
+
enable_favorites?: boolean;
|
|
3680
|
+
enable_multipeer_connectivity?: boolean;
|
|
3681
|
+
ios?: InstanceSettings;
|
|
3682
|
+
}) | {
|
|
3683
|
+
auto_assignment_rules?: {
|
|
3684
|
+
connection_id: string;
|
|
3685
|
+
target_instance_id: string;
|
|
3686
|
+
groups?: string[] | undefined;
|
|
3687
|
+
}[] | undefined;
|
|
3688
|
+
canvas?: {
|
|
3689
|
+
locks_polling_interval?: number | undefined;
|
|
3690
|
+
shared_link?: {
|
|
3691
|
+
title?: string | undefined;
|
|
3692
|
+
email_disclaimer?: string | undefined;
|
|
3693
|
+
logo_url?: string | undefined;
|
|
3694
|
+
logo_style?: Record<string, any> | undefined;
|
|
3695
|
+
} | undefined;
|
|
3696
|
+
hide_page_break_in_toc?: boolean | undefined;
|
|
3697
|
+
disable_display_index_in_toc?: boolean | undefined;
|
|
3698
|
+
autohide_section_on_created?: {
|
|
3699
|
+
autohide_in_shared_link?: string | undefined;
|
|
3700
|
+
start_date?: Date | undefined;
|
|
3701
|
+
} | undefined;
|
|
3702
|
+
component_availability?: {
|
|
3703
|
+
Multimedia: boolean;
|
|
3704
|
+
Block: boolean;
|
|
3705
|
+
Carousel: boolean;
|
|
3706
|
+
CollectionPlayer: boolean;
|
|
3707
|
+
ContentGrid: boolean;
|
|
3708
|
+
DataCharts: boolean;
|
|
3709
|
+
DynamicDataTable: boolean;
|
|
3710
|
+
Embeddable: boolean;
|
|
3711
|
+
Grid: boolean;
|
|
3712
|
+
Html: boolean;
|
|
3713
|
+
IFrame: boolean;
|
|
3714
|
+
Link: boolean;
|
|
3715
|
+
Page: boolean;
|
|
3716
|
+
PageBreak: boolean;
|
|
3717
|
+
Scribble: boolean;
|
|
3718
|
+
SectionList: boolean;
|
|
3719
|
+
Text: boolean;
|
|
3720
|
+
Timeline: boolean;
|
|
3721
|
+
apps?: Record<string, boolean> | undefined;
|
|
3722
|
+
} | undefined;
|
|
3723
|
+
component_availability_roles?: {
|
|
3724
|
+
Multimedia: {
|
|
3725
|
+
admin?: boolean | undefined;
|
|
3726
|
+
rep?: boolean | undefined;
|
|
3727
|
+
};
|
|
3728
|
+
Block: {
|
|
3729
|
+
admin?: boolean | undefined;
|
|
3730
|
+
rep?: boolean | undefined;
|
|
3731
|
+
};
|
|
3732
|
+
Carousel: {
|
|
3733
|
+
admin?: boolean | undefined;
|
|
3734
|
+
rep?: boolean | undefined;
|
|
3735
|
+
};
|
|
3736
|
+
CollectionPlayer: {
|
|
3737
|
+
admin?: boolean | undefined;
|
|
3738
|
+
rep?: boolean | undefined;
|
|
3739
|
+
};
|
|
3740
|
+
ContentGrid: {
|
|
3741
|
+
admin?: boolean | undefined;
|
|
3742
|
+
rep?: boolean | undefined;
|
|
3743
|
+
};
|
|
3744
|
+
DataCharts: {
|
|
3745
|
+
admin?: boolean | undefined;
|
|
3746
|
+
rep?: boolean | undefined;
|
|
3747
|
+
};
|
|
3748
|
+
DynamicDataTable: {
|
|
3749
|
+
admin?: boolean | undefined;
|
|
3750
|
+
rep?: boolean | undefined;
|
|
3751
|
+
};
|
|
3752
|
+
Embeddable: {
|
|
3753
|
+
admin?: boolean | undefined;
|
|
3754
|
+
rep?: boolean | undefined;
|
|
3755
|
+
};
|
|
3756
|
+
Grid: {
|
|
3757
|
+
admin?: boolean | undefined;
|
|
3758
|
+
rep?: boolean | undefined;
|
|
3759
|
+
};
|
|
3760
|
+
Html: {
|
|
3761
|
+
admin?: boolean | undefined;
|
|
3762
|
+
rep?: boolean | undefined;
|
|
3763
|
+
};
|
|
3764
|
+
IFrame: {
|
|
3765
|
+
admin?: boolean | undefined;
|
|
3766
|
+
rep?: boolean | undefined;
|
|
3767
|
+
};
|
|
3768
|
+
Link: {
|
|
3769
|
+
admin?: boolean | undefined;
|
|
3770
|
+
rep?: boolean | undefined;
|
|
3771
|
+
};
|
|
3772
|
+
Page: {
|
|
3773
|
+
admin?: boolean | undefined;
|
|
3774
|
+
rep?: boolean | undefined;
|
|
3775
|
+
};
|
|
3776
|
+
PageBreak: {
|
|
3777
|
+
admin?: boolean | undefined;
|
|
3778
|
+
rep?: boolean | undefined;
|
|
3779
|
+
};
|
|
3780
|
+
Scribble: {
|
|
3781
|
+
admin?: boolean | undefined;
|
|
3782
|
+
rep?: boolean | undefined;
|
|
3783
|
+
};
|
|
3784
|
+
SectionList: {
|
|
3785
|
+
admin?: boolean | undefined;
|
|
3786
|
+
rep?: boolean | undefined;
|
|
3787
|
+
};
|
|
3788
|
+
Text: {
|
|
3789
|
+
admin?: boolean | undefined;
|
|
3790
|
+
rep?: boolean | undefined;
|
|
3791
|
+
};
|
|
3792
|
+
Timeline: {
|
|
3793
|
+
admin?: boolean | undefined;
|
|
3794
|
+
rep?: boolean | undefined;
|
|
3795
|
+
};
|
|
3796
|
+
apps?: Record<string, {
|
|
3797
|
+
admin?: boolean;
|
|
3798
|
+
rep?: boolean;
|
|
3799
|
+
}> | undefined;
|
|
3800
|
+
} | undefined;
|
|
3801
|
+
content_grid_autofill_files_filter_iteratee?: string | undefined;
|
|
3802
|
+
section_content_grid_autofill_files_filter_iteratee?: string | undefined;
|
|
3803
|
+
show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
|
|
3804
|
+
show_fallback_section_name_on_collapsibles?: boolean | undefined;
|
|
3805
|
+
capture_component_enter_exit_events?: "all" | "named_components" | undefined;
|
|
3806
|
+
enable_collection_player_component?: boolean | undefined;
|
|
3807
|
+
autoselect_selected_canvas_account?: boolean | undefined;
|
|
3808
|
+
require_account_on_canvas_creation?: boolean | undefined;
|
|
3809
|
+
pptx_slide_image_width?: number | undefined;
|
|
3810
|
+
enable_download_in_presentation_mode?: boolean | undefined;
|
|
3811
|
+
correlation_id_cleanup_delay?: number | undefined;
|
|
3812
|
+
async_download_expiration_hours?: number | undefined;
|
|
3813
|
+
async_download_api_url?: string | undefined;
|
|
3814
|
+
async_download_callback_url?: string | undefined;
|
|
3815
|
+
} | undefined;
|
|
3816
|
+
api_client_timeout?: number | undefined;
|
|
3817
|
+
enable_monaco_html_editor?: boolean | undefined;
|
|
3818
|
+
skip_metadata_keys_in_list_item?: string[] | undefined;
|
|
3819
|
+
enable_multi_language?: boolean | undefined;
|
|
3820
|
+
enable_multipeer_connectivity?: boolean | undefined;
|
|
3821
|
+
canvases_route_order?: number | undefined;
|
|
3822
|
+
content_browser_route_order?: number | undefined;
|
|
3823
|
+
impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
|
|
3824
|
+
translation_overrides?: {
|
|
3825
|
+
en?: Record<string, string> | undefined;
|
|
3826
|
+
de?: Record<string, string> | undefined;
|
|
3827
|
+
pl?: Record<string, string> | undefined;
|
|
3828
|
+
tr?: Record<string, string> | undefined;
|
|
3829
|
+
el?: Record<string, string> | undefined;
|
|
3830
|
+
fr?: Record<string, string> | undefined;
|
|
3831
|
+
es?: Record<string, string> | undefined;
|
|
3832
|
+
} | undefined;
|
|
3833
|
+
file_annotations_mode?: "admin" | "personal" | undefined;
|
|
3834
|
+
minimum_event_duration_in_call?: number | undefined;
|
|
3835
|
+
enable_content_rating_in_call?: boolean | undefined;
|
|
3836
|
+
display_metadata_filters_in_modal?: boolean | undefined;
|
|
3837
|
+
enable_js_api_recommended_files?: boolean | undefined;
|
|
3838
|
+
metadata_highlight_properties?: {
|
|
3839
|
+
background_color?: string | undefined;
|
|
3840
|
+
color?: string | undefined;
|
|
3841
|
+
icon?: string | undefined;
|
|
3842
|
+
key: string;
|
|
3843
|
+
match_value: string | string[] | number | boolean;
|
|
3844
|
+
text: string;
|
|
3845
|
+
}[] | undefined;
|
|
3846
|
+
business_logic_ids_to_section_ids_resolver?: string | undefined;
|
|
3847
|
+
section_thumbnail_url_transformer?: string | undefined;
|
|
3848
|
+
pipe_multi_search_separator?: string | undefined;
|
|
3849
|
+
enable_crm_privacy_mode?: boolean | undefined;
|
|
3850
|
+
enable_indicators?: boolean | undefined;
|
|
3851
|
+
enable_metadata_info_in_list_item?: boolean | undefined;
|
|
3852
|
+
smart_folder_rule_attributes?: {
|
|
3853
|
+
sync?: boolean | undefined;
|
|
3854
|
+
max_sync_limit?: number | undefined;
|
|
3855
|
+
sync_chunk_size?: number | undefined;
|
|
3856
|
+
files?: {
|
|
3857
|
+
name: string;
|
|
3858
|
+
type: "string" | "boolean" | "number" | "date" | "array";
|
|
3859
|
+
accessor: string;
|
|
3860
|
+
display_name: string;
|
|
3861
|
+
}[] | undefined;
|
|
3862
|
+
canvas?: {
|
|
3863
|
+
name: string;
|
|
3864
|
+
type: "string" | "boolean" | "number" | "date" | "array";
|
|
3865
|
+
accessor: string;
|
|
3866
|
+
display_name: string;
|
|
3867
|
+
}[] | undefined;
|
|
3868
|
+
canvas_templates?: {
|
|
3869
|
+
name: string;
|
|
3870
|
+
type: "string" | "boolean" | "number" | "date" | "array";
|
|
3871
|
+
accessor: string;
|
|
3872
|
+
display_name: string;
|
|
3873
|
+
}[] | undefined;
|
|
3874
|
+
section?: {
|
|
3875
|
+
name: string;
|
|
3876
|
+
type: "string" | "boolean" | "number" | "date" | "array";
|
|
3877
|
+
accessor: string;
|
|
3878
|
+
display_name: string;
|
|
3879
|
+
}[] | undefined;
|
|
3880
|
+
} | undefined;
|
|
3881
|
+
ios?: /*elided*/ any | undefined;
|
|
3882
|
+
full_text_search_config?: string | undefined;
|
|
3883
|
+
include_file_content_in_full_text_search?: boolean | undefined;
|
|
3884
|
+
include_file_metadata_in_full_text_search?: boolean | undefined;
|
|
3885
|
+
include_canvas_content_in_full_text_search?: boolean | undefined;
|
|
3886
|
+
include_canvas_metadata_in_full_text_search?: boolean | undefined;
|
|
3887
|
+
use_collection_player_as_default_file_viewer?: boolean | undefined;
|
|
3888
|
+
use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
|
|
3889
|
+
use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
|
|
3890
|
+
enable_ppt_converter_in_canvas_templates?: boolean | undefined;
|
|
3891
|
+
generate_only_sections_in_ppt_converter?: boolean | undefined;
|
|
3892
|
+
enable_search_with_suggestions?: boolean | undefined;
|
|
3893
|
+
enable_search_filter_with_suggestions?: boolean | undefined;
|
|
3894
|
+
enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
|
|
3895
|
+
enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
|
|
3896
|
+
default_pdf_page_dimensions?: {
|
|
3897
|
+
width?: number | undefined;
|
|
3898
|
+
height?: number | undefined;
|
|
3899
|
+
printScale?: number | undefined;
|
|
3900
|
+
} | undefined;
|
|
3901
|
+
disable_browser_search_context?: boolean | undefined;
|
|
3902
|
+
location_prompt_type?: "warning" | "block" | undefined;
|
|
3903
|
+
location_prompt_message?: string | undefined;
|
|
3904
|
+
use_collection_player_with_annotations?: boolean | undefined;
|
|
3905
|
+
disable_core_canvas_metadata?: boolean | undefined;
|
|
3906
|
+
enable_recents?: boolean | undefined;
|
|
3907
|
+
enable_favorites?: boolean | undefined;
|
|
3908
|
+
}>;
|
|
3909
|
+
pitcherSettings: Readonly<Ref<{
|
|
3910
|
+
readonly auto_assignment_rules?: readonly {
|
|
3911
|
+
readonly connection_id: string;
|
|
3912
|
+
readonly target_instance_id: string;
|
|
3913
|
+
readonly groups?: readonly string[] | undefined;
|
|
3914
|
+
}[] | undefined;
|
|
3915
|
+
readonly canvas?: {
|
|
3916
|
+
readonly locks_polling_interval?: number | undefined;
|
|
3917
|
+
readonly shared_link?: {
|
|
3918
|
+
readonly title?: string | undefined;
|
|
3919
|
+
readonly email_disclaimer?: string | undefined;
|
|
3920
|
+
readonly logo_url?: string | undefined;
|
|
3921
|
+
readonly logo_style?: {
|
|
3922
|
+
readonly [x: string]: any;
|
|
3923
|
+
} | undefined;
|
|
3924
|
+
} | undefined;
|
|
3925
|
+
readonly hide_page_break_in_toc?: boolean | undefined;
|
|
3926
|
+
readonly disable_display_index_in_toc?: boolean | undefined;
|
|
3927
|
+
readonly autohide_section_on_created?: {
|
|
3928
|
+
readonly autohide_in_shared_link?: string | undefined;
|
|
3929
|
+
readonly start_date?: Date | undefined;
|
|
3930
|
+
} | undefined;
|
|
3931
|
+
readonly component_availability?: {
|
|
3932
|
+
readonly Multimedia: boolean;
|
|
3933
|
+
readonly Block: boolean;
|
|
3934
|
+
readonly Carousel: boolean;
|
|
3935
|
+
readonly CollectionPlayer: boolean;
|
|
3936
|
+
readonly ContentGrid: boolean;
|
|
3937
|
+
readonly DataCharts: boolean;
|
|
3938
|
+
readonly DynamicDataTable: boolean;
|
|
3939
|
+
readonly Embeddable: boolean;
|
|
3940
|
+
readonly Grid: boolean;
|
|
3941
|
+
readonly Html: boolean;
|
|
3942
|
+
readonly IFrame: boolean;
|
|
3943
|
+
readonly Link: boolean;
|
|
3944
|
+
readonly Page: boolean;
|
|
3945
|
+
readonly PageBreak: boolean;
|
|
3946
|
+
readonly Scribble: boolean;
|
|
3947
|
+
readonly SectionList: boolean;
|
|
3948
|
+
readonly Text: boolean;
|
|
3949
|
+
readonly Timeline: boolean;
|
|
3950
|
+
readonly apps?: {
|
|
3951
|
+
readonly [x: string]: boolean;
|
|
3952
|
+
} | undefined;
|
|
3953
|
+
} | undefined;
|
|
3954
|
+
readonly component_availability_roles?: {
|
|
3955
|
+
readonly Multimedia: {
|
|
3956
|
+
readonly admin?: boolean | undefined;
|
|
3957
|
+
readonly rep?: boolean | undefined;
|
|
3958
|
+
};
|
|
3959
|
+
readonly Block: {
|
|
3960
|
+
readonly admin?: boolean | undefined;
|
|
3961
|
+
readonly rep?: boolean | undefined;
|
|
3962
|
+
};
|
|
3963
|
+
readonly Carousel: {
|
|
3964
|
+
readonly admin?: boolean | undefined;
|
|
3965
|
+
readonly rep?: boolean | undefined;
|
|
3966
|
+
};
|
|
3967
|
+
readonly CollectionPlayer: {
|
|
3968
|
+
readonly admin?: boolean | undefined;
|
|
3969
|
+
readonly rep?: boolean | undefined;
|
|
3970
|
+
};
|
|
3971
|
+
readonly ContentGrid: {
|
|
3972
|
+
readonly admin?: boolean | undefined;
|
|
3973
|
+
readonly rep?: boolean | undefined;
|
|
3974
|
+
};
|
|
3975
|
+
readonly DataCharts: {
|
|
3976
|
+
readonly admin?: boolean | undefined;
|
|
3977
|
+
readonly rep?: boolean | undefined;
|
|
3978
|
+
};
|
|
3979
|
+
readonly DynamicDataTable: {
|
|
3980
|
+
readonly admin?: boolean | undefined;
|
|
3981
|
+
readonly rep?: boolean | undefined;
|
|
3982
|
+
};
|
|
3983
|
+
readonly Embeddable: {
|
|
3984
|
+
readonly admin?: boolean | undefined;
|
|
3985
|
+
readonly rep?: boolean | undefined;
|
|
3986
|
+
};
|
|
3987
|
+
readonly Grid: {
|
|
3988
|
+
readonly admin?: boolean | undefined;
|
|
3989
|
+
readonly rep?: boolean | undefined;
|
|
3990
|
+
};
|
|
3991
|
+
readonly Html: {
|
|
3992
|
+
readonly admin?: boolean | undefined;
|
|
3993
|
+
readonly rep?: boolean | undefined;
|
|
3994
|
+
};
|
|
3995
|
+
readonly IFrame: {
|
|
3996
|
+
readonly admin?: boolean | undefined;
|
|
3997
|
+
readonly rep?: boolean | undefined;
|
|
3998
|
+
};
|
|
3999
|
+
readonly Link: {
|
|
4000
|
+
readonly admin?: boolean | undefined;
|
|
4001
|
+
readonly rep?: boolean | undefined;
|
|
4002
|
+
};
|
|
4003
|
+
readonly Page: {
|
|
4004
|
+
readonly admin?: boolean | undefined;
|
|
4005
|
+
readonly rep?: boolean | undefined;
|
|
4006
|
+
};
|
|
4007
|
+
readonly PageBreak: {
|
|
4008
|
+
readonly admin?: boolean | undefined;
|
|
4009
|
+
readonly rep?: boolean | undefined;
|
|
4010
|
+
};
|
|
4011
|
+
readonly Scribble: {
|
|
4012
|
+
readonly admin?: boolean | undefined;
|
|
4013
|
+
readonly rep?: boolean | undefined;
|
|
4014
|
+
};
|
|
4015
|
+
readonly SectionList: {
|
|
4016
|
+
readonly admin?: boolean | undefined;
|
|
4017
|
+
readonly rep?: boolean | undefined;
|
|
4018
|
+
};
|
|
4019
|
+
readonly Text: {
|
|
4020
|
+
readonly admin?: boolean | undefined;
|
|
4021
|
+
readonly rep?: boolean | undefined;
|
|
4022
|
+
};
|
|
4023
|
+
readonly Timeline: {
|
|
4024
|
+
readonly admin?: boolean | undefined;
|
|
4025
|
+
readonly rep?: boolean | undefined;
|
|
4026
|
+
};
|
|
4027
|
+
readonly apps?: {
|
|
4028
|
+
readonly [x: string]: {
|
|
4029
|
+
readonly admin?: boolean | undefined;
|
|
4030
|
+
readonly rep?: boolean | undefined;
|
|
4031
|
+
};
|
|
4032
|
+
} | undefined;
|
|
4033
|
+
} | undefined;
|
|
4034
|
+
readonly content_grid_autofill_files_filter_iteratee?: string | undefined;
|
|
4035
|
+
readonly section_content_grid_autofill_files_filter_iteratee?: string | undefined;
|
|
4036
|
+
readonly show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
|
|
4037
|
+
readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
|
|
4038
|
+
readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
|
|
4039
|
+
readonly enable_collection_player_component?: boolean | undefined;
|
|
4040
|
+
readonly autoselect_selected_canvas_account?: boolean | undefined;
|
|
4041
|
+
readonly require_account_on_canvas_creation?: boolean | undefined;
|
|
4042
|
+
readonly pptx_slide_image_width?: number | undefined;
|
|
4043
|
+
readonly enable_download_in_presentation_mode?: boolean | undefined;
|
|
4044
|
+
readonly correlation_id_cleanup_delay?: number | undefined;
|
|
4045
|
+
readonly async_download_expiration_hours?: number | undefined;
|
|
4046
|
+
readonly async_download_api_url?: string | undefined;
|
|
4047
|
+
readonly async_download_callback_url?: string | undefined;
|
|
4048
|
+
} | undefined;
|
|
4049
|
+
readonly api_client_timeout?: number | undefined;
|
|
4050
|
+
readonly enable_monaco_html_editor?: boolean | undefined;
|
|
4051
|
+
readonly skip_metadata_keys_in_list_item?: readonly string[] | undefined;
|
|
4052
|
+
readonly enable_multi_language?: boolean | undefined;
|
|
4053
|
+
readonly enable_multipeer_connectivity?: boolean | undefined;
|
|
4054
|
+
readonly canvases_route_order?: number | undefined;
|
|
4055
|
+
readonly content_browser_route_order?: number | undefined;
|
|
4056
|
+
readonly impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
|
|
4057
|
+
readonly translation_overrides?: {
|
|
4058
|
+
readonly en?: {
|
|
4059
|
+
readonly [x: string]: string;
|
|
4060
|
+
} | undefined;
|
|
4061
|
+
readonly de?: {
|
|
4062
|
+
readonly [x: string]: string;
|
|
4063
|
+
} | undefined;
|
|
4064
|
+
readonly pl?: {
|
|
4065
|
+
readonly [x: string]: string;
|
|
4066
|
+
} | undefined;
|
|
4067
|
+
readonly tr?: {
|
|
4068
|
+
readonly [x: string]: string;
|
|
4069
|
+
} | undefined;
|
|
4070
|
+
readonly el?: {
|
|
4071
|
+
readonly [x: string]: string;
|
|
4072
|
+
} | undefined;
|
|
4073
|
+
readonly fr?: {
|
|
4074
|
+
readonly [x: string]: string;
|
|
4075
|
+
} | undefined;
|
|
4076
|
+
readonly es?: {
|
|
4077
|
+
readonly [x: string]: string;
|
|
4078
|
+
} | undefined;
|
|
4079
|
+
} | undefined;
|
|
4080
|
+
readonly file_annotations_mode?: "admin" | "personal" | undefined;
|
|
4081
|
+
readonly minimum_event_duration_in_call?: number | undefined;
|
|
4082
|
+
readonly enable_content_rating_in_call?: boolean | undefined;
|
|
4083
|
+
readonly display_metadata_filters_in_modal?: boolean | undefined;
|
|
4084
|
+
readonly enable_js_api_recommended_files?: boolean | undefined;
|
|
4085
|
+
readonly metadata_highlight_properties?: readonly {
|
|
4086
|
+
readonly background_color?: string | undefined;
|
|
4087
|
+
readonly color?: string | undefined;
|
|
4088
|
+
readonly icon?: string | undefined;
|
|
4089
|
+
readonly key: string;
|
|
4090
|
+
readonly match_value: string | number | boolean | readonly string[];
|
|
4091
|
+
readonly text: string;
|
|
4092
|
+
}[] | undefined;
|
|
4093
|
+
readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
|
|
4094
|
+
readonly section_thumbnail_url_transformer?: string | undefined;
|
|
4095
|
+
readonly pipe_multi_search_separator?: string | undefined;
|
|
4096
|
+
readonly enable_crm_privacy_mode?: boolean | undefined;
|
|
4097
|
+
readonly enable_indicators?: boolean | undefined;
|
|
4098
|
+
readonly enable_metadata_info_in_list_item?: boolean | undefined;
|
|
4099
|
+
readonly smart_folder_rule_attributes?: {
|
|
4100
|
+
readonly sync?: boolean | undefined;
|
|
4101
|
+
readonly max_sync_limit?: number | undefined;
|
|
4102
|
+
readonly sync_chunk_size?: number | undefined;
|
|
4103
|
+
readonly files?: readonly {
|
|
4104
|
+
readonly name: string;
|
|
4105
|
+
readonly type: "string" | "boolean" | "number" | "date" | "array";
|
|
4106
|
+
readonly accessor: string;
|
|
4107
|
+
readonly display_name: string;
|
|
4108
|
+
}[] | undefined;
|
|
4109
|
+
readonly canvas?: readonly {
|
|
4110
|
+
readonly name: string;
|
|
4111
|
+
readonly type: "string" | "boolean" | "number" | "date" | "array";
|
|
4112
|
+
readonly accessor: string;
|
|
4113
|
+
readonly display_name: string;
|
|
4114
|
+
}[] | undefined;
|
|
4115
|
+
readonly canvas_templates?: readonly {
|
|
4116
|
+
readonly name: string;
|
|
4117
|
+
readonly type: "string" | "boolean" | "number" | "date" | "array";
|
|
4118
|
+
readonly accessor: string;
|
|
4119
|
+
readonly display_name: string;
|
|
4120
|
+
}[] | undefined;
|
|
4121
|
+
readonly section?: readonly {
|
|
4122
|
+
readonly name: string;
|
|
4123
|
+
readonly type: "string" | "boolean" | "number" | "date" | "array";
|
|
4124
|
+
readonly accessor: string;
|
|
4125
|
+
readonly display_name: string;
|
|
4126
|
+
}[] | undefined;
|
|
4127
|
+
} | undefined;
|
|
4128
|
+
readonly ios?: /*elided*/ any | undefined;
|
|
4129
|
+
readonly full_text_search_config?: string | undefined;
|
|
4130
|
+
readonly include_file_content_in_full_text_search?: boolean | undefined;
|
|
4131
|
+
readonly include_file_metadata_in_full_text_search?: boolean | undefined;
|
|
4132
|
+
readonly include_canvas_content_in_full_text_search?: boolean | undefined;
|
|
4133
|
+
readonly include_canvas_metadata_in_full_text_search?: boolean | undefined;
|
|
4134
|
+
readonly use_collection_player_as_default_file_viewer?: boolean | undefined;
|
|
4135
|
+
readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
|
|
4136
|
+
readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
|
|
4137
|
+
readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
|
|
4138
|
+
readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
|
|
4139
|
+
readonly enable_search_with_suggestions?: boolean | undefined;
|
|
4140
|
+
readonly enable_search_filter_with_suggestions?: boolean | undefined;
|
|
4141
|
+
readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
|
|
4142
|
+
readonly enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
|
|
4143
|
+
readonly default_pdf_page_dimensions?: {
|
|
4144
|
+
readonly width?: number | undefined;
|
|
4145
|
+
readonly height?: number | undefined;
|
|
4146
|
+
readonly printScale?: number | undefined;
|
|
4147
|
+
} | undefined;
|
|
4148
|
+
readonly disable_browser_search_context?: boolean | undefined;
|
|
4149
|
+
readonly location_prompt_type?: "warning" | "block" | undefined;
|
|
4150
|
+
readonly location_prompt_message?: string | undefined;
|
|
4151
|
+
readonly use_collection_player_with_annotations?: boolean | undefined;
|
|
4152
|
+
readonly disable_core_canvas_metadata?: boolean | undefined;
|
|
4153
|
+
readonly enable_recents?: boolean | undefined;
|
|
4154
|
+
readonly enable_favorites?: boolean | undefined;
|
|
4155
|
+
}, {
|
|
4156
|
+
readonly auto_assignment_rules?: readonly {
|
|
4157
|
+
readonly connection_id: string;
|
|
4158
|
+
readonly target_instance_id: string;
|
|
4159
|
+
readonly groups?: readonly string[] | undefined;
|
|
4160
|
+
}[] | undefined;
|
|
4161
|
+
readonly canvas?: {
|
|
4162
|
+
readonly locks_polling_interval?: number | undefined;
|
|
4163
|
+
readonly shared_link?: {
|
|
4164
|
+
readonly title?: string | undefined;
|
|
4165
|
+
readonly email_disclaimer?: string | undefined;
|
|
4166
|
+
readonly logo_url?: string | undefined;
|
|
4167
|
+
readonly logo_style?: {
|
|
4168
|
+
readonly [x: string]: any;
|
|
4169
|
+
} | undefined;
|
|
4170
|
+
} | undefined;
|
|
4171
|
+
readonly hide_page_break_in_toc?: boolean | undefined;
|
|
4172
|
+
readonly disable_display_index_in_toc?: boolean | undefined;
|
|
4173
|
+
readonly autohide_section_on_created?: {
|
|
4174
|
+
readonly autohide_in_shared_link?: string | undefined;
|
|
4175
|
+
readonly start_date?: Date | undefined;
|
|
4176
|
+
} | undefined;
|
|
4177
|
+
readonly component_availability?: {
|
|
4178
|
+
readonly Multimedia: boolean;
|
|
4179
|
+
readonly Block: boolean;
|
|
4180
|
+
readonly Carousel: boolean;
|
|
4181
|
+
readonly CollectionPlayer: boolean;
|
|
4182
|
+
readonly ContentGrid: boolean;
|
|
4183
|
+
readonly DataCharts: boolean;
|
|
4184
|
+
readonly DynamicDataTable: boolean;
|
|
4185
|
+
readonly Embeddable: boolean;
|
|
4186
|
+
readonly Grid: boolean;
|
|
4187
|
+
readonly Html: boolean;
|
|
4188
|
+
readonly IFrame: boolean;
|
|
4189
|
+
readonly Link: boolean;
|
|
4190
|
+
readonly Page: boolean;
|
|
4191
|
+
readonly PageBreak: boolean;
|
|
4192
|
+
readonly Scribble: boolean;
|
|
4193
|
+
readonly SectionList: boolean;
|
|
4194
|
+
readonly Text: boolean;
|
|
4195
|
+
readonly Timeline: boolean;
|
|
4196
|
+
readonly apps?: {
|
|
4197
|
+
readonly [x: string]: boolean;
|
|
4198
|
+
} | undefined;
|
|
4199
|
+
} | undefined;
|
|
4200
|
+
readonly component_availability_roles?: {
|
|
4201
|
+
readonly Multimedia: {
|
|
4202
|
+
readonly admin?: boolean | undefined;
|
|
4203
|
+
readonly rep?: boolean | undefined;
|
|
4204
|
+
};
|
|
4205
|
+
readonly Block: {
|
|
4206
|
+
readonly admin?: boolean | undefined;
|
|
4207
|
+
readonly rep?: boolean | undefined;
|
|
4208
|
+
};
|
|
4209
|
+
readonly Carousel: {
|
|
4210
|
+
readonly admin?: boolean | undefined;
|
|
4211
|
+
readonly rep?: boolean | undefined;
|
|
4212
|
+
};
|
|
4213
|
+
readonly CollectionPlayer: {
|
|
4214
|
+
readonly admin?: boolean | undefined;
|
|
4215
|
+
readonly rep?: boolean | undefined;
|
|
4216
|
+
};
|
|
4217
|
+
readonly ContentGrid: {
|
|
4218
|
+
readonly admin?: boolean | undefined;
|
|
4219
|
+
readonly rep?: boolean | undefined;
|
|
4220
|
+
};
|
|
4221
|
+
readonly DataCharts: {
|
|
4222
|
+
readonly admin?: boolean | undefined;
|
|
4223
|
+
readonly rep?: boolean | undefined;
|
|
4224
|
+
};
|
|
4225
|
+
readonly DynamicDataTable: {
|
|
4226
|
+
readonly admin?: boolean | undefined;
|
|
4227
|
+
readonly rep?: boolean | undefined;
|
|
4228
|
+
};
|
|
4229
|
+
readonly Embeddable: {
|
|
4230
|
+
readonly admin?: boolean | undefined;
|
|
4231
|
+
readonly rep?: boolean | undefined;
|
|
4232
|
+
};
|
|
4233
|
+
readonly Grid: {
|
|
4234
|
+
readonly admin?: boolean | undefined;
|
|
4235
|
+
readonly rep?: boolean | undefined;
|
|
4236
|
+
};
|
|
4237
|
+
readonly Html: {
|
|
4238
|
+
readonly admin?: boolean | undefined;
|
|
4239
|
+
readonly rep?: boolean | undefined;
|
|
4240
|
+
};
|
|
4241
|
+
readonly IFrame: {
|
|
4242
|
+
readonly admin?: boolean | undefined;
|
|
4243
|
+
readonly rep?: boolean | undefined;
|
|
4244
|
+
};
|
|
4245
|
+
readonly Link: {
|
|
4246
|
+
readonly admin?: boolean | undefined;
|
|
4247
|
+
readonly rep?: boolean | undefined;
|
|
4248
|
+
};
|
|
4249
|
+
readonly Page: {
|
|
4250
|
+
readonly admin?: boolean | undefined;
|
|
4251
|
+
readonly rep?: boolean | undefined;
|
|
4252
|
+
};
|
|
4253
|
+
readonly PageBreak: {
|
|
4254
|
+
readonly admin?: boolean | undefined;
|
|
4255
|
+
readonly rep?: boolean | undefined;
|
|
4256
|
+
};
|
|
4257
|
+
readonly Scribble: {
|
|
4258
|
+
readonly admin?: boolean | undefined;
|
|
4259
|
+
readonly rep?: boolean | undefined;
|
|
4260
|
+
};
|
|
4261
|
+
readonly SectionList: {
|
|
4262
|
+
readonly admin?: boolean | undefined;
|
|
4263
|
+
readonly rep?: boolean | undefined;
|
|
4264
|
+
};
|
|
4265
|
+
readonly Text: {
|
|
4266
|
+
readonly admin?: boolean | undefined;
|
|
4267
|
+
readonly rep?: boolean | undefined;
|
|
4268
|
+
};
|
|
4269
|
+
readonly Timeline: {
|
|
4270
|
+
readonly admin?: boolean | undefined;
|
|
4271
|
+
readonly rep?: boolean | undefined;
|
|
4272
|
+
};
|
|
4273
|
+
readonly apps?: {
|
|
4274
|
+
readonly [x: string]: {
|
|
4275
|
+
readonly admin?: boolean | undefined;
|
|
4276
|
+
readonly rep?: boolean | undefined;
|
|
4277
|
+
};
|
|
4278
|
+
} | undefined;
|
|
4279
|
+
} | undefined;
|
|
4280
|
+
readonly content_grid_autofill_files_filter_iteratee?: string | undefined;
|
|
4281
|
+
readonly section_content_grid_autofill_files_filter_iteratee?: string | undefined;
|
|
4282
|
+
readonly show_extra_exit_button_in_fullscreen_mode?: boolean | undefined;
|
|
4283
|
+
readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
|
|
4284
|
+
readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
|
|
4285
|
+
readonly enable_collection_player_component?: boolean | undefined;
|
|
4286
|
+
readonly autoselect_selected_canvas_account?: boolean | undefined;
|
|
4287
|
+
readonly require_account_on_canvas_creation?: boolean | undefined;
|
|
4288
|
+
readonly pptx_slide_image_width?: number | undefined;
|
|
4289
|
+
readonly enable_download_in_presentation_mode?: boolean | undefined;
|
|
4290
|
+
readonly correlation_id_cleanup_delay?: number | undefined;
|
|
4291
|
+
readonly async_download_expiration_hours?: number | undefined;
|
|
4292
|
+
readonly async_download_api_url?: string | undefined;
|
|
4293
|
+
readonly async_download_callback_url?: string | undefined;
|
|
4294
|
+
} | undefined;
|
|
4295
|
+
readonly api_client_timeout?: number | undefined;
|
|
4296
|
+
readonly enable_monaco_html_editor?: boolean | undefined;
|
|
4297
|
+
readonly skip_metadata_keys_in_list_item?: readonly string[] | undefined;
|
|
4298
|
+
readonly enable_multi_language?: boolean | undefined;
|
|
4299
|
+
readonly enable_multipeer_connectivity?: boolean | undefined;
|
|
4300
|
+
readonly canvases_route_order?: number | undefined;
|
|
4301
|
+
readonly content_browser_route_order?: number | undefined;
|
|
4302
|
+
readonly impact_show_only_saved_canvases_in_canvas_manager?: boolean | undefined;
|
|
4303
|
+
readonly translation_overrides?: {
|
|
4304
|
+
readonly en?: {
|
|
4305
|
+
readonly [x: string]: string;
|
|
4306
|
+
} | undefined;
|
|
4307
|
+
readonly de?: {
|
|
4308
|
+
readonly [x: string]: string;
|
|
4309
|
+
} | undefined;
|
|
4310
|
+
readonly pl?: {
|
|
4311
|
+
readonly [x: string]: string;
|
|
4312
|
+
} | undefined;
|
|
4313
|
+
readonly tr?: {
|
|
4314
|
+
readonly [x: string]: string;
|
|
4315
|
+
} | undefined;
|
|
4316
|
+
readonly el?: {
|
|
4317
|
+
readonly [x: string]: string;
|
|
4318
|
+
} | undefined;
|
|
4319
|
+
readonly fr?: {
|
|
4320
|
+
readonly [x: string]: string;
|
|
4321
|
+
} | undefined;
|
|
4322
|
+
readonly es?: {
|
|
4323
|
+
readonly [x: string]: string;
|
|
4324
|
+
} | undefined;
|
|
4325
|
+
} | undefined;
|
|
4326
|
+
readonly file_annotations_mode?: "admin" | "personal" | undefined;
|
|
4327
|
+
readonly minimum_event_duration_in_call?: number | undefined;
|
|
4328
|
+
readonly enable_content_rating_in_call?: boolean | undefined;
|
|
4329
|
+
readonly display_metadata_filters_in_modal?: boolean | undefined;
|
|
4330
|
+
readonly enable_js_api_recommended_files?: boolean | undefined;
|
|
4331
|
+
readonly metadata_highlight_properties?: readonly {
|
|
4332
|
+
readonly background_color?: string | undefined;
|
|
4333
|
+
readonly color?: string | undefined;
|
|
4334
|
+
readonly icon?: string | undefined;
|
|
4335
|
+
readonly key: string;
|
|
4336
|
+
readonly match_value: string | number | boolean | readonly string[];
|
|
4337
|
+
readonly text: string;
|
|
4338
|
+
}[] | undefined;
|
|
4339
|
+
readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
|
|
4340
|
+
readonly section_thumbnail_url_transformer?: string | undefined;
|
|
4341
|
+
readonly pipe_multi_search_separator?: string | undefined;
|
|
4342
|
+
readonly enable_crm_privacy_mode?: boolean | undefined;
|
|
4343
|
+
readonly enable_indicators?: boolean | undefined;
|
|
4344
|
+
readonly enable_metadata_info_in_list_item?: boolean | undefined;
|
|
4345
|
+
readonly smart_folder_rule_attributes?: {
|
|
4346
|
+
readonly sync?: boolean | undefined;
|
|
4347
|
+
readonly max_sync_limit?: number | undefined;
|
|
4348
|
+
readonly sync_chunk_size?: number | undefined;
|
|
4349
|
+
readonly files?: readonly {
|
|
4350
|
+
readonly name: string;
|
|
4351
|
+
readonly type: "string" | "boolean" | "number" | "date" | "array";
|
|
4352
|
+
readonly accessor: string;
|
|
4353
|
+
readonly display_name: string;
|
|
4354
|
+
}[] | undefined;
|
|
4355
|
+
readonly canvas?: readonly {
|
|
4356
|
+
readonly name: string;
|
|
4357
|
+
readonly type: "string" | "boolean" | "number" | "date" | "array";
|
|
4358
|
+
readonly accessor: string;
|
|
4359
|
+
readonly display_name: string;
|
|
4360
|
+
}[] | undefined;
|
|
4361
|
+
readonly canvas_templates?: readonly {
|
|
4362
|
+
readonly name: string;
|
|
4363
|
+
readonly type: "string" | "boolean" | "number" | "date" | "array";
|
|
4364
|
+
readonly accessor: string;
|
|
4365
|
+
readonly display_name: string;
|
|
4366
|
+
}[] | undefined;
|
|
4367
|
+
readonly section?: readonly {
|
|
4368
|
+
readonly name: string;
|
|
4369
|
+
readonly type: "string" | "boolean" | "number" | "date" | "array";
|
|
4370
|
+
readonly accessor: string;
|
|
4371
|
+
readonly display_name: string;
|
|
4372
|
+
}[] | undefined;
|
|
4373
|
+
} | undefined;
|
|
4374
|
+
readonly ios?: /*elided*/ any | undefined;
|
|
4375
|
+
readonly full_text_search_config?: string | undefined;
|
|
4376
|
+
readonly include_file_content_in_full_text_search?: boolean | undefined;
|
|
4377
|
+
readonly include_file_metadata_in_full_text_search?: boolean | undefined;
|
|
4378
|
+
readonly include_canvas_content_in_full_text_search?: boolean | undefined;
|
|
4379
|
+
readonly include_canvas_metadata_in_full_text_search?: boolean | undefined;
|
|
4380
|
+
readonly use_collection_player_as_default_file_viewer?: boolean | undefined;
|
|
4381
|
+
readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
|
|
4382
|
+
readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
|
|
4383
|
+
readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
|
|
4384
|
+
readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
|
|
4385
|
+
readonly enable_search_with_suggestions?: boolean | undefined;
|
|
4386
|
+
readonly enable_search_filter_with_suggestions?: boolean | undefined;
|
|
4387
|
+
readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
|
|
4388
|
+
readonly enable_thumbnails_for_templates_and_blocks?: boolean | undefined;
|
|
4389
|
+
readonly default_pdf_page_dimensions?: {
|
|
4390
|
+
readonly width?: number | undefined;
|
|
4391
|
+
readonly height?: number | undefined;
|
|
4392
|
+
readonly printScale?: number | undefined;
|
|
4393
|
+
} | undefined;
|
|
4394
|
+
readonly disable_browser_search_context?: boolean | undefined;
|
|
4395
|
+
readonly location_prompt_type?: "warning" | "block" | undefined;
|
|
4396
|
+
readonly location_prompt_message?: string | undefined;
|
|
4397
|
+
readonly use_collection_player_with_annotations?: boolean | undefined;
|
|
4398
|
+
readonly disable_core_canvas_metadata?: boolean | undefined;
|
|
4399
|
+
readonly enable_recents?: boolean | undefined;
|
|
4400
|
+
readonly enable_favorites?: boolean | undefined;
|
|
4401
|
+
}>>;
|
|
3407
4402
|
initialize: (props: CanvasBuilderProps, launchDarkly: LaunchDarklyEnv) => void;
|
|
3408
|
-
activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean) => void;
|
|
3409
|
-
deactivateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean) => void;
|
|
4403
|
+
activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, index?: number) => void;
|
|
4404
|
+
deactivateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, itemIndex?: number) => void;
|
|
3410
4405
|
addComponentAtParentId: (type: ComponentTypes, parentId?: ComponentNode["id"] | null, afterSiblingId?: ComponentNode["id"] | null, withData?: ComponentNode["data"] | null, withChildren?: ComponentNode["children"], withExtraNodeData?: Partial<ComponentNode>) => void;
|
|
3411
4406
|
duplicate: (componentId: ComponentNode["id"]) => void;
|
|
3412
4407
|
enterFullscreen: typeof enterFullscreen;
|
|
@@ -3447,13 +4442,14 @@ export default function useCanvas(): {
|
|
|
3447
4442
|
saveCanvasContent: typeof saveCanvasContent;
|
|
3448
4443
|
saveCanvasContext: typeof saveCanvasContext;
|
|
3449
4444
|
saveCanvasContentWithContext: typeof saveCanvasContentWithContext;
|
|
3450
|
-
navigateToHome: () => Promise<boolean>;
|
|
4445
|
+
navigateToHome: (skipSetPreviousLocation?: boolean) => Promise<boolean>;
|
|
3451
4446
|
processCanvasNodesForDisplay: (nodes: ComponentNode[]) => ComponentNode[];
|
|
3452
4447
|
updateMultimediaNodeWithThemeAsset: (nodeId: string, multimediaProps: MultimediaProps, directNodeUpdate?: {
|
|
3453
4448
|
node: ComponentNode;
|
|
3454
4449
|
section: CanvasRetrieve["sections"][number];
|
|
3455
4450
|
}) => boolean;
|
|
3456
|
-
findNodeInSection: (sectionId: string, nodeId: string) => ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps |
|
|
4451
|
+
findNodeInSection: (sectionId: string, nodeId: string) => ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps> | null;
|
|
3457
4452
|
updateNodeInSection: (sectionId: string, nodeId: string, newData: ComponentNode["data"]) => boolean;
|
|
4453
|
+
getMaxWidth: typeof getMaxWidth;
|
|
3458
4454
|
};
|
|
3459
4455
|
export {};
|