@useinsider/guido 1.0.0-beta.35d2ac4 → 1.0.0-beta.3af57f2
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 +82 -535
- package/dist/@types/generic.d.ts +4 -13
- package/dist/App.vue.d.ts +1 -1
- package/dist/components/Guido.vue.d.ts +2 -22
- package/dist/components/Guido.vue.js +7 -7
- package/dist/components/Guido.vue2.js +15 -74
- package/dist/components/organisms/{header/HeaderWrapper.vue.js → top-bar/Header.vue.js} +7 -7
- package/dist/components/organisms/top-bar/Header.vue2.js +14 -0
- package/dist/components/organisms/top-bar/HeaderLeftSlot.vue.d.ts +2 -0
- package/dist/components/organisms/top-bar/HeaderLeftSlot.vue.js +17 -0
- package/dist/components/organisms/top-bar/HeaderLeftSlot.vue2.js +11 -0
- package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue.d.ts +2 -0
- package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue.js +17 -0
- package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue2.js +11 -0
- package/dist/components/organisms/top-bar/HeaderRightSlot.vue.d.ts +2 -0
- package/dist/components/organisms/top-bar/HeaderRightSlot.vue.js +18 -0
- package/dist/components/organisms/top-bar/HeaderRightSlot.vue2.js +14 -0
- package/dist/composables/useCustomInterfaceAppearance.js +9 -45
- package/dist/composables/useStripo.d.ts +2 -2
- package/dist/composables/useStripo.js +50 -73
- package/dist/composables/useTemplates.d.ts +5 -0
- package/dist/composables/useTemplates.js +27 -0
- package/dist/composables/useToaster.d.ts +0 -1
- package/dist/composables/useTranslations.d.ts +3 -1
- package/dist/enums/defaults.enum.d.ts +18 -0
- package/dist/guido.css +1 -1
- package/dist/library.d.ts +0 -1
- package/dist/static/editor.css.js +182 -0
- package/dist/static/templates/default/index.html.js +5 -0
- package/dist/static/templates/default/style.css.js +119 -0
- package/dist/stores/counter.d.ts +12 -0
- package/package.json +5 -6
- package/dist/_virtual/AddCustomFont.js +0 -4
- package/dist/_virtual/AiAssistantValueType.js +0 -4
- package/dist/_virtual/BackgroundColorBuiltInControl.js +0 -4
- package/dist/_virtual/BackgroundImageBuiltInControl.js +0 -4
- package/dist/_virtual/Block.js +0 -4
- package/dist/_virtual/BlockAttributes.js +0 -4
- package/dist/_virtual/BlockCompositionType.js +0 -4
- package/dist/_virtual/BlockPaddingsBuiltInControl.js +0 -4
- package/dist/_virtual/BlockRenderer.js +0 -4
- package/dist/_virtual/BlockType.js +0 -4
- package/dist/_virtual/BlocksPanel.js +0 -4
- package/dist/_virtual/BuiltInControl.js +0 -4
- package/dist/_virtual/BuiltInControlTypes.js +0 -4
- package/dist/_virtual/ButtonBorderBuiltInControl.js +0 -4
- package/dist/_virtual/ButtonColorBuiltInControl.js +0 -4
- package/dist/_virtual/ButtonFontColorBuiltInControl.js +0 -4
- package/dist/_virtual/ButtonInternalIndentsBuiltInControl.js +0 -4
- package/dist/_virtual/ButtonTextBuiltInControl.js +0 -4
- package/dist/_virtual/ContextAction.js +0 -4
- package/dist/_virtual/ContextActionType.js +0 -4
- package/dist/_virtual/Control.js +0 -4
- package/dist/_virtual/EditorStatePropertyType.js +0 -4
- package/dist/_virtual/Extension.js +0 -4
- package/dist/_virtual/ExtensionBuilder.js +0 -4
- package/dist/_virtual/FontFamilyBuiltInControl.js +0 -4
- package/dist/_virtual/LinkColorBuiltInControl.js +0 -4
- package/dist/_virtual/ModificationDescription.js +0 -4
- package/dist/_virtual/PanelPosition.js +0 -4
- package/dist/_virtual/PreviewDeviceMode.js +0 -4
- package/dist/_virtual/SettingsPanelRegistry.js +0 -4
- package/dist/_virtual/SettingsPanelTab.js +0 -4
- package/dist/_virtual/SettingsTab.js +0 -4
- package/dist/_virtual/StructureBorderBuiltInControl.js +0 -4
- package/dist/_virtual/StructurePaddingsBuiltInControl.js +0 -4
- package/dist/_virtual/TextColorBuiltInControl.js +0 -4
- package/dist/_virtual/TextLineSpacingBuiltInControl.js +0 -4
- package/dist/_virtual/TextSizeBuiltInControl.js +0 -4
- package/dist/_virtual/TextStyleBuiltInControl.js +0 -4
- package/dist/_virtual/UIElement.js +0 -4
- package/dist/_virtual/UIElementTagRegistry.js +0 -4
- package/dist/_virtual/UIElementType.js +0 -4
- package/dist/_virtual/UIElementsAttributes.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index2.js +0 -4
- package/dist/components/organisms/design-preview/AmpErrorModal.vue.d.ts +0 -16
- package/dist/components/organisms/design-preview/AmpErrorModal.vue.js +0 -21
- package/dist/components/organisms/design-preview/AmpErrorModal.vue2.js +0 -30
- package/dist/components/organisms/design-preview/DesktopPreview.vue.d.ts +0 -16
- package/dist/components/organisms/design-preview/DesktopPreview.vue.js +0 -22
- package/dist/components/organisms/design-preview/DesktopPreview.vue2.js +0 -43
- package/dist/components/organisms/design-preview/EmailPreview.vue.d.ts +0 -16
- package/dist/components/organisms/design-preview/EmailPreview.vue.js +0 -17
- package/dist/components/organisms/design-preview/EmailPreview.vue2.js +0 -33
- package/dist/components/organisms/design-preview/EmailView.vue.d.ts +0 -18
- package/dist/components/organisms/design-preview/EmailView.vue.js +0 -19
- package/dist/components/organisms/design-preview/EmailView.vue2.js +0 -24
- package/dist/components/organisms/design-preview/InboxView.vue.d.ts +0 -17
- package/dist/components/organisms/design-preview/InboxView.vue.js +0 -19
- package/dist/components/organisms/design-preview/InboxView.vue2.js +0 -23
- package/dist/components/organisms/design-preview/MobilePreview.vue.d.ts +0 -17
- package/dist/components/organisms/design-preview/MobilePreview.vue.js +0 -17
- package/dist/components/organisms/design-preview/MobilePreview.vue2.js +0 -23
- package/dist/components/organisms/header/AmpToggle.vue.js +0 -17
- package/dist/components/organisms/header/AmpToggle.vue2.js +0 -48
- package/dist/components/organisms/header/HeaderWrapper.vue.d.ts +0 -2
- package/dist/components/organisms/header/HeaderWrapper.vue2.js +0 -14
- package/dist/components/organisms/header/LeftSlot.vue.d.ts +0 -2
- package/dist/components/organisms/header/LeftSlot.vue.js +0 -17
- package/dist/components/organisms/header/LeftSlot.vue2.js +0 -15
- package/dist/components/organisms/header/MiddleSlot.vue.d.ts +0 -2
- package/dist/components/organisms/header/MiddleSlot.vue.js +0 -17
- package/dist/components/organisms/header/MiddleSlot.vue2.js +0 -25
- package/dist/components/organisms/header/RightSlot.vue.d.ts +0 -2
- package/dist/components/organisms/header/RightSlot.vue.js +0 -17
- package/dist/components/organisms/header/RightSlot.vue2.js +0 -35
- package/dist/components/organisms/header/ViewOptions.vue.d.ts +0 -2
- package/dist/components/organisms/header/ViewOptions.vue.js +0 -18
- package/dist/components/organisms/header/ViewOptions.vue2.js +0 -15
- package/dist/components/organisms/header/version-history/RestoreButton.vue.d.ts +0 -2
- package/dist/components/organisms/header/version-history/RestoreButton.vue.js +0 -19
- package/dist/components/organisms/header/version-history/RestoreButton.vue2.js +0 -14
- package/dist/components/organisms/header/version-history/VersionHistory.vue.d.ts +0 -14
- package/dist/components/organisms/header/version-history/VersionHistory.vue.js +0 -22
- package/dist/components/organisms/header/version-history/VersionHistory.vue2.js +0 -18
- package/dist/components/organisms/header/version-history/VersionHistoryItem.vue.d.ts +0 -16
- package/dist/components/organisms/header/version-history/VersionHistoryItem.vue.js +0 -18
- package/dist/components/organisms/header/version-history/VersionHistoryItem.vue2.js +0 -16
- package/dist/components/organisms/header/version-history/ViewOptions.vue.d.ts +0 -2
- package/dist/components/organisms/header/version-history/ViewOptions.vue.js +0 -18
- package/dist/components/organisms/header/version-history/ViewOptions.vue2.js +0 -23
- package/dist/composables/useActionsApi.d.ts +0 -7
- package/dist/composables/useActionsApi.js +0 -49
- package/dist/composables/useDebounce.d.ts +0 -4
- package/dist/composables/useDebounce.js +0 -12
- package/dist/composables/useExport.d.ts +0 -3
- package/dist/composables/useExport.js +0 -45
- package/dist/composables/useGuidoActions.d.ts +0 -46
- package/dist/composables/useGuidoActions.js +0 -37
- package/dist/composables/useHtmlCompiler.d.ts +0 -4
- package/dist/composables/useHtmlCompiler.js +0 -16
- package/dist/composables/useHttp.js +0 -84
- package/dist/composables/useMobileGmailFit.d.ts +0 -5
- package/dist/composables/useMobileGmailFit.js +0 -69
- package/dist/composables/usePartner.d.ts +0 -4
- package/dist/composables/usePartner.js +0 -16
- package/dist/composables/useProvideInject.d.ts +0 -14
- package/dist/composables/useProvideInject.js +0 -17
- package/dist/composables/useToaster.js +0 -37
- package/dist/composables/useTranslations.js +0 -18
- package/dist/composables/useVersionHistoryApi.d.ts +0 -8
- package/dist/composables/useVersionHistoryApi.js +0 -53
- package/dist/config/compiler/htmlCompilerRules.d.ts +0 -2
- package/dist/config/compiler/htmlCompilerRules.js +0 -145
- package/dist/config/compiler/outlookCompilerRules.d.ts +0 -0
- package/dist/enums/defaults.d.ts +0 -4
- package/dist/enums/defaults.js +0 -8
- package/dist/enums/displayConditions.d.ts +0 -2
- package/dist/enums/displayConditions.js +0 -80
- package/dist/enums/emailPreview.d.ts +0 -3
- package/dist/enums/emailPreview.js +0 -6
- package/dist/enums/gmailMobilePreview.d.ts +0 -7
- package/dist/enums/gmailMobilePreview.js +0 -17
- package/dist/extensions/DynamicContent/dynamic-content-modal.d.ts +0 -6
- package/dist/extensions/DynamicContent/dynamic-content-modal.js +0 -27
- package/dist/extensions/DynamicContent/dynamic-content.css.js +0 -24
- package/dist/extensions/DynamicContent/dynamic-content.d.ts +0 -16
- package/dist/extensions/DynamicContent/dynamic-content.js +0 -63
- package/dist/extensions/DynamicContent/extension.d.ts +0 -2
- package/dist/extensions/DynamicContent/extension.js +0 -11
- package/dist/guido.png +0 -0
- package/dist/inbox-mockup.svg +0 -39
- package/dist/mock/api/custom-fonts.d.ts +0 -2
- package/dist/mock/api/default-template.d.ts +0 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/Extension.js +0 -51
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ExtensionBuilder.js +0 -52
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/Block.js +0 -41
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlockRenderer.js +0 -18
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlocksPanel.js +0 -32
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/ContextAction.js +0 -18
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AddCustomFont.js +0 -8
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AiAssistantValueType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockAttributes.js +0 -34
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockCompositionType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BuiltInControlTypes.js +0 -104
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/ContextActionType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/EditorStatePropertyType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PanelPosition.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PreviewDeviceMode.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/SettingsTab.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementsAttributes.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundColorBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundImageBuiltInControl.js +0 -46
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BlockPaddingsBuiltInControl.js +0 -44
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BuiltInControl.js +0 -22
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonBorderBuiltInControl.js +0 -46
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonColorBuiltInControl.js +0 -46
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonFontColorBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonInternalIndentsBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonTextBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/Control.js +0 -20
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/FontFamilyBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/LinkColorBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelRegistry.js +0 -18
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelTab.js +0 -32
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructureBorderBuiltInControl.js +0 -46
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructurePaddingsBuiltInControl.js +0 -44
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextColorBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextLineSpacingBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextSizeBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextStyleBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/index.js +0 -266
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/modifications/ModificationDescription.js +0 -26
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElement.js +0 -22
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElementTagRegistry.js +0 -18
- package/dist/node_modules/lodash-es/_Hash.js +0 -20
- package/dist/node_modules/lodash-es/_ListCache.js +0 -20
- package/dist/node_modules/lodash-es/_Map.js +0 -6
- package/dist/node_modules/lodash-es/_MapCache.js +0 -20
- package/dist/node_modules/lodash-es/_Symbol.js +0 -5
- package/dist/node_modules/lodash-es/_assocIndexOf.js +0 -10
- package/dist/node_modules/lodash-es/_baseGetTag.js +0 -10
- package/dist/node_modules/lodash-es/_baseIsNative.js +0 -16
- package/dist/node_modules/lodash-es/_coreJsData.js +0 -5
- package/dist/node_modules/lodash-es/_freeGlobal.js +0 -4
- package/dist/node_modules/lodash-es/_getMapData.js +0 -8
- package/dist/node_modules/lodash-es/_getNative.js +0 -9
- package/dist/node_modules/lodash-es/_getRawTag.js +0 -15
- package/dist/node_modules/lodash-es/_getValue.js +0 -6
- package/dist/node_modules/lodash-es/_hashClear.js +0 -7
- package/dist/node_modules/lodash-es/_hashDelete.js +0 -7
- package/dist/node_modules/lodash-es/_hashGet.js +0 -13
- package/dist/node_modules/lodash-es/_hashHas.js +0 -9
- package/dist/node_modules/lodash-es/_hashSet.js +0 -9
- package/dist/node_modules/lodash-es/_isKeyable.js +0 -7
- package/dist/node_modules/lodash-es/_isMasked.js +0 -11
- package/dist/node_modules/lodash-es/_listCacheClear.js +0 -6
- package/dist/node_modules/lodash-es/_listCacheDelete.js +0 -12
- package/dist/node_modules/lodash-es/_listCacheGet.js +0 -8
- package/dist/node_modules/lodash-es/_listCacheHas.js +0 -7
- package/dist/node_modules/lodash-es/_listCacheSet.js +0 -8
- package/dist/node_modules/lodash-es/_mapCacheClear.js +0 -13
- package/dist/node_modules/lodash-es/_mapCacheDelete.js +0 -8
- package/dist/node_modules/lodash-es/_mapCacheGet.js +0 -7
- package/dist/node_modules/lodash-es/_mapCacheHas.js +0 -7
- package/dist/node_modules/lodash-es/_mapCacheSet.js +0 -8
- package/dist/node_modules/lodash-es/_nativeCreate.js +0 -5
- package/dist/node_modules/lodash-es/_objectToString.js +0 -7
- package/dist/node_modules/lodash-es/_root.js +0 -5
- package/dist/node_modules/lodash-es/_toSource.js +0 -17
- package/dist/node_modules/lodash-es/eq.js +0 -6
- package/dist/node_modules/lodash-es/isFunction.js +0 -12
- package/dist/node_modules/lodash-es/isObject.js +0 -7
- package/dist/node_modules/lodash-es/memoize.js +0 -18
- package/dist/phone-mockup.svg +0 -31
- package/dist/services/stripoApi.d.ts +0 -8
- package/dist/services/stripoApi.js +0 -49
- package/dist/static/styles/base.css.js +0 -11
- package/dist/static/styles/components/alert-message.css.js +0 -39
- package/dist/static/styles/components/amp-block.css.js +0 -18
- package/dist/static/styles/components/base-input.css.js +0 -47
- package/dist/static/styles/components/button-group.css.js +0 -54
- package/dist/static/styles/components/button.css.js +0 -106
- package/dist/static/styles/components/combobox.css.js +0 -49
- package/dist/static/styles/components/counter.css.js +0 -42
- package/dist/static/styles/components/dropdown-menu.css.js +0 -52
- package/dist/static/styles/components/narrow-panel.css.js +0 -38
- package/dist/static/styles/components/switcher.css.js +0 -11
- package/dist/static/styles/components/tabs.css.js +0 -97
- package/dist/static/styles/components/tools.css.js +0 -23
- package/dist/static/styles/components/version-history.css.js +0 -30
- package/dist/static/styles/components/wide-panel.css.js +0 -135
- package/dist/static/styles/variables.css.js +0 -23
- package/dist/stores/editor.d.ts +0 -9
- package/dist/stores/editor.js +0 -15
- package/dist/stores/version-history.d.ts +0 -80
- package/dist/stores/version-history.js +0 -28
- package/dist/utils/dateUtil.d.ts +0 -1
- package/dist/utils/dateUtil.js +0 -16
- package/dist/utils/htmlCompiler.d.ts +0 -12
- package/dist/utils/htmlCompiler.js +0 -70
- /package/dist/components/organisms/{header/AmpToggle.vue.d.ts → top-bar/Header.vue.d.ts} +0 -0
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { useDebounce as p } from "./useDebounce.js";
|
|
2
|
-
import { META_VIEWPORT_REGEX as h, INLINE_WIDTH_REGEX as w, EMAIL_CONTAINER_SELECTORS as f, DEFAULT_EMAIL_WIDTH as b, MIN_SCALE as v, TABLE_WIDTH_REGEX as A, RESIZE_DEBOUNCE_MS as u } from "../enums/gmailMobilePreview.js";
|
|
3
|
-
let a = null, c = null;
|
|
4
|
-
const { debounce: y } = p(), M = (t) => {
|
|
5
|
-
if (!t)
|
|
6
|
-
return null;
|
|
7
|
-
const e = t.match(A);
|
|
8
|
-
if (!e)
|
|
9
|
-
return null;
|
|
10
|
-
const r = Number(e[1]);
|
|
11
|
-
return Number.isNaN(r) ? null : r;
|
|
12
|
-
}, g = (t) => {
|
|
13
|
-
const e = Array.from(t.querySelectorAll("table[width]")).reduce(
|
|
14
|
-
(n, i) => {
|
|
15
|
-
const o = M(i.getAttribute("width"));
|
|
16
|
-
return o && o > n ? o : n;
|
|
17
|
-
},
|
|
18
|
-
0
|
|
19
|
-
), r = Array.from(t.querySelectorAll('[style*="width"]')).reduce(
|
|
20
|
-
(n, i) => {
|
|
21
|
-
const l = (i.getAttribute("style") || "").match(w);
|
|
22
|
-
if (!l)
|
|
23
|
-
return n;
|
|
24
|
-
const m = Number(l[1]);
|
|
25
|
-
return !Number.isNaN(m) && m > n ? m : n;
|
|
26
|
-
},
|
|
27
|
-
0
|
|
28
|
-
), s = f.reduce((n, i) => {
|
|
29
|
-
const o = t.querySelector(i);
|
|
30
|
-
if (!o)
|
|
31
|
-
return n;
|
|
32
|
-
const l = Math.max(o.offsetWidth, o.scrollWidth);
|
|
33
|
-
return l > n ? l : n;
|
|
34
|
-
}, 0);
|
|
35
|
-
return Math.max(e, r, s) || b;
|
|
36
|
-
}, N = (t) => {
|
|
37
|
-
t.documentElement.style.setProperty("overflow-x", "visible", "important"), t.body.style.setProperty("visibility", "visible", "important");
|
|
38
|
-
}, S = (t) => {
|
|
39
|
-
t.documentElement.style.removeProperty("transform"), t.documentElement.style.removeProperty("transform-origin"), t.documentElement.style.removeProperty("height"), t.body.style.removeProperty("overflow-x");
|
|
40
|
-
}, d = (t) => {
|
|
41
|
-
const e = t.querySelector('meta[name="viewport"]');
|
|
42
|
-
if (!e)
|
|
43
|
-
return !1;
|
|
44
|
-
const r = e.getAttribute("content") || "";
|
|
45
|
-
return h.test(r);
|
|
46
|
-
}, W = (t, e) => {
|
|
47
|
-
const r = g(t), s = e / r, n = Math.min(Math.max(s, v), 1);
|
|
48
|
-
t.documentElement.style.setProperty("height", "100%", "important"), t.documentElement.style.setProperty("transform", `scale(${n})`, "important"), t.documentElement.style.setProperty("transform-origin", "top left", "important"), t.body.style.setProperty("overflow-x", "hidden", "important");
|
|
49
|
-
}, E = (t) => {
|
|
50
|
-
const e = t.contentWindow;
|
|
51
|
-
c && e && e.removeEventListener("resize", c), a && window.removeEventListener("resize", a), c = null, a = null;
|
|
52
|
-
}, P = () => ({ setupMobileGmailFit: (e) => {
|
|
53
|
-
const r = e.contentDocument, s = e.contentWindow;
|
|
54
|
-
if (!r || !s)
|
|
55
|
-
return;
|
|
56
|
-
N(r);
|
|
57
|
-
const n = () => {
|
|
58
|
-
const i = e.clientWidth || e.getBoundingClientRect().width || 375;
|
|
59
|
-
if (d(r)) {
|
|
60
|
-
S(r);
|
|
61
|
-
return;
|
|
62
|
-
}
|
|
63
|
-
W(r, i);
|
|
64
|
-
};
|
|
65
|
-
n(), E(e), c = () => y(n, u), s.addEventListener("resize", c), a = () => y(n, u), window.addEventListener("resize", a);
|
|
66
|
-
}, tearDownMobileGmailFit: E, hasResponsiveMetaViewport: d });
|
|
67
|
-
export {
|
|
68
|
-
P as useMobileGmailFit
|
|
69
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { DefaultProductType as o } from "../enums/defaults.js";
|
|
2
|
-
const p = () => {
|
|
3
|
-
const e = {
|
|
4
|
-
email: "newsletter"
|
|
5
|
-
};
|
|
6
|
-
return {
|
|
7
|
-
getPartnerName: () => window.location.hostname.split(".")[0] || "",
|
|
8
|
-
getProductType: () => {
|
|
9
|
-
const t = window.location.pathname.split("/").filter(Boolean)[0] || o;
|
|
10
|
-
return e[t] || t;
|
|
11
|
-
}
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
p as usePartner
|
|
16
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type InjectionKey } from 'vue';
|
|
2
|
-
/**
|
|
3
|
-
* Provides a value using Vue's provide/inject system
|
|
4
|
-
* @param key - The injection key
|
|
5
|
-
* @param value - The value to provide
|
|
6
|
-
*/
|
|
7
|
-
export declare const provideValue: <T>(key: InjectionKey<T>, value: T) => void;
|
|
8
|
-
/**
|
|
9
|
-
* Injects a value using Vue's provide/inject system
|
|
10
|
-
* @param key - The injection key
|
|
11
|
-
* @param defaultValue - Optional default value if injection fails
|
|
12
|
-
* @returns The injected value
|
|
13
|
-
*/
|
|
14
|
-
export declare const useInjectedValue: <T>(key: InjectionKey<T>, defaultValue?: T) => T;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { provide as t, inject as i } from "vue";
|
|
2
|
-
const d = (e, o) => {
|
|
3
|
-
t(e, o);
|
|
4
|
-
}, s = (e, o) => {
|
|
5
|
-
const r = i(e, o);
|
|
6
|
-
if (r === void 0 && o === void 0) {
|
|
7
|
-
const n = e.description || String(e);
|
|
8
|
-
throw new Error(
|
|
9
|
-
`useInjectedValue: No provider found for key "${n}". Make sure a parent component provides this value.`
|
|
10
|
-
);
|
|
11
|
-
}
|
|
12
|
-
return r;
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
d as provideValue,
|
|
16
|
-
s as useInjectedValue
|
|
17
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ref as o, watch as T } from "vue";
|
|
2
|
-
const v = () => {
|
|
3
|
-
const t = o(!1), s = o(""), c = o("success"), n = o([]);
|
|
4
|
-
let a = null;
|
|
5
|
-
function i() {
|
|
6
|
-
a && (clearTimeout(a), a = null);
|
|
7
|
-
}
|
|
8
|
-
function u() {
|
|
9
|
-
t.value = !1, n.value = [], s.value = "";
|
|
10
|
-
}
|
|
11
|
-
function l(e = { message: "" }) {
|
|
12
|
-
u(), s.value = e.message, c.value = e.type || "success", n.value = e.actionButton ? [e.actionButton] : [], t.value = !0;
|
|
13
|
-
}
|
|
14
|
-
function f(e, r) {
|
|
15
|
-
const m = e instanceof Error ? e.message : String(e);
|
|
16
|
-
l({
|
|
17
|
-
type: "error",
|
|
18
|
-
message: `${r}: ${m}`
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
return T([t, s], ([e, r]) => {
|
|
22
|
-
i(), e && r && (a = setTimeout(() => {
|
|
23
|
-
u();
|
|
24
|
-
}, 6e3));
|
|
25
|
-
}), {
|
|
26
|
-
isToasterVisible: t,
|
|
27
|
-
toasterMessage: s,
|
|
28
|
-
toasterType: c,
|
|
29
|
-
toasterActionButton: n,
|
|
30
|
-
showToaster: l,
|
|
31
|
-
hideToaster: u,
|
|
32
|
-
handleError: f
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
export {
|
|
36
|
-
v as useToaster
|
|
37
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import memoize from "../node_modules/lodash-es/memoize.js";
|
|
2
|
-
import { ref } from "vue";
|
|
3
|
-
const useTranslations = () => {
|
|
4
|
-
const translations = ref(eval(window.GuidoConfig.translationsPath)), trans = (n, t) => {
|
|
5
|
-
const r = translations.value[n];
|
|
6
|
-
return r ? t ? Object.entries(t).reduce(
|
|
7
|
-
(e, [o, i]) => e.replace(new RegExp(`{${o}}`, "g"), String(i)),
|
|
8
|
-
r
|
|
9
|
-
) : r : (console.warn(`Translation key not found: ${n}`), n);
|
|
10
|
-
};
|
|
11
|
-
return memoize(
|
|
12
|
-
trans,
|
|
13
|
-
(n, t) => !t || Object.keys(t).length === 0 ? n : JSON.stringify({ key: n, params: t })
|
|
14
|
-
);
|
|
15
|
-
};
|
|
16
|
-
export {
|
|
17
|
-
useTranslations
|
|
18
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const useVersionHistoryApi: () => {
|
|
2
|
-
openVersionHistory: () => void;
|
|
3
|
-
closeVersionHistory: () => void;
|
|
4
|
-
switchToDesktopPreview: () => void;
|
|
5
|
-
switchToMobilePreview: () => void;
|
|
6
|
-
previewVersion: (id: string) => void;
|
|
7
|
-
restoreVersion: (id: string) => void;
|
|
8
|
-
};
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { useVersionHistoryStore as p } from "../stores/version-history.js";
|
|
2
|
-
import { useToaster as c } from "./useToaster.js";
|
|
3
|
-
const l = () => {
|
|
4
|
-
const i = p(), { showToaster: s } = c(), t = (e) => {
|
|
5
|
-
i.$reset(), i.updateState(e);
|
|
6
|
-
}, n = () => {
|
|
7
|
-
i.$reset();
|
|
8
|
-
};
|
|
9
|
-
return {
|
|
10
|
-
openVersionHistory: () => {
|
|
11
|
-
window.StripoEditorApi.versionHistoryApi.openVersionHistory(t, n);
|
|
12
|
-
},
|
|
13
|
-
closeVersionHistory: () => {
|
|
14
|
-
window.StripoEditorApi.versionHistoryApi.closeVersionHistory();
|
|
15
|
-
},
|
|
16
|
-
switchToDesktopPreview: () => {
|
|
17
|
-
window.StripoEditorApi.versionHistoryApi.switchToDesktopPreview();
|
|
18
|
-
},
|
|
19
|
-
switchToMobilePreview: () => {
|
|
20
|
-
window.StripoEditorApi.versionHistoryApi.switchToMobilePreview();
|
|
21
|
-
},
|
|
22
|
-
previewVersion: (e) => {
|
|
23
|
-
window.StripoEditorApi.versionHistoryApi.previewVersion(e, (o) => {
|
|
24
|
-
const r = o instanceof Error ? o.message : String(o);
|
|
25
|
-
s({
|
|
26
|
-
type: "error",
|
|
27
|
-
message: `Error compiling email: ${r}`
|
|
28
|
-
});
|
|
29
|
-
});
|
|
30
|
-
},
|
|
31
|
-
restoreVersion: (e) => {
|
|
32
|
-
window.StripoEditorApi.versionHistoryApi.restoreVersion(
|
|
33
|
-
e,
|
|
34
|
-
() => {
|
|
35
|
-
s({
|
|
36
|
-
type: "success",
|
|
37
|
-
message: `${e} patch restored successfully.`
|
|
38
|
-
});
|
|
39
|
-
},
|
|
40
|
-
(o) => {
|
|
41
|
-
const r = o instanceof Error ? o.message : String(o);
|
|
42
|
-
s({
|
|
43
|
-
type: "error",
|
|
44
|
-
message: `Error compiling email: ${r}`
|
|
45
|
-
});
|
|
46
|
-
}
|
|
47
|
-
);
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
export {
|
|
52
|
-
l as useVersionHistoryApi
|
|
53
|
-
};
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
const a = [
|
|
2
|
-
{
|
|
3
|
-
id: "fix-url-encoding-start",
|
|
4
|
-
description: "Replace {%22 with %7B%22 to fix URL encoding",
|
|
5
|
-
type: "replace",
|
|
6
|
-
search: "{%22",
|
|
7
|
-
replacement: "%7B%22",
|
|
8
|
-
replaceAll: !0,
|
|
9
|
-
priority: 10
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
id: "fix-url-encoding-end",
|
|
13
|
-
description: "Replace %22} with %22%7D to fix URL encoding",
|
|
14
|
-
type: "replace",
|
|
15
|
-
search: "%22}",
|
|
16
|
-
replacement: "%22%7D",
|
|
17
|
-
replaceAll: !0,
|
|
18
|
-
priority: 10
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
id: "fix-tags-start",
|
|
22
|
-
description: "Replace %7B%7B with {{ to fix URL encoding",
|
|
23
|
-
type: "replace",
|
|
24
|
-
search: "%7B%7B",
|
|
25
|
-
replacement: "{{",
|
|
26
|
-
replaceAll: !0,
|
|
27
|
-
priority: 11
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
id: "fix-tags-end",
|
|
31
|
-
description: "Replace %7D%7D with }} to fix URL encoding",
|
|
32
|
-
type: "replace",
|
|
33
|
-
search: "%7D%7D",
|
|
34
|
-
replacement: "}}",
|
|
35
|
-
replaceAll: !0,
|
|
36
|
-
priority: 12
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
id: "unescape-inequality-operators-start",
|
|
40
|
-
description: "Replace < with < to fix URL encoding",
|
|
41
|
-
type: "replace",
|
|
42
|
-
search: "<",
|
|
43
|
-
replacement: "<",
|
|
44
|
-
replaceAll: !0,
|
|
45
|
-
priority: 13
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
id: "unescape-inequality-operators-end",
|
|
49
|
-
description: "Replace > with > to fix URL encoding",
|
|
50
|
-
type: "replace",
|
|
51
|
-
search: ">",
|
|
52
|
-
replacement: ">",
|
|
53
|
-
replaceAll: !0,
|
|
54
|
-
priority: 14
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
id: "remove-apty-iframe",
|
|
58
|
-
description: "Cleanup Apty Iframe Code",
|
|
59
|
-
type: "remove",
|
|
60
|
-
targets: [
|
|
61
|
-
'<iframe src="about:blank" id="letznav-iframe-script" allowtransparency="true" style="width:1px;height:1px"></iframe>',
|
|
62
|
-
'src="about:blank" id="letznav-iframe-script" allowtransparency="true" style="width:1px;height:1px"></iframe>'
|
|
63
|
-
],
|
|
64
|
-
priority: 20
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
id: "remove-apty-styles",
|
|
68
|
-
description: "Removing Apty Styles",
|
|
69
|
-
type: "regex",
|
|
70
|
-
pattern: '<styles*data-styles="apty_styles"s* type="text/css"s*>((s|.)*?)</style>',
|
|
71
|
-
replacement: "",
|
|
72
|
-
flags: "g",
|
|
73
|
-
priority: 21
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
id: "remove-mso-conditions",
|
|
77
|
-
description: "Removing MSO Conditions",
|
|
78
|
-
type: "remove",
|
|
79
|
-
targets: [
|
|
80
|
-
/<!--\[if\s\(mso 16\)\]>\s*<style\s*\S*>\s*a\s*\{\s*text-decoration\s*:\s*none\s*;*\s*\}\s*<\/style>\s*<!\[endif\]-->/g,
|
|
81
|
-
/<!--\[if\sgte mso 9\]>\s*<style\s*\S*>\s*sup\s*\{\s*font-size\s*:\s*100%\s*!important\s*;*\s*\}\s*<\/style>\s*<!\[endif\]-->/g,
|
|
82
|
-
/<!--\[if\sgte mso 9\]>\s*<noscript>\s*<xml>\s*<o:OfficeDocumentSettings>\s*<o:AllowPNG>\s*<\/o:AllowPNG>\s*<o:PixelsPerInch>\d+<\/o:PixelsPerInch>\s*<\/o:OfficeDocumentSettings>\s*<\/xml>\s*<\/noscript>\s*<!\[endif\]-->/g,
|
|
83
|
-
/<!--\[if mso\]>\s*<xml>\s*<w:WordDocument\s+xmlns:w="urn:schemas-microsoft-com:office:word">\s*<w:DontUseAdvancedTypographyReadingMail><\/w:DontUseAdvancedTypographyReadingMail>\s*<\/w:WordDocument>\s*<\/xml>\s*<!\[endif\]-->/g,
|
|
84
|
-
/<\!--\[if \!mso\]><\!--\s*\d*\s*-->\s*<\!--\[if \!mso\]><\!--\s*\d*\s*-->\s*<\!--<!\[endif\]-->/g,
|
|
85
|
-
/<!--\[if\s\!mso\]>\s*<!-- \d -->/g
|
|
86
|
-
],
|
|
87
|
-
priority: 22
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
id: "add-mso-conditions",
|
|
91
|
-
description: "Adding MSO Conditions",
|
|
92
|
-
type: "custom",
|
|
93
|
-
processor: (e) => {
|
|
94
|
-
const t = [
|
|
95
|
-
`<!--[if gte mso 9]>
|
|
96
|
-
<style>sup {
|
|
97
|
-
font-size: 100% !important;
|
|
98
|
-
}</style><![endif]-->`,
|
|
99
|
-
`<!--[if gte mso 9]>
|
|
100
|
-
<noscript>
|
|
101
|
-
<xml>
|
|
102
|
-
<o:OfficeDocumentSettings>
|
|
103
|
-
<o:AllowPNG></o:AllowPNG>
|
|
104
|
-
<o:PixelsPerInch>96</o:PixelsPerInch>
|
|
105
|
-
</o:OfficeDocumentSettings>
|
|
106
|
-
</xml>
|
|
107
|
-
</noscript><![endif]-->`,
|
|
108
|
-
`<!--[if mso]>
|
|
109
|
-
<xml>
|
|
110
|
-
<w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word">
|
|
111
|
-
<w:DontUseAdvancedTypographyReadingMail></w:DontUseAdvancedTypographyReadingMail>
|
|
112
|
-
</w:WordDocument>
|
|
113
|
-
</xml><![endif]-->`
|
|
114
|
-
], s = /<head>([\S\s]*)<\/head>/, o = new RegExp(s);
|
|
115
|
-
if (!e.match(o))
|
|
116
|
-
return e;
|
|
117
|
-
let i = e;
|
|
118
|
-
return t.forEach((r) => {
|
|
119
|
-
i = i.replace("</head>", `${r}</head>`);
|
|
120
|
-
}), i;
|
|
121
|
-
},
|
|
122
|
-
priority: 30
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
id: "replace-old-image-domain",
|
|
126
|
-
description: "Replacing old image domains",
|
|
127
|
-
type: "replace",
|
|
128
|
-
search: "stripo-editor-image.s3-eu-west-1.amazonaws.com",
|
|
129
|
-
replacement: "email-static.useinsider.com",
|
|
130
|
-
replaceAll: !0,
|
|
131
|
-
priority: 40
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
id: "replace-old-v2-image-domain",
|
|
135
|
-
description: "Replacing old image domains",
|
|
136
|
-
type: "replace",
|
|
137
|
-
search: "email.static.useinsider.com",
|
|
138
|
-
replacement: "email-static.useinsider.com",
|
|
139
|
-
replaceAll: !0,
|
|
140
|
-
priority: 41
|
|
141
|
-
}
|
|
142
|
-
];
|
|
143
|
-
export {
|
|
144
|
-
a as defaultHtmlCompilerRules
|
|
145
|
-
};
|
|
File without changes
|
package/dist/enums/defaults.d.ts
DELETED
package/dist/enums/defaults.js
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
const e = [
|
|
2
|
-
{
|
|
3
|
-
category: "Demographics",
|
|
4
|
-
conditions: [
|
|
5
|
-
{
|
|
6
|
-
id: 1,
|
|
7
|
-
name: "Language",
|
|
8
|
-
description: "Users who are in the English will see the banner",
|
|
9
|
-
beforeScript: '{% if language == "en_US" %}',
|
|
10
|
-
afterScript: "{% endif %}"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
id: 2,
|
|
14
|
-
name: "Country",
|
|
15
|
-
description: "Only people who live in Australia will see the banner",
|
|
16
|
-
beforeScript: '{% if country == "Australia" %}',
|
|
17
|
-
afterScript: "{% endif %}"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
id: 3,
|
|
21
|
-
name: "Country & City",
|
|
22
|
-
description: "Only people who are located in that country and city",
|
|
23
|
-
beforeScript: '{% if country == "United Kingdom" and city == "London" %}',
|
|
24
|
-
afterScript: "{% endif %}"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
id: 4,
|
|
28
|
-
name: "Age (Less than operator)",
|
|
29
|
-
description: "Users whose age is less than 18",
|
|
30
|
-
beforeScript: "{% if age < 18 %}",
|
|
31
|
-
afterScript: "{% endif %}"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
id: 5,
|
|
35
|
-
name: "Age (Equal and greater than operator)",
|
|
36
|
-
description: "Users whose age is equal or greater than 25",
|
|
37
|
-
beforeScript: "{% if age >= 25 %}",
|
|
38
|
-
afterScript: "{% endif %}"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
id: 6,
|
|
42
|
-
name: "Age (Greater than & less than operators)",
|
|
43
|
-
description: "Users whose age is between 18 and 25",
|
|
44
|
-
beforeScript: "{% if age > 18 and age < 25 %}",
|
|
45
|
-
afterScript: "{% endif %}"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
id: 7,
|
|
49
|
-
name: "Gender",
|
|
50
|
-
description: "Users whose gender is Female",
|
|
51
|
-
beforeScript: '{% if gender == "Female" %}',
|
|
52
|
-
afterScript: "{% endif %}"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
id: 8,
|
|
56
|
-
name: "State",
|
|
57
|
-
description: "Users whose state is one of the followings. c_state is a custom attribute. Use this condition if you have the attribute with the same naming. ",
|
|
58
|
-
beforeScript: '{% if c_state == "VIC" or c_state == "NSW" or c_state == "QLD" %}',
|
|
59
|
-
afterScript: "{% endif %}"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
id: 9,
|
|
63
|
-
name: "VIP User",
|
|
64
|
-
description: "Users who are VIP users for that brand. c_is_vip_user = true. c_is_vip_user is a custom attribute. Use this condition if you have the attribute with the same naming.",
|
|
65
|
-
beforeScript: "{% if c_is_vip_user %}",
|
|
66
|
-
afterScript: "{% endif %}"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
id: 10,
|
|
70
|
-
name: "Membership Type",
|
|
71
|
-
description: "Users who belong to gold or silver membership type. c_is_gold_member = true, c_is_silver_member = true. These are custom attributes. Use this condition if you have the attribute with the same naming.",
|
|
72
|
-
beforeScript: "{% if c_is_gold_member or c_is_silver_member %}",
|
|
73
|
-
afterScript: "{% endif %}"
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
];
|
|
78
|
-
export {
|
|
79
|
-
e as displayConditions
|
|
80
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const DEFAULT_EMAIL_WIDTH = 600;
|
|
2
|
-
export declare const MIN_SCALE = 0.2;
|
|
3
|
-
export declare const RESIZE_DEBOUNCE_MS = 100;
|
|
4
|
-
export declare const INLINE_WIDTH_REGEX: RegExp;
|
|
5
|
-
export declare const TABLE_WIDTH_REGEX: RegExp;
|
|
6
|
-
export declare const META_VIEWPORT_REGEX: RegExp;
|
|
7
|
-
export declare const EMAIL_CONTAINER_SELECTORS: readonly [".wrapper", ".container", "#wrapper", "#container", "[data-email-container]", "[role=\"presentation\"]"];
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
const E = 600, t = 0.2, n = 100, o = /width\s*:\s*(\d+(\.\d+)?)px/i, _ = /^(\d+(\.\d+)?)(px)?$/i, e = /width\s*=\s*device-width/i, i = [
|
|
2
|
-
".wrapper",
|
|
3
|
-
".container",
|
|
4
|
-
"#wrapper",
|
|
5
|
-
"#container",
|
|
6
|
-
"[data-email-container]",
|
|
7
|
-
'[role="presentation"]'
|
|
8
|
-
];
|
|
9
|
-
export {
|
|
10
|
-
E as DEFAULT_EMAIL_WIDTH,
|
|
11
|
-
i as EMAIL_CONTAINER_SELECTORS,
|
|
12
|
-
o as INLINE_WIDTH_REGEX,
|
|
13
|
-
e as META_VIEWPORT_REGEX,
|
|
14
|
-
t as MIN_SCALE,
|
|
15
|
-
n as RESIZE_DEBOUNCE_MS,
|
|
16
|
-
_ as TABLE_WIDTH_REGEX
|
|
17
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { DynamicContent } from '@@/Types/generic';
|
|
2
|
-
export declare class ExternalMergeTagsLibrary {
|
|
3
|
-
selectedDynamicContent: DynamicContent | null;
|
|
4
|
-
dataSelectCallback: (data: DynamicContent) => void;
|
|
5
|
-
openMergeTagsLibrary(dynamicContent: DynamicContent, onDataSelectCallback: (data: DynamicContent) => void): void;
|
|
6
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
var i = Object.defineProperty;
|
|
2
|
-
var d = (t, e, n) => e in t ? i(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
|
-
var a = (t, e, n) => d(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
class y {
|
|
5
|
-
constructor() {
|
|
6
|
-
a(this, "selectedDynamicContent", null);
|
|
7
|
-
a(this, "dataSelectCallback", () => {
|
|
8
|
-
});
|
|
9
|
-
}
|
|
10
|
-
openMergeTagsLibrary(e, n) {
|
|
11
|
-
this.dataSelectCallback = n, this.selectedDynamicContent = e;
|
|
12
|
-
const s = new CustomEvent("dynamic-content:open", {
|
|
13
|
-
detail: {
|
|
14
|
-
attribute: e
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
document.dispatchEvent(s);
|
|
18
|
-
const o = (l) => {
|
|
19
|
-
const c = l.detail;
|
|
20
|
-
this.selectedDynamicContent = c, c.text && c.value && this.dataSelectCallback(c), document.removeEventListener("dynamic-content:close", o);
|
|
21
|
-
};
|
|
22
|
-
document.addEventListener("dynamic-content:close", o);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
export {
|
|
26
|
-
y as ExternalMergeTagsLibrary
|
|
27
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
const n = `
|
|
2
|
-
#guido__btn-add-dynamic-content {
|
|
3
|
-
background-color: transparent;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
#guido__btn-add-dynamic-content > button {
|
|
7
|
-
color: var(--guido-color-primary-500);
|
|
8
|
-
background-color: transparent;
|
|
9
|
-
box-shadow: none;
|
|
10
|
-
padding: 0;
|
|
11
|
-
border: none;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
#guido__btn-add-dynamic-content > button:hover {
|
|
15
|
-
text-decoration: underline;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.color-primary {
|
|
19
|
-
color: var(--guido-color-primary-500) !important;
|
|
20
|
-
}
|
|
21
|
-
`;
|
|
22
|
-
export {
|
|
23
|
-
n as default
|
|
24
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { UIElementType, UIElement, UIElementTagRegistry } from '@stripoinc/ui-editor-extensions';
|
|
2
|
-
export declare class DynamicContentTagRegistry extends UIElementTagRegistry {
|
|
3
|
-
registerUiElements(uiElementsTagsMap: Record<UIElementType, string>): void;
|
|
4
|
-
}
|
|
5
|
-
export declare class DynamicContentUiElementExtension extends UIElement {
|
|
6
|
-
private mergeTagsButton;
|
|
7
|
-
private listener;
|
|
8
|
-
private mergeTagsLibrary;
|
|
9
|
-
private selectedDynamicContent;
|
|
10
|
-
getId(): string;
|
|
11
|
-
onRender(container: HTMLElement): void;
|
|
12
|
-
onDestroy(): void;
|
|
13
|
-
_onClick(): void;
|
|
14
|
-
openMergeTagLibrary(): void;
|
|
15
|
-
getTemplate(): string;
|
|
16
|
-
}
|