@pitcher/js-api 1.25.1 → 1.26.0-beta.10

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.
Files changed (103) hide show
  1. package/impact-js-api.spec.json +15 -0
  2. package/js-api.esm.js +343 -2
  3. package/js-api.esm.js.map +1 -1
  4. package/js-api.umd.min.js +10 -10
  5. package/js-api.umd.min.js.map +1 -1
  6. package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +148 -36
  7. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +2 -2
  8. package/lib/apps/browser/stores/api.d.ts +22 -1
  9. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +148 -36
  10. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +2 -2
  11. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +162 -37
  12. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +2 -2
  13. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +20 -20
  14. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.raw.vue.d.ts +30 -0
  15. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +76 -0
  16. package/lib/apps/canvas-builder/components/ui/ContentList/ContentListItems.vue.d.ts +21 -0
  17. package/lib/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +11 -0
  18. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +4 -0
  19. package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +87 -8
  20. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +4 -4
  21. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +2 -2
  22. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +2 -2
  23. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +2 -2
  24. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +2 -2
  25. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
  26. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +368 -202
  27. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +30 -2
  28. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
  29. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +28 -0
  30. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +7 -9
  31. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
  32. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +18 -18
  33. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
  34. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +0 -6
  35. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
  36. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
  37. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +1 -1
  38. package/lib/apps/canvas-builder/types/canvas.d.ts +20 -2
  39. package/lib/apps/canvas-builder/util/canvas.util.d.ts +4 -4
  40. package/lib/apps/canvas-selector/stores/app.d.ts +14 -14
  41. package/lib/apps/content-selector/components/Assets.vue.d.ts +2 -2
  42. package/lib/apps/content-selector/components/Content.vue.d.ts +2 -2
  43. package/lib/components/CCarousel/CCarousel.vue.d.ts +98 -20
  44. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +8 -8
  45. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +2 -2
  46. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +3 -3
  47. package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +2 -2
  48. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +10 -8
  49. package/lib/components/CDataTable/CDataTable.vue.d.ts +876 -100
  50. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +2 -2
  51. package/lib/components/CImage/CImage.vue.d.ts +99 -20
  52. package/lib/components/CInput/CInput.vue.d.ts +148 -36
  53. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +288 -80
  54. package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +468 -130
  55. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +288 -80
  56. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +148 -36
  57. package/lib/components/CTableInput/CTableInput.vue.d.ts +296 -72
  58. package/lib/components/CTableTag/CTableTag.vue.d.ts +290 -38
  59. package/lib/components/CTags/CTags.vue.d.ts +290 -38
  60. package/lib/components/CTemplateAccessInfo/CTemplateAccessInfo.vue.d.ts +25 -0
  61. package/lib/components/CTemplateAccessManage/CTemplateAccessManage.vue.d.ts +26 -0
  62. package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +2 -2
  63. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +108 -30
  64. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +2 -0
  65. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +176 -46
  66. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +4 -4
  67. package/lib/constants/cdp.const.d.ts +3 -0
  68. package/lib/main.lib.d.ts +5 -0
  69. package/lib/sdk/api/HighLevelApi.d.ts +7 -0
  70. package/lib/sdk/api/modules/query.d.ts +153 -1
  71. package/lib/sdk/interfaces.d.ts +4 -1
  72. package/lib/sdk/main.d.ts +22 -0
  73. package/lib/sdk/payload.types.d.ts +116 -0
  74. package/lib/sdk/peer-connectivity/index.d.ts +3 -0
  75. package/lib/sdk/peer-connectivity/peerConnectivity.constants.d.ts +13 -0
  76. package/lib/sdk/peer-connectivity/peerConnectivity.d.ts +3 -0
  77. package/lib/sdk/peer-connectivity/peerConnectivity.types.d.ts +35 -0
  78. package/lib/theme/light.d.ts +113 -8
  79. package/lib/types/app.d.ts +7 -0
  80. package/lib/types/canvases.d.ts +2 -0
  81. package/lib/types/instanceSettings.types.d.ts +1 -0
  82. package/lib/types/launchDarkly.types.d.ts +1 -1
  83. package/lib/types/organizationSettings.types.d.ts +3 -0
  84. package/lib/util/app.util.d.ts +46 -0
  85. package/lib/util/handlebars.d.ts +35 -0
  86. package/npm-cache/_cacache/content-v2/sha512/3e/27/b4826de89487d07340c5facfb59a809827e65850e472a2d853f7f72dbfc2b4ce5b453253d8c1b11077f5dccb02ea418d8708e7f3f52f756f276b663740a3 +0 -0
  87. package/npm-cache/_cacache/content-v2/sha512/64/5a/421e053f6177ae9816e985e900126bd7808f16ec0cc5f58c3e082c79c37d1610e6d493c0b99e4d09224e84ad12bcefb46b8f4cabd04d0f397fa8a5b999e3 +0 -0
  88. package/npm-cache/_cacache/index-v5/ef/db/1a303888dee96dbf0872b6eb0b16af940d57c22846114d55ac441140c1a2 +3 -0
  89. package/npm-cache/_logs/2025-12-12T08_06_50_883Z-debug-0.log +1194 -0
  90. package/npm-cache/_logs/2025-12-12T08_20_34_296Z-debug-0.log +1218 -0
  91. package/package.json +1 -1
  92. package/types/openapi/models/Account.d.ts +1 -1
  93. package/types/openapi/models/AccountRequest.d.ts +1 -1
  94. package/types/openapi/models/DeletedFolder.d.ts +1 -0
  95. package/types/openapi/models/Folder.d.ts +1 -0
  96. package/types/openapi/models/FolderCreate.d.ts +3 -0
  97. package/types/openapi/models/FolderFile.d.ts +2 -0
  98. package/types/openapi/models/FolderRetrieve.d.ts +4 -0
  99. package/types/openapi/models/FolderUpdate.d.ts +3 -0
  100. package/types/openapi/models/InstanceMembershipUser.d.ts +1 -0
  101. package/types/openapi/models/OfflineSyncFolder.d.ts +1 -0
  102. package/types/openapi/models/User.d.ts +4 -1
  103. /package/lib/apps/canvas-builder/components/{ui/SectionList/SectionSearch.vue.d.ts → container/Search/Search.vue.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { Ref } from 'vue';
2
- import { CanvasBuilderMode, ComponentTypes, CanvasBuilderProps, ComponentNode, ContentGridProps, SectionComponentOverrides, SectionListProps, MultimediaProps } from '../types/canvas';
3
- import { CanvasRetrieve } from '../../../../types/openapi';
2
+ import { CanvasBuilderMode, ComponentTypes, CanvasBuilderProps, ComponentNode, ContentGridProps, SectionComponentOverrides, SectionListProps, MultimediaProps, ContentListProps } from '../types/canvas';
3
+ import { CanvasRetrieve, FileRetrieve } 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';
@@ -60,7 +60,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
60
60
  };
61
61
  readonly slide: {
62
62
  readonly index: number;
63
- readonly url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
63
+ readonly url: FileRetrieve["thumbnail_url"];
64
64
  };
65
65
  } | {
66
66
  readonly id: string;
@@ -170,21 +170,21 @@ declare const componentNodesById: import('vue').ComputedRef<{
170
170
  } | undefined;
171
171
  } | undefined;
172
172
  readonly file: {
173
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
174
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
175
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
173
+ readonly id: FileRetrieve["id"];
174
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
175
+ readonly name: FileRetrieve["name"];
176
176
  readonly is_deleted?: boolean | undefined;
177
177
  readonly expires_at?: string | null | undefined;
178
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
178
+ readonly content_url: FileRetrieve["content_url"];
179
179
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
180
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
180
+ readonly content_extension: FileRetrieve["content_extension"];
181
181
  readonly permissions?: {
182
182
  readonly can_download?: boolean | undefined;
183
183
  readonly can_share?: boolean | undefined;
184
184
  } | undefined;
185
185
  readonly tags?: readonly string[] | undefined;
186
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
187
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
186
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
187
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
188
188
  readonly content_thumbnails?: readonly string[] | null | undefined;
189
189
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
190
190
  readonly pspdfkit_auth_payload?: {
@@ -197,14 +197,14 @@ declare const componentNodesById: import('vue').ComputedRef<{
197
197
  } | {
198
198
  readonly items: readonly ({
199
199
  readonly file: {
200
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
201
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
202
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
200
+ readonly id: FileRetrieve["id"];
201
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
202
+ readonly name: FileRetrieve["name"];
203
203
  readonly is_deleted?: boolean | undefined;
204
204
  readonly expires_at?: string | null | undefined;
205
- readonly content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
205
+ readonly content_url?: FileRetrieve["content_url"] | undefined;
206
206
  readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
207
- readonly content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
207
+ readonly content_extension?: FileRetrieve["content_extension"] | undefined;
208
208
  readonly permissions?: {
209
209
  readonly can_download?: boolean | undefined;
210
210
  readonly can_share?: boolean | undefined;
@@ -213,26 +213,26 @@ declare const componentNodesById: import('vue').ComputedRef<{
213
213
  };
214
214
  readonly slide: {
215
215
  readonly index: number;
216
- readonly url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
216
+ readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
217
217
  };
218
218
  readonly type: "slide";
219
219
  } | {
220
220
  readonly file: {
221
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
222
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
223
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
221
+ readonly id: FileRetrieve["id"];
222
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
223
+ readonly name: FileRetrieve["name"];
224
224
  readonly is_deleted?: boolean | undefined;
225
225
  readonly expires_at?: string | null | undefined;
226
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
226
+ readonly content_url: FileRetrieve["content_url"];
227
227
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
228
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
228
+ readonly content_extension: FileRetrieve["content_extension"];
229
229
  readonly permissions?: {
230
230
  readonly can_download?: boolean | undefined;
231
231
  readonly can_share?: boolean | undefined;
232
232
  } | undefined;
233
233
  readonly tags?: readonly string[] | undefined;
234
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
235
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
234
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
235
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
236
236
  readonly content_thumbnails?: readonly string[] | null | undefined;
237
237
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
238
238
  readonly pspdfkit_auth_payload?: {
@@ -257,6 +257,19 @@ declare const componentNodesById: import('vue').ComputedRef<{
257
257
  readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
258
258
  readonly selection_app_name?: string | undefined;
259
259
  readonly is_restricted_to_preselections?: boolean | undefined;
260
+ } | {
261
+ readonly sections: readonly {
262
+ readonly id: string;
263
+ readonly file_id?: string | undefined;
264
+ readonly sequence?: number | undefined;
265
+ readonly component_id: string;
266
+ readonly page_index?: number | undefined;
267
+ readonly type: "section" | "file";
268
+ }[];
269
+ readonly animation_in?: string | undefined;
270
+ readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
271
+ readonly selection_app_name?: string | undefined;
272
+ readonly is_restricted_to_preselections?: boolean | undefined;
260
273
  } | {
261
274
  readonly html: string;
262
275
  } | {
@@ -466,6 +479,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
466
479
  readonly bg_color_palette_index?: number | undefined;
467
480
  } | undefined;
468
481
  readonly height?: string | undefined;
482
+ readonly is_sharebox_target?: boolean | undefined;
469
483
  };
470
484
  }>;
471
485
  export type SectionComponentNodesBySectionId = typeof sectionComponentNodesBySectionId;
@@ -520,7 +534,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
520
534
  };
521
535
  readonly slide: {
522
536
  readonly index: number;
523
- readonly url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
537
+ readonly url: FileRetrieve["thumbnail_url"];
524
538
  };
525
539
  } | {
526
540
  readonly id: string;
@@ -630,21 +644,21 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
630
644
  } | undefined;
631
645
  } | undefined;
632
646
  readonly file: {
633
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
634
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
635
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
647
+ readonly id: FileRetrieve["id"];
648
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
649
+ readonly name: FileRetrieve["name"];
636
650
  readonly is_deleted?: boolean | undefined;
637
651
  readonly expires_at?: string | null | undefined;
638
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
652
+ readonly content_url: FileRetrieve["content_url"];
639
653
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
640
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
654
+ readonly content_extension: FileRetrieve["content_extension"];
641
655
  readonly permissions?: {
642
656
  readonly can_download?: boolean | undefined;
643
657
  readonly can_share?: boolean | undefined;
644
658
  } | undefined;
645
659
  readonly tags?: readonly string[] | undefined;
646
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
647
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
660
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
661
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
648
662
  readonly content_thumbnails?: readonly string[] | null | undefined;
649
663
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
650
664
  readonly pspdfkit_auth_payload?: {
@@ -657,14 +671,14 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
657
671
  } | {
658
672
  readonly items: readonly ({
659
673
  readonly file: {
660
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
661
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
662
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
674
+ readonly id: FileRetrieve["id"];
675
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
676
+ readonly name: FileRetrieve["name"];
663
677
  readonly is_deleted?: boolean | undefined;
664
678
  readonly expires_at?: string | null | undefined;
665
- readonly content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
679
+ readonly content_url?: FileRetrieve["content_url"] | undefined;
666
680
  readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
667
- readonly content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
681
+ readonly content_extension?: FileRetrieve["content_extension"] | undefined;
668
682
  readonly permissions?: {
669
683
  readonly can_download?: boolean | undefined;
670
684
  readonly can_share?: boolean | undefined;
@@ -673,26 +687,26 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
673
687
  };
674
688
  readonly slide: {
675
689
  readonly index: number;
676
- readonly url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
690
+ readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
677
691
  };
678
692
  readonly type: "slide";
679
693
  } | {
680
694
  readonly file: {
681
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
682
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
683
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
695
+ readonly id: FileRetrieve["id"];
696
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
697
+ readonly name: FileRetrieve["name"];
684
698
  readonly is_deleted?: boolean | undefined;
685
699
  readonly expires_at?: string | null | undefined;
686
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
700
+ readonly content_url: FileRetrieve["content_url"];
687
701
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
688
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
702
+ readonly content_extension: FileRetrieve["content_extension"];
689
703
  readonly permissions?: {
690
704
  readonly can_download?: boolean | undefined;
691
705
  readonly can_share?: boolean | undefined;
692
706
  } | undefined;
693
707
  readonly tags?: readonly string[] | undefined;
694
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
695
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
708
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
709
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
696
710
  readonly content_thumbnails?: readonly string[] | null | undefined;
697
711
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
698
712
  readonly pspdfkit_auth_payload?: {
@@ -717,6 +731,19 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
717
731
  readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
718
732
  readonly selection_app_name?: string | undefined;
719
733
  readonly is_restricted_to_preselections?: boolean | undefined;
734
+ } | {
735
+ readonly sections: readonly {
736
+ readonly id: string;
737
+ readonly file_id?: string | undefined;
738
+ readonly sequence?: number | undefined;
739
+ readonly component_id: string;
740
+ readonly page_index?: number | undefined;
741
+ readonly type: "section" | "file";
742
+ }[];
743
+ readonly animation_in?: string | undefined;
744
+ readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
745
+ readonly selection_app_name?: string | undefined;
746
+ readonly is_restricted_to_preselections?: boolean | undefined;
720
747
  } | {
721
748
  readonly html: string;
722
749
  } | {
@@ -926,6 +953,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
926
953
  readonly bg_color_palette_index?: number | undefined;
927
954
  } | undefined;
928
955
  readonly height?: string | undefined;
956
+ readonly is_sharebox_target?: boolean | undefined;
929
957
  };
930
958
  };
931
959
  }>;
@@ -985,7 +1013,7 @@ export default function useCanvas(): {
985
1013
  short_url?: string | null | undefined;
986
1014
  };
987
1015
  account?: {
988
- id: string;
1016
+ id?: string | undefined;
989
1017
  name?: string | undefined;
990
1018
  } | null | undefined;
991
1019
  readonly events: {
@@ -1048,7 +1076,7 @@ export default function useCanvas(): {
1048
1076
  short_url?: string | null | undefined;
1049
1077
  };
1050
1078
  account?: {
1051
- id: string;
1079
+ id?: string | undefined;
1052
1080
  name?: string | undefined;
1053
1081
  } | null | undefined;
1054
1082
  readonly events: {
@@ -1132,7 +1160,7 @@ export default function useCanvas(): {
1132
1160
  };
1133
1161
  readonly slide: {
1134
1162
  readonly index: number;
1135
- readonly url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
1163
+ readonly url: FileRetrieve["thumbnail_url"];
1136
1164
  };
1137
1165
  } | {
1138
1166
  readonly id: string;
@@ -1242,21 +1270,21 @@ export default function useCanvas(): {
1242
1270
  } | undefined;
1243
1271
  } | undefined;
1244
1272
  readonly file: {
1245
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
1246
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
1247
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
1273
+ readonly id: FileRetrieve["id"];
1274
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
1275
+ readonly name: FileRetrieve["name"];
1248
1276
  readonly is_deleted?: boolean | undefined;
1249
1277
  readonly expires_at?: string | null | undefined;
1250
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
1278
+ readonly content_url: FileRetrieve["content_url"];
1251
1279
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
1252
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
1280
+ readonly content_extension: FileRetrieve["content_extension"];
1253
1281
  readonly permissions?: {
1254
1282
  readonly can_download?: boolean | undefined;
1255
1283
  readonly can_share?: boolean | undefined;
1256
1284
  } | undefined;
1257
1285
  readonly tags?: readonly string[] | undefined;
1258
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
1259
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
1286
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
1287
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
1260
1288
  readonly content_thumbnails?: readonly string[] | null | undefined;
1261
1289
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
1262
1290
  readonly pspdfkit_auth_payload?: {
@@ -1269,14 +1297,14 @@ export default function useCanvas(): {
1269
1297
  } | {
1270
1298
  readonly items: readonly ({
1271
1299
  readonly file: {
1272
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
1273
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
1274
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
1300
+ readonly id: FileRetrieve["id"];
1301
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
1302
+ readonly name: FileRetrieve["name"];
1275
1303
  readonly is_deleted?: boolean | undefined;
1276
1304
  readonly expires_at?: string | null | undefined;
1277
- readonly content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
1305
+ readonly content_url?: FileRetrieve["content_url"] | undefined;
1278
1306
  readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
1279
- readonly content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
1307
+ readonly content_extension?: FileRetrieve["content_extension"] | undefined;
1280
1308
  readonly permissions?: {
1281
1309
  readonly can_download?: boolean | undefined;
1282
1310
  readonly can_share?: boolean | undefined;
@@ -1285,26 +1313,26 @@ export default function useCanvas(): {
1285
1313
  };
1286
1314
  readonly slide: {
1287
1315
  readonly index: number;
1288
- readonly url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
1316
+ readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
1289
1317
  };
1290
1318
  readonly type: "slide";
1291
1319
  } | {
1292
1320
  readonly file: {
1293
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
1294
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
1295
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
1321
+ readonly id: FileRetrieve["id"];
1322
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
1323
+ readonly name: FileRetrieve["name"];
1296
1324
  readonly is_deleted?: boolean | undefined;
1297
1325
  readonly expires_at?: string | null | undefined;
1298
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
1326
+ readonly content_url: FileRetrieve["content_url"];
1299
1327
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
1300
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
1328
+ readonly content_extension: FileRetrieve["content_extension"];
1301
1329
  readonly permissions?: {
1302
1330
  readonly can_download?: boolean | undefined;
1303
1331
  readonly can_share?: boolean | undefined;
1304
1332
  } | undefined;
1305
1333
  readonly tags?: readonly string[] | undefined;
1306
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
1307
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
1334
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
1335
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
1308
1336
  readonly content_thumbnails?: readonly string[] | null | undefined;
1309
1337
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
1310
1338
  readonly pspdfkit_auth_payload?: {
@@ -1329,6 +1357,19 @@ export default function useCanvas(): {
1329
1357
  readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
1330
1358
  readonly selection_app_name?: string | undefined;
1331
1359
  readonly is_restricted_to_preselections?: boolean | undefined;
1360
+ } | {
1361
+ readonly sections: readonly {
1362
+ readonly id: string;
1363
+ readonly file_id?: string | undefined;
1364
+ readonly sequence?: number | undefined;
1365
+ readonly component_id: string;
1366
+ readonly page_index?: number | undefined;
1367
+ readonly type: "section" | "file";
1368
+ }[];
1369
+ readonly animation_in?: string | undefined;
1370
+ readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
1371
+ readonly selection_app_name?: string | undefined;
1372
+ readonly is_restricted_to_preselections?: boolean | undefined;
1332
1373
  } | {
1333
1374
  readonly html: string;
1334
1375
  } | {
@@ -1538,6 +1579,7 @@ export default function useCanvas(): {
1538
1579
  readonly bg_color_palette_index?: number | undefined;
1539
1580
  } | undefined;
1540
1581
  readonly height?: string | undefined;
1582
+ readonly is_sharebox_target?: boolean | undefined;
1541
1583
  } | null>;
1542
1584
  activeNavigationItems: Ref<{
1543
1585
  id: string;
@@ -1604,7 +1646,7 @@ export default function useCanvas(): {
1604
1646
  };
1605
1647
  readonly slide: {
1606
1648
  readonly index: number;
1607
- readonly url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
1649
+ readonly url: FileRetrieve["thumbnail_url"];
1608
1650
  };
1609
1651
  } | {
1610
1652
  readonly id: string;
@@ -1714,21 +1756,21 @@ export default function useCanvas(): {
1714
1756
  } | undefined;
1715
1757
  } | undefined;
1716
1758
  readonly file: {
1717
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
1718
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
1719
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
1759
+ readonly id: FileRetrieve["id"];
1760
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
1761
+ readonly name: FileRetrieve["name"];
1720
1762
  readonly is_deleted?: boolean | undefined;
1721
1763
  readonly expires_at?: string | null | undefined;
1722
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
1764
+ readonly content_url: FileRetrieve["content_url"];
1723
1765
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
1724
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
1766
+ readonly content_extension: FileRetrieve["content_extension"];
1725
1767
  readonly permissions?: {
1726
1768
  readonly can_download?: boolean | undefined;
1727
1769
  readonly can_share?: boolean | undefined;
1728
1770
  } | undefined;
1729
1771
  readonly tags?: readonly string[] | undefined;
1730
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
1731
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
1772
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
1773
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
1732
1774
  readonly content_thumbnails?: readonly string[] | null | undefined;
1733
1775
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
1734
1776
  readonly pspdfkit_auth_payload?: {
@@ -1741,14 +1783,14 @@ export default function useCanvas(): {
1741
1783
  } | {
1742
1784
  readonly items: readonly ({
1743
1785
  readonly file: {
1744
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
1745
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
1746
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
1786
+ readonly id: FileRetrieve["id"];
1787
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
1788
+ readonly name: FileRetrieve["name"];
1747
1789
  readonly is_deleted?: boolean | undefined;
1748
1790
  readonly expires_at?: string | null | undefined;
1749
- readonly content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
1791
+ readonly content_url?: FileRetrieve["content_url"] | undefined;
1750
1792
  readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
1751
- readonly content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
1793
+ readonly content_extension?: FileRetrieve["content_extension"] | undefined;
1752
1794
  readonly permissions?: {
1753
1795
  readonly can_download?: boolean | undefined;
1754
1796
  readonly can_share?: boolean | undefined;
@@ -1757,26 +1799,26 @@ export default function useCanvas(): {
1757
1799
  };
1758
1800
  readonly slide: {
1759
1801
  readonly index: number;
1760
- readonly url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
1802
+ readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
1761
1803
  };
1762
1804
  readonly type: "slide";
1763
1805
  } | {
1764
1806
  readonly file: {
1765
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
1766
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
1767
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
1807
+ readonly id: FileRetrieve["id"];
1808
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
1809
+ readonly name: FileRetrieve["name"];
1768
1810
  readonly is_deleted?: boolean | undefined;
1769
1811
  readonly expires_at?: string | null | undefined;
1770
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
1812
+ readonly content_url: FileRetrieve["content_url"];
1771
1813
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
1772
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
1814
+ readonly content_extension: FileRetrieve["content_extension"];
1773
1815
  readonly permissions?: {
1774
1816
  readonly can_download?: boolean | undefined;
1775
1817
  readonly can_share?: boolean | undefined;
1776
1818
  } | undefined;
1777
1819
  readonly tags?: readonly string[] | undefined;
1778
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
1779
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
1820
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
1821
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
1780
1822
  readonly content_thumbnails?: readonly string[] | null | undefined;
1781
1823
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
1782
1824
  readonly pspdfkit_auth_payload?: {
@@ -1801,6 +1843,19 @@ export default function useCanvas(): {
1801
1843
  readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
1802
1844
  readonly selection_app_name?: string | undefined;
1803
1845
  readonly is_restricted_to_preselections?: boolean | undefined;
1846
+ } | {
1847
+ readonly sections: readonly {
1848
+ readonly id: string;
1849
+ readonly file_id?: string | undefined;
1850
+ readonly sequence?: number | undefined;
1851
+ readonly component_id: string;
1852
+ readonly page_index?: number | undefined;
1853
+ readonly type: "section" | "file";
1854
+ }[];
1855
+ readonly animation_in?: string | undefined;
1856
+ readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
1857
+ readonly selection_app_name?: string | undefined;
1858
+ readonly is_restricted_to_preselections?: boolean | undefined;
1804
1859
  } | {
1805
1860
  readonly html: string;
1806
1861
  } | {
@@ -2010,6 +2065,7 @@ export default function useCanvas(): {
2010
2065
  readonly bg_color_palette_index?: number | undefined;
2011
2066
  } | undefined;
2012
2067
  readonly height?: string | undefined;
2068
+ readonly is_sharebox_target?: boolean | undefined;
2013
2069
  } | null>;
2014
2070
  addMode: Ref<false | {
2015
2071
  type: ComponentTypes;
@@ -2072,7 +2128,7 @@ export default function useCanvas(): {
2072
2128
  };
2073
2129
  slide: {
2074
2130
  index: number;
2075
- url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
2131
+ url: FileRetrieve["thumbnail_url"];
2076
2132
  };
2077
2133
  } | {
2078
2134
  id: string;
@@ -2172,22 +2228,22 @@ export default function useCanvas(): {
2172
2228
  } | undefined;
2173
2229
  } | undefined;
2174
2230
  file: {
2175
- id: import('../../../../types/openapi').FileRetrieve["id"];
2176
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
2177
- name: import('../../../../types/openapi').FileRetrieve["name"];
2231
+ id: FileRetrieve["id"];
2232
+ snapshot_id?: FileRetrieve["id"] | undefined;
2233
+ name: FileRetrieve["name"];
2178
2234
  is_deleted?: boolean | undefined;
2179
2235
  expires_at?: string | null | undefined;
2180
- content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
2236
+ content_url: FileRetrieve["content_url"];
2181
2237
  content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
2182
- content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
2238
+ content_extension: FileRetrieve["content_extension"];
2183
2239
  permissions?: {
2184
2240
  can_download?: boolean | undefined;
2185
2241
  can_share?: boolean | undefined;
2186
2242
  } | undefined;
2187
2243
  tags?: string[] | undefined;
2188
- thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
2189
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
2190
- content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
2244
+ thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
2245
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
2246
+ content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
2191
2247
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
2192
2248
  readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
2193
2249
  } | null;
@@ -2195,14 +2251,14 @@ export default function useCanvas(): {
2195
2251
  } | {
2196
2252
  items: ({
2197
2253
  file: {
2198
- id: import('../../../../types/openapi').FileRetrieve["id"];
2199
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
2200
- name: import('../../../../types/openapi').FileRetrieve["name"];
2254
+ id: FileRetrieve["id"];
2255
+ snapshot_id?: FileRetrieve["id"] | undefined;
2256
+ name: FileRetrieve["name"];
2201
2257
  is_deleted?: boolean | undefined;
2202
2258
  expires_at?: string | null | undefined;
2203
- content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
2259
+ content_url?: FileRetrieve["content_url"] | undefined;
2204
2260
  content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
2205
- content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
2261
+ content_extension?: FileRetrieve["content_extension"] | undefined;
2206
2262
  permissions?: {
2207
2263
  can_download?: boolean | undefined;
2208
2264
  can_share?: boolean | undefined;
@@ -2211,27 +2267,27 @@ export default function useCanvas(): {
2211
2267
  };
2212
2268
  slide: {
2213
2269
  index: number;
2214
- url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
2270
+ url?: FileRetrieve["content_thumbnails"][number] | undefined;
2215
2271
  };
2216
2272
  type: "slide";
2217
2273
  } | {
2218
2274
  file: {
2219
- id: import('../../../../types/openapi').FileRetrieve["id"];
2220
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
2221
- name: import('../../../../types/openapi').FileRetrieve["name"];
2275
+ id: FileRetrieve["id"];
2276
+ snapshot_id?: FileRetrieve["id"] | undefined;
2277
+ name: FileRetrieve["name"];
2222
2278
  is_deleted?: boolean | undefined;
2223
2279
  expires_at?: string | null | undefined;
2224
- content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
2280
+ content_url: FileRetrieve["content_url"];
2225
2281
  content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
2226
- content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
2282
+ content_extension: FileRetrieve["content_extension"];
2227
2283
  permissions?: {
2228
2284
  can_download?: boolean | undefined;
2229
2285
  can_share?: boolean | undefined;
2230
2286
  } | undefined;
2231
2287
  tags?: string[] | undefined;
2232
- thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
2233
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
2234
- content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
2288
+ thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
2289
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
2290
+ content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
2235
2291
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
2236
2292
  readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
2237
2293
  };
@@ -2251,6 +2307,19 @@ export default function useCanvas(): {
2251
2307
  selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
2252
2308
  selection_app_name?: string | undefined;
2253
2309
  is_restricted_to_preselections?: boolean | undefined;
2310
+ } | {
2311
+ sections: {
2312
+ id: string;
2313
+ file_id?: string | undefined;
2314
+ sequence?: number | undefined;
2315
+ component_id: string;
2316
+ page_index?: number | undefined;
2317
+ type: "section" | "file";
2318
+ }[];
2319
+ animation_in?: string | undefined;
2320
+ selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
2321
+ selection_app_name?: string | undefined;
2322
+ is_restricted_to_preselections?: boolean | undefined;
2254
2323
  } | {
2255
2324
  html: string;
2256
2325
  } | {
@@ -2442,7 +2511,8 @@ export default function useCanvas(): {
2442
2511
  bg_color_palette_index?: number | undefined;
2443
2512
  } | undefined;
2444
2513
  height?: string | undefined;
2445
- }[], 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 | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[] | {
2514
+ is_sharebox_target?: boolean | undefined;
2515
+ }[], 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 | 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>[] | {
2446
2516
  id: string;
2447
2517
  type: ComponentTypes;
2448
2518
  tracking_id: string;
@@ -2487,7 +2557,7 @@ export default function useCanvas(): {
2487
2557
  };
2488
2558
  slide: {
2489
2559
  index: number;
2490
- url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
2560
+ url: FileRetrieve["thumbnail_url"];
2491
2561
  };
2492
2562
  } | {
2493
2563
  id: string;
@@ -2587,22 +2657,22 @@ export default function useCanvas(): {
2587
2657
  } | undefined;
2588
2658
  } | undefined;
2589
2659
  file: {
2590
- id: import('../../../../types/openapi').FileRetrieve["id"];
2591
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
2592
- name: import('../../../../types/openapi').FileRetrieve["name"];
2660
+ id: FileRetrieve["id"];
2661
+ snapshot_id?: FileRetrieve["id"] | undefined;
2662
+ name: FileRetrieve["name"];
2593
2663
  is_deleted?: boolean | undefined;
2594
2664
  expires_at?: string | null | undefined;
2595
- content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
2665
+ content_url: FileRetrieve["content_url"];
2596
2666
  content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
2597
- content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
2667
+ content_extension: FileRetrieve["content_extension"];
2598
2668
  permissions?: {
2599
2669
  can_download?: boolean | undefined;
2600
2670
  can_share?: boolean | undefined;
2601
2671
  } | undefined;
2602
2672
  tags?: string[] | undefined;
2603
- thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
2604
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
2605
- content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
2673
+ thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
2674
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
2675
+ content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
2606
2676
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
2607
2677
  readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
2608
2678
  } | null;
@@ -2610,14 +2680,14 @@ export default function useCanvas(): {
2610
2680
  } | {
2611
2681
  items: ({
2612
2682
  file: {
2613
- id: import('../../../../types/openapi').FileRetrieve["id"];
2614
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
2615
- name: import('../../../../types/openapi').FileRetrieve["name"];
2683
+ id: FileRetrieve["id"];
2684
+ snapshot_id?: FileRetrieve["id"] | undefined;
2685
+ name: FileRetrieve["name"];
2616
2686
  is_deleted?: boolean | undefined;
2617
2687
  expires_at?: string | null | undefined;
2618
- content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
2688
+ content_url?: FileRetrieve["content_url"] | undefined;
2619
2689
  content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
2620
- content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
2690
+ content_extension?: FileRetrieve["content_extension"] | undefined;
2621
2691
  permissions?: {
2622
2692
  can_download?: boolean | undefined;
2623
2693
  can_share?: boolean | undefined;
@@ -2626,27 +2696,27 @@ export default function useCanvas(): {
2626
2696
  };
2627
2697
  slide: {
2628
2698
  index: number;
2629
- url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
2699
+ url?: FileRetrieve["content_thumbnails"][number] | undefined;
2630
2700
  };
2631
2701
  type: "slide";
2632
2702
  } | {
2633
2703
  file: {
2634
- id: import('../../../../types/openapi').FileRetrieve["id"];
2635
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
2636
- name: import('../../../../types/openapi').FileRetrieve["name"];
2704
+ id: FileRetrieve["id"];
2705
+ snapshot_id?: FileRetrieve["id"] | undefined;
2706
+ name: FileRetrieve["name"];
2637
2707
  is_deleted?: boolean | undefined;
2638
2708
  expires_at?: string | null | undefined;
2639
- content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
2709
+ content_url: FileRetrieve["content_url"];
2640
2710
  content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
2641
- content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
2711
+ content_extension: FileRetrieve["content_extension"];
2642
2712
  permissions?: {
2643
2713
  can_download?: boolean | undefined;
2644
2714
  can_share?: boolean | undefined;
2645
2715
  } | undefined;
2646
2716
  tags?: string[] | undefined;
2647
- thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
2648
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
2649
- content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
2717
+ thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
2718
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
2719
+ content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
2650
2720
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
2651
2721
  readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
2652
2722
  };
@@ -2666,6 +2736,19 @@ export default function useCanvas(): {
2666
2736
  selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
2667
2737
  selection_app_name?: string | undefined;
2668
2738
  is_restricted_to_preselections?: boolean | undefined;
2739
+ } | {
2740
+ sections: {
2741
+ id: string;
2742
+ file_id?: string | undefined;
2743
+ sequence?: number | undefined;
2744
+ component_id: string;
2745
+ page_index?: number | undefined;
2746
+ type: "section" | "file";
2747
+ }[];
2748
+ animation_in?: string | undefined;
2749
+ selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
2750
+ selection_app_name?: string | undefined;
2751
+ is_restricted_to_preselections?: boolean | undefined;
2669
2752
  } | {
2670
2753
  html: string;
2671
2754
  } | {
@@ -2857,6 +2940,7 @@ export default function useCanvas(): {
2857
2940
  bg_color_palette_index?: number | undefined;
2858
2941
  } | undefined;
2859
2942
  height?: string | undefined;
2943
+ is_sharebox_target?: boolean | undefined;
2860
2944
  }[]>;
2861
2945
  canvasHomePage: Ref<{
2862
2946
  component_id: ComponentNode["id"];
@@ -2944,7 +3028,7 @@ export default function useCanvas(): {
2944
3028
  };
2945
3029
  readonly slide: {
2946
3030
  readonly index: number;
2947
- readonly url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
3031
+ readonly url: FileRetrieve["thumbnail_url"];
2948
3032
  };
2949
3033
  } | {
2950
3034
  readonly id: string;
@@ -3054,21 +3138,21 @@ export default function useCanvas(): {
3054
3138
  } | undefined;
3055
3139
  } | undefined;
3056
3140
  readonly file: {
3057
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
3058
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3059
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
3141
+ readonly id: FileRetrieve["id"];
3142
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
3143
+ readonly name: FileRetrieve["name"];
3060
3144
  readonly is_deleted?: boolean | undefined;
3061
3145
  readonly expires_at?: string | null | undefined;
3062
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
3146
+ readonly content_url: FileRetrieve["content_url"];
3063
3147
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
3064
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
3148
+ readonly content_extension: FileRetrieve["content_extension"];
3065
3149
  readonly permissions?: {
3066
3150
  readonly can_download?: boolean | undefined;
3067
3151
  readonly can_share?: boolean | undefined;
3068
3152
  } | undefined;
3069
3153
  readonly tags?: readonly string[] | undefined;
3070
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
3071
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
3154
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
3155
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
3072
3156
  readonly content_thumbnails?: readonly string[] | null | undefined;
3073
3157
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
3074
3158
  readonly pspdfkit_auth_payload?: {
@@ -3081,14 +3165,14 @@ export default function useCanvas(): {
3081
3165
  } | {
3082
3166
  readonly items: readonly ({
3083
3167
  readonly file: {
3084
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
3085
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3086
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
3168
+ readonly id: FileRetrieve["id"];
3169
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
3170
+ readonly name: FileRetrieve["name"];
3087
3171
  readonly is_deleted?: boolean | undefined;
3088
3172
  readonly expires_at?: string | null | undefined;
3089
- readonly content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
3173
+ readonly content_url?: FileRetrieve["content_url"] | undefined;
3090
3174
  readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
3091
- readonly content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
3175
+ readonly content_extension?: FileRetrieve["content_extension"] | undefined;
3092
3176
  readonly permissions?: {
3093
3177
  readonly can_download?: boolean | undefined;
3094
3178
  readonly can_share?: boolean | undefined;
@@ -3097,26 +3181,26 @@ export default function useCanvas(): {
3097
3181
  };
3098
3182
  readonly slide: {
3099
3183
  readonly index: number;
3100
- readonly url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
3184
+ readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
3101
3185
  };
3102
3186
  readonly type: "slide";
3103
3187
  } | {
3104
3188
  readonly file: {
3105
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
3106
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3107
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
3189
+ readonly id: FileRetrieve["id"];
3190
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
3191
+ readonly name: FileRetrieve["name"];
3108
3192
  readonly is_deleted?: boolean | undefined;
3109
3193
  readonly expires_at?: string | null | undefined;
3110
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
3194
+ readonly content_url: FileRetrieve["content_url"];
3111
3195
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
3112
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
3196
+ readonly content_extension: FileRetrieve["content_extension"];
3113
3197
  readonly permissions?: {
3114
3198
  readonly can_download?: boolean | undefined;
3115
3199
  readonly can_share?: boolean | undefined;
3116
3200
  } | undefined;
3117
3201
  readonly tags?: readonly string[] | undefined;
3118
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
3119
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
3202
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
3203
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
3120
3204
  readonly content_thumbnails?: readonly string[] | null | undefined;
3121
3205
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
3122
3206
  readonly pspdfkit_auth_payload?: {
@@ -3141,6 +3225,19 @@ export default function useCanvas(): {
3141
3225
  readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
3142
3226
  readonly selection_app_name?: string | undefined;
3143
3227
  readonly is_restricted_to_preselections?: boolean | undefined;
3228
+ } | {
3229
+ readonly sections: readonly {
3230
+ readonly id: string;
3231
+ readonly file_id?: string | undefined;
3232
+ readonly sequence?: number | undefined;
3233
+ readonly component_id: string;
3234
+ readonly page_index?: number | undefined;
3235
+ readonly type: "section" | "file";
3236
+ }[];
3237
+ readonly animation_in?: string | undefined;
3238
+ readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
3239
+ readonly selection_app_name?: string | undefined;
3240
+ readonly is_restricted_to_preselections?: boolean | undefined;
3144
3241
  } | {
3145
3242
  readonly html: string;
3146
3243
  } | {
@@ -3350,6 +3447,7 @@ export default function useCanvas(): {
3350
3447
  readonly bg_color_palette_index?: number | undefined;
3351
3448
  } | undefined;
3352
3449
  readonly height?: string | undefined;
3450
+ readonly is_sharebox_target?: boolean | undefined;
3353
3451
  };
3354
3452
  }>;
3355
3453
  componentSelectedMode: Ref<false | {
@@ -3373,7 +3471,7 @@ export default function useCanvas(): {
3373
3471
  currentEmbedLocation: import('vue').ComputedRef<"dsr" | "canvas">;
3374
3472
  displayMode: Ref<"print" | "default" | undefined, "print" | "default" | undefined>;
3375
3473
  endPage: Ref<number | undefined, number | undefined>;
3376
- fetchFile: Ref<((fileId: import('../../../../types/openapi').FileRetrieve["id"]) => Promise<import('../../../../types/openapi').FileRetrieve>) | ((...data: any[]) => void) | undefined, ((fileId: import('../../../../types/openapi').FileRetrieve["id"]) => Promise<import('../../../../types/openapi').FileRetrieve>) | ((...data: any[]) => void) | undefined>;
3474
+ fetchFile: Ref<((fileId: FileRetrieve["id"]) => Promise<FileRetrieve>) | ((fileId: FileRetrieve["id"]) => Promise<FileRetrieve>) | ((...data: any[]) => void), ((fileId: FileRetrieve["id"]) => Promise<FileRetrieve>) | ((fileId: FileRetrieve["id"]) => Promise<FileRetrieve>) | ((...data: any[]) => void)>;
3377
3475
  getEnv: Ref<(() => Promise<import('../../../main.lib').PitcherEnv>) | (() => Promise<import('../../../main.lib').PitcherEnv>) | ((...data: any[]) => void) | undefined, (() => Promise<import('../../../main.lib').PitcherEnv>) | (() => Promise<import('../../../main.lib').PitcherEnv>) | ((...data: any[]) => void) | undefined>;
3378
3476
  inCall: Ref<boolean | undefined, boolean | undefined>;
3379
3477
  isAdmin: import('vue').ComputedRef<boolean>;
@@ -3399,6 +3497,7 @@ export default function useCanvas(): {
3399
3497
  isViewOnlyMode: import('vue').ComputedRef<boolean>;
3400
3498
  justAddedComponentId: Ref<string | null, string | null>;
3401
3499
  listFiles: Ref<((params?: any) => Promise<import('../../../../types/openapi').File[]>) | ((...data: any[]) => void) | undefined, ((params?: any) => Promise<import('../../../../types/openapi').File[]>) | ((...data: any[]) => void) | undefined>;
3500
+ isSetListFilesApi: Ref<boolean, boolean>;
3402
3501
  listRecommendedFiles: Ref<((params: {
3403
3502
  sectionId: CanvasRetrieve["id"];
3404
3503
  matchingStrategy: ("tags" | "metadata")[];
@@ -3423,6 +3522,7 @@ export default function useCanvas(): {
3423
3522
  uniqueId: string;
3424
3523
  metadata?: Record<string, any>;
3425
3524
  sectionIndex?: number;
3525
+ pageIndex?: number;
3426
3526
  }[]>;
3427
3527
  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>;
3428
3528
  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>;
@@ -3579,7 +3679,7 @@ export default function useCanvas(): {
3579
3679
  };
3580
3680
  readonly slide: {
3581
3681
  readonly index: number;
3582
- readonly url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
3682
+ readonly url: FileRetrieve["thumbnail_url"];
3583
3683
  };
3584
3684
  } | {
3585
3685
  readonly id: string;
@@ -3689,21 +3789,21 @@ export default function useCanvas(): {
3689
3789
  } | undefined;
3690
3790
  } | undefined;
3691
3791
  readonly file: {
3692
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
3693
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3694
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
3792
+ readonly id: FileRetrieve["id"];
3793
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
3794
+ readonly name: FileRetrieve["name"];
3695
3795
  readonly is_deleted?: boolean | undefined;
3696
3796
  readonly expires_at?: string | null | undefined;
3697
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
3797
+ readonly content_url: FileRetrieve["content_url"];
3698
3798
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
3699
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
3799
+ readonly content_extension: FileRetrieve["content_extension"];
3700
3800
  readonly permissions?: {
3701
3801
  readonly can_download?: boolean | undefined;
3702
3802
  readonly can_share?: boolean | undefined;
3703
3803
  } | undefined;
3704
3804
  readonly tags?: readonly string[] | undefined;
3705
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
3706
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
3805
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
3806
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
3707
3807
  readonly content_thumbnails?: readonly string[] | null | undefined;
3708
3808
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
3709
3809
  readonly pspdfkit_auth_payload?: {
@@ -3716,14 +3816,14 @@ export default function useCanvas(): {
3716
3816
  } | {
3717
3817
  readonly items: readonly ({
3718
3818
  readonly file: {
3719
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
3720
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3721
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
3819
+ readonly id: FileRetrieve["id"];
3820
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
3821
+ readonly name: FileRetrieve["name"];
3722
3822
  readonly is_deleted?: boolean | undefined;
3723
3823
  readonly expires_at?: string | null | undefined;
3724
- readonly content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
3824
+ readonly content_url?: FileRetrieve["content_url"] | undefined;
3725
3825
  readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
3726
- readonly content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
3826
+ readonly content_extension?: FileRetrieve["content_extension"] | undefined;
3727
3827
  readonly permissions?: {
3728
3828
  readonly can_download?: boolean | undefined;
3729
3829
  readonly can_share?: boolean | undefined;
@@ -3732,26 +3832,26 @@ export default function useCanvas(): {
3732
3832
  };
3733
3833
  readonly slide: {
3734
3834
  readonly index: number;
3735
- readonly url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
3835
+ readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
3736
3836
  };
3737
3837
  readonly type: "slide";
3738
3838
  } | {
3739
3839
  readonly file: {
3740
- readonly id: import('../../../../types/openapi').FileRetrieve["id"];
3741
- readonly snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
3742
- readonly name: import('../../../../types/openapi').FileRetrieve["name"];
3840
+ readonly id: FileRetrieve["id"];
3841
+ readonly snapshot_id?: FileRetrieve["id"] | undefined;
3842
+ readonly name: FileRetrieve["name"];
3743
3843
  readonly is_deleted?: boolean | undefined;
3744
3844
  readonly expires_at?: string | null | undefined;
3745
- readonly content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
3845
+ readonly content_url: FileRetrieve["content_url"];
3746
3846
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
3747
- readonly content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
3847
+ readonly content_extension: FileRetrieve["content_extension"];
3748
3848
  readonly permissions?: {
3749
3849
  readonly can_download?: boolean | undefined;
3750
3850
  readonly can_share?: boolean | undefined;
3751
3851
  } | undefined;
3752
3852
  readonly tags?: readonly string[] | undefined;
3753
- readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
3754
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
3853
+ readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
3854
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
3755
3855
  readonly content_thumbnails?: readonly string[] | null | undefined;
3756
3856
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
3757
3857
  readonly pspdfkit_auth_payload?: {
@@ -3776,6 +3876,19 @@ export default function useCanvas(): {
3776
3876
  readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
3777
3877
  readonly selection_app_name?: string | undefined;
3778
3878
  readonly is_restricted_to_preselections?: boolean | undefined;
3879
+ } | {
3880
+ readonly sections: readonly {
3881
+ readonly id: string;
3882
+ readonly file_id?: string | undefined;
3883
+ readonly sequence?: number | undefined;
3884
+ readonly component_id: string;
3885
+ readonly page_index?: number | undefined;
3886
+ readonly type: "section" | "file";
3887
+ }[];
3888
+ readonly animation_in?: string | undefined;
3889
+ readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
3890
+ readonly selection_app_name?: string | undefined;
3891
+ readonly is_restricted_to_preselections?: boolean | undefined;
3779
3892
  } | {
3780
3893
  readonly html: string;
3781
3894
  } | {
@@ -3985,6 +4098,7 @@ export default function useCanvas(): {
3985
4098
  readonly bg_color_palette_index?: number | undefined;
3986
4099
  } | undefined;
3987
4100
  readonly height?: string | undefined;
4101
+ readonly is_sharebox_target?: boolean | undefined;
3988
4102
  };
3989
4103
  };
3990
4104
  }>;
@@ -4037,7 +4151,7 @@ export default function useCanvas(): {
4037
4151
  };
4038
4152
  slide: {
4039
4153
  index: number;
4040
- url: import('../../../../types/openapi').FileRetrieve["thumbnail_url"];
4154
+ url: FileRetrieve["thumbnail_url"];
4041
4155
  };
4042
4156
  } | {
4043
4157
  id: string;
@@ -4137,22 +4251,22 @@ export default function useCanvas(): {
4137
4251
  } | undefined;
4138
4252
  } | undefined;
4139
4253
  file: {
4140
- id: import('../../../../types/openapi').FileRetrieve["id"];
4141
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
4142
- name: import('../../../../types/openapi').FileRetrieve["name"];
4254
+ id: FileRetrieve["id"];
4255
+ snapshot_id?: FileRetrieve["id"] | undefined;
4256
+ name: FileRetrieve["name"];
4143
4257
  is_deleted?: boolean | undefined;
4144
4258
  expires_at?: string | null | undefined;
4145
- content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
4259
+ content_url: FileRetrieve["content_url"];
4146
4260
  content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
4147
- content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
4261
+ content_extension: FileRetrieve["content_extension"];
4148
4262
  permissions?: {
4149
4263
  can_download?: boolean | undefined;
4150
4264
  can_share?: boolean | undefined;
4151
4265
  } | undefined;
4152
4266
  tags?: string[] | undefined;
4153
- thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
4154
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
4155
- content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
4267
+ thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
4268
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
4269
+ content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
4156
4270
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
4157
4271
  readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
4158
4272
  } | null;
@@ -4160,14 +4274,14 @@ export default function useCanvas(): {
4160
4274
  } | {
4161
4275
  items: ({
4162
4276
  file: {
4163
- id: import('../../../../types/openapi').FileRetrieve["id"];
4164
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
4165
- name: import('../../../../types/openapi').FileRetrieve["name"];
4277
+ id: FileRetrieve["id"];
4278
+ snapshot_id?: FileRetrieve["id"] | undefined;
4279
+ name: FileRetrieve["name"];
4166
4280
  is_deleted?: boolean | undefined;
4167
4281
  expires_at?: string | null | undefined;
4168
- content_url?: import('../../../../types/openapi').FileRetrieve["content_url"] | undefined;
4282
+ content_url?: FileRetrieve["content_url"] | undefined;
4169
4283
  content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
4170
- content_extension?: import('../../../../types/openapi').FileRetrieve["content_extension"] | undefined;
4284
+ content_extension?: FileRetrieve["content_extension"] | undefined;
4171
4285
  permissions?: {
4172
4286
  can_download?: boolean | undefined;
4173
4287
  can_share?: boolean | undefined;
@@ -4176,27 +4290,27 @@ export default function useCanvas(): {
4176
4290
  };
4177
4291
  slide: {
4178
4292
  index: number;
4179
- url?: import('../../../../types/openapi').FileRetrieve["content_thumbnails"][number] | undefined;
4293
+ url?: FileRetrieve["content_thumbnails"][number] | undefined;
4180
4294
  };
4181
4295
  type: "slide";
4182
4296
  } | {
4183
4297
  file: {
4184
- id: import('../../../../types/openapi').FileRetrieve["id"];
4185
- snapshot_id?: import('../../../../types/openapi').FileRetrieve["id"] | undefined;
4186
- name: import('../../../../types/openapi').FileRetrieve["name"];
4298
+ id: FileRetrieve["id"];
4299
+ snapshot_id?: FileRetrieve["id"] | undefined;
4300
+ name: FileRetrieve["name"];
4187
4301
  is_deleted?: boolean | undefined;
4188
4302
  expires_at?: string | null | undefined;
4189
- content_url: import('../../../../types/openapi').FileRetrieve["content_url"];
4303
+ content_url: FileRetrieve["content_url"];
4190
4304
  content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
4191
- content_extension: import('../../../../types/openapi').FileRetrieve["content_extension"];
4305
+ content_extension: FileRetrieve["content_extension"];
4192
4306
  permissions?: {
4193
4307
  can_download?: boolean | undefined;
4194
4308
  can_share?: boolean | undefined;
4195
4309
  } | undefined;
4196
4310
  tags?: string[] | undefined;
4197
- thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
4198
- readonly content_length?: import('../../../../types/openapi').FileRetrieve["content_length"] | undefined;
4199
- content_thumbnails?: (import('../../../../types/openapi').FileRetrieve["content_thumbnails"] | null) | undefined;
4311
+ thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
4312
+ readonly content_length?: FileRetrieve["content_length"] | undefined;
4313
+ content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
4200
4314
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
4201
4315
  readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
4202
4316
  };
@@ -4216,6 +4330,19 @@ export default function useCanvas(): {
4216
4330
  selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
4217
4331
  selection_app_name?: string | undefined;
4218
4332
  is_restricted_to_preselections?: boolean | undefined;
4333
+ } | {
4334
+ sections: {
4335
+ id: string;
4336
+ file_id?: string | undefined;
4337
+ sequence?: number | undefined;
4338
+ component_id: string;
4339
+ page_index?: number | undefined;
4340
+ type: "section" | "file";
4341
+ }[];
4342
+ animation_in?: string | undefined;
4343
+ selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
4344
+ selection_app_name?: string | undefined;
4345
+ is_restricted_to_preselections?: boolean | undefined;
4219
4346
  } | {
4220
4347
  html: string;
4221
4348
  } | {
@@ -4407,6 +4534,7 @@ export default function useCanvas(): {
4407
4534
  bg_color_palette_index?: number | undefined;
4408
4535
  } | undefined;
4409
4536
  height?: string | undefined;
4537
+ is_sharebox_target?: boolean | undefined;
4410
4538
  } | null>;
4411
4539
  share: Ref<((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined, ((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined>;
4412
4540
  singletonsInCanvasMap: import('vue').ComputedRef<Record<ComponentTypes, boolean>>;
@@ -4502,6 +4630,7 @@ export default function useCanvas(): {
4502
4630
  PageBreak: boolean;
4503
4631
  Scribble: boolean;
4504
4632
  SectionList: boolean;
4633
+ ContentList: boolean;
4505
4634
  Text: boolean;
4506
4635
  Timeline: boolean;
4507
4636
  apps?: Record<string, boolean> | undefined;
@@ -4575,6 +4704,10 @@ export default function useCanvas(): {
4575
4704
  admin?: boolean | undefined;
4576
4705
  rep?: boolean | undefined;
4577
4706
  };
4707
+ ContentList: {
4708
+ admin?: boolean | undefined;
4709
+ rep?: boolean | undefined;
4710
+ };
4578
4711
  Text: {
4579
4712
  admin?: boolean | undefined;
4580
4713
  rep?: boolean | undefined;
@@ -4725,12 +4858,16 @@ export default function useCanvas(): {
4725
4858
  enabled: boolean;
4726
4859
  type: "base" | "app";
4727
4860
  }[] | undefined;
4861
+ sfdc?: {
4862
+ use_static_ip_proxy?: boolean | undefined;
4863
+ } | undefined;
4728
4864
  custom_event?: string | undefined;
4729
4865
  enable_recents?: boolean | undefined;
4730
4866
  enable_favorites?: boolean | undefined;
4731
4867
  enable_sync_file_filtering?: boolean | undefined;
4732
4868
  time_format?: string | undefined;
4733
4869
  date_format?: string | undefined;
4870
+ is_file_expiration_mandatory?: boolean | undefined;
4734
4871
  }, (OrganizationSettings & {
4735
4872
  canvas?: {
4736
4873
  hide_page_break_in_toc?: boolean;
@@ -4772,6 +4909,7 @@ export default function useCanvas(): {
4772
4909
  enable_sync_file_filtering?: boolean;
4773
4910
  time_format?: string;
4774
4911
  date_format?: string;
4912
+ is_file_expiration_mandatory?: boolean;
4775
4913
  ios?: InstanceSettings;
4776
4914
  }) | {
4777
4915
  auto_assignment_rules?: {
@@ -4822,6 +4960,7 @@ export default function useCanvas(): {
4822
4960
  PageBreak: boolean;
4823
4961
  Scribble: boolean;
4824
4962
  SectionList: boolean;
4963
+ ContentList: boolean;
4825
4964
  Text: boolean;
4826
4965
  Timeline: boolean;
4827
4966
  apps?: Record<string, boolean> | undefined;
@@ -4895,6 +5034,10 @@ export default function useCanvas(): {
4895
5034
  admin?: boolean | undefined;
4896
5035
  rep?: boolean | undefined;
4897
5036
  };
5037
+ ContentList: {
5038
+ admin?: boolean | undefined;
5039
+ rep?: boolean | undefined;
5040
+ };
4898
5041
  Text: {
4899
5042
  admin?: boolean | undefined;
4900
5043
  rep?: boolean | undefined;
@@ -5045,12 +5188,16 @@ export default function useCanvas(): {
5045
5188
  enabled: boolean;
5046
5189
  type: "base" | "app";
5047
5190
  }[] | undefined;
5191
+ sfdc?: {
5192
+ use_static_ip_proxy?: boolean | undefined;
5193
+ } | undefined;
5048
5194
  custom_event?: string | undefined;
5049
5195
  enable_recents?: boolean | undefined;
5050
5196
  enable_favorites?: boolean | undefined;
5051
5197
  enable_sync_file_filtering?: boolean | undefined;
5052
5198
  time_format?: string | undefined;
5053
5199
  date_format?: string | undefined;
5200
+ is_file_expiration_mandatory?: boolean | undefined;
5054
5201
  }>;
5055
5202
  pitcherSettings: Readonly<Ref<{
5056
5203
  readonly auto_assignment_rules?: readonly {
@@ -5103,6 +5250,7 @@ export default function useCanvas(): {
5103
5250
  readonly PageBreak: boolean;
5104
5251
  readonly Scribble: boolean;
5105
5252
  readonly SectionList: boolean;
5253
+ readonly ContentList: boolean;
5106
5254
  readonly Text: boolean;
5107
5255
  readonly Timeline: boolean;
5108
5256
  readonly apps?: {
@@ -5178,6 +5326,10 @@ export default function useCanvas(): {
5178
5326
  readonly admin?: boolean | undefined;
5179
5327
  readonly rep?: boolean | undefined;
5180
5328
  };
5329
+ readonly ContentList: {
5330
+ readonly admin?: boolean | undefined;
5331
+ readonly rep?: boolean | undefined;
5332
+ };
5181
5333
  readonly Text: {
5182
5334
  readonly admin?: boolean | undefined;
5183
5335
  readonly rep?: boolean | undefined;
@@ -5358,12 +5510,16 @@ export default function useCanvas(): {
5358
5510
  readonly enabled: boolean;
5359
5511
  readonly type: "base" | "app";
5360
5512
  }[] | undefined;
5513
+ readonly sfdc?: {
5514
+ readonly use_static_ip_proxy?: boolean | undefined;
5515
+ } | undefined;
5361
5516
  readonly custom_event?: string | undefined;
5362
5517
  readonly enable_recents?: boolean | undefined;
5363
5518
  readonly enable_favorites?: boolean | undefined;
5364
5519
  readonly enable_sync_file_filtering?: boolean | undefined;
5365
5520
  readonly time_format?: string | undefined;
5366
5521
  readonly date_format?: string | undefined;
5522
+ readonly is_file_expiration_mandatory?: boolean | undefined;
5367
5523
  }, {
5368
5524
  readonly auto_assignment_rules?: readonly {
5369
5525
  readonly connection_id: string;
@@ -5415,6 +5571,7 @@ export default function useCanvas(): {
5415
5571
  readonly PageBreak: boolean;
5416
5572
  readonly Scribble: boolean;
5417
5573
  readonly SectionList: boolean;
5574
+ readonly ContentList: boolean;
5418
5575
  readonly Text: boolean;
5419
5576
  readonly Timeline: boolean;
5420
5577
  readonly apps?: {
@@ -5490,6 +5647,10 @@ export default function useCanvas(): {
5490
5647
  readonly admin?: boolean | undefined;
5491
5648
  readonly rep?: boolean | undefined;
5492
5649
  };
5650
+ readonly ContentList: {
5651
+ readonly admin?: boolean | undefined;
5652
+ readonly rep?: boolean | undefined;
5653
+ };
5493
5654
  readonly Text: {
5494
5655
  readonly admin?: boolean | undefined;
5495
5656
  readonly rep?: boolean | undefined;
@@ -5670,12 +5831,16 @@ export default function useCanvas(): {
5670
5831
  readonly enabled: boolean;
5671
5832
  readonly type: "base" | "app";
5672
5833
  }[] | undefined;
5834
+ readonly sfdc?: {
5835
+ readonly use_static_ip_proxy?: boolean | undefined;
5836
+ } | undefined;
5673
5837
  readonly custom_event?: string | undefined;
5674
5838
  readonly enable_recents?: boolean | undefined;
5675
5839
  readonly enable_favorites?: boolean | undefined;
5676
5840
  readonly enable_sync_file_filtering?: boolean | undefined;
5677
5841
  readonly time_format?: string | undefined;
5678
5842
  readonly date_format?: string | undefined;
5843
+ readonly is_file_expiration_mandatory?: boolean | undefined;
5679
5844
  }>>;
5680
5845
  initialize: (props: CanvasBuilderProps, launchDarkly: LaunchDarklyEnv) => void;
5681
5846
  activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, index?: number) => void;
@@ -5727,7 +5892,7 @@ export default function useCanvas(): {
5727
5892
  node: ComponentNode;
5728
5893
  section: CanvasRetrieve["sections"][number];
5729
5894
  }) => boolean;
5730
- 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 | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps> | null;
5895
+ 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 | 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> | null;
5731
5896
  updateNodeInSection: (sectionId: string, nodeId: string, newData: ComponentNode["data"]) => boolean;
5732
5897
  getMaxWidth: typeof getMaxWidth;
5733
5898
  getParentType: (nodeId: Ref<ComponentNode["id"] | null | undefined>) => import('vue').ComputedRef<ComponentTypes | undefined>;
@@ -5814,5 +5979,6 @@ export default function useCanvas(): {
5814
5979
  } | null>;
5815
5980
  getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
5816
5981
  watchCanvas: () => import('vue').WatchHandle;
5982
+ mergeWithArrayReplacement: (...sources: any[]) => any;
5817
5983
  };
5818
5984
  export {};