@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.
Files changed (88) hide show
  1. package/impact-js-api.spec.json +12 -0
  2. package/js-api.esm.js +283 -1
  3. package/js-api.esm.js.map +1 -1
  4. package/js-api.umd.min.js +10 -10
  5. package/js-api.umd.min.js.map +1 -1
  6. package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +148 -36
  7. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +2 -2
  8. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +5 -1
  9. package/lib/apps/browser/stores/api.d.ts +16 -1
  10. package/lib/apps/canvas-builder/App.vue.d.ts +14 -1
  11. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +148 -36
  12. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +2 -2
  13. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +162 -37
  14. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +2 -2
  15. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +20 -20
  16. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.raw.vue.d.ts +30 -0
  17. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +76 -0
  18. package/lib/apps/canvas-builder/components/ui/ContentList/ContentListItems.vue.d.ts +21 -0
  19. package/lib/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +11 -0
  20. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +4 -4
  21. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +2 -2
  22. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +2 -2
  23. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +2 -2
  24. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +2 -2
  25. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
  26. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +12 -0
  27. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +392 -202
  28. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +26 -0
  29. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
  30. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +26 -0
  31. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +7 -9
  32. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
  33. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
  34. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +0 -6
  35. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
  36. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
  37. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +1 -1
  38. package/lib/apps/canvas-builder/composables/useTemporaryContext.d.ts +1 -1
  39. package/lib/apps/canvas-builder/types/canvas.d.ts +20 -2
  40. package/lib/apps/canvas-builder/util/canvas.util.d.ts +4 -4
  41. package/lib/apps/content-selector/components/Assets.vue.d.ts +2 -2
  42. package/lib/apps/content-selector/components/Content.vue.d.ts +2 -2
  43. package/lib/components/CCarousel/CCarousel.vue.d.ts +98 -20
  44. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +8 -8
  45. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +2 -2
  46. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +1 -0
  47. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +2 -0
  48. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +14 -3
  49. package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +3 -0
  50. package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +2 -2
  51. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +10 -8
  52. package/lib/components/CDataTable/CDataTable.vue.d.ts +876 -100
  53. package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +6 -0
  54. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +2 -2
  55. package/lib/components/CImage/CImage.vue.d.ts +99 -20
  56. package/lib/components/CInput/CInput.vue.d.ts +148 -36
  57. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +288 -80
  58. package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +468 -130
  59. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +288 -80
  60. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +148 -36
  61. package/lib/components/CTableInput/CTableInput.vue.d.ts +296 -72
  62. package/lib/components/CTableTag/CTableTag.vue.d.ts +290 -38
  63. package/lib/components/CTags/CTags.vue.d.ts +290 -38
  64. package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +2 -2
  65. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +108 -30
  66. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +176 -46
  67. package/lib/constants/cdp.const.d.ts +3 -0
  68. package/lib/main.lib.d.ts +2 -0
  69. package/lib/sdk/api/HighLevelApi.d.ts +7 -0
  70. package/lib/sdk/api/modules/files.d.ts +10 -0
  71. package/lib/sdk/api/modules/query.d.ts +88 -1
  72. package/lib/sdk/interfaces.d.ts +4 -1
  73. package/lib/sdk/main.d.ts +22 -0
  74. package/lib/sdk/payload.types.d.ts +51 -0
  75. package/lib/sdk/peer-connectivity/index.d.ts +3 -0
  76. package/lib/sdk/peer-connectivity/peerConnectivity.constants.d.ts +13 -0
  77. package/lib/sdk/peer-connectivity/peerConnectivity.d.ts +3 -0
  78. package/lib/sdk/peer-connectivity/peerConnectivity.types.d.ts +35 -0
  79. package/lib/theme/light.d.ts +113 -8
  80. package/lib/types/app.d.ts +7 -0
  81. package/lib/types/instanceSettings.types.d.ts +2 -0
  82. package/lib/types/launchDarkly.types.d.ts +1 -1
  83. package/lib/types/organizationMetadata.types.d.ts +3 -2
  84. package/lib/types/organizationSettings.types.d.ts +10 -0
  85. package/package.json +1 -1
  86. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +0 -111
  87. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +0 -59
  88. /package/lib/apps/canvas-builder/components/{ui/SectionList/SectionSearch.vue.d.ts → container/Search/Search.vue.d.ts} +0 -0
@@ -1,111 +0,0 @@
1
- import { CSSProperties } from 'vue';
2
- import { ComponentTypes, ComponentNode, TextProps, ComponentNodeThemeMeta } from '../../../types/canvas';
3
- import { CanvasRetrieve } from '../../../../../../types/openapi';
4
- type __VLS_Props = {
5
- id: ComponentNode['id'];
6
- data: TextProps;
7
- parentType?: ComponentTypes;
8
- when_used_in_section?: ComponentNode['when_used_in_section'];
9
- usedInSectionId?: CanvasRetrieve['id'];
10
- visible?: ComponentNode['visible'];
11
- tracking_id?: string;
12
- style?: CSSProperties;
13
- theme_meta?: ComponentNodeThemeMeta;
14
- };
15
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
- style: (s: CSSProperties) => any;
17
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
18
- onStyle?: ((s: CSSProperties) => any) | undefined;
19
- }>, {
20
- when_used_in_section: {
21
- is_editable: boolean;
22
- is_removable: boolean;
23
- };
24
- usedInSectionId: CanvasRetrieve["id"];
25
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
26
- editorComponent: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
27
- id: string;
28
- modelValue: string;
29
- parentType?: ComponentTypes;
30
- showMenu: boolean;
31
- allowEdit?: boolean;
32
- style: Record<string, any>;
33
- }> & Readonly<{
34
- onOpenFile?: ((payload: {
35
- fileId: string;
36
- pageIndex?: number;
37
- }) => any) | undefined;
38
- onBlur?: (() => any) | undefined;
39
- onFocus?: (() => any) | undefined;
40
- "onUpdate:model-value"?: ((content: string) => any) | undefined;
41
- }>, {
42
- setContent: (content?: string) => void;
43
- blur: () => void;
44
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
45
- openFile: (payload: {
46
- fileId: string;
47
- pageIndex?: number;
48
- }) => any;
49
- blur: () => any;
50
- focus: () => any;
51
- "update:model-value": (content: string) => any;
52
- }, import('vue').PublicProps, {
53
- allowEdit: boolean;
54
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
55
- editorContentRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
56
- editor: {
57
- default: null;
58
- type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
59
- };
60
- }>>, {
61
- rootEl: import('vue').Ref<Element | undefined>;
62
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
63
- editor: import('@tiptap/vue-3').Editor;
64
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
65
- P: {};
66
- B: {};
67
- D: {};
68
- C: {};
69
- M: {};
70
- Defaults: {};
71
- }, Readonly<import('vue').ExtractPropTypes<{
72
- editor: {
73
- default: null;
74
- type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
75
- };
76
- }>>, {
77
- rootEl: import('vue').Ref<Element | undefined>;
78
- }, {}, {}, {}, {
79
- editor: import('@tiptap/vue-3').Editor;
80
- }> | null;
81
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
82
- P: {};
83
- B: {};
84
- D: {};
85
- C: {};
86
- M: {};
87
- Defaults: {};
88
- }, Readonly<{
89
- id: string;
90
- modelValue: string;
91
- parentType?: ComponentTypes;
92
- showMenu: boolean;
93
- allowEdit?: boolean;
94
- style: Record<string, any>;
95
- }> & Readonly<{
96
- onOpenFile?: ((payload: {
97
- fileId: string;
98
- pageIndex?: number;
99
- }) => any) | undefined;
100
- onBlur?: (() => any) | undefined;
101
- onFocus?: (() => any) | undefined;
102
- "onUpdate:model-value"?: ((content: string) => any) | undefined;
103
- }>, {
104
- setContent: (content?: string) => void;
105
- blur: () => void;
106
- }, {}, {}, {}, {
107
- allowEdit: boolean;
108
- }> | null;
109
- contentElement: HTMLDivElement;
110
- }, any>;
111
- export default _default;
@@ -1,59 +0,0 @@
1
- import { ComponentTypes } from '../../apps/canvas-builder/types/canvas';
2
- type __VLS_Props = {
3
- id: string;
4
- modelValue: string;
5
- parentType?: ComponentTypes;
6
- showMenu: boolean;
7
- allowEdit?: boolean;
8
- style: Record<string, any>;
9
- };
10
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
11
- setContent: (content?: string) => void;
12
- blur: () => void;
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
- openFile: (payload: {
15
- fileId: string;
16
- pageIndex?: number;
17
- }) => any;
18
- blur: () => any;
19
- focus: () => any;
20
- "update:model-value": (content: string) => any;
21
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
22
- onOpenFile?: ((payload: {
23
- fileId: string;
24
- pageIndex?: number;
25
- }) => any) | undefined;
26
- onBlur?: (() => any) | undefined;
27
- onFocus?: (() => any) | undefined;
28
- "onUpdate:model-value"?: ((content: string) => any) | undefined;
29
- }>, {
30
- allowEdit: boolean;
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
32
- editorContentRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
33
- editor: {
34
- default: null;
35
- type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
36
- };
37
- }>>, {
38
- rootEl: import('vue').Ref<Element | undefined>;
39
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
40
- editor: import('@tiptap/vue-3').Editor;
41
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
42
- P: {};
43
- B: {};
44
- D: {};
45
- C: {};
46
- M: {};
47
- Defaults: {};
48
- }, Readonly<import('vue').ExtractPropTypes<{
49
- editor: {
50
- default: null;
51
- type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
52
- };
53
- }>>, {
54
- rootEl: import('vue').Ref<Element | undefined>;
55
- }, {}, {}, {}, {
56
- editor: import('@tiptap/vue-3').Editor;
57
- }> | null;
58
- }, HTMLDivElement>;
59
- export default _default;