@useinsider/guido 1.0.0-beta.7c7bcef → 1.0.0-beta.7e9f048

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 (145) hide show
  1. package/README.md +384 -24
  2. package/dist/@types/generic.d.ts +19 -0
  3. package/dist/App.vue.d.ts +1 -1
  4. package/dist/_virtual/AddCustomFont.js +4 -0
  5. package/dist/_virtual/AiAssistantValueType.js +4 -0
  6. package/dist/_virtual/BackgroundColorBuiltInControl.js +4 -0
  7. package/dist/_virtual/BackgroundImageBuiltInControl.js +4 -0
  8. package/dist/_virtual/Block.js +4 -0
  9. package/dist/_virtual/BlockAttributes.js +4 -0
  10. package/dist/_virtual/BlockCompositionType.js +4 -0
  11. package/dist/_virtual/BlockPaddingsBuiltInControl.js +4 -0
  12. package/dist/_virtual/BlockRenderer.js +4 -0
  13. package/dist/_virtual/BlockType.js +4 -0
  14. package/dist/_virtual/BlocksPanel.js +4 -0
  15. package/dist/_virtual/BuiltInControl.js +4 -0
  16. package/dist/_virtual/BuiltInControlTypes.js +4 -0
  17. package/dist/_virtual/ButtonBorderBuiltInControl.js +4 -0
  18. package/dist/_virtual/ButtonColorBuiltInControl.js +4 -0
  19. package/dist/_virtual/ButtonFontColorBuiltInControl.js +4 -0
  20. package/dist/_virtual/ButtonInternalIndentsBuiltInControl.js +4 -0
  21. package/dist/_virtual/ButtonTextBuiltInControl.js +4 -0
  22. package/dist/_virtual/ContextAction.js +4 -0
  23. package/dist/_virtual/ContextActionType.js +4 -0
  24. package/dist/_virtual/Control.js +4 -0
  25. package/dist/_virtual/EditorStatePropertyType.js +4 -0
  26. package/dist/_virtual/Extension.js +4 -0
  27. package/dist/_virtual/ExtensionBuilder.js +4 -0
  28. package/dist/_virtual/FontFamilyBuiltInControl.js +4 -0
  29. package/dist/_virtual/LinkColorBuiltInControl.js +4 -0
  30. package/dist/_virtual/ModificationDescription.js +4 -0
  31. package/dist/_virtual/PanelPosition.js +4 -0
  32. package/dist/_virtual/PreviewDeviceMode.js +4 -0
  33. package/dist/_virtual/SettingsPanelRegistry.js +4 -0
  34. package/dist/_virtual/SettingsPanelTab.js +4 -0
  35. package/dist/_virtual/SettingsTab.js +4 -0
  36. package/dist/_virtual/StructureBorderBuiltInControl.js +4 -0
  37. package/dist/_virtual/StructurePaddingsBuiltInControl.js +4 -0
  38. package/dist/_virtual/TextColorBuiltInControl.js +4 -0
  39. package/dist/_virtual/TextLineSpacingBuiltInControl.js +4 -0
  40. package/dist/_virtual/TextSizeBuiltInControl.js +4 -0
  41. package/dist/_virtual/TextStyleBuiltInControl.js +4 -0
  42. package/dist/_virtual/UIElement.js +4 -0
  43. package/dist/_virtual/UIElementTagRegistry.js +4 -0
  44. package/dist/_virtual/UIElementType.js +4 -0
  45. package/dist/_virtual/UIElementsAttributes.js +4 -0
  46. package/dist/_virtual/index.js +5 -0
  47. package/dist/_virtual/index2.js +4 -0
  48. package/dist/components/Guido.vue.d.ts +16 -3
  49. package/dist/components/Guido.vue.js +1 -1
  50. package/dist/components/Guido.vue2.js +61 -24
  51. package/dist/components/organisms/header/LeftSlot.vue.js +5 -5
  52. package/dist/components/organisms/header/LeftSlot.vue2.js +10 -8
  53. package/dist/components/organisms/header/MiddleSlot.vue.js +7 -7
  54. package/dist/components/organisms/header/MiddleSlot.vue2.js +15 -17
  55. package/dist/components/organisms/header/RightSlot.vue.d.ts +1 -1
  56. package/dist/components/organisms/header/RightSlot.vue.js +7 -7
  57. package/dist/components/organisms/header/RightSlot.vue2.js +30 -14
  58. package/dist/components/organisms/header/ViewOptions.vue.d.ts +1 -1
  59. package/dist/components/organisms/header/ViewOptions.vue.js +1 -1
  60. package/dist/components/organisms/header/ViewOptions.vue2.js +29 -10
  61. package/dist/components/organisms/header/version-history/RestoreButton.vue.d.ts +1 -1
  62. package/dist/components/organisms/header/version-history/VersionHistoryItem.vue.d.ts +1 -1
  63. package/dist/components/organisms/header/version-history/VersionHistoryItem.vue.js +1 -1
  64. package/dist/components/organisms/header/version-history/ViewOptions.vue.d.ts +1 -1
  65. package/dist/components/organisms/header/version-history/ViewOptions.vue.js +3 -3
  66. package/dist/components/organisms/header/version-history/ViewOptions.vue2.js +34 -16
  67. package/dist/composables/useActionsApi.d.ts +1 -0
  68. package/dist/composables/useActionsApi.js +14 -12
  69. package/dist/composables/useExport.d.ts +1 -1
  70. package/dist/composables/useExport.js +35 -20
  71. package/dist/composables/useGuidoActions.d.ts +46 -0
  72. package/dist/composables/useGuidoActions.js +37 -0
  73. package/dist/composables/useHtmlCompiler.d.ts +4 -0
  74. package/dist/composables/useHtmlCompiler.js +16 -0
  75. package/dist/composables/useProvideInject.d.ts +14 -0
  76. package/dist/composables/useProvideInject.js +17 -0
  77. package/dist/composables/useStripo.js +41 -29
  78. package/dist/config/compiler/htmlCompilerRules.d.ts +2 -0
  79. package/dist/config/compiler/htmlCompilerRules.js +145 -0
  80. package/dist/config/compiler/outlookCompilerRules.d.ts +0 -0
  81. package/dist/extensions/DynamicContent/dynamic-content-modal.d.ts +6 -0
  82. package/dist/extensions/DynamicContent/dynamic-content-modal.js +27 -0
  83. package/dist/extensions/DynamicContent/dynamic-content.css.js +24 -0
  84. package/dist/extensions/DynamicContent/dynamic-content.d.ts +16 -0
  85. package/dist/extensions/DynamicContent/dynamic-content.js +63 -0
  86. package/dist/extensions/DynamicContent/extension.d.ts +2 -0
  87. package/dist/extensions/DynamicContent/extension.js +11 -0
  88. package/dist/guido.css +1 -1
  89. package/dist/mock/api/default-template.d.ts +2 -0
  90. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/Extension.js +51 -0
  91. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ExtensionBuilder.js +52 -0
  92. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/Block.js +41 -0
  93. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlockRenderer.js +18 -0
  94. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlocksPanel.js +32 -0
  95. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/ContextAction.js +18 -0
  96. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AddCustomFont.js +8 -0
  97. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AiAssistantValueType.js +13 -0
  98. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockAttributes.js +34 -0
  99. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockCompositionType.js +13 -0
  100. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockType.js +13 -0
  101. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BuiltInControlTypes.js +104 -0
  102. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/ContextActionType.js +13 -0
  103. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/EditorStatePropertyType.js +13 -0
  104. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PanelPosition.js +13 -0
  105. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PreviewDeviceMode.js +13 -0
  106. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/SettingsTab.js +13 -0
  107. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementType.js +13 -0
  108. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementsAttributes.js +45 -0
  109. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundColorBuiltInControl.js +43 -0
  110. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundImageBuiltInControl.js +46 -0
  111. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BlockPaddingsBuiltInControl.js +44 -0
  112. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BuiltInControl.js +22 -0
  113. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonBorderBuiltInControl.js +46 -0
  114. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonColorBuiltInControl.js +46 -0
  115. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonFontColorBuiltInControl.js +45 -0
  116. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonInternalIndentsBuiltInControl.js +45 -0
  117. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonTextBuiltInControl.js +45 -0
  118. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/Control.js +20 -0
  119. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/FontFamilyBuiltInControl.js +43 -0
  120. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/LinkColorBuiltInControl.js +45 -0
  121. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelRegistry.js +18 -0
  122. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelTab.js +32 -0
  123. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructureBorderBuiltInControl.js +46 -0
  124. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructurePaddingsBuiltInControl.js +44 -0
  125. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextColorBuiltInControl.js +43 -0
  126. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextLineSpacingBuiltInControl.js +43 -0
  127. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextSizeBuiltInControl.js +45 -0
  128. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextStyleBuiltInControl.js +43 -0
  129. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/index.js +266 -0
  130. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/modifications/ModificationDescription.js +26 -0
  131. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElement.js +22 -0
  132. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElementTagRegistry.js +18 -0
  133. package/dist/services/stripoApi.d.ts +2 -1
  134. package/dist/services/stripoApi.js +27 -7
  135. package/dist/stores/editor.d.ts +1 -0
  136. package/dist/stores/editor.js +3 -2
  137. package/dist/utils/htmlCompiler.d.ts +12 -0
  138. package/dist/utils/htmlCompiler.js +70 -0
  139. package/dist/utils/tooltipUtils.d.ts +2 -0
  140. package/dist/utils/tooltipUtils.js +11 -0
  141. package/package.json +6 -5
  142. package/dist/composables/useTemplates.d.ts +0 -5
  143. package/dist/composables/useTemplates.js +0 -27
  144. package/dist/static/templates/default/index.html.js +0 -5
  145. package/dist/static/templates/default/style.css.js +0 -119
@@ -0,0 +1,46 @@
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
+ };
@@ -0,0 +1,44 @@
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
+ };
@@ -0,0 +1,22 @@
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
+ };
@@ -0,0 +1,46 @@
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
+ };
@@ -0,0 +1,46 @@
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
+ };
@@ -0,0 +1,45 @@
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
+ };
@@ -0,0 +1,45 @@
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
+ };
@@ -0,0 +1,45 @@
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
+ };
@@ -0,0 +1,20 @@
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
+ };
@@ -0,0 +1,43 @@
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
+ };
@@ -0,0 +1,45 @@
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
+ };
@@ -0,0 +1,18 @@
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
+ };
@@ -0,0 +1,32 @@
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
+ };
@@ -0,0 +1,46 @@
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
+ };
@@ -0,0 +1,44 @@
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
+ };
@@ -0,0 +1,43 @@
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
+ };