@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.
Files changed (275) hide show
  1. package/README.md +82 -535
  2. package/dist/@types/generic.d.ts +4 -13
  3. package/dist/App.vue.d.ts +1 -1
  4. package/dist/components/Guido.vue.d.ts +2 -22
  5. package/dist/components/Guido.vue.js +7 -7
  6. package/dist/components/Guido.vue2.js +15 -74
  7. package/dist/components/organisms/{header/HeaderWrapper.vue.js → top-bar/Header.vue.js} +7 -7
  8. package/dist/components/organisms/top-bar/Header.vue2.js +14 -0
  9. package/dist/components/organisms/top-bar/HeaderLeftSlot.vue.d.ts +2 -0
  10. package/dist/components/organisms/top-bar/HeaderLeftSlot.vue.js +17 -0
  11. package/dist/components/organisms/top-bar/HeaderLeftSlot.vue2.js +11 -0
  12. package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue.d.ts +2 -0
  13. package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue.js +17 -0
  14. package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue2.js +11 -0
  15. package/dist/components/organisms/top-bar/HeaderRightSlot.vue.d.ts +2 -0
  16. package/dist/components/organisms/top-bar/HeaderRightSlot.vue.js +18 -0
  17. package/dist/components/organisms/top-bar/HeaderRightSlot.vue2.js +14 -0
  18. package/dist/composables/useCustomInterfaceAppearance.js +9 -45
  19. package/dist/composables/useStripo.d.ts +2 -2
  20. package/dist/composables/useStripo.js +50 -73
  21. package/dist/composables/useTemplates.d.ts +5 -0
  22. package/dist/composables/useTemplates.js +27 -0
  23. package/dist/composables/useToaster.d.ts +0 -1
  24. package/dist/composables/useTranslations.d.ts +3 -1
  25. package/dist/enums/defaults.enum.d.ts +18 -0
  26. package/dist/guido.css +1 -1
  27. package/dist/library.d.ts +0 -1
  28. package/dist/static/editor.css.js +182 -0
  29. package/dist/static/templates/default/index.html.js +5 -0
  30. package/dist/static/templates/default/style.css.js +119 -0
  31. package/dist/stores/counter.d.ts +12 -0
  32. package/package.json +5 -6
  33. package/dist/_virtual/AddCustomFont.js +0 -4
  34. package/dist/_virtual/AiAssistantValueType.js +0 -4
  35. package/dist/_virtual/BackgroundColorBuiltInControl.js +0 -4
  36. package/dist/_virtual/BackgroundImageBuiltInControl.js +0 -4
  37. package/dist/_virtual/Block.js +0 -4
  38. package/dist/_virtual/BlockAttributes.js +0 -4
  39. package/dist/_virtual/BlockCompositionType.js +0 -4
  40. package/dist/_virtual/BlockPaddingsBuiltInControl.js +0 -4
  41. package/dist/_virtual/BlockRenderer.js +0 -4
  42. package/dist/_virtual/BlockType.js +0 -4
  43. package/dist/_virtual/BlocksPanel.js +0 -4
  44. package/dist/_virtual/BuiltInControl.js +0 -4
  45. package/dist/_virtual/BuiltInControlTypes.js +0 -4
  46. package/dist/_virtual/ButtonBorderBuiltInControl.js +0 -4
  47. package/dist/_virtual/ButtonColorBuiltInControl.js +0 -4
  48. package/dist/_virtual/ButtonFontColorBuiltInControl.js +0 -4
  49. package/dist/_virtual/ButtonInternalIndentsBuiltInControl.js +0 -4
  50. package/dist/_virtual/ButtonTextBuiltInControl.js +0 -4
  51. package/dist/_virtual/ContextAction.js +0 -4
  52. package/dist/_virtual/ContextActionType.js +0 -4
  53. package/dist/_virtual/Control.js +0 -4
  54. package/dist/_virtual/EditorStatePropertyType.js +0 -4
  55. package/dist/_virtual/Extension.js +0 -4
  56. package/dist/_virtual/ExtensionBuilder.js +0 -4
  57. package/dist/_virtual/FontFamilyBuiltInControl.js +0 -4
  58. package/dist/_virtual/LinkColorBuiltInControl.js +0 -4
  59. package/dist/_virtual/ModificationDescription.js +0 -4
  60. package/dist/_virtual/PanelPosition.js +0 -4
  61. package/dist/_virtual/PreviewDeviceMode.js +0 -4
  62. package/dist/_virtual/SettingsPanelRegistry.js +0 -4
  63. package/dist/_virtual/SettingsPanelTab.js +0 -4
  64. package/dist/_virtual/SettingsTab.js +0 -4
  65. package/dist/_virtual/StructureBorderBuiltInControl.js +0 -4
  66. package/dist/_virtual/StructurePaddingsBuiltInControl.js +0 -4
  67. package/dist/_virtual/TextColorBuiltInControl.js +0 -4
  68. package/dist/_virtual/TextLineSpacingBuiltInControl.js +0 -4
  69. package/dist/_virtual/TextSizeBuiltInControl.js +0 -4
  70. package/dist/_virtual/TextStyleBuiltInControl.js +0 -4
  71. package/dist/_virtual/UIElement.js +0 -4
  72. package/dist/_virtual/UIElementTagRegistry.js +0 -4
  73. package/dist/_virtual/UIElementType.js +0 -4
  74. package/dist/_virtual/UIElementsAttributes.js +0 -4
  75. package/dist/_virtual/index.js +0 -5
  76. package/dist/_virtual/index2.js +0 -4
  77. package/dist/components/organisms/design-preview/AmpErrorModal.vue.d.ts +0 -16
  78. package/dist/components/organisms/design-preview/AmpErrorModal.vue.js +0 -21
  79. package/dist/components/organisms/design-preview/AmpErrorModal.vue2.js +0 -30
  80. package/dist/components/organisms/design-preview/DesktopPreview.vue.d.ts +0 -16
  81. package/dist/components/organisms/design-preview/DesktopPreview.vue.js +0 -22
  82. package/dist/components/organisms/design-preview/DesktopPreview.vue2.js +0 -43
  83. package/dist/components/organisms/design-preview/EmailPreview.vue.d.ts +0 -16
  84. package/dist/components/organisms/design-preview/EmailPreview.vue.js +0 -17
  85. package/dist/components/organisms/design-preview/EmailPreview.vue2.js +0 -33
  86. package/dist/components/organisms/design-preview/EmailView.vue.d.ts +0 -18
  87. package/dist/components/organisms/design-preview/EmailView.vue.js +0 -19
  88. package/dist/components/organisms/design-preview/EmailView.vue2.js +0 -24
  89. package/dist/components/organisms/design-preview/InboxView.vue.d.ts +0 -17
  90. package/dist/components/organisms/design-preview/InboxView.vue.js +0 -19
  91. package/dist/components/organisms/design-preview/InboxView.vue2.js +0 -23
  92. package/dist/components/organisms/design-preview/MobilePreview.vue.d.ts +0 -17
  93. package/dist/components/organisms/design-preview/MobilePreview.vue.js +0 -17
  94. package/dist/components/organisms/design-preview/MobilePreview.vue2.js +0 -23
  95. package/dist/components/organisms/header/AmpToggle.vue.js +0 -17
  96. package/dist/components/organisms/header/AmpToggle.vue2.js +0 -48
  97. package/dist/components/organisms/header/HeaderWrapper.vue.d.ts +0 -2
  98. package/dist/components/organisms/header/HeaderWrapper.vue2.js +0 -14
  99. package/dist/components/organisms/header/LeftSlot.vue.d.ts +0 -2
  100. package/dist/components/organisms/header/LeftSlot.vue.js +0 -17
  101. package/dist/components/organisms/header/LeftSlot.vue2.js +0 -15
  102. package/dist/components/organisms/header/MiddleSlot.vue.d.ts +0 -2
  103. package/dist/components/organisms/header/MiddleSlot.vue.js +0 -17
  104. package/dist/components/organisms/header/MiddleSlot.vue2.js +0 -25
  105. package/dist/components/organisms/header/RightSlot.vue.d.ts +0 -2
  106. package/dist/components/organisms/header/RightSlot.vue.js +0 -17
  107. package/dist/components/organisms/header/RightSlot.vue2.js +0 -35
  108. package/dist/components/organisms/header/ViewOptions.vue.d.ts +0 -2
  109. package/dist/components/organisms/header/ViewOptions.vue.js +0 -18
  110. package/dist/components/organisms/header/ViewOptions.vue2.js +0 -15
  111. package/dist/components/organisms/header/version-history/RestoreButton.vue.d.ts +0 -2
  112. package/dist/components/organisms/header/version-history/RestoreButton.vue.js +0 -19
  113. package/dist/components/organisms/header/version-history/RestoreButton.vue2.js +0 -14
  114. package/dist/components/organisms/header/version-history/VersionHistory.vue.d.ts +0 -14
  115. package/dist/components/organisms/header/version-history/VersionHistory.vue.js +0 -22
  116. package/dist/components/organisms/header/version-history/VersionHistory.vue2.js +0 -18
  117. package/dist/components/organisms/header/version-history/VersionHistoryItem.vue.d.ts +0 -16
  118. package/dist/components/organisms/header/version-history/VersionHistoryItem.vue.js +0 -18
  119. package/dist/components/organisms/header/version-history/VersionHistoryItem.vue2.js +0 -16
  120. package/dist/components/organisms/header/version-history/ViewOptions.vue.d.ts +0 -2
  121. package/dist/components/organisms/header/version-history/ViewOptions.vue.js +0 -18
  122. package/dist/components/organisms/header/version-history/ViewOptions.vue2.js +0 -23
  123. package/dist/composables/useActionsApi.d.ts +0 -7
  124. package/dist/composables/useActionsApi.js +0 -49
  125. package/dist/composables/useDebounce.d.ts +0 -4
  126. package/dist/composables/useDebounce.js +0 -12
  127. package/dist/composables/useExport.d.ts +0 -3
  128. package/dist/composables/useExport.js +0 -45
  129. package/dist/composables/useGuidoActions.d.ts +0 -46
  130. package/dist/composables/useGuidoActions.js +0 -37
  131. package/dist/composables/useHtmlCompiler.d.ts +0 -4
  132. package/dist/composables/useHtmlCompiler.js +0 -16
  133. package/dist/composables/useHttp.js +0 -84
  134. package/dist/composables/useMobileGmailFit.d.ts +0 -5
  135. package/dist/composables/useMobileGmailFit.js +0 -69
  136. package/dist/composables/usePartner.d.ts +0 -4
  137. package/dist/composables/usePartner.js +0 -16
  138. package/dist/composables/useProvideInject.d.ts +0 -14
  139. package/dist/composables/useProvideInject.js +0 -17
  140. package/dist/composables/useToaster.js +0 -37
  141. package/dist/composables/useTranslations.js +0 -18
  142. package/dist/composables/useVersionHistoryApi.d.ts +0 -8
  143. package/dist/composables/useVersionHistoryApi.js +0 -53
  144. package/dist/config/compiler/htmlCompilerRules.d.ts +0 -2
  145. package/dist/config/compiler/htmlCompilerRules.js +0 -145
  146. package/dist/config/compiler/outlookCompilerRules.d.ts +0 -0
  147. package/dist/enums/defaults.d.ts +0 -4
  148. package/dist/enums/defaults.js +0 -8
  149. package/dist/enums/displayConditions.d.ts +0 -2
  150. package/dist/enums/displayConditions.js +0 -80
  151. package/dist/enums/emailPreview.d.ts +0 -3
  152. package/dist/enums/emailPreview.js +0 -6
  153. package/dist/enums/gmailMobilePreview.d.ts +0 -7
  154. package/dist/enums/gmailMobilePreview.js +0 -17
  155. package/dist/extensions/DynamicContent/dynamic-content-modal.d.ts +0 -6
  156. package/dist/extensions/DynamicContent/dynamic-content-modal.js +0 -27
  157. package/dist/extensions/DynamicContent/dynamic-content.css.js +0 -24
  158. package/dist/extensions/DynamicContent/dynamic-content.d.ts +0 -16
  159. package/dist/extensions/DynamicContent/dynamic-content.js +0 -63
  160. package/dist/extensions/DynamicContent/extension.d.ts +0 -2
  161. package/dist/extensions/DynamicContent/extension.js +0 -11
  162. package/dist/guido.png +0 -0
  163. package/dist/inbox-mockup.svg +0 -39
  164. package/dist/mock/api/custom-fonts.d.ts +0 -2
  165. package/dist/mock/api/default-template.d.ts +0 -2
  166. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/Extension.js +0 -51
  167. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ExtensionBuilder.js +0 -52
  168. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/Block.js +0 -41
  169. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlockRenderer.js +0 -18
  170. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlocksPanel.js +0 -32
  171. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/ContextAction.js +0 -18
  172. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AddCustomFont.js +0 -8
  173. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AiAssistantValueType.js +0 -13
  174. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockAttributes.js +0 -34
  175. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockCompositionType.js +0 -13
  176. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockType.js +0 -13
  177. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BuiltInControlTypes.js +0 -104
  178. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/ContextActionType.js +0 -13
  179. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/EditorStatePropertyType.js +0 -13
  180. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PanelPosition.js +0 -13
  181. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PreviewDeviceMode.js +0 -13
  182. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/SettingsTab.js +0 -13
  183. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementType.js +0 -13
  184. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementsAttributes.js +0 -45
  185. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundColorBuiltInControl.js +0 -43
  186. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundImageBuiltInControl.js +0 -46
  187. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BlockPaddingsBuiltInControl.js +0 -44
  188. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BuiltInControl.js +0 -22
  189. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonBorderBuiltInControl.js +0 -46
  190. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonColorBuiltInControl.js +0 -46
  191. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonFontColorBuiltInControl.js +0 -45
  192. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonInternalIndentsBuiltInControl.js +0 -45
  193. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonTextBuiltInControl.js +0 -45
  194. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/Control.js +0 -20
  195. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/FontFamilyBuiltInControl.js +0 -43
  196. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/LinkColorBuiltInControl.js +0 -45
  197. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelRegistry.js +0 -18
  198. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelTab.js +0 -32
  199. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructureBorderBuiltInControl.js +0 -46
  200. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructurePaddingsBuiltInControl.js +0 -44
  201. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextColorBuiltInControl.js +0 -43
  202. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextLineSpacingBuiltInControl.js +0 -43
  203. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextSizeBuiltInControl.js +0 -45
  204. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextStyleBuiltInControl.js +0 -43
  205. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/index.js +0 -266
  206. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/modifications/ModificationDescription.js +0 -26
  207. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElement.js +0 -22
  208. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElementTagRegistry.js +0 -18
  209. package/dist/node_modules/lodash-es/_Hash.js +0 -20
  210. package/dist/node_modules/lodash-es/_ListCache.js +0 -20
  211. package/dist/node_modules/lodash-es/_Map.js +0 -6
  212. package/dist/node_modules/lodash-es/_MapCache.js +0 -20
  213. package/dist/node_modules/lodash-es/_Symbol.js +0 -5
  214. package/dist/node_modules/lodash-es/_assocIndexOf.js +0 -10
  215. package/dist/node_modules/lodash-es/_baseGetTag.js +0 -10
  216. package/dist/node_modules/lodash-es/_baseIsNative.js +0 -16
  217. package/dist/node_modules/lodash-es/_coreJsData.js +0 -5
  218. package/dist/node_modules/lodash-es/_freeGlobal.js +0 -4
  219. package/dist/node_modules/lodash-es/_getMapData.js +0 -8
  220. package/dist/node_modules/lodash-es/_getNative.js +0 -9
  221. package/dist/node_modules/lodash-es/_getRawTag.js +0 -15
  222. package/dist/node_modules/lodash-es/_getValue.js +0 -6
  223. package/dist/node_modules/lodash-es/_hashClear.js +0 -7
  224. package/dist/node_modules/lodash-es/_hashDelete.js +0 -7
  225. package/dist/node_modules/lodash-es/_hashGet.js +0 -13
  226. package/dist/node_modules/lodash-es/_hashHas.js +0 -9
  227. package/dist/node_modules/lodash-es/_hashSet.js +0 -9
  228. package/dist/node_modules/lodash-es/_isKeyable.js +0 -7
  229. package/dist/node_modules/lodash-es/_isMasked.js +0 -11
  230. package/dist/node_modules/lodash-es/_listCacheClear.js +0 -6
  231. package/dist/node_modules/lodash-es/_listCacheDelete.js +0 -12
  232. package/dist/node_modules/lodash-es/_listCacheGet.js +0 -8
  233. package/dist/node_modules/lodash-es/_listCacheHas.js +0 -7
  234. package/dist/node_modules/lodash-es/_listCacheSet.js +0 -8
  235. package/dist/node_modules/lodash-es/_mapCacheClear.js +0 -13
  236. package/dist/node_modules/lodash-es/_mapCacheDelete.js +0 -8
  237. package/dist/node_modules/lodash-es/_mapCacheGet.js +0 -7
  238. package/dist/node_modules/lodash-es/_mapCacheHas.js +0 -7
  239. package/dist/node_modules/lodash-es/_mapCacheSet.js +0 -8
  240. package/dist/node_modules/lodash-es/_nativeCreate.js +0 -5
  241. package/dist/node_modules/lodash-es/_objectToString.js +0 -7
  242. package/dist/node_modules/lodash-es/_root.js +0 -5
  243. package/dist/node_modules/lodash-es/_toSource.js +0 -17
  244. package/dist/node_modules/lodash-es/eq.js +0 -6
  245. package/dist/node_modules/lodash-es/isFunction.js +0 -12
  246. package/dist/node_modules/lodash-es/isObject.js +0 -7
  247. package/dist/node_modules/lodash-es/memoize.js +0 -18
  248. package/dist/phone-mockup.svg +0 -31
  249. package/dist/services/stripoApi.d.ts +0 -8
  250. package/dist/services/stripoApi.js +0 -49
  251. package/dist/static/styles/base.css.js +0 -11
  252. package/dist/static/styles/components/alert-message.css.js +0 -39
  253. package/dist/static/styles/components/amp-block.css.js +0 -18
  254. package/dist/static/styles/components/base-input.css.js +0 -47
  255. package/dist/static/styles/components/button-group.css.js +0 -54
  256. package/dist/static/styles/components/button.css.js +0 -106
  257. package/dist/static/styles/components/combobox.css.js +0 -49
  258. package/dist/static/styles/components/counter.css.js +0 -42
  259. package/dist/static/styles/components/dropdown-menu.css.js +0 -52
  260. package/dist/static/styles/components/narrow-panel.css.js +0 -38
  261. package/dist/static/styles/components/switcher.css.js +0 -11
  262. package/dist/static/styles/components/tabs.css.js +0 -97
  263. package/dist/static/styles/components/tools.css.js +0 -23
  264. package/dist/static/styles/components/version-history.css.js +0 -30
  265. package/dist/static/styles/components/wide-panel.css.js +0 -135
  266. package/dist/static/styles/variables.css.js +0 -23
  267. package/dist/stores/editor.d.ts +0 -9
  268. package/dist/stores/editor.js +0 -15
  269. package/dist/stores/version-history.d.ts +0 -80
  270. package/dist/stores/version-history.js +0 -28
  271. package/dist/utils/dateUtil.d.ts +0 -1
  272. package/dist/utils/dateUtil.js +0 -16
  273. package/dist/utils/htmlCompiler.d.ts +0 -12
  274. package/dist/utils/htmlCompiler.js +0 -70
  275. /package/dist/components/organisms/{header/AmpToggle.vue.d.ts → top-bar/Header.vue.d.ts} +0 -0
@@ -1,46 +0,0 @@
1
- import { __exports as e } from "../../../../../_virtual/StructureBorderBuiltInControl.js";
2
- import { __require as s } from "./BuiltInControl.js";
3
- import { __require as B } from "../constants/BuiltInControlTypes.js";
4
- import { __require as y } from "../constants/BlockType.js";
5
- var l;
6
- function S() {
7
- if (l) return e;
8
- l = 1;
9
- var c = e && e.__extends || /* @__PURE__ */ function() {
10
- var o = function(r, t) {
11
- return o = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, u) {
12
- n.__proto__ = u;
13
- } || function(n, u) {
14
- for (var i in u) Object.prototype.hasOwnProperty.call(u, i) && (n[i] = u[i]);
15
- }, o(r, t);
16
- };
17
- return function(r, t) {
18
- if (typeof t != "function" && t !== null)
19
- throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
20
- o(r, t);
21
- function n() {
22
- this.constructor = r;
23
- }
24
- r.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
25
- };
26
- }();
27
- Object.defineProperty(e, "__esModule", { value: !0 }), e.StructureBorderBuiltInControl = void 0;
28
- var p = s(), a = B(), _ = y(), f = (
29
- /** @class */
30
- function(o) {
31
- c(r, o);
32
- function r() {
33
- return o !== null && o.apply(this, arguments) || this;
34
- }
35
- return r.prototype.getParentControlId = function() {
36
- return a.BuiltInControlTypes[_.BlockType.STRUCTURE].BORDER_FORM;
37
- }, r.prototype.getTargetNodes = function(t) {
38
- }, r.prototype.getLabels = function() {
39
- }, r;
40
- }(p.BuiltInControl)
41
- );
42
- return e.StructureBorderBuiltInControl = f, e;
43
- }
44
- export {
45
- S as __require
46
- };
@@ -1,44 +0,0 @@
1
- import { __exports as o } from "../../../../../_virtual/StructurePaddingsBuiltInControl.js";
2
- import { __require as _ } from "./BuiltInControl.js";
3
- import { __require as f } from "../constants/BuiltInControlTypes.js";
4
- var l;
5
- function I() {
6
- if (l) return o;
7
- l = 1;
8
- var a = o && o.__extends || /* @__PURE__ */ function() {
9
- var n = function(t, r) {
10
- return n = 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
- }, n(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
- n(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(o, "__esModule", { value: !0 }), o.StructurePaddingsBuiltInControl = void 0;
27
- var s = _(), c = f(), p = (
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 c.BuiltInControlTypes.GENERAL.STRUCTURE_PADDINGS;
36
- }, t.prototype.getLabels = function() {
37
- }, t;
38
- }(s.BuiltInControl)
39
- );
40
- return o.StructurePaddingsBuiltInControl = p, o;
41
- }
42
- export {
43
- I as __require
44
- };
@@ -1,43 +0,0 @@
1
- import { __exports as n } from "../../../../../_virtual/TextColorBuiltInControl.js";
2
- import { __require as p } from "./BuiltInControl.js";
3
- import { __require as C } from "../constants/BuiltInControlTypes.js";
4
- var u;
5
- function x() {
6
- if (u) return n;
7
- u = 1;
8
- var a = n && n.__extends || /* @__PURE__ */ function() {
9
- var r = function(t, o) {
10
- return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, l) {
11
- e.__proto__ = l;
12
- } || function(e, l) {
13
- for (var i in l) Object.prototype.hasOwnProperty.call(l, i) && (e[i] = l[i]);
14
- }, r(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
- r(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(n, "__esModule", { value: !0 }), n.TextColorBuiltInControl = void 0;
27
- var _ = p(), s = C(), c = (
28
- /** @class */
29
- function(r) {
30
- a(t, r);
31
- function t() {
32
- return r !== null && r.apply(this, arguments) || this;
33
- }
34
- return t.prototype.getParentControlId = function() {
35
- return s.BuiltInControlTypes.GENERAL.TEXT_COLOR;
36
- }, t;
37
- }(_.BuiltInControl)
38
- );
39
- return n.TextColorBuiltInControl = c, n;
40
- }
41
- export {
42
- x as __require
43
- };
@@ -1,43 +0,0 @@
1
- import { __exports as o } from "../../../../../_virtual/TextLineSpacingBuiltInControl.js";
2
- import { __require as s } from "./BuiltInControl.js";
3
- import { __require as f } from "../constants/BuiltInControlTypes.js";
4
- var l;
5
- function x() {
6
- if (l) return o;
7
- l = 1;
8
- var a = o && o.__extends || /* @__PURE__ */ function() {
9
- var r = function(t, n) {
10
- return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, i) {
11
- e.__proto__ = i;
12
- } || function(e, i) {
13
- for (var u in i) Object.prototype.hasOwnProperty.call(i, u) && (e[u] = i[u]);
14
- }, r(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
- r(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(o, "__esModule", { value: !0 }), o.TextLineSpacingBuiltInControl = void 0;
27
- var c = s(), p = f(), _ = (
28
- /** @class */
29
- function(r) {
30
- a(t, r);
31
- function t() {
32
- return r !== null && r.apply(this, arguments) || this;
33
- }
34
- return t.prototype.getParentControlId = function() {
35
- return p.BuiltInControlTypes.GENERAL.TEXT_LINE_SPACING;
36
- }, t;
37
- }(c.BuiltInControl)
38
- );
39
- return o.TextLineSpacingBuiltInControl = _, o;
40
- }
41
- export {
42
- x as __require
43
- };
@@ -1,45 +0,0 @@
1
- import { __exports as o } from "../../../../../_virtual/TextSizeBuiltInControl.js";
2
- import { __require as s } from "./BuiltInControl.js";
3
- import { __require as _ } from "../constants/BuiltInControlTypes.js";
4
- var l;
5
- function T() {
6
- if (l) return o;
7
- l = 1;
8
- var c = o && o.__extends || /* @__PURE__ */ function() {
9
- var r = function(t, e) {
10
- return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
11
- n.__proto__ = i;
12
- } || function(n, i) {
13
- for (var u in i) Object.prototype.hasOwnProperty.call(i, u) && (n[u] = i[u]);
14
- }, r(t, e);
15
- };
16
- return function(t, e) {
17
- if (typeof e != "function" && e !== null)
18
- throw new TypeError("Class extends value " + String(e) + " is not a constructor or null");
19
- r(t, e);
20
- function n() {
21
- this.constructor = t;
22
- }
23
- t.prototype = e === null ? Object.create(e) : (n.prototype = e.prototype, new n());
24
- };
25
- }();
26
- Object.defineProperty(o, "__esModule", { value: !0 }), o.TextSizeBuiltInControl = void 0;
27
- var p = s(), a = _(), f = (
28
- /** @class */
29
- function(r) {
30
- c(t, r);
31
- function t() {
32
- return r !== null && r.apply(this, arguments) || this;
33
- }
34
- return t.prototype.getParentControlId = function() {
35
- return a.BuiltInControlTypes.GENERAL.TEXT_SIZE;
36
- }, t.prototype.getTargetNodes = function(e) {
37
- }, t.prototype.getMobileClassSpecificSelector = function() {
38
- }, t;
39
- }(p.BuiltInControl)
40
- );
41
- return o.TextSizeBuiltInControl = f, o;
42
- }
43
- export {
44
- T as __require
45
- };
@@ -1,43 +0,0 @@
1
- import { __exports as n } from "../../../../../_virtual/TextStyleBuiltInControl.js";
2
- import { __require as p } from "./BuiltInControl.js";
3
- import { __require as f } from "../constants/BuiltInControlTypes.js";
4
- var u;
5
- function T() {
6
- if (u) return n;
7
- u = 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, l) {
11
- e.__proto__ = l;
12
- } || function(e, l) {
13
- for (var i in l) Object.prototype.hasOwnProperty.call(l, i) && (e[i] = l[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.TextStyleBuiltInControl = void 0;
27
- var _ = p(), s = f(), c = (
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 s.BuiltInControlTypes.GENERAL.TEXT_STYLE;
36
- }, t;
37
- }(_.BuiltInControl)
38
- );
39
- return n.TextStyleBuiltInControl = c, n;
40
- }
41
- export {
42
- T as __require
43
- };
@@ -1,266 +0,0 @@
1
- import { __exports as t } from "../../../../_virtual/index2.js";
2
- import { __require as J } from "./ui-elements/UIElement.js";
3
- import { __require as K } from "./controls/Control.js";
4
- import { __require as Q } from "./controls/SettingsPanelRegistry.js";
5
- import { __require as W } from "./blocks/ContextAction.js";
6
- import { __require as X } from "./blocks/BlockRenderer.js";
7
- import { __require as Y } from "./blocks/Block.js";
8
- import { __require as Z } from "./ExtensionBuilder.js";
9
- import { __require as $ } from "./Extension.js";
10
- import { __require as x } from "./ui-elements/UIElementTagRegistry.js";
11
- import { __require as ee } from "./modifications/ModificationDescription.js";
12
- import { __require as re } from "./controls/SettingsPanelTab.js";
13
- import { __require as te } from "./constants/UIElementType.js";
14
- import { __require as ne } from "./constants/BuiltInControlTypes.js";
15
- import { __require as oe } from "./constants/SettingsTab.js";
16
- import { __require as ie } from "./constants/UIElementsAttributes.js";
17
- import { __require as ue } from "./constants/BlockType.js";
18
- import { __require as le } from "./constants/ContextActionType.js";
19
- import { __require as ae } from "./constants/BlockCompositionType.js";
20
- import { __require as ce } from "./constants/BlockAttributes.js";
21
- import { __require as Ce } from "./constants/AiAssistantValueType.js";
22
- import { __require as me } from "./constants/AddCustomFont.js";
23
- import { __require as Be } from "./controls/BuiltInControl.js";
24
- import { __require as fe } from "./controls/FontFamilyBuiltInControl.js";
25
- import { __require as de } from "./controls/BackgroundColorBuiltInControl.js";
26
- import { __require as be } from "./controls/BlockPaddingsBuiltInControl.js";
27
- import { __require as _e } from "./controls/BackgroundImageBuiltInControl.js";
28
- import { __require as ge } from "./constants/EditorStatePropertyType.js";
29
- import { __require as Ie } from "./constants/PreviewDeviceMode.js";
30
- import { __require as ye } from "./controls/StructurePaddingsBuiltInControl.js";
31
- import { __require as Pe } from "./controls/TextColorBuiltInControl.js";
32
- import { __require as se } from "./controls/ButtonFontColorBuiltInControl.js";
33
- import { __require as Te } from "./controls/ButtonColorBuiltInControl.js";
34
- import { __require as qe } from "./controls/ButtonInternalIndentsBuiltInControl.js";
35
- import { __require as Oe } from "./controls/StructureBorderBuiltInControl.js";
36
- import { __require as je } from "./controls/TextSizeBuiltInControl.js";
37
- import { __require as Se } from "./controls/TextStyleBuiltInControl.js";
38
- import { __require as ve } from "./controls/LinkColorBuiltInControl.js";
39
- import { __require as ke } from "./controls/ButtonTextBuiltInControl.js";
40
- import { __require as pe } from "./controls/ButtonBorderBuiltInControl.js";
41
- import { __require as Ae } from "./controls/TextLineSpacingBuiltInControl.js";
42
- import { __require as Ee } from "./blocks/BlocksPanel.js";
43
- import { __require as Fe } from "./constants/PanelPosition.js";
44
- var n;
45
- function Tr() {
46
- return n ? t : (n = 1, function(e) {
47
- Object.defineProperty(e, "__esModule", { value: !0 }), e.ButtonTextBuiltInControl = e.LinkColorBuiltInControl = e.BackgroundImageBuiltInControl = e.BackgroundColorBuiltInControl = e.FontFamilyBuiltInControl = e.BuiltInControl = e.ADD_CUSTOM_FONT_OPTION = e.BlockAttr = e.AiAssistantValueType = e.BlockCompositionType = e.AmpFormControls = e.GeneralControls = e.GeneralStylesControls = e.MessageSettingsControls = e.ContainerControls = e.StructureControls = e.StripeControls = e.CarouselControls = e.AccordionControls = e.MenuControls = e.SocialControls = e.CustomTextControls = e.CustomImageControls = e.CustomLinkControls = e.HTMLControls = e.ImageControls = e.SpacerControls = e.TimerControls = e.VideoControls = e.TextControls = e.ButtonControls = e.BannerChildControls = e.BannerControls = e.BlockType = e.SettingsTab = e.BuiltInControlTypes = e.ContextActionType = e.UEAttr = e.UIElementType = e.ModificationDescription = e.Extension = e.ExtensionBuilder = e.SettingsPanelTab = e.Block = e.BlockRenderer = e.ContextAction = e.SettingsPanelRegistry = e.Control = e.UIElementTagRegistry = e.UIElement = void 0, e.TextLineSpacingBuiltInControl = e.ButtonBorderBuiltInControl = e.PanelPosition = e.BlocksPanel = e.StructureBorderBuiltInControl = e.TextStyleBuiltInControl = e.TextSizeBuiltInControl = e.PreviewDeviceMode = e.EditorStatePropertyType = e.ButtonColorBuiltInControl = e.ButtonFontColorBuiltInControl = e.TextColorBuiltInControl = e.ButtonInternalIndentsBuiltInControl = e.StructurePaddingsBuiltInControl = e.BlockPaddingsBuiltInControl = void 0;
48
- var o = J();
49
- Object.defineProperty(e, "UIElement", { enumerable: !0, get: function() {
50
- return o.UIElement;
51
- } });
52
- var i = K();
53
- Object.defineProperty(e, "Control", { enumerable: !0, get: function() {
54
- return i.Control;
55
- } });
56
- var u = Q();
57
- Object.defineProperty(e, "SettingsPanelRegistry", { enumerable: !0, get: function() {
58
- return u.SettingsPanelRegistry;
59
- } });
60
- var l = W();
61
- Object.defineProperty(e, "ContextAction", { enumerable: !0, get: function() {
62
- return l.ContextAction;
63
- } });
64
- var a = X();
65
- Object.defineProperty(e, "BlockRenderer", { enumerable: !0, get: function() {
66
- return a.BlockRenderer;
67
- } });
68
- var c = Y();
69
- Object.defineProperty(e, "Block", { enumerable: !0, get: function() {
70
- return c.Block;
71
- } });
72
- var C = Z();
73
- Object.defineProperty(e, "ExtensionBuilder", { enumerable: !0, get: function() {
74
- return C.ExtensionBuilder;
75
- } });
76
- var m = $();
77
- Object.defineProperty(e, "Extension", { enumerable: !0, get: function() {
78
- return m.Extension;
79
- } });
80
- var B = x();
81
- Object.defineProperty(e, "UIElementTagRegistry", { enumerable: !0, get: function() {
82
- return B.UIElementTagRegistry;
83
- } });
84
- var f = ee();
85
- Object.defineProperty(e, "ModificationDescription", { enumerable: !0, get: function() {
86
- return f.ModificationDescription;
87
- } });
88
- var d = re();
89
- Object.defineProperty(e, "SettingsPanelTab", { enumerable: !0, get: function() {
90
- return d.SettingsPanelTab;
91
- } });
92
- var b = te();
93
- Object.defineProperty(e, "UIElementType", { enumerable: !0, get: function() {
94
- return b.UIElementType;
95
- } });
96
- var r = ne();
97
- Object.defineProperty(e, "AccordionControls", { enumerable: !0, get: function() {
98
- return r.AccordionControls;
99
- } }), Object.defineProperty(e, "AmpFormControls", { enumerable: !0, get: function() {
100
- return r.AmpFormControls;
101
- } }), Object.defineProperty(e, "BannerChildControls", { enumerable: !0, get: function() {
102
- return r.BannerChildControls;
103
- } }), Object.defineProperty(e, "BannerControls", { enumerable: !0, get: function() {
104
- return r.BannerControls;
105
- } }), Object.defineProperty(e, "BuiltInControlTypes", { enumerable: !0, get: function() {
106
- return r.BuiltInControlTypes;
107
- } }), Object.defineProperty(e, "ButtonControls", { enumerable: !0, get: function() {
108
- return r.ButtonControls;
109
- } }), Object.defineProperty(e, "CarouselControls", { enumerable: !0, get: function() {
110
- return r.CarouselControls;
111
- } }), Object.defineProperty(e, "ContainerControls", { enumerable: !0, get: function() {
112
- return r.ContainerControls;
113
- } }), Object.defineProperty(e, "CustomImageControls", { enumerable: !0, get: function() {
114
- return r.CustomImageControls;
115
- } }), Object.defineProperty(e, "CustomLinkControls", { enumerable: !0, get: function() {
116
- return r.CustomLinkControls;
117
- } }), Object.defineProperty(e, "CustomTextControls", { enumerable: !0, get: function() {
118
- return r.CustomTextControls;
119
- } }), Object.defineProperty(e, "GeneralControls", { enumerable: !0, get: function() {
120
- return r.GeneralControls;
121
- } }), Object.defineProperty(e, "GeneralStylesControls", { enumerable: !0, get: function() {
122
- return r.GeneralStylesControls;
123
- } }), Object.defineProperty(e, "HTMLControls", { enumerable: !0, get: function() {
124
- return r.HTMLControls;
125
- } }), Object.defineProperty(e, "ImageControls", { enumerable: !0, get: function() {
126
- return r.ImageControls;
127
- } }), Object.defineProperty(e, "MenuControls", { enumerable: !0, get: function() {
128
- return r.MenuControls;
129
- } }), Object.defineProperty(e, "MessageSettingsControls", { enumerable: !0, get: function() {
130
- return r.MessageSettingsControls;
131
- } }), Object.defineProperty(e, "SocialControls", { enumerable: !0, get: function() {
132
- return r.SocialControls;
133
- } }), Object.defineProperty(e, "SpacerControls", { enumerable: !0, get: function() {
134
- return r.SpacerControls;
135
- } }), Object.defineProperty(e, "StripeControls", { enumerable: !0, get: function() {
136
- return r.StripeControls;
137
- } }), Object.defineProperty(e, "StructureControls", { enumerable: !0, get: function() {
138
- return r.StructureControls;
139
- } }), Object.defineProperty(e, "TextControls", { enumerable: !0, get: function() {
140
- return r.TextControls;
141
- } }), Object.defineProperty(e, "TimerControls", { enumerable: !0, get: function() {
142
- return r.TimerControls;
143
- } }), Object.defineProperty(e, "VideoControls", { enumerable: !0, get: function() {
144
- return r.VideoControls;
145
- } });
146
- var _ = oe();
147
- Object.defineProperty(e, "SettingsTab", { enumerable: !0, get: function() {
148
- return _.SettingsTab;
149
- } });
150
- var g = ie();
151
- Object.defineProperty(e, "UEAttr", { enumerable: !0, get: function() {
152
- return g.UEAttr;
153
- } });
154
- var I = ue();
155
- Object.defineProperty(e, "BlockType", { enumerable: !0, get: function() {
156
- return I.BlockType;
157
- } });
158
- var y = le();
159
- Object.defineProperty(e, "ContextActionType", { enumerable: !0, get: function() {
160
- return y.ContextActionType;
161
- } });
162
- var P = ae();
163
- Object.defineProperty(e, "BlockCompositionType", { enumerable: !0, get: function() {
164
- return P.BlockCompositionType;
165
- } });
166
- var s = ce();
167
- Object.defineProperty(e, "BlockAttr", { enumerable: !0, get: function() {
168
- return s.BlockAttr;
169
- } });
170
- var T = Ce();
171
- Object.defineProperty(e, "AiAssistantValueType", { enumerable: !0, get: function() {
172
- return T.AiAssistantValueType;
173
- } });
174
- var q = me();
175
- Object.defineProperty(e, "ADD_CUSTOM_FONT_OPTION", { enumerable: !0, get: function() {
176
- return q.ADD_CUSTOM_FONT_OPTION;
177
- } });
178
- var O = Be();
179
- Object.defineProperty(e, "BuiltInControl", { enumerable: !0, get: function() {
180
- return O.BuiltInControl;
181
- } });
182
- var j = fe();
183
- Object.defineProperty(e, "FontFamilyBuiltInControl", { enumerable: !0, get: function() {
184
- return j.FontFamilyBuiltInControl;
185
- } });
186
- var S = de();
187
- Object.defineProperty(e, "BackgroundColorBuiltInControl", { enumerable: !0, get: function() {
188
- return S.BackgroundColorBuiltInControl;
189
- } });
190
- var v = be();
191
- Object.defineProperty(e, "BlockPaddingsBuiltInControl", { enumerable: !0, get: function() {
192
- return v.BlockPaddingsBuiltInControl;
193
- } });
194
- var k = _e();
195
- Object.defineProperty(e, "BackgroundImageBuiltInControl", { enumerable: !0, get: function() {
196
- return k.BackgroundImageBuiltInControl;
197
- } });
198
- var p = ge();
199
- Object.defineProperty(e, "EditorStatePropertyType", { enumerable: !0, get: function() {
200
- return p.EditorStatePropertyType;
201
- } });
202
- var A = Ie();
203
- Object.defineProperty(e, "PreviewDeviceMode", { enumerable: !0, get: function() {
204
- return A.PreviewDeviceMode;
205
- } });
206
- var E = ye();
207
- Object.defineProperty(e, "StructurePaddingsBuiltInControl", { enumerable: !0, get: function() {
208
- return E.StructurePaddingsBuiltInControl;
209
- } });
210
- var F = Pe();
211
- Object.defineProperty(e, "TextColorBuiltInControl", { enumerable: !0, get: function() {
212
- return F.TextColorBuiltInControl;
213
- } });
214
- var M = se();
215
- Object.defineProperty(e, "ButtonFontColorBuiltInControl", { enumerable: !0, get: function() {
216
- return M.ButtonFontColorBuiltInControl;
217
- } });
218
- var U = Te();
219
- Object.defineProperty(e, "ButtonColorBuiltInControl", { enumerable: !0, get: function() {
220
- return U.ButtonColorBuiltInControl;
221
- } });
222
- var D = qe();
223
- Object.defineProperty(e, "ButtonInternalIndentsBuiltInControl", { enumerable: !0, get: function() {
224
- return D.ButtonInternalIndentsBuiltInControl;
225
- } });
226
- var L = Oe();
227
- Object.defineProperty(e, "StructureBorderBuiltInControl", { enumerable: !0, get: function() {
228
- return L.StructureBorderBuiltInControl;
229
- } });
230
- var R = je();
231
- Object.defineProperty(e, "TextSizeBuiltInControl", { enumerable: !0, get: function() {
232
- return R.TextSizeBuiltInControl;
233
- } });
234
- var V = Se();
235
- Object.defineProperty(e, "TextStyleBuiltInControl", { enumerable: !0, get: function() {
236
- return V.TextStyleBuiltInControl;
237
- } });
238
- var G = ve();
239
- Object.defineProperty(e, "LinkColorBuiltInControl", { enumerable: !0, get: function() {
240
- return G.LinkColorBuiltInControl;
241
- } });
242
- var N = ke();
243
- Object.defineProperty(e, "ButtonTextBuiltInControl", { enumerable: !0, get: function() {
244
- return N.ButtonTextBuiltInControl;
245
- } });
246
- var w = pe();
247
- Object.defineProperty(e, "ButtonBorderBuiltInControl", { enumerable: !0, get: function() {
248
- return w.ButtonBorderBuiltInControl;
249
- } });
250
- var z = Ae();
251
- Object.defineProperty(e, "TextLineSpacingBuiltInControl", { enumerable: !0, get: function() {
252
- return z.TextLineSpacingBuiltInControl;
253
- } });
254
- var h = Ee();
255
- Object.defineProperty(e, "BlocksPanel", { enumerable: !0, get: function() {
256
- return h.BlocksPanel;
257
- } });
258
- var H = Fe();
259
- Object.defineProperty(e, "PanelPosition", { enumerable: !0, get: function() {
260
- return H.PanelPosition;
261
- } });
262
- }(t), t);
263
- }
264
- export {
265
- Tr as __require
266
- };
@@ -1,26 +0,0 @@
1
- import { __exports as i } from "../../../../../_virtual/ModificationDescription.js";
2
- var r;
3
- function a() {
4
- if (r) return i;
5
- r = 1, Object.defineProperty(i, "__esModule", { value: !0 }), i.ModificationDescription = void 0;
6
- var e = (
7
- /** @class */
8
- function() {
9
- function t(o) {
10
- this.key = o;
11
- }
12
- return t.prototype.withParams = function(o) {
13
- return this.params = o, this;
14
- }, t.prototype.getValue = function() {
15
- return {
16
- key: this.key,
17
- params: this.params
18
- };
19
- }, t;
20
- }()
21
- );
22
- return i.ModificationDescription = e, i;
23
- }
24
- export {
25
- a as __require
26
- };
@@ -1,22 +0,0 @@
1
- import { __exports as t } from "../../../../../_virtual/UIElement.js";
2
- var n;
3
- function l() {
4
- if (n) return t;
5
- n = 1, Object.defineProperty(t, "__esModule", { value: !0 }), t.UIElement = void 0;
6
- var r = (
7
- /** @class */
8
- function() {
9
- function e() {
10
- }
11
- return e.prototype.onDestroy = function() {
12
- }, e.prototype.getValue = function() {
13
- }, e.prototype.setValue = function(o) {
14
- }, e.prototype.onAttributeUpdated = function(o, u) {
15
- }, e;
16
- }()
17
- );
18
- return t.UIElement = r, t;
19
- }
20
- export {
21
- l as __require
22
- };
@@ -1,18 +0,0 @@
1
- import { __exports as e } from "../../../../../_virtual/UIElementTagRegistry.js";
2
- var r;
3
- function g() {
4
- if (r) return e;
5
- r = 1, Object.defineProperty(e, "__esModule", { value: !0 }), e.UIElementTagRegistry = void 0;
6
- var t = (
7
- /** @class */
8
- /* @__PURE__ */ function() {
9
- function i() {
10
- }
11
- return i;
12
- }()
13
- );
14
- return e.UIElementTagRegistry = t, e;
15
- }
16
- export {
17
- g as __require
18
- };
@@ -1,20 +0,0 @@
1
- import p from "./_hashClear.js";
2
- import a from "./_hashDelete.js";
3
- import l from "./_hashGet.js";
4
- import s from "./_hashHas.js";
5
- import m from "./_hashSet.js";
6
- function t(o) {
7
- var e = -1, h = o == null ? 0 : o.length;
8
- for (this.clear(); ++e < h; ) {
9
- var r = o[e];
10
- this.set(r[0], r[1]);
11
- }
12
- }
13
- t.prototype.clear = p;
14
- t.prototype.delete = a;
15
- t.prototype.get = l;
16
- t.prototype.has = s;
17
- t.prototype.set = m;
18
- export {
19
- t as default
20
- };
@@ -1,20 +0,0 @@
1
- import p from "./_listCacheClear.js";
2
- import a from "./_listCacheDelete.js";
3
- import i from "./_listCacheGet.js";
4
- import h from "./_listCacheHas.js";
5
- import s from "./_listCacheSet.js";
6
- function t(e) {
7
- var o = -1, l = e == null ? 0 : e.length;
8
- for (this.clear(); ++o < l; ) {
9
- var r = e[o];
10
- this.set(r[0], r[1]);
11
- }
12
- }
13
- t.prototype.clear = p;
14
- t.prototype.delete = a;
15
- t.prototype.get = i;
16
- t.prototype.has = h;
17
- t.prototype.set = s;
18
- export {
19
- t as default
20
- };
@@ -1,6 +0,0 @@
1
- import o from "./_getNative.js";
2
- import r from "./_root.js";
3
- var p = o(r, "Map");
4
- export {
5
- p as default
6
- };
@@ -1,20 +0,0 @@
1
- import r from "./_mapCacheClear.js";
2
- import m from "./_mapCacheDelete.js";
3
- import h from "./_mapCacheGet.js";
4
- import l from "./_mapCacheHas.js";
5
- import c from "./_mapCacheSet.js";
6
- function e(t) {
7
- var o = -1, a = t == null ? 0 : t.length;
8
- for (this.clear(); ++o < a; ) {
9
- var p = t[o];
10
- this.set(p[0], p[1]);
11
- }
12
- }
13
- e.prototype.clear = r;
14
- e.prototype.delete = m;
15
- e.prototype.get = h;
16
- e.prototype.has = l;
17
- e.prototype.set = c;
18
- export {
19
- e as default
20
- };