@useinsider/guido 1.0.3-beta.f27e9ff → 1.0.3-beta.f711f2e

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 (200) hide show
  1. package/README.md +0 -6
  2. package/dist/components/Guido.vue.js +1 -1
  3. package/dist/components/Guido.vue2.js +80 -80
  4. package/dist/components/organisms/LoadingWrapper.vue.js +1 -1
  5. package/dist/components/organisms/header/RightSlot.vue.js +1 -1
  6. package/dist/components/organisms/header/RightSlot.vue2.js +20 -21
  7. package/dist/components/organisms/onboarding/OnboardingWrapper.vue2.js +18 -20
  8. package/dist/composables/useActionsApi.js +1 -1
  9. package/dist/composables/useBlocksConfig.js +2 -1
  10. package/dist/composables/useGuidoActions.js +9 -19
  11. package/dist/composables/useHtmlCompiler.js +13 -15
  12. package/dist/composables/useHtmlValidator.js +35 -36
  13. package/dist/composables/useStripo.js +41 -47
  14. package/dist/config/compiler/unsubscribeCompilerRules.js +28 -33
  15. package/dist/enums/defaults.js +1 -2
  16. package/dist/enums/extensions/recommendationBlock.js +2 -2
  17. package/dist/enums/onboarding.js +3 -7
  18. package/dist/enums/unsubscribe.js +25 -27
  19. package/dist/extensions/Blocks/Checkbox/block.js +2 -5
  20. package/dist/extensions/Blocks/Checkbox/control.js +14 -15
  21. package/dist/extensions/Blocks/Checkbox/template.js +9 -14
  22. package/dist/extensions/Blocks/RadioButton/block.js +2 -5
  23. package/dist/extensions/Blocks/RadioButton/control.js +17 -18
  24. package/dist/extensions/Blocks/RadioButton/template.js +9 -18
  25. package/dist/extensions/Blocks/Recommendation/iconsRegistry.js +43 -43
  26. package/dist/extensions/Blocks/Recommendation/store/recommendation.js +1 -1
  27. package/dist/extensions/Blocks/Unsubscribe/block.js +41 -45
  28. package/dist/extensions/Blocks/common-control.js +110 -174
  29. package/dist/extensions/DynamicContent/dynamic-content-modal.js +19 -25
  30. package/dist/extensions/DynamicContent/dynamic-content.js +33 -128
  31. package/dist/guido.css +1 -1
  32. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +168 -213
  33. package/dist/node_modules/lodash-es/_arrayLikeKeys.js +12 -13
  34. package/dist/node_modules/lodash-es/keysIn.js +3 -3
  35. package/dist/package.json.js +1 -1
  36. package/dist/services/recommendationApi.js +19 -13
  37. package/dist/src/@types/generic.d.ts +6 -27
  38. package/dist/src/components/Guido.vue.d.ts +2 -3
  39. package/dist/src/composables/useGuidoActions.d.ts +0 -9
  40. package/dist/src/enums/onboarding.d.ts +0 -4
  41. package/dist/src/extensions/Blocks/Checkbox/block.d.ts +0 -1
  42. package/dist/src/extensions/Blocks/Checkbox/template.d.ts +1 -1
  43. package/dist/src/extensions/Blocks/RadioButton/block.d.ts +0 -1
  44. package/dist/src/extensions/Blocks/RadioButton/template.d.ts +1 -1
  45. package/dist/src/extensions/Blocks/Recommendation/store/recommendation.d.ts +1 -1
  46. package/dist/src/extensions/Blocks/Unsubscribe/block.d.ts +4 -3
  47. package/dist/src/extensions/Blocks/common-control.d.ts +7 -44
  48. package/dist/src/extensions/DynamicContent/dynamic-content-modal.d.ts +2 -9
  49. package/dist/src/extensions/DynamicContent/dynamic-content.d.ts +2 -52
  50. package/dist/src/stores/config.d.ts +2 -3
  51. package/dist/src/stores/dynamic-content.d.ts +3 -3
  52. package/dist/src/stores/editor.d.ts +1 -1
  53. package/dist/src/stores/onboarding.d.ts +1 -335
  54. package/dist/src/stores/preview.d.ts +1 -1
  55. package/dist/src/stores/recommendation.d.ts +1 -1
  56. package/dist/src/stores/save-as-template.d.ts +1 -1
  57. package/dist/src/stores/toaster.d.ts +1 -1
  58. package/dist/src/stores/unsubscribe.d.ts +1 -1
  59. package/dist/src/stores/version-history.d.ts +1 -1
  60. package/dist/src/utils/genericUtil.d.ts +0 -1
  61. package/dist/static/styles/customEditorStyle.css.js +1 -1
  62. package/dist/stores/config.js +5 -5
  63. package/dist/stores/dynamic-content.js +2 -2
  64. package/dist/stores/editor.js +1 -1
  65. package/dist/stores/onboarding.js +36 -44
  66. package/dist/stores/preview.js +1 -1
  67. package/dist/stores/recommendation.js +3 -3
  68. package/dist/stores/save-as-template.js +2 -2
  69. package/dist/stores/toaster.js +1 -1
  70. package/dist/stores/unsubscribe.js +1 -1
  71. package/dist/stores/version-history.js +4 -4
  72. package/dist/utils/genericUtil.js +8 -18
  73. package/package.json +4 -4
  74. package/dist/components/organisms/onboarding/ItemsOnboarding.vue.js +0 -21
  75. package/dist/components/organisms/onboarding/ItemsOnboarding.vue2.js +0 -99
  76. package/dist/config/compiler/itemsCompilerRules.js +0 -14
  77. package/dist/extensions/Blocks/Items/block.js +0 -67
  78. package/dist/extensions/Blocks/Items/controls/button/link.js +0 -68
  79. package/dist/extensions/Blocks/Items/controls/cardComposition.js +0 -193
  80. package/dist/extensions/Blocks/Items/controls/image/link.js +0 -68
  81. package/dist/extensions/Blocks/Items/controls/index.js +0 -217
  82. package/dist/extensions/Blocks/Items/controls/name/trimming.js +0 -70
  83. package/dist/extensions/Blocks/Items/controls/price/currencyLocation.js +0 -107
  84. package/dist/extensions/Blocks/Items/controls/price/currencySymbol.js +0 -123
  85. package/dist/extensions/Blocks/Items/controls/price/formattedPrice.js +0 -76
  86. package/dist/extensions/Blocks/Items/controls/price/hideDiscount.js +0 -61
  87. package/dist/extensions/Blocks/Items/controls/price/priceOrientation.js +0 -92
  88. package/dist/extensions/Blocks/Items/controls/settingsControl.js +0 -316
  89. package/dist/extensions/Blocks/Items/enums/controlEnums.js +0 -5
  90. package/dist/extensions/Blocks/Items/enums/productEnums.js +0 -274
  91. package/dist/extensions/Blocks/Items/enums/settingsEnums.js +0 -77
  92. package/dist/extensions/Blocks/Items/extension.js +0 -20
  93. package/dist/extensions/Blocks/Items/iconsRegistry.js +0 -32
  94. package/dist/extensions/Blocks/Items/items.css.js +0 -23
  95. package/dist/extensions/Blocks/Items/layouts/horizontal.html.js +0 -62
  96. package/dist/extensions/Blocks/Items/layouts/vertical.html.js +0 -72
  97. package/dist/extensions/Blocks/Items/settingsPanel.js +0 -132
  98. package/dist/extensions/Blocks/Items/store/items-block.js +0 -75
  99. package/dist/extensions/Blocks/Items/template.js +0 -195
  100. package/dist/extensions/Blocks/Items/utils/configBlockUtils.js +0 -17
  101. package/dist/extensions/Blocks/Items/utils/syncAttributeFromConfigBlock.js +0 -28
  102. package/dist/extensions/Blocks/Items/utils/syncAttributesFromConfigBlock.js +0 -76
  103. package/dist/extensions/Blocks/Items/utils/updateAttributes.js +0 -46
  104. package/dist/extensions/Blocks/controlFactories.js +0 -223
  105. package/dist/node_modules/lodash-es/_DataView.js +0 -6
  106. package/dist/node_modules/lodash-es/_Promise.js +0 -6
  107. package/dist/node_modules/lodash-es/_Set.js +0 -6
  108. package/dist/node_modules/lodash-es/_SetCache.js +0 -13
  109. package/dist/node_modules/lodash-es/_WeakMap.js +0 -6
  110. package/dist/node_modules/lodash-es/_arrayFilter.js +0 -10
  111. package/dist/node_modules/lodash-es/_arrayMap.js +0 -8
  112. package/dist/node_modules/lodash-es/_arrayPush.js +0 -8
  113. package/dist/node_modules/lodash-es/_arraySome.js +0 -9
  114. package/dist/node_modules/lodash-es/_baseEach.js +0 -6
  115. package/dist/node_modules/lodash-es/_baseFlatten.js +0 -13
  116. package/dist/node_modules/lodash-es/_baseForOwn.js +0 -8
  117. package/dist/node_modules/lodash-es/_baseGet.js +0 -11
  118. package/dist/node_modules/lodash-es/_baseGetAllKeys.js +0 -9
  119. package/dist/node_modules/lodash-es/_baseHasIn.js +0 -6
  120. package/dist/node_modules/lodash-es/_baseIsEqual.js +0 -8
  121. package/dist/node_modules/lodash-es/_baseIsEqualDeep.js +0 -32
  122. package/dist/node_modules/lodash-es/_baseIsMatch.js +0 -29
  123. package/dist/node_modules/lodash-es/_baseIteratee.js +0 -11
  124. package/dist/node_modules/lodash-es/_baseKeys.js +0 -14
  125. package/dist/node_modules/lodash-es/_baseMap.js +0 -11
  126. package/dist/node_modules/lodash-es/_baseMatches.js +0 -12
  127. package/dist/node_modules/lodash-es/_baseMatchesProperty.js +0 -17
  128. package/dist/node_modules/lodash-es/_baseProperty.js +0 -8
  129. package/dist/node_modules/lodash-es/_basePropertyDeep.js +0 -9
  130. package/dist/node_modules/lodash-es/_baseRange.js +0 -9
  131. package/dist/node_modules/lodash-es/_baseToString.js +0 -18
  132. package/dist/node_modules/lodash-es/_baseTrim.js +0 -8
  133. package/dist/node_modules/lodash-es/_cacheHas.js +0 -6
  134. package/dist/node_modules/lodash-es/_castPath.js +0 -10
  135. package/dist/node_modules/lodash-es/_createBaseEach.js +0 -15
  136. package/dist/node_modules/lodash-es/_createRange.js +0 -11
  137. package/dist/node_modules/lodash-es/_equalArrays.js +0 -40
  138. package/dist/node_modules/lodash-es/_equalByTag.js +0 -45
  139. package/dist/node_modules/lodash-es/_equalObjects.js +0 -36
  140. package/dist/node_modules/lodash-es/_getAllKeys.js +0 -9
  141. package/dist/node_modules/lodash-es/_getMatchData.js +0 -12
  142. package/dist/node_modules/lodash-es/_getSymbols.js +0 -10
  143. package/dist/node_modules/lodash-es/_getTag.js +0 -28
  144. package/dist/node_modules/lodash-es/_hasPath.js +0 -19
  145. package/dist/node_modules/lodash-es/_isFlattenable.js +0 -10
  146. package/dist/node_modules/lodash-es/_isKey.js +0 -12
  147. package/dist/node_modules/lodash-es/_isStrictComparable.js +0 -7
  148. package/dist/node_modules/lodash-es/_mapToArray.js +0 -9
  149. package/dist/node_modules/lodash-es/_matchesStrictComparable.js +0 -8
  150. package/dist/node_modules/lodash-es/_memoizeCapped.js +0 -11
  151. package/dist/node_modules/lodash-es/_nativeKeys.js +0 -5
  152. package/dist/node_modules/lodash-es/_setCacheAdd.js +0 -7
  153. package/dist/node_modules/lodash-es/_setCacheHas.js +0 -6
  154. package/dist/node_modules/lodash-es/_setToArray.js +0 -9
  155. package/dist/node_modules/lodash-es/_stringToPath.js +0 -10
  156. package/dist/node_modules/lodash-es/_toKey.js +0 -10
  157. package/dist/node_modules/lodash-es/_trimmedEndIndex.js +0 -9
  158. package/dist/node_modules/lodash-es/flatMap.js +0 -8
  159. package/dist/node_modules/lodash-es/get.js +0 -8
  160. package/dist/node_modules/lodash-es/hasIn.js +0 -8
  161. package/dist/node_modules/lodash-es/isSymbol.js +0 -9
  162. package/dist/node_modules/lodash-es/keys.js +0 -9
  163. package/dist/node_modules/lodash-es/map.js +0 -11
  164. package/dist/node_modules/lodash-es/property.js +0 -10
  165. package/dist/node_modules/lodash-es/range.js +0 -5
  166. package/dist/node_modules/lodash-es/stubArray.js +0 -6
  167. package/dist/node_modules/lodash-es/toFinite.js +0 -14
  168. package/dist/node_modules/lodash-es/toNumber.js +0 -22
  169. package/dist/node_modules/lodash-es/toString.js +0 -7
  170. package/dist/src/components/organisms/onboarding/ItemsOnboarding.vue.d.ts +0 -2
  171. package/dist/src/config/compiler/itemsCompilerRules.d.ts +0 -2
  172. package/dist/src/extensions/Blocks/Items/block.d.ts +0 -27
  173. package/dist/src/extensions/Blocks/Items/controls/button/link.d.ts +0 -14
  174. package/dist/src/extensions/Blocks/Items/controls/cardComposition.d.ts +0 -33
  175. package/dist/src/extensions/Blocks/Items/controls/image/link.d.ts +0 -14
  176. package/dist/src/extensions/Blocks/Items/controls/index.d.ts +0 -501
  177. package/dist/src/extensions/Blocks/Items/controls/name/trimming.d.ts +0 -14
  178. package/dist/src/extensions/Blocks/Items/controls/price/currencyLocation.d.ts +0 -19
  179. package/dist/src/extensions/Blocks/Items/controls/price/currencySymbol.d.ts +0 -21
  180. package/dist/src/extensions/Blocks/Items/controls/price/formattedPrice.d.ts +0 -14
  181. package/dist/src/extensions/Blocks/Items/controls/price/hideDiscount.d.ts +0 -13
  182. package/dist/src/extensions/Blocks/Items/controls/price/priceOrientation.d.ts +0 -15
  183. package/dist/src/extensions/Blocks/Items/controls/settingsControl.d.ts +0 -48
  184. package/dist/src/extensions/Blocks/Items/enums/controlEnums.d.ts +0 -62
  185. package/dist/src/extensions/Blocks/Items/enums/productEnums.d.ts +0 -163
  186. package/dist/src/extensions/Blocks/Items/enums/settingsEnums.d.ts +0 -50
  187. package/dist/src/extensions/Blocks/Items/extension.d.ts +0 -2
  188. package/dist/src/extensions/Blocks/Items/iconsRegistry.d.ts +0 -4
  189. package/dist/src/extensions/Blocks/Items/settingsPanel.d.ts +0 -4
  190. package/dist/src/extensions/Blocks/Items/store/items-block.d.ts +0 -43
  191. package/dist/src/extensions/Blocks/Items/template.d.ts +0 -24
  192. package/dist/src/extensions/Blocks/Items/utils/configBlockUtils.d.ts +0 -23
  193. package/dist/src/extensions/Blocks/Items/utils/syncAttributeFromConfigBlock.d.ts +0 -32
  194. package/dist/src/extensions/Blocks/Items/utils/syncAttributesFromConfigBlock.d.ts +0 -50
  195. package/dist/src/extensions/Blocks/Items/utils/updateAttributes.d.ts +0 -8
  196. package/dist/src/extensions/Blocks/controlFactories.d.ts +0 -312
  197. package/dist/src/utils/environmentUtil.d.ts +0 -5
  198. package/dist/src/utils/pairProductVariables.d.ts +0 -7
  199. package/dist/utils/environmentUtil.js +0 -4
  200. package/dist/utils/pairProductVariables.js +0 -136
@@ -1,67 +1,59 @@
1
- import { useOnboardingApi as r } from "../services/onboardingApi.js";
2
- import { defineStore as e } from "pinia";
3
- const t = () => ({
1
+ import { useOnboardingApi as t } from "../services/onboardingApi.js";
2
+ import { defineStore as s } from "pinia";
3
+ const e = () => ({
4
4
  cardIndex: 0,
5
5
  isActive: !1,
6
6
  config: []
7
7
  }), a = () => ({
8
8
  onboardings: {
9
- newVersionPopup: t(),
10
- genericOnboarding: t(),
11
- textBlockOnboarding: t(),
12
- versionHistoryOnboarding: t(),
13
- ampOnboarding: t(),
14
- itemsOnboarding: t()
9
+ newVersionPopup: e(),
10
+ genericOnboarding: e(),
11
+ textBlockOnboarding: e(),
12
+ versionHistoryOnboarding: e(),
13
+ ampOnboarding: e()
15
14
  },
16
15
  userModalState: {},
17
16
  isFetched: !1
18
- }), c = e("guidoOnboarding", {
17
+ }), g = s("onboarding", {
19
18
  state: () => a(),
20
19
  getters: {
21
- getOnboarding: (n) => (i) => n.onboardings[i],
22
- isActive: (n) => (i) => n.onboardings[i].isActive,
23
- getCurrentCard: (n) => (i) => {
24
- const o = n.onboardings[i];
25
- return o.config[o.cardIndex];
20
+ getOnboarding: (n) => (o) => n.onboardings[o],
21
+ isActive: (n) => (o) => n.onboardings[o].isActive,
22
+ getCurrentCard: (n) => (o) => {
23
+ const i = n.onboardings[o];
24
+ return i.config[i.cardIndex];
26
25
  },
27
26
  getGenericCurrentCard: (n) => {
28
- const { genericOnboarding: i } = n.onboardings;
29
- return i.config[i.cardIndex];
27
+ const { genericOnboarding: o } = n.onboardings;
28
+ return o.config[o.cardIndex];
30
29
  },
31
30
  getTextBlockCurrentCard: (n) => {
32
- const { textBlockOnboarding: i } = n.onboardings;
33
- return i.config[i.cardIndex];
31
+ const { textBlockOnboarding: o } = n.onboardings;
32
+ return o.config[o.cardIndex];
34
33
  },
35
34
  getVersionHistoryCurrentCard: (n) => {
36
- const { versionHistoryOnboarding: i } = n.onboardings;
37
- return i.config[i.cardIndex];
35
+ const { versionHistoryOnboarding: o } = n.onboardings;
36
+ return o.config[o.cardIndex];
38
37
  },
39
38
  getAmpCurrentCard: (n) => {
40
- const { ampOnboarding: i } = n.onboardings;
41
- return i.config[i.cardIndex];
42
- },
43
- getItemsCurrentCard: (n) => {
44
- const { itemsOnboarding: i } = n.onboardings;
45
- return i.config[i.cardIndex];
39
+ const { ampOnboarding: o } = n.onboardings;
40
+ return o.config[o.cardIndex];
46
41
  },
47
- shouldShowOnboarding: (n) => (i) => {
48
- const o = n.userModalState.Guido;
49
- return i === "newVersionPopup" && (o != null && o.genericOnboarding) ? !1 : o ? !o[i] : !0;
42
+ shouldShowOnboarding: (n) => (o) => {
43
+ const i = n.userModalState.Guido;
44
+ return o === "newVersionPopup" && (i != null && i.genericOnboarding) ? !1 : i ? !i[o] : !0;
50
45
  }
51
46
  },
52
47
  actions: {
53
48
  closeOtherOnboardings(n) {
54
- Object.keys(this.onboardings).forEach((i) => {
55
- const o = i;
56
- o !== n && this.onboardings[o].isActive && (this.onboardings[o].isActive = !1, this.onboardings[o].cardIndex = 0, this.onboardings[o].config = []);
49
+ Object.keys(this.onboardings).forEach((o) => {
50
+ const i = o;
51
+ i !== n && this.onboardings[i].isActive && (this.onboardings[i].isActive = !1, this.onboardings[i].cardIndex = 0, this.onboardings[i].config = []);
57
52
  });
58
53
  },
59
54
  start(n) {
60
55
  this.closeOtherOnboardings(n), this.onboardings[n].cardIndex = 0, this.onboardings[n].isActive = !0;
61
56
  },
62
- startOnboarding(n) {
63
- this.shouldShowOnboarding(n) && !this.isActive(n) && this.start(n);
64
- },
65
57
  async close(n) {
66
58
  await this.setUserModalState(n, "true", "Guido"), this.onboardings[n].isActive = !1, this.onboardings[n].cardIndex = 0, this.onboardings[n].config = [];
67
59
  },
@@ -71,8 +63,8 @@ const t = () => ({
71
63
  previous(n) {
72
64
  this.onboardings[n].cardIndex > 0 && this.onboardings[n].cardIndex--;
73
65
  },
74
- setConfig(n, i) {
75
- this.onboardings[n].config = i ?? [], this.onboardings[n].cardIndex >= this.onboardings[n].config.length && (this.onboardings[n].cardIndex = 0);
66
+ setConfig(n, o) {
67
+ this.onboardings[n].config = o ?? [], this.onboardings[n].cardIndex >= this.onboardings[n].config.length && (this.onboardings[n].cardIndex = 0);
76
68
  },
77
69
  async onDiscoverNowClicked() {
78
70
  await this.setUserModalState("newVersionPopup", "true", "Guido"), await this.setUserModalState("genericOnboarding", "true", "Guido"), this.start("genericOnboarding");
@@ -89,15 +81,15 @@ const t = () => ({
89
81
  async fetchUserModalState() {
90
82
  if (this.isFetched)
91
83
  return;
92
- const { fetchUserModalState: n } = r(), i = await n();
93
- this.userModalState = i, this.isFetched = !0;
84
+ const { fetchUserModalState: n } = t(), o = await n();
85
+ this.userModalState = o, this.isFetched = !0;
94
86
  },
95
- async setUserModalState(n, i, o) {
96
- const { setUserModalState: s } = r();
97
- await s(n, i, o), this.isFetched = !1, await this.fetchUserModalState();
87
+ async setUserModalState(n, o, i) {
88
+ const { setUserModalState: r } = t();
89
+ await r(n, o, i), this.isFetched = !1, await this.fetchUserModalState();
98
90
  }
99
91
  }
100
92
  });
101
93
  export {
102
- c as useOnboardingStore
94
+ g as useOnboardingStore
103
95
  };
@@ -6,7 +6,7 @@ const s = () => ({
6
6
  templateHtml: "",
7
7
  isLoaded: !1,
8
8
  isAMPErrorModalVisible: !1
9
- }), a = e("guidoPreview", {
9
+ }), a = e("preview", {
10
10
  state: () => s(),
11
11
  getters: {
12
12
  isAMPModeEnabled: (t) => t.emailFormat === "AMP",
@@ -1,8 +1,8 @@
1
1
  import { defineStore as e } from "pinia";
2
- const o = () => ({
2
+ const t = () => ({
3
3
  recommendationConfigs: []
4
- }), n = e("guidoRecommendation", {
5
- state: () => o()
4
+ }), n = e("recommendation", {
5
+ state: () => t()
6
6
  });
7
7
  export {
8
8
  n as useRecommendationStore
@@ -17,7 +17,7 @@ const r = () => ({
17
17
  editor: 2,
18
18
  message: 1
19
19
  }
20
- }), g = i("guidoSaveAsTemplate", {
20
+ }), n = i("saveAsTemplate", {
21
21
  state: () => r(),
22
22
  getters: {
23
23
  getTemplateName: (e) => e.templateName.trim(),
@@ -44,5 +44,5 @@ const r = () => ({
44
44
  }
45
45
  });
46
46
  export {
47
- g as useSaveAsTemplateStore
47
+ n as useSaveAsTemplateStore
48
48
  };
@@ -8,7 +8,7 @@ const a = () => ({
8
8
  withIcon: !0,
9
9
  withoutLeftMargin: !1,
10
10
  actionButton: void 0
11
- }), u = i("guidoToaster", {
11
+ }), u = i("toaster", {
12
12
  state: () => a(),
13
13
  getters: {
14
14
  shouldAutoHide: (t) => t.status && !!t.text
@@ -12,7 +12,7 @@ const p = () => ({
12
12
  typeSelectionDrawerStatus: !1,
13
13
  isGlobalUnsubscribeDisabled: !1,
14
14
  isSubscriptionPreferencesCenterDisabled: !1
15
- }), g = d("guidoUnsubscribe", {
15
+ }), g = d("unsubscribe", {
16
16
  state: () => p(),
17
17
  getters: {
18
18
  getSelectedCollection: (e) => i[e.selectedCollectionType],
@@ -5,13 +5,13 @@ const e = () => ({
5
5
  description: "",
6
6
  authorId: "",
7
7
  authorName: ""
8
- }), i = () => ({
8
+ }), r = () => ({
9
9
  previousPatch: e(),
10
10
  currentPatch: e(),
11
11
  nextPatch: e(),
12
12
  editorVisualMode: "desktop"
13
- }), r = a("guidoVersionHistory", {
14
- state: () => i(),
13
+ }), o = a("versionHistory", {
14
+ state: () => r(),
15
15
  getters: {
16
16
  hasPreviousPatch: (t) => !!t.previousPatch.id,
17
17
  hasCurrentPatch: (t) => !!t.currentPatch.id,
@@ -24,5 +24,5 @@ const e = () => ({
24
24
  }
25
25
  });
26
26
  export {
27
- r as useVersionHistoryStore
27
+ o as useVersionHistoryStore
28
28
  };
@@ -1,25 +1,15 @@
1
- const f = (t) => {
2
- const n = t.value.match(/\{\{([^}]+)\}\}/)[1].split("|").map((l) => l.trim()), [r] = n, e = {
3
- text: t.label,
4
- value: r || ""
5
- };
6
- if (n.length >= 2) {
7
- const [, l, o] = n, c = l.includes("=") ? { key: l.split("=")[0].trim(), value: l.split("=")[1].trim() } : null;
8
- c ? e.format = c : o || (e.fallback = l), o && (e.fallback = o);
9
- }
10
- return e;
11
- }, s = (t) => t.map((a) => a.format ? {
1
+ const o = (e) => e.map((a) => a.format ? {
12
2
  label: `${a.text} | ${a.format.key}=${a.format.value}`,
13
3
  value: `{{${a.value}|${a.format.key}=${a.format.value}}}`
14
4
  } : {
15
5
  label: a.fallback ? `${a.text} | ${a.fallback}` : a.text,
16
6
  value: a.fallback ? `{{${a.value}|${a.fallback}}}` : `{{${a.value}}}`
17
- }), u = () => {
18
- var t;
19
- return ((t = document.head.querySelector('meta[name="csrf-token"]')) == null ? void 0 : t.getAttribute("content")) ?? "";
20
- };
7
+ }), f = () => {
8
+ var e;
9
+ return ((e = document.head.querySelector('meta[name="csrf-token"]')) == null ? void 0 : e.getAttribute("content")) ?? "";
10
+ }, $ = (e = "", a = {}, n = !1) => Object.entries(a).reduce((l, [t, r]) => n && (r === "" || r === null || r === void 0) ? l.replace(`&${t}={${t}}`, "") : l.replace(`{${t}}`, String(r)), e);
21
11
  export {
22
- s as dynamicContentToMergeTags,
23
- u as getCsrfToken,
24
- f as mergeTagToDynamicContent
12
+ o as dynamicContentToMergeTags,
13
+ f as getCsrfToken,
14
+ $ as replaceString
25
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/guido",
3
- "version": "1.0.3-beta.f27e9ff",
3
+ "version": "1.0.3-beta.f711f2e",
4
4
  "description": "Guido is a Vue + TypeScript wrapper for Email Plugin. Easily embed the email editor in your Vue applications.",
5
5
  "main": "./dist/guido.umd.cjs",
6
6
  "module": "./dist/library.js",
@@ -31,7 +31,7 @@
31
31
  "author": "",
32
32
  "license": "ISC",
33
33
  "dependencies": {
34
- "@stripoinc/ui-editor-extensions": "3.3.0",
34
+ "@stripoinc/ui-editor-extensions": "3.1.0",
35
35
  "@useinsider/design-system-vue": "0.14.20",
36
36
  "@vueuse/core": "11.3.0",
37
37
  "lodash-es": "4.17.21",
@@ -44,7 +44,7 @@
44
44
  "@cspell/eslint-plugin": "8.17.5",
45
45
  "@eslint/eslintrc": "3.3.0",
46
46
  "@eslint/js": "8.57.1",
47
- "@playwright/test": "1.57.0",
47
+ "@playwright/test": "1.55.0",
48
48
  "@stylistic/eslint-plugin": "3.1.0",
49
49
  "@stylistic/eslint-plugin-migrate": "3.1.0",
50
50
  "@types/eslint": "8.56.12",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "guido": {
85
85
  "stripo": {
86
- "version": "2.47.0"
86
+ "version": "2.42.0"
87
87
  }
88
88
  }
89
89
  }
@@ -1,21 +0,0 @@
1
- import g from "./ItemsOnboarding.vue2.js";
2
- /* empty css */
3
- import m from "../../../_virtual/_plugin-vue2_normalizer.js";
4
- var l = function() {
5
- var e, n, r, i, s, a;
6
- var o = this, d = o._self._c, t = o._self._setupProxy;
7
- return t.isVisible ? d(t.InOnboard, { key: "guido__items-onboard", staticClass: "w-21-s p-a z-11", class: (e = t.onboardingStore.getItemsCurrentCard) == null ? void 0 : e.classes, attrs: { id: "guido__items-onboard", "is-multiple-page": "", visible: "", "image-source": "", title: "", "bottom-position": (n = t.onboardingStore.getItemsCurrentCard) == null ? void 0 : n.bottom, "left-position": (r = t.onboardingStore.getItemsCurrentCard) == null ? void 0 : r.left, "pages-config": t.onboardingStore.onboardings.itemsOnboarding.config, "pointer-position": (i = t.onboardingStore.getItemsCurrentCard) == null ? void 0 : i.position, "right-position": (s = t.onboardingStore.getItemsCurrentCard) == null ? void 0 : s.right, "top-position": (a = t.onboardingStore.getItemsCurrentCard) == null ? void 0 : a.top }, on: { backButtonClick: t.handleBack, close: function(b) {
8
- return t.onboardingStore.close("itemsOnboarding");
9
- }, nextButtonClick: t.handleNext } }) : o._e();
10
- }, c = [], p = /* @__PURE__ */ m(
11
- g,
12
- l,
13
- c,
14
- !1,
15
- null,
16
- "dd1a237a"
17
- );
18
- const I = p.exports;
19
- export {
20
- I as default
21
- };
@@ -1,99 +0,0 @@
1
- import { defineComponent as l, computed as a, watch as u } from "vue";
2
- import { useTranslations as x } from "../../../composables/useTranslations.js";
3
- import { RIBBON_SELECTOR as T, UI_EDITOR_SELECTOR as O, CARD_COMPOSITION_TAB_SELECTOR as B, SETTINGS_TAB_SELECTOR as f } from "../../../enums/onboarding.js";
4
- import { useOnboardingStore as C } from "../../../stores/onboarding.js";
5
- import { InOnboard as k } from "@useinsider/design-system-vue";
6
- const E = /* @__PURE__ */ l({
7
- __name: "ItemsOnboarding",
8
- setup(_) {
9
- const e = x(), o = C(), c = a(() => {
10
- const t = document.querySelector(T);
11
- return (t == null ? void 0 : t.offsetHeight) ?? 0;
12
- }), n = (t) => `${t + c.value}px`, r = (t) => {
13
- const i = document.querySelector(O);
14
- if (!(i != null && i.shadowRoot))
15
- return;
16
- const { shadowRoot: s } = i, m = s.querySelector(t);
17
- m && m.click();
18
- }, d = a(() => [
19
- {
20
- classes: "guido-items-onboarding-card-1",
21
- right: "426px",
22
- top: n(90),
23
- position: "Right Top",
24
- title: e("email-editor.onboarding-items-title"),
25
- description: e("email-editor.onboarding-items-description"),
26
- imageSource: "",
27
- backButtonClick: () => {
28
- },
29
- nextButtonType: "text",
30
- nextButtonText: e("products.next"),
31
- nextButtonClick: () => {
32
- o.next("itemsOnboarding");
33
- }
34
- },
35
- {
36
- classes: "guido-items-onboarding-card-2",
37
- right: "426px",
38
- top: n(218),
39
- position: "Right Top",
40
- title: e("email-editor.onboarding-items-item-type-title"),
41
- description: e("email-editor.onboarding-items-item-type-description"),
42
- imageSource: "",
43
- backButtonType: "text",
44
- backButtonText: e("ds-steps.back"),
45
- backButtonClick: () => {
46
- o.previous("itemsOnboarding");
47
- },
48
- nextButtonType: "text",
49
- nextButtonText: e("products.next"),
50
- nextButtonClick: () => {
51
- o.next("itemsOnboarding");
52
- }
53
- },
54
- {
55
- classes: "guido-items-onboarding-card-3",
56
- right: "426px",
57
- top: n(140),
58
- position: "Right Top",
59
- title: e("email-editor.onboarding-items-composition-title"),
60
- description: e("email-editor.onboarding-items-composition-description"),
61
- imageSource: "",
62
- backButtonType: "text",
63
- backButtonText: e("ds-steps.back"),
64
- backButtonClick: () => {
65
- o.previous("itemsOnboarding");
66
- },
67
- nextButtonType: "text",
68
- nextButtonText: e("action-builder.ok"),
69
- nextButtonClick: () => {
70
- o.close("itemsOnboarding");
71
- }
72
- }
73
- ]), g = a(() => o.onboardings.itemsOnboarding.config.length > 0 && o.onboardings.itemsOnboarding.isActive), p = () => {
74
- var t, i;
75
- (i = (t = o.getItemsCurrentCard) == null ? void 0 : t.nextButtonClick) == null || i.call(t);
76
- }, b = () => {
77
- var t, i;
78
- (i = (t = o.getItemsCurrentCard) == null ? void 0 : t.backButtonClick) == null || i.call(t);
79
- };
80
- return u(
81
- () => o.isActive("itemsOnboarding"),
82
- (t) => {
83
- t && o.setConfig("itemsOnboarding", d.value);
84
- },
85
- { immediate: !0 }
86
- ), u(
87
- () => o.onboardings.itemsOnboarding.cardIndex,
88
- (t, i) => {
89
- if (!o.isActive("itemsOnboarding"))
90
- return;
91
- const s = `${i}-${t}`;
92
- s === "1-2" && r(B), s === "2-1" && r(f);
93
- }
94
- ), { __sfc: !0, trans: e, onboardingStore: o, ribbonOffset: c, getTopPosition: n, switchTab: r, onboardingCardsConfig: d, isVisible: g, handleNext: p, handleBack: b, InOnboard: k };
95
- }
96
- });
97
- export {
98
- E as default
99
- };
@@ -1,14 +0,0 @@
1
- import { pairProductVariables as r } from "../../utils/pairProductVariables.js";
2
- const t = [
3
- {
4
- id: "pair-product-variables",
5
- description: "Replace product default values with template variables",
6
- type: "custom",
7
- processor: r,
8
- priority: 60
9
- // After recommendation rules (priority 50-53)
10
- }
11
- ];
12
- export {
13
- t as itemsCompilerRules
14
- };
@@ -1,67 +0,0 @@
1
- import { useOnboardingStore as y } from "../../../stores/onboarding.js";
2
- import { Block as R, BlockCompositionType as L, ModificationDescription as a } from "../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
3
- import { configAttributes as t } from "./enums/productEnums.js";
4
- import { DefaultConfigValues as e, SETTINGS_ENUMS as l } from "./enums/settingsEnums.js";
5
- import { useItemsBlockStore as S } from "./store/items-block.js";
6
- import { getDefaultTemplate as V } from "./template.js";
7
- import { syncCurrencySymbolFromAttributes as B, syncCurrencyLocationFromAttributes as U, syncFormattedPriceFromAttributes as k } from "./utils/syncAttributesFromConfigBlock.js";
8
- const M = "items-block";
9
- class x extends R {
10
- getId() {
11
- return M;
12
- }
13
- getIcon() {
14
- return "items-icon";
15
- }
16
- getBlockCompositionType() {
17
- return L.CONTAINER;
18
- }
19
- getName() {
20
- return this.api.translate("Items");
21
- }
22
- getDescription() {
23
- return this.api.translate("Items lets you display personalized products based on user behavior.");
24
- }
25
- getTemplate() {
26
- return V({
27
- orientation: l.ORIENTATION.HORIZONTAL,
28
- itemsType: l.ITEMS_TYPE.CART_ITEMS,
29
- itemId: "{{Abandoned Cart Item (1) Url}}",
30
- currencySymbol: e.productPriceCurrencySymbolControlValue,
31
- currencyLocation: e.productPriceCurrencyLocationControlValue,
32
- formattedPrice: e.productPriceFormattedControlValue === "1"
33
- });
34
- }
35
- allowInnerBlocksDND() {
36
- return !1;
37
- }
38
- onCreated(r) {
39
- const n = r.querySelector("esd-config-block");
40
- if (!n)
41
- return;
42
- const o = n, s = o.getAttribute("data-initialized") || "0", u = o.getAttribute(t.BLOCK_INSTANCE_ID), c = () => String(Date.now() + Math.floor(Math.random() * 1e3));
43
- if (Number(s)) {
44
- if (!u) {
45
- const i = c();
46
- this.api.getDocumentModifier().modifyHtml(o).setAttribute(t.BLOCK_INSTANCE_ID, i).apply(new a("Assign block instance ID to legacy block"));
47
- }
48
- } else {
49
- const i = e.itemsType, I = e.cartItemsSelectControlValue, d = e.cardOrientationControlValue, m = e.productNameTrimmingControlValue, C = e.productPriceHideDiscountControlValue, b = e.productPriceFormattedControlValue, T = e.productPriceCurrencySymbolControlValue, A = e.productPriceCurrencyLocationControlValue, E = e.productButtonLinkControlValue, O = e.productImageLinkControlValue, _ = e.productImageVisible, p = e.productNameVisible, N = e.productQuantityVisible, f = e.productPriceVisible, g = e.productOriginalPriceVisible, D = e.productButtonVisible, P = c();
50
- this.api.getDocumentModifier().modifyHtml(o).setAttribute("data-source", i).setAttribute(t.TYPE, i).setAttribute(t.ITEMS_INDEX_SELECT_CONTROL_VALUE, I).setAttribute(t.ORIENTATION, d).setAttribute(t.PRODUCT_NAME_TRIMMING, m).setAttribute(t.PRODUCT_PRICE_HIDE_DISCOUNT, C).setAttribute(t.PRODUCT_PRICE_FORMATTED, b).setAttribute(t.PRODUCT_PRICE_CURRENCY_SYMBOL, T).setAttribute(t.PRODUCT_PRICE_CURRENCY_LOCATION, A).setAttribute(t.PRODUCT_BUTTON_LINK, E).setAttribute(t.PRODUCT_IMAGE_LINK, O).setAttribute(t.BLOCK_INSTANCE_ID, P).setAttribute("data-initialized", "1").setAttribute(t.NAME_CONTROL_ENABLED, e.productNameControlEnabled).setAttribute(
51
- t.QUANTITY_CONTROL_ENABLED,
52
- e.productQuantityControlEnabled
53
- ).setAttribute(t.PRICE_CONTROL_OPENED, e.productPriceControlOpened).setAttribute(t.PRODUCT_IMAGE_VISIBLE, _).setAttribute(t.PRODUCT_NAME_VISIBLE, p).setAttribute(t.PRODUCT_QUANTITY_VISIBLE, N).setAttribute(t.PRODUCT_PRICE_VISIBLE, f).setAttribute(t.PRODUCT_ORIGINAL_PRICE_VISIBLE, g).setAttribute(t.PRODUCT_BUTTON_VISIBLE, D).apply(new a("Initialize config block attributes with defaults")), y().startOnboarding("itemsOnboarding");
54
- }
55
- }
56
- onSelect(r) {
57
- const n = r.querySelector("esd-config-block"), o = S();
58
- if (!n)
59
- return;
60
- const s = n, u = s.getAttribute(t.TYPE) || e.itemsType, c = s.getAttribute(t.ITEMS_INDEX_SELECT_CONTROL_VALUE) || e.cartItemsSelectControlValue, i = s.getAttribute(t.ORIENTATION) || e.cardOrientationControlValue;
61
- o.setItemsType(u), o.setItemIds(c), o.setOrientation(i), B(r), U(r), k(r);
62
- }
63
- }
64
- export {
65
- M as BLOCK_ID,
66
- x as ItemsBlock
67
- };
@@ -1,68 +0,0 @@
1
- var r = Object.defineProperty;
2
- var a = (o, e, t) => e in o ? r(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t;
3
- var s = (o, e, t) => a(o, typeof e != "symbol" ? e + "" : e, t);
4
- import { CommonControl as u } from "../../../common-control.js";
5
- import { ItemsBlockControlId as d } from "../../enums/controlEnums.js";
6
- import { useItemsBlockStore as l } from "../../store/items-block.js";
7
- import { syncButtonLinkFromAttributes as h } from "../../utils/syncAttributesFromConfigBlock.js";
8
- import { updateConfigBlockAttributes as m } from "../../utils/updateAttributes.js";
9
- const i = d.BUTTON_LINK, n = {
10
- LINK: "link"
11
- };
12
- class C extends u {
13
- constructor() {
14
- super(...arguments);
15
- s(this, "store", l());
16
- }
17
- getId() {
18
- return i;
19
- }
20
- getTemplate() {
21
- return `
22
- <div class="${i}">
23
- ${this._getLink()}
24
- </div>
25
- `;
26
- }
27
- onRender() {
28
- this.api.updateValues({
29
- [n.LINK]: this.store.buttonLink
30
- }), this._listenToFormUpdates();
31
- }
32
- onTemplateNodeUpdated(t) {
33
- super.onTemplateNodeUpdated(t), this.handleBlockInstanceChange(
34
- () => h(this.currentNode),
35
- () => {
36
- this.api.updateValues({
37
- [n.LINK]: this.store.buttonLink
38
- });
39
- }
40
- );
41
- }
42
- _listenToFormUpdates() {
43
- this.api.onValueChanged(
44
- n.LINK,
45
- (t) => this._onLinkChange(t)
46
- );
47
- }
48
- _onLinkChange(t) {
49
- console.debug("Button link changed to: ", t), this.store.setButtonLink(t), m(this.currentNode, this.api);
50
- }
51
- _getLink() {
52
- return `
53
- ${this._GuOneColumn([
54
- this._GuLabel({ text: "Link" }),
55
- this._GuTextInput({
56
- name: n.LINK,
57
- placeholder: "Enter Link",
58
- className: "es-100",
59
- disabled: !0
60
- })
61
- ])}
62
- `;
63
- }
64
- }
65
- export {
66
- C as ButtonLinkControl,
67
- i as CONTROL_BLOCK_ID
68
- };