@pitcher/js-api 1.26.0-beta.5 → 1.26.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/impact-js-api.spec.json +3 -0
- package/js-api.esm.js +228 -6
- 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/browser/components/Content/ActionsToolbar/BulkShareboxWarningModal.vue.d.ts +15 -0
- package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +5 -1
- package/lib/apps/browser/stores/api.d.ts +16 -1
- package/lib/apps/canvas-builder/App.vue.d.ts +15 -0
- package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +5 -1
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.raw.vue.d.ts +30 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +76 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentListItems.vue.d.ts +21 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +11 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.edit.vue.d.ts +2 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.header.vue.d.ts +19 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.vue.d.ts +13 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.settings.vue.d.ts +10 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.utils.d.ts +32 -0
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +27 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +1100 -208
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +176 -0
- package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +176 -0
- package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +7 -9
- package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useControlBarCollapse.d.ts +8 -0
- package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +0 -6
- package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
- package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useTemporaryContext.d.ts +14 -0
- package/lib/apps/canvas-builder/types/canvas.d.ts +42 -2
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +4 -4
- package/lib/apps/canvas-builder/util/print.util.d.ts +2 -9
- package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +6 -3
- package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +2 -0
- package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +8 -8
- package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +1 -0
- package/lib/components/CContactSelector/CContactSelector.vue.d.ts +2 -0
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +11 -0
- package/lib/components/CContentError/CContentError.vue.d.ts +1 -0
- package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +3 -0
- package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +6 -0
- package/lib/components/CFileViewer/CFileViewer.vue.d.ts +4 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +3 -2
- package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +1 -0
- package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +2 -0
- package/lib/components/CPdfDimensionsSelector/CPdfDimensionsSelector.vue.d.ts +2 -0
- package/lib/constants/dimensions.const.d.ts +23 -0
- package/lib/directives/vTrustedHtml.d.ts +6 -0
- package/lib/main.lib.d.ts +3 -0
- package/lib/sdk/api/HighLevelApi.d.ts +4 -0
- package/lib/sdk/api/modules/dsr/types.dsr.d.ts +5 -1
- package/lib/sdk/api/modules/files.d.ts +10 -0
- package/lib/sdk/api/modules/query.d.ts +14 -0
- package/lib/sdk/api/modules/ui/types.ui.d.ts +2 -0
- package/lib/sdk/interfaces.d.ts +8 -2
- package/lib/sdk/main.d.ts +25 -11
- package/lib/sdk/peer-connectivity/index.d.ts +3 -0
- package/lib/sdk/peer-connectivity/peerConnectivity.constants.d.ts +12 -0
- package/lib/sdk/peer-connectivity/peerConnectivity.d.ts +3 -0
- package/lib/sdk/peer-connectivity/peerConnectivity.types.d.ts +35 -0
- package/lib/types/instanceSettings.types.d.ts +4 -0
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/lib/types/organizationMetadata.types.d.ts +3 -2
- package/lib/types/organizationSettings.types.d.ts +9 -0
- package/package.json +1 -1
- package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +0 -111
- package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +0 -59
- package/lib/modules/algolia-instantsearch.d.ts +0 -1
- /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:
|
|
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:
|
|
174
|
-
readonly snapshot_id?:
|
|
175
|
-
readonly 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:
|
|
178
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
179
179
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
180
|
-
readonly 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?:
|
|
187
|
-
readonly content_length?:
|
|
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:
|
|
201
|
-
readonly snapshot_id?:
|
|
202
|
-
readonly 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?:
|
|
205
|
+
readonly content_url?: FileRetrieve["content_url"] | undefined;
|
|
206
206
|
readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
207
|
-
readonly content_extension?:
|
|
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?:
|
|
216
|
+
readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
217
217
|
};
|
|
218
218
|
readonly type: "slide";
|
|
219
219
|
} | {
|
|
220
220
|
readonly file: {
|
|
221
|
-
readonly id:
|
|
222
|
-
readonly snapshot_id?:
|
|
223
|
-
readonly 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:
|
|
226
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
227
227
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
228
|
-
readonly 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?:
|
|
235
|
-
readonly content_length?:
|
|
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
|
} | {
|
|
@@ -369,6 +382,81 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
369
382
|
} | undefined;
|
|
370
383
|
}[];
|
|
371
384
|
readonly layout: "vertical" | "horizontal";
|
|
385
|
+
} | {
|
|
386
|
+
readonly filters?: readonly {
|
|
387
|
+
readonly property: string;
|
|
388
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
389
|
+
readonly value: string;
|
|
390
|
+
}[] | undefined;
|
|
391
|
+
readonly layout: "column" | "row";
|
|
392
|
+
readonly page_size?: number | undefined;
|
|
393
|
+
readonly path: string;
|
|
394
|
+
readonly properties: readonly {
|
|
395
|
+
readonly key: string;
|
|
396
|
+
readonly display_name?: string | undefined;
|
|
397
|
+
readonly sort: {
|
|
398
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
399
|
+
readonly default?: boolean | undefined;
|
|
400
|
+
readonly enabled: boolean;
|
|
401
|
+
};
|
|
402
|
+
readonly group?: boolean | undefined;
|
|
403
|
+
readonly printable?: boolean | undefined;
|
|
404
|
+
readonly format?: {
|
|
405
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
406
|
+
readonly currency?: string | undefined;
|
|
407
|
+
readonly decimals?: number | undefined;
|
|
408
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
409
|
+
readonly dateFormat?: string | undefined;
|
|
410
|
+
} | undefined;
|
|
411
|
+
}[];
|
|
412
|
+
readonly theme?: {
|
|
413
|
+
readonly background_color?: string | null | undefined;
|
|
414
|
+
readonly group_header_color?: string | null | undefined;
|
|
415
|
+
readonly font_family?: string | undefined;
|
|
416
|
+
} | undefined;
|
|
417
|
+
readonly break_groups_on_new_page?: boolean | undefined;
|
|
418
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
419
|
+
readonly striping_color?: string | null | undefined;
|
|
420
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
421
|
+
} | {
|
|
422
|
+
readonly hierarchy: readonly {
|
|
423
|
+
readonly type: "group" | "data";
|
|
424
|
+
readonly path: string;
|
|
425
|
+
readonly group_by_key?: string | undefined;
|
|
426
|
+
}[];
|
|
427
|
+
readonly columns: readonly {
|
|
428
|
+
readonly key: string;
|
|
429
|
+
readonly display_name?: string | undefined;
|
|
430
|
+
readonly sort: {
|
|
431
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
432
|
+
readonly default?: boolean | undefined;
|
|
433
|
+
readonly enabled: boolean;
|
|
434
|
+
};
|
|
435
|
+
readonly group?: boolean | undefined;
|
|
436
|
+
readonly printable?: boolean | undefined;
|
|
437
|
+
readonly format?: {
|
|
438
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
439
|
+
readonly currency?: string | undefined;
|
|
440
|
+
readonly decimals?: number | undefined;
|
|
441
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
442
|
+
readonly dateFormat?: string | undefined;
|
|
443
|
+
} | undefined;
|
|
444
|
+
}[];
|
|
445
|
+
readonly header_path?: string | undefined;
|
|
446
|
+
readonly footer_path?: string | undefined;
|
|
447
|
+
readonly filters?: readonly {
|
|
448
|
+
readonly property: string;
|
|
449
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
450
|
+
readonly value: string;
|
|
451
|
+
}[] | undefined;
|
|
452
|
+
readonly theme?: {
|
|
453
|
+
readonly background_color?: string | null | undefined;
|
|
454
|
+
readonly group_header_color?: string | null | undefined;
|
|
455
|
+
readonly font_family?: string | undefined;
|
|
456
|
+
} | undefined;
|
|
457
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
458
|
+
readonly striping_color?: string | null | undefined;
|
|
459
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
372
460
|
} | undefined;
|
|
373
461
|
readonly children?: readonly /*elided*/ any[] | undefined;
|
|
374
462
|
readonly when_used_in_section?: {
|
|
@@ -445,7 +533,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
445
533
|
};
|
|
446
534
|
readonly slide: {
|
|
447
535
|
readonly index: number;
|
|
448
|
-
readonly url:
|
|
536
|
+
readonly url: FileRetrieve["thumbnail_url"];
|
|
449
537
|
};
|
|
450
538
|
} | {
|
|
451
539
|
readonly id: string;
|
|
@@ -555,21 +643,21 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
555
643
|
} | undefined;
|
|
556
644
|
} | undefined;
|
|
557
645
|
readonly file: {
|
|
558
|
-
readonly id:
|
|
559
|
-
readonly snapshot_id?:
|
|
560
|
-
readonly name:
|
|
646
|
+
readonly id: FileRetrieve["id"];
|
|
647
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
648
|
+
readonly name: FileRetrieve["name"];
|
|
561
649
|
readonly is_deleted?: boolean | undefined;
|
|
562
650
|
readonly expires_at?: string | null | undefined;
|
|
563
|
-
readonly content_url:
|
|
651
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
564
652
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
565
|
-
readonly content_extension:
|
|
653
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
566
654
|
readonly permissions?: {
|
|
567
655
|
readonly can_download?: boolean | undefined;
|
|
568
656
|
readonly can_share?: boolean | undefined;
|
|
569
657
|
} | undefined;
|
|
570
658
|
readonly tags?: readonly string[] | undefined;
|
|
571
|
-
readonly thumbnail_url?:
|
|
572
|
-
readonly content_length?:
|
|
659
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
660
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
573
661
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
574
662
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
575
663
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -582,14 +670,14 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
582
670
|
} | {
|
|
583
671
|
readonly items: readonly ({
|
|
584
672
|
readonly file: {
|
|
585
|
-
readonly id:
|
|
586
|
-
readonly snapshot_id?:
|
|
587
|
-
readonly name:
|
|
673
|
+
readonly id: FileRetrieve["id"];
|
|
674
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
675
|
+
readonly name: FileRetrieve["name"];
|
|
588
676
|
readonly is_deleted?: boolean | undefined;
|
|
589
677
|
readonly expires_at?: string | null | undefined;
|
|
590
|
-
readonly content_url?:
|
|
678
|
+
readonly content_url?: FileRetrieve["content_url"] | undefined;
|
|
591
679
|
readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
592
|
-
readonly content_extension?:
|
|
680
|
+
readonly content_extension?: FileRetrieve["content_extension"] | undefined;
|
|
593
681
|
readonly permissions?: {
|
|
594
682
|
readonly can_download?: boolean | undefined;
|
|
595
683
|
readonly can_share?: boolean | undefined;
|
|
@@ -598,26 +686,26 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
598
686
|
};
|
|
599
687
|
readonly slide: {
|
|
600
688
|
readonly index: number;
|
|
601
|
-
readonly url?:
|
|
689
|
+
readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
602
690
|
};
|
|
603
691
|
readonly type: "slide";
|
|
604
692
|
} | {
|
|
605
693
|
readonly file: {
|
|
606
|
-
readonly id:
|
|
607
|
-
readonly snapshot_id?:
|
|
608
|
-
readonly name:
|
|
694
|
+
readonly id: FileRetrieve["id"];
|
|
695
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
696
|
+
readonly name: FileRetrieve["name"];
|
|
609
697
|
readonly is_deleted?: boolean | undefined;
|
|
610
698
|
readonly expires_at?: string | null | undefined;
|
|
611
|
-
readonly content_url:
|
|
699
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
612
700
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
613
|
-
readonly content_extension:
|
|
701
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
614
702
|
readonly permissions?: {
|
|
615
703
|
readonly can_download?: boolean | undefined;
|
|
616
704
|
readonly can_share?: boolean | undefined;
|
|
617
705
|
} | undefined;
|
|
618
706
|
readonly tags?: readonly string[] | undefined;
|
|
619
|
-
readonly thumbnail_url?:
|
|
620
|
-
readonly content_length?:
|
|
707
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
708
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
621
709
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
622
710
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
623
711
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -642,6 +730,19 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
642
730
|
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
643
731
|
readonly selection_app_name?: string | undefined;
|
|
644
732
|
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
733
|
+
} | {
|
|
734
|
+
readonly sections: readonly {
|
|
735
|
+
readonly id: string;
|
|
736
|
+
readonly file_id?: string | undefined;
|
|
737
|
+
readonly sequence?: number | undefined;
|
|
738
|
+
readonly component_id: string;
|
|
739
|
+
readonly page_index?: number | undefined;
|
|
740
|
+
readonly type: "section" | "file";
|
|
741
|
+
}[];
|
|
742
|
+
readonly animation_in?: string | undefined;
|
|
743
|
+
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
744
|
+
readonly selection_app_name?: string | undefined;
|
|
745
|
+
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
645
746
|
} | {
|
|
646
747
|
readonly html: string;
|
|
647
748
|
} | {
|
|
@@ -754,6 +855,81 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
754
855
|
} | undefined;
|
|
755
856
|
}[];
|
|
756
857
|
readonly layout: "vertical" | "horizontal";
|
|
858
|
+
} | {
|
|
859
|
+
readonly filters?: readonly {
|
|
860
|
+
readonly property: string;
|
|
861
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
862
|
+
readonly value: string;
|
|
863
|
+
}[] | undefined;
|
|
864
|
+
readonly layout: "column" | "row";
|
|
865
|
+
readonly page_size?: number | undefined;
|
|
866
|
+
readonly path: string;
|
|
867
|
+
readonly properties: readonly {
|
|
868
|
+
readonly key: string;
|
|
869
|
+
readonly display_name?: string | undefined;
|
|
870
|
+
readonly sort: {
|
|
871
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
872
|
+
readonly default?: boolean | undefined;
|
|
873
|
+
readonly enabled: boolean;
|
|
874
|
+
};
|
|
875
|
+
readonly group?: boolean | undefined;
|
|
876
|
+
readonly printable?: boolean | undefined;
|
|
877
|
+
readonly format?: {
|
|
878
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
879
|
+
readonly currency?: string | undefined;
|
|
880
|
+
readonly decimals?: number | undefined;
|
|
881
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
882
|
+
readonly dateFormat?: string | undefined;
|
|
883
|
+
} | undefined;
|
|
884
|
+
}[];
|
|
885
|
+
readonly theme?: {
|
|
886
|
+
readonly background_color?: string | null | undefined;
|
|
887
|
+
readonly group_header_color?: string | null | undefined;
|
|
888
|
+
readonly font_family?: string | undefined;
|
|
889
|
+
} | undefined;
|
|
890
|
+
readonly break_groups_on_new_page?: boolean | undefined;
|
|
891
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
892
|
+
readonly striping_color?: string | null | undefined;
|
|
893
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
894
|
+
} | {
|
|
895
|
+
readonly hierarchy: readonly {
|
|
896
|
+
readonly type: "group" | "data";
|
|
897
|
+
readonly path: string;
|
|
898
|
+
readonly group_by_key?: string | undefined;
|
|
899
|
+
}[];
|
|
900
|
+
readonly columns: readonly {
|
|
901
|
+
readonly key: string;
|
|
902
|
+
readonly display_name?: string | undefined;
|
|
903
|
+
readonly sort: {
|
|
904
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
905
|
+
readonly default?: boolean | undefined;
|
|
906
|
+
readonly enabled: boolean;
|
|
907
|
+
};
|
|
908
|
+
readonly group?: boolean | undefined;
|
|
909
|
+
readonly printable?: boolean | undefined;
|
|
910
|
+
readonly format?: {
|
|
911
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
912
|
+
readonly currency?: string | undefined;
|
|
913
|
+
readonly decimals?: number | undefined;
|
|
914
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
915
|
+
readonly dateFormat?: string | undefined;
|
|
916
|
+
} | undefined;
|
|
917
|
+
}[];
|
|
918
|
+
readonly header_path?: string | undefined;
|
|
919
|
+
readonly footer_path?: string | undefined;
|
|
920
|
+
readonly filters?: readonly {
|
|
921
|
+
readonly property: string;
|
|
922
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
923
|
+
readonly value: string;
|
|
924
|
+
}[] | undefined;
|
|
925
|
+
readonly theme?: {
|
|
926
|
+
readonly background_color?: string | null | undefined;
|
|
927
|
+
readonly group_header_color?: string | null | undefined;
|
|
928
|
+
readonly font_family?: string | undefined;
|
|
929
|
+
} | undefined;
|
|
930
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
931
|
+
readonly striping_color?: string | null | undefined;
|
|
932
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
757
933
|
} | undefined;
|
|
758
934
|
readonly children?: readonly /*elided*/ any[] | undefined;
|
|
759
935
|
readonly when_used_in_section?: {
|
|
@@ -779,6 +955,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
779
955
|
};
|
|
780
956
|
};
|
|
781
957
|
}>;
|
|
958
|
+
declare const onSave: Ref<CanvasBuilderProps['onSave'] | ((...data: any[]) => Promise<void>)>;
|
|
782
959
|
declare function exitFullscreen(options?: {
|
|
783
960
|
skipJsApiEvent?: boolean;
|
|
784
961
|
}): void;
|
|
@@ -788,13 +965,14 @@ declare function enterFullscreen(options?: {
|
|
|
788
965
|
declare function saveCanvasContent({ showToast }?: {
|
|
789
966
|
showToast: boolean;
|
|
790
967
|
}): Promise<void>;
|
|
968
|
+
declare function save(canvasId: Parameters<NonNullable<typeof onSave.value>>[0], canvas: Parameters<NonNullable<typeof onSave.value>>[1], showToast?: Parameters<NonNullable<typeof onSave.value>>[2]): Promise<void | CanvasRetrieve>;
|
|
791
969
|
declare function saveCanvasContext(context: any, { showToast }?: {
|
|
792
970
|
showToast?: boolean;
|
|
793
971
|
}): Promise<undefined>;
|
|
794
972
|
declare function saveCanvasContentWithContext(context: any, { showToast }?: {
|
|
795
973
|
showToast?: boolean;
|
|
796
974
|
}, extraMetadata?: Record<string, any>): Promise<undefined>;
|
|
797
|
-
declare function getMaxWidth(pitcherSettings: OrganizationSettings & InstanceSettings, enableScaleContent?: boolean): string | undefined;
|
|
975
|
+
declare function getMaxWidth(pitcherSettings: OrganizationSettings & InstanceSettings, enableScaleContent?: boolean, enableCanvasPdfDimensions?: boolean): string | undefined;
|
|
798
976
|
export default function useCanvas(): {
|
|
799
977
|
activeCanvas: Ref<{
|
|
800
978
|
readonly id: string;
|
|
@@ -980,7 +1158,7 @@ export default function useCanvas(): {
|
|
|
980
1158
|
};
|
|
981
1159
|
readonly slide: {
|
|
982
1160
|
readonly index: number;
|
|
983
|
-
readonly url:
|
|
1161
|
+
readonly url: FileRetrieve["thumbnail_url"];
|
|
984
1162
|
};
|
|
985
1163
|
} | {
|
|
986
1164
|
readonly id: string;
|
|
@@ -1090,21 +1268,21 @@ export default function useCanvas(): {
|
|
|
1090
1268
|
} | undefined;
|
|
1091
1269
|
} | undefined;
|
|
1092
1270
|
readonly file: {
|
|
1093
|
-
readonly id:
|
|
1094
|
-
readonly snapshot_id?:
|
|
1095
|
-
readonly name:
|
|
1271
|
+
readonly id: FileRetrieve["id"];
|
|
1272
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
1273
|
+
readonly name: FileRetrieve["name"];
|
|
1096
1274
|
readonly is_deleted?: boolean | undefined;
|
|
1097
1275
|
readonly expires_at?: string | null | undefined;
|
|
1098
|
-
readonly content_url:
|
|
1276
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
1099
1277
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
1100
|
-
readonly content_extension:
|
|
1278
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
1101
1279
|
readonly permissions?: {
|
|
1102
1280
|
readonly can_download?: boolean | undefined;
|
|
1103
1281
|
readonly can_share?: boolean | undefined;
|
|
1104
1282
|
} | undefined;
|
|
1105
1283
|
readonly tags?: readonly string[] | undefined;
|
|
1106
|
-
readonly thumbnail_url?:
|
|
1107
|
-
readonly content_length?:
|
|
1284
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
1285
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
1108
1286
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
1109
1287
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
1110
1288
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -1117,14 +1295,14 @@ export default function useCanvas(): {
|
|
|
1117
1295
|
} | {
|
|
1118
1296
|
readonly items: readonly ({
|
|
1119
1297
|
readonly file: {
|
|
1120
|
-
readonly id:
|
|
1121
|
-
readonly snapshot_id?:
|
|
1122
|
-
readonly name:
|
|
1298
|
+
readonly id: FileRetrieve["id"];
|
|
1299
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
1300
|
+
readonly name: FileRetrieve["name"];
|
|
1123
1301
|
readonly is_deleted?: boolean | undefined;
|
|
1124
1302
|
readonly expires_at?: string | null | undefined;
|
|
1125
|
-
readonly content_url?:
|
|
1303
|
+
readonly content_url?: FileRetrieve["content_url"] | undefined;
|
|
1126
1304
|
readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
1127
|
-
readonly content_extension?:
|
|
1305
|
+
readonly content_extension?: FileRetrieve["content_extension"] | undefined;
|
|
1128
1306
|
readonly permissions?: {
|
|
1129
1307
|
readonly can_download?: boolean | undefined;
|
|
1130
1308
|
readonly can_share?: boolean | undefined;
|
|
@@ -1133,26 +1311,26 @@ export default function useCanvas(): {
|
|
|
1133
1311
|
};
|
|
1134
1312
|
readonly slide: {
|
|
1135
1313
|
readonly index: number;
|
|
1136
|
-
readonly url?:
|
|
1314
|
+
readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
1137
1315
|
};
|
|
1138
1316
|
readonly type: "slide";
|
|
1139
1317
|
} | {
|
|
1140
1318
|
readonly file: {
|
|
1141
|
-
readonly id:
|
|
1142
|
-
readonly snapshot_id?:
|
|
1143
|
-
readonly name:
|
|
1319
|
+
readonly id: FileRetrieve["id"];
|
|
1320
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
1321
|
+
readonly name: FileRetrieve["name"];
|
|
1144
1322
|
readonly is_deleted?: boolean | undefined;
|
|
1145
1323
|
readonly expires_at?: string | null | undefined;
|
|
1146
|
-
readonly content_url:
|
|
1324
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
1147
1325
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
1148
|
-
readonly content_extension:
|
|
1326
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
1149
1327
|
readonly permissions?: {
|
|
1150
1328
|
readonly can_download?: boolean | undefined;
|
|
1151
1329
|
readonly can_share?: boolean | undefined;
|
|
1152
1330
|
} | undefined;
|
|
1153
1331
|
readonly tags?: readonly string[] | undefined;
|
|
1154
|
-
readonly thumbnail_url?:
|
|
1155
|
-
readonly content_length?:
|
|
1332
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
1333
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
1156
1334
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
1157
1335
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
1158
1336
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -1177,6 +1355,19 @@ export default function useCanvas(): {
|
|
|
1177
1355
|
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
1178
1356
|
readonly selection_app_name?: string | undefined;
|
|
1179
1357
|
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
1358
|
+
} | {
|
|
1359
|
+
readonly sections: readonly {
|
|
1360
|
+
readonly id: string;
|
|
1361
|
+
readonly file_id?: string | undefined;
|
|
1362
|
+
readonly sequence?: number | undefined;
|
|
1363
|
+
readonly component_id: string;
|
|
1364
|
+
readonly page_index?: number | undefined;
|
|
1365
|
+
readonly type: "section" | "file";
|
|
1366
|
+
}[];
|
|
1367
|
+
readonly animation_in?: string | undefined;
|
|
1368
|
+
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
1369
|
+
readonly selection_app_name?: string | undefined;
|
|
1370
|
+
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
1180
1371
|
} | {
|
|
1181
1372
|
readonly html: string;
|
|
1182
1373
|
} | {
|
|
@@ -1289,6 +1480,81 @@ export default function useCanvas(): {
|
|
|
1289
1480
|
} | undefined;
|
|
1290
1481
|
}[];
|
|
1291
1482
|
readonly layout: "vertical" | "horizontal";
|
|
1483
|
+
} | {
|
|
1484
|
+
readonly filters?: readonly {
|
|
1485
|
+
readonly property: string;
|
|
1486
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
1487
|
+
readonly value: string;
|
|
1488
|
+
}[] | undefined;
|
|
1489
|
+
readonly layout: "column" | "row";
|
|
1490
|
+
readonly page_size?: number | undefined;
|
|
1491
|
+
readonly path: string;
|
|
1492
|
+
readonly properties: readonly {
|
|
1493
|
+
readonly key: string;
|
|
1494
|
+
readonly display_name?: string | undefined;
|
|
1495
|
+
readonly sort: {
|
|
1496
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
1497
|
+
readonly default?: boolean | undefined;
|
|
1498
|
+
readonly enabled: boolean;
|
|
1499
|
+
};
|
|
1500
|
+
readonly group?: boolean | undefined;
|
|
1501
|
+
readonly printable?: boolean | undefined;
|
|
1502
|
+
readonly format?: {
|
|
1503
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
1504
|
+
readonly currency?: string | undefined;
|
|
1505
|
+
readonly decimals?: number | undefined;
|
|
1506
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
1507
|
+
readonly dateFormat?: string | undefined;
|
|
1508
|
+
} | undefined;
|
|
1509
|
+
}[];
|
|
1510
|
+
readonly theme?: {
|
|
1511
|
+
readonly background_color?: string | null | undefined;
|
|
1512
|
+
readonly group_header_color?: string | null | undefined;
|
|
1513
|
+
readonly font_family?: string | undefined;
|
|
1514
|
+
} | undefined;
|
|
1515
|
+
readonly break_groups_on_new_page?: boolean | undefined;
|
|
1516
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
1517
|
+
readonly striping_color?: string | null | undefined;
|
|
1518
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
1519
|
+
} | {
|
|
1520
|
+
readonly hierarchy: readonly {
|
|
1521
|
+
readonly type: "group" | "data";
|
|
1522
|
+
readonly path: string;
|
|
1523
|
+
readonly group_by_key?: string | undefined;
|
|
1524
|
+
}[];
|
|
1525
|
+
readonly columns: readonly {
|
|
1526
|
+
readonly key: string;
|
|
1527
|
+
readonly display_name?: string | undefined;
|
|
1528
|
+
readonly sort: {
|
|
1529
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
1530
|
+
readonly default?: boolean | undefined;
|
|
1531
|
+
readonly enabled: boolean;
|
|
1532
|
+
};
|
|
1533
|
+
readonly group?: boolean | undefined;
|
|
1534
|
+
readonly printable?: boolean | undefined;
|
|
1535
|
+
readonly format?: {
|
|
1536
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
1537
|
+
readonly currency?: string | undefined;
|
|
1538
|
+
readonly decimals?: number | undefined;
|
|
1539
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
1540
|
+
readonly dateFormat?: string | undefined;
|
|
1541
|
+
} | undefined;
|
|
1542
|
+
}[];
|
|
1543
|
+
readonly header_path?: string | undefined;
|
|
1544
|
+
readonly footer_path?: string | undefined;
|
|
1545
|
+
readonly filters?: readonly {
|
|
1546
|
+
readonly property: string;
|
|
1547
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
1548
|
+
readonly value: string;
|
|
1549
|
+
}[] | undefined;
|
|
1550
|
+
readonly theme?: {
|
|
1551
|
+
readonly background_color?: string | null | undefined;
|
|
1552
|
+
readonly group_header_color?: string | null | undefined;
|
|
1553
|
+
readonly font_family?: string | undefined;
|
|
1554
|
+
} | undefined;
|
|
1555
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
1556
|
+
readonly striping_color?: string | null | undefined;
|
|
1557
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
1292
1558
|
} | undefined;
|
|
1293
1559
|
readonly children?: readonly /*elided*/ any[] | undefined;
|
|
1294
1560
|
readonly when_used_in_section?: {
|
|
@@ -1377,7 +1643,7 @@ export default function useCanvas(): {
|
|
|
1377
1643
|
};
|
|
1378
1644
|
readonly slide: {
|
|
1379
1645
|
readonly index: number;
|
|
1380
|
-
readonly url:
|
|
1646
|
+
readonly url: FileRetrieve["thumbnail_url"];
|
|
1381
1647
|
};
|
|
1382
1648
|
} | {
|
|
1383
1649
|
readonly id: string;
|
|
@@ -1487,21 +1753,21 @@ export default function useCanvas(): {
|
|
|
1487
1753
|
} | undefined;
|
|
1488
1754
|
} | undefined;
|
|
1489
1755
|
readonly file: {
|
|
1490
|
-
readonly id:
|
|
1491
|
-
readonly snapshot_id?:
|
|
1492
|
-
readonly name:
|
|
1756
|
+
readonly id: FileRetrieve["id"];
|
|
1757
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
1758
|
+
readonly name: FileRetrieve["name"];
|
|
1493
1759
|
readonly is_deleted?: boolean | undefined;
|
|
1494
1760
|
readonly expires_at?: string | null | undefined;
|
|
1495
|
-
readonly content_url:
|
|
1761
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
1496
1762
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
1497
|
-
readonly content_extension:
|
|
1763
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
1498
1764
|
readonly permissions?: {
|
|
1499
1765
|
readonly can_download?: boolean | undefined;
|
|
1500
1766
|
readonly can_share?: boolean | undefined;
|
|
1501
1767
|
} | undefined;
|
|
1502
1768
|
readonly tags?: readonly string[] | undefined;
|
|
1503
|
-
readonly thumbnail_url?:
|
|
1504
|
-
readonly content_length?:
|
|
1769
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
1770
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
1505
1771
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
1506
1772
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
1507
1773
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -1514,14 +1780,14 @@ export default function useCanvas(): {
|
|
|
1514
1780
|
} | {
|
|
1515
1781
|
readonly items: readonly ({
|
|
1516
1782
|
readonly file: {
|
|
1517
|
-
readonly id:
|
|
1518
|
-
readonly snapshot_id?:
|
|
1519
|
-
readonly name:
|
|
1783
|
+
readonly id: FileRetrieve["id"];
|
|
1784
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
1785
|
+
readonly name: FileRetrieve["name"];
|
|
1520
1786
|
readonly is_deleted?: boolean | undefined;
|
|
1521
1787
|
readonly expires_at?: string | null | undefined;
|
|
1522
|
-
readonly content_url?:
|
|
1788
|
+
readonly content_url?: FileRetrieve["content_url"] | undefined;
|
|
1523
1789
|
readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
1524
|
-
readonly content_extension?:
|
|
1790
|
+
readonly content_extension?: FileRetrieve["content_extension"] | undefined;
|
|
1525
1791
|
readonly permissions?: {
|
|
1526
1792
|
readonly can_download?: boolean | undefined;
|
|
1527
1793
|
readonly can_share?: boolean | undefined;
|
|
@@ -1530,26 +1796,26 @@ export default function useCanvas(): {
|
|
|
1530
1796
|
};
|
|
1531
1797
|
readonly slide: {
|
|
1532
1798
|
readonly index: number;
|
|
1533
|
-
readonly url?:
|
|
1799
|
+
readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
1534
1800
|
};
|
|
1535
1801
|
readonly type: "slide";
|
|
1536
1802
|
} | {
|
|
1537
1803
|
readonly file: {
|
|
1538
|
-
readonly id:
|
|
1539
|
-
readonly snapshot_id?:
|
|
1540
|
-
readonly name:
|
|
1804
|
+
readonly id: FileRetrieve["id"];
|
|
1805
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
1806
|
+
readonly name: FileRetrieve["name"];
|
|
1541
1807
|
readonly is_deleted?: boolean | undefined;
|
|
1542
1808
|
readonly expires_at?: string | null | undefined;
|
|
1543
|
-
readonly content_url:
|
|
1809
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
1544
1810
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
1545
|
-
readonly content_extension:
|
|
1811
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
1546
1812
|
readonly permissions?: {
|
|
1547
1813
|
readonly can_download?: boolean | undefined;
|
|
1548
1814
|
readonly can_share?: boolean | undefined;
|
|
1549
1815
|
} | undefined;
|
|
1550
1816
|
readonly tags?: readonly string[] | undefined;
|
|
1551
|
-
readonly thumbnail_url?:
|
|
1552
|
-
readonly content_length?:
|
|
1817
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
1818
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
1553
1819
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
1554
1820
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
1555
1821
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -1574,6 +1840,19 @@ export default function useCanvas(): {
|
|
|
1574
1840
|
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
1575
1841
|
readonly selection_app_name?: string | undefined;
|
|
1576
1842
|
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
1843
|
+
} | {
|
|
1844
|
+
readonly sections: readonly {
|
|
1845
|
+
readonly id: string;
|
|
1846
|
+
readonly file_id?: string | undefined;
|
|
1847
|
+
readonly sequence?: number | undefined;
|
|
1848
|
+
readonly component_id: string;
|
|
1849
|
+
readonly page_index?: number | undefined;
|
|
1850
|
+
readonly type: "section" | "file";
|
|
1851
|
+
}[];
|
|
1852
|
+
readonly animation_in?: string | undefined;
|
|
1853
|
+
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
1854
|
+
readonly selection_app_name?: string | undefined;
|
|
1855
|
+
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
1577
1856
|
} | {
|
|
1578
1857
|
readonly html: string;
|
|
1579
1858
|
} | {
|
|
@@ -1686,6 +1965,81 @@ export default function useCanvas(): {
|
|
|
1686
1965
|
} | undefined;
|
|
1687
1966
|
}[];
|
|
1688
1967
|
readonly layout: "vertical" | "horizontal";
|
|
1968
|
+
} | {
|
|
1969
|
+
readonly filters?: readonly {
|
|
1970
|
+
readonly property: string;
|
|
1971
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
1972
|
+
readonly value: string;
|
|
1973
|
+
}[] | undefined;
|
|
1974
|
+
readonly layout: "column" | "row";
|
|
1975
|
+
readonly page_size?: number | undefined;
|
|
1976
|
+
readonly path: string;
|
|
1977
|
+
readonly properties: readonly {
|
|
1978
|
+
readonly key: string;
|
|
1979
|
+
readonly display_name?: string | undefined;
|
|
1980
|
+
readonly sort: {
|
|
1981
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
1982
|
+
readonly default?: boolean | undefined;
|
|
1983
|
+
readonly enabled: boolean;
|
|
1984
|
+
};
|
|
1985
|
+
readonly group?: boolean | undefined;
|
|
1986
|
+
readonly printable?: boolean | undefined;
|
|
1987
|
+
readonly format?: {
|
|
1988
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
1989
|
+
readonly currency?: string | undefined;
|
|
1990
|
+
readonly decimals?: number | undefined;
|
|
1991
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
1992
|
+
readonly dateFormat?: string | undefined;
|
|
1993
|
+
} | undefined;
|
|
1994
|
+
}[];
|
|
1995
|
+
readonly theme?: {
|
|
1996
|
+
readonly background_color?: string | null | undefined;
|
|
1997
|
+
readonly group_header_color?: string | null | undefined;
|
|
1998
|
+
readonly font_family?: string | undefined;
|
|
1999
|
+
} | undefined;
|
|
2000
|
+
readonly break_groups_on_new_page?: boolean | undefined;
|
|
2001
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
2002
|
+
readonly striping_color?: string | null | undefined;
|
|
2003
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
2004
|
+
} | {
|
|
2005
|
+
readonly hierarchy: readonly {
|
|
2006
|
+
readonly type: "group" | "data";
|
|
2007
|
+
readonly path: string;
|
|
2008
|
+
readonly group_by_key?: string | undefined;
|
|
2009
|
+
}[];
|
|
2010
|
+
readonly columns: readonly {
|
|
2011
|
+
readonly key: string;
|
|
2012
|
+
readonly display_name?: string | undefined;
|
|
2013
|
+
readonly sort: {
|
|
2014
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
2015
|
+
readonly default?: boolean | undefined;
|
|
2016
|
+
readonly enabled: boolean;
|
|
2017
|
+
};
|
|
2018
|
+
readonly group?: boolean | undefined;
|
|
2019
|
+
readonly printable?: boolean | undefined;
|
|
2020
|
+
readonly format?: {
|
|
2021
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
2022
|
+
readonly currency?: string | undefined;
|
|
2023
|
+
readonly decimals?: number | undefined;
|
|
2024
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
2025
|
+
readonly dateFormat?: string | undefined;
|
|
2026
|
+
} | undefined;
|
|
2027
|
+
}[];
|
|
2028
|
+
readonly header_path?: string | undefined;
|
|
2029
|
+
readonly footer_path?: string | undefined;
|
|
2030
|
+
readonly filters?: readonly {
|
|
2031
|
+
readonly property: string;
|
|
2032
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
2033
|
+
readonly value: string;
|
|
2034
|
+
}[] | undefined;
|
|
2035
|
+
readonly theme?: {
|
|
2036
|
+
readonly background_color?: string | null | undefined;
|
|
2037
|
+
readonly group_header_color?: string | null | undefined;
|
|
2038
|
+
readonly font_family?: string | undefined;
|
|
2039
|
+
} | undefined;
|
|
2040
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
2041
|
+
readonly striping_color?: string | null | undefined;
|
|
2042
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
1689
2043
|
} | undefined;
|
|
1690
2044
|
readonly children?: readonly /*elided*/ any[] | undefined;
|
|
1691
2045
|
readonly when_used_in_section?: {
|
|
@@ -1770,7 +2124,7 @@ export default function useCanvas(): {
|
|
|
1770
2124
|
};
|
|
1771
2125
|
slide: {
|
|
1772
2126
|
index: number;
|
|
1773
|
-
url:
|
|
2127
|
+
url: FileRetrieve["thumbnail_url"];
|
|
1774
2128
|
};
|
|
1775
2129
|
} | {
|
|
1776
2130
|
id: string;
|
|
@@ -1870,22 +2224,22 @@ export default function useCanvas(): {
|
|
|
1870
2224
|
} | undefined;
|
|
1871
2225
|
} | undefined;
|
|
1872
2226
|
file: {
|
|
1873
|
-
id:
|
|
1874
|
-
snapshot_id?:
|
|
1875
|
-
name:
|
|
2227
|
+
id: FileRetrieve["id"];
|
|
2228
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
2229
|
+
name: FileRetrieve["name"];
|
|
1876
2230
|
is_deleted?: boolean | undefined;
|
|
1877
2231
|
expires_at?: string | null | undefined;
|
|
1878
|
-
content_url:
|
|
2232
|
+
content_url: FileRetrieve["content_url"];
|
|
1879
2233
|
content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
1880
|
-
content_extension:
|
|
2234
|
+
content_extension: FileRetrieve["content_extension"];
|
|
1881
2235
|
permissions?: {
|
|
1882
2236
|
can_download?: boolean | undefined;
|
|
1883
2237
|
can_share?: boolean | undefined;
|
|
1884
2238
|
} | undefined;
|
|
1885
2239
|
tags?: string[] | undefined;
|
|
1886
|
-
thumbnail_url?:
|
|
1887
|
-
readonly content_length?:
|
|
1888
|
-
content_thumbnails?: (
|
|
2240
|
+
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
2241
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
2242
|
+
content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
|
|
1889
2243
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
1890
2244
|
readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
|
|
1891
2245
|
} | null;
|
|
@@ -1893,14 +2247,14 @@ export default function useCanvas(): {
|
|
|
1893
2247
|
} | {
|
|
1894
2248
|
items: ({
|
|
1895
2249
|
file: {
|
|
1896
|
-
id:
|
|
1897
|
-
snapshot_id?:
|
|
1898
|
-
name:
|
|
2250
|
+
id: FileRetrieve["id"];
|
|
2251
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
2252
|
+
name: FileRetrieve["name"];
|
|
1899
2253
|
is_deleted?: boolean | undefined;
|
|
1900
2254
|
expires_at?: string | null | undefined;
|
|
1901
|
-
content_url?:
|
|
2255
|
+
content_url?: FileRetrieve["content_url"] | undefined;
|
|
1902
2256
|
content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
1903
|
-
content_extension?:
|
|
2257
|
+
content_extension?: FileRetrieve["content_extension"] | undefined;
|
|
1904
2258
|
permissions?: {
|
|
1905
2259
|
can_download?: boolean | undefined;
|
|
1906
2260
|
can_share?: boolean | undefined;
|
|
@@ -1909,27 +2263,27 @@ export default function useCanvas(): {
|
|
|
1909
2263
|
};
|
|
1910
2264
|
slide: {
|
|
1911
2265
|
index: number;
|
|
1912
|
-
url?:
|
|
2266
|
+
url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
1913
2267
|
};
|
|
1914
2268
|
type: "slide";
|
|
1915
2269
|
} | {
|
|
1916
2270
|
file: {
|
|
1917
|
-
id:
|
|
1918
|
-
snapshot_id?:
|
|
1919
|
-
name:
|
|
2271
|
+
id: FileRetrieve["id"];
|
|
2272
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
2273
|
+
name: FileRetrieve["name"];
|
|
1920
2274
|
is_deleted?: boolean | undefined;
|
|
1921
2275
|
expires_at?: string | null | undefined;
|
|
1922
|
-
content_url:
|
|
2276
|
+
content_url: FileRetrieve["content_url"];
|
|
1923
2277
|
content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
1924
|
-
content_extension:
|
|
2278
|
+
content_extension: FileRetrieve["content_extension"];
|
|
1925
2279
|
permissions?: {
|
|
1926
2280
|
can_download?: boolean | undefined;
|
|
1927
2281
|
can_share?: boolean | undefined;
|
|
1928
2282
|
} | undefined;
|
|
1929
2283
|
tags?: string[] | undefined;
|
|
1930
|
-
thumbnail_url?:
|
|
1931
|
-
readonly content_length?:
|
|
1932
|
-
content_thumbnails?: (
|
|
2284
|
+
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
2285
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
2286
|
+
content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
|
|
1933
2287
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
1934
2288
|
readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
|
|
1935
2289
|
};
|
|
@@ -1949,6 +2303,19 @@ export default function useCanvas(): {
|
|
|
1949
2303
|
selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
1950
2304
|
selection_app_name?: string | undefined;
|
|
1951
2305
|
is_restricted_to_preselections?: boolean | undefined;
|
|
2306
|
+
} | {
|
|
2307
|
+
sections: {
|
|
2308
|
+
id: string;
|
|
2309
|
+
file_id?: string | undefined;
|
|
2310
|
+
sequence?: number | undefined;
|
|
2311
|
+
component_id: string;
|
|
2312
|
+
page_index?: number | undefined;
|
|
2313
|
+
type: "section" | "file";
|
|
2314
|
+
}[];
|
|
2315
|
+
animation_in?: string | undefined;
|
|
2316
|
+
selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
2317
|
+
selection_app_name?: string | undefined;
|
|
2318
|
+
is_restricted_to_preselections?: boolean | undefined;
|
|
1952
2319
|
} | {
|
|
1953
2320
|
html: string;
|
|
1954
2321
|
} | {
|
|
@@ -2045,6 +2412,81 @@ export default function useCanvas(): {
|
|
|
2045
2412
|
card_style?: Record<string, any> | undefined;
|
|
2046
2413
|
}[];
|
|
2047
2414
|
layout: "vertical" | "horizontal";
|
|
2415
|
+
} | {
|
|
2416
|
+
filters?: {
|
|
2417
|
+
property: string;
|
|
2418
|
+
operator: import('../../../types/query-builder.types').QueryOperator;
|
|
2419
|
+
value: string;
|
|
2420
|
+
}[] | undefined;
|
|
2421
|
+
layout: "column" | "row";
|
|
2422
|
+
page_size?: number | undefined;
|
|
2423
|
+
path: string;
|
|
2424
|
+
properties: {
|
|
2425
|
+
key: string;
|
|
2426
|
+
display_name?: string | undefined;
|
|
2427
|
+
sort: {
|
|
2428
|
+
direction?: "asc" | "desc" | undefined;
|
|
2429
|
+
default?: boolean | undefined;
|
|
2430
|
+
enabled: boolean;
|
|
2431
|
+
};
|
|
2432
|
+
group?: boolean | undefined;
|
|
2433
|
+
printable?: boolean | undefined;
|
|
2434
|
+
format?: {
|
|
2435
|
+
type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
2436
|
+
currency?: string | undefined;
|
|
2437
|
+
decimals?: number | undefined;
|
|
2438
|
+
thousandsSeparator?: boolean | undefined;
|
|
2439
|
+
dateFormat?: string | undefined;
|
|
2440
|
+
} | undefined;
|
|
2441
|
+
}[];
|
|
2442
|
+
theme?: {
|
|
2443
|
+
background_color?: string | null | undefined;
|
|
2444
|
+
group_header_color?: string | null | undefined;
|
|
2445
|
+
font_family?: string | undefined;
|
|
2446
|
+
} | undefined;
|
|
2447
|
+
break_groups_on_new_page?: boolean | undefined;
|
|
2448
|
+
enable_row_striping?: boolean | undefined;
|
|
2449
|
+
striping_color?: string | null | undefined;
|
|
2450
|
+
striping_start_from_first?: boolean | undefined;
|
|
2451
|
+
} | {
|
|
2452
|
+
hierarchy: {
|
|
2453
|
+
type: "group" | "data";
|
|
2454
|
+
path: string;
|
|
2455
|
+
group_by_key?: string | undefined;
|
|
2456
|
+
}[];
|
|
2457
|
+
columns: {
|
|
2458
|
+
key: string;
|
|
2459
|
+
display_name?: string | undefined;
|
|
2460
|
+
sort: {
|
|
2461
|
+
direction?: "asc" | "desc" | undefined;
|
|
2462
|
+
default?: boolean | undefined;
|
|
2463
|
+
enabled: boolean;
|
|
2464
|
+
};
|
|
2465
|
+
group?: boolean | undefined;
|
|
2466
|
+
printable?: boolean | undefined;
|
|
2467
|
+
format?: {
|
|
2468
|
+
type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
2469
|
+
currency?: string | undefined;
|
|
2470
|
+
decimals?: number | undefined;
|
|
2471
|
+
thousandsSeparator?: boolean | undefined;
|
|
2472
|
+
dateFormat?: string | undefined;
|
|
2473
|
+
} | undefined;
|
|
2474
|
+
}[];
|
|
2475
|
+
header_path?: string | undefined;
|
|
2476
|
+
footer_path?: string | undefined;
|
|
2477
|
+
filters?: {
|
|
2478
|
+
property: string;
|
|
2479
|
+
operator: import('../../../types/query-builder.types').QueryOperator;
|
|
2480
|
+
value: string;
|
|
2481
|
+
}[] | undefined;
|
|
2482
|
+
theme?: {
|
|
2483
|
+
background_color?: string | null | undefined;
|
|
2484
|
+
group_header_color?: string | null | undefined;
|
|
2485
|
+
font_family?: string | undefined;
|
|
2486
|
+
} | undefined;
|
|
2487
|
+
enable_row_striping?: boolean | undefined;
|
|
2488
|
+
striping_color?: string | null | undefined;
|
|
2489
|
+
striping_start_from_first?: boolean | undefined;
|
|
2048
2490
|
} | undefined;
|
|
2049
2491
|
children?: /*elided*/ any[] | undefined;
|
|
2050
2492
|
when_used_in_section?: {
|
|
@@ -2065,7 +2507,7 @@ export default function useCanvas(): {
|
|
|
2065
2507
|
bg_color_palette_index?: number | undefined;
|
|
2066
2508
|
} | undefined;
|
|
2067
2509
|
height?: string | undefined;
|
|
2068
|
-
}[], 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>[] | {
|
|
2510
|
+
}[], 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>[] | {
|
|
2069
2511
|
id: string;
|
|
2070
2512
|
type: ComponentTypes;
|
|
2071
2513
|
tracking_id: string;
|
|
@@ -2110,7 +2552,7 @@ export default function useCanvas(): {
|
|
|
2110
2552
|
};
|
|
2111
2553
|
slide: {
|
|
2112
2554
|
index: number;
|
|
2113
|
-
url:
|
|
2555
|
+
url: FileRetrieve["thumbnail_url"];
|
|
2114
2556
|
};
|
|
2115
2557
|
} | {
|
|
2116
2558
|
id: string;
|
|
@@ -2210,22 +2652,22 @@ export default function useCanvas(): {
|
|
|
2210
2652
|
} | undefined;
|
|
2211
2653
|
} | undefined;
|
|
2212
2654
|
file: {
|
|
2213
|
-
id:
|
|
2214
|
-
snapshot_id?:
|
|
2215
|
-
name:
|
|
2655
|
+
id: FileRetrieve["id"];
|
|
2656
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
2657
|
+
name: FileRetrieve["name"];
|
|
2216
2658
|
is_deleted?: boolean | undefined;
|
|
2217
2659
|
expires_at?: string | null | undefined;
|
|
2218
|
-
content_url:
|
|
2660
|
+
content_url: FileRetrieve["content_url"];
|
|
2219
2661
|
content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
2220
|
-
content_extension:
|
|
2662
|
+
content_extension: FileRetrieve["content_extension"];
|
|
2221
2663
|
permissions?: {
|
|
2222
2664
|
can_download?: boolean | undefined;
|
|
2223
2665
|
can_share?: boolean | undefined;
|
|
2224
2666
|
} | undefined;
|
|
2225
2667
|
tags?: string[] | undefined;
|
|
2226
|
-
thumbnail_url?:
|
|
2227
|
-
readonly content_length?:
|
|
2228
|
-
content_thumbnails?: (
|
|
2668
|
+
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
2669
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
2670
|
+
content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
|
|
2229
2671
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
2230
2672
|
readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
|
|
2231
2673
|
} | null;
|
|
@@ -2233,14 +2675,14 @@ export default function useCanvas(): {
|
|
|
2233
2675
|
} | {
|
|
2234
2676
|
items: ({
|
|
2235
2677
|
file: {
|
|
2236
|
-
id:
|
|
2237
|
-
snapshot_id?:
|
|
2238
|
-
name:
|
|
2678
|
+
id: FileRetrieve["id"];
|
|
2679
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
2680
|
+
name: FileRetrieve["name"];
|
|
2239
2681
|
is_deleted?: boolean | undefined;
|
|
2240
2682
|
expires_at?: string | null | undefined;
|
|
2241
|
-
content_url?:
|
|
2683
|
+
content_url?: FileRetrieve["content_url"] | undefined;
|
|
2242
2684
|
content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
2243
|
-
content_extension?:
|
|
2685
|
+
content_extension?: FileRetrieve["content_extension"] | undefined;
|
|
2244
2686
|
permissions?: {
|
|
2245
2687
|
can_download?: boolean | undefined;
|
|
2246
2688
|
can_share?: boolean | undefined;
|
|
@@ -2249,27 +2691,27 @@ export default function useCanvas(): {
|
|
|
2249
2691
|
};
|
|
2250
2692
|
slide: {
|
|
2251
2693
|
index: number;
|
|
2252
|
-
url?:
|
|
2694
|
+
url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
2253
2695
|
};
|
|
2254
2696
|
type: "slide";
|
|
2255
2697
|
} | {
|
|
2256
2698
|
file: {
|
|
2257
|
-
id:
|
|
2258
|
-
snapshot_id?:
|
|
2259
|
-
name:
|
|
2699
|
+
id: FileRetrieve["id"];
|
|
2700
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
2701
|
+
name: FileRetrieve["name"];
|
|
2260
2702
|
is_deleted?: boolean | undefined;
|
|
2261
2703
|
expires_at?: string | null | undefined;
|
|
2262
|
-
content_url:
|
|
2704
|
+
content_url: FileRetrieve["content_url"];
|
|
2263
2705
|
content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
2264
|
-
content_extension:
|
|
2706
|
+
content_extension: FileRetrieve["content_extension"];
|
|
2265
2707
|
permissions?: {
|
|
2266
2708
|
can_download?: boolean | undefined;
|
|
2267
2709
|
can_share?: boolean | undefined;
|
|
2268
2710
|
} | undefined;
|
|
2269
2711
|
tags?: string[] | undefined;
|
|
2270
|
-
thumbnail_url?:
|
|
2271
|
-
readonly content_length?:
|
|
2272
|
-
content_thumbnails?: (
|
|
2712
|
+
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
2713
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
2714
|
+
content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
|
|
2273
2715
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
2274
2716
|
readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
|
|
2275
2717
|
};
|
|
@@ -2289,6 +2731,19 @@ export default function useCanvas(): {
|
|
|
2289
2731
|
selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
2290
2732
|
selection_app_name?: string | undefined;
|
|
2291
2733
|
is_restricted_to_preselections?: boolean | undefined;
|
|
2734
|
+
} | {
|
|
2735
|
+
sections: {
|
|
2736
|
+
id: string;
|
|
2737
|
+
file_id?: string | undefined;
|
|
2738
|
+
sequence?: number | undefined;
|
|
2739
|
+
component_id: string;
|
|
2740
|
+
page_index?: number | undefined;
|
|
2741
|
+
type: "section" | "file";
|
|
2742
|
+
}[];
|
|
2743
|
+
animation_in?: string | undefined;
|
|
2744
|
+
selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
2745
|
+
selection_app_name?: string | undefined;
|
|
2746
|
+
is_restricted_to_preselections?: boolean | undefined;
|
|
2292
2747
|
} | {
|
|
2293
2748
|
html: string;
|
|
2294
2749
|
} | {
|
|
@@ -2385,6 +2840,81 @@ export default function useCanvas(): {
|
|
|
2385
2840
|
card_style?: Record<string, any> | undefined;
|
|
2386
2841
|
}[];
|
|
2387
2842
|
layout: "vertical" | "horizontal";
|
|
2843
|
+
} | {
|
|
2844
|
+
filters?: {
|
|
2845
|
+
property: string;
|
|
2846
|
+
operator: import('../../../types/query-builder.types').QueryOperator;
|
|
2847
|
+
value: string;
|
|
2848
|
+
}[] | undefined;
|
|
2849
|
+
layout: "column" | "row";
|
|
2850
|
+
page_size?: number | undefined;
|
|
2851
|
+
path: string;
|
|
2852
|
+
properties: {
|
|
2853
|
+
key: string;
|
|
2854
|
+
display_name?: string | undefined;
|
|
2855
|
+
sort: {
|
|
2856
|
+
direction?: "asc" | "desc" | undefined;
|
|
2857
|
+
default?: boolean | undefined;
|
|
2858
|
+
enabled: boolean;
|
|
2859
|
+
};
|
|
2860
|
+
group?: boolean | undefined;
|
|
2861
|
+
printable?: boolean | undefined;
|
|
2862
|
+
format?: {
|
|
2863
|
+
type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
2864
|
+
currency?: string | undefined;
|
|
2865
|
+
decimals?: number | undefined;
|
|
2866
|
+
thousandsSeparator?: boolean | undefined;
|
|
2867
|
+
dateFormat?: string | undefined;
|
|
2868
|
+
} | undefined;
|
|
2869
|
+
}[];
|
|
2870
|
+
theme?: {
|
|
2871
|
+
background_color?: string | null | undefined;
|
|
2872
|
+
group_header_color?: string | null | undefined;
|
|
2873
|
+
font_family?: string | undefined;
|
|
2874
|
+
} | undefined;
|
|
2875
|
+
break_groups_on_new_page?: boolean | undefined;
|
|
2876
|
+
enable_row_striping?: boolean | undefined;
|
|
2877
|
+
striping_color?: string | null | undefined;
|
|
2878
|
+
striping_start_from_first?: boolean | undefined;
|
|
2879
|
+
} | {
|
|
2880
|
+
hierarchy: {
|
|
2881
|
+
type: "group" | "data";
|
|
2882
|
+
path: string;
|
|
2883
|
+
group_by_key?: string | undefined;
|
|
2884
|
+
}[];
|
|
2885
|
+
columns: {
|
|
2886
|
+
key: string;
|
|
2887
|
+
display_name?: string | undefined;
|
|
2888
|
+
sort: {
|
|
2889
|
+
direction?: "asc" | "desc" | undefined;
|
|
2890
|
+
default?: boolean | undefined;
|
|
2891
|
+
enabled: boolean;
|
|
2892
|
+
};
|
|
2893
|
+
group?: boolean | undefined;
|
|
2894
|
+
printable?: boolean | undefined;
|
|
2895
|
+
format?: {
|
|
2896
|
+
type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
2897
|
+
currency?: string | undefined;
|
|
2898
|
+
decimals?: number | undefined;
|
|
2899
|
+
thousandsSeparator?: boolean | undefined;
|
|
2900
|
+
dateFormat?: string | undefined;
|
|
2901
|
+
} | undefined;
|
|
2902
|
+
}[];
|
|
2903
|
+
header_path?: string | undefined;
|
|
2904
|
+
footer_path?: string | undefined;
|
|
2905
|
+
filters?: {
|
|
2906
|
+
property: string;
|
|
2907
|
+
operator: import('../../../types/query-builder.types').QueryOperator;
|
|
2908
|
+
value: string;
|
|
2909
|
+
}[] | undefined;
|
|
2910
|
+
theme?: {
|
|
2911
|
+
background_color?: string | null | undefined;
|
|
2912
|
+
group_header_color?: string | null | undefined;
|
|
2913
|
+
font_family?: string | undefined;
|
|
2914
|
+
} | undefined;
|
|
2915
|
+
enable_row_striping?: boolean | undefined;
|
|
2916
|
+
striping_color?: string | null | undefined;
|
|
2917
|
+
striping_start_from_first?: boolean | undefined;
|
|
2388
2918
|
} | undefined;
|
|
2389
2919
|
children?: /*elided*/ any[] | undefined;
|
|
2390
2920
|
when_used_in_section?: {
|
|
@@ -2492,7 +3022,7 @@ export default function useCanvas(): {
|
|
|
2492
3022
|
};
|
|
2493
3023
|
readonly slide: {
|
|
2494
3024
|
readonly index: number;
|
|
2495
|
-
readonly url:
|
|
3025
|
+
readonly url: FileRetrieve["thumbnail_url"];
|
|
2496
3026
|
};
|
|
2497
3027
|
} | {
|
|
2498
3028
|
readonly id: string;
|
|
@@ -2602,21 +3132,21 @@ export default function useCanvas(): {
|
|
|
2602
3132
|
} | undefined;
|
|
2603
3133
|
} | undefined;
|
|
2604
3134
|
readonly file: {
|
|
2605
|
-
readonly id:
|
|
2606
|
-
readonly snapshot_id?:
|
|
2607
|
-
readonly name:
|
|
3135
|
+
readonly id: FileRetrieve["id"];
|
|
3136
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
3137
|
+
readonly name: FileRetrieve["name"];
|
|
2608
3138
|
readonly is_deleted?: boolean | undefined;
|
|
2609
3139
|
readonly expires_at?: string | null | undefined;
|
|
2610
|
-
readonly content_url:
|
|
3140
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
2611
3141
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
2612
|
-
readonly content_extension:
|
|
3142
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
2613
3143
|
readonly permissions?: {
|
|
2614
3144
|
readonly can_download?: boolean | undefined;
|
|
2615
3145
|
readonly can_share?: boolean | undefined;
|
|
2616
3146
|
} | undefined;
|
|
2617
3147
|
readonly tags?: readonly string[] | undefined;
|
|
2618
|
-
readonly thumbnail_url?:
|
|
2619
|
-
readonly content_length?:
|
|
3148
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
3149
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
2620
3150
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
2621
3151
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
2622
3152
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -2629,14 +3159,14 @@ export default function useCanvas(): {
|
|
|
2629
3159
|
} | {
|
|
2630
3160
|
readonly items: readonly ({
|
|
2631
3161
|
readonly file: {
|
|
2632
|
-
readonly id:
|
|
2633
|
-
readonly snapshot_id?:
|
|
2634
|
-
readonly name:
|
|
3162
|
+
readonly id: FileRetrieve["id"];
|
|
3163
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
3164
|
+
readonly name: FileRetrieve["name"];
|
|
2635
3165
|
readonly is_deleted?: boolean | undefined;
|
|
2636
3166
|
readonly expires_at?: string | null | undefined;
|
|
2637
|
-
readonly content_url?:
|
|
3167
|
+
readonly content_url?: FileRetrieve["content_url"] | undefined;
|
|
2638
3168
|
readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
2639
|
-
readonly content_extension?:
|
|
3169
|
+
readonly content_extension?: FileRetrieve["content_extension"] | undefined;
|
|
2640
3170
|
readonly permissions?: {
|
|
2641
3171
|
readonly can_download?: boolean | undefined;
|
|
2642
3172
|
readonly can_share?: boolean | undefined;
|
|
@@ -2645,26 +3175,26 @@ export default function useCanvas(): {
|
|
|
2645
3175
|
};
|
|
2646
3176
|
readonly slide: {
|
|
2647
3177
|
readonly index: number;
|
|
2648
|
-
readonly url?:
|
|
3178
|
+
readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
2649
3179
|
};
|
|
2650
3180
|
readonly type: "slide";
|
|
2651
3181
|
} | {
|
|
2652
3182
|
readonly file: {
|
|
2653
|
-
readonly id:
|
|
2654
|
-
readonly snapshot_id?:
|
|
2655
|
-
readonly name:
|
|
3183
|
+
readonly id: FileRetrieve["id"];
|
|
3184
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
3185
|
+
readonly name: FileRetrieve["name"];
|
|
2656
3186
|
readonly is_deleted?: boolean | undefined;
|
|
2657
3187
|
readonly expires_at?: string | null | undefined;
|
|
2658
|
-
readonly content_url:
|
|
3188
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
2659
3189
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
2660
|
-
readonly content_extension:
|
|
3190
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
2661
3191
|
readonly permissions?: {
|
|
2662
3192
|
readonly can_download?: boolean | undefined;
|
|
2663
3193
|
readonly can_share?: boolean | undefined;
|
|
2664
3194
|
} | undefined;
|
|
2665
3195
|
readonly tags?: readonly string[] | undefined;
|
|
2666
|
-
readonly thumbnail_url?:
|
|
2667
|
-
readonly content_length?:
|
|
3196
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
3197
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
2668
3198
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
2669
3199
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
2670
3200
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -2689,6 +3219,19 @@ export default function useCanvas(): {
|
|
|
2689
3219
|
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
2690
3220
|
readonly selection_app_name?: string | undefined;
|
|
2691
3221
|
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
3222
|
+
} | {
|
|
3223
|
+
readonly sections: readonly {
|
|
3224
|
+
readonly id: string;
|
|
3225
|
+
readonly file_id?: string | undefined;
|
|
3226
|
+
readonly sequence?: number | undefined;
|
|
3227
|
+
readonly component_id: string;
|
|
3228
|
+
readonly page_index?: number | undefined;
|
|
3229
|
+
readonly type: "section" | "file";
|
|
3230
|
+
}[];
|
|
3231
|
+
readonly animation_in?: string | undefined;
|
|
3232
|
+
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
3233
|
+
readonly selection_app_name?: string | undefined;
|
|
3234
|
+
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
2692
3235
|
} | {
|
|
2693
3236
|
readonly html: string;
|
|
2694
3237
|
} | {
|
|
@@ -2801,6 +3344,81 @@ export default function useCanvas(): {
|
|
|
2801
3344
|
} | undefined;
|
|
2802
3345
|
}[];
|
|
2803
3346
|
readonly layout: "vertical" | "horizontal";
|
|
3347
|
+
} | {
|
|
3348
|
+
readonly filters?: readonly {
|
|
3349
|
+
readonly property: string;
|
|
3350
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
3351
|
+
readonly value: string;
|
|
3352
|
+
}[] | undefined;
|
|
3353
|
+
readonly layout: "column" | "row";
|
|
3354
|
+
readonly page_size?: number | undefined;
|
|
3355
|
+
readonly path: string;
|
|
3356
|
+
readonly properties: readonly {
|
|
3357
|
+
readonly key: string;
|
|
3358
|
+
readonly display_name?: string | undefined;
|
|
3359
|
+
readonly sort: {
|
|
3360
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
3361
|
+
readonly default?: boolean | undefined;
|
|
3362
|
+
readonly enabled: boolean;
|
|
3363
|
+
};
|
|
3364
|
+
readonly group?: boolean | undefined;
|
|
3365
|
+
readonly printable?: boolean | undefined;
|
|
3366
|
+
readonly format?: {
|
|
3367
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
3368
|
+
readonly currency?: string | undefined;
|
|
3369
|
+
readonly decimals?: number | undefined;
|
|
3370
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
3371
|
+
readonly dateFormat?: string | undefined;
|
|
3372
|
+
} | undefined;
|
|
3373
|
+
}[];
|
|
3374
|
+
readonly theme?: {
|
|
3375
|
+
readonly background_color?: string | null | undefined;
|
|
3376
|
+
readonly group_header_color?: string | null | undefined;
|
|
3377
|
+
readonly font_family?: string | undefined;
|
|
3378
|
+
} | undefined;
|
|
3379
|
+
readonly break_groups_on_new_page?: boolean | undefined;
|
|
3380
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
3381
|
+
readonly striping_color?: string | null | undefined;
|
|
3382
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
3383
|
+
} | {
|
|
3384
|
+
readonly hierarchy: readonly {
|
|
3385
|
+
readonly type: "group" | "data";
|
|
3386
|
+
readonly path: string;
|
|
3387
|
+
readonly group_by_key?: string | undefined;
|
|
3388
|
+
}[];
|
|
3389
|
+
readonly columns: readonly {
|
|
3390
|
+
readonly key: string;
|
|
3391
|
+
readonly display_name?: string | undefined;
|
|
3392
|
+
readonly sort: {
|
|
3393
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
3394
|
+
readonly default?: boolean | undefined;
|
|
3395
|
+
readonly enabled: boolean;
|
|
3396
|
+
};
|
|
3397
|
+
readonly group?: boolean | undefined;
|
|
3398
|
+
readonly printable?: boolean | undefined;
|
|
3399
|
+
readonly format?: {
|
|
3400
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
3401
|
+
readonly currency?: string | undefined;
|
|
3402
|
+
readonly decimals?: number | undefined;
|
|
3403
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
3404
|
+
readonly dateFormat?: string | undefined;
|
|
3405
|
+
} | undefined;
|
|
3406
|
+
}[];
|
|
3407
|
+
readonly header_path?: string | undefined;
|
|
3408
|
+
readonly footer_path?: string | undefined;
|
|
3409
|
+
readonly filters?: readonly {
|
|
3410
|
+
readonly property: string;
|
|
3411
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
3412
|
+
readonly value: string;
|
|
3413
|
+
}[] | undefined;
|
|
3414
|
+
readonly theme?: {
|
|
3415
|
+
readonly background_color?: string | null | undefined;
|
|
3416
|
+
readonly group_header_color?: string | null | undefined;
|
|
3417
|
+
readonly font_family?: string | undefined;
|
|
3418
|
+
} | undefined;
|
|
3419
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
3420
|
+
readonly striping_color?: string | null | undefined;
|
|
3421
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
2804
3422
|
} | undefined;
|
|
2805
3423
|
readonly children?: readonly /*elided*/ any[] | undefined;
|
|
2806
3424
|
readonly when_used_in_section?: {
|
|
@@ -2846,7 +3464,7 @@ export default function useCanvas(): {
|
|
|
2846
3464
|
currentEmbedLocation: import('vue').ComputedRef<"dsr" | "canvas">;
|
|
2847
3465
|
displayMode: Ref<"print" | "default" | undefined, "print" | "default" | undefined>;
|
|
2848
3466
|
endPage: Ref<number | undefined, number | undefined>;
|
|
2849
|
-
fetchFile: Ref<((fileId:
|
|
3467
|
+
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)>;
|
|
2850
3468
|
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>;
|
|
2851
3469
|
inCall: Ref<boolean | undefined, boolean | undefined>;
|
|
2852
3470
|
isAdmin: import('vue').ComputedRef<boolean>;
|
|
@@ -2872,6 +3490,7 @@ export default function useCanvas(): {
|
|
|
2872
3490
|
isViewOnlyMode: import('vue').ComputedRef<boolean>;
|
|
2873
3491
|
justAddedComponentId: Ref<string | null, string | null>;
|
|
2874
3492
|
listFiles: Ref<((params?: any) => Promise<import('../../../../types/openapi').File[]>) | ((...data: any[]) => void) | undefined, ((params?: any) => Promise<import('../../../../types/openapi').File[]>) | ((...data: any[]) => void) | undefined>;
|
|
3493
|
+
isSetListFilesApi: Ref<boolean, boolean>;
|
|
2875
3494
|
listRecommendedFiles: Ref<((params: {
|
|
2876
3495
|
sectionId: CanvasRetrieve["id"];
|
|
2877
3496
|
matchingStrategy: ("tags" | "metadata")[];
|
|
@@ -2896,6 +3515,7 @@ export default function useCanvas(): {
|
|
|
2896
3515
|
uniqueId: string;
|
|
2897
3516
|
metadata?: Record<string, any>;
|
|
2898
3517
|
sectionIndex?: number;
|
|
3518
|
+
pageIndex?: number;
|
|
2899
3519
|
}[]>;
|
|
2900
3520
|
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>;
|
|
2901
3521
|
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>;
|
|
@@ -2946,13 +3566,10 @@ export default function useCanvas(): {
|
|
|
2946
3566
|
groupsCount: number;
|
|
2947
3567
|
slidesCount: number;
|
|
2948
3568
|
}) => void) | undefined>;
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
fields?: string;
|
|
2954
|
-
include_expired_files?: boolean;
|
|
2955
|
-
}, showToast?: boolean) => Promise<CanvasRetrieve>) | ((...data: any[]) => Promise<void>) | undefined>;
|
|
3569
|
+
save: typeof save;
|
|
3570
|
+
onSave: (canvasId: Parameters<NonNullable<CanvasBuilderProps["onSave"]>>[0], canvasData: Parameters<NonNullable<CanvasBuilderProps["onSave"]>>[1], showToast?: Parameters<NonNullable<CanvasBuilderProps["onSave"]>>[2]) => Promise<void> | Promise<CanvasRetrieve> | undefined;
|
|
3571
|
+
temporaryContextKeys: import('vue').ComputedRef<string[]>;
|
|
3572
|
+
setTemporaryContextKeys: (source: "onUpdateFromEmbeddable" | "fetchedAccountData", context: CanvasRetrieve["context"]) => void;
|
|
2956
3573
|
onSfdcAccountSearch: Ref<((searchTerm?: import('vue').MaybeRef<string>) => {
|
|
2957
3574
|
accountsLoading: Ref<boolean>;
|
|
2958
3575
|
accounts: Ref<{
|
|
@@ -3055,7 +3672,7 @@ export default function useCanvas(): {
|
|
|
3055
3672
|
};
|
|
3056
3673
|
readonly slide: {
|
|
3057
3674
|
readonly index: number;
|
|
3058
|
-
readonly url:
|
|
3675
|
+
readonly url: FileRetrieve["thumbnail_url"];
|
|
3059
3676
|
};
|
|
3060
3677
|
} | {
|
|
3061
3678
|
readonly id: string;
|
|
@@ -3165,21 +3782,21 @@ export default function useCanvas(): {
|
|
|
3165
3782
|
} | undefined;
|
|
3166
3783
|
} | undefined;
|
|
3167
3784
|
readonly file: {
|
|
3168
|
-
readonly id:
|
|
3169
|
-
readonly snapshot_id?:
|
|
3170
|
-
readonly name:
|
|
3785
|
+
readonly id: FileRetrieve["id"];
|
|
3786
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
3787
|
+
readonly name: FileRetrieve["name"];
|
|
3171
3788
|
readonly is_deleted?: boolean | undefined;
|
|
3172
3789
|
readonly expires_at?: string | null | undefined;
|
|
3173
|
-
readonly content_url:
|
|
3790
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
3174
3791
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
3175
|
-
readonly content_extension:
|
|
3792
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
3176
3793
|
readonly permissions?: {
|
|
3177
3794
|
readonly can_download?: boolean | undefined;
|
|
3178
3795
|
readonly can_share?: boolean | undefined;
|
|
3179
3796
|
} | undefined;
|
|
3180
3797
|
readonly tags?: readonly string[] | undefined;
|
|
3181
|
-
readonly thumbnail_url?:
|
|
3182
|
-
readonly content_length?:
|
|
3798
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
3799
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
3183
3800
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
3184
3801
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
3185
3802
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -3192,14 +3809,14 @@ export default function useCanvas(): {
|
|
|
3192
3809
|
} | {
|
|
3193
3810
|
readonly items: readonly ({
|
|
3194
3811
|
readonly file: {
|
|
3195
|
-
readonly id:
|
|
3196
|
-
readonly snapshot_id?:
|
|
3197
|
-
readonly name:
|
|
3812
|
+
readonly id: FileRetrieve["id"];
|
|
3813
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
3814
|
+
readonly name: FileRetrieve["name"];
|
|
3198
3815
|
readonly is_deleted?: boolean | undefined;
|
|
3199
3816
|
readonly expires_at?: string | null | undefined;
|
|
3200
|
-
readonly content_url?:
|
|
3817
|
+
readonly content_url?: FileRetrieve["content_url"] | undefined;
|
|
3201
3818
|
readonly content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
3202
|
-
readonly content_extension?:
|
|
3819
|
+
readonly content_extension?: FileRetrieve["content_extension"] | undefined;
|
|
3203
3820
|
readonly permissions?: {
|
|
3204
3821
|
readonly can_download?: boolean | undefined;
|
|
3205
3822
|
readonly can_share?: boolean | undefined;
|
|
@@ -3208,26 +3825,26 @@ export default function useCanvas(): {
|
|
|
3208
3825
|
};
|
|
3209
3826
|
readonly slide: {
|
|
3210
3827
|
readonly index: number;
|
|
3211
|
-
readonly url?:
|
|
3828
|
+
readonly url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
3212
3829
|
};
|
|
3213
3830
|
readonly type: "slide";
|
|
3214
3831
|
} | {
|
|
3215
3832
|
readonly file: {
|
|
3216
|
-
readonly id:
|
|
3217
|
-
readonly snapshot_id?:
|
|
3218
|
-
readonly name:
|
|
3833
|
+
readonly id: FileRetrieve["id"];
|
|
3834
|
+
readonly snapshot_id?: FileRetrieve["id"] | undefined;
|
|
3835
|
+
readonly name: FileRetrieve["name"];
|
|
3219
3836
|
readonly is_deleted?: boolean | undefined;
|
|
3220
3837
|
readonly expires_at?: string | null | undefined;
|
|
3221
|
-
readonly content_url:
|
|
3838
|
+
readonly content_url: FileRetrieve["content_url"];
|
|
3222
3839
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
3223
|
-
readonly content_extension:
|
|
3840
|
+
readonly content_extension: FileRetrieve["content_extension"];
|
|
3224
3841
|
readonly permissions?: {
|
|
3225
3842
|
readonly can_download?: boolean | undefined;
|
|
3226
3843
|
readonly can_share?: boolean | undefined;
|
|
3227
3844
|
} | undefined;
|
|
3228
3845
|
readonly tags?: readonly string[] | undefined;
|
|
3229
|
-
readonly thumbnail_url?:
|
|
3230
|
-
readonly content_length?:
|
|
3846
|
+
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
3847
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
3231
3848
|
readonly content_thumbnails?: readonly string[] | null | undefined;
|
|
3232
3849
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
3233
3850
|
readonly pspdfkit_auth_payload?: {
|
|
@@ -3252,6 +3869,19 @@ export default function useCanvas(): {
|
|
|
3252
3869
|
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
3253
3870
|
readonly selection_app_name?: string | undefined;
|
|
3254
3871
|
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
3872
|
+
} | {
|
|
3873
|
+
readonly sections: readonly {
|
|
3874
|
+
readonly id: string;
|
|
3875
|
+
readonly file_id?: string | undefined;
|
|
3876
|
+
readonly sequence?: number | undefined;
|
|
3877
|
+
readonly component_id: string;
|
|
3878
|
+
readonly page_index?: number | undefined;
|
|
3879
|
+
readonly type: "section" | "file";
|
|
3880
|
+
}[];
|
|
3881
|
+
readonly animation_in?: string | undefined;
|
|
3882
|
+
readonly selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
3883
|
+
readonly selection_app_name?: string | undefined;
|
|
3884
|
+
readonly is_restricted_to_preselections?: boolean | undefined;
|
|
3255
3885
|
} | {
|
|
3256
3886
|
readonly html: string;
|
|
3257
3887
|
} | {
|
|
@@ -3364,6 +3994,81 @@ export default function useCanvas(): {
|
|
|
3364
3994
|
} | undefined;
|
|
3365
3995
|
}[];
|
|
3366
3996
|
readonly layout: "vertical" | "horizontal";
|
|
3997
|
+
} | {
|
|
3998
|
+
readonly filters?: readonly {
|
|
3999
|
+
readonly property: string;
|
|
4000
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
4001
|
+
readonly value: string;
|
|
4002
|
+
}[] | undefined;
|
|
4003
|
+
readonly layout: "column" | "row";
|
|
4004
|
+
readonly page_size?: number | undefined;
|
|
4005
|
+
readonly path: string;
|
|
4006
|
+
readonly properties: readonly {
|
|
4007
|
+
readonly key: string;
|
|
4008
|
+
readonly display_name?: string | undefined;
|
|
4009
|
+
readonly sort: {
|
|
4010
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
4011
|
+
readonly default?: boolean | undefined;
|
|
4012
|
+
readonly enabled: boolean;
|
|
4013
|
+
};
|
|
4014
|
+
readonly group?: boolean | undefined;
|
|
4015
|
+
readonly printable?: boolean | undefined;
|
|
4016
|
+
readonly format?: {
|
|
4017
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
4018
|
+
readonly currency?: string | undefined;
|
|
4019
|
+
readonly decimals?: number | undefined;
|
|
4020
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
4021
|
+
readonly dateFormat?: string | undefined;
|
|
4022
|
+
} | undefined;
|
|
4023
|
+
}[];
|
|
4024
|
+
readonly theme?: {
|
|
4025
|
+
readonly background_color?: string | null | undefined;
|
|
4026
|
+
readonly group_header_color?: string | null | undefined;
|
|
4027
|
+
readonly font_family?: string | undefined;
|
|
4028
|
+
} | undefined;
|
|
4029
|
+
readonly break_groups_on_new_page?: boolean | undefined;
|
|
4030
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
4031
|
+
readonly striping_color?: string | null | undefined;
|
|
4032
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
4033
|
+
} | {
|
|
4034
|
+
readonly hierarchy: readonly {
|
|
4035
|
+
readonly type: "group" | "data";
|
|
4036
|
+
readonly path: string;
|
|
4037
|
+
readonly group_by_key?: string | undefined;
|
|
4038
|
+
}[];
|
|
4039
|
+
readonly columns: readonly {
|
|
4040
|
+
readonly key: string;
|
|
4041
|
+
readonly display_name?: string | undefined;
|
|
4042
|
+
readonly sort: {
|
|
4043
|
+
readonly direction?: "asc" | "desc" | undefined;
|
|
4044
|
+
readonly default?: boolean | undefined;
|
|
4045
|
+
readonly enabled: boolean;
|
|
4046
|
+
};
|
|
4047
|
+
readonly group?: boolean | undefined;
|
|
4048
|
+
readonly printable?: boolean | undefined;
|
|
4049
|
+
readonly format?: {
|
|
4050
|
+
readonly type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
4051
|
+
readonly currency?: string | undefined;
|
|
4052
|
+
readonly decimals?: number | undefined;
|
|
4053
|
+
readonly thousandsSeparator?: boolean | undefined;
|
|
4054
|
+
readonly dateFormat?: string | undefined;
|
|
4055
|
+
} | undefined;
|
|
4056
|
+
}[];
|
|
4057
|
+
readonly header_path?: string | undefined;
|
|
4058
|
+
readonly footer_path?: string | undefined;
|
|
4059
|
+
readonly filters?: readonly {
|
|
4060
|
+
readonly property: string;
|
|
4061
|
+
readonly operator: import('../../../types/query-builder.types').QueryOperator;
|
|
4062
|
+
readonly value: string;
|
|
4063
|
+
}[] | undefined;
|
|
4064
|
+
readonly theme?: {
|
|
4065
|
+
readonly background_color?: string | null | undefined;
|
|
4066
|
+
readonly group_header_color?: string | null | undefined;
|
|
4067
|
+
readonly font_family?: string | undefined;
|
|
4068
|
+
} | undefined;
|
|
4069
|
+
readonly enable_row_striping?: boolean | undefined;
|
|
4070
|
+
readonly striping_color?: string | null | undefined;
|
|
4071
|
+
readonly striping_start_from_first?: boolean | undefined;
|
|
3367
4072
|
} | undefined;
|
|
3368
4073
|
readonly children?: readonly /*elided*/ any[] | undefined;
|
|
3369
4074
|
readonly when_used_in_section?: {
|
|
@@ -3438,7 +4143,7 @@ export default function useCanvas(): {
|
|
|
3438
4143
|
};
|
|
3439
4144
|
slide: {
|
|
3440
4145
|
index: number;
|
|
3441
|
-
url:
|
|
4146
|
+
url: FileRetrieve["thumbnail_url"];
|
|
3442
4147
|
};
|
|
3443
4148
|
} | {
|
|
3444
4149
|
id: string;
|
|
@@ -3538,22 +4243,22 @@ export default function useCanvas(): {
|
|
|
3538
4243
|
} | undefined;
|
|
3539
4244
|
} | undefined;
|
|
3540
4245
|
file: {
|
|
3541
|
-
id:
|
|
3542
|
-
snapshot_id?:
|
|
3543
|
-
name:
|
|
4246
|
+
id: FileRetrieve["id"];
|
|
4247
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
4248
|
+
name: FileRetrieve["name"];
|
|
3544
4249
|
is_deleted?: boolean | undefined;
|
|
3545
4250
|
expires_at?: string | null | undefined;
|
|
3546
|
-
content_url:
|
|
4251
|
+
content_url: FileRetrieve["content_url"];
|
|
3547
4252
|
content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
3548
|
-
content_extension:
|
|
4253
|
+
content_extension: FileRetrieve["content_extension"];
|
|
3549
4254
|
permissions?: {
|
|
3550
4255
|
can_download?: boolean | undefined;
|
|
3551
4256
|
can_share?: boolean | undefined;
|
|
3552
4257
|
} | undefined;
|
|
3553
4258
|
tags?: string[] | undefined;
|
|
3554
|
-
thumbnail_url?:
|
|
3555
|
-
readonly content_length?:
|
|
3556
|
-
content_thumbnails?: (
|
|
4259
|
+
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
4260
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
4261
|
+
content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
|
|
3557
4262
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
3558
4263
|
readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
|
|
3559
4264
|
} | null;
|
|
@@ -3561,14 +4266,14 @@ export default function useCanvas(): {
|
|
|
3561
4266
|
} | {
|
|
3562
4267
|
items: ({
|
|
3563
4268
|
file: {
|
|
3564
|
-
id:
|
|
3565
|
-
snapshot_id?:
|
|
3566
|
-
name:
|
|
4269
|
+
id: FileRetrieve["id"];
|
|
4270
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
4271
|
+
name: FileRetrieve["name"];
|
|
3567
4272
|
is_deleted?: boolean | undefined;
|
|
3568
4273
|
expires_at?: string | null | undefined;
|
|
3569
|
-
content_url?:
|
|
4274
|
+
content_url?: FileRetrieve["content_url"] | undefined;
|
|
3570
4275
|
content_type?: (import('../../../../types/openapi').FileContentTypeEnum | null) | undefined;
|
|
3571
|
-
content_extension?:
|
|
4276
|
+
content_extension?: FileRetrieve["content_extension"] | undefined;
|
|
3572
4277
|
permissions?: {
|
|
3573
4278
|
can_download?: boolean | undefined;
|
|
3574
4279
|
can_share?: boolean | undefined;
|
|
@@ -3577,27 +4282,27 @@ export default function useCanvas(): {
|
|
|
3577
4282
|
};
|
|
3578
4283
|
slide: {
|
|
3579
4284
|
index: number;
|
|
3580
|
-
url?:
|
|
4285
|
+
url?: FileRetrieve["content_thumbnails"][number] | undefined;
|
|
3581
4286
|
};
|
|
3582
4287
|
type: "slide";
|
|
3583
4288
|
} | {
|
|
3584
4289
|
file: {
|
|
3585
|
-
id:
|
|
3586
|
-
snapshot_id?:
|
|
3587
|
-
name:
|
|
4290
|
+
id: FileRetrieve["id"];
|
|
4291
|
+
snapshot_id?: FileRetrieve["id"] | undefined;
|
|
4292
|
+
name: FileRetrieve["name"];
|
|
3588
4293
|
is_deleted?: boolean | undefined;
|
|
3589
4294
|
expires_at?: string | null | undefined;
|
|
3590
|
-
content_url:
|
|
4295
|
+
content_url: FileRetrieve["content_url"];
|
|
3591
4296
|
content_type: import('../../../../types/openapi').FileContentTypeEnum | null;
|
|
3592
|
-
content_extension:
|
|
4297
|
+
content_extension: FileRetrieve["content_extension"];
|
|
3593
4298
|
permissions?: {
|
|
3594
4299
|
can_download?: boolean | undefined;
|
|
3595
4300
|
can_share?: boolean | undefined;
|
|
3596
4301
|
} | undefined;
|
|
3597
4302
|
tags?: string[] | undefined;
|
|
3598
|
-
thumbnail_url?:
|
|
3599
|
-
readonly content_length?:
|
|
3600
|
-
content_thumbnails?: (
|
|
4303
|
+
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
4304
|
+
readonly content_length?: FileRetrieve["content_length"] | undefined;
|
|
4305
|
+
content_thumbnails?: (FileRetrieve["content_thumbnails"] | null) | undefined;
|
|
3601
4306
|
readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
|
|
3602
4307
|
readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
|
|
3603
4308
|
};
|
|
@@ -3617,6 +4322,19 @@ export default function useCanvas(): {
|
|
|
3617
4322
|
selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
3618
4323
|
selection_app_name?: string | undefined;
|
|
3619
4324
|
is_restricted_to_preselections?: boolean | undefined;
|
|
4325
|
+
} | {
|
|
4326
|
+
sections: {
|
|
4327
|
+
id: string;
|
|
4328
|
+
file_id?: string | undefined;
|
|
4329
|
+
sequence?: number | undefined;
|
|
4330
|
+
component_id: string;
|
|
4331
|
+
page_index?: number | undefined;
|
|
4332
|
+
type: "section" | "file";
|
|
4333
|
+
}[];
|
|
4334
|
+
animation_in?: string | undefined;
|
|
4335
|
+
selection_strategy?: "free" | "single" | "at-least-one" | "app" | undefined;
|
|
4336
|
+
selection_app_name?: string | undefined;
|
|
4337
|
+
is_restricted_to_preselections?: boolean | undefined;
|
|
3620
4338
|
} | {
|
|
3621
4339
|
html: string;
|
|
3622
4340
|
} | {
|
|
@@ -3713,6 +4431,81 @@ export default function useCanvas(): {
|
|
|
3713
4431
|
card_style?: Record<string, any> | undefined;
|
|
3714
4432
|
}[];
|
|
3715
4433
|
layout: "vertical" | "horizontal";
|
|
4434
|
+
} | {
|
|
4435
|
+
filters?: {
|
|
4436
|
+
property: string;
|
|
4437
|
+
operator: import('../../../types/query-builder.types').QueryOperator;
|
|
4438
|
+
value: string;
|
|
4439
|
+
}[] | undefined;
|
|
4440
|
+
layout: "column" | "row";
|
|
4441
|
+
page_size?: number | undefined;
|
|
4442
|
+
path: string;
|
|
4443
|
+
properties: {
|
|
4444
|
+
key: string;
|
|
4445
|
+
display_name?: string | undefined;
|
|
4446
|
+
sort: {
|
|
4447
|
+
direction?: "asc" | "desc" | undefined;
|
|
4448
|
+
default?: boolean | undefined;
|
|
4449
|
+
enabled: boolean;
|
|
4450
|
+
};
|
|
4451
|
+
group?: boolean | undefined;
|
|
4452
|
+
printable?: boolean | undefined;
|
|
4453
|
+
format?: {
|
|
4454
|
+
type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
4455
|
+
currency?: string | undefined;
|
|
4456
|
+
decimals?: number | undefined;
|
|
4457
|
+
thousandsSeparator?: boolean | undefined;
|
|
4458
|
+
dateFormat?: string | undefined;
|
|
4459
|
+
} | undefined;
|
|
4460
|
+
}[];
|
|
4461
|
+
theme?: {
|
|
4462
|
+
background_color?: string | null | undefined;
|
|
4463
|
+
group_header_color?: string | null | undefined;
|
|
4464
|
+
font_family?: string | undefined;
|
|
4465
|
+
} | undefined;
|
|
4466
|
+
break_groups_on_new_page?: boolean | undefined;
|
|
4467
|
+
enable_row_striping?: boolean | undefined;
|
|
4468
|
+
striping_color?: string | null | undefined;
|
|
4469
|
+
striping_start_from_first?: boolean | undefined;
|
|
4470
|
+
} | {
|
|
4471
|
+
hierarchy: {
|
|
4472
|
+
type: "group" | "data";
|
|
4473
|
+
path: string;
|
|
4474
|
+
group_by_key?: string | undefined;
|
|
4475
|
+
}[];
|
|
4476
|
+
columns: {
|
|
4477
|
+
key: string;
|
|
4478
|
+
display_name?: string | undefined;
|
|
4479
|
+
sort: {
|
|
4480
|
+
direction?: "asc" | "desc" | undefined;
|
|
4481
|
+
default?: boolean | undefined;
|
|
4482
|
+
enabled: boolean;
|
|
4483
|
+
};
|
|
4484
|
+
group?: boolean | undefined;
|
|
4485
|
+
printable?: boolean | undefined;
|
|
4486
|
+
format?: {
|
|
4487
|
+
type?: "currency" | "number" | "percentage" | "date" | undefined;
|
|
4488
|
+
currency?: string | undefined;
|
|
4489
|
+
decimals?: number | undefined;
|
|
4490
|
+
thousandsSeparator?: boolean | undefined;
|
|
4491
|
+
dateFormat?: string | undefined;
|
|
4492
|
+
} | undefined;
|
|
4493
|
+
}[];
|
|
4494
|
+
header_path?: string | undefined;
|
|
4495
|
+
footer_path?: string | undefined;
|
|
4496
|
+
filters?: {
|
|
4497
|
+
property: string;
|
|
4498
|
+
operator: import('../../../types/query-builder.types').QueryOperator;
|
|
4499
|
+
value: string;
|
|
4500
|
+
}[] | undefined;
|
|
4501
|
+
theme?: {
|
|
4502
|
+
background_color?: string | null | undefined;
|
|
4503
|
+
group_header_color?: string | null | undefined;
|
|
4504
|
+
font_family?: string | undefined;
|
|
4505
|
+
} | undefined;
|
|
4506
|
+
enable_row_striping?: boolean | undefined;
|
|
4507
|
+
striping_color?: string | null | undefined;
|
|
4508
|
+
striping_start_from_first?: boolean | undefined;
|
|
3716
4509
|
} | undefined;
|
|
3717
4510
|
children?: /*elided*/ any[] | undefined;
|
|
3718
4511
|
when_used_in_section?: {
|
|
@@ -3786,6 +4579,8 @@ export default function useCanvas(): {
|
|
|
3786
4579
|
groups?: string[] | undefined;
|
|
3787
4580
|
}[] | undefined;
|
|
3788
4581
|
canvas?: {
|
|
4582
|
+
use_linkable_in_catalogiq?: boolean | undefined;
|
|
4583
|
+
enable_v_trusted_js_in_html?: boolean | undefined;
|
|
3789
4584
|
enable_read_only_canvas_creation_account?: boolean | undefined;
|
|
3790
4585
|
scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
|
|
3791
4586
|
enable_wizard_preview_button?: boolean | undefined;
|
|
@@ -3814,6 +4609,7 @@ export default function useCanvas(): {
|
|
|
3814
4609
|
Carousel: boolean;
|
|
3815
4610
|
CollectionPlayer: boolean;
|
|
3816
4611
|
ContentGrid: boolean;
|
|
4612
|
+
CustomDataTable: boolean;
|
|
3817
4613
|
DataCharts: boolean;
|
|
3818
4614
|
DynamicDataTable: boolean;
|
|
3819
4615
|
Embeddable: boolean;
|
|
@@ -3825,6 +4621,7 @@ export default function useCanvas(): {
|
|
|
3825
4621
|
PageBreak: boolean;
|
|
3826
4622
|
Scribble: boolean;
|
|
3827
4623
|
SectionList: boolean;
|
|
4624
|
+
ContentList: boolean;
|
|
3828
4625
|
Text: boolean;
|
|
3829
4626
|
Timeline: boolean;
|
|
3830
4627
|
apps?: Record<string, boolean> | undefined;
|
|
@@ -3850,6 +4647,10 @@ export default function useCanvas(): {
|
|
|
3850
4647
|
admin?: boolean | undefined;
|
|
3851
4648
|
rep?: boolean | undefined;
|
|
3852
4649
|
};
|
|
4650
|
+
CustomDataTable: {
|
|
4651
|
+
admin?: boolean | undefined;
|
|
4652
|
+
rep?: boolean | undefined;
|
|
4653
|
+
};
|
|
3853
4654
|
DataCharts: {
|
|
3854
4655
|
admin?: boolean | undefined;
|
|
3855
4656
|
rep?: boolean | undefined;
|
|
@@ -3894,6 +4695,10 @@ export default function useCanvas(): {
|
|
|
3894
4695
|
admin?: boolean | undefined;
|
|
3895
4696
|
rep?: boolean | undefined;
|
|
3896
4697
|
};
|
|
4698
|
+
ContentList: {
|
|
4699
|
+
admin?: boolean | undefined;
|
|
4700
|
+
rep?: boolean | undefined;
|
|
4701
|
+
};
|
|
3897
4702
|
Text: {
|
|
3898
4703
|
admin?: boolean | undefined;
|
|
3899
4704
|
rep?: boolean | undefined;
|
|
@@ -4015,6 +4820,8 @@ export default function useCanvas(): {
|
|
|
4015
4820
|
use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
|
|
4016
4821
|
enable_ppt_converter_in_canvas_templates?: boolean | undefined;
|
|
4017
4822
|
generate_only_sections_in_ppt_converter?: boolean | undefined;
|
|
4823
|
+
convert_pptx_to_html?: boolean | undefined;
|
|
4824
|
+
convert_pptx_to_html_default_value?: boolean | undefined;
|
|
4018
4825
|
enable_search_with_suggestions?: boolean | undefined;
|
|
4019
4826
|
enable_search_filter_with_suggestions?: boolean | undefined;
|
|
4020
4827
|
enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
|
|
@@ -4037,8 +4844,17 @@ export default function useCanvas(): {
|
|
|
4037
4844
|
is_meeting_bar_account_selection_disabled?: boolean | undefined;
|
|
4038
4845
|
disable_postcall?: boolean | undefined;
|
|
4039
4846
|
launch_in_present_mode_on_creation?: boolean | undefined;
|
|
4847
|
+
slotty_ui_route_config?: {
|
|
4848
|
+
name: string;
|
|
4849
|
+
enabled: boolean;
|
|
4850
|
+
type: "base" | "app";
|
|
4851
|
+
}[] | undefined;
|
|
4852
|
+
custom_event?: string | undefined;
|
|
4040
4853
|
enable_recents?: boolean | undefined;
|
|
4041
4854
|
enable_favorites?: boolean | undefined;
|
|
4855
|
+
enable_sync_file_filtering?: boolean | undefined;
|
|
4856
|
+
time_format?: string | undefined;
|
|
4857
|
+
date_format?: string | undefined;
|
|
4042
4858
|
}, (OrganizationSettings & {
|
|
4043
4859
|
canvas?: {
|
|
4044
4860
|
hide_page_break_in_toc?: boolean;
|
|
@@ -4072,10 +4888,14 @@ export default function useCanvas(): {
|
|
|
4072
4888
|
disable_shared_link_creation?: boolean;
|
|
4073
4889
|
hide_meeting_bar?: boolean;
|
|
4074
4890
|
};
|
|
4891
|
+
custom_event?: string;
|
|
4075
4892
|
enable_recents?: boolean;
|
|
4076
4893
|
enable_favorites?: boolean;
|
|
4077
4894
|
enable_multipeer_connectivity?: boolean;
|
|
4078
4895
|
enable_syncbox?: boolean;
|
|
4896
|
+
enable_sync_file_filtering?: boolean;
|
|
4897
|
+
time_format?: string;
|
|
4898
|
+
date_format?: string;
|
|
4079
4899
|
ios?: InstanceSettings;
|
|
4080
4900
|
}) | {
|
|
4081
4901
|
auto_assignment_rules?: {
|
|
@@ -4084,6 +4904,8 @@ export default function useCanvas(): {
|
|
|
4084
4904
|
groups?: string[] | undefined;
|
|
4085
4905
|
}[] | undefined;
|
|
4086
4906
|
canvas?: {
|
|
4907
|
+
use_linkable_in_catalogiq?: boolean | undefined;
|
|
4908
|
+
enable_v_trusted_js_in_html?: boolean | undefined;
|
|
4087
4909
|
enable_read_only_canvas_creation_account?: boolean | undefined;
|
|
4088
4910
|
scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
|
|
4089
4911
|
enable_wizard_preview_button?: boolean | undefined;
|
|
@@ -4112,6 +4934,7 @@ export default function useCanvas(): {
|
|
|
4112
4934
|
Carousel: boolean;
|
|
4113
4935
|
CollectionPlayer: boolean;
|
|
4114
4936
|
ContentGrid: boolean;
|
|
4937
|
+
CustomDataTable: boolean;
|
|
4115
4938
|
DataCharts: boolean;
|
|
4116
4939
|
DynamicDataTable: boolean;
|
|
4117
4940
|
Embeddable: boolean;
|
|
@@ -4123,6 +4946,7 @@ export default function useCanvas(): {
|
|
|
4123
4946
|
PageBreak: boolean;
|
|
4124
4947
|
Scribble: boolean;
|
|
4125
4948
|
SectionList: boolean;
|
|
4949
|
+
ContentList: boolean;
|
|
4126
4950
|
Text: boolean;
|
|
4127
4951
|
Timeline: boolean;
|
|
4128
4952
|
apps?: Record<string, boolean> | undefined;
|
|
@@ -4148,6 +4972,10 @@ export default function useCanvas(): {
|
|
|
4148
4972
|
admin?: boolean | undefined;
|
|
4149
4973
|
rep?: boolean | undefined;
|
|
4150
4974
|
};
|
|
4975
|
+
CustomDataTable: {
|
|
4976
|
+
admin?: boolean | undefined;
|
|
4977
|
+
rep?: boolean | undefined;
|
|
4978
|
+
};
|
|
4151
4979
|
DataCharts: {
|
|
4152
4980
|
admin?: boolean | undefined;
|
|
4153
4981
|
rep?: boolean | undefined;
|
|
@@ -4192,6 +5020,10 @@ export default function useCanvas(): {
|
|
|
4192
5020
|
admin?: boolean | undefined;
|
|
4193
5021
|
rep?: boolean | undefined;
|
|
4194
5022
|
};
|
|
5023
|
+
ContentList: {
|
|
5024
|
+
admin?: boolean | undefined;
|
|
5025
|
+
rep?: boolean | undefined;
|
|
5026
|
+
};
|
|
4195
5027
|
Text: {
|
|
4196
5028
|
admin?: boolean | undefined;
|
|
4197
5029
|
rep?: boolean | undefined;
|
|
@@ -4313,6 +5145,8 @@ export default function useCanvas(): {
|
|
|
4313
5145
|
use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
|
|
4314
5146
|
enable_ppt_converter_in_canvas_templates?: boolean | undefined;
|
|
4315
5147
|
generate_only_sections_in_ppt_converter?: boolean | undefined;
|
|
5148
|
+
convert_pptx_to_html?: boolean | undefined;
|
|
5149
|
+
convert_pptx_to_html_default_value?: boolean | undefined;
|
|
4316
5150
|
enable_search_with_suggestions?: boolean | undefined;
|
|
4317
5151
|
enable_search_filter_with_suggestions?: boolean | undefined;
|
|
4318
5152
|
enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
|
|
@@ -4335,8 +5169,17 @@ export default function useCanvas(): {
|
|
|
4335
5169
|
is_meeting_bar_account_selection_disabled?: boolean | undefined;
|
|
4336
5170
|
disable_postcall?: boolean | undefined;
|
|
4337
5171
|
launch_in_present_mode_on_creation?: boolean | undefined;
|
|
5172
|
+
slotty_ui_route_config?: {
|
|
5173
|
+
name: string;
|
|
5174
|
+
enabled: boolean;
|
|
5175
|
+
type: "base" | "app";
|
|
5176
|
+
}[] | undefined;
|
|
5177
|
+
custom_event?: string | undefined;
|
|
4338
5178
|
enable_recents?: boolean | undefined;
|
|
4339
5179
|
enable_favorites?: boolean | undefined;
|
|
5180
|
+
enable_sync_file_filtering?: boolean | undefined;
|
|
5181
|
+
time_format?: string | undefined;
|
|
5182
|
+
date_format?: string | undefined;
|
|
4340
5183
|
}>;
|
|
4341
5184
|
pitcherSettings: Readonly<Ref<{
|
|
4342
5185
|
readonly auto_assignment_rules?: readonly {
|
|
@@ -4345,6 +5188,8 @@ export default function useCanvas(): {
|
|
|
4345
5188
|
readonly groups?: readonly string[] | undefined;
|
|
4346
5189
|
}[] | undefined;
|
|
4347
5190
|
readonly canvas?: {
|
|
5191
|
+
readonly use_linkable_in_catalogiq?: boolean | undefined;
|
|
5192
|
+
readonly enable_v_trusted_js_in_html?: boolean | undefined;
|
|
4348
5193
|
readonly enable_read_only_canvas_creation_account?: boolean | undefined;
|
|
4349
5194
|
readonly scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
|
|
4350
5195
|
readonly enable_wizard_preview_button?: boolean | undefined;
|
|
@@ -4375,6 +5220,7 @@ export default function useCanvas(): {
|
|
|
4375
5220
|
readonly Carousel: boolean;
|
|
4376
5221
|
readonly CollectionPlayer: boolean;
|
|
4377
5222
|
readonly ContentGrid: boolean;
|
|
5223
|
+
readonly CustomDataTable: boolean;
|
|
4378
5224
|
readonly DataCharts: boolean;
|
|
4379
5225
|
readonly DynamicDataTable: boolean;
|
|
4380
5226
|
readonly Embeddable: boolean;
|
|
@@ -4386,6 +5232,7 @@ export default function useCanvas(): {
|
|
|
4386
5232
|
readonly PageBreak: boolean;
|
|
4387
5233
|
readonly Scribble: boolean;
|
|
4388
5234
|
readonly SectionList: boolean;
|
|
5235
|
+
readonly ContentList: boolean;
|
|
4389
5236
|
readonly Text: boolean;
|
|
4390
5237
|
readonly Timeline: boolean;
|
|
4391
5238
|
readonly apps?: {
|
|
@@ -4413,6 +5260,10 @@ export default function useCanvas(): {
|
|
|
4413
5260
|
readonly admin?: boolean | undefined;
|
|
4414
5261
|
readonly rep?: boolean | undefined;
|
|
4415
5262
|
};
|
|
5263
|
+
readonly CustomDataTable: {
|
|
5264
|
+
readonly admin?: boolean | undefined;
|
|
5265
|
+
readonly rep?: boolean | undefined;
|
|
5266
|
+
};
|
|
4416
5267
|
readonly DataCharts: {
|
|
4417
5268
|
readonly admin?: boolean | undefined;
|
|
4418
5269
|
readonly rep?: boolean | undefined;
|
|
@@ -4457,6 +5308,10 @@ export default function useCanvas(): {
|
|
|
4457
5308
|
readonly admin?: boolean | undefined;
|
|
4458
5309
|
readonly rep?: boolean | undefined;
|
|
4459
5310
|
};
|
|
5311
|
+
readonly ContentList: {
|
|
5312
|
+
readonly admin?: boolean | undefined;
|
|
5313
|
+
readonly rep?: boolean | undefined;
|
|
5314
|
+
};
|
|
4460
5315
|
readonly Text: {
|
|
4461
5316
|
readonly admin?: boolean | undefined;
|
|
4462
5317
|
readonly rep?: boolean | undefined;
|
|
@@ -4608,6 +5463,8 @@ export default function useCanvas(): {
|
|
|
4608
5463
|
readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
|
|
4609
5464
|
readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
|
|
4610
5465
|
readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
|
|
5466
|
+
readonly convert_pptx_to_html?: boolean | undefined;
|
|
5467
|
+
readonly convert_pptx_to_html_default_value?: boolean | undefined;
|
|
4611
5468
|
readonly enable_search_with_suggestions?: boolean | undefined;
|
|
4612
5469
|
readonly enable_search_filter_with_suggestions?: boolean | undefined;
|
|
4613
5470
|
readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
|
|
@@ -4630,8 +5487,17 @@ export default function useCanvas(): {
|
|
|
4630
5487
|
readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
|
|
4631
5488
|
readonly disable_postcall?: boolean | undefined;
|
|
4632
5489
|
readonly launch_in_present_mode_on_creation?: boolean | undefined;
|
|
5490
|
+
readonly slotty_ui_route_config?: readonly {
|
|
5491
|
+
readonly name: string;
|
|
5492
|
+
readonly enabled: boolean;
|
|
5493
|
+
readonly type: "base" | "app";
|
|
5494
|
+
}[] | undefined;
|
|
5495
|
+
readonly custom_event?: string | undefined;
|
|
4633
5496
|
readonly enable_recents?: boolean | undefined;
|
|
4634
5497
|
readonly enable_favorites?: boolean | undefined;
|
|
5498
|
+
readonly enable_sync_file_filtering?: boolean | undefined;
|
|
5499
|
+
readonly time_format?: string | undefined;
|
|
5500
|
+
readonly date_format?: string | undefined;
|
|
4635
5501
|
}, {
|
|
4636
5502
|
readonly auto_assignment_rules?: readonly {
|
|
4637
5503
|
readonly connection_id: string;
|
|
@@ -4639,6 +5505,8 @@ export default function useCanvas(): {
|
|
|
4639
5505
|
readonly groups?: readonly string[] | undefined;
|
|
4640
5506
|
}[] | undefined;
|
|
4641
5507
|
readonly canvas?: {
|
|
5508
|
+
readonly use_linkable_in_catalogiq?: boolean | undefined;
|
|
5509
|
+
readonly enable_v_trusted_js_in_html?: boolean | undefined;
|
|
4642
5510
|
readonly enable_read_only_canvas_creation_account?: boolean | undefined;
|
|
4643
5511
|
readonly scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
|
|
4644
5512
|
readonly enable_wizard_preview_button?: boolean | undefined;
|
|
@@ -4669,6 +5537,7 @@ export default function useCanvas(): {
|
|
|
4669
5537
|
readonly Carousel: boolean;
|
|
4670
5538
|
readonly CollectionPlayer: boolean;
|
|
4671
5539
|
readonly ContentGrid: boolean;
|
|
5540
|
+
readonly CustomDataTable: boolean;
|
|
4672
5541
|
readonly DataCharts: boolean;
|
|
4673
5542
|
readonly DynamicDataTable: boolean;
|
|
4674
5543
|
readonly Embeddable: boolean;
|
|
@@ -4680,6 +5549,7 @@ export default function useCanvas(): {
|
|
|
4680
5549
|
readonly PageBreak: boolean;
|
|
4681
5550
|
readonly Scribble: boolean;
|
|
4682
5551
|
readonly SectionList: boolean;
|
|
5552
|
+
readonly ContentList: boolean;
|
|
4683
5553
|
readonly Text: boolean;
|
|
4684
5554
|
readonly Timeline: boolean;
|
|
4685
5555
|
readonly apps?: {
|
|
@@ -4707,6 +5577,10 @@ export default function useCanvas(): {
|
|
|
4707
5577
|
readonly admin?: boolean | undefined;
|
|
4708
5578
|
readonly rep?: boolean | undefined;
|
|
4709
5579
|
};
|
|
5580
|
+
readonly CustomDataTable: {
|
|
5581
|
+
readonly admin?: boolean | undefined;
|
|
5582
|
+
readonly rep?: boolean | undefined;
|
|
5583
|
+
};
|
|
4710
5584
|
readonly DataCharts: {
|
|
4711
5585
|
readonly admin?: boolean | undefined;
|
|
4712
5586
|
readonly rep?: boolean | undefined;
|
|
@@ -4751,6 +5625,10 @@ export default function useCanvas(): {
|
|
|
4751
5625
|
readonly admin?: boolean | undefined;
|
|
4752
5626
|
readonly rep?: boolean | undefined;
|
|
4753
5627
|
};
|
|
5628
|
+
readonly ContentList: {
|
|
5629
|
+
readonly admin?: boolean | undefined;
|
|
5630
|
+
readonly rep?: boolean | undefined;
|
|
5631
|
+
};
|
|
4754
5632
|
readonly Text: {
|
|
4755
5633
|
readonly admin?: boolean | undefined;
|
|
4756
5634
|
readonly rep?: boolean | undefined;
|
|
@@ -4902,6 +5780,8 @@ export default function useCanvas(): {
|
|
|
4902
5780
|
readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
|
|
4903
5781
|
readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
|
|
4904
5782
|
readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
|
|
5783
|
+
readonly convert_pptx_to_html?: boolean | undefined;
|
|
5784
|
+
readonly convert_pptx_to_html_default_value?: boolean | undefined;
|
|
4905
5785
|
readonly enable_search_with_suggestions?: boolean | undefined;
|
|
4906
5786
|
readonly enable_search_filter_with_suggestions?: boolean | undefined;
|
|
4907
5787
|
readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
|
|
@@ -4924,8 +5804,17 @@ export default function useCanvas(): {
|
|
|
4924
5804
|
readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
|
|
4925
5805
|
readonly disable_postcall?: boolean | undefined;
|
|
4926
5806
|
readonly launch_in_present_mode_on_creation?: boolean | undefined;
|
|
5807
|
+
readonly slotty_ui_route_config?: readonly {
|
|
5808
|
+
readonly name: string;
|
|
5809
|
+
readonly enabled: boolean;
|
|
5810
|
+
readonly type: "base" | "app";
|
|
5811
|
+
}[] | undefined;
|
|
5812
|
+
readonly custom_event?: string | undefined;
|
|
4927
5813
|
readonly enable_recents?: boolean | undefined;
|
|
4928
5814
|
readonly enable_favorites?: boolean | undefined;
|
|
5815
|
+
readonly enable_sync_file_filtering?: boolean | undefined;
|
|
5816
|
+
readonly time_format?: string | undefined;
|
|
5817
|
+
readonly date_format?: string | undefined;
|
|
4929
5818
|
}>>;
|
|
4930
5819
|
initialize: (props: CanvasBuilderProps, launchDarkly: LaunchDarklyEnv) => void;
|
|
4931
5820
|
activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, index?: number) => void;
|
|
@@ -4959,6 +5848,7 @@ export default function useCanvas(): {
|
|
|
4959
5848
|
setInCall: (value?: boolean | undefined) => void;
|
|
4960
5849
|
setIsEditMode: (value: boolean) => void;
|
|
4961
5850
|
updateActiveCanvasProperties: (newProperties: Partial<CanvasRetrieve>) => void;
|
|
5851
|
+
mergeIntoActiveContext: (contextUpdate: Record<string, any>) => void;
|
|
4962
5852
|
updateHomePageSettings: (homePage: {
|
|
4963
5853
|
component_id: string;
|
|
4964
5854
|
section_id?: string | null;
|
|
@@ -4976,7 +5866,7 @@ export default function useCanvas(): {
|
|
|
4976
5866
|
node: ComponentNode;
|
|
4977
5867
|
section: CanvasRetrieve["sections"][number];
|
|
4978
5868
|
}) => boolean;
|
|
4979
|
-
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;
|
|
5869
|
+
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;
|
|
4980
5870
|
updateNodeInSection: (sectionId: string, nodeId: string, newData: ComponentNode["data"]) => boolean;
|
|
4981
5871
|
getMaxWidth: typeof getMaxWidth;
|
|
4982
5872
|
getParentType: (nodeId: Ref<ComponentNode["id"] | null | undefined>) => import('vue').ComputedRef<ComponentTypes | undefined>;
|
|
@@ -5061,5 +5951,7 @@ export default function useCanvas(): {
|
|
|
5061
5951
|
createNewImage: (width: number, height: number) => string;
|
|
5062
5952
|
isDrawingActive: boolean;
|
|
5063
5953
|
} | null>;
|
|
5954
|
+
getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
|
|
5955
|
+
watchCanvas: () => import('vue').WatchHandle;
|
|
5064
5956
|
};
|
|
5065
5957
|
export {};
|