@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
package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PreviewDeviceMode.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { __exports as e } from "../../../../../_virtual/PreviewDeviceMode.js";
|
|
2
|
-
var o;
|
|
3
|
-
function t() {
|
|
4
|
-
if (o) return e;
|
|
5
|
-
o = 1, Object.defineProperty(e, "__esModule", { value: !0 }), e.PreviewDeviceMode = void 0;
|
|
6
|
-
var r;
|
|
7
|
-
return function(i) {
|
|
8
|
-
i.DESKTOP = "DESKTOP", i.MOBILE = "MOBILE";
|
|
9
|
-
}(r || (e.PreviewDeviceMode = r = {})), e;
|
|
10
|
-
}
|
|
11
|
-
export {
|
|
12
|
-
t as __require
|
|
13
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { __exports as e } from "../../../../../_virtual/SettingsTab.js";
|
|
2
|
-
var i;
|
|
3
|
-
function a() {
|
|
4
|
-
if (i) return e;
|
|
5
|
-
i = 1, Object.defineProperty(e, "__esModule", { value: !0 }), e.SettingsTab = void 0;
|
|
6
|
-
var r;
|
|
7
|
-
return function(t) {
|
|
8
|
-
t.SETTINGS = "settings", t.STYLES = "styles", t.DATA = "data";
|
|
9
|
-
}(r || (e.SettingsTab = r = {})), e;
|
|
10
|
-
}
|
|
11
|
-
export {
|
|
12
|
-
a as __require
|
|
13
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { __exports as T } from "../../../../../_virtual/UIElementType.js";
|
|
2
|
-
var O;
|
|
3
|
-
function S() {
|
|
4
|
-
if (O) return T;
|
|
5
|
-
O = 1, Object.defineProperty(T, "__esModule", { value: !0 }), T.UIElementType = void 0;
|
|
6
|
-
var C;
|
|
7
|
-
return function(E) {
|
|
8
|
-
E.BUTTON = "UE-BUTTON", E.CHECKBOX = "UE-CHECKBOX", E.CHECK_BUTTONS = "UE-CHECK-BUTTONS", E.COLOR = "UE-COLOR", E.COUNTER = "UE-COUNTER", E.DATEPICKER = "UE-DATEPICKER", E.LABEL = "UE-LABEL", E.MESSAGE = "UE-MESSAGE", E.RADIO_BUTTONS = "UE-RADIO-BUTTONS", E.SELECTPICKER = "UE-SELECT", E.SWITCHER = "UE-SWITCHER", E.TEXT = "UE-TEXT", E.TEXTAREA = "UE-TEXTAREA", E.CHECK_ITEM = "UE-CHECK-ITEM", E.RADIO_ITEM = "UE-RADIO-ITEM", E.SELECT_ITEM = "UE-SELECT-ITEM", E.ICON = "UE-ICON", E.MERGETAGS = "UE-MERGETAGS", E.FONT_FAMILY_SELECT = "UE-FONT-FAMILY-SELECT", E.NESTED_CONTROL = "UE-NESTED-CONTROL";
|
|
9
|
-
}(C || (T.UIElementType = C = {})), T;
|
|
10
|
-
}
|
|
11
|
-
export {
|
|
12
|
-
S as __require
|
|
13
|
-
};
|
package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementsAttributes.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { __exports as r } from "../../../../../_virtual/UIElementsAttributes.js";
|
|
2
|
-
var o;
|
|
3
|
-
function S() {
|
|
4
|
-
if (o) return r;
|
|
5
|
-
o = 1;
|
|
6
|
-
var t = r && r.__assign || function() {
|
|
7
|
-
return t = Object.assign || function(l) {
|
|
8
|
-
for (var i, a = 1, g = arguments.length; a < g; a++) {
|
|
9
|
-
i = arguments[a];
|
|
10
|
-
for (var s in i) Object.prototype.hasOwnProperty.call(i, s) && (l[s] = i[s]);
|
|
11
|
-
}
|
|
12
|
-
return l;
|
|
13
|
-
}, t.apply(this, arguments);
|
|
14
|
-
};
|
|
15
|
-
Object.defineProperty(r, "__esModule", { value: !0 }), r.UEAttr = void 0;
|
|
16
|
-
var e = {
|
|
17
|
-
name: "name",
|
|
18
|
-
disabled: "disabled"
|
|
19
|
-
}, u = t(t({}, e), { caption: "caption" }), c = t(t({}, e), { caption: "caption" }), b = t(t({}, e), { minValue: "min-value", maxValue: "max-value", step: "step" }), v = t(t({}, e), { placeholder: "placeholder", minDate: "min-date" }), m = t(t({}, e), { text: "text", hint: "hint" }), A = t(t({}, e), { type: "type" }), d = t(t({}, e), { buttons: "buttons" }), n = t(t({}, e), { searchable: "searchable", multiSelect: "multi-select", placeholder: "placeholder", items: "items" }), E = t(t({}, n), { addCustomFontOption: "add-custom-font-option" }), h = t(t({}, e), { text: "text", value: "value" }), p = t(t({}, e), { text: "text", hint: "hint", icon: "icon", value: "value" }), T = t(t({}, e), { buttons: "buttons" }), C = t(t({}, e), { text: "text", hint: "hint", icon: "icon", value: "value" }), I = t(t({}, e), { placeholder: "placeholder" }), O = t(t({}, e), { resizable: "resizable", placeholder: "placeholder" }), _ = t(t({}, e), { img: "img", src: "src", title: "title", width: "width", height: "height", imageClass: "image-class", hint: "hint", disabled: "disabled", isActive: "is-active", visibility: "visibility", transform: "transform" }), x = t(t({}, e), { controlId: "control-id" });
|
|
20
|
-
return r.UEAttr = {
|
|
21
|
-
DEFAULT: e,
|
|
22
|
-
BUTTON: u,
|
|
23
|
-
CHECKBOX: c,
|
|
24
|
-
CHECK_BUTTONS: T,
|
|
25
|
-
COLOR: e,
|
|
26
|
-
COUNTER: b,
|
|
27
|
-
DATEPICKER: v,
|
|
28
|
-
LABEL: m,
|
|
29
|
-
MESSAGE: A,
|
|
30
|
-
RADIO_BUTTONS: d,
|
|
31
|
-
SELECTPICKER: n,
|
|
32
|
-
FONT_FAMILY_SELECT: E,
|
|
33
|
-
SWITCHER: e,
|
|
34
|
-
TEXT: I,
|
|
35
|
-
TEXTAREA: O,
|
|
36
|
-
ICON: _,
|
|
37
|
-
CHECK_ITEM: p,
|
|
38
|
-
SELECT_ITEM: h,
|
|
39
|
-
RADIO_ITEM: C,
|
|
40
|
-
NESTED_CONTROL: x
|
|
41
|
-
}, r;
|
|
42
|
-
}
|
|
43
|
-
export {
|
|
44
|
-
S as __require
|
|
45
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../_virtual/BackgroundColorBuiltInControl.js";
|
|
2
|
-
import { __require as C } from "./BuiltInControl.js";
|
|
3
|
-
import { __require as p } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
var i;
|
|
5
|
-
function d() {
|
|
6
|
-
if (i) return n;
|
|
7
|
-
i = 1;
|
|
8
|
-
var a = n && n.__extends || /* @__PURE__ */ function() {
|
|
9
|
-
var t = function(o, r) {
|
|
10
|
-
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, u) {
|
|
11
|
-
e.__proto__ = u;
|
|
12
|
-
} || function(e, u) {
|
|
13
|
-
for (var l in u) Object.prototype.hasOwnProperty.call(u, l) && (e[l] = u[l]);
|
|
14
|
-
}, t(o, r);
|
|
15
|
-
};
|
|
16
|
-
return function(o, r) {
|
|
17
|
-
if (typeof r != "function" && r !== null)
|
|
18
|
-
throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
|
|
19
|
-
t(o, r);
|
|
20
|
-
function e() {
|
|
21
|
-
this.constructor = o;
|
|
22
|
-
}
|
|
23
|
-
o.prototype = r === null ? Object.create(r) : (e.prototype = r.prototype, new e());
|
|
24
|
-
};
|
|
25
|
-
}();
|
|
26
|
-
Object.defineProperty(n, "__esModule", { value: !0 }), n.BackgroundColorBuiltInControl = void 0;
|
|
27
|
-
var c = C(), _ = p(), s = (
|
|
28
|
-
/** @class */
|
|
29
|
-
function(t) {
|
|
30
|
-
a(o, t);
|
|
31
|
-
function o() {
|
|
32
|
-
return t !== null && t.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
return o.prototype.getParentControlId = function() {
|
|
35
|
-
return _.BuiltInControlTypes.GENERAL.BACKGROUND_COLOR;
|
|
36
|
-
}, o;
|
|
37
|
-
}(c.BuiltInControl)
|
|
38
|
-
);
|
|
39
|
-
return n.BackgroundColorBuiltInControl = s, n;
|
|
40
|
-
}
|
|
41
|
-
export {
|
|
42
|
-
d as __require
|
|
43
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../_virtual/BackgroundImageBuiltInControl.js";
|
|
2
|
-
import { __require as f } from "./BuiltInControl.js";
|
|
3
|
-
import { __require as _ } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
var l;
|
|
5
|
-
function d() {
|
|
6
|
-
if (l) return n;
|
|
7
|
-
l = 1;
|
|
8
|
-
var a = n && n.__extends || /* @__PURE__ */ function() {
|
|
9
|
-
var o = function(t, r) {
|
|
10
|
-
return o = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, u) {
|
|
11
|
-
e.__proto__ = u;
|
|
12
|
-
} || function(e, u) {
|
|
13
|
-
for (var i in u) Object.prototype.hasOwnProperty.call(u, i) && (e[i] = u[i]);
|
|
14
|
-
}, o(t, r);
|
|
15
|
-
};
|
|
16
|
-
return function(t, r) {
|
|
17
|
-
if (typeof r != "function" && r !== null)
|
|
18
|
-
throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
|
|
19
|
-
o(t, r);
|
|
20
|
-
function e() {
|
|
21
|
-
this.constructor = t;
|
|
22
|
-
}
|
|
23
|
-
t.prototype = r === null ? Object.create(r) : (e.prototype = r.prototype, new e());
|
|
24
|
-
};
|
|
25
|
-
}();
|
|
26
|
-
Object.defineProperty(n, "__esModule", { value: !0 }), n.BackgroundImageBuiltInControl = void 0;
|
|
27
|
-
var c = f(), p = _(), s = (
|
|
28
|
-
/** @class */
|
|
29
|
-
function(o) {
|
|
30
|
-
a(t, o);
|
|
31
|
-
function t() {
|
|
32
|
-
return o !== null && o.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
return t.prototype.getParentControlId = function() {
|
|
35
|
-
return p.BuiltInControlTypes.GENERAL.BACKGROUND_IMAGE;
|
|
36
|
-
}, t.prototype.getTargetNodes = function(r) {
|
|
37
|
-
return { targetNodes: [this.api.getDocumentRootHtmlNode().querySelector(".es-wrapper-color>table")] };
|
|
38
|
-
}, t.prototype.getLabels = function() {
|
|
39
|
-
}, t;
|
|
40
|
-
}(c.BuiltInControl)
|
|
41
|
-
);
|
|
42
|
-
return n.BackgroundImageBuiltInControl = s, n;
|
|
43
|
-
}
|
|
44
|
-
export {
|
|
45
|
-
d as __require
|
|
46
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { __exports as r } from "../../../../../_virtual/BlockPaddingsBuiltInControl.js";
|
|
2
|
-
import { __require as _ } from "./BuiltInControl.js";
|
|
3
|
-
import { __require as f } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
var u;
|
|
5
|
-
function C() {
|
|
6
|
-
if (u) return r;
|
|
7
|
-
u = 1;
|
|
8
|
-
var a = r && r.__extends || /* @__PURE__ */ function() {
|
|
9
|
-
var o = function(t, n) {
|
|
10
|
-
return o = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, i) {
|
|
11
|
-
e.__proto__ = i;
|
|
12
|
-
} || function(e, i) {
|
|
13
|
-
for (var l in i) Object.prototype.hasOwnProperty.call(i, l) && (e[l] = i[l]);
|
|
14
|
-
}, o(t, n);
|
|
15
|
-
};
|
|
16
|
-
return function(t, n) {
|
|
17
|
-
if (typeof n != "function" && n !== null)
|
|
18
|
-
throw new TypeError("Class extends value " + String(n) + " is not a constructor or null");
|
|
19
|
-
o(t, n);
|
|
20
|
-
function e() {
|
|
21
|
-
this.constructor = t;
|
|
22
|
-
}
|
|
23
|
-
t.prototype = n === null ? Object.create(n) : (e.prototype = n.prototype, new e());
|
|
24
|
-
};
|
|
25
|
-
}();
|
|
26
|
-
Object.defineProperty(r, "__esModule", { value: !0 }), r.BlockPaddingsBuiltInControl = void 0;
|
|
27
|
-
var s = _(), c = f(), p = (
|
|
28
|
-
/** @class */
|
|
29
|
-
function(o) {
|
|
30
|
-
a(t, o);
|
|
31
|
-
function t() {
|
|
32
|
-
return o !== null && o.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
return t.prototype.getParentControlId = function() {
|
|
35
|
-
return c.BuiltInControlTypes.GENERAL.BLOCK_PADDINGS;
|
|
36
|
-
}, t.prototype.getLabels = function() {
|
|
37
|
-
}, t;
|
|
38
|
-
}(s.BuiltInControl)
|
|
39
|
-
);
|
|
40
|
-
return r.BlockPaddingsBuiltInControl = p, r;
|
|
41
|
-
}
|
|
42
|
-
export {
|
|
43
|
-
C as __require
|
|
44
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../_virtual/BuiltInControl.js";
|
|
2
|
-
var o;
|
|
3
|
-
function u() {
|
|
4
|
-
if (o) return n;
|
|
5
|
-
o = 1, Object.defineProperty(n, "__esModule", { value: !0 }), n.BuiltInControl = void 0;
|
|
6
|
-
var e = (
|
|
7
|
-
/** @class */
|
|
8
|
-
function() {
|
|
9
|
-
function t() {
|
|
10
|
-
}
|
|
11
|
-
return t.prototype.getTargetNodes = function(r) {
|
|
12
|
-
}, t.prototype.getLabels = function() {
|
|
13
|
-
}, t.prototype.getModificationDescription = function() {
|
|
14
|
-
}, t.prototype.getAdditionalModifications = function(r) {
|
|
15
|
-
}, t;
|
|
16
|
-
}()
|
|
17
|
-
);
|
|
18
|
-
return n.BuiltInControl = e, n;
|
|
19
|
-
}
|
|
20
|
-
export {
|
|
21
|
-
u as __require
|
|
22
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../_virtual/ButtonBorderBuiltInControl.js";
|
|
2
|
-
import { __require as f } from "./BuiltInControl.js";
|
|
3
|
-
import { __require as s } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
import { __require as y } from "../constants/BlockType.js";
|
|
5
|
-
var l;
|
|
6
|
-
function T() {
|
|
7
|
-
if (l) return n;
|
|
8
|
-
l = 1;
|
|
9
|
-
var B = n && n.__extends || /* @__PURE__ */ function() {
|
|
10
|
-
var o = function(t, r) {
|
|
11
|
-
return o = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, u) {
|
|
12
|
-
e.__proto__ = u;
|
|
13
|
-
} || function(e, u) {
|
|
14
|
-
for (var i in u) Object.prototype.hasOwnProperty.call(u, i) && (e[i] = u[i]);
|
|
15
|
-
}, o(t, r);
|
|
16
|
-
};
|
|
17
|
-
return function(t, r) {
|
|
18
|
-
if (typeof r != "function" && r !== null)
|
|
19
|
-
throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
|
|
20
|
-
o(t, r);
|
|
21
|
-
function e() {
|
|
22
|
-
this.constructor = t;
|
|
23
|
-
}
|
|
24
|
-
t.prototype = r === null ? Object.create(r) : (e.prototype = r.prototype, new e());
|
|
25
|
-
};
|
|
26
|
-
}();
|
|
27
|
-
Object.defineProperty(n, "__esModule", { value: !0 }), n.ButtonBorderBuiltInControl = void 0;
|
|
28
|
-
var p = f(), a = s(), c = y(), _ = (
|
|
29
|
-
/** @class */
|
|
30
|
-
function(o) {
|
|
31
|
-
B(t, o);
|
|
32
|
-
function t() {
|
|
33
|
-
return o !== null && o.apply(this, arguments) || this;
|
|
34
|
-
}
|
|
35
|
-
return t.prototype.getParentControlId = function() {
|
|
36
|
-
return a.BuiltInControlTypes[c.BlockType.BLOCK_BUTTON].BORDER;
|
|
37
|
-
}, t.prototype.getTargetNodes = function(r) {
|
|
38
|
-
}, t.prototype.getLabels = function() {
|
|
39
|
-
}, t;
|
|
40
|
-
}(p.BuiltInControl)
|
|
41
|
-
);
|
|
42
|
-
return n.ButtonBorderBuiltInControl = _, n;
|
|
43
|
-
}
|
|
44
|
-
export {
|
|
45
|
-
T as __require
|
|
46
|
-
};
|
package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonColorBuiltInControl.js
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../_virtual/ButtonColorBuiltInControl.js";
|
|
2
|
-
import { __require as s } from "./BuiltInControl.js";
|
|
3
|
-
import { __require as B } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
import { __require as C } from "../constants/BlockType.js";
|
|
5
|
-
var l;
|
|
6
|
-
function O() {
|
|
7
|
-
if (l) return n;
|
|
8
|
-
l = 1;
|
|
9
|
-
var p = n && n.__extends || /* @__PURE__ */ function() {
|
|
10
|
-
var r = function(t, o) {
|
|
11
|
-
return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, u) {
|
|
12
|
-
e.__proto__ = u;
|
|
13
|
-
} || function(e, u) {
|
|
14
|
-
for (var i in u) Object.prototype.hasOwnProperty.call(u, i) && (e[i] = u[i]);
|
|
15
|
-
}, r(t, o);
|
|
16
|
-
};
|
|
17
|
-
return function(t, o) {
|
|
18
|
-
if (typeof o != "function" && o !== null)
|
|
19
|
-
throw new TypeError("Class extends value " + String(o) + " is not a constructor or null");
|
|
20
|
-
r(t, o);
|
|
21
|
-
function e() {
|
|
22
|
-
this.constructor = t;
|
|
23
|
-
}
|
|
24
|
-
t.prototype = o === null ? Object.create(o) : (e.prototype = o.prototype, new e());
|
|
25
|
-
};
|
|
26
|
-
}();
|
|
27
|
-
Object.defineProperty(n, "__esModule", { value: !0 }), n.ButtonColorBuiltInControl = void 0;
|
|
28
|
-
var a = s(), c = B(), _ = C(), f = (
|
|
29
|
-
/** @class */
|
|
30
|
-
function(r) {
|
|
31
|
-
p(t, r);
|
|
32
|
-
function t() {
|
|
33
|
-
return r !== null && r.apply(this, arguments) || this;
|
|
34
|
-
}
|
|
35
|
-
return t.prototype.getParentControlId = function() {
|
|
36
|
-
return c.BuiltInControlTypes[_.BlockType.BLOCK_BUTTON].COLOR;
|
|
37
|
-
}, t.prototype.getTargetNodes = function(o) {
|
|
38
|
-
}, t.prototype.getLabels = function() {
|
|
39
|
-
}, t;
|
|
40
|
-
}(a.BuiltInControl)
|
|
41
|
-
);
|
|
42
|
-
return n.ButtonColorBuiltInControl = f, n;
|
|
43
|
-
}
|
|
44
|
-
export {
|
|
45
|
-
O as __require
|
|
46
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../_virtual/ButtonFontColorBuiltInControl.js";
|
|
2
|
-
import { __require as s } from "../constants/BuiltInControlTypes.js";
|
|
3
|
-
import { __require as f } from "./TextColorBuiltInControl.js";
|
|
4
|
-
import { __require as B } from "../constants/BlockType.js";
|
|
5
|
-
var i;
|
|
6
|
-
function O() {
|
|
7
|
-
if (i) return n;
|
|
8
|
-
i = 1;
|
|
9
|
-
var p = n && n.__extends || /* @__PURE__ */ function() {
|
|
10
|
-
var r = function(t, o) {
|
|
11
|
-
return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, u) {
|
|
12
|
-
e.__proto__ = u;
|
|
13
|
-
} || function(e, u) {
|
|
14
|
-
for (var l in u) Object.prototype.hasOwnProperty.call(u, l) && (e[l] = u[l]);
|
|
15
|
-
}, r(t, o);
|
|
16
|
-
};
|
|
17
|
-
return function(t, o) {
|
|
18
|
-
if (typeof o != "function" && o !== null)
|
|
19
|
-
throw new TypeError("Class extends value " + String(o) + " is not a constructor or null");
|
|
20
|
-
r(t, o);
|
|
21
|
-
function e() {
|
|
22
|
-
this.constructor = t;
|
|
23
|
-
}
|
|
24
|
-
t.prototype = o === null ? Object.create(o) : (e.prototype = o.prototype, new e());
|
|
25
|
-
};
|
|
26
|
-
}();
|
|
27
|
-
Object.defineProperty(n, "__esModule", { value: !0 }), n.ButtonFontColorBuiltInControl = void 0;
|
|
28
|
-
var _ = s(), a = f(), c = B(), C = (
|
|
29
|
-
/** @class */
|
|
30
|
-
function(r) {
|
|
31
|
-
p(t, r);
|
|
32
|
-
function t() {
|
|
33
|
-
return r !== null && r.apply(this, arguments) || this;
|
|
34
|
-
}
|
|
35
|
-
return t.prototype.getParentControlId = function() {
|
|
36
|
-
return _.BuiltInControlTypes[c.BlockType.BLOCK_BUTTON].FONT_COLOR;
|
|
37
|
-
}, t.prototype.getTargetNodes = function(o) {
|
|
38
|
-
}, t;
|
|
39
|
-
}(a.TextColorBuiltInControl)
|
|
40
|
-
);
|
|
41
|
-
return n.ButtonFontColorBuiltInControl = C, n;
|
|
42
|
-
}
|
|
43
|
-
export {
|
|
44
|
-
O as __require
|
|
45
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { __exports as o } from "../../../../../_virtual/ButtonInternalIndentsBuiltInControl.js";
|
|
2
|
-
import { __require as c } from "./BuiltInControl.js";
|
|
3
|
-
import { __require as f } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
import { __require as B } from "../constants/BlockType.js";
|
|
5
|
-
var i;
|
|
6
|
-
function T() {
|
|
7
|
-
if (i) return o;
|
|
8
|
-
i = 1;
|
|
9
|
-
var a = o && o.__extends || /* @__PURE__ */ function() {
|
|
10
|
-
var r = function(t, n) {
|
|
11
|
-
return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, u) {
|
|
12
|
-
e.__proto__ = u;
|
|
13
|
-
} || function(e, u) {
|
|
14
|
-
for (var l in u) Object.prototype.hasOwnProperty.call(u, l) && (e[l] = u[l]);
|
|
15
|
-
}, r(t, n);
|
|
16
|
-
};
|
|
17
|
-
return function(t, n) {
|
|
18
|
-
if (typeof n != "function" && n !== null)
|
|
19
|
-
throw new TypeError("Class extends value " + String(n) + " is not a constructor or null");
|
|
20
|
-
r(t, n);
|
|
21
|
-
function e() {
|
|
22
|
-
this.constructor = t;
|
|
23
|
-
}
|
|
24
|
-
t.prototype = n === null ? Object.create(n) : (e.prototype = n.prototype, new e());
|
|
25
|
-
};
|
|
26
|
-
}();
|
|
27
|
-
Object.defineProperty(o, "__esModule", { value: !0 }), o.ButtonInternalIndentsBuiltInControl = void 0;
|
|
28
|
-
var s = c(), I = f(), p = B(), _ = (
|
|
29
|
-
/** @class */
|
|
30
|
-
function(r) {
|
|
31
|
-
a(t, r);
|
|
32
|
-
function t() {
|
|
33
|
-
return r !== null && r.apply(this, arguments) || this;
|
|
34
|
-
}
|
|
35
|
-
return t.prototype.getParentControlId = function() {
|
|
36
|
-
return I.BuiltInControlTypes[p.BlockType.BLOCK_BUTTON].INTERNAL_INDENT;
|
|
37
|
-
}, t.prototype.getLabels = function() {
|
|
38
|
-
}, t;
|
|
39
|
-
}(s.BuiltInControl)
|
|
40
|
-
);
|
|
41
|
-
return o.ButtonInternalIndentsBuiltInControl = _, o;
|
|
42
|
-
}
|
|
43
|
-
export {
|
|
44
|
-
T as __require
|
|
45
|
-
};
|
package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonTextBuiltInControl.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../_virtual/ButtonTextBuiltInControl.js";
|
|
2
|
-
import { __require as f } from "../constants/BlockType.js";
|
|
3
|
-
import { __require as B } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
import { __require as y } from "./BuiltInControl.js";
|
|
5
|
-
var l;
|
|
6
|
-
function v() {
|
|
7
|
-
if (l) return n;
|
|
8
|
-
l = 1;
|
|
9
|
-
var p = n && n.__extends || /* @__PURE__ */ function() {
|
|
10
|
-
var r = function(t, o) {
|
|
11
|
-
return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, u) {
|
|
12
|
-
e.__proto__ = u;
|
|
13
|
-
} || function(e, u) {
|
|
14
|
-
for (var i in u) Object.prototype.hasOwnProperty.call(u, i) && (e[i] = u[i]);
|
|
15
|
-
}, r(t, o);
|
|
16
|
-
};
|
|
17
|
-
return function(t, o) {
|
|
18
|
-
if (typeof o != "function" && o !== null)
|
|
19
|
-
throw new TypeError("Class extends value " + String(o) + " is not a constructor or null");
|
|
20
|
-
r(t, o);
|
|
21
|
-
function e() {
|
|
22
|
-
this.constructor = t;
|
|
23
|
-
}
|
|
24
|
-
t.prototype = o === null ? Object.create(o) : (e.prototype = o.prototype, new e());
|
|
25
|
-
};
|
|
26
|
-
}();
|
|
27
|
-
Object.defineProperty(n, "__esModule", { value: !0 }), n.ButtonTextBuiltInControl = void 0;
|
|
28
|
-
var _ = f(), a = B(), c = y(), s = (
|
|
29
|
-
/** @class */
|
|
30
|
-
function(r) {
|
|
31
|
-
p(t, r);
|
|
32
|
-
function t() {
|
|
33
|
-
return r !== null && r.apply(this, arguments) || this;
|
|
34
|
-
}
|
|
35
|
-
return t.prototype.getParentControlId = function() {
|
|
36
|
-
return a.BuiltInControlTypes[_.BlockType.BLOCK_BUTTON].TEXT;
|
|
37
|
-
}, t.prototype.getTargetNodes = function(o) {
|
|
38
|
-
}, t;
|
|
39
|
-
}(c.BuiltInControl)
|
|
40
|
-
);
|
|
41
|
-
return n.ButtonTextBuiltInControl = s, n;
|
|
42
|
-
}
|
|
43
|
-
export {
|
|
44
|
-
v as __require
|
|
45
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { __exports as o } from "../../../../../_virtual/Control.js";
|
|
2
|
-
var t;
|
|
3
|
-
function u() {
|
|
4
|
-
if (t) return o;
|
|
5
|
-
t = 1, Object.defineProperty(o, "__esModule", { value: !0 }), o.Control = void 0;
|
|
6
|
-
var e = (
|
|
7
|
-
/** @class */
|
|
8
|
-
function() {
|
|
9
|
-
function r() {
|
|
10
|
-
}
|
|
11
|
-
return r.prototype.onRender = function() {
|
|
12
|
-
}, r.prototype.onDestroy = function() {
|
|
13
|
-
}, r;
|
|
14
|
-
}()
|
|
15
|
-
);
|
|
16
|
-
return o.Control = e, o;
|
|
17
|
-
}
|
|
18
|
-
export {
|
|
19
|
-
u as __require
|
|
20
|
-
};
|
package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/FontFamilyBuiltInControl.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { __exports as r } from "../../../../../_virtual/FontFamilyBuiltInControl.js";
|
|
2
|
-
import { __require as p } from "./BuiltInControl.js";
|
|
3
|
-
import { __require as f } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
var u;
|
|
5
|
-
function I() {
|
|
6
|
-
if (u) return r;
|
|
7
|
-
u = 1;
|
|
8
|
-
var a = r && r.__extends || /* @__PURE__ */ function() {
|
|
9
|
-
var n = function(t, o) {
|
|
10
|
-
return n = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, i) {
|
|
11
|
-
e.__proto__ = i;
|
|
12
|
-
} || function(e, i) {
|
|
13
|
-
for (var l in i) Object.prototype.hasOwnProperty.call(i, l) && (e[l] = i[l]);
|
|
14
|
-
}, n(t, o);
|
|
15
|
-
};
|
|
16
|
-
return function(t, o) {
|
|
17
|
-
if (typeof o != "function" && o !== null)
|
|
18
|
-
throw new TypeError("Class extends value " + String(o) + " is not a constructor or null");
|
|
19
|
-
n(t, o);
|
|
20
|
-
function e() {
|
|
21
|
-
this.constructor = t;
|
|
22
|
-
}
|
|
23
|
-
t.prototype = o === null ? Object.create(o) : (e.prototype = o.prototype, new e());
|
|
24
|
-
};
|
|
25
|
-
}();
|
|
26
|
-
Object.defineProperty(r, "__esModule", { value: !0 }), r.FontFamilyBuiltInControl = void 0;
|
|
27
|
-
var _ = p(), s = f(), c = (
|
|
28
|
-
/** @class */
|
|
29
|
-
function(n) {
|
|
30
|
-
a(t, n);
|
|
31
|
-
function t() {
|
|
32
|
-
return n !== null && n.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
return t.prototype.getParentControlId = function() {
|
|
35
|
-
return s.BuiltInControlTypes.GENERAL.FONT_FAMILY;
|
|
36
|
-
}, t;
|
|
37
|
-
}(_.BuiltInControl)
|
|
38
|
-
);
|
|
39
|
-
return r.FontFamilyBuiltInControl = c, r;
|
|
40
|
-
}
|
|
41
|
-
export {
|
|
42
|
-
I as __require
|
|
43
|
-
};
|
package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/LinkColorBuiltInControl.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../_virtual/LinkColorBuiltInControl.js";
|
|
2
|
-
import { __require as f } from "./BuiltInControl.js";
|
|
3
|
-
import { __require as C } from "../constants/BuiltInControlTypes.js";
|
|
4
|
-
import { __require as y } from "../constants/BlockType.js";
|
|
5
|
-
var u;
|
|
6
|
-
function k() {
|
|
7
|
-
if (u) return n;
|
|
8
|
-
u = 1;
|
|
9
|
-
var p = n && n.__extends || /* @__PURE__ */ function() {
|
|
10
|
-
var t = function(o, r) {
|
|
11
|
-
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, i) {
|
|
12
|
-
e.__proto__ = i;
|
|
13
|
-
} || function(e, i) {
|
|
14
|
-
for (var l in i) Object.prototype.hasOwnProperty.call(i, l) && (e[l] = i[l]);
|
|
15
|
-
}, t(o, r);
|
|
16
|
-
};
|
|
17
|
-
return function(o, r) {
|
|
18
|
-
if (typeof r != "function" && r !== null)
|
|
19
|
-
throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
|
|
20
|
-
t(o, r);
|
|
21
|
-
function e() {
|
|
22
|
-
this.constructor = o;
|
|
23
|
-
}
|
|
24
|
-
o.prototype = r === null ? Object.create(r) : (e.prototype = r.prototype, new e());
|
|
25
|
-
};
|
|
26
|
-
}();
|
|
27
|
-
Object.defineProperty(n, "__esModule", { value: !0 }), n.LinkColorBuiltInControl = void 0;
|
|
28
|
-
var _ = f(), a = C(), c = y(), s = (
|
|
29
|
-
/** @class */
|
|
30
|
-
function(t) {
|
|
31
|
-
p(o, t);
|
|
32
|
-
function o() {
|
|
33
|
-
return t !== null && t.apply(this, arguments) || this;
|
|
34
|
-
}
|
|
35
|
-
return o.prototype.getParentControlId = function() {
|
|
36
|
-
return a.BuiltInControlTypes[c.BlockType.BLOCK_TEXT].LINKS_COLOR;
|
|
37
|
-
}, o.prototype.getTargetNodes = function(r) {
|
|
38
|
-
}, o;
|
|
39
|
-
}(_.BuiltInControl)
|
|
40
|
-
);
|
|
41
|
-
return n.LinkColorBuiltInControl = s, n;
|
|
42
|
-
}
|
|
43
|
-
export {
|
|
44
|
-
k as __require
|
|
45
|
-
};
|
package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelRegistry.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { __exports as e } from "../../../../../_virtual/SettingsPanelRegistry.js";
|
|
2
|
-
var t;
|
|
3
|
-
function s() {
|
|
4
|
-
if (t) return e;
|
|
5
|
-
t = 1, Object.defineProperty(e, "__esModule", { value: !0 }), e.SettingsPanelRegistry = void 0;
|
|
6
|
-
var r = (
|
|
7
|
-
/** @class */
|
|
8
|
-
/* @__PURE__ */ function() {
|
|
9
|
-
function i() {
|
|
10
|
-
}
|
|
11
|
-
return i;
|
|
12
|
-
}()
|
|
13
|
-
);
|
|
14
|
-
return e.SettingsPanelRegistry = r, e;
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
s as __require
|
|
18
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { __exports as s } from "../../../../../_virtual/SettingsPanelTab.js";
|
|
2
|
-
var r;
|
|
3
|
-
function l() {
|
|
4
|
-
if (r) return s;
|
|
5
|
-
r = 1, Object.defineProperty(s, "__esModule", { value: !0 }), s.SettingsPanelTab = void 0;
|
|
6
|
-
var i = (
|
|
7
|
-
/** @class */
|
|
8
|
-
function() {
|
|
9
|
-
function n(t, e) {
|
|
10
|
-
this.tabId = t, this.controlsIds = e;
|
|
11
|
-
}
|
|
12
|
-
return n.prototype.getTabId = function() {
|
|
13
|
-
return this.tabId;
|
|
14
|
-
}, n.prototype.getLabel = function() {
|
|
15
|
-
return this.label;
|
|
16
|
-
}, n.prototype.getControlsIds = function() {
|
|
17
|
-
return this.controlsIds;
|
|
18
|
-
}, n.prototype.withLabel = function(t) {
|
|
19
|
-
return this.label = t, this;
|
|
20
|
-
}, n.prototype.addControl = function(t, e) {
|
|
21
|
-
return e < 0 ? this.controlsIds.unshift(t) : e > this.controlsIds.length ? this.controlsIds.push(t) : this.controlsIds.splice(e, 0, t), this;
|
|
22
|
-
}, n.prototype.deleteControl = function(t) {
|
|
23
|
-
var e = this.controlsIds.indexOf(t);
|
|
24
|
-
e !== -1 && this.controlsIds.splice(e, 1);
|
|
25
|
-
}, n;
|
|
26
|
-
}()
|
|
27
|
-
);
|
|
28
|
-
return s.SettingsPanelTab = i, s;
|
|
29
|
-
}
|
|
30
|
-
export {
|
|
31
|
-
l as __require
|
|
32
|
-
};
|