@useinsider/guido 1.0.2-beta.2074c65 → 1.0.2-beta.22aa110

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 (121) hide show
  1. package/README.md +1 -1
  2. package/dist/components/Guido.vue.js +5 -5
  3. package/dist/components/Guido.vue2.js +51 -50
  4. package/dist/components/organisms/header/LeftSlot.vue.js +10 -10
  5. package/dist/components/organisms/header/LeftSlot.vue2.js +23 -10
  6. package/dist/composables/useHtmlValidator.js +82 -73
  7. package/dist/composables/useStripo.js +25 -24
  8. package/dist/composables/useVersionHistoryApi.js +10 -9
  9. package/dist/config/migrator/checkboxMigrator.d.ts +1 -0
  10. package/dist/config/migrator/checkboxMigrator.js +83 -0
  11. package/dist/config/migrator/index.d.ts +1 -0
  12. package/dist/config/migrator/index.js +5 -0
  13. package/dist/extensions/Blocks/Checkbox/block.d.ts +10 -0
  14. package/dist/extensions/Blocks/Checkbox/block.js +39 -0
  15. package/dist/extensions/Blocks/Checkbox/control.d.ts +22 -0
  16. package/dist/extensions/Blocks/Checkbox/control.js +104 -0
  17. package/dist/extensions/Blocks/Checkbox/extension.d.ts +2 -0
  18. package/dist/extensions/Blocks/Checkbox/extension.js +20 -0
  19. package/dist/extensions/Blocks/Checkbox/settingsPanel.d.ts +4 -0
  20. package/dist/extensions/Blocks/Checkbox/settingsPanel.js +38 -0
  21. package/dist/extensions/Blocks/Checkbox/template.d.ts +6 -0
  22. package/dist/extensions/Blocks/Checkbox/template.js +75 -0
  23. package/dist/extensions/Blocks/_Boilerplate/block.d.ts +10 -0
  24. package/dist/extensions/Blocks/_Boilerplate/control.d.ts +17 -0
  25. package/dist/extensions/Blocks/_Boilerplate/extension.d.ts +2 -0
  26. package/dist/extensions/Blocks/_Boilerplate/settingsPanel.d.ts +4 -0
  27. package/dist/extensions/Blocks/_Boilerplate/template.d.ts +6 -0
  28. package/dist/extensions/DynamicContent/dynamic-content.js +41 -27
  29. package/dist/extensions/DynamicContent/extension.js +18 -6
  30. package/dist/guido.css +1 -1
  31. package/dist/mock/api/unsubscribe.d.ts +2 -0
  32. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/Extension.js +72 -48
  33. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ExtensionBuilder.js +74 -49
  34. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/Block.js +120 -38
  35. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AiAssistantValueType.js +5 -11
  36. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockCompositionType.js +5 -11
  37. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockName.js +12 -0
  38. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockType.js +5 -11
  39. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BuiltInControlTypes.js +116 -101
  40. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/ContextActionType.js +5 -11
  41. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/EditorStatePropertyType.js +5 -11
  42. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PanelPosition.js +5 -11
  43. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/Popover.js +12 -0
  44. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PreviewDeviceMode.js +5 -11
  45. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/SettingsTab.js +5 -11
  46. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementType.js +5 -11
  47. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementsAttributes.js +22 -43
  48. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/Control.js +21 -17
  49. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelRegistry.js +8 -15
  50. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelTab.js +30 -29
  51. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/modifications/ModificationDescription.js +19 -23
  52. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElement.js +37 -19
  53. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElementTagRegistry.js +2 -15
  54. package/package.json +2 -2
  55. package/dist/_virtual/AddCustomFont.js +0 -4
  56. package/dist/_virtual/AiAssistantValueType.js +0 -4
  57. package/dist/_virtual/BackgroundColorBuiltInControl.js +0 -4
  58. package/dist/_virtual/BackgroundImageBuiltInControl.js +0 -4
  59. package/dist/_virtual/Block.js +0 -4
  60. package/dist/_virtual/BlockAttributes.js +0 -4
  61. package/dist/_virtual/BlockCompositionType.js +0 -4
  62. package/dist/_virtual/BlockPaddingsBuiltInControl.js +0 -4
  63. package/dist/_virtual/BlockRenderer.js +0 -4
  64. package/dist/_virtual/BlockType.js +0 -4
  65. package/dist/_virtual/BlocksPanel.js +0 -4
  66. package/dist/_virtual/BuiltInControl.js +0 -4
  67. package/dist/_virtual/BuiltInControlTypes.js +0 -4
  68. package/dist/_virtual/ButtonBorderBuiltInControl.js +0 -4
  69. package/dist/_virtual/ButtonColorBuiltInControl.js +0 -4
  70. package/dist/_virtual/ButtonFontColorBuiltInControl.js +0 -4
  71. package/dist/_virtual/ButtonInternalIndentsBuiltInControl.js +0 -4
  72. package/dist/_virtual/ButtonTextBuiltInControl.js +0 -4
  73. package/dist/_virtual/ContextAction.js +0 -4
  74. package/dist/_virtual/ContextActionType.js +0 -4
  75. package/dist/_virtual/Control.js +0 -4
  76. package/dist/_virtual/EditorStatePropertyType.js +0 -4
  77. package/dist/_virtual/Extension.js +0 -4
  78. package/dist/_virtual/ExtensionBuilder.js +0 -4
  79. package/dist/_virtual/FontFamilyBuiltInControl.js +0 -4
  80. package/dist/_virtual/LinkColorBuiltInControl.js +0 -4
  81. package/dist/_virtual/ModificationDescription.js +0 -4
  82. package/dist/_virtual/PanelPosition.js +0 -4
  83. package/dist/_virtual/PreviewDeviceMode.js +0 -4
  84. package/dist/_virtual/SettingsPanelRegistry.js +0 -4
  85. package/dist/_virtual/SettingsPanelTab.js +0 -4
  86. package/dist/_virtual/SettingsTab.js +0 -4
  87. package/dist/_virtual/StructureBorderBuiltInControl.js +0 -4
  88. package/dist/_virtual/StructurePaddingsBuiltInControl.js +0 -4
  89. package/dist/_virtual/TextColorBuiltInControl.js +0 -4
  90. package/dist/_virtual/TextLineSpacingBuiltInControl.js +0 -4
  91. package/dist/_virtual/TextSizeBuiltInControl.js +0 -4
  92. package/dist/_virtual/TextStyleBuiltInControl.js +0 -4
  93. package/dist/_virtual/UIElement.js +0 -4
  94. package/dist/_virtual/UIElementTagRegistry.js +0 -4
  95. package/dist/_virtual/UIElementType.js +0 -4
  96. package/dist/_virtual/UIElementsAttributes.js +0 -4
  97. package/dist/_virtual/index.js +0 -5
  98. package/dist/_virtual/index2.js +0 -4
  99. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlockRenderer.js +0 -18
  100. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlocksPanel.js +0 -32
  101. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/ContextAction.js +0 -18
  102. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AddCustomFont.js +0 -8
  103. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockAttributes.js +0 -34
  104. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundColorBuiltInControl.js +0 -43
  105. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundImageBuiltInControl.js +0 -46
  106. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BlockPaddingsBuiltInControl.js +0 -44
  107. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BuiltInControl.js +0 -22
  108. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonBorderBuiltInControl.js +0 -46
  109. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonColorBuiltInControl.js +0 -46
  110. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonFontColorBuiltInControl.js +0 -45
  111. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonInternalIndentsBuiltInControl.js +0 -45
  112. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonTextBuiltInControl.js +0 -45
  113. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/FontFamilyBuiltInControl.js +0 -43
  114. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/LinkColorBuiltInControl.js +0 -45
  115. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructureBorderBuiltInControl.js +0 -46
  116. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructurePaddingsBuiltInControl.js +0 -44
  117. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextColorBuiltInControl.js +0 -43
  118. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextLineSpacingBuiltInControl.js +0 -43
  119. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextSizeBuiltInControl.js +0 -45
  120. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextStyleBuiltInControl.js +0 -43
  121. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/index.js +0 -266
package/README.md CHANGED
@@ -643,6 +643,6 @@ ISC License
643
643
  ## 🎯 TODO:
644
644
  - CSS part should be optimized with variables & `sass-loader`.
645
645
  - Master Version Generator should be fixed.
646
- - Playwright integration
646
+ - Playwright integrationBoilerplate/control.ts
647
647
  - Commitlint & Precommit Hooks integration
648
648
  - Get Pre-built display conditions from API
@@ -1,16 +1,16 @@
1
- import a from "./Guido.vue2.js";
1
+ import o from "./Guido.vue2.js";
2
2
  /* empty css */
3
3
  import i from "../_virtual/_plugin-vue2_normalizer.js";
4
4
  var t = function() {
5
- var o = this, r = o._self._c, e = o._self._setupProxy;
6
- return r("div", { staticClass: "guido-editor__wrapper", class: { "guido-editor__no-header": e.noHeader } }, [r(e.HeaderWrapper, { ref: "headerWrapperRef" }), e.editorStore.isPreviewModeOpen ? r(e.PreviewContainer) : o._e(), r("div", { directives: [{ name: "show", rawName: "v-show", value: !e.previewStore.isLoaded, expression: "!previewStore.isLoaded" }], staticClass: "guido-editor__container", class: { "guido-editor__no-header": e.noHeader }, attrs: { id: "guido-editor" } }), r(e.Toaster), r(e.SaveAsTemplateDrawer), e.isTestPartner() ? o._e() : r(e.OnboardingWrapper), r(e.LoadingWrapper)], 1);
5
+ var a = this, r = a._self._c, e = a._self._setupProxy;
6
+ return r("div", { staticClass: "guido-editor__wrapper", class: { "guido-editor__no-header": e.noHeader } }, [r(e.HeaderWrapper, { ref: "headerWrapperRef" }), e.editorStore.isPreviewModeOpen ? r(e.PreviewContainer) : a._e(), r("div", { directives: [{ name: "show", rawName: "v-show", value: !e.previewStore.isLoaded, expression: "!previewStore.isLoaded" }], staticClass: "guido-editor__container", class: { "guido-editor__no-header": e.noHeader }, attrs: { id: "guido-editor" } }), r(e.Toaster), r(e.SaveAsTemplateDrawer), e.isTestPartner() ? a._e() : r(e.OnboardingWrapper), r(e.LoadingWrapper)], 1);
7
7
  }, s = [], d = /* @__PURE__ */ i(
8
- a,
8
+ o,
9
9
  t,
10
10
  s,
11
11
  !1,
12
12
  null,
13
- "cc1f9260"
13
+ "aca05338"
14
14
  );
15
15
  const v = d.exports;
16
16
  export {
@@ -1,18 +1,19 @@
1
- import { defineComponent as N, defineAsyncComponent as E, ref as H, computed as G, watch as R, onMounted as U, onUnmounted as x } from "vue";
2
- import { provideGuidoActions as F } from "../composables/useGuidoActions.js";
3
- import { usePartner as M } from "../composables/usePartner.js";
4
- import { useStripo as z } from "../composables/useStripo.js";
5
- import { DefaultUsername as B, DefaultMessageType as K, DefaultGuidoConfig as O } from "../enums/defaults.js";
6
- import j from "./organisms/base/Toaster.vue.js";
7
- import q from "./organisms/header/HeaderWrapper.vue.js";
8
- import J from "./organisms/LoadingWrapper.vue.js";
9
- import Q from "./organisms/save-as-template/SaveAsTemplateDrawer.vue.js";
10
- import { useStripoApi as V } from "../services/stripoApi.js";
11
- import { useDynamicContentStore as X } from "../stores/dynamic-content.js";
12
- import { useEditorStore as Y } from "../stores/editor.js";
13
- import { usePreviewStore as Z } from "../stores/preview.js";
14
- import $ from "../node_modules/lodash-es/merge.js";
15
- const ge = /* @__PURE__ */ N({
1
+ import { defineComponent as H, defineAsyncComponent as E, ref as R, computed as G, watch as U, onMounted as x, onUnmounted as F } from "vue";
2
+ import { provideGuidoActions as M } from "../composables/useGuidoActions.js";
3
+ import { usePartner as z } from "../composables/usePartner.js";
4
+ import { useStripo as B } from "../composables/useStripo.js";
5
+ import { migrate as P } from "../config/migrator/index.js";
6
+ import { DefaultUsername as K, DefaultMessageType as O, DefaultGuidoConfig as j } from "../enums/defaults.js";
7
+ import q from "./organisms/base/Toaster.vue.js";
8
+ import J from "./organisms/header/HeaderWrapper.vue.js";
9
+ import Q from "./organisms/LoadingWrapper.vue.js";
10
+ import V from "./organisms/save-as-template/SaveAsTemplateDrawer.vue.js";
11
+ import { useStripoApi as X } from "../services/stripoApi.js";
12
+ import { useDynamicContentStore as Y } from "../stores/dynamic-content.js";
13
+ import { useEditorStore as Z } from "../stores/editor.js";
14
+ import { usePreviewStore as $ } from "../stores/preview.js";
15
+ import ee from "../node_modules/lodash-es/merge.js";
16
+ const ye = /* @__PURE__ */ H({
16
17
  __name: "Guido",
17
18
  props: {
18
19
  templateId: null,
@@ -27,45 +28,45 @@ const ge = /* @__PURE__ */ N({
27
28
  guidoConfig: null
28
29
  },
29
30
  emits: ["dynamic-content:open", "back", "save:start", "save:complete", "on-change", "ready"],
30
- setup(P, { expose: I, emit: o }) {
31
- const n = P, L = E(
31
+ setup(I, { expose: L, emit: o }) {
32
+ const r = I, _ = E(
32
33
  () => import("./organisms/email-preview/PreviewContainer.vue.js")
33
- ), _ = E(
34
+ ), W = E(
34
35
  () => import("./organisms/onboarding/OnboardingWrapper.vue.js")
35
- ), c = H(), r = X(), d = Y(), W = Z(), t = G(() => d.hasChanges), a = n.preselectedDynamicContentList || [], { getPartnerName: m, getProductType: l, isTestPartner: k } = M(), u = () => {
36
+ ), d = R(), a = Y(), m = Z(), k = $(), t = G(() => m.hasChanges), i = r.preselectedDynamicContentList || [], { getPartnerName: l, getProductType: u, isTestPartner: A } = z(), p = () => {
36
37
  var e;
37
- return (e = c.value) == null ? void 0 : e.handleSave(!0);
38
+ return (e = d.value) == null ? void 0 : e.handleSave(!0);
38
39
  }, {
39
- templateId: p,
40
- userId: g,
41
- guidoConfig: f,
42
- html: y = "",
40
+ templateId: g,
41
+ userId: f,
42
+ guidoConfig: y,
43
+ html: n = "",
43
44
  css: v = "",
44
- partnerName: i = m(),
45
- productType: s = l(),
46
- messageType: C = K,
47
- username: h = B
48
- } = n;
49
- window.GuidoConfig = $(O, f), window.GuidoConfig.partner = {
50
- partnerName: i,
51
- productType: s,
45
+ partnerName: s = l(),
46
+ productType: c = u(),
47
+ messageType: C = O,
48
+ username: h = K
49
+ } = r;
50
+ window.GuidoConfig = ee(j, y), window.GuidoConfig.partner = {
51
+ partnerName: s,
52
+ productType: c,
52
53
  messageType: C
53
54
  };
54
- const { initPlugin: w } = z({
55
- emailId: p,
56
- userId: g,
55
+ const { initPlugin: w } = B({
56
+ emailId: g,
57
+ userId: f,
57
58
  username: h,
58
- partnerName: i,
59
- productType: s,
60
- preselectedDynamicContentList: a,
59
+ partnerName: s,
60
+ productType: c,
61
+ preselectedDynamicContentList: i,
61
62
  onReady: () => {
62
63
  console.debug("guido:ready"), o("ready");
63
64
  }
64
- }), { getDefaultTemplate: S } = V(), A = G(() => {
65
+ }), { getDefaultTemplate: S } = X(), N = G(() => {
65
66
  var e;
66
67
  return !((e = window.GuidoConfig) != null && e.useHeader);
67
68
  });
68
- F({
69
+ M({
69
70
  onBack: () => {
70
71
  console.debug("guido:back"), o("back");
71
72
  },
@@ -77,22 +78,22 @@ const ge = /* @__PURE__ */ N({
77
78
  }
78
79
  });
79
80
  const b = (e) => {
80
- console.debug("dynamic-content:close", e), r.setSelectedDynamicContent(e), document.dispatchEvent(new CustomEvent("dynamic-content:close", { detail: e }));
81
+ console.debug("dynamic-content:close", e), a.setSelectedDynamicContent(e), document.dispatchEvent(new CustomEvent("dynamic-content:close", { detail: e }));
81
82
  }, D = () => {
82
83
  console.debug("dynamic-content:close", "Without Data"), document.dispatchEvent(new CustomEvent("dynamic-content:close", { detail: { text: "", value: "" } }));
83
84
  };
84
- return R(() => t.value, () => {
85
+ return U(() => t.value, () => {
85
86
  o("on-change", t.value);
86
- }), U(async () => {
87
+ }), x(async () => {
87
88
  console.debug("Guido says happy coding 🎉"), console.debug("🚗 Ka-Chow");
88
89
  try {
89
90
  let e = {
90
- html: y,
91
+ html: n && P(n),
91
92
  css: v,
92
93
  forceRecreate: !0
93
94
  // TODO: It should be false for old templates. We will communicate with Stripo
94
95
  };
95
- e.html || (e = await S()), await w(e), r.selectedDynamicContentList = a;
96
+ e.html || (e = await S(), e.html = P(e.html)), await w(e), a.selectedDynamicContentList = i;
96
97
  } catch (e) {
97
98
  console.error("Failed to initialize Stripo editor:", e);
98
99
  }
@@ -100,22 +101,22 @@ const ge = /* @__PURE__ */ N({
100
101
  const T = e;
101
102
  console.debug("dynamic-content:open", T.detail), o("dynamic-content:open", T.detail);
102
103
  });
103
- }), x(() => {
104
+ }), F(() => {
104
105
  try {
105
106
  window.UIEditor.removeEditor();
106
107
  } catch {
107
108
  console.debug("Failed to remove Stripo editor: No editor found");
108
109
  }
109
- }), I({
110
+ }), L({
110
111
  dynamicContent: {
111
112
  insert: b,
112
113
  close: D
113
114
  },
114
115
  hasChanges: t,
115
- saveSilent: u
116
- }), { __sfc: !0, PreviewContainer: L, OnboardingWrapper: _, headerWrapperRef: c, dynamicContentStore: r, props: n, editorStore: d, previewStore: W, hasChanges: t, preselectedDynamicContentList: a, getPartnerName: m, getProductType: l, isTestPartner: k, saveSilent: u, templateId: p, userId: g, guidoConfig: f, html: y, css: v, partnerName: i, productType: s, messageType: C, username: h, emit: o, initPlugin: w, getDefaultTemplate: S, noHeader: A, insertDynamicContent: b, closeDynamicContent: D, Toaster: j, HeaderWrapper: q, LoadingWrapper: J, SaveAsTemplateDrawer: Q };
116
+ saveSilent: p
117
+ }), { __sfc: !0, PreviewContainer: _, OnboardingWrapper: W, headerWrapperRef: d, dynamicContentStore: a, props: r, editorStore: m, previewStore: k, hasChanges: t, preselectedDynamicContentList: i, getPartnerName: l, getProductType: u, isTestPartner: A, saveSilent: p, templateId: g, userId: f, guidoConfig: y, html: n, css: v, partnerName: s, productType: c, messageType: C, username: h, emit: o, initPlugin: w, getDefaultTemplate: S, noHeader: N, insertDynamicContent: b, closeDynamicContent: D, Toaster: q, HeaderWrapper: J, LoadingWrapper: Q, SaveAsTemplateDrawer: V };
117
118
  }
118
119
  });
119
120
  export {
120
- ge as default
121
+ ye as default
121
122
  };
@@ -1,18 +1,18 @@
1
- import o from "./LeftSlot.vue2.js";
1
+ import s from "./LeftSlot.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../_virtual/_plugin-vue2_normalizer.js";
4
- var a = function() {
5
- var e = this, s = e._self._c, t = e._self._setupProxy;
6
- return s("div", { staticClass: "d-f a-i-c" }, [s(t.InButtonV2, { staticClass: "p-2", attrs: { id: "guido__back-button", "label-text": "Back", "left-icon": "line-arrow-left", styling: "text", type: "secondary" }, on: { click: t.handleBack } }), t.editorStore.isVersionHistoryOpen ? s(t.RestoreButton, { staticClass: "ml-3" }) : e._e()], 1);
7
- }, n = [], i = /* @__PURE__ */ r(
8
- o,
9
- a,
4
+ var n = function() {
5
+ var e = this, o = e._self._c, t = e._self._setupProxy;
6
+ return o("div", { staticClass: "d-f a-i-c" }, [o(t.InButtonV2, { staticClass: "p-2", attrs: { id: "guido__back-button", "left-icon": "line-arrow-left", styling: "text", type: "secondary", "label-text": t.backButtonLabel }, on: { click: t.handleBackClick } }), t.editorStore.isVersionHistoryOpen ? o(t.RestoreButton, { staticClass: "ml-3" }) : e._e()], 1);
7
+ }, a = [], i = /* @__PURE__ */ r(
8
+ s,
10
9
  n,
10
+ a,
11
11
  !1,
12
12
  null,
13
- "a18ac2d3"
13
+ "2c168944"
14
14
  );
15
- const d = i.exports;
15
+ const p = i.exports;
16
16
  export {
17
- d as default
17
+ p as default
18
18
  };
@@ -1,15 +1,28 @@
1
- import { defineComponent as r } from "vue";
2
- import { useBack as e } from "../../../composables/useGuidoActions.js";
3
- import { useEditorStore as m } from "../../../stores/editor.js";
4
- import { InButtonV2 as n } from "@useinsider/design-system-vue";
5
- import s from "./version-history/RestoreButton.vue.js";
6
- const c = /* @__PURE__ */ r({
1
+ import { defineComponent as s, computed as c } from "vue";
2
+ import { useBack as m } from "../../../composables/useGuidoActions.js";
3
+ import { usePreviewMode as a } from "../../../composables/usePreviewMode.js";
4
+ import { useTranslations as p } from "../../../composables/useTranslations.js";
5
+ import { useVersionHistoryApi as u } from "../../../composables/useVersionHistoryApi.js";
6
+ import { useEditorStore as d } from "../../../stores/editor.js";
7
+ import { InButtonV2 as f } from "@useinsider/design-system-vue";
8
+ import l from "./version-history/RestoreButton.vue.js";
9
+ const O = /* @__PURE__ */ s({
7
10
  __name: "LeftSlot",
8
- setup(f) {
9
- const o = m(), t = e();
10
- return { __sfc: !0, editorStore: o, handleBack: t, InButtonV2: n, RestoreButton: s };
11
+ setup(k) {
12
+ const o = d(), r = m(), { closeVersionHistory: t } = u(), { closePreviewMode: i } = a(), e = p(), n = c(() => o.isVersionHistoryOpen || o.isPreviewModeOpen ? e("email-editor.back-to-editor") : e("email-editor.back-to-design"));
13
+ return { __sfc: !0, editorStore: o, handleBack: r, closeVersionHistory: t, closePreviewMode: i, trans: e, backButtonLabel: n, handleBackClick: () => {
14
+ if (o.isVersionHistoryOpen) {
15
+ t();
16
+ return;
17
+ }
18
+ if (o.isPreviewModeOpen) {
19
+ i();
20
+ return;
21
+ }
22
+ r();
23
+ }, InButtonV2: f, RestoreButton: l };
11
24
  }
12
25
  });
13
26
  export {
14
- c as default
27
+ O as default
15
28
  };
@@ -1,130 +1,139 @@
1
1
  import { useConfig as H } from "./useConfig.js";
2
- import { TemplateTypes as O } from "../enums/defaults.js";
3
- import { DISPLAY_CONDITIONS_REGEX as V, DISPLAY_CONDITIONS_EXCEPTIONS_REGEX as B, CampaignCouldNotBeSavedKey as _, CanNotMakeAnyChangesForRunningKey as R } from "../enums/html-validator.js";
4
- import { ToasterTypeOptions as c } from "../enums/toaster.js";
5
- import { useRecommendationStore as D } from "../stores/recommendation.js";
6
- import { base64EncodeWithSpecialChars as P } from "../utils/base64.js";
7
- import { useHttp as $ } from "./useHttp.js";
8
- import { useToaster as j } from "./useToaster.js";
2
+ import { TemplateTypes as V } from "../enums/defaults.js";
3
+ import { DISPLAY_CONDITIONS_REGEX as B, DISPLAY_CONDITIONS_EXCEPTIONS_REGEX as _, CampaignCouldNotBeSavedKey as D, CanNotMakeAnyChangesForRunningKey as P } from "../enums/html-validator.js";
4
+ import { ToasterTypeOptions as l } from "../enums/toaster.js";
5
+ import { useRecommendationStore as R } from "../stores/recommendation.js";
6
+ import { base64EncodeWithSpecialChars as $ } from "../utils/base64.js";
7
+ import { useHttp as j } from "./useHttp.js";
8
+ import { useToaster as G } from "./useToaster.js";
9
9
  import { useTranslations as X } from "./useTranslations.js";
10
- const tt = () => {
10
+ const te = () => {
11
11
  var d;
12
- const { showToaster: r } = j(), { post: y } = $(), { config: h } = H(), o = X(), m = D(), u = ((d = h.partner) == null ? void 0 : d.messageType) === O.transactional, C = async (t) => {
13
- const e = await y(
12
+ const { showToaster: c } = G(), { post: y } = j(), { config: h } = H(), o = X(), m = R(), u = ((d = h.partner) == null ? void 0 : d.messageType) === V.transactional, C = async (e) => {
13
+ const t = await y(
14
14
  "/newsletter/template-library/check-template-html-body",
15
- { html: P(t) }
16
- ), { status: n, message: a } = e.data;
17
- return n || r({
18
- type: c.Alert,
15
+ { html: $(e) }
16
+ ), { status: n, message: a } = t.data;
17
+ return n || c({
18
+ type: l.Alert,
19
19
  message: n === void 0 ? a : o("newsletter.invalid-url-link-for-toaster")
20
- }), o(_), a === o(R) && r({
21
- type: c.Alert,
20
+ }), o(D), a === o(P) && c({
21
+ type: l.Alert,
22
22
  message: o("newsletter.already-in-progress")
23
23
  }), n;
24
- }, v = (t) => !["if", "endif", "else", "elif", "now"].includes(t.toLowerCase()), w = (t) => ["if", "endif"].includes(t.toLowerCase()), S = (t, s) => {
25
- const e = t.match(/({%(.*?)%})/g);
24
+ }, v = (e) => !["if", "endif", "else", "elif", "now"].includes(e.toLowerCase()), w = (e) => ["if", "endif"].includes(e.toLowerCase()), S = (e, s) => {
25
+ const t = e.match(/({%(.*?)%})/g);
26
26
  let n = !0;
27
- return e !== null && !u && e.forEach((a) => {
27
+ return t !== null && !u && t.forEach((a) => {
28
28
  const i = a.slice(2, -2).trim().match(/(".*?"|[^"\s]+)(?=\s*|\s*$)/g);
29
29
  if (i && i.length > 0) {
30
- const [l] = i;
31
- v(l) && !s.includes(l) && (r({
32
- type: c.Warning,
30
+ const [r] = i;
31
+ v(r) && !s.includes(r) && (c({
32
+ type: l.Warning,
33
33
  message: o("custom-fields.invalid-custom-fields")
34
34
  }), n = !1);
35
35
  }
36
36
  }), n;
37
- }, E = async (t, s, e) => {
38
- const n = e ? await C(t) : !0;
39
- return S(t, s) && n;
40
- }, T = (t) => t.length > 0 ? !0 : (r({
41
- type: c.Warning,
37
+ }, b = async (e, s, t) => {
38
+ const n = t ? await C(e) : !0;
39
+ return S(e, s) && n;
40
+ }, E = (e) => e.length > 0 ? !0 : (c({
41
+ type: l.Warning,
42
42
  message: o("newsletter.html-content-is-empty")
43
- }), !1), A = (t) => {
44
- const s = (t.match(/{/gm) || []).length, e = (t.match(/}/gm) || []).length;
45
- return s > e && r({
46
- type: c.Warning,
43
+ }), !1), A = (e) => {
44
+ const s = (e.match(/{/gm) || []).length, t = (e.match(/}/gm) || []).length;
45
+ return s > t && c({
46
+ type: l.Warning,
47
47
  message: o("custom-fields.missing-closing-braces")
48
- }), s < e && r({
49
- type: c.Warning,
48
+ }), s < t && c({
49
+ type: l.Warning,
50
50
  message: o("custom-fields.missing-opening-braces")
51
- }), s === e;
52
- }, I = (t) => {
53
- const s = t.match(/{{\s*(\w+\s+((\w+\|\w+)|(\w+)))\s*}}/gm) === null;
54
- return s || r({
55
- type: c.Warning,
51
+ }), s === t;
52
+ }, x = (e) => {
53
+ const s = e.match(/{{\s*(\w+\s+((\w+\|\w+)|(\w+)))\s*}}/gm) === null;
54
+ return s || c({
55
+ type: l.Warning,
56
56
  message: o("custom-fields.invalid-custom-fields")
57
57
  }), s;
58
- }, F = (t, s) => {
59
- const e = t.match(/{{([a-zA-Z0-9_\s]*)}}/gm);
60
- if (e && !u) {
58
+ }, T = (e, s) => {
59
+ const t = e.match(/{{([a-zA-Z0-9_\s]*)}}/gm);
60
+ if (t && !u) {
61
61
  const n = new Set(s.map((i) => i.toLowerCase())), a = [];
62
- if (e.forEach((i) => {
63
- const l = i.slice(2, -2).trim().toLowerCase();
64
- (!n.has(l) || l === "") && a.push(l);
62
+ if (t.forEach((i) => {
63
+ const r = i.slice(2, -2).trim().toLowerCase();
64
+ (!n.has(r) || r === "") && a.push(r);
65
65
  }), a.length > 0) {
66
66
  const i = `
67
67
  <ul>
68
- ${a.map((l) => `<li>${l}</li>`).join("")}
68
+ ${a.map((r) => `<li>${r}</li>`).join("")}
69
69
  </ul>
70
70
  `;
71
- return r({
72
- type: c.Alert,
71
+ return c({
72
+ type: l.Alert,
73
73
  message: o("custom-fields.invalid-custom-fields") + i
74
74
  }), !1;
75
75
  }
76
76
  }
77
77
  return !0;
78
- }, W = (t) => {
79
- const s = t.match(/{%(.*?)%}/g), e = [];
78
+ }, k = (e) => {
79
+ const s = e.match(/{%(.*?)%}/g), t = [];
80
80
  let n = !0;
81
81
  if (s && s.forEach((a) => {
82
- const i = a.match(V), l = a.match(B), k = (i == null ? void 0 : i.join("")) || "";
83
- (!i || a !== k) && !l && (r({
84
- type: c.Alert,
82
+ const i = a.match(B), r = a.match(_), O = (i == null ? void 0 : i.join("")) || "";
83
+ (!i || a !== O) && !r && (c({
84
+ type: l.Alert,
85
85
  message: o("newsletter.display-conditions-invalid-syntax")
86
86
  }), n = !1), i && i.forEach((f) => {
87
- f.trim() === "=" && (r({
88
- type: c.Alert,
87
+ f.trim() === "=" && (c({
88
+ type: l.Alert,
89
89
  message: o("custom-conditions.wrong-equality-operators")
90
90
  }), n = !1);
91
91
  const g = f.match(/^[a-zA-Z]*$/g);
92
92
  g && g.forEach((p) => {
93
- w(p) && e.push(p);
93
+ w(p) && t.push(p);
94
94
  });
95
95
  });
96
- }), e.length) {
97
- const a = e.filter((l) => l === "if"), i = e.filter((l) => l === "endif");
98
- a.length !== i.length && (r({
99
- type: c.Alert,
96
+ }), t.length) {
97
+ const a = t.filter((r) => r === "if"), i = t.filter((r) => r === "endif");
98
+ a.length !== i.length && (c({
99
+ type: l.Alert,
100
100
  message: o("custom-conditions.missing-if-endif-tag")
101
101
  }), n = !1);
102
102
  }
103
103
  return n;
104
- }, b = (t) => {
105
- const s = (t.match(/{% /gm) || []).length, e = (t.match(/ %}/gm) || []).length, n = s === e;
106
- return n || r({
107
- type: c.Warning,
104
+ }, F = (e) => {
105
+ const s = (e.match(/{% /gm) || []).length, t = (e.match(/ %}/gm) || []).length, n = s === t;
106
+ return n || c({
107
+ type: l.Warning,
108
108
  message: o("custom-conditions.no-space-after-braces")
109
109
  }), n;
110
- }, x = (t) => (t.match(/({%(.*?)%})/g) || []).filter((e) => e.includes("if")).map((e) => (e.match(/{{.*}}/gm) || []).length).reduce((e, n) => e + n, 0) > 0 ? (r({
111
- type: c.Warning,
110
+ }, I = (e) => (e.match(/({%(.*?)%})/g) || []).filter((t) => t.includes("if")).map((t) => (t.match(/{{.*}}/gm) || []).length).reduce((t, n) => t + n, 0) > 0 ? (c({
111
+ type: l.Warning,
112
112
  message: o("custom-conditions.no-braces-inside-if-tag")
113
- }), !1) : !0, L = () => m.recommendationConfigs && Object.values(m.recommendationConfigs).find((s) => s.filters.find((e) => e.value === "")) !== void 0 ? (r({
114
- type: c.Alert,
113
+ }), !1) : !0, W = () => m.recommendationConfigs && Object.values(m.recommendationConfigs).find((s) => s.filters.find((t) => t.value === "")) !== void 0 ? (c({
114
+ type: l.Alert,
115
115
  message: o("newsletter.fill-all-necessary-fields")
116
- }), !1) : !0, N = (t) => {
116
+ }), !1) : !0, L = (e) => {
117
117
  const s = /src="[^"]*\.(svg|pst)"/gm;
118
- return t.match(s) === null ? !0 : (r({
119
- type: c.Alert,
118
+ return e.match(s) === null ? !0 : (c({
119
+ type: l.Alert,
120
120
  message: o("newsletter.invalid-image-type")
121
121
  }), !1);
122
+ }, N = (e) => {
123
+ const n = new DOMParser().parseFromString(e, "text/html").querySelectorAll(".checkbox-block-v2");
124
+ return Array.from(n).find((i) => {
125
+ var r;
126
+ return !((r = i.id) != null && r.trim());
127
+ }) ? (c({
128
+ type: l.Alert,
129
+ message: o("unsubscribe-templates.select-checkbox-groups")
130
+ }), !1) : !0;
122
131
  };
123
- return { validateHtml: async (t, s, e = !1) => {
132
+ return { validateHtml: async (e, s, t = !1) => {
124
133
  const n = s.map((i) => i.value);
125
- return await E(t, n, e) && T(t) && A(t) && I(t) && F(t, n) && W(t) && b(t) && x(t) && L() && N(t);
134
+ return await b(e, n, t) && E(e) && A(e) && x(e) && T(e, n) && k(e) && F(e) && I(e) && W() && L(e) && N(e);
126
135
  } };
127
136
  };
128
137
  export {
129
- tt as useHtmlValidator
138
+ te as useHtmlValidator
130
139
  };
@@ -3,19 +3,20 @@ import { useCustomInterfaceAppearance as S } from "./useCustomInterfaceAppearanc
3
3
  import { useStripoEventHandler as C } from "./useStripoEventHandler.js";
4
4
  import { useToaster as E } from "./useToaster.js";
5
5
  import { displayConditions as y } from "../enums/displayConditions.js";
6
- import h from "../extensions/DynamicContent/extension.js";
7
- import { useStripoApi as w } from "../services/stripoApi.js";
8
- import b from "../static/styles/customEditorStyle.css.js";
6
+ import h from "../extensions/Blocks/Checkbox/extension.js";
7
+ import w from "../extensions/DynamicContent/extension.js";
8
+ import { useStripoApi as b } from "../services/stripoApi.js";
9
+ import k from "../static/styles/customEditorStyle.css.js";
9
10
  import { useEditorStore as V } from "../stores/editor.js";
10
11
  import { dynamicContentToMergeTags as _ } from "../utils/genericUtil.js";
11
- const R = (s) => {
12
- const { handleError: d } = E(), { getToken: c, getCustomFonts: u } = w(), { handleEvent: l } = C(), p = (r, i = []) => {
13
- const e = V(), { html: o, css: a, forceRecreate: g } = r;
12
+ const H = (s) => {
13
+ const { handleError: d } = E(), { getToken: c, getCustomFonts: u } = b(), { handleEvent: l } = C(), m = (r, i = []) => {
14
+ const o = V(), { html: e, css: a, forceRecreate: g } = r;
14
15
  window.UIEditor.initEditor(
15
16
  document.querySelector("#guido-editor"),
16
17
  {
17
18
  metadata: s,
18
- html: o,
19
+ html: e,
19
20
  css: a,
20
21
  forceRecreate: g,
21
22
  locale: "en",
@@ -27,7 +28,7 @@ const R = (s) => {
27
28
  customAppearanceMergetags: !0,
28
29
  customAppearanceMergetagsBorderColor: "#f1f3fe",
29
30
  customAppearanceMergetagsBackgroundColor: "#f1f3fe",
30
- customViewStyles: b,
31
+ customViewStyles: k,
31
32
  conditionsEnabled: !0,
32
33
  customConditionsEnabled: !0,
33
34
  conditionCategories: y,
@@ -55,50 +56,50 @@ const R = (s) => {
55
56
  onTemplateLoaded() {
56
57
  try {
57
58
  const { importCss: t } = S(), { activateCustomViewStyles: n } = f();
58
- t(), n(), s.onReady(), e.isStripoInitialized = !0, e.loadingStatus = !1, setTimeout(() => {
59
- e.hasChanges = !1;
59
+ t(), n(), s.onReady(), o.isStripoInitialized = !0, o.loadingStatus = !1, setTimeout(() => {
60
+ o.hasChanges = !1;
60
61
  }, 1e3);
61
62
  } catch (t) {
62
63
  d(t, "Failed to load custom interface appearance");
63
64
  }
64
65
  },
65
66
  onCodeEditorVisibilityChanged(t) {
66
- e.isCodeEditorOpen = t;
67
+ o.isCodeEditorOpen = t;
67
68
  },
68
69
  onEditorVisualModeChanged(t) {
69
- e.editorVisualMode = t.toLowerCase();
70
+ o.editorVisualMode = t.toLowerCase();
70
71
  },
71
72
  onVersionHistoryVisibilityChanged(t) {
72
- e.isVersionHistoryOpen = t;
73
+ o.isVersionHistoryOpen = t;
73
74
  },
74
75
  onDataChanged() {
75
- e.hasChanges = !0;
76
+ o.hasChanges = !0;
76
77
  },
77
78
  onEvent: l,
78
79
  ignoreClickOutsideSelectors: ["#guido-dynamic-content-modal", ".in-on-board-wrapper"],
79
- extensions: [h]
80
+ extensions: [w, h]
80
81
  }
81
82
  );
82
- }, m = (r) => new Promise((i, e) => {
83
+ }, p = (r) => new Promise((i, o) => {
83
84
  if (document.getElementById("UiEditorScript")) {
84
85
  r(), i();
85
86
  return;
86
87
  }
87
- const o = document.createElement("script");
88
- o.id = "UiEditorScript", o.type = "module", o.src = "https://plugins.stripo.email/resources/uieditor/latest/UIEditor.js", o.onload = () => {
88
+ const e = document.createElement("script");
89
+ e.id = "UiEditorScript", e.type = "module", e.src = "https://plugins.stripo.email/resources/uieditor/latest/UIEditor.js", e.onload = () => {
89
90
  r(), i();
90
- }, o.onerror = () => {
91
+ }, e.onerror = () => {
91
92
  const a = new Error("Failed to load Stripo UIEditor script");
92
- e(a);
93
- }, document.body.appendChild(o);
93
+ o(a);
94
+ }, document.body.appendChild(e);
94
95
  });
95
96
  return { initPlugin: async (r) => {
96
- await m(async () => {
97
+ await p(async () => {
97
98
  const i = await u();
98
- p(r, i);
99
+ m(r, i);
99
100
  });
100
101
  } };
101
102
  };
102
103
  export {
103
- R as useStripo
104
+ H as useStripo
104
105
  };
@@ -1,15 +1,16 @@
1
1
  import { ToasterTypeOptions as t } from "../enums/toaster.js";
2
- import { useVersionHistoryStore as c } from "../stores/version-history.js";
3
- import { useToaster as w } from "./useToaster.js";
4
- const S = () => {
5
- const i = c(), { showToaster: s } = w(), n = (e) => {
6
- i.$reset(), i.updateState(e);
7
- }, p = () => {
8
- i.$reset();
2
+ import { useEditorStore as w } from "../stores/editor.js";
3
+ import { useVersionHistoryStore as y } from "../stores/version-history.js";
4
+ import { useToaster as a } from "./useToaster.js";
5
+ const u = () => {
6
+ const i = y(), n = w(), { showToaster: s } = a(), p = (e) => {
7
+ i.$reset(), i.updateState(e), n.isVersionHistoryOpen = !0;
8
+ }, c = () => {
9
+ i.$reset(), n.isVersionHistoryOpen = !1;
9
10
  };
10
11
  return {
11
12
  openVersionHistory: () => {
12
- window.StripoEditorApi.versionHistoryApi.openVersionHistory(n, p);
13
+ window.StripoEditorApi.versionHistoryApi.openVersionHistory(p, c);
13
14
  },
14
15
  closeVersionHistory: () => {
15
16
  window.StripoEditorApi.versionHistoryApi.closeVersionHistory();
@@ -50,5 +51,5 @@ const S = () => {
50
51
  };
51
52
  };
52
53
  export {
53
- S as useVersionHistoryApi
54
+ u as useVersionHistoryApi
54
55
  };
@@ -0,0 +1 @@
1
+ export declare function migrateCheckbox(html: string): string;