easy-email-pro-theme 1.19.0 → 1.19.1
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/lib/{VariablesEditorContent-08997e30.mjs → VariablesEditorContent-1949d97c.mjs} +64 -22
- package/lib/{cssMode-e5b02650.mjs → cssMode-dde2eda5.mjs} +1 -1
- package/lib/{freemarker2-07352200.mjs → freemarker2-1cfd60a2.mjs} +1 -1
- package/lib/{handlebars-eb587af4.mjs → handlebars-d1c288d3.mjs} +1 -1
- package/lib/{html-805b20b1.mjs → html-8abd3319.mjs} +1 -1
- package/lib/{htmlMode-a339a06a.mjs → htmlMode-bab4a440.mjs} +1 -1
- package/lib/index.js +787 -736
- package/lib/{javascript-b5849f55.mjs → javascript-db88c96f.mjs} +2 -2
- package/lib/{jsonMode-1b509c19.mjs → jsonMode-86b850a7.mjs} +1 -1
- package/lib/{liquid-d5c8a287.mjs → liquid-2bc063dc.mjs} +1 -1
- package/lib/{python-7da9e073.mjs → python-2d23009f.mjs} +1 -1
- package/lib/{razor-c88b46b3.mjs → razor-80f54605.mjs} +1 -1
- package/lib/{tsMode-934544e6.mjs → tsMode-3c2db240.mjs} +1 -1
- package/lib/{typescript-049ec7b9.mjs → typescript-f42bae27.mjs} +1 -1
- package/lib/typings/components/AIAssistantDrawer/index.d.ts +1 -1
- package/lib/typings/components/BlockSideBar/BlockItem/index.d.ts +1 -1
- package/lib/typings/components/BlockSideBar/BlockLayer/SortableTree.d.ts +1 -1
- package/lib/typings/components/BlockSideBar/BlockLayer/components/TreeItem/Remove/Remove.d.ts +2 -2
- package/lib/typings/components/BlockSideBar/BlockLayer/components/TreeItem/SortableTreeItem.d.ts +2 -2
- package/lib/typings/components/BlockSideBar/BlockLayer/index.d.ts +2 -2
- package/lib/typings/components/BlockSideBar/BlockList/BlockList.d.ts +2 -2
- package/lib/typings/components/BlockSideBar/BlockList/UniversalList.d.ts +2 -2
- package/lib/typings/components/BlockSideBar/BlockList/UniversalListItem.d.ts +2 -2
- package/lib/typings/components/BlockSideBar/BlocksPanel/index.d.ts +2 -2
- package/lib/typings/components/BlockSideBar/LayoutItem/index.d.ts +2 -2
- package/lib/typings/components/BlockSideBar/index.d.ts +2 -2
- package/lib/typings/components/ColumnLayout/LayoutItemList.d.ts +2 -2
- package/lib/typings/components/ColumnLayout/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationDrawer/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Button/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Column/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Divider/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Hero/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Image/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Navbar/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Page/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Section/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Social/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Spacer/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Text/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Widget/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/Elements/Wrapper/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/BackgroundColor.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/BackgroundImage.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/BackgroundPosition.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Border.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/BorderRadius.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/ButtonCategory.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Buttons.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Columns.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Direction.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Condition.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Iteration.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/DisplayOptions/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/DividerLine.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/FontFamily.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/FontSize.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/FontWeight.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/GlobalLink.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Heading.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Height.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/ImageUrl.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/ImageWidth.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/LetterSpacing.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/LineHeight.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Link.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Padding.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/PixelAndPercentField.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/StackOnMobile.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/TextAlign.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/TextAndHeadingList.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/TextAndHeadingStyle.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Typography.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/VerticalAlign.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/WebFonts.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/Width.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/AttributeField/index.d.ts +19 -17
- package/lib/typings/components/ConfigurationPanel/components/AttributePanel.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/ResponsiveTabs/ResponsiveField.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/ResponsiveTabs/index.d.ts +1 -1
- package/lib/typings/components/ConfigurationPanel/components/SourceCodePanel/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/UniversalElementPanel/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/WidgetConfigPanel/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/AddItems.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/index.d.ts +5 -3
- package/lib/typings/components/ConfigurationPanel/index.d.ts +2 -2
- package/lib/typings/components/ConfigurationSideBar/index.d.ts +2 -2
- package/lib/typings/components/Controller/index.d.ts +2 -2
- package/lib/typings/components/EditorTabs/components/PreviewEmail/components/DesktopEmailPreview/index.d.ts +2 -2
- package/lib/typings/components/EditorTabs/components/PreviewEmail/components/MobilePreview/index.d.ts +2 -2
- package/lib/typings/components/EditorTabs/components/PreviewEmail/index.d.ts +2 -2
- package/lib/typings/components/EditorTabs/components/PreviewEmailDrawer/index.d.ts +1 -1
- package/lib/typings/components/Form/ButtonField.d.ts +1 -1
- package/lib/typings/components/Form/ButtonGroupField.d.ts +1 -1
- package/lib/typings/components/Form/ColorPicker/ColorPickerContent.d.ts +2 -2
- package/lib/typings/components/Form/ColorPicker/index.d.ts +2 -2
- package/lib/typings/components/Form/EditPanelListField.d.ts +2 -2
- package/lib/typings/components/Form/EditPanelTabsField.d.ts +2 -2
- package/lib/typings/components/Form/ImageUploaderField/index.d.ts +1 -1
- package/lib/typings/components/Form/PixelField.d.ts +2 -2
- package/lib/typings/components/Form/RichTextField/index.d.ts +3 -3
- package/lib/typings/components/Form/Select.d.ts +1 -1
- package/lib/typings/components/Form/SliderField.d.ts +4 -2
- package/lib/typings/components/Form/SwitchField/index.d.ts +2 -2
- package/lib/typings/components/Form/SyncChildrenField.d.ts +2 -2
- package/lib/typings/components/Form/VariablesEditor/index.d.ts +2 -2
- package/lib/typings/components/Form/WatchField.d.ts +2 -2
- package/lib/typings/components/Form/enhancer.d.ts +1 -1
- package/lib/typings/components/Form/index.d.ts +7 -7
- package/lib/typings/components/HoveringToolbar/RichTextBar.d.ts +1 -1
- package/lib/typings/components/HoveringToolbar/componens/BgColor.d.ts +2 -2
- package/lib/typings/components/HoveringToolbar/componens/FontColor.d.ts +2 -2
- package/lib/typings/components/HoveringToolbar/componens/FontFamily.d.ts +2 -2
- package/lib/typings/components/HoveringToolbar/componens/FontSize.d.ts +2 -2
- package/lib/typings/components/HoveringToolbar/componens/FormatButton.d.ts +2 -2
- package/lib/typings/components/HoveringToolbar/componens/MergeTag.d.ts +1 -1
- package/lib/typings/components/HoveringToolbar/componens/PreventFocusWrapper.d.ts +1 -1
- package/lib/typings/components/HoveringToolbar/componens/TextAlign.d.ts +2 -2
- package/lib/typings/components/HoveringToolbar/componens/TextLink.d.ts +2 -2
- package/lib/typings/components/HoveringToolbar/componens/TurnInto.d.ts +2 -2
- package/lib/typings/components/IconFont/index.d.ts +1 -1
- package/lib/typings/components/Providers/FormProvider.d.ts +1 -1
- package/lib/typings/components/UnsplashImages/index.d.ts +2 -2
- package/lib/typings/components/index.d.ts +14 -14
- package/lib/typings/hooks/useFontFamily.d.ts +2 -2
- package/lib/typings/themes/Minimalist/components/BlockMenusOverlay/index.d.ts +2 -2
- package/lib/typings/themes/Minimalist/components/BlockResizer/index.d.ts +2 -2
- package/lib/typings/themes/Minimalist/components/ColumnLayoutOverlay/index.d.ts +2 -2
- package/lib/typings/themes/Minimalist/components/ImageAction/MoreActionsMenusOverlay/index.d.ts +1 -1
- package/lib/typings/themes/Minimalist/components/ImageAction/MoreIcon/index.d.ts +2 -2
- package/lib/typings/themes/Minimalist/useOverlayMenuCapture.d.ts +2 -2
- package/lib/typings/themes/Retro/components/ElementInteract/AddIcon/index.d.ts +2 -2
- package/lib/typings/themes/Retro/components/ElementInteract/DragIcon/index.d.ts +1 -1
- package/lib/typings/utils/generateLogic.d.ts +2 -2
- package/lib/{xml-c6d1e274.mjs → xml-02fced98.mjs} +1 -1
- package/lib/{yaml-3c88ef61.mjs → yaml-55a866de.mjs} +1 -1
- package/package.json +1 -3
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
|
+
var __knownSymbol = (name, symbol) => {
|
|
3
|
+
if (symbol = Symbol[name])
|
|
4
|
+
return symbol;
|
|
5
|
+
throw Error("Symbol." + name + " is not defined");
|
|
6
|
+
};
|
|
2
7
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
8
|
var __publicField = (obj, key, value) => {
|
|
4
9
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
@@ -24,6 +29,43 @@ var __async = (__this, __arguments, generator) => {
|
|
|
24
29
|
step((generator = generator.apply(__this, __arguments)).next());
|
|
25
30
|
});
|
|
26
31
|
};
|
|
32
|
+
var __await = function(promise, isYieldStar) {
|
|
33
|
+
this[0] = promise;
|
|
34
|
+
this[1] = isYieldStar;
|
|
35
|
+
};
|
|
36
|
+
var __yieldStar = (value) => {
|
|
37
|
+
var obj = value[__knownSymbol("asyncIterator")];
|
|
38
|
+
var isAwait = false;
|
|
39
|
+
var method;
|
|
40
|
+
var it = {};
|
|
41
|
+
if (obj == null) {
|
|
42
|
+
obj = value[__knownSymbol("iterator")]();
|
|
43
|
+
method = (k) => it[k] = (x) => obj[k](x);
|
|
44
|
+
} else {
|
|
45
|
+
obj = obj.call(value);
|
|
46
|
+
method = (k) => it[k] = (v) => {
|
|
47
|
+
if (isAwait) {
|
|
48
|
+
isAwait = false;
|
|
49
|
+
if (k === "throw")
|
|
50
|
+
throw v;
|
|
51
|
+
return v;
|
|
52
|
+
}
|
|
53
|
+
isAwait = true;
|
|
54
|
+
return {
|
|
55
|
+
done: false,
|
|
56
|
+
value: new __await(new Promise((resolve2) => {
|
|
57
|
+
var x = obj[k](v);
|
|
58
|
+
if (!(x instanceof Object))
|
|
59
|
+
throw TypeError("Object expected");
|
|
60
|
+
resolve2(x);
|
|
61
|
+
}), 1)
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
return it[__knownSymbol("iterator")] = () => it, method("next"), "throw" in obj ? method("throw") : it.throw = (x) => {
|
|
66
|
+
throw x;
|
|
67
|
+
}, "return" in obj && method("return"), it;
|
|
68
|
+
};
|
|
27
69
|
import React__default, { useRef, useState, useEffect, Suspense } from "react";
|
|
28
70
|
import { t } from "easy-email-pro-core";
|
|
29
71
|
globalThis && globalThis.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
@@ -82684,7 +82726,7 @@ class TernarySearchTree {
|
|
|
82684
82726
|
}
|
|
82685
82727
|
}
|
|
82686
82728
|
*[Symbol.iterator]() {
|
|
82687
|
-
yield* this._entries(this._root);
|
|
82729
|
+
yield* __yieldStar(this._entries(this._root));
|
|
82688
82730
|
}
|
|
82689
82731
|
_entries(node) {
|
|
82690
82732
|
const result = [];
|
|
@@ -102568,7 +102610,7 @@ registerLanguage({
|
|
|
102568
102610
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
102569
102611
|
loader: () => {
|
|
102570
102612
|
{
|
|
102571
|
-
return import("./freemarker2-
|
|
102613
|
+
return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAutoInterpolationDollar);
|
|
102572
102614
|
}
|
|
102573
102615
|
}
|
|
102574
102616
|
});
|
|
@@ -102577,7 +102619,7 @@ registerLanguage({
|
|
|
102577
102619
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
102578
102620
|
loader: () => {
|
|
102579
102621
|
{
|
|
102580
|
-
return import("./freemarker2-
|
|
102622
|
+
return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAngleInterpolationDollar);
|
|
102581
102623
|
}
|
|
102582
102624
|
}
|
|
102583
102625
|
});
|
|
@@ -102586,7 +102628,7 @@ registerLanguage({
|
|
|
102586
102628
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
102587
102629
|
loader: () => {
|
|
102588
102630
|
{
|
|
102589
|
-
return import("./freemarker2-
|
|
102631
|
+
return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagBracketInterpolationDollar);
|
|
102590
102632
|
}
|
|
102591
102633
|
}
|
|
102592
102634
|
});
|
|
@@ -102595,7 +102637,7 @@ registerLanguage({
|
|
|
102595
102637
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
102596
102638
|
loader: () => {
|
|
102597
102639
|
{
|
|
102598
|
-
return import("./freemarker2-
|
|
102640
|
+
return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAngleInterpolationBracket);
|
|
102599
102641
|
}
|
|
102600
102642
|
}
|
|
102601
102643
|
});
|
|
@@ -102604,7 +102646,7 @@ registerLanguage({
|
|
|
102604
102646
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
102605
102647
|
loader: () => {
|
|
102606
102648
|
{
|
|
102607
|
-
return import("./freemarker2-
|
|
102649
|
+
return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagBracketInterpolationBracket);
|
|
102608
102650
|
}
|
|
102609
102651
|
}
|
|
102610
102652
|
});
|
|
@@ -102613,7 +102655,7 @@ registerLanguage({
|
|
|
102613
102655
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
102614
102656
|
loader: () => {
|
|
102615
102657
|
{
|
|
102616
|
-
return import("./freemarker2-
|
|
102658
|
+
return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAutoInterpolationDollar);
|
|
102617
102659
|
}
|
|
102618
102660
|
}
|
|
102619
102661
|
});
|
|
@@ -102622,7 +102664,7 @@ registerLanguage({
|
|
|
102622
102664
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
102623
102665
|
loader: () => {
|
|
102624
102666
|
{
|
|
102625
|
-
return import("./freemarker2-
|
|
102667
|
+
return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAutoInterpolationBracket);
|
|
102626
102668
|
}
|
|
102627
102669
|
}
|
|
102628
102670
|
});
|
|
@@ -102672,7 +102714,7 @@ registerLanguage({
|
|
|
102672
102714
|
mimetypes: ["text/x-handlebars-template"],
|
|
102673
102715
|
loader: () => {
|
|
102674
102716
|
{
|
|
102675
|
-
return import("./handlebars-
|
|
102717
|
+
return import("./handlebars-d1c288d3.mjs");
|
|
102676
102718
|
}
|
|
102677
102719
|
}
|
|
102678
102720
|
});
|
|
@@ -102705,7 +102747,7 @@ registerLanguage({
|
|
|
102705
102747
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
102706
102748
|
loader: () => {
|
|
102707
102749
|
{
|
|
102708
|
-
return import("./html-
|
|
102750
|
+
return import("./html-8abd3319.mjs");
|
|
102709
102751
|
}
|
|
102710
102752
|
}
|
|
102711
102753
|
});
|
|
@@ -102758,7 +102800,7 @@ registerLanguage({
|
|
|
102758
102800
|
mimetypes: ["text/javascript"],
|
|
102759
102801
|
loader: () => {
|
|
102760
102802
|
{
|
|
102761
|
-
return import("./javascript-
|
|
102803
|
+
return import("./javascript-db88c96f.mjs");
|
|
102762
102804
|
}
|
|
102763
102805
|
}
|
|
102764
102806
|
});
|
|
@@ -102857,7 +102899,7 @@ registerLanguage({
|
|
|
102857
102899
|
mimetypes: ["application/liquid"],
|
|
102858
102900
|
loader: () => {
|
|
102859
102901
|
{
|
|
102860
|
-
return import("./liquid-
|
|
102902
|
+
return import("./liquid-2bc063dc.mjs");
|
|
102861
102903
|
}
|
|
102862
102904
|
}
|
|
102863
102905
|
});
|
|
@@ -103148,7 +103190,7 @@ registerLanguage({
|
|
|
103148
103190
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
103149
103191
|
loader: () => {
|
|
103150
103192
|
{
|
|
103151
|
-
return import("./python-
|
|
103193
|
+
return import("./python-2d23009f.mjs");
|
|
103152
103194
|
}
|
|
103153
103195
|
}
|
|
103154
103196
|
});
|
|
@@ -103197,7 +103239,7 @@ registerLanguage({
|
|
|
103197
103239
|
mimetypes: ["text/x-cshtml"],
|
|
103198
103240
|
loader: () => {
|
|
103199
103241
|
{
|
|
103200
|
-
return import("./razor-
|
|
103242
|
+
return import("./razor-80f54605.mjs");
|
|
103201
103243
|
}
|
|
103202
103244
|
}
|
|
103203
103245
|
});
|
|
@@ -103533,7 +103575,7 @@ registerLanguage({
|
|
|
103533
103575
|
mimetypes: ["text/typescript"],
|
|
103534
103576
|
loader: () => {
|
|
103535
103577
|
{
|
|
103536
|
-
return import("./typescript-
|
|
103578
|
+
return import("./typescript-f42bae27.mjs");
|
|
103537
103579
|
}
|
|
103538
103580
|
}
|
|
103539
103581
|
});
|
|
@@ -103583,7 +103625,7 @@ registerLanguage({
|
|
|
103583
103625
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
103584
103626
|
loader: () => {
|
|
103585
103627
|
{
|
|
103586
|
-
return import("./xml-
|
|
103628
|
+
return import("./xml-02fced98.mjs");
|
|
103587
103629
|
}
|
|
103588
103630
|
}
|
|
103589
103631
|
});
|
|
@@ -103600,7 +103642,7 @@ registerLanguage({
|
|
|
103600
103642
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
103601
103643
|
loader: () => {
|
|
103602
103644
|
{
|
|
103603
|
-
return import("./yaml-
|
|
103645
|
+
return import("./yaml-55a866de.mjs");
|
|
103604
103646
|
}
|
|
103605
103647
|
}
|
|
103606
103648
|
});
|
|
@@ -103715,7 +103757,7 @@ var lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, m
|
|
|
103715
103757
|
monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
|
|
103716
103758
|
function getMode$3() {
|
|
103717
103759
|
{
|
|
103718
|
-
return import("./cssMode-
|
|
103760
|
+
return import("./cssMode-dde2eda5.mjs");
|
|
103719
103761
|
}
|
|
103720
103762
|
}
|
|
103721
103763
|
monaco_editor_core_exports$3.languages.onLanguage("less", () => {
|
|
@@ -103834,7 +103876,7 @@ monaco_editor_core_exports$2.languages.html = {
|
|
|
103834
103876
|
};
|
|
103835
103877
|
function getMode$2() {
|
|
103836
103878
|
{
|
|
103837
|
-
return import("./htmlMode-
|
|
103879
|
+
return import("./htmlMode-bab4a440.mjs");
|
|
103838
103880
|
}
|
|
103839
103881
|
}
|
|
103840
103882
|
function registerHTMLLanguageService(languageId, options = optionsDefault, modeConfiguration = getConfigurationDefault(languageId)) {
|
|
@@ -103930,7 +103972,7 @@ var jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault,
|
|
|
103930
103972
|
monaco_editor_core_exports$1.languages.json = { jsonDefaults };
|
|
103931
103973
|
function getMode$1() {
|
|
103932
103974
|
{
|
|
103933
|
-
return import("./jsonMode-
|
|
103975
|
+
return import("./jsonMode-86b850a7.mjs");
|
|
103934
103976
|
}
|
|
103935
103977
|
}
|
|
103936
103978
|
monaco_editor_core_exports$1.languages.register({
|
|
@@ -104203,7 +104245,7 @@ monaco_editor_core_exports.languages.typescript = {
|
|
|
104203
104245
|
};
|
|
104204
104246
|
function getMode() {
|
|
104205
104247
|
{
|
|
104206
|
-
return import("./tsMode-
|
|
104248
|
+
return import("./tsMode-3c2db240.mjs");
|
|
104207
104249
|
}
|
|
104208
104250
|
}
|
|
104209
104251
|
monaco_editor_core_exports.languages.onLanguage("typescript", () => {
|
|
@@ -105419,7 +105461,7 @@ function* getAdditionalDocumentationForShowingActions(registry, model, trigger,
|
|
|
105419
105461
|
if (model && actionsToShow.length) {
|
|
105420
105462
|
for (const provider of registry.all(model)) {
|
|
105421
105463
|
if (provider._getAdditionalMenuItems) {
|
|
105422
|
-
yield* (_a2 = provider._getAdditionalMenuItems) === null || _a2 === void 0 ? void 0 : _a2.call(provider, { trigger: trigger.type, only: (_c2 = (_b2 = trigger.filter) === null || _b2 === void 0 ? void 0 : _b2.include) === null || _c2 === void 0 ? void 0 : _c2.value }, actionsToShow.map((item) => item.action));
|
|
105464
|
+
yield* __yieldStar((_a2 = provider._getAdditionalMenuItems) === null || _a2 === void 0 ? void 0 : _a2.call(provider, { trigger: trigger.type, only: (_c2 = (_b2 = trigger.filter) === null || _b2 === void 0 ? void 0 : _b2.include) === null || _c2 === void 0 ? void 0 : _c2.value }, actionsToShow.map((item) => item.action)));
|
|
105423
105465
|
}
|
|
105424
105466
|
}
|
|
105425
105467
|
}
|
|
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
|
-
import { m as monaco_editor_core_star } from "./VariablesEditorContent-
|
|
7
|
+
import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
|
|
8
8
|
import "react";
|
|
9
9
|
import "easy-email-pro-core";
|
|
10
10
|
/*!-----------------------------------------------------------------------------
|
|
@@ -17,7 +17,7 @@ var __spreadValues = (a, b) => {
|
|
|
17
17
|
return a;
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
-
import { m as monaco_editor_core_star } from "./VariablesEditorContent-
|
|
20
|
+
import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
|
|
21
21
|
import "react";
|
|
22
22
|
import "easy-email-pro-core";
|
|
23
23
|
/*!-----------------------------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as monaco_editor_core_star } from "./VariablesEditorContent-
|
|
1
|
+
import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
|
|
2
2
|
import "react";
|
|
3
3
|
import "easy-email-pro-core";
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as monaco_editor_core_star } from "./VariablesEditorContent-
|
|
1
|
+
import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
|
|
2
2
|
import "react";
|
|
3
3
|
import "easy-email-pro-core";
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
|
-
import { m as monaco_editor_core_star } from "./VariablesEditorContent-
|
|
7
|
+
import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
|
|
8
8
|
import "react";
|
|
9
9
|
import "easy-email-pro-core";
|
|
10
10
|
/*!-----------------------------------------------------------------------------
|