@useinsider/guido 1.0.0-beta.e8ee5f5 → 1.0.0-beta.e906c04
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/README.md +2 -26
- package/dist/@types/generic.d.ts +0 -28
- package/dist/components/Guido.vue.d.ts +3 -6
- package/dist/components/Guido.vue.js +2 -2
- package/dist/components/Guido.vue2.js +44 -63
- package/dist/components/organisms/email-preview/amp/AmpErrorModal.vue.js +1 -1
- package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue.js +3 -3
- package/dist/components/organisms/email-preview/desktop-preview/EmailHeaderInfo.vue2.js +8 -8
- package/dist/components/organisms/email-preview/desktop-preview/EmailSizeIndicator.vue.js +1 -1
- package/dist/components/organisms/email-preview/desktop-preview/EmailSizeIndicator.vue2.js +5 -8
- package/dist/components/organisms/email-preview/mobile-preview/InboxView.vue.js +7 -7
- package/dist/components/organisms/email-preview/mobile-preview/InboxView.vue2.js +8 -8
- package/dist/components/organisms/header/MiddleSlot.vue.js +3 -3
- package/dist/components/organisms/header/MiddleSlot.vue2.js +16 -12
- package/dist/components/organisms/header/RightSlot.vue.js +9 -10
- package/dist/components/organisms/header/RightSlot.vue2.js +22 -23
- package/dist/components/organisms/header/ViewOptions.vue.js +3 -3
- package/dist/components/organisms/header/ViewOptions.vue2.js +12 -30
- package/dist/components/organisms/header/version-history/ViewOptions.vue.js +3 -3
- package/dist/components/organisms/header/version-history/ViewOptions.vue2.js +16 -34
- package/dist/components/wrappers/WpModal.vue.d.ts +14 -3
- package/dist/composables/useActionsApi.d.ts +1 -2
- package/dist/composables/useActionsApi.js +36 -51
- package/dist/composables/useExport.js +9 -10
- package/dist/composables/useGuidoActions.d.ts +2 -2
- package/dist/composables/useHtmlCompiler.js +8 -9
- package/dist/composables/useHttp.js +21 -23
- package/dist/composables/usePartner.d.ts +1 -1
- package/dist/composables/usePartner.js +14 -9
- package/dist/composables/usePreviewMode.js +1 -1
- package/dist/composables/useStripo.js +15 -25
- package/dist/composables/useToaster.d.ts +16 -1
- package/dist/composables/useToaster.js +30 -24
- package/dist/composables/useTranslations.js +2 -3
- package/dist/composables/useVersionHistoryApi.js +10 -11
- package/dist/enums/defaults.d.ts +1 -4
- package/dist/enums/defaults.js +2 -13
- package/dist/extensions/DynamicContent/dynamic-content.js +15 -13
- package/dist/guido.css +1 -1
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/Extension.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ExtensionBuilder.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/Block.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlockRenderer.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlocksPanel.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/ContextAction.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AiAssistantValueType.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockCompositionType.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockType.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BuiltInControlTypes.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/ContextActionType.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/EditorStatePropertyType.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PanelPosition.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PreviewDeviceMode.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/SettingsTab.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementType.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundColorBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundImageBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BlockPaddingsBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BuiltInControl.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonBorderBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonColorBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonFontColorBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonInternalIndentsBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonTextBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/Control.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/FontFamilyBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/LinkColorBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelRegistry.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelTab.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructureBorderBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructurePaddingsBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextColorBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextLineSpacingBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextSizeBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextStyleBuiltInControl.js +4 -4
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/index.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/modifications/ModificationDescription.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElement.js +2 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElementTagRegistry.js +2 -2
- package/dist/node_modules/lodash-es/_isMasked.js +2 -2
- package/dist/stores/editor.d.ts +0 -3
- package/dist/stores/editor.js +3 -6
- package/dist/stores/preview.d.ts +12 -1
- package/dist/stores/preview.js +8 -5
- package/package.json +3 -3
- package/dist/@types/save-as-template.d.ts +0 -29
- package/dist/components/organisms/base/Toaster.vue.d.ts +0 -2
- package/dist/components/organisms/base/Toaster.vue.js +0 -17
- package/dist/components/organisms/base/Toaster.vue2.js +0 -15
- package/dist/components/organisms/save-as-template/SaveAsTemplateDrawer.vue.d.ts +0 -2
- package/dist/components/organisms/save-as-template/SaveAsTemplateDrawer.vue.js +0 -20
- package/dist/components/organisms/save-as-template/SaveAsTemplateDrawer.vue2.js +0 -63
- package/dist/components/wrappers/WpDrawer.vue.d.ts +0 -63
- package/dist/components/wrappers/WpDrawer.vue.js +0 -25
- package/dist/components/wrappers/WpDrawer.vue2.js +0 -23
- package/dist/composables/useValidation.d.ts +0 -56
- package/dist/composables/useValidation.js +0 -19
- package/dist/composables/validators/saveAsTemplate.d.ts +0 -31
- package/dist/composables/validators/saveAsTemplate.js +0 -24
- package/dist/enums/toaster.d.ts +0 -5
- package/dist/enums/toaster.js +0 -4
- package/dist/mock/api/template-library.d.ts +0 -2
- package/dist/node_modules/@vueuse/shared/index.js +0 -45
- package/dist/node_modules/lodash-es/_Stack.js +0 -18
- package/dist/node_modules/lodash-es/_Uint8Array.js +0 -5
- package/dist/node_modules/lodash-es/_apply.js +0 -16
- package/dist/node_modules/lodash-es/_arrayLikeKeys.js +0 -19
- package/dist/node_modules/lodash-es/_assignMergeValue.js +0 -8
- package/dist/node_modules/lodash-es/_assignValue.js +0 -10
- package/dist/node_modules/lodash-es/_baseAssignValue.js +0 -12
- package/dist/node_modules/lodash-es/_baseCreate.js +0 -17
- package/dist/node_modules/lodash-es/_baseFor.js +0 -5
- package/dist/node_modules/lodash-es/_baseIsArguments.js +0 -9
- package/dist/node_modules/lodash-es/_baseIsTypedArray.js +0 -12
- package/dist/node_modules/lodash-es/_baseKeysIn.js +0 -15
- package/dist/node_modules/lodash-es/_baseMerge.js +0 -20
- package/dist/node_modules/lodash-es/_baseMergeDeep.js +0 -31
- package/dist/node_modules/lodash-es/_baseRest.js +0 -9
- package/dist/node_modules/lodash-es/_baseSetToString.js +0 -14
- package/dist/node_modules/lodash-es/_baseTimes.js +0 -8
- package/dist/node_modules/lodash-es/_baseUnary.js +0 -8
- package/dist/node_modules/lodash-es/_cloneArrayBuffer.js +0 -8
- package/dist/node_modules/lodash-es/_cloneBuffer.js +0 -9
- package/dist/node_modules/lodash-es/_cloneTypedArray.js +0 -8
- package/dist/node_modules/lodash-es/_copyArray.js +0 -9
- package/dist/node_modules/lodash-es/_copyObject.js +0 -14
- package/dist/node_modules/lodash-es/_createAssigner.js +0 -15
- package/dist/node_modules/lodash-es/_createBaseFor.js +0 -13
- package/dist/node_modules/lodash-es/_defineProperty.js +0 -11
- package/dist/node_modules/lodash-es/_getPrototype.js +0 -5
- package/dist/node_modules/lodash-es/_initCloneObject.js +0 -9
- package/dist/node_modules/lodash-es/_isIndex.js +0 -8
- package/dist/node_modules/lodash-es/_isIterateeCall.js +0 -13
- package/dist/node_modules/lodash-es/_isPrototype.js +0 -8
- package/dist/node_modules/lodash-es/_nativeKeysIn.js +0 -10
- package/dist/node_modules/lodash-es/_nodeUtil.js +0 -11
- package/dist/node_modules/lodash-es/_overArg.js +0 -8
- package/dist/node_modules/lodash-es/_overRest.js +0 -15
- package/dist/node_modules/lodash-es/_safeGet.js +0 -7
- package/dist/node_modules/lodash-es/_setToString.js +0 -6
- package/dist/node_modules/lodash-es/_shortOut.js +0 -16
- package/dist/node_modules/lodash-es/_stackClear.js +0 -7
- package/dist/node_modules/lodash-es/_stackDelete.js +0 -7
- package/dist/node_modules/lodash-es/_stackGet.js +0 -6
- package/dist/node_modules/lodash-es/_stackHas.js +0 -6
- package/dist/node_modules/lodash-es/_stackSet.js +0 -17
- package/dist/node_modules/lodash-es/constant.js +0 -8
- package/dist/node_modules/lodash-es/identity.js +0 -6
- package/dist/node_modules/lodash-es/isArguments.js +0 -10
- package/dist/node_modules/lodash-es/isArray.js +0 -4
- package/dist/node_modules/lodash-es/isArrayLike.js +0 -8
- package/dist/node_modules/lodash-es/isArrayLikeObject.js +0 -8
- package/dist/node_modules/lodash-es/isBuffer.js +0 -6
- package/dist/node_modules/lodash-es/isLength.js +0 -7
- package/dist/node_modules/lodash-es/isObjectLike.js +0 -6
- package/dist/node_modules/lodash-es/isPlainObject.js +0 -16
- package/dist/node_modules/lodash-es/isTypedArray.js +0 -7
- package/dist/node_modules/lodash-es/keysIn.js +0 -9
- package/dist/node_modules/lodash-es/merge.js +0 -8
- package/dist/node_modules/lodash-es/stubFalse.js +0 -6
- package/dist/node_modules/lodash-es/toPlainObject.js +0 -8
- package/dist/node_modules/valibot/dist/index.js +0 -190
- package/dist/node_modules/vue-demi/lib/index.js +0 -7
- package/dist/services/templateLibraryApi.d.ts +0 -7
- package/dist/services/templateLibraryApi.js +0 -87
- package/dist/stores/dynamic-content.d.ts +0 -27
- package/dist/stores/dynamic-content.js +0 -23
- package/dist/stores/save-as-template.d.ts +0 -73
- package/dist/stores/save-as-template.js +0 -48
- package/dist/stores/toaster.d.ts +0 -18
- package/dist/stores/toaster.js +0 -27
- package/dist/utils/arrayUtil.d.ts +0 -1
- package/dist/utils/arrayUtil.js +0 -10
- package/dist/utils/base64.d.ts +0 -1
- package/dist/utils/base64.js +0 -7
- package/dist/utils/genericUtil.d.ts +0 -3
- package/dist/utils/genericUtil.js +0 -11
- package/dist/utils/templatePreparation.d.ts +0 -4
- package/dist/utils/templatePreparation.js +0 -33
- package/dist/utils/tooltipUtils.d.ts +0 -2
- package/dist/utils/tooltipUtils.js +0 -11
package/README.md
CHANGED
|
@@ -57,11 +57,6 @@ export default {
|
|
|
57
57
|
translationsPath: 'window.trans.en',
|
|
58
58
|
htmlCompilerRules: [],
|
|
59
59
|
ignoreDefaultHtmlCompilerRules: false,
|
|
60
|
-
features: {
|
|
61
|
-
dynamicContent: true,
|
|
62
|
-
saveAsTemplate: true,
|
|
63
|
-
versionHistory: true
|
|
64
|
-
}
|
|
65
60
|
},
|
|
66
61
|
dynamicContentModalVisible: false
|
|
67
62
|
};
|
|
@@ -143,13 +138,8 @@ dynamicContent.close();
|
|
|
143
138
|
```typescript
|
|
144
139
|
interface GuidoConfig {
|
|
145
140
|
translationsPath: string;
|
|
146
|
-
htmlCompilerRules
|
|
147
|
-
ignoreDefaultHtmlCompilerRules
|
|
148
|
-
features: {
|
|
149
|
-
dynamicContent: boolean;
|
|
150
|
-
saveAsTemplate: boolean;
|
|
151
|
-
versionHistory: boolean;
|
|
152
|
-
};
|
|
141
|
+
htmlCompilerRules: CompilerRule[];
|
|
142
|
+
ignoreDefaultHtmlCompilerRules: boolean;
|
|
153
143
|
}
|
|
154
144
|
```
|
|
155
145
|
|
|
@@ -158,10 +148,6 @@ interface GuidoConfig {
|
|
|
158
148
|
| `translationsPath` | `string` | `'window.trans.en'` | JavaScript path to the translations object |
|
|
159
149
|
| `htmlCompilerRules` | `CompilerRule[]` | `[]` | Additional compiler rules to apply to HTML content. See [HTML Compiler Rules](#-html-compiler-rules) section below |
|
|
160
150
|
| `ignoreDefaultHtmlCompilerRules` | `boolean` | `false` | Skip default compiler rules and only use custom rules. Default rules: `src/config/compiler/htmlCompilerRules.ts` |
|
|
161
|
-
| `features` | `Features` | `{ dynamicContent: true, saveAsTemplate: true, versionHistory: true }` | Feature flags to enable/disable editor functionality |
|
|
162
|
-
| `features.dynamicContent` | `boolean` | `true` | Enable dynamic content insertion feature |
|
|
163
|
-
| `features.saveAsTemplate` | `boolean` | `true` | Enable save as template feature |
|
|
164
|
-
| `features.versionHistory` | `boolean` | `true` | Enable version history feature |
|
|
165
151
|
|
|
166
152
|
```typescript
|
|
167
153
|
interface DynamicContent {
|
|
@@ -269,11 +255,6 @@ Define complex transformation logic with a custom processor function.
|
|
|
269
255
|
```typescript
|
|
270
256
|
const guidoConfig = {
|
|
271
257
|
translationsPath: 'window.trans.en',
|
|
272
|
-
features: {
|
|
273
|
-
dynamicContent: true,
|
|
274
|
-
saveAsTemplate: true,
|
|
275
|
-
versionHistory: false // Disable version history
|
|
276
|
-
},
|
|
277
258
|
htmlCompilerRules: [
|
|
278
259
|
{
|
|
279
260
|
id: 'replace-domain',
|
|
@@ -302,11 +283,6 @@ const guidoConfig = {
|
|
|
302
283
|
```typescript
|
|
303
284
|
const guidoConfig = {
|
|
304
285
|
translationsPath: 'window.trans.en',
|
|
305
|
-
features: {
|
|
306
|
-
dynamicContent: true,
|
|
307
|
-
saveAsTemplate: true,
|
|
308
|
-
versionHistory: true
|
|
309
|
-
},
|
|
310
286
|
ignoreDefaultHtmlCompilerRules: true, // Skip all default rules
|
|
311
287
|
htmlCompilerRules: [
|
|
312
288
|
// Only your custom rules will be applied
|
package/dist/@types/generic.d.ts
CHANGED
|
@@ -1,21 +1,9 @@
|
|
|
1
1
|
import type { CompilerRule } from './html-compiler';
|
|
2
|
-
type Features = {
|
|
3
|
-
dynamicContent?: boolean;
|
|
4
|
-
saveAsTemplate?: boolean;
|
|
5
|
-
versionHistory?: boolean;
|
|
6
|
-
};
|
|
7
|
-
type Partner = {
|
|
8
|
-
partnerName: string;
|
|
9
|
-
productType: number;
|
|
10
|
-
messageType: number;
|
|
11
|
-
};
|
|
12
2
|
export type GuidoConfig = {
|
|
13
3
|
translationsPath: string;
|
|
14
4
|
htmlCompilerRules?: CompilerRule[];
|
|
15
5
|
ignoreDefaultHtmlCompilerRules?: boolean;
|
|
16
6
|
emailHeader: EmailHeader;
|
|
17
|
-
partner?: Partner;
|
|
18
|
-
features?: Features;
|
|
19
7
|
};
|
|
20
8
|
export type DynamicContent = {
|
|
21
9
|
value: string;
|
|
@@ -26,19 +14,3 @@ export interface EmailHeader {
|
|
|
26
14
|
senderName: string;
|
|
27
15
|
subject: string;
|
|
28
16
|
}
|
|
29
|
-
export interface TooltipOptions {
|
|
30
|
-
id: string;
|
|
31
|
-
dynamicPosition: boolean;
|
|
32
|
-
staticPosition: 'top center' | 'top left' | 'top right' | 'bottom center' | 'bottom left' | 'bottom right' | 'right center' | 'right top' | 'right bottom' | 'left center' | 'left top' | 'left bottom';
|
|
33
|
-
iconStatus: boolean;
|
|
34
|
-
offset?: {
|
|
35
|
-
x: number;
|
|
36
|
-
y: number;
|
|
37
|
-
};
|
|
38
|
-
preventXss?: boolean;
|
|
39
|
-
}
|
|
40
|
-
export type MergeTag = {
|
|
41
|
-
label: string;
|
|
42
|
-
value: string;
|
|
43
|
-
};
|
|
44
|
-
export {};
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import type { DynamicContent, GuidoConfig } from '@@/Types/generic';
|
|
2
|
-
import type {
|
|
2
|
+
import type { Template } from '@@/Types/stripo';
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
templateId: string;
|
|
5
5
|
userId: string;
|
|
6
|
-
messageType?: number;
|
|
7
6
|
partnerName?: string;
|
|
8
|
-
productType?:
|
|
7
|
+
productType?: string;
|
|
9
8
|
username?: string;
|
|
10
9
|
html?: string;
|
|
11
10
|
css?: string;
|
|
12
|
-
preselectedDynamicContentList: DynamicContent[];
|
|
13
11
|
guidoConfig: GuidoConfig;
|
|
14
12
|
};
|
|
15
13
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
@@ -17,12 +15,11 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__
|
|
|
17
15
|
insert: (data: DynamicContent) => void;
|
|
18
16
|
close: () => void;
|
|
19
17
|
};
|
|
20
|
-
hasChanges: import("vue").ComputedRef<boolean>;
|
|
21
18
|
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {
|
|
22
19
|
"dynamic-content:open": (detail: DynamicContent | null) => void;
|
|
23
20
|
back: () => void;
|
|
24
21
|
"save:start": () => void;
|
|
25
|
-
"save:complete": (
|
|
22
|
+
"save:complete": (template: Omit<Template, "forceRecreate">) => void;
|
|
26
23
|
}, string, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}>;
|
|
27
24
|
export default _default;
|
|
28
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -3,14 +3,14 @@ import o from "./Guido.vue2.js";
|
|
|
3
3
|
import t from "../_virtual/_plugin-vue2_normalizer.js";
|
|
4
4
|
var s = function() {
|
|
5
5
|
var i = this, e = i._self._c, r = i._self._setupProxy;
|
|
6
|
-
return e("div", { staticClass: "guido-editor__wrapper" }, [e(r.HeaderWrapper), r.previewStore.isPreviewModeOpen ? e(r.PreviewContainer) : i._e(), e("div", { directives: [{ name: "show", rawName: "v-show", value: !r.previewStore.isPreviewModeOpen, expression: "!previewStore.isPreviewModeOpen" }], staticClass: "guido-editor__container", attrs: { id: "guido-editor" } })
|
|
6
|
+
return e("div", { staticClass: "guido-editor__wrapper" }, [e(r.HeaderWrapper), r.previewStore.isPreviewModeOpen ? e(r.PreviewContainer) : i._e(), e("div", { directives: [{ name: "show", rawName: "v-show", value: !r.previewStore.isPreviewModeOpen, expression: "!previewStore.isPreviewModeOpen" }], staticClass: "guido-editor__container", attrs: { id: "guido-editor" } })], 1);
|
|
7
7
|
}, a = [], n = /* @__PURE__ */ t(
|
|
8
8
|
o,
|
|
9
9
|
s,
|
|
10
10
|
a,
|
|
11
11
|
!1,
|
|
12
12
|
null,
|
|
13
|
-
"
|
|
13
|
+
"5fe1cbdf"
|
|
14
14
|
);
|
|
15
15
|
const c = n.exports;
|
|
16
16
|
export {
|
|
@@ -1,102 +1,83 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { provideGuidoActions as
|
|
3
|
-
import { usePartner as
|
|
4
|
-
import { useStripo as
|
|
5
|
-
import { DefaultUsername as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
import { useDynamicContentStore as K } from "../stores/dynamic-content.js";
|
|
11
|
-
import { useEditorStore as R } from "../stores/editor.js";
|
|
12
|
-
import { usePreviewStore as j } from "../stores/preview.js";
|
|
13
|
-
import q from "../node_modules/lodash-es/merge.js";
|
|
14
|
-
const se = /* @__PURE__ */ I({
|
|
1
|
+
import { defineComponent as S, defineAsyncComponent as D, onMounted as E } from "vue";
|
|
2
|
+
import { provideGuidoActions as P } from "../composables/useGuidoActions.js";
|
|
3
|
+
import { usePartner as _ } from "../composables/usePartner.js";
|
|
4
|
+
import { useStripo as G } from "../composables/useStripo.js";
|
|
5
|
+
import { DefaultUsername as I, DefaultGuidoConfig as k } from "../enums/defaults.js";
|
|
6
|
+
import T from "./organisms/header/HeaderWrapper.vue.js";
|
|
7
|
+
import { useStripoApi as A } from "../services/stripoApi.js";
|
|
8
|
+
import { usePreviewStore as N } from "../stores/preview.js";
|
|
9
|
+
const M = /* @__PURE__ */ S({
|
|
15
10
|
__name: "Guido",
|
|
16
11
|
props: {
|
|
17
12
|
templateId: null,
|
|
18
13
|
userId: null,
|
|
19
|
-
messageType: null,
|
|
20
14
|
partnerName: null,
|
|
21
15
|
productType: null,
|
|
22
16
|
username: null,
|
|
23
17
|
html: null,
|
|
24
18
|
css: null,
|
|
25
|
-
preselectedDynamicContentList: null,
|
|
26
19
|
guidoConfig: null
|
|
27
20
|
},
|
|
28
21
|
emits: ["dynamic-content:open", "back", "save:start", "save:complete"],
|
|
29
|
-
setup(
|
|
30
|
-
const
|
|
22
|
+
setup(C, { expose: b, emit: o }) {
|
|
23
|
+
const t = C, w = D(
|
|
31
24
|
() => import("./organisms/email-preview/PreviewContainer.vue.js")
|
|
32
|
-
),
|
|
33
|
-
templateId:
|
|
34
|
-
userId:
|
|
35
|
-
guidoConfig:
|
|
36
|
-
html:
|
|
37
|
-
css:
|
|
38
|
-
partnerName:
|
|
39
|
-
productType:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
productType: i,
|
|
46
|
-
messageType: y
|
|
25
|
+
), { getPartnerName: n, getProductType: c } = _(), h = N(), {
|
|
26
|
+
templateId: a,
|
|
27
|
+
userId: r,
|
|
28
|
+
guidoConfig: i,
|
|
29
|
+
html: s = "",
|
|
30
|
+
css: d = "",
|
|
31
|
+
partnerName: l = n(),
|
|
32
|
+
productType: u = c(),
|
|
33
|
+
username: m = I
|
|
34
|
+
} = t;
|
|
35
|
+
window.GuidoConfig = {
|
|
36
|
+
...k,
|
|
37
|
+
...i
|
|
47
38
|
};
|
|
48
|
-
const { initPlugin:
|
|
49
|
-
|
|
50
|
-
userId: u,
|
|
51
|
-
username: C,
|
|
52
|
-
partnerName: s,
|
|
53
|
-
productType: i,
|
|
54
|
-
preselectedDynamicContentList: r
|
|
55
|
-
}), { getDefaultTemplate: w } = H();
|
|
56
|
-
A({
|
|
39
|
+
const { initPlugin: p } = G({ emailId: a, userId: r, username: m, partnerName: l, productType: u }), { getDefaultTemplate: f } = A();
|
|
40
|
+
P({
|
|
57
41
|
onBack: () => {
|
|
58
|
-
console.debug("guido:back"),
|
|
42
|
+
console.debug("guido:back"), o("back");
|
|
59
43
|
},
|
|
60
44
|
onSaveStart: () => {
|
|
61
|
-
console.debug("guido:save:start"),
|
|
45
|
+
console.debug("guido:save:start"), o("save:start");
|
|
62
46
|
},
|
|
63
47
|
onSaveComplete: (e) => {
|
|
64
|
-
console.debug("guido:save:complete", e),
|
|
48
|
+
console.debug("guido:save:complete", e), o("save:complete", e);
|
|
65
49
|
}
|
|
66
50
|
});
|
|
67
|
-
const
|
|
68
|
-
console.debug("dynamic-content:close", e),
|
|
69
|
-
},
|
|
51
|
+
const g = (e) => {
|
|
52
|
+
console.debug("dynamic-content:close", e), document.dispatchEvent(new CustomEvent("dynamic-content:close", { detail: e }));
|
|
53
|
+
}, v = () => {
|
|
70
54
|
console.debug("dynamic-content:close", "Without Data"), document.dispatchEvent(new CustomEvent("dynamic-content:close", { detail: { text: "", value: "" } }));
|
|
71
55
|
};
|
|
72
|
-
return
|
|
56
|
+
return E(async () => {
|
|
73
57
|
console.debug("Guido says happy coding 🎉"), console.debug("🚗 Ka-Chow");
|
|
74
58
|
try {
|
|
75
59
|
let e = {
|
|
76
|
-
html:
|
|
77
|
-
css:
|
|
60
|
+
html: s,
|
|
61
|
+
css: d,
|
|
78
62
|
forceRecreate: !0
|
|
79
63
|
// TODO: It should be false for old templates. We will communicate with Stripo
|
|
80
64
|
};
|
|
81
|
-
e.html || (e = await
|
|
65
|
+
e.html || (e = await f()), await p(e);
|
|
82
66
|
} catch (e) {
|
|
83
67
|
console.error("Failed to initialize Stripo editor:", e);
|
|
84
68
|
}
|
|
85
69
|
document.addEventListener("dynamic-content:open", (e) => {
|
|
86
|
-
const
|
|
87
|
-
console.debug("dynamic-content:open",
|
|
70
|
+
const y = e;
|
|
71
|
+
console.debug("dynamic-content:open", y.detail), o("dynamic-content:open", y.detail);
|
|
88
72
|
});
|
|
89
|
-
}),
|
|
90
|
-
window.UIEditor.removeEditor();
|
|
91
|
-
}), E({
|
|
73
|
+
}), b({
|
|
92
74
|
dynamicContent: {
|
|
93
|
-
insert:
|
|
94
|
-
close:
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
}), { __sfc: !0, PreviewContainer: T, dynamicContentStore: n, props: o, editorStore: c, hasChanges: a, preselectedDynamicContentList: r, getPartnerName: m, getProductType: d, previewStore: G, templateId: l, userId: u, guidoConfig: p, html: f, css: g, partnerName: s, productType: i, messageType: y, username: C, emit: t, initPlugin: v, getDefaultTemplate: w, insertDynamicContent: D, closeDynamicContent: S, Toaster: z, HeaderWrapper: B, SaveAsTemplateDrawer: F };
|
|
75
|
+
insert: g,
|
|
76
|
+
close: v
|
|
77
|
+
}
|
|
78
|
+
}), { __sfc: !0, PreviewContainer: w, props: t, getPartnerName: n, getProductType: c, previewStore: h, templateId: a, userId: r, guidoConfig: i, html: s, css: d, partnerName: l, productType: u, username: m, emit: o, initPlugin: p, getDefaultTemplate: f, insertDynamicContent: g, closeDynamicContent: v, HeaderWrapper: T };
|
|
98
79
|
}
|
|
99
80
|
});
|
|
100
81
|
export {
|
|
101
|
-
|
|
82
|
+
M as default
|
|
102
83
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as m, computed as
|
|
1
|
+
import { defineComponent as m, computed as t } from "vue";
|
|
2
2
|
import { useConfig as a } from "../../../../composables/useConfig.js";
|
|
3
|
-
import { useTranslations as
|
|
4
|
-
import { InIcons as
|
|
3
|
+
import { useTranslations as c } from "../../../../composables/useTranslations.js";
|
|
4
|
+
import { InIcons as i } from "@useinsider/design-system-vue";
|
|
5
5
|
const l = /* @__PURE__ */ m({
|
|
6
6
|
__name: "EmailHeaderInfo",
|
|
7
7
|
setup(f) {
|
|
8
|
-
const { config:
|
|
8
|
+
const { config: n } = a(), s = c(), o = t(() => {
|
|
9
9
|
var e;
|
|
10
|
-
return ((e =
|
|
11
|
-
}), r =
|
|
10
|
+
return ((e = n.emailHeader) == null ? void 0 : e.senderName) || `(${s("settings.sender-name")})`;
|
|
11
|
+
}), r = t(() => {
|
|
12
12
|
var e;
|
|
13
|
-
return ((e =
|
|
13
|
+
return ((e = n.emailHeader) == null ? void 0 : e.subject) || s("newsletter.subject");
|
|
14
14
|
});
|
|
15
|
-
return { __sfc: !0, config:
|
|
15
|
+
return { __sfc: !0, config: n, trans: s, senderName: o, subject: r, InIcons: i };
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
export {
|
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
import { defineComponent as c, ref as n, computed as l, watch as u } from "vue";
|
|
2
2
|
import { useTranslations as p } from "../../../../composables/useTranslations.js";
|
|
3
|
-
import { usePreviewStore as
|
|
4
|
-
import { InTooltip as
|
|
3
|
+
import { usePreviewStore as v } from "../../../../stores/preview.js";
|
|
4
|
+
import { InTooltip as _, InProgress as f } from "@useinsider/design-system-vue";
|
|
5
5
|
const S = /* @__PURE__ */ c({
|
|
6
6
|
__name: "EmailSizeIndicator",
|
|
7
7
|
setup(w) {
|
|
8
|
-
const t =
|
|
8
|
+
const t = v(), o = 102, e = n(0), s = n({
|
|
9
9
|
type: "success",
|
|
10
10
|
value: 0
|
|
11
11
|
}), a = l(() => `~${e.value} KB`), r = () => {
|
|
12
12
|
const m = new Blob([t.previewHtml]).size;
|
|
13
|
-
e.value = Math.round(m / 1024), s.value =
|
|
14
|
-
type: e.value < o ? "success" : "warning",
|
|
15
|
-
value: Math.min(e.value, o)
|
|
16
|
-
};
|
|
13
|
+
e.value = Math.round(m / 1024), s.value.value = Math.min(e.value, o), s.value.type = e.value < o ? "success" : "warning";
|
|
17
14
|
}, i = p();
|
|
18
15
|
return u(() => t.previewHtml, () => {
|
|
19
16
|
r();
|
|
20
|
-
}, { immediate: !0 }), { __sfc: !0, previewStore: t, MAX_EMAIL_SIZE_IN_KB: o, htmlKB: e, progress: s, htmlSize: a, calculateProgress: r, trans: i, InProgress: f, InTooltip:
|
|
17
|
+
}, { immediate: !0 }), { __sfc: !0, previewStore: t, MAX_EMAIL_SIZE_IN_KB: o, htmlKB: e, progress: s, htmlSize: a, calculateProgress: r, trans: i, InProgress: f, InTooltip: _ };
|
|
21
18
|
}
|
|
22
19
|
});
|
|
23
20
|
export {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import e from "./InboxView.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
var
|
|
3
|
+
import r from "../../../../_virtual/_plugin-vue2_normalizer.js";
|
|
4
|
+
var a = function() {
|
|
5
5
|
var s = this, t = s._self._c, c = s._self._setupProxy;
|
|
6
6
|
return t("div", { staticClass: "p-y-13 p-x-3 bor-b-w-1 bor-b-s-s bor-b-c-50 cur-p b-c-4 b-c-h-5 p-3", on: { click: function(_) {
|
|
7
7
|
return c.emit("open-email");
|
|
8
8
|
} } }, [t("div", { staticClass: "d-f j-c-s-b a-i-c w-1" }, [t("div", { staticClass: "f-g-1 min-w-0-s" }, [t("div", { staticClass: "f-s-1 f-w-600 t-c-53 l-h-1 mb-12 cropped-text" }, [s._v(" " + s._s(c.senderName) + " ")]), t("div", { staticClass: "f-s-12 f-w-400 t-c-55 l-h-1 cropped-text" }, [s._v(" " + s._s(c.subject) + " ")])]), t("div", { staticClass: "f-sh-0 ml-2 f-s-12 f-w-400 t-c-55 l-h-1" }, [s._v(" " + s._s(c.trans("product-catalog.today")) + " ")]), t(c.InIcons, { staticClass: "i-c-52", attrs: { name: "line-chevron-right" } })], 1)]);
|
|
9
|
-
}, i = [], n = /* @__PURE__ */
|
|
9
|
+
}, i = [], n = /* @__PURE__ */ r(
|
|
10
10
|
e,
|
|
11
|
-
|
|
11
|
+
a,
|
|
12
12
|
i,
|
|
13
13
|
!1,
|
|
14
14
|
null,
|
|
15
|
-
"
|
|
15
|
+
"d3bb77b4"
|
|
16
16
|
);
|
|
17
|
-
const
|
|
17
|
+
const d = n.exports;
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
d as default
|
|
20
20
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent as a, computed as
|
|
1
|
+
import { defineComponent as a, computed as t } from "vue";
|
|
2
2
|
import { useConfig as i } from "../../../../composables/useConfig.js";
|
|
3
3
|
import { useTranslations as c } from "../../../../composables/useTranslations.js";
|
|
4
|
-
import { InIcons as
|
|
4
|
+
import { InIcons as p } from "@useinsider/design-system-vue";
|
|
5
5
|
const b = /* @__PURE__ */ a({
|
|
6
6
|
__name: "InboxView",
|
|
7
7
|
emits: ["open-email"],
|
|
8
|
-
setup(
|
|
9
|
-
const
|
|
8
|
+
setup(f, { emit: o }) {
|
|
9
|
+
const n = c(), { config: s } = i(), r = t(() => {
|
|
10
10
|
var e;
|
|
11
|
-
return ((e =
|
|
12
|
-
}), m =
|
|
11
|
+
return ((e = s.emailHeader) == null ? void 0 : e.senderName) || `(${n("settings.sender-name")})`;
|
|
12
|
+
}), m = t(() => {
|
|
13
13
|
var e;
|
|
14
|
-
return ((e =
|
|
14
|
+
return ((e = s.emailHeader) == null ? void 0 : e.subject) || n("newsletter.subject");
|
|
15
15
|
});
|
|
16
|
-
return { __sfc: !0, emit:
|
|
16
|
+
return { __sfc: !0, emit: o, trans: n, config: s, senderName: r, subject: m, InIcons: p };
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
export {
|
|
@@ -2,8 +2,8 @@ import i from "./MiddleSlot.vue2.js";
|
|
|
2
2
|
import s from "../../../_virtual/_plugin-vue2_normalizer.js";
|
|
3
3
|
var n = function() {
|
|
4
4
|
var o = this, e = o._self._c, t = o._self._setupProxy;
|
|
5
|
-
return t.editorStore.isVersionHistoryOpen ? e("div", { staticClass: "d-f" }, [e(t.VersionHistory), e(t.VersionHistoryViewOptions)], 1) : e("div", { staticClass: "d-f" }, [e(t.InButtonV2, { attrs: { id: "guido__undo-button", "left-icon": "line-undo", styling: "ghost", type: "secondary", "disabled-status": t.previewStore.isPreviewModeOpen, "label-text-status": !1
|
|
6
|
-
}, r = [],
|
|
5
|
+
return t.editorStore.isVersionHistoryOpen ? e("div", { staticClass: "d-f" }, [e(t.VersionHistory), e(t.VersionHistoryViewOptions)], 1) : e("div", { staticClass: "d-f" }, [e(t.InButtonV2, { attrs: { id: "guido__undo-button", "left-icon": "line-undo", styling: "ghost", type: "secondary", "disabled-status": t.previewStore.isPreviewModeOpen, "label-text-status": !1 } }), e(t.InButtonV2, { attrs: { id: "guido__redo-button", "left-icon": "line-redo", styling: "ghost", type: "secondary", "disabled-status": t.previewStore.isPreviewModeOpen, "label-text-status": !1 } }), e(t.InButtonV2, { attrs: { id: "guido__code-button", "data-testid": "Code Editor", "left-icon": "line-code", styling: "ghost", "tooltip-text": "Code Editor", type: "secondary", "disabled-status": t.previewStore.isPreviewModeOpen, "label-text-status": !1, "selected-status": t.editorStore.isCodeEditorOpen, "tooltip-options": t.getTooltipOptions("guido__code-button") } }), e(t.InButtonV2, { attrs: { id: "guido__preview-button", "left-icon": "line-show-on", styling: "ghost", type: "secondary", "label-text-status": !1, "selected-status": t.previewStore.isPreviewModeOpen, "tooltip-options": t.getTooltipOptions("guido__preview-button"), "tooltip-text": t.previewTooltipText }, on: { click: t.handlePreviewToggle } }), e(t.ViewOptions, { staticClass: "ml-3" }), t.previewStore.isPreviewModeOpen ? e(t.AmpToggle) : o._e()], 1);
|
|
6
|
+
}, r = [], d = /* @__PURE__ */ s(
|
|
7
7
|
i,
|
|
8
8
|
n,
|
|
9
9
|
r,
|
|
@@ -11,7 +11,7 @@ var n = function() {
|
|
|
11
11
|
null,
|
|
12
12
|
null
|
|
13
13
|
);
|
|
14
|
-
const u =
|
|
14
|
+
const u = d.exports;
|
|
15
15
|
export {
|
|
16
16
|
u as default
|
|
17
17
|
};
|
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as p, computed as m } from "vue";
|
|
2
2
|
import { usePreviewMode as l } from "../../../composables/usePreviewMode.js";
|
|
3
|
-
import { useTranslations as
|
|
4
|
-
import
|
|
5
|
-
import { useEditorStore as
|
|
3
|
+
import { useTranslations as c } from "../../../composables/useTranslations.js";
|
|
4
|
+
import a from "../email-preview/amp/AmpToggle.vue.js";
|
|
5
|
+
import { useEditorStore as d } from "../../../stores/editor.js";
|
|
6
6
|
import { usePreviewStore as f } from "../../../stores/preview.js";
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import u from "./version-history/
|
|
10
|
-
import T from "./version-history/ViewOptions.vue.js";
|
|
7
|
+
import { InButtonV2 as w } from "@useinsider/design-system-vue";
|
|
8
|
+
import v from "./version-history/VersionHistory.vue.js";
|
|
9
|
+
import u from "./version-history/ViewOptions.vue.js";
|
|
11
10
|
import P from "./ViewOptions.vue.js";
|
|
12
|
-
const B = /* @__PURE__ */
|
|
11
|
+
const B = /* @__PURE__ */ p({
|
|
13
12
|
__name: "MiddleSlot",
|
|
14
|
-
setup(
|
|
15
|
-
const
|
|
16
|
-
return { __sfc: !0, editorStore:
|
|
13
|
+
setup(g) {
|
|
14
|
+
const r = d(), e = c(), o = f(), { openPreviewMode: t, closePreviewMode: i } = l(), s = m(() => o.isPreviewModeOpen ? e("newsletter.close-email-preview") : e("newsletter.email-preview"));
|
|
15
|
+
return { __sfc: !0, editorStore: r, trans: e, previewStore: o, openPreviewMode: t, closePreviewMode: i, previewTooltipText: s, getTooltipOptions: (n) => ({
|
|
16
|
+
id: `${n}-tooltip`,
|
|
17
|
+
dynamicPosition: !1,
|
|
18
|
+
staticPosition: "bottom center",
|
|
19
|
+
iconStatus: !1
|
|
20
|
+
}), handlePreviewToggle: () => o.isPreviewModeOpen ? i() : t(), AmpToggle: a, InButtonV2: w, VersionHistory: v, VersionHistoryViewOptions: u, ViewOptions: P };
|
|
17
21
|
}
|
|
18
22
|
});
|
|
19
23
|
export {
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
var
|
|
4
|
-
var s,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import o from "./RightSlot.vue2.js";
|
|
2
|
+
import i from "../../../_virtual/_plugin-vue2_normalizer.js";
|
|
3
|
+
var n = function() {
|
|
4
|
+
var s = this, e = s._self._c, t = s._self._setupProxy;
|
|
5
|
+
return e("div", { staticClass: "d-f" }, [e(t.InButtonV2, { attrs: { id: "guido__history-button", "left-icon": "line-architect-version-history", styling: "ghost", type: "secondary", "disabled-status": t.previewStore.isPreviewModeOpen, "label-text-status": !1, "selected-status": t.editorStore.isVersionHistoryOpen }, on: { click: t.handleVersionHistory } }), e(t.InButtonV2, { attrs: { id: "guido__export-button", "left-icon": "line-export", styling: "ghost", type: "secondary", "disabled-status": t.editorStore.isVersionHistoryOpen, "label-text-status": !1 }, on: { click: t.exportHtml } }), e(t.InButtonV2, { attrs: { id: "guido__save-as-button", "left-icon": "line-newsletter-save-as-template", styling: "ghost", type: "secondary", "disabled-status": t.editorStore.isVersionHistoryOpen, "label-text-status": !1 } }), e(t.InButtonV2, { attrs: { id: "guido__test-button", "left-icon": "line-architect-test-journey", styling: "ghost", type: "secondary", "disabled-status": t.editorStore.isVersionHistoryOpen, "label-text-status": !1 } }), e(t.InButtonV2, { staticClass: "ml-3", attrs: { id: "guido__save-button", "label-text": "Save", "disabled-status": t.isSaveButtonDisabled }, on: { click: t.handleSave } })], 1);
|
|
6
|
+
}, a = [], r = /* @__PURE__ */ i(
|
|
7
|
+
o,
|
|
8
8
|
n,
|
|
9
|
-
|
|
10
|
-
r,
|
|
9
|
+
a,
|
|
11
10
|
!1,
|
|
12
11
|
null,
|
|
13
12
|
null
|
|
14
13
|
);
|
|
15
|
-
const c =
|
|
14
|
+
const c = r.exports;
|
|
16
15
|
export {
|
|
17
16
|
c as default
|
|
18
17
|
};
|
|
@@ -1,37 +1,36 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import { useExport as
|
|
4
|
-
import { useSaveStart as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
import { getTooltipOptions as C } from "../../../utils/tooltipUtils.js";
|
|
11
|
-
import { InButtonV2 as D } from "@useinsider/design-system-vue";
|
|
12
|
-
const z = /* @__PURE__ */ y({
|
|
1
|
+
import { defineComponent as u, computed as f } from "vue";
|
|
2
|
+
import { useActionsApi as d } from "../../../composables/useActionsApi.js";
|
|
3
|
+
import { useExport as S } from "../../../composables/useExport.js";
|
|
4
|
+
import { useSaveStart as v, useSaveComplete as y } from "../../../composables/useGuidoActions.js";
|
|
5
|
+
import { useVersionHistoryApi as _ } from "../../../composables/useVersionHistoryApi.js";
|
|
6
|
+
import { useEditorStore as H } from "../../../stores/editor.js";
|
|
7
|
+
import { usePreviewStore as V } from "../../../stores/preview.js";
|
|
8
|
+
import { InButtonV2 as h } from "@useinsider/design-system-vue";
|
|
9
|
+
const b = /* @__PURE__ */ u({
|
|
13
10
|
__name: "RightSlot",
|
|
14
|
-
setup(
|
|
15
|
-
const {
|
|
16
|
-
if (
|
|
11
|
+
setup(w) {
|
|
12
|
+
const { exportHtml: p } = S(), { getCompiledEmail: e } = d(), r = v(), s = y(), { openVersionHistory: i, closeVersionHistory: n } = _(), o = H(), m = V(), a = () => {
|
|
13
|
+
if (o.isVersionHistoryOpen) {
|
|
17
14
|
n();
|
|
18
15
|
return;
|
|
19
16
|
}
|
|
20
17
|
i();
|
|
21
|
-
},
|
|
22
|
-
e.isSaveAsTemplateDrawerOpen = !0;
|
|
23
|
-
}, u = p(() => e.isVersionHistoryOpen ? o("newsletter.close-version-history") : o("newsletter.version-history")), v = async () => {
|
|
18
|
+
}, c = async () => {
|
|
24
19
|
r();
|
|
25
20
|
try {
|
|
26
|
-
const {
|
|
27
|
-
s(
|
|
21
|
+
const { html: t } = await e();
|
|
22
|
+
s({
|
|
23
|
+
html: t || "",
|
|
24
|
+
css: ""
|
|
25
|
+
// CSS is embedded in HTML from Stripo
|
|
26
|
+
});
|
|
28
27
|
} catch (t) {
|
|
29
28
|
console.error("Failed to get template data for save:", t);
|
|
30
29
|
}
|
|
31
|
-
},
|
|
32
|
-
return { __sfc: !0,
|
|
30
|
+
}, l = f(() => o.isVersionHistoryOpen || m.isPreviewModeOpen);
|
|
31
|
+
return { __sfc: !0, exportHtml: p, getCompiledEmail: e, saveStart: r, saveComplete: s, openVersionHistory: i, closeVersionHistory: n, editorStore: o, previewStore: m, handleVersionHistory: a, handleSave: c, isSaveButtonDisabled: l, InButtonV2: h };
|
|
33
32
|
}
|
|
34
33
|
});
|
|
35
34
|
export {
|
|
36
|
-
|
|
35
|
+
b as default
|
|
37
36
|
};
|