@pitcher/js-api 1.26.0-beta.7 → 1.26.0-beta.9
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 +96 -1
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +9 -9
- 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/stores/api.d.ts +6 -0
- 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/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 +24 -2
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +4 -2
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +2 -0
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +18 -18
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
- package/lib/apps/canvas-builder/types/canvas.d.ts +1 -0
- package/lib/apps/canvas-selector/stores/app.d.ts +14 -14
- 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/CConfigEditor/CConfigEditor.vue.d.ts +2 -2
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +3 -3
- 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/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/canvas-templates/CTemplateManagement.vue.d.ts +2 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +176 -46
- package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +4 -4
- package/lib/constants/cdp.const.d.ts +3 -0
- package/lib/sdk/api/HighLevelApi.d.ts +4 -0
- package/lib/sdk/api/modules/query.d.ts +100 -2
- package/lib/sdk/main.d.ts +12 -0
- package/lib/sdk/payload.types.d.ts +73 -0
- package/lib/sdk/peer-connectivity/peerConnectivity.constants.d.ts +1 -0
- package/lib/theme/light.d.ts +113 -8
- package/lib/types/app.d.ts +7 -0
- package/lib/types/canvases.d.ts +1 -0
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/lib/types/organizationSettings.types.d.ts +3 -0
- package/package.json +1 -1
- package/types/openapi/models/Account.d.ts +1 -1
- package/types/openapi/models/AccountRequest.d.ts +1 -1
- package/types/openapi/models/DeletedFolder.d.ts +1 -0
- package/types/openapi/models/Folder.d.ts +1 -0
- package/types/openapi/models/FolderCreate.d.ts +3 -0
- package/types/openapi/models/FolderFile.d.ts +2 -0
- package/types/openapi/models/FolderRetrieve.d.ts +4 -0
- package/types/openapi/models/FolderUpdate.d.ts +3 -0
- package/types/openapi/models/InstanceMembershipUser.d.ts +1 -0
- package/types/openapi/models/OfflineSyncFolder.d.ts +1 -0
- package/types/openapi/models/User.d.ts +4 -1
|
@@ -144,9 +144,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
144
144
|
}>> & Readonly<{}>, FormInst & {
|
|
145
145
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
146
146
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
147
|
-
readonly inline: boolean;
|
|
148
147
|
readonly disabled: boolean;
|
|
149
148
|
readonly onSubmit: (e: Event) => void;
|
|
149
|
+
readonly inline: boolean;
|
|
150
150
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
151
151
|
readonly model: Record<string, any>;
|
|
152
152
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -291,9 +291,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
291
291
|
}>> & Readonly<{}>, FormInst & {
|
|
292
292
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
293
293
|
}, {}, {}, {}, {
|
|
294
|
-
readonly inline: boolean;
|
|
295
294
|
readonly disabled: boolean;
|
|
296
295
|
readonly onSubmit: (e: Event) => void;
|
|
296
|
+
readonly inline: boolean;
|
|
297
297
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
298
298
|
readonly model: Record<string, any>;
|
|
299
299
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -125,7 +125,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
125
125
|
userWantsControl: import('vue').ComputedRef<boolean>;
|
|
126
126
|
autoSlideSize: import('vue').ComputedRef<boolean>;
|
|
127
127
|
realIndex: import('vue').ComputedRef<number>;
|
|
128
|
-
slideStyles: import('vue').ComputedRef<
|
|
128
|
+
slideStyles: import('vue').ComputedRef<(Partial<import('naive-ui/es/carousel/src/interface').Size> | undefined)[] | CSSProperties[]>;
|
|
129
129
|
translateStyle: import('vue').Ref<CSSProperties, CSSProperties>;
|
|
130
130
|
slidesControlListeners: import('vue').ComputedRef<{
|
|
131
131
|
onTouchstartPassive: ((event: MouseEvent | TouchEvent) => void) | undefined;
|
|
@@ -141,23 +141,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
141
141
|
arrowSlotProps: import('vue').ComputedRef<import('naive-ui/es/carousel/src/interface').ArrowScopedSlotProps>;
|
|
142
142
|
dotSlotProps: import('vue').ComputedRef<import('naive-ui/es/carousel/src/interface').DotScopedSlotProps>;
|
|
143
143
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
144
|
-
effect: "card" | "slide" | "fade" | "custom";
|
|
145
|
-
direction: "horizontal" | "vertical";
|
|
146
|
-
draggable: boolean;
|
|
147
|
-
autoplay: boolean;
|
|
148
|
-
loop: boolean;
|
|
149
|
-
trigger: "click" | "hover";
|
|
150
|
-
showArrow: boolean;
|
|
151
144
|
keyboard: boolean;
|
|
152
|
-
dotType: "dot" | "line";
|
|
153
145
|
defaultIndex: number;
|
|
154
|
-
|
|
146
|
+
showArrow: boolean;
|
|
147
|
+
dotType: "dot" | "line";
|
|
148
|
+
dotPlacement: "top" | "bottom" | "left" | "right";
|
|
155
149
|
slidesPerView: number | "auto";
|
|
156
150
|
spaceBetween: number;
|
|
157
151
|
centeredSlides: boolean;
|
|
152
|
+
direction: "horizontal" | "vertical";
|
|
153
|
+
autoplay: boolean;
|
|
158
154
|
interval: number;
|
|
155
|
+
loop: boolean;
|
|
156
|
+
effect: "card" | "slide" | "fade" | "custom";
|
|
159
157
|
showDots: boolean;
|
|
158
|
+
trigger: "click" | "hover";
|
|
160
159
|
transitionStyle: Partial<Pick<CSSProperties, "transitionDuration" | "transitionTimingFunction">>;
|
|
160
|
+
draggable: boolean;
|
|
161
161
|
touchable: boolean;
|
|
162
162
|
mousewheel: boolean;
|
|
163
163
|
}, true, {}, import('vue').SlotsType<import('naive-ui').CarouselSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -286,7 +286,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
286
286
|
userWantsControl: import('vue').ComputedRef<boolean>;
|
|
287
287
|
autoSlideSize: import('vue').ComputedRef<boolean>;
|
|
288
288
|
realIndex: import('vue').ComputedRef<number>;
|
|
289
|
-
slideStyles: import('vue').ComputedRef<
|
|
289
|
+
slideStyles: import('vue').ComputedRef<(Partial<import('naive-ui/es/carousel/src/interface').Size> | undefined)[] | CSSProperties[]>;
|
|
290
290
|
translateStyle: import('vue').Ref<CSSProperties, CSSProperties>;
|
|
291
291
|
slidesControlListeners: import('vue').ComputedRef<{
|
|
292
292
|
onTouchstartPassive: ((event: MouseEvent | TouchEvent) => void) | undefined;
|
|
@@ -302,23 +302,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
302
302
|
arrowSlotProps: import('vue').ComputedRef<import('naive-ui/es/carousel/src/interface').ArrowScopedSlotProps>;
|
|
303
303
|
dotSlotProps: import('vue').ComputedRef<import('naive-ui/es/carousel/src/interface').DotScopedSlotProps>;
|
|
304
304
|
}, {}, {}, {}, {
|
|
305
|
-
effect: "card" | "slide" | "fade" | "custom";
|
|
306
|
-
direction: "horizontal" | "vertical";
|
|
307
|
-
draggable: boolean;
|
|
308
|
-
autoplay: boolean;
|
|
309
|
-
loop: boolean;
|
|
310
|
-
trigger: "click" | "hover";
|
|
311
|
-
showArrow: boolean;
|
|
312
305
|
keyboard: boolean;
|
|
313
|
-
dotType: "dot" | "line";
|
|
314
306
|
defaultIndex: number;
|
|
315
|
-
|
|
307
|
+
showArrow: boolean;
|
|
308
|
+
dotType: "dot" | "line";
|
|
309
|
+
dotPlacement: "top" | "bottom" | "left" | "right";
|
|
316
310
|
slidesPerView: number | "auto";
|
|
317
311
|
spaceBetween: number;
|
|
318
312
|
centeredSlides: boolean;
|
|
313
|
+
direction: "horizontal" | "vertical";
|
|
314
|
+
autoplay: boolean;
|
|
319
315
|
interval: number;
|
|
316
|
+
loop: boolean;
|
|
317
|
+
effect: "card" | "slide" | "fade" | "custom";
|
|
320
318
|
showDots: boolean;
|
|
319
|
+
trigger: "click" | "hover";
|
|
321
320
|
transitionStyle: Partial<Pick<CSSProperties, "transitionDuration" | "transitionTimingFunction">>;
|
|
321
|
+
draggable: boolean;
|
|
322
322
|
touchable: boolean;
|
|
323
323
|
mousewheel: boolean;
|
|
324
324
|
}> | null;
|
|
@@ -139,9 +139,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
139
139
|
}>> & Readonly<{}>, FormInst & {
|
|
140
140
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
141
141
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
142
|
-
readonly inline: boolean;
|
|
143
142
|
readonly disabled: boolean;
|
|
144
143
|
readonly onSubmit: (e: Event) => void;
|
|
144
|
+
readonly inline: boolean;
|
|
145
145
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
146
146
|
readonly model: Record<string, any>;
|
|
147
147
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -286,9 +286,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
286
286
|
}>> & Readonly<{}>, FormInst & {
|
|
287
287
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
288
288
|
}, {}, {}, {}, {
|
|
289
|
-
readonly inline: boolean;
|
|
290
289
|
readonly disabled: boolean;
|
|
291
290
|
readonly onSubmit: (e: Event) => void;
|
|
291
|
+
readonly inline: boolean;
|
|
292
292
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
293
293
|
readonly model: Record<string, any>;
|
|
294
294
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -456,9 +456,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
456
456
|
}>> & Readonly<{}>, FormInst & {
|
|
457
457
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
458
458
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
459
|
-
readonly inline: boolean;
|
|
460
459
|
readonly disabled: boolean;
|
|
461
460
|
readonly onSubmit: (e: Event) => void;
|
|
461
|
+
readonly inline: boolean;
|
|
462
462
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
463
463
|
readonly model: Record<string, any>;
|
|
464
464
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -603,9 +603,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
603
603
|
}>> & Readonly<{}>, FormInst & {
|
|
604
604
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
605
605
|
}, {}, {}, {}, {
|
|
606
|
-
readonly inline: boolean;
|
|
607
606
|
readonly disabled: boolean;
|
|
608
607
|
readonly onSubmit: (e: Event) => void;
|
|
608
|
+
readonly inline: boolean;
|
|
609
609
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
610
610
|
readonly model: Record<string, any>;
|
|
611
611
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -139,9 +139,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
139
139
|
}>> & Readonly<{}>, FormInst & {
|
|
140
140
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
141
141
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
142
|
-
readonly inline: boolean;
|
|
143
142
|
readonly disabled: boolean;
|
|
144
143
|
readonly onSubmit: (e: Event) => void;
|
|
144
|
+
readonly inline: boolean;
|
|
145
145
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
146
146
|
readonly model: Record<string, any>;
|
|
147
147
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -286,9 +286,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
286
286
|
}>> & Readonly<{}>, FormInst & {
|
|
287
287
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
288
288
|
}, {}, {}, {}, {
|
|
289
|
-
readonly inline: boolean;
|
|
290
289
|
readonly disabled: boolean;
|
|
291
290
|
readonly onSubmit: (e: Event) => void;
|
|
291
|
+
readonly inline: boolean;
|
|
292
292
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
293
293
|
readonly model: Record<string, any>;
|
|
294
294
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -137,9 +137,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
137
137
|
}>> & Readonly<{}>, FormInst & {
|
|
138
138
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
139
139
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
140
|
-
readonly inline: boolean;
|
|
141
140
|
readonly disabled: boolean;
|
|
142
141
|
readonly onSubmit: (e: Event) => void;
|
|
142
|
+
readonly inline: boolean;
|
|
143
143
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
144
144
|
readonly model: Record<string, any>;
|
|
145
145
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -284,9 +284,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
284
284
|
}>> & Readonly<{}>, FormInst & {
|
|
285
285
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
286
286
|
}, {}, {}, {}, {
|
|
287
|
-
readonly inline: boolean;
|
|
288
287
|
readonly disabled: boolean;
|
|
289
288
|
readonly onSubmit: (e: Event) => void;
|
|
289
|
+
readonly inline: boolean;
|
|
290
290
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
291
291
|
readonly model: Record<string, any>;
|
|
292
292
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -141,9 +141,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
141
141
|
}>> & Readonly<{}>, FormInst & {
|
|
142
142
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
143
143
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
144
|
-
readonly inline: boolean;
|
|
145
144
|
readonly disabled: boolean;
|
|
146
145
|
readonly onSubmit: (e: Event) => void;
|
|
146
|
+
readonly inline: boolean;
|
|
147
147
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
148
148
|
readonly model: Record<string, any>;
|
|
149
149
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -288,9 +288,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
288
288
|
}>> & Readonly<{}>, FormInst & {
|
|
289
289
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
290
290
|
}, {}, {}, {}, {
|
|
291
|
-
readonly inline: boolean;
|
|
292
291
|
readonly disabled: boolean;
|
|
293
292
|
readonly onSubmit: (e: Event) => void;
|
|
293
|
+
readonly inline: boolean;
|
|
294
294
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
295
295
|
readonly model: Record<string, any>;
|
|
296
296
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -137,9 +137,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
137
137
|
}>> & Readonly<{}>, FormInst & {
|
|
138
138
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
139
139
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
140
|
-
readonly inline: boolean;
|
|
141
140
|
readonly disabled: boolean;
|
|
142
141
|
readonly onSubmit: (e: Event) => void;
|
|
142
|
+
readonly inline: boolean;
|
|
143
143
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
144
144
|
readonly model: Record<string, any>;
|
|
145
145
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -284,9 +284,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
284
284
|
}>> & Readonly<{}>, FormInst & {
|
|
285
285
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
286
286
|
}, {}, {}, {}, {
|
|
287
|
-
readonly inline: boolean;
|
|
288
287
|
readonly disabled: boolean;
|
|
289
288
|
readonly onSubmit: (e: Event) => void;
|
|
289
|
+
readonly inline: boolean;
|
|
290
290
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
291
291
|
readonly model: Record<string, any>;
|
|
292
292
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -164,9 +164,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
164
164
|
}>> & Readonly<{}>, import('naive-ui').FormInst & {
|
|
165
165
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
166
166
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
167
|
-
readonly inline: boolean;
|
|
168
167
|
readonly disabled: boolean;
|
|
169
168
|
readonly onSubmit: (e: Event) => void;
|
|
169
|
+
readonly inline: boolean;
|
|
170
170
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
171
171
|
readonly model: Record<string, any>;
|
|
172
172
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -311,9 +311,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
311
311
|
}>> & Readonly<{}>, import('naive-ui').FormInst & {
|
|
312
312
|
mergedClsPrefix: import('vue').Ref<string, string>;
|
|
313
313
|
}, {}, {}, {}, {
|
|
314
|
-
readonly inline: boolean;
|
|
315
314
|
readonly disabled: boolean;
|
|
316
315
|
readonly onSubmit: (e: Event) => void;
|
|
316
|
+
readonly inline: boolean;
|
|
317
317
|
readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
|
|
318
318
|
readonly model: Record<string, any>;
|
|
319
319
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -11,11 +11,19 @@ type __VLS_Props = {
|
|
|
11
11
|
areSomeSelected: boolean;
|
|
12
12
|
addedItemIds?: CanvasRetrieve['id'][];
|
|
13
13
|
selectedItemIds?: CanvasRetrieve['id'][];
|
|
14
|
+
currentSort?: {
|
|
15
|
+
field: string;
|
|
16
|
+
order: 'asc' | 'desc';
|
|
17
|
+
};
|
|
14
18
|
};
|
|
15
19
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
16
20
|
"clear-selection": () => any;
|
|
17
21
|
"items-added": (itemIds: string[], position?: "bottom" | "top" | undefined) => any;
|
|
18
22
|
"items-removed": (itemIds: string[]) => any;
|
|
23
|
+
"sort-changed": (sort: {
|
|
24
|
+
field: string;
|
|
25
|
+
order: "asc" | "desc";
|
|
26
|
+
}) => any;
|
|
19
27
|
"toggle-select-all": () => any;
|
|
20
28
|
"page-first": () => any;
|
|
21
29
|
"page-last": () => any;
|
|
@@ -25,6 +33,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
25
33
|
"onClear-selection"?: (() => any) | undefined;
|
|
26
34
|
"onItems-added"?: ((itemIds: string[], position?: "bottom" | "top" | undefined) => any) | undefined;
|
|
27
35
|
"onItems-removed"?: ((itemIds: string[]) => any) | undefined;
|
|
36
|
+
"onSort-changed"?: ((sort: {
|
|
37
|
+
field: string;
|
|
38
|
+
order: "asc" | "desc";
|
|
39
|
+
}) => any) | undefined;
|
|
28
40
|
"onToggle-select-all"?: (() => any) | undefined;
|
|
29
41
|
"onPage-first"?: (() => any) | undefined;
|
|
30
42
|
"onPage-last"?: (() => any) | undefined;
|
|
@@ -479,6 +479,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
479
479
|
readonly bg_color_palette_index?: number | undefined;
|
|
480
480
|
} | undefined;
|
|
481
481
|
readonly height?: string | undefined;
|
|
482
|
+
readonly is_sharebox_target?: boolean | undefined;
|
|
482
483
|
};
|
|
483
484
|
}>;
|
|
484
485
|
export type SectionComponentNodesBySectionId = typeof sectionComponentNodesBySectionId;
|
|
@@ -952,6 +953,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
952
953
|
readonly bg_color_palette_index?: number | undefined;
|
|
953
954
|
} | undefined;
|
|
954
955
|
readonly height?: string | undefined;
|
|
956
|
+
readonly is_sharebox_target?: boolean | undefined;
|
|
955
957
|
};
|
|
956
958
|
};
|
|
957
959
|
}>;
|
|
@@ -1011,7 +1013,7 @@ export default function useCanvas(): {
|
|
|
1011
1013
|
short_url?: string | null | undefined;
|
|
1012
1014
|
};
|
|
1013
1015
|
account?: {
|
|
1014
|
-
id
|
|
1016
|
+
id?: string | undefined;
|
|
1015
1017
|
name?: string | undefined;
|
|
1016
1018
|
} | null | undefined;
|
|
1017
1019
|
readonly events: {
|
|
@@ -1074,7 +1076,7 @@ export default function useCanvas(): {
|
|
|
1074
1076
|
short_url?: string | null | undefined;
|
|
1075
1077
|
};
|
|
1076
1078
|
account?: {
|
|
1077
|
-
id
|
|
1079
|
+
id?: string | undefined;
|
|
1078
1080
|
name?: string | undefined;
|
|
1079
1081
|
} | null | undefined;
|
|
1080
1082
|
readonly events: {
|
|
@@ -1577,6 +1579,7 @@ export default function useCanvas(): {
|
|
|
1577
1579
|
readonly bg_color_palette_index?: number | undefined;
|
|
1578
1580
|
} | undefined;
|
|
1579
1581
|
readonly height?: string | undefined;
|
|
1582
|
+
readonly is_sharebox_target?: boolean | undefined;
|
|
1580
1583
|
} | null>;
|
|
1581
1584
|
activeNavigationItems: Ref<{
|
|
1582
1585
|
id: string;
|
|
@@ -2062,6 +2065,7 @@ export default function useCanvas(): {
|
|
|
2062
2065
|
readonly bg_color_palette_index?: number | undefined;
|
|
2063
2066
|
} | undefined;
|
|
2064
2067
|
readonly height?: string | undefined;
|
|
2068
|
+
readonly is_sharebox_target?: boolean | undefined;
|
|
2065
2069
|
} | null>;
|
|
2066
2070
|
addMode: Ref<false | {
|
|
2067
2071
|
type: ComponentTypes;
|
|
@@ -2507,6 +2511,7 @@ export default function useCanvas(): {
|
|
|
2507
2511
|
bg_color_palette_index?: number | undefined;
|
|
2508
2512
|
} | undefined;
|
|
2509
2513
|
height?: string | undefined;
|
|
2514
|
+
is_sharebox_target?: boolean | undefined;
|
|
2510
2515
|
}[], ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[] | {
|
|
2511
2516
|
id: string;
|
|
2512
2517
|
type: ComponentTypes;
|
|
@@ -2935,6 +2940,7 @@ export default function useCanvas(): {
|
|
|
2935
2940
|
bg_color_palette_index?: number | undefined;
|
|
2936
2941
|
} | undefined;
|
|
2937
2942
|
height?: string | undefined;
|
|
2943
|
+
is_sharebox_target?: boolean | undefined;
|
|
2938
2944
|
}[]>;
|
|
2939
2945
|
canvasHomePage: Ref<{
|
|
2940
2946
|
component_id: ComponentNode["id"];
|
|
@@ -3441,6 +3447,7 @@ export default function useCanvas(): {
|
|
|
3441
3447
|
readonly bg_color_palette_index?: number | undefined;
|
|
3442
3448
|
} | undefined;
|
|
3443
3449
|
readonly height?: string | undefined;
|
|
3450
|
+
readonly is_sharebox_target?: boolean | undefined;
|
|
3444
3451
|
};
|
|
3445
3452
|
}>;
|
|
3446
3453
|
componentSelectedMode: Ref<false | {
|
|
@@ -4091,6 +4098,7 @@ export default function useCanvas(): {
|
|
|
4091
4098
|
readonly bg_color_palette_index?: number | undefined;
|
|
4092
4099
|
} | undefined;
|
|
4093
4100
|
readonly height?: string | undefined;
|
|
4101
|
+
readonly is_sharebox_target?: boolean | undefined;
|
|
4094
4102
|
};
|
|
4095
4103
|
};
|
|
4096
4104
|
}>;
|
|
@@ -4526,6 +4534,7 @@ export default function useCanvas(): {
|
|
|
4526
4534
|
bg_color_palette_index?: number | undefined;
|
|
4527
4535
|
} | undefined;
|
|
4528
4536
|
height?: string | undefined;
|
|
4537
|
+
is_sharebox_target?: boolean | undefined;
|
|
4529
4538
|
} | null>;
|
|
4530
4539
|
share: Ref<((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined, ((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined>;
|
|
4531
4540
|
singletonsInCanvasMap: import('vue').ComputedRef<Record<ComponentTypes, boolean>>;
|
|
@@ -4849,6 +4858,9 @@ export default function useCanvas(): {
|
|
|
4849
4858
|
enabled: boolean;
|
|
4850
4859
|
type: "base" | "app";
|
|
4851
4860
|
}[] | undefined;
|
|
4861
|
+
sfdc?: {
|
|
4862
|
+
use_static_ip_proxy?: boolean | undefined;
|
|
4863
|
+
} | undefined;
|
|
4852
4864
|
custom_event?: string | undefined;
|
|
4853
4865
|
enable_recents?: boolean | undefined;
|
|
4854
4866
|
enable_favorites?: boolean | undefined;
|
|
@@ -5174,6 +5186,9 @@ export default function useCanvas(): {
|
|
|
5174
5186
|
enabled: boolean;
|
|
5175
5187
|
type: "base" | "app";
|
|
5176
5188
|
}[] | undefined;
|
|
5189
|
+
sfdc?: {
|
|
5190
|
+
use_static_ip_proxy?: boolean | undefined;
|
|
5191
|
+
} | undefined;
|
|
5177
5192
|
custom_event?: string | undefined;
|
|
5178
5193
|
enable_recents?: boolean | undefined;
|
|
5179
5194
|
enable_favorites?: boolean | undefined;
|
|
@@ -5492,6 +5507,9 @@ export default function useCanvas(): {
|
|
|
5492
5507
|
readonly enabled: boolean;
|
|
5493
5508
|
readonly type: "base" | "app";
|
|
5494
5509
|
}[] | undefined;
|
|
5510
|
+
readonly sfdc?: {
|
|
5511
|
+
readonly use_static_ip_proxy?: boolean | undefined;
|
|
5512
|
+
} | undefined;
|
|
5495
5513
|
readonly custom_event?: string | undefined;
|
|
5496
5514
|
readonly enable_recents?: boolean | undefined;
|
|
5497
5515
|
readonly enable_favorites?: boolean | undefined;
|
|
@@ -5809,6 +5827,9 @@ export default function useCanvas(): {
|
|
|
5809
5827
|
readonly enabled: boolean;
|
|
5810
5828
|
readonly type: "base" | "app";
|
|
5811
5829
|
}[] | undefined;
|
|
5830
|
+
readonly sfdc?: {
|
|
5831
|
+
readonly use_static_ip_proxy?: boolean | undefined;
|
|
5832
|
+
} | undefined;
|
|
5812
5833
|
readonly custom_event?: string | undefined;
|
|
5813
5834
|
readonly enable_recents?: boolean | undefined;
|
|
5814
5835
|
readonly enable_favorites?: boolean | undefined;
|
|
@@ -5953,5 +5974,6 @@ export default function useCanvas(): {
|
|
|
5953
5974
|
} | null>;
|
|
5954
5975
|
getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
|
|
5955
5976
|
watchCanvas: () => import('vue').WatchHandle;
|
|
5977
|
+
mergeWithArrayReplacement: (...sources: any[]) => any;
|
|
5956
5978
|
};
|
|
5957
5979
|
export {};
|
|
@@ -53,7 +53,7 @@ export default function useCanvasBlocks(): {
|
|
|
53
53
|
readonly short_url?: string | null | undefined;
|
|
54
54
|
};
|
|
55
55
|
readonly account?: {
|
|
56
|
-
readonly id
|
|
56
|
+
readonly id?: string | undefined;
|
|
57
57
|
readonly name?: string | undefined;
|
|
58
58
|
} | null | undefined;
|
|
59
59
|
readonly events: readonly {
|
|
@@ -130,7 +130,7 @@ export default function useCanvasBlocks(): {
|
|
|
130
130
|
readonly short_url?: string | null | undefined;
|
|
131
131
|
};
|
|
132
132
|
readonly account?: {
|
|
133
|
-
readonly id
|
|
133
|
+
readonly id?: string | undefined;
|
|
134
134
|
readonly name?: string | undefined;
|
|
135
135
|
} | null | undefined;
|
|
136
136
|
readonly events: readonly {
|
|
@@ -627,6 +627,7 @@ export default function useCanvasBlocks(): {
|
|
|
627
627
|
readonly bg_color_palette_index?: number | undefined;
|
|
628
628
|
} | undefined;
|
|
629
629
|
readonly height?: string | undefined;
|
|
630
|
+
readonly is_sharebox_target?: boolean | undefined;
|
|
630
631
|
}[];
|
|
631
632
|
}, {
|
|
632
633
|
readonly [x: string]: readonly {
|
|
@@ -1097,6 +1098,7 @@ export default function useCanvasBlocks(): {
|
|
|
1097
1098
|
readonly bg_color_palette_index?: number | undefined;
|
|
1098
1099
|
} | undefined;
|
|
1099
1100
|
readonly height?: string | undefined;
|
|
1101
|
+
readonly is_sharebox_target?: boolean | undefined;
|
|
1100
1102
|
}[];
|
|
1101
1103
|
}>>;
|
|
1102
1104
|
fetchBlock: (blockId: string) => Promise<CanvasRetrieve>;
|
|
@@ -435,6 +435,7 @@ export default function useCanvasHistory(): {
|
|
|
435
435
|
bg_color_palette_index?: number | undefined;
|
|
436
436
|
} | undefined;
|
|
437
437
|
height?: string | undefined;
|
|
438
|
+
is_sharebox_target?: boolean | undefined;
|
|
438
439
|
}[];
|
|
439
440
|
timestamp: string;
|
|
440
441
|
}[], CanvasHistoryItem[] | {
|
|
@@ -871,6 +872,7 @@ export default function useCanvasHistory(): {
|
|
|
871
872
|
bg_color_palette_index?: number | undefined;
|
|
872
873
|
} | undefined;
|
|
873
874
|
height?: string | undefined;
|
|
875
|
+
is_sharebox_target?: boolean | undefined;
|
|
874
876
|
}[];
|
|
875
877
|
timestamp: string;
|
|
876
878
|
}[]>;
|
|
@@ -106,7 +106,7 @@ export default function useCanvasTheme(): {
|
|
|
106
106
|
readonly picture: string | null;
|
|
107
107
|
timezone?: string | undefined;
|
|
108
108
|
tags?: (Array<string> | null) | undefined;
|
|
109
|
-
readonly connection
|
|
109
|
+
readonly connection: string | null;
|
|
110
110
|
};
|
|
111
111
|
created_by: {
|
|
112
112
|
readonly id: number;
|
|
@@ -134,7 +134,7 @@ export default function useCanvasTheme(): {
|
|
|
134
134
|
readonly picture: string | null;
|
|
135
135
|
timezone?: string | undefined;
|
|
136
136
|
tags?: (Array<string> | null) | undefined;
|
|
137
|
-
readonly connection
|
|
137
|
+
readonly connection: string | null;
|
|
138
138
|
};
|
|
139
139
|
modified_by?: {
|
|
140
140
|
readonly id: number;
|
|
@@ -162,7 +162,7 @@ export default function useCanvasTheme(): {
|
|
|
162
162
|
readonly picture: string | null;
|
|
163
163
|
timezone?: string | undefined;
|
|
164
164
|
tags?: (Array<string> | null) | undefined;
|
|
165
|
-
readonly connection
|
|
165
|
+
readonly connection: string | null;
|
|
166
166
|
} | undefined;
|
|
167
167
|
logo?: {
|
|
168
168
|
id: string;
|
|
@@ -220,7 +220,7 @@ export default function useCanvasTheme(): {
|
|
|
220
220
|
readonly picture: string | null;
|
|
221
221
|
timezone?: string | undefined;
|
|
222
222
|
tags?: (Array<string> | null) | undefined;
|
|
223
|
-
readonly connection
|
|
223
|
+
readonly connection: string | null;
|
|
224
224
|
};
|
|
225
225
|
created_by: {
|
|
226
226
|
readonly id: number;
|
|
@@ -248,7 +248,7 @@ export default function useCanvasTheme(): {
|
|
|
248
248
|
readonly picture: string | null;
|
|
249
249
|
timezone?: string | undefined;
|
|
250
250
|
tags?: (Array<string> | null) | undefined;
|
|
251
|
-
readonly connection
|
|
251
|
+
readonly connection: string | null;
|
|
252
252
|
};
|
|
253
253
|
modified_by?: {
|
|
254
254
|
readonly id: number;
|
|
@@ -276,7 +276,7 @@ export default function useCanvasTheme(): {
|
|
|
276
276
|
readonly picture: string | null;
|
|
277
277
|
timezone?: string | undefined;
|
|
278
278
|
tags?: (Array<string> | null) | undefined;
|
|
279
|
-
readonly connection
|
|
279
|
+
readonly connection: string | null;
|
|
280
280
|
} | undefined;
|
|
281
281
|
logo?: {
|
|
282
282
|
id: string;
|
|
@@ -491,7 +491,7 @@ export default function useCanvasTheme(): {
|
|
|
491
491
|
readonly picture: string | null;
|
|
492
492
|
timezone?: string | undefined;
|
|
493
493
|
tags?: (Array<string> | null) | undefined;
|
|
494
|
-
readonly connection
|
|
494
|
+
readonly connection: string | null;
|
|
495
495
|
};
|
|
496
496
|
created_by: {
|
|
497
497
|
readonly id: number;
|
|
@@ -519,7 +519,7 @@ export default function useCanvasTheme(): {
|
|
|
519
519
|
readonly picture: string | null;
|
|
520
520
|
timezone?: string | undefined;
|
|
521
521
|
tags?: (Array<string> | null) | undefined;
|
|
522
|
-
readonly connection
|
|
522
|
+
readonly connection: string | null;
|
|
523
523
|
};
|
|
524
524
|
modified_by?: {
|
|
525
525
|
readonly id: number;
|
|
@@ -547,7 +547,7 @@ export default function useCanvasTheme(): {
|
|
|
547
547
|
readonly picture: string | null;
|
|
548
548
|
timezone?: string | undefined;
|
|
549
549
|
tags?: (Array<string> | null) | undefined;
|
|
550
|
-
readonly connection
|
|
550
|
+
readonly connection: string | null;
|
|
551
551
|
} | undefined;
|
|
552
552
|
logo?: {
|
|
553
553
|
id: string;
|
|
@@ -605,7 +605,7 @@ export default function useCanvasTheme(): {
|
|
|
605
605
|
readonly picture: string | null;
|
|
606
606
|
timezone?: string | undefined;
|
|
607
607
|
tags?: (Array<string> | null) | undefined;
|
|
608
|
-
readonly connection
|
|
608
|
+
readonly connection: string | null;
|
|
609
609
|
};
|
|
610
610
|
created_by: {
|
|
611
611
|
readonly id: number;
|
|
@@ -633,7 +633,7 @@ export default function useCanvasTheme(): {
|
|
|
633
633
|
readonly picture: string | null;
|
|
634
634
|
timezone?: string | undefined;
|
|
635
635
|
tags?: (Array<string> | null) | undefined;
|
|
636
|
-
readonly connection
|
|
636
|
+
readonly connection: string | null;
|
|
637
637
|
};
|
|
638
638
|
modified_by?: {
|
|
639
639
|
readonly id: number;
|
|
@@ -661,7 +661,7 @@ export default function useCanvasTheme(): {
|
|
|
661
661
|
readonly picture: string | null;
|
|
662
662
|
timezone?: string | undefined;
|
|
663
663
|
tags?: (Array<string> | null) | undefined;
|
|
664
|
-
readonly connection
|
|
664
|
+
readonly connection: string | null;
|
|
665
665
|
} | undefined;
|
|
666
666
|
logo?: {
|
|
667
667
|
id: string;
|
|
@@ -727,7 +727,7 @@ export default function useCanvasTheme(): {
|
|
|
727
727
|
readonly picture: string | null;
|
|
728
728
|
timezone?: string | undefined;
|
|
729
729
|
tags?: (Array<string> | null) | undefined;
|
|
730
|
-
readonly connection
|
|
730
|
+
readonly connection: string | null;
|
|
731
731
|
};
|
|
732
732
|
created_by: {
|
|
733
733
|
readonly id: number;
|
|
@@ -755,7 +755,7 @@ export default function useCanvasTheme(): {
|
|
|
755
755
|
readonly picture: string | null;
|
|
756
756
|
timezone?: string | undefined;
|
|
757
757
|
tags?: (Array<string> | null) | undefined;
|
|
758
|
-
readonly connection
|
|
758
|
+
readonly connection: string | null;
|
|
759
759
|
};
|
|
760
760
|
modified_by?: {
|
|
761
761
|
readonly id: number;
|
|
@@ -783,7 +783,7 @@ export default function useCanvasTheme(): {
|
|
|
783
783
|
readonly picture: string | null;
|
|
784
784
|
timezone?: string | undefined;
|
|
785
785
|
tags?: (Array<string> | null) | undefined;
|
|
786
|
-
readonly connection
|
|
786
|
+
readonly connection: string | null;
|
|
787
787
|
} | undefined;
|
|
788
788
|
logo?: {
|
|
789
789
|
id: string;
|
|
@@ -841,7 +841,7 @@ export default function useCanvasTheme(): {
|
|
|
841
841
|
readonly picture: string | null;
|
|
842
842
|
timezone?: string | undefined;
|
|
843
843
|
tags?: (Array<string> | null) | undefined;
|
|
844
|
-
readonly connection
|
|
844
|
+
readonly connection: string | null;
|
|
845
845
|
};
|
|
846
846
|
created_by: {
|
|
847
847
|
readonly id: number;
|
|
@@ -869,7 +869,7 @@ export default function useCanvasTheme(): {
|
|
|
869
869
|
readonly picture: string | null;
|
|
870
870
|
timezone?: string | undefined;
|
|
871
871
|
tags?: (Array<string> | null) | undefined;
|
|
872
|
-
readonly connection
|
|
872
|
+
readonly connection: string | null;
|
|
873
873
|
};
|
|
874
874
|
modified_by?: {
|
|
875
875
|
readonly id: number;
|
|
@@ -897,7 +897,7 @@ export default function useCanvasTheme(): {
|
|
|
897
897
|
readonly picture: string | null;
|
|
898
898
|
timezone?: string | undefined;
|
|
899
899
|
tags?: (Array<string> | null) | undefined;
|
|
900
|
-
readonly connection
|
|
900
|
+
readonly connection: string | null;
|
|
901
901
|
} | undefined;
|
|
902
902
|
logo?: {
|
|
903
903
|
id: string;
|
|
@@ -415,6 +415,7 @@ export declare function usePopupApps(): {
|
|
|
415
415
|
} | undefined;
|
|
416
416
|
} | undefined;
|
|
417
417
|
order_override?: number | undefined;
|
|
418
|
+
has_multiple_routes?: boolean | undefined;
|
|
418
419
|
} | undefined;
|
|
419
420
|
tags?: Array<string> | undefined;
|
|
420
421
|
readonly published_at: string | null;
|
|
@@ -859,6 +860,7 @@ export declare function usePopupApps(): {
|
|
|
859
860
|
} | undefined;
|
|
860
861
|
} | undefined;
|
|
861
862
|
order_override?: number | undefined;
|
|
863
|
+
has_multiple_routes?: boolean | undefined;
|
|
862
864
|
} | undefined;
|
|
863
865
|
tags?: Array<string> | undefined;
|
|
864
866
|
readonly published_at: string | null;
|