@pitcher/js-api 1.26.0-beta.6 → 1.26.0-beta.8
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 +12 -0
- package/js-api.esm.js +283 -1
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +10 -10
- package/js-api.umd.min.js.map +1 -1
- package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +148 -36
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +2 -2
- 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 +14 -1
- package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +148 -36
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +162 -37
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +20 -20
- 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/Embeddable/Embeddable.settings.vue.d.ts +4 -4
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +12 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +392 -202
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +26 -0
- package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +26 -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/usePitcherEvents.d.ts +0 -6
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
- 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 +1 -1
- package/lib/apps/canvas-builder/types/canvas.d.ts +20 -2
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +4 -4
- package/lib/apps/content-selector/components/Assets.vue.d.ts +2 -2
- package/lib/apps/content-selector/components/Content.vue.d.ts +2 -2
- package/lib/components/CCarousel/CCarousel.vue.d.ts +98 -20
- package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +8 -8
- package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +2 -2
- 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 +14 -3
- package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +3 -0
- package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +2 -2
- package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +10 -8
- package/lib/components/CDataTable/CDataTable.vue.d.ts +876 -100
- package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +6 -0
- package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +2 -2
- package/lib/components/CImage/CImage.vue.d.ts +99 -20
- package/lib/components/CInput/CInput.vue.d.ts +148 -36
- package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +288 -80
- package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +468 -130
- package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +288 -80
- package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +148 -36
- package/lib/components/CTableInput/CTableInput.vue.d.ts +296 -72
- package/lib/components/CTableTag/CTableTag.vue.d.ts +290 -38
- package/lib/components/CTags/CTags.vue.d.ts +290 -38
- package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +2 -2
- package/lib/components/CUserMenu/CUserMenu.vue.d.ts +108 -30
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +176 -46
- package/lib/constants/cdp.const.d.ts +3 -0
- package/lib/main.lib.d.ts +2 -0
- package/lib/sdk/api/HighLevelApi.d.ts +7 -0
- package/lib/sdk/api/modules/files.d.ts +10 -0
- package/lib/sdk/api/modules/query.d.ts +88 -1
- package/lib/sdk/interfaces.d.ts +4 -1
- package/lib/sdk/main.d.ts +22 -0
- package/lib/sdk/payload.types.d.ts +51 -0
- package/lib/sdk/peer-connectivity/index.d.ts +3 -0
- package/lib/sdk/peer-connectivity/peerConnectivity.constants.d.ts +13 -0
- package/lib/sdk/peer-connectivity/peerConnectivity.d.ts +3 -0
- package/lib/sdk/peer-connectivity/peerConnectivity.types.d.ts +35 -0
- package/lib/theme/light.d.ts +113 -8
- package/lib/types/app.d.ts +7 -0
- package/lib/types/instanceSettings.types.d.ts +2 -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 +10 -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/apps/canvas-builder/components/{ui/SectionList/SectionSearch.vue.d.ts → container/Search/Search.vue.d.ts} +0 -0
|
@@ -41,7 +41,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
41
41
|
pair: BooleanConstructor;
|
|
42
42
|
separator: StringConstructor;
|
|
43
43
|
readonly: {
|
|
44
|
-
type: (
|
|
44
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
passivelyActivated: BooleanConstructor;
|
|
@@ -157,7 +157,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
157
157
|
paddingMedium: string;
|
|
158
158
|
paddingLarge: string;
|
|
159
159
|
clearSize: string;
|
|
160
|
-
},
|
|
160
|
+
}, {
|
|
161
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
162
|
+
height: string;
|
|
163
|
+
width: string;
|
|
164
|
+
borderRadius: string;
|
|
165
|
+
color: string;
|
|
166
|
+
colorHover: string;
|
|
167
|
+
railInsetHorizontalBottom: string;
|
|
168
|
+
railInsetHorizontalTop: string;
|
|
169
|
+
railInsetVerticalRight: string;
|
|
170
|
+
railInsetVerticalLeft: string;
|
|
171
|
+
railColor: string;
|
|
172
|
+
}, any>;
|
|
173
|
+
}>>;
|
|
161
174
|
themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
|
|
162
175
|
fontWeight: string;
|
|
163
176
|
countTextColorDisabled: string;
|
|
@@ -219,7 +232,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
219
232
|
paddingMedium: string;
|
|
220
233
|
paddingLarge: string;
|
|
221
234
|
clearSize: string;
|
|
222
|
-
},
|
|
235
|
+
}, {
|
|
236
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
237
|
+
height: string;
|
|
238
|
+
width: string;
|
|
239
|
+
borderRadius: string;
|
|
240
|
+
color: string;
|
|
241
|
+
colorHover: string;
|
|
242
|
+
railInsetHorizontalBottom: string;
|
|
243
|
+
railInsetHorizontalTop: string;
|
|
244
|
+
railInsetVerticalRight: string;
|
|
245
|
+
railInsetVerticalLeft: string;
|
|
246
|
+
railColor: string;
|
|
247
|
+
}, any>;
|
|
248
|
+
}>>>;
|
|
223
249
|
builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
|
|
224
250
|
fontWeight: string;
|
|
225
251
|
countTextColorDisabled: string;
|
|
@@ -281,7 +307,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
281
307
|
paddingMedium: string;
|
|
282
308
|
paddingLarge: string;
|
|
283
309
|
clearSize: string;
|
|
284
|
-
},
|
|
310
|
+
}, {
|
|
311
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
312
|
+
height: string;
|
|
313
|
+
width: string;
|
|
314
|
+
borderRadius: string;
|
|
315
|
+
color: string;
|
|
316
|
+
colorHover: string;
|
|
317
|
+
railInsetHorizontalBottom: string;
|
|
318
|
+
railInsetHorizontalTop: string;
|
|
319
|
+
railInsetVerticalRight: string;
|
|
320
|
+
railInsetVerticalLeft: string;
|
|
321
|
+
railColor: string;
|
|
322
|
+
}, any>;
|
|
323
|
+
}>>>;
|
|
285
324
|
}>> & Readonly<{}>, {
|
|
286
325
|
wrapperElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
287
326
|
inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
@@ -316,14 +355,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
316
355
|
uncontrolledValue: import('vue').Ref<string | [string, string] | null, string | [string, string] | null>;
|
|
317
356
|
mergedValue: import('vue').ComputedRef<string | [string, string] | null>;
|
|
318
357
|
passwordVisible: import('vue').Ref<boolean, boolean>;
|
|
319
|
-
mergedPlaceholder: import('vue').ComputedRef<[string] | [string
|
|
358
|
+
mergedPlaceholder: import('vue').ComputedRef<[string, string] | [string]>;
|
|
320
359
|
showPlaceholder1: import('vue').ComputedRef<string | false>;
|
|
321
360
|
showPlaceholder2: import('vue').ComputedRef<boolean | "" | undefined>;
|
|
322
361
|
mergedFocus: import('vue').ComputedRef<boolean>;
|
|
323
362
|
isComposing: import('vue').Ref<boolean, boolean>;
|
|
324
363
|
activated: import('vue').Ref<boolean, boolean>;
|
|
325
364
|
showClearButton: import('vue').ComputedRef<boolean>;
|
|
326
|
-
mergedSize: import('vue').ComputedRef<"
|
|
365
|
+
mergedSize: import('vue').ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
327
366
|
mergedDisabled: import('vue').ComputedRef<boolean>;
|
|
328
367
|
textDecorationStyle: import('vue').ComputedRef<string[] | {
|
|
329
368
|
textDecoration: string;
|
|
@@ -424,9 +463,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
424
463
|
paddingLarge: string;
|
|
425
464
|
clearSize: string;
|
|
426
465
|
};
|
|
427
|
-
peers:
|
|
466
|
+
peers: {
|
|
467
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
468
|
+
height: string;
|
|
469
|
+
width: string;
|
|
470
|
+
borderRadius: string;
|
|
471
|
+
color: string;
|
|
472
|
+
colorHover: string;
|
|
473
|
+
railInsetHorizontalBottom: string;
|
|
474
|
+
railInsetHorizontalTop: string;
|
|
475
|
+
railInsetVerticalRight: string;
|
|
476
|
+
railInsetVerticalLeft: string;
|
|
477
|
+
railColor: string;
|
|
478
|
+
}, any>;
|
|
479
|
+
};
|
|
428
480
|
peerOverrides: {
|
|
429
|
-
|
|
481
|
+
Scrollbar?: {
|
|
482
|
+
peers?: {
|
|
483
|
+
[x: string]: any;
|
|
484
|
+
} | undefined;
|
|
485
|
+
} | undefined;
|
|
430
486
|
};
|
|
431
487
|
}>;
|
|
432
488
|
cssVars: import('vue').ComputedRef<{
|
|
@@ -491,24 +547,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
491
547
|
deactivate: () => void;
|
|
492
548
|
scrollTo: (options: ScrollToOptions) => void;
|
|
493
549
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
494
|
-
type: "textarea" | "text" | "password";
|
|
495
|
-
readonly: string | boolean;
|
|
496
550
|
disabled: boolean | undefined;
|
|
497
|
-
|
|
498
|
-
autofocus: boolean;
|
|
499
|
-
loading: boolean;
|
|
500
|
-
autosize: boolean | {
|
|
501
|
-
minRows?: number;
|
|
502
|
-
maxRows?: number;
|
|
503
|
-
};
|
|
551
|
+
type: "text" | "textarea" | "password";
|
|
504
552
|
bordered: boolean | undefined;
|
|
505
553
|
clearable: boolean;
|
|
506
554
|
defaultValue: string | [string, string] | null;
|
|
555
|
+
loading: boolean;
|
|
556
|
+
round: boolean;
|
|
507
557
|
resizable: boolean;
|
|
558
|
+
stateful: boolean;
|
|
508
559
|
pair: boolean;
|
|
509
560
|
rows: string | number;
|
|
561
|
+
autosize: boolean | {
|
|
562
|
+
minRows?: number;
|
|
563
|
+
maxRows?: number;
|
|
564
|
+
};
|
|
565
|
+
readonly: string | boolean;
|
|
510
566
|
passivelyActivated: boolean;
|
|
511
|
-
|
|
567
|
+
autofocus: boolean;
|
|
512
568
|
showCount: boolean;
|
|
513
569
|
attrSize: number;
|
|
514
570
|
internalDeactivateOnEnter: boolean;
|
|
@@ -560,7 +616,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
560
616
|
pair: BooleanConstructor;
|
|
561
617
|
separator: StringConstructor;
|
|
562
618
|
readonly: {
|
|
563
|
-
type: (
|
|
619
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
564
620
|
default: boolean;
|
|
565
621
|
};
|
|
566
622
|
passivelyActivated: BooleanConstructor;
|
|
@@ -676,7 +732,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
676
732
|
paddingMedium: string;
|
|
677
733
|
paddingLarge: string;
|
|
678
734
|
clearSize: string;
|
|
679
|
-
},
|
|
735
|
+
}, {
|
|
736
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
737
|
+
height: string;
|
|
738
|
+
width: string;
|
|
739
|
+
borderRadius: string;
|
|
740
|
+
color: string;
|
|
741
|
+
colorHover: string;
|
|
742
|
+
railInsetHorizontalBottom: string;
|
|
743
|
+
railInsetHorizontalTop: string;
|
|
744
|
+
railInsetVerticalRight: string;
|
|
745
|
+
railInsetVerticalLeft: string;
|
|
746
|
+
railColor: string;
|
|
747
|
+
}, any>;
|
|
748
|
+
}>>;
|
|
680
749
|
themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
|
|
681
750
|
fontWeight: string;
|
|
682
751
|
countTextColorDisabled: string;
|
|
@@ -738,7 +807,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
738
807
|
paddingMedium: string;
|
|
739
808
|
paddingLarge: string;
|
|
740
809
|
clearSize: string;
|
|
741
|
-
},
|
|
810
|
+
}, {
|
|
811
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
812
|
+
height: string;
|
|
813
|
+
width: string;
|
|
814
|
+
borderRadius: string;
|
|
815
|
+
color: string;
|
|
816
|
+
colorHover: string;
|
|
817
|
+
railInsetHorizontalBottom: string;
|
|
818
|
+
railInsetHorizontalTop: string;
|
|
819
|
+
railInsetVerticalRight: string;
|
|
820
|
+
railInsetVerticalLeft: string;
|
|
821
|
+
railColor: string;
|
|
822
|
+
}, any>;
|
|
823
|
+
}>>>;
|
|
742
824
|
builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
|
|
743
825
|
fontWeight: string;
|
|
744
826
|
countTextColorDisabled: string;
|
|
@@ -800,7 +882,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
800
882
|
paddingMedium: string;
|
|
801
883
|
paddingLarge: string;
|
|
802
884
|
clearSize: string;
|
|
803
|
-
},
|
|
885
|
+
}, {
|
|
886
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
887
|
+
height: string;
|
|
888
|
+
width: string;
|
|
889
|
+
borderRadius: string;
|
|
890
|
+
color: string;
|
|
891
|
+
colorHover: string;
|
|
892
|
+
railInsetHorizontalBottom: string;
|
|
893
|
+
railInsetHorizontalTop: string;
|
|
894
|
+
railInsetVerticalRight: string;
|
|
895
|
+
railInsetVerticalLeft: string;
|
|
896
|
+
railColor: string;
|
|
897
|
+
}, any>;
|
|
898
|
+
}>>>;
|
|
804
899
|
}>> & Readonly<{}>, {
|
|
805
900
|
wrapperElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
806
901
|
inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
@@ -835,14 +930,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
835
930
|
uncontrolledValue: import('vue').Ref<string | [string, string] | null, string | [string, string] | null>;
|
|
836
931
|
mergedValue: import('vue').ComputedRef<string | [string, string] | null>;
|
|
837
932
|
passwordVisible: import('vue').Ref<boolean, boolean>;
|
|
838
|
-
mergedPlaceholder: import('vue').ComputedRef<[string] | [string
|
|
933
|
+
mergedPlaceholder: import('vue').ComputedRef<[string, string] | [string]>;
|
|
839
934
|
showPlaceholder1: import('vue').ComputedRef<string | false>;
|
|
840
935
|
showPlaceholder2: import('vue').ComputedRef<boolean | "" | undefined>;
|
|
841
936
|
mergedFocus: import('vue').ComputedRef<boolean>;
|
|
842
937
|
isComposing: import('vue').Ref<boolean, boolean>;
|
|
843
938
|
activated: import('vue').Ref<boolean, boolean>;
|
|
844
939
|
showClearButton: import('vue').ComputedRef<boolean>;
|
|
845
|
-
mergedSize: import('vue').ComputedRef<"
|
|
940
|
+
mergedSize: import('vue').ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
846
941
|
mergedDisabled: import('vue').ComputedRef<boolean>;
|
|
847
942
|
textDecorationStyle: import('vue').ComputedRef<string[] | {
|
|
848
943
|
textDecoration: string;
|
|
@@ -943,9 +1038,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
943
1038
|
paddingLarge: string;
|
|
944
1039
|
clearSize: string;
|
|
945
1040
|
};
|
|
946
|
-
peers:
|
|
1041
|
+
peers: {
|
|
1042
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1043
|
+
height: string;
|
|
1044
|
+
width: string;
|
|
1045
|
+
borderRadius: string;
|
|
1046
|
+
color: string;
|
|
1047
|
+
colorHover: string;
|
|
1048
|
+
railInsetHorizontalBottom: string;
|
|
1049
|
+
railInsetHorizontalTop: string;
|
|
1050
|
+
railInsetVerticalRight: string;
|
|
1051
|
+
railInsetVerticalLeft: string;
|
|
1052
|
+
railColor: string;
|
|
1053
|
+
}, any>;
|
|
1054
|
+
};
|
|
947
1055
|
peerOverrides: {
|
|
948
|
-
|
|
1056
|
+
Scrollbar?: {
|
|
1057
|
+
peers?: {
|
|
1058
|
+
[x: string]: any;
|
|
1059
|
+
} | undefined;
|
|
1060
|
+
} | undefined;
|
|
949
1061
|
};
|
|
950
1062
|
}>;
|
|
951
1063
|
cssVars: import('vue').ComputedRef<{
|
|
@@ -1010,24 +1122,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1010
1122
|
deactivate: () => void;
|
|
1011
1123
|
scrollTo: (options: ScrollToOptions) => void;
|
|
1012
1124
|
}, {}, {}, {}, {
|
|
1013
|
-
type: "textarea" | "text" | "password";
|
|
1014
|
-
readonly: string | boolean;
|
|
1015
1125
|
disabled: boolean | undefined;
|
|
1016
|
-
|
|
1017
|
-
autofocus: boolean;
|
|
1018
|
-
loading: boolean;
|
|
1019
|
-
autosize: boolean | {
|
|
1020
|
-
minRows?: number;
|
|
1021
|
-
maxRows?: number;
|
|
1022
|
-
};
|
|
1126
|
+
type: "text" | "textarea" | "password";
|
|
1023
1127
|
bordered: boolean | undefined;
|
|
1024
1128
|
clearable: boolean;
|
|
1025
1129
|
defaultValue: string | [string, string] | null;
|
|
1130
|
+
loading: boolean;
|
|
1131
|
+
round: boolean;
|
|
1026
1132
|
resizable: boolean;
|
|
1133
|
+
stateful: boolean;
|
|
1027
1134
|
pair: boolean;
|
|
1028
1135
|
rows: string | number;
|
|
1136
|
+
autosize: boolean | {
|
|
1137
|
+
minRows?: number;
|
|
1138
|
+
maxRows?: number;
|
|
1139
|
+
};
|
|
1140
|
+
readonly: string | boolean;
|
|
1029
1141
|
passivelyActivated: boolean;
|
|
1030
|
-
|
|
1142
|
+
autofocus: boolean;
|
|
1031
1143
|
showCount: boolean;
|
|
1032
1144
|
attrSize: number;
|
|
1033
1145
|
internalDeactivateOnEnter: boolean;
|
|
@@ -182,9 +182,9 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
182
182
|
}>> & Readonly<{}>, import('naive-ui').FormInst & {
|
|
183
183
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
184
184
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
185
|
-
readonly inline: boolean;
|
|
186
185
|
readonly disabled: boolean;
|
|
187
186
|
readonly onSubmit: (e: Event) => void;
|
|
187
|
+
readonly inline: boolean;
|
|
188
188
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
189
189
|
readonly model: Record<string, any>;
|
|
190
190
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -329,9 +329,9 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
329
329
|
}>> & Readonly<{}>, import('naive-ui').FormInst & {
|
|
330
330
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
331
331
|
}, {}, {}, {}, {
|
|
332
|
-
readonly inline: boolean;
|
|
333
332
|
readonly disabled: boolean;
|
|
334
333
|
readonly onSubmit: (e: Event) => void;
|
|
334
|
+
readonly inline: boolean;
|
|
335
335
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
336
336
|
readonly model: Record<string, any>;
|
|
337
337
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { Form } from './UploadFilesModal.vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
modelValue: Form;
|
|
4
|
+
showConvertPptxToHtml?: boolean;
|
|
5
|
+
convertPptxToHtml?: boolean;
|
|
4
6
|
};
|
|
5
7
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
8
|
"update:modelValue": (form: Form) => any;
|
|
9
|
+
"update:convertPptxToHtml": (value: boolean) => any;
|
|
7
10
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
11
|
"onUpdate:modelValue"?: ((form: Form) => any) | undefined;
|
|
9
|
-
|
|
12
|
+
"onUpdate:convertPptxToHtml"?: ((value: boolean) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
14
|
export default _default;
|
|
@@ -49,7 +49,7 @@ type FavoritesFetcher = (payload?: GetFavoritesParams) => Promise<PaginatedData<
|
|
|
49
49
|
type FavoritesSetter = (favorites: Favorite[]) => void;
|
|
50
50
|
type RecentFilesFetcher = () => Promise<RecentFile[]>;
|
|
51
51
|
type SelectDeviceFile = () => Promise<DeviceFile>;
|
|
52
|
-
type CompactFile = Pick<File, 'id' | 'name' | 'thumbnail_url' | 'tags' | 'created_by' | 'modified_at' | 'status' | 'content_type' | 'permissions'>;
|
|
52
|
+
type CompactFile = Pick<File, 'id' | 'name' | 'thumbnail_url' | 'tags' | 'created_by' | 'modified_at' | 'status' | 'content_type' | 'permissions' | 'owned_by'>;
|
|
53
53
|
type ItemsMoverItem = {
|
|
54
54
|
id: File['id'] | Folder['id'];
|
|
55
55
|
type: 'file' | 'folder';
|
|
@@ -154,6 +154,11 @@ declare const _default: () => {
|
|
|
154
154
|
} | undefined;
|
|
155
155
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
156
156
|
readonly status: FileStatusEnum;
|
|
157
|
+
readonly owned_by: {
|
|
158
|
+
readonly id: number;
|
|
159
|
+
readonly name: string;
|
|
160
|
+
readonly email?: string | undefined;
|
|
161
|
+
};
|
|
157
162
|
readonly created_by: {
|
|
158
163
|
readonly id: number;
|
|
159
164
|
readonly name: string;
|
|
@@ -452,6 +457,11 @@ declare const _default: () => {
|
|
|
452
457
|
} | undefined;
|
|
453
458
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
454
459
|
readonly status: FileStatusEnum;
|
|
460
|
+
readonly owned_by: {
|
|
461
|
+
readonly id: number;
|
|
462
|
+
readonly name: string;
|
|
463
|
+
readonly email?: string | undefined;
|
|
464
|
+
};
|
|
455
465
|
readonly created_by: {
|
|
456
466
|
readonly id: number;
|
|
457
467
|
readonly name: string;
|
|
@@ -588,6 +598,11 @@ declare const _default: () => {
|
|
|
588
598
|
} | undefined;
|
|
589
599
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
590
600
|
readonly status: FileStatusEnum;
|
|
601
|
+
readonly owned_by: {
|
|
602
|
+
readonly id: number;
|
|
603
|
+
readonly name: string;
|
|
604
|
+
email?: string | undefined;
|
|
605
|
+
};
|
|
591
606
|
readonly created_by: {
|
|
592
607
|
readonly id: number;
|
|
593
608
|
readonly name: string;
|
|
@@ -77,6 +77,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
77
77
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
78
78
|
isAnyTypeOfAdmin: boolean;
|
|
79
79
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
80
|
+
hideEdit?: boolean;
|
|
80
81
|
} & import('./types/canvas').CRMBuilderProps & {
|
|
81
82
|
isRedirectEvent?: never;
|
|
82
83
|
mode: CanvasBuilderMode.ADMIN;
|
|
@@ -157,6 +158,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
157
158
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
158
159
|
isAnyTypeOfAdmin: boolean;
|
|
159
160
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
161
|
+
hideEdit?: boolean;
|
|
160
162
|
} & {
|
|
161
163
|
isCRM: false;
|
|
162
164
|
onSfdcAccountSearch?: never;
|
|
@@ -240,6 +242,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
240
242
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
241
243
|
isAnyTypeOfAdmin: boolean;
|
|
242
244
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
245
|
+
hideEdit?: boolean;
|
|
243
246
|
} & import('./types/canvas').CRMBuilderProps & {
|
|
244
247
|
isRedirectEvent?: boolean;
|
|
245
248
|
mode: CanvasBuilderMode.IMPACT;
|
|
@@ -324,6 +327,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
324
327
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
325
328
|
isAnyTypeOfAdmin: boolean;
|
|
326
329
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
330
|
+
hideEdit?: boolean;
|
|
327
331
|
} & {
|
|
328
332
|
isCRM: false;
|
|
329
333
|
onSfdcAccountSearch?: never;
|
|
@@ -411,6 +415,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
411
415
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
412
416
|
isAnyTypeOfAdmin: boolean;
|
|
413
417
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
418
|
+
hideEdit?: boolean;
|
|
414
419
|
} & import('./types/canvas').CRMBuilderProps & {
|
|
415
420
|
isRedirectEvent?: boolean;
|
|
416
421
|
mode: CanvasBuilderMode.HOME;
|
|
@@ -495,6 +500,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
495
500
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
496
501
|
isAnyTypeOfAdmin: boolean;
|
|
497
502
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
503
|
+
hideEdit?: boolean;
|
|
498
504
|
} & {
|
|
499
505
|
isCRM: false;
|
|
500
506
|
onSfdcAccountSearch?: never;
|
|
@@ -523,7 +529,8 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
523
529
|
}) => void;
|
|
524
530
|
};
|
|
525
531
|
switchToPresentation: () => Promise<void>;
|
|
526
|
-
setTemporaryContextKeys: (source:
|
|
532
|
+
setTemporaryContextKeys: (source: "onUpdateFromEmbeddable" | "fetchedAccountData", context: CanvasRetrieve["context"]) => void;
|
|
533
|
+
setInMemoryAccountData: (accountData?: Record<string, any>) => void;
|
|
527
534
|
getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
|
|
528
535
|
goToPage: ({ componentId, sectionId, scrollTo, itemIndex, sectionIndex, skipSetPreviousLocation, }: {
|
|
529
536
|
componentId: ComponentNode["id"];
|
|
@@ -629,6 +636,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
629
636
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
630
637
|
isAnyTypeOfAdmin: boolean;
|
|
631
638
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
639
|
+
hideEdit?: boolean;
|
|
632
640
|
} & import('./types/canvas').CRMBuilderProps & {
|
|
633
641
|
isRedirectEvent?: never;
|
|
634
642
|
mode: CanvasBuilderMode.ADMIN;
|
|
@@ -709,6 +717,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
709
717
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
710
718
|
isAnyTypeOfAdmin: boolean;
|
|
711
719
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
720
|
+
hideEdit?: boolean;
|
|
712
721
|
} & {
|
|
713
722
|
isCRM: false;
|
|
714
723
|
onSfdcAccountSearch?: never;
|
|
@@ -792,6 +801,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
792
801
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
793
802
|
isAnyTypeOfAdmin: boolean;
|
|
794
803
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
804
|
+
hideEdit?: boolean;
|
|
795
805
|
} & import('./types/canvas').CRMBuilderProps & {
|
|
796
806
|
isRedirectEvent?: boolean;
|
|
797
807
|
mode: CanvasBuilderMode.IMPACT;
|
|
@@ -876,6 +886,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
876
886
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
877
887
|
isAnyTypeOfAdmin: boolean;
|
|
878
888
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
889
|
+
hideEdit?: boolean;
|
|
879
890
|
} & {
|
|
880
891
|
isCRM: false;
|
|
881
892
|
onSfdcAccountSearch?: never;
|
|
@@ -963,6 +974,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
963
974
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
964
975
|
isAnyTypeOfAdmin: boolean;
|
|
965
976
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
977
|
+
hideEdit?: boolean;
|
|
966
978
|
} & import('./types/canvas').CRMBuilderProps & {
|
|
967
979
|
isRedirectEvent?: boolean;
|
|
968
980
|
mode: CanvasBuilderMode.HOME;
|
|
@@ -1047,6 +1059,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
1047
1059
|
theme: import('../../main.lib').CanvasThemeRetrieve | null;
|
|
1048
1060
|
isAnyTypeOfAdmin: boolean;
|
|
1049
1061
|
canvasMetadata: import('../../main.lib').CanvasMetadataRetrieve | null;
|
|
1062
|
+
hideEdit?: boolean;
|
|
1050
1063
|
} & {
|
|
1051
1064
|
isCRM: false;
|
|
1052
1065
|
onSfdcAccountSearch?: never;
|