@bigbinary/neeto-editor 1.27.13 → 1.28.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/index.cjs.js +1211 -766
- package/index.cjs.js.map +1 -1
- package/index.js +1212 -767
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -37445,9 +37445,9 @@ function _toArray(arr) {
|
|
|
37445
37445
|
return _arrayWithHoles(arr) || _iterableToArray$1(arr) || _unsupportedIterableToArray$1(arr) || _nonIterableRest();
|
|
37446
37446
|
}
|
|
37447
37447
|
|
|
37448
|
-
function ownKeys$
|
|
37448
|
+
function ownKeys$h(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
37449
37449
|
|
|
37450
|
-
function _objectSpread$
|
|
37450
|
+
function _objectSpread$h(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$h(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$h(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
37451
37451
|
|
|
37452
37452
|
var consoleLogger = {
|
|
37453
37453
|
type: 'logger',
|
|
@@ -37534,7 +37534,7 @@ var Logger = function () {
|
|
|
37534
37534
|
}, {
|
|
37535
37535
|
key: "create",
|
|
37536
37536
|
value: function create(moduleName) {
|
|
37537
|
-
return new Logger(this.logger, _objectSpread$
|
|
37537
|
+
return new Logger(this.logger, _objectSpread$h(_objectSpread$h({}, {
|
|
37538
37538
|
prefix: "".concat(this.prefix, ":").concat(moduleName, ":")
|
|
37539
37539
|
}), this.options));
|
|
37540
37540
|
}
|
|
@@ -40306,9 +40306,9 @@ function cape(m) {
|
|
|
40306
40306
|
return unes[m];
|
|
40307
40307
|
}
|
|
40308
40308
|
|
|
40309
|
-
function ownKeys$
|
|
40309
|
+
function ownKeys$g(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
40310
40310
|
|
|
40311
|
-
function _objectSpread$
|
|
40311
|
+
function _objectSpread$g(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$g(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$g(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
40312
40312
|
var defaultOptions$1 = {
|
|
40313
40313
|
bindI18n: 'languageChanged',
|
|
40314
40314
|
bindI18nStore: '',
|
|
@@ -40322,7 +40322,7 @@ var i18nInstance;
|
|
|
40322
40322
|
var I18nContext = React__default["default"].createContext();
|
|
40323
40323
|
function setDefaults() {
|
|
40324
40324
|
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
40325
|
-
defaultOptions$1 = _objectSpread$
|
|
40325
|
+
defaultOptions$1 = _objectSpread$g(_objectSpread$g({}, defaultOptions$1), options);
|
|
40326
40326
|
}
|
|
40327
40327
|
function getDefaults() {
|
|
40328
40328
|
return defaultOptions$1;
|
|
@@ -40449,9 +40449,9 @@ function hasLoadedNamespace(ns, i18n) {
|
|
|
40449
40449
|
var _excluded$a = ["format"],
|
|
40450
40450
|
_excluded2 = ["children", "count", "parent", "i18nKey", "context", "tOptions", "values", "defaults", "components", "ns", "i18n", "t", "shouldUnescape"];
|
|
40451
40451
|
|
|
40452
|
-
function ownKeys$
|
|
40452
|
+
function ownKeys$f(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
40453
40453
|
|
|
40454
|
-
function _objectSpread$
|
|
40454
|
+
function _objectSpread$f(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$f(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$f(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
40455
40455
|
|
|
40456
40456
|
function hasChildren(node, checkLength) {
|
|
40457
40457
|
if (!node) return false;
|
|
@@ -40477,7 +40477,7 @@ function getAsArray(data) {
|
|
|
40477
40477
|
}
|
|
40478
40478
|
|
|
40479
40479
|
function mergeProps(source, target) {
|
|
40480
|
-
var newTarget = _objectSpread$
|
|
40480
|
+
var newTarget = _objectSpread$f({}, target);
|
|
40481
40481
|
|
|
40482
40482
|
newTarget.props = Object.assign(source.props, target.props);
|
|
40483
40483
|
return newTarget;
|
|
@@ -40547,7 +40547,7 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
|
|
|
40547
40547
|
getData(children);
|
|
40548
40548
|
var ast = c$3.parse("<0>".concat(targetString, "</0>"));
|
|
40549
40549
|
|
|
40550
|
-
var opts = _objectSpread$
|
|
40550
|
+
var opts = _objectSpread$f(_objectSpread$f({}, data), combinedTOpts);
|
|
40551
40551
|
|
|
40552
40552
|
function renderInner(child, node, rootReactNode) {
|
|
40553
40553
|
var childs = getChildren$1(child);
|
|
@@ -40557,7 +40557,7 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
|
|
|
40557
40557
|
|
|
40558
40558
|
function pushTranslatedJSX(child, inner, mem, i, isVoid) {
|
|
40559
40559
|
if (child.dummy) child.children = inner;
|
|
40560
|
-
mem.push(React__default["default"].cloneElement(child, _objectSpread$
|
|
40560
|
+
mem.push(React__default["default"].cloneElement(child, _objectSpread$f(_objectSpread$f({}, child.props), {}, {
|
|
40561
40561
|
key: i
|
|
40562
40562
|
}), isVoid ? undefined : inner));
|
|
40563
40563
|
}
|
|
@@ -40589,7 +40589,7 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
|
|
|
40589
40589
|
} else if (isEmptyTransWithHTML) {
|
|
40590
40590
|
var _inner = mapAST(reactNodes, node.children, rootReactNode);
|
|
40591
40591
|
|
|
40592
|
-
mem.push(React__default["default"].cloneElement(child, _objectSpread$
|
|
40592
|
+
mem.push(React__default["default"].cloneElement(child, _objectSpread$f(_objectSpread$f({}, child.props), {}, {
|
|
40593
40593
|
key: i
|
|
40594
40594
|
}), _inner));
|
|
40595
40595
|
} else if (Number.isNaN(parseFloat(node.name))) {
|
|
@@ -40620,11 +40620,11 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
|
|
|
40620
40620
|
var content = node.children[0] ? translationContent : null;
|
|
40621
40621
|
if (content) mem.push(content);
|
|
40622
40622
|
} else if (node.children.length === 1 && translationContent) {
|
|
40623
|
-
mem.push(React__default["default"].cloneElement(child, _objectSpread$
|
|
40623
|
+
mem.push(React__default["default"].cloneElement(child, _objectSpread$f(_objectSpread$f({}, child.props), {}, {
|
|
40624
40624
|
key: i
|
|
40625
40625
|
}), translationContent));
|
|
40626
40626
|
} else {
|
|
40627
|
-
mem.push(React__default["default"].cloneElement(child, _objectSpread$
|
|
40627
|
+
mem.push(React__default["default"].cloneElement(child, _objectSpread$f(_objectSpread$f({}, child.props), {}, {
|
|
40628
40628
|
key: i
|
|
40629
40629
|
})));
|
|
40630
40630
|
}
|
|
@@ -40687,7 +40687,7 @@ function Trans(_ref) {
|
|
|
40687
40687
|
|
|
40688
40688
|
if (context) tOptions.context = context;
|
|
40689
40689
|
|
|
40690
|
-
var reactI18nextOptions = _objectSpread$
|
|
40690
|
+
var reactI18nextOptions = _objectSpread$f(_objectSpread$f({}, getDefaults()), i18n.options && i18n.options.react);
|
|
40691
40691
|
|
|
40692
40692
|
var namespaces = ns || t.ns || defaultNSFromContext || i18n.options && i18n.options.defaultNS;
|
|
40693
40693
|
namespaces = typeof namespaces === 'string' ? [namespaces] : namespaces || ['translation'];
|
|
@@ -40695,13 +40695,13 @@ function Trans(_ref) {
|
|
|
40695
40695
|
var hashTransKey = reactI18nextOptions.hashTransKey;
|
|
40696
40696
|
var key = i18nKey || (hashTransKey ? hashTransKey(defaultValue) : defaultValue);
|
|
40697
40697
|
var interpolationOverride = values ? tOptions.interpolation : {
|
|
40698
|
-
interpolation: _objectSpread$
|
|
40698
|
+
interpolation: _objectSpread$f(_objectSpread$f({}, tOptions.interpolation), {}, {
|
|
40699
40699
|
prefix: '#$?',
|
|
40700
40700
|
suffix: '?$#'
|
|
40701
40701
|
})
|
|
40702
40702
|
};
|
|
40703
40703
|
|
|
40704
|
-
var combinedTOpts = _objectSpread$
|
|
40704
|
+
var combinedTOpts = _objectSpread$f(_objectSpread$f(_objectSpread$f(_objectSpread$f({}, tOptions), {}, {
|
|
40705
40705
|
count: count
|
|
40706
40706
|
}, values), interpolationOverride), {}, {
|
|
40707
40707
|
defaultValue: defaultValue,
|
|
@@ -40746,9 +40746,9 @@ function _slicedToArray(arr, i) {
|
|
|
40746
40746
|
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray$1(arr, i) || _nonIterableRest();
|
|
40747
40747
|
}
|
|
40748
40748
|
|
|
40749
|
-
function ownKeys$
|
|
40749
|
+
function ownKeys$e(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
40750
40750
|
|
|
40751
|
-
function _objectSpread$
|
|
40751
|
+
function _objectSpread$e(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$e(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$e(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
40752
40752
|
function useTranslation(ns) {
|
|
40753
40753
|
var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
40754
40754
|
var i18nFromProps = props.i18n;
|
|
@@ -40776,7 +40776,7 @@ function useTranslation(ns) {
|
|
|
40776
40776
|
|
|
40777
40777
|
if (i18n.options.react && i18n.options.react.wait !== undefined) warnOnce('It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.');
|
|
40778
40778
|
|
|
40779
|
-
var i18nOptions = _objectSpread$
|
|
40779
|
+
var i18nOptions = _objectSpread$e(_objectSpread$e(_objectSpread$e({}, getDefaults()), i18n.options.react), props);
|
|
40780
40780
|
|
|
40781
40781
|
var useSuspense = i18nOptions.useSuspense,
|
|
40782
40782
|
keyPrefix = i18nOptions.keyPrefix;
|
|
@@ -53810,13 +53810,13 @@ function cov_vqdq5apbi() {
|
|
|
53810
53810
|
return actualCoverage;
|
|
53811
53811
|
}
|
|
53812
53812
|
cov_vqdq5apbi();
|
|
53813
|
-
function ownKeys$
|
|
53814
|
-
function _objectSpread$
|
|
53813
|
+
function ownKeys$d(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
53814
|
+
function _objectSpread$d(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$d(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$d(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
53815
53815
|
cov_vqdq5apbi().s[0]++;
|
|
53816
53816
|
var generate = function generate(url, payload, config) {
|
|
53817
53817
|
cov_vqdq5apbi().f[0]++;
|
|
53818
53818
|
cov_vqdq5apbi().s[1]++;
|
|
53819
|
-
return axios__default["default"].post(url, payload, _objectSpread$
|
|
53819
|
+
return axios__default["default"].post(url, payload, _objectSpread$d(_objectSpread$d({}, config), {}, {
|
|
53820
53820
|
transformRequestCase: false,
|
|
53821
53821
|
transformResponseCase: false
|
|
53822
53822
|
}));
|
|
@@ -53825,7 +53825,7 @@ cov_vqdq5apbi().s[2]++;
|
|
|
53825
53825
|
var create$1 = function create(url, file, config) {
|
|
53826
53826
|
cov_vqdq5apbi().f[1]++;
|
|
53827
53827
|
cov_vqdq5apbi().s[3]++;
|
|
53828
|
-
return axios__default["default"].put(url, file, _objectSpread$
|
|
53828
|
+
return axios__default["default"].put(url, file, _objectSpread$d(_objectSpread$d({}, config), {}, {
|
|
53829
53829
|
transformRequestCase: false,
|
|
53830
53830
|
transformResponseCase: false,
|
|
53831
53831
|
showToastr: false
|
|
@@ -63361,8 +63361,8 @@ function cov_r3t02fgv5() {
|
|
|
63361
63361
|
return actualCoverage;
|
|
63362
63362
|
}
|
|
63363
63363
|
cov_r3t02fgv5();
|
|
63364
|
-
function ownKeys$
|
|
63365
|
-
function _objectSpread$
|
|
63364
|
+
function ownKeys$c(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
63365
|
+
function _objectSpread$c(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$c(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$c(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
63366
63366
|
cov_r3t02fgv5().s[0]++;
|
|
63367
63367
|
var useUppyUploader = function useUppyUploader(_ref) {
|
|
63368
63368
|
var uppyConfig = _ref.uppyConfig,
|
|
@@ -63398,9 +63398,9 @@ var useUppyUploader = function useUppyUploader(_ref) {
|
|
|
63398
63398
|
var uppy = (cov_r3t02fgv5().s[9]++, useUppy(function () {
|
|
63399
63399
|
cov_r3t02fgv5().f[2]++;
|
|
63400
63400
|
cov_r3t02fgv5().s[10]++;
|
|
63401
|
-
return new Uppy(_objectSpread$
|
|
63401
|
+
return new Uppy(_objectSpread$c(_objectSpread$c({}, uppyConfig), {}, {
|
|
63402
63402
|
onBeforeFileAdded: onBeforeFileAdded
|
|
63403
|
-
})).use(ActiveStorageUpload, _objectSpread$
|
|
63403
|
+
})).use(ActiveStorageUpload, _objectSpread$c({
|
|
63404
63404
|
directUploadUrl: DIRECT_UPLOAD_ENDPOINT
|
|
63405
63405
|
}, UPPY_UPLOAD_CONFIG)).on("upload", function () {
|
|
63406
63406
|
cov_r3t02fgv5().f[3]++;
|
|
@@ -69534,8 +69534,8 @@ function cov_zjfqfoy4d() {
|
|
|
69534
69534
|
return actualCoverage;
|
|
69535
69535
|
}
|
|
69536
69536
|
cov_zjfqfoy4d();
|
|
69537
|
-
function ownKeys$
|
|
69538
|
-
function _objectSpread$
|
|
69537
|
+
function ownKeys$b(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
69538
|
+
function _objectSpread$b(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$b(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$b(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
69539
69539
|
cov_zjfqfoy4d().s[0]++;
|
|
69540
69540
|
var Attachments = function Attachments(_ref, ref) {
|
|
69541
69541
|
var _config$allowedFileTy;
|
|
@@ -69719,7 +69719,7 @@ var Attachments = function Attachments(_ref, ref) {
|
|
|
69719
69719
|
return prevState.map(function (uploadingFile) {
|
|
69720
69720
|
cov_zjfqfoy4d().f[10]++;
|
|
69721
69721
|
cov_zjfqfoy4d().s[39]++;
|
|
69722
|
-
return _objectSpread$
|
|
69722
|
+
return _objectSpread$b(_objectSpread$b({}, uploadingFile), {}, {
|
|
69723
69723
|
progress: uploadingFile.filename !== file.name ? (cov_zjfqfoy4d().b[15][0]++, uploadingFile.progress) : (cov_zjfqfoy4d().b[15][1]++, progress.progress)
|
|
69724
69724
|
});
|
|
69725
69725
|
});
|
|
@@ -98262,8 +98262,8 @@ function cov_xd1lqdp2c() {
|
|
|
98262
98262
|
return actualCoverage;
|
|
98263
98263
|
}
|
|
98264
98264
|
cov_xd1lqdp2c();
|
|
98265
|
-
function ownKeys$
|
|
98266
|
-
function _objectSpread$
|
|
98265
|
+
function ownKeys$a(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
98266
|
+
function _objectSpread$a(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$a(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$a(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
98267
98267
|
var Embeds = Node$1.create({
|
|
98268
98268
|
name: "external-video",
|
|
98269
98269
|
addOptions: function addOptions() {
|
|
@@ -98351,7 +98351,7 @@ var Embeds = Node$1.create({
|
|
|
98351
98351
|
}, ["div", {
|
|
98352
98352
|
"class": "neeto-editor__video-iframe",
|
|
98353
98353
|
style: "width: ".concat(figwidth, "px; height: ").concat(figheight, "px;")
|
|
98354
|
-
}, ["iframe", mergeAttributes(this.options.HTMLAttributes, _objectSpread$
|
|
98354
|
+
}, ["iframe", mergeAttributes(this.options.HTMLAttributes, _objectSpread$a({}, HTMLAttributes))]]];
|
|
98355
98355
|
},
|
|
98356
98356
|
addNodeView: function addNodeView() {
|
|
98357
98357
|
cov_xd1lqdp2c().f[9]++;
|
|
@@ -101806,8 +101806,8 @@ function cov_qvuggokby() {
|
|
|
101806
101806
|
return actualCoverage;
|
|
101807
101807
|
}
|
|
101808
101808
|
cov_qvuggokby();
|
|
101809
|
-
function ownKeys$
|
|
101810
|
-
function _objectSpread$
|
|
101809
|
+
function ownKeys$9(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
101810
|
+
function _objectSpread$9(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$9(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$9(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
101811
101811
|
function _createSuper$4(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$5(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn$1(this, result); }; }
|
|
101812
101812
|
function _isNativeReflectConstruct$5() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
101813
101813
|
var EmojiPickerMenu = /*#__PURE__*/function (_React$Component) {
|
|
@@ -101878,7 +101878,7 @@ var EmojiPickerMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
101878
101878
|
value: function componentDidMount() {
|
|
101879
101879
|
cov_qvuggokby().f[0]++;
|
|
101880
101880
|
cov_qvuggokby().s[1]++;
|
|
101881
|
-
new $b802fbb11c9bd2dc$export$2e2bcd8739ae039(_objectSpread$
|
|
101881
|
+
new $b802fbb11c9bd2dc$export$2e2bcd8739ae039(_objectSpread$9(_objectSpread$9({}, this.props), {}, {
|
|
101882
101882
|
onEmojiSelect: this.handleSelect,
|
|
101883
101883
|
style: {
|
|
101884
101884
|
maxWidth: "100%"
|
|
@@ -102281,8 +102281,8 @@ function cov_j4ap1l9tq() {
|
|
|
102281
102281
|
return actualCoverage;
|
|
102282
102282
|
}
|
|
102283
102283
|
cov_j4ap1l9tq();
|
|
102284
|
-
function ownKeys$
|
|
102285
|
-
function _objectSpread$
|
|
102284
|
+
function ownKeys$8(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
102285
|
+
function _objectSpread$8(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$8(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$8(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
102286
102286
|
var EmojiPickerPluginKey = (cov_j4ap1l9tq().s[0]++, new PluginKey("emoji-picker"));
|
|
102287
102287
|
var EmojiPicker = (cov_j4ap1l9tq().s[1]++, Node$1.create({
|
|
102288
102288
|
name: "emojiPicker",
|
|
@@ -102354,7 +102354,7 @@ var EmojiPicker = (cov_j4ap1l9tq().s[1]++, Node$1.create({
|
|
|
102354
102354
|
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
102355
102355
|
cov_j4ap1l9tq().f[7]++;
|
|
102356
102356
|
cov_j4ap1l9tq().s[11]++;
|
|
102357
|
-
return [Suggestion(_objectSpread$
|
|
102357
|
+
return [Suggestion(_objectSpread$8({
|
|
102358
102358
|
editor: this.editor
|
|
102359
102359
|
}, this.options.suggestion))];
|
|
102360
102360
|
}
|
|
@@ -105671,8 +105671,8 @@ function cov_2l880i9euo() {
|
|
|
105671
105671
|
return actualCoverage;
|
|
105672
105672
|
}
|
|
105673
105673
|
cov_2l880i9euo();
|
|
105674
|
-
function ownKeys$
|
|
105675
|
-
function _objectSpread$
|
|
105674
|
+
function ownKeys$7(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
105675
|
+
function _objectSpread$7(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$7(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$7(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
105676
105676
|
var EmojiSuggestionPluginKey = (cov_2l880i9euo().s[0]++, new PluginKey("emoji-suggestion"));
|
|
105677
105677
|
var EmojiSuggestion = (cov_2l880i9euo().s[1]++, Node$1.create({
|
|
105678
105678
|
name: "emojiSuggestion",
|
|
@@ -105780,7 +105780,7 @@ var EmojiSuggestion = (cov_2l880i9euo().s[1]++, Node$1.create({
|
|
|
105780
105780
|
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
105781
105781
|
cov_2l880i9euo().f[11]++;
|
|
105782
105782
|
cov_2l880i9euo().s[15]++;
|
|
105783
|
-
return [Suggestion(_objectSpread$
|
|
105783
|
+
return [Suggestion(_objectSpread$7({
|
|
105784
105784
|
editor: this.editor
|
|
105785
105785
|
}, this.options.suggestion))];
|
|
105786
105786
|
}
|
|
@@ -106330,7 +106330,7 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
106330
106330
|
var _excluded$9 = ["caption"];
|
|
106331
106331
|
function cov_ksv9azglk() {
|
|
106332
106332
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Image/ExtensionConfig.js";
|
|
106333
|
-
var hash = "
|
|
106333
|
+
var hash = "2f76e7e418bf0486eadbbce16f9fef87dce7e620";
|
|
106334
106334
|
var global = new Function("return this")();
|
|
106335
106335
|
var gcv = "__coverage__";
|
|
106336
106336
|
var coverageData = {
|
|
@@ -106519,17 +106519,17 @@ function cov_ksv9azglk() {
|
|
|
106519
106519
|
"18": {
|
|
106520
106520
|
start: {
|
|
106521
106521
|
line: 95,
|
|
106522
|
-
column:
|
|
106522
|
+
column: 28
|
|
106523
106523
|
},
|
|
106524
106524
|
end: {
|
|
106525
|
-
line:
|
|
106525
|
+
line: 97,
|
|
106526
106526
|
column: 5
|
|
106527
106527
|
}
|
|
106528
106528
|
},
|
|
106529
106529
|
"19": {
|
|
106530
106530
|
start: {
|
|
106531
|
-
line:
|
|
106532
|
-
column:
|
|
106531
|
+
line: 99,
|
|
106532
|
+
column: 29
|
|
106533
106533
|
},
|
|
106534
106534
|
end: {
|
|
106535
106535
|
line: 105,
|
|
@@ -107614,7 +107614,7 @@ function cov_ksv9azglk() {
|
|
|
107614
107614
|
"6": [0, 0]
|
|
107615
107615
|
},
|
|
107616
107616
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
107617
|
-
hash: "
|
|
107617
|
+
hash: "2f76e7e418bf0486eadbbce16f9fef87dce7e620"
|
|
107618
107618
|
};
|
|
107619
107619
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
107620
107620
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -107764,13 +107764,13 @@ var ImageExtension = Node$1.create({
|
|
|
107764
107764
|
src = _ref3.src,
|
|
107765
107765
|
figheight = _ref3.figheight,
|
|
107766
107766
|
figwidth = _ref3.figwidth;
|
|
107767
|
-
var
|
|
107767
|
+
var wrapperDivAttrs = (cov_ksv9azglk().s[18]++, {
|
|
107768
|
+
"class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
107769
|
+
});
|
|
107770
|
+
var wrapperLinkAttrs = (cov_ksv9azglk().s[19]++, {
|
|
107768
107771
|
href: src,
|
|
107769
107772
|
target: "_blank",
|
|
107770
107773
|
rel: "noopener noreferrer",
|
|
107771
|
-
"class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
107772
|
-
});
|
|
107773
|
-
var resizeAttrs = (cov_ksv9azglk().s[19]++, {
|
|
107774
107774
|
"class": "neeto-editor__image",
|
|
107775
107775
|
style: "height:".concat(figheight, "px;width:").concat(figwidth, "px;")
|
|
107776
107776
|
});
|
|
@@ -107778,7 +107778,7 @@ var ImageExtension = Node$1.create({
|
|
|
107778
107778
|
style: "width:".concat(figwidth, "px;")
|
|
107779
107779
|
});
|
|
107780
107780
|
cov_ksv9azglk().s[21]++;
|
|
107781
|
-
return ["
|
|
107781
|
+
return ["div", wrapperDivAttrs, ["figure", this.options.HTMLAttributes, ["a", wrapperLinkAttrs, ["img", mergeAttributes(HTMLAttributes, {
|
|
107782
107782
|
draggable: false,
|
|
107783
107783
|
contenteditable: false
|
|
107784
107784
|
})]], ["figcaption", captionAttrs, 0]]];
|
|
@@ -107913,7 +107913,7 @@ var ImageExtension = Node$1.create({
|
|
|
107913
107913
|
|
|
107914
107914
|
function cov_mdp7zot9o() {
|
|
107915
107915
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Image/FigCaption.js";
|
|
107916
|
-
var hash = "
|
|
107916
|
+
var hash = "98ddc1dd6976c1f2db515f10136b37ab2cc52850";
|
|
107917
107917
|
var global = new Function("return this")();
|
|
107918
107918
|
var gcv = "__coverage__";
|
|
107919
107919
|
var coverageData = {
|
|
@@ -107928,6 +107928,16 @@ function cov_mdp7zot9o() {
|
|
|
107928
107928
|
line: 13,
|
|
107929
107929
|
column: 35
|
|
107930
107930
|
}
|
|
107931
|
+
},
|
|
107932
|
+
"1": {
|
|
107933
|
+
start: {
|
|
107934
|
+
line: 17,
|
|
107935
|
+
column: 4
|
|
107936
|
+
},
|
|
107937
|
+
end: {
|
|
107938
|
+
line: 17,
|
|
107939
|
+
column: 62
|
|
107940
|
+
}
|
|
107931
107941
|
}
|
|
107932
107942
|
},
|
|
107933
107943
|
fnMap: {
|
|
@@ -107954,18 +107964,44 @@ function cov_mdp7zot9o() {
|
|
|
107954
107964
|
}
|
|
107955
107965
|
},
|
|
107956
107966
|
line: 12
|
|
107967
|
+
},
|
|
107968
|
+
"1": {
|
|
107969
|
+
name: "(anonymous_1)",
|
|
107970
|
+
decl: {
|
|
107971
|
+
start: {
|
|
107972
|
+
line: 16,
|
|
107973
|
+
column: 2
|
|
107974
|
+
},
|
|
107975
|
+
end: {
|
|
107976
|
+
line: 16,
|
|
107977
|
+
column: 3
|
|
107978
|
+
}
|
|
107979
|
+
},
|
|
107980
|
+
loc: {
|
|
107981
|
+
start: {
|
|
107982
|
+
line: 16,
|
|
107983
|
+
column: 33
|
|
107984
|
+
},
|
|
107985
|
+
end: {
|
|
107986
|
+
line: 18,
|
|
107987
|
+
column: 3
|
|
107988
|
+
}
|
|
107989
|
+
},
|
|
107990
|
+
line: 16
|
|
107957
107991
|
}
|
|
107958
107992
|
},
|
|
107959
107993
|
branchMap: {},
|
|
107960
107994
|
s: {
|
|
107961
|
-
"0": 0
|
|
107995
|
+
"0": 0,
|
|
107996
|
+
"1": 0
|
|
107962
107997
|
},
|
|
107963
107998
|
f: {
|
|
107964
|
-
"0": 0
|
|
107999
|
+
"0": 0,
|
|
108000
|
+
"1": 0
|
|
107965
108001
|
},
|
|
107966
108002
|
b: {},
|
|
107967
108003
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
107968
|
-
hash: "
|
|
108004
|
+
hash: "98ddc1dd6976c1f2db515f10136b37ab2cc52850"
|
|
107969
108005
|
};
|
|
107970
108006
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
107971
108007
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -107992,6 +108028,12 @@ var FigCaption = Node$1.create({
|
|
|
107992
108028
|
return [{
|
|
107993
108029
|
tag: "figcaption"
|
|
107994
108030
|
}];
|
|
108031
|
+
},
|
|
108032
|
+
renderHTML: function renderHTML(_ref) {
|
|
108033
|
+
var HTMLAttributes = _ref.HTMLAttributes;
|
|
108034
|
+
cov_mdp7zot9o().f[1]++;
|
|
108035
|
+
cov_mdp7zot9o().s[1]++;
|
|
108036
|
+
return ["figcaption", mergeAttributes(HTMLAttributes), 0];
|
|
107995
108037
|
}
|
|
107996
108038
|
});
|
|
107997
108039
|
|
|
@@ -108195,8 +108237,8 @@ function cov_1shapeydie() {
|
|
|
108195
108237
|
return actualCoverage;
|
|
108196
108238
|
}
|
|
108197
108239
|
cov_1shapeydie();
|
|
108198
|
-
function ownKeys$
|
|
108199
|
-
function _objectSpread$
|
|
108240
|
+
function ownKeys$6(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
108241
|
+
function _objectSpread$6(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$6(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
108200
108242
|
cov_1shapeydie().s[0]++;
|
|
108201
108243
|
var KeyboardShortcuts = function KeyboardShortcuts(_ref) {
|
|
108202
108244
|
var onSubmit = _ref.onSubmit,
|
|
@@ -108209,7 +108251,7 @@ var KeyboardShortcuts = function KeyboardShortcuts(_ref) {
|
|
|
108209
108251
|
var _this = this;
|
|
108210
108252
|
cov_1shapeydie().f[1]++;
|
|
108211
108253
|
cov_1shapeydie().s[2]++;
|
|
108212
|
-
return _objectSpread$
|
|
108254
|
+
return _objectSpread$6({
|
|
108213
108255
|
"Mod-Enter": function ModEnter() {
|
|
108214
108256
|
cov_1shapeydie().f[2]++;
|
|
108215
108257
|
cov_1shapeydie().s[3]++;
|
|
@@ -112533,8 +112575,8 @@ function cov_1f83154juh() {
|
|
|
112533
112575
|
return actualCoverage;
|
|
112534
112576
|
}
|
|
112535
112577
|
cov_1f83154juh();
|
|
112536
|
-
function ownKeys$
|
|
112537
|
-
function _objectSpread$
|
|
112578
|
+
function ownKeys$5(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
112579
|
+
function _objectSpread$5(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$5(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
112538
112580
|
var suggestion$1 = (cov_1f83154juh().s[0]++, {
|
|
112539
112581
|
render: function render() {
|
|
112540
112582
|
cov_1f83154juh().f[0]++;
|
|
@@ -112637,8 +112679,8 @@ var Mention = {
|
|
|
112637
112679
|
otherConfig = _objectWithoutProperties$1(_ref3, _excluded$8);
|
|
112638
112680
|
cov_1f83154juh().f[9]++;
|
|
112639
112681
|
cov_1f83154juh().s[17]++;
|
|
112640
|
-
return Mentions$1.configure(_objectSpread$
|
|
112641
|
-
suggestion: _objectSpread$
|
|
112682
|
+
return Mentions$1.configure(_objectSpread$5(_objectSpread$5({}, otherConfig), {}, {
|
|
112683
|
+
suggestion: _objectSpread$5(_objectSpread$5({}, suggestion$1), suggestionConfig)
|
|
112642
112684
|
}));
|
|
112643
112685
|
}
|
|
112644
112686
|
};
|
|
@@ -118543,8 +118585,8 @@ function cov_1p62q5swci() {
|
|
|
118543
118585
|
return actualCoverage;
|
|
118544
118586
|
}
|
|
118545
118587
|
cov_1p62q5swci();
|
|
118546
|
-
function ownKeys$
|
|
118547
|
-
function _objectSpread$
|
|
118588
|
+
function ownKeys$4(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
118589
|
+
function _objectSpread$4(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$4(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
118548
118590
|
var CommandsPluginKey = (cov_1p62q5swci().s[0]++, new PluginKey("commands"));
|
|
118549
118591
|
var SlashCommands = {
|
|
118550
118592
|
configure: function configure(_ref) {
|
|
@@ -118670,7 +118712,7 @@ var SlashCommands = {
|
|
|
118670
118712
|
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
118671
118713
|
cov_1p62q5swci().f[11]++;
|
|
118672
118714
|
cov_1p62q5swci().s[21]++;
|
|
118673
|
-
return [Suggestion(_objectSpread$
|
|
118715
|
+
return [Suggestion(_objectSpread$4({
|
|
118674
118716
|
editor: this.editor
|
|
118675
118717
|
}, this.options.suggestion))];
|
|
118676
118718
|
}
|
|
@@ -119242,8 +119284,8 @@ function cov_2el14vae20() {
|
|
|
119242
119284
|
return actualCoverage;
|
|
119243
119285
|
}
|
|
119244
119286
|
cov_2el14vae20();
|
|
119245
|
-
function ownKeys$
|
|
119246
|
-
function _objectSpread$
|
|
119287
|
+
function ownKeys$3(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
119288
|
+
function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$3(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
119247
119289
|
var SpecialMentionPluginKey = (cov_2el14vae20().s[0]++, new PluginKey("special-mention"));
|
|
119248
119290
|
cov_2el14vae20().s[1]++;
|
|
119249
119291
|
var renderLabel = function renderLabel(_ref) {
|
|
@@ -119343,8 +119385,8 @@ var SpecialMentions$1 = {
|
|
|
119343
119385
|
otherConfig = _objectWithoutProperties$1(_ref4, _excluded$7);
|
|
119344
119386
|
cov_2el14vae20().f[8]++;
|
|
119345
119387
|
cov_2el14vae20().s[18]++;
|
|
119346
|
-
return SpecialMentions.configure(_objectSpread$
|
|
119347
|
-
suggestion: _objectSpread$
|
|
119388
|
+
return SpecialMentions.configure(_objectSpread$3(_objectSpread$3({}, otherConfig), {}, {
|
|
119389
|
+
suggestion: _objectSpread$3(_objectSpread$3({}, suggestion), suggestionConfig)
|
|
119348
119390
|
}));
|
|
119349
119391
|
}
|
|
119350
119392
|
};
|
|
@@ -123778,8 +123820,8 @@ function cov_nye8a7co4() {
|
|
|
123778
123820
|
return actualCoverage;
|
|
123779
123821
|
}
|
|
123780
123822
|
cov_nye8a7co4();
|
|
123781
|
-
function ownKeys$
|
|
123782
|
-
function _objectSpread$
|
|
123823
|
+
function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
123824
|
+
function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
123783
123825
|
var Table = (cov_nye8a7co4().s[0]++, Table$2.extend({
|
|
123784
123826
|
addOptions: function addOptions() {
|
|
123785
123827
|
cov_nye8a7co4().f[0]++;
|
|
@@ -123814,7 +123856,7 @@ var Table = (cov_nye8a7co4().s[0]++, Table$2.extend({
|
|
|
123814
123856
|
_this = this;
|
|
123815
123857
|
cov_nye8a7co4().f[3]++;
|
|
123816
123858
|
cov_nye8a7co4().s[5]++;
|
|
123817
|
-
return _objectSpread$
|
|
123859
|
+
return _objectSpread$2(_objectSpread$2({}, (_this$parent = this.parent) === null || _this$parent === void 0 ? void 0 : _this$parent.call(this)), {}, {
|
|
123818
123860
|
"Mod-alt-t": function ModAltT() {
|
|
123819
123861
|
cov_nye8a7co4().f[4]++;
|
|
123820
123862
|
cov_nye8a7co4().s[6]++;
|
|
@@ -124634,7 +124676,7 @@ var Variable = (cov_1kmvbkdmk6().s[1]++, Node$1.create({
|
|
|
124634
124676
|
|
|
124635
124677
|
function cov_wh1xyb96y() {
|
|
124636
124678
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Video/VideoComponent.jsx";
|
|
124637
|
-
var hash = "
|
|
124679
|
+
var hash = "991e7be3b9842d004df5eaf953151d60fdb61af9";
|
|
124638
124680
|
var global = new Function("return this")();
|
|
124639
124681
|
var gcv = "__coverage__";
|
|
124640
124682
|
var coverageData = {
|
|
@@ -124646,117 +124688,137 @@ function cov_wh1xyb96y() {
|
|
|
124646
124688
|
column: 23
|
|
124647
124689
|
},
|
|
124648
124690
|
end: {
|
|
124649
|
-
line:
|
|
124691
|
+
line: 82,
|
|
124650
124692
|
column: 1
|
|
124651
124693
|
}
|
|
124652
124694
|
},
|
|
124653
124695
|
"1": {
|
|
124654
124696
|
start: {
|
|
124655
124697
|
line: 17,
|
|
124656
|
-
column:
|
|
124698
|
+
column: 51
|
|
124657
124699
|
},
|
|
124658
124700
|
end: {
|
|
124659
124701
|
line: 17,
|
|
124660
|
-
column:
|
|
124702
|
+
column: 61
|
|
124661
124703
|
}
|
|
124662
124704
|
},
|
|
124663
124705
|
"2": {
|
|
124664
124706
|
start: {
|
|
124665
124707
|
line: 19,
|
|
124666
|
-
column:
|
|
124708
|
+
column: 42
|
|
124667
124709
|
},
|
|
124668
124710
|
end: {
|
|
124669
124711
|
line: 19,
|
|
124670
|
-
column:
|
|
124712
|
+
column: 65
|
|
124671
124713
|
}
|
|
124672
124714
|
},
|
|
124673
124715
|
"3": {
|
|
124674
124716
|
start: {
|
|
124675
|
-
line:
|
|
124717
|
+
line: 21,
|
|
124718
|
+
column: 20
|
|
124719
|
+
},
|
|
124720
|
+
end: {
|
|
124721
|
+
line: 21,
|
|
124722
|
+
column: 32
|
|
124723
|
+
}
|
|
124724
|
+
},
|
|
124725
|
+
"4": {
|
|
124726
|
+
start: {
|
|
124727
|
+
line: 23,
|
|
124676
124728
|
column: 19
|
|
124677
124729
|
},
|
|
124678
124730
|
end: {
|
|
124679
|
-
line:
|
|
124731
|
+
line: 23,
|
|
124680
124732
|
column: 25
|
|
124681
124733
|
}
|
|
124682
124734
|
},
|
|
124683
|
-
"
|
|
124735
|
+
"5": {
|
|
124684
124736
|
start: {
|
|
124685
|
-
line:
|
|
124737
|
+
line: 24,
|
|
124686
124738
|
column: 15
|
|
124687
124739
|
},
|
|
124688
124740
|
end: {
|
|
124689
|
-
line:
|
|
124741
|
+
line: 24,
|
|
124690
124742
|
column: 24
|
|
124691
124743
|
}
|
|
124692
124744
|
},
|
|
124693
|
-
"
|
|
124745
|
+
"6": {
|
|
124694
124746
|
start: {
|
|
124695
|
-
line:
|
|
124747
|
+
line: 25,
|
|
124696
124748
|
column: 14
|
|
124697
124749
|
},
|
|
124698
124750
|
end: {
|
|
124699
|
-
line:
|
|
124751
|
+
line: 25,
|
|
124700
124752
|
column: 22
|
|
124701
124753
|
}
|
|
124702
124754
|
},
|
|
124703
|
-
"
|
|
124755
|
+
"7": {
|
|
124704
124756
|
start: {
|
|
124705
|
-
line:
|
|
124757
|
+
line: 26,
|
|
124706
124758
|
column: 18
|
|
124707
124759
|
},
|
|
124708
124760
|
end: {
|
|
124709
|
-
line:
|
|
124761
|
+
line: 28,
|
|
124710
124762
|
column: 9
|
|
124711
124763
|
}
|
|
124712
124764
|
},
|
|
124713
|
-
"
|
|
124765
|
+
"8": {
|
|
124714
124766
|
start: {
|
|
124715
|
-
line:
|
|
124767
|
+
line: 30,
|
|
124716
124768
|
column: 2
|
|
124717
124769
|
},
|
|
124718
124770
|
end: {
|
|
124719
|
-
line:
|
|
124771
|
+
line: 81,
|
|
124720
124772
|
column: 4
|
|
124721
124773
|
}
|
|
124722
124774
|
},
|
|
124723
|
-
"
|
|
124775
|
+
"9": {
|
|
124724
124776
|
start: {
|
|
124725
|
-
line:
|
|
124777
|
+
line: 46,
|
|
124726
124778
|
column: 12
|
|
124727
124779
|
},
|
|
124728
124780
|
end: {
|
|
124729
|
-
line:
|
|
124781
|
+
line: 46,
|
|
124782
|
+
column: 44
|
|
124783
|
+
}
|
|
124784
|
+
},
|
|
124785
|
+
"10": {
|
|
124786
|
+
start: {
|
|
124787
|
+
line: 49,
|
|
124788
|
+
column: 12
|
|
124789
|
+
},
|
|
124790
|
+
end: {
|
|
124791
|
+
line: 49,
|
|
124730
124792
|
column: 38
|
|
124731
124793
|
}
|
|
124732
124794
|
},
|
|
124733
|
-
"
|
|
124795
|
+
"11": {
|
|
124734
124796
|
start: {
|
|
124735
|
-
line:
|
|
124797
|
+
line: 50,
|
|
124736
124798
|
column: 12
|
|
124737
124799
|
},
|
|
124738
124800
|
end: {
|
|
124739
|
-
line:
|
|
124801
|
+
line: 50,
|
|
124740
124802
|
column: 36
|
|
124741
124803
|
}
|
|
124742
124804
|
},
|
|
124743
|
-
"
|
|
124805
|
+
"12": {
|
|
124744
124806
|
start: {
|
|
124745
|
-
line:
|
|
124807
|
+
line: 51,
|
|
124746
124808
|
column: 12
|
|
124747
124809
|
},
|
|
124748
124810
|
end: {
|
|
124749
|
-
line:
|
|
124811
|
+
line: 62,
|
|
124750
124812
|
column: 14
|
|
124751
124813
|
}
|
|
124752
124814
|
},
|
|
124753
|
-
"
|
|
124815
|
+
"13": {
|
|
124754
124816
|
start: {
|
|
124755
|
-
line:
|
|
124817
|
+
line: 63,
|
|
124756
124818
|
column: 12
|
|
124757
124819
|
},
|
|
124758
124820
|
end: {
|
|
124759
|
-
line:
|
|
124821
|
+
line: 63,
|
|
124760
124822
|
column: 36
|
|
124761
124823
|
}
|
|
124762
124824
|
}
|
|
@@ -124780,7 +124842,7 @@ function cov_wh1xyb96y() {
|
|
|
124780
124842
|
column: 6
|
|
124781
124843
|
},
|
|
124782
124844
|
end: {
|
|
124783
|
-
line:
|
|
124845
|
+
line: 82,
|
|
124784
124846
|
column: 1
|
|
124785
124847
|
}
|
|
124786
124848
|
},
|
|
@@ -124790,60 +124852,117 @@ function cov_wh1xyb96y() {
|
|
|
124790
124852
|
name: "(anonymous_1)",
|
|
124791
124853
|
decl: {
|
|
124792
124854
|
start: {
|
|
124793
|
-
line:
|
|
124855
|
+
line: 45,
|
|
124856
|
+
column: 20
|
|
124857
|
+
},
|
|
124858
|
+
end: {
|
|
124859
|
+
line: 45,
|
|
124860
|
+
column: 21
|
|
124861
|
+
}
|
|
124862
|
+
},
|
|
124863
|
+
loc: {
|
|
124864
|
+
start: {
|
|
124865
|
+
line: 46,
|
|
124866
|
+
column: 12
|
|
124867
|
+
},
|
|
124868
|
+
end: {
|
|
124869
|
+
line: 46,
|
|
124870
|
+
column: 44
|
|
124871
|
+
}
|
|
124872
|
+
},
|
|
124873
|
+
line: 46
|
|
124874
|
+
},
|
|
124875
|
+
"2": {
|
|
124876
|
+
name: "(anonymous_2)",
|
|
124877
|
+
decl: {
|
|
124878
|
+
start: {
|
|
124879
|
+
line: 48,
|
|
124794
124880
|
column: 24
|
|
124795
124881
|
},
|
|
124796
124882
|
end: {
|
|
124797
|
-
line:
|
|
124883
|
+
line: 48,
|
|
124798
124884
|
column: 25
|
|
124799
124885
|
}
|
|
124800
124886
|
},
|
|
124801
124887
|
loc: {
|
|
124802
124888
|
start: {
|
|
124803
|
-
line:
|
|
124889
|
+
line: 48,
|
|
124804
124890
|
column: 53
|
|
124805
124891
|
},
|
|
124806
124892
|
end: {
|
|
124807
|
-
line:
|
|
124893
|
+
line: 64,
|
|
124808
124894
|
column: 11
|
|
124809
124895
|
}
|
|
124810
124896
|
},
|
|
124811
|
-
line:
|
|
124897
|
+
line: 48
|
|
124812
124898
|
}
|
|
124813
124899
|
},
|
|
124814
124900
|
branchMap: {
|
|
124815
124901
|
"0": {
|
|
124816
124902
|
loc: {
|
|
124817
124903
|
start: {
|
|
124818
|
-
line:
|
|
124904
|
+
line: 19,
|
|
124905
|
+
column: 51
|
|
124906
|
+
},
|
|
124907
|
+
end: {
|
|
124908
|
+
line: 19,
|
|
124909
|
+
column: 64
|
|
124910
|
+
}
|
|
124911
|
+
},
|
|
124912
|
+
type: "binary-expr",
|
|
124913
|
+
locations: [{
|
|
124914
|
+
start: {
|
|
124915
|
+
line: 19,
|
|
124916
|
+
column: 51
|
|
124917
|
+
},
|
|
124918
|
+
end: {
|
|
124919
|
+
line: 19,
|
|
124920
|
+
column: 59
|
|
124921
|
+
}
|
|
124922
|
+
}, {
|
|
124923
|
+
start: {
|
|
124924
|
+
line: 19,
|
|
124925
|
+
column: 63
|
|
124926
|
+
},
|
|
124927
|
+
end: {
|
|
124928
|
+
line: 19,
|
|
124929
|
+
column: 64
|
|
124930
|
+
}
|
|
124931
|
+
}],
|
|
124932
|
+
line: 19
|
|
124933
|
+
},
|
|
124934
|
+
"1": {
|
|
124935
|
+
loc: {
|
|
124936
|
+
start: {
|
|
124937
|
+
line: 26,
|
|
124819
124938
|
column: 18
|
|
124820
124939
|
},
|
|
124821
124940
|
end: {
|
|
124822
|
-
line:
|
|
124941
|
+
line: 28,
|
|
124823
124942
|
column: 9
|
|
124824
124943
|
}
|
|
124825
124944
|
},
|
|
124826
124945
|
type: "cond-expr",
|
|
124827
124946
|
locations: [{
|
|
124828
124947
|
start: {
|
|
124829
|
-
line:
|
|
124948
|
+
line: 27,
|
|
124830
124949
|
column: 6
|
|
124831
124950
|
},
|
|
124832
124951
|
end: {
|
|
124833
|
-
line:
|
|
124952
|
+
line: 27,
|
|
124834
124953
|
column: 68
|
|
124835
124954
|
}
|
|
124836
124955
|
}, {
|
|
124837
124956
|
start: {
|
|
124838
|
-
line:
|
|
124957
|
+
line: 28,
|
|
124839
124958
|
column: 6
|
|
124840
124959
|
},
|
|
124841
124960
|
end: {
|
|
124842
|
-
line:
|
|
124961
|
+
line: 28,
|
|
124843
124962
|
column: 9
|
|
124844
124963
|
}
|
|
124845
124964
|
}],
|
|
124846
|
-
line:
|
|
124965
|
+
line: 26
|
|
124847
124966
|
}
|
|
124848
124967
|
},
|
|
124849
124968
|
s: {
|
|
@@ -124858,17 +124977,21 @@ function cov_wh1xyb96y() {
|
|
|
124858
124977
|
"8": 0,
|
|
124859
124978
|
"9": 0,
|
|
124860
124979
|
"10": 0,
|
|
124861
|
-
"11": 0
|
|
124980
|
+
"11": 0,
|
|
124981
|
+
"12": 0,
|
|
124982
|
+
"13": 0
|
|
124862
124983
|
},
|
|
124863
124984
|
f: {
|
|
124864
124985
|
"0": 0,
|
|
124865
|
-
"1": 0
|
|
124986
|
+
"1": 0,
|
|
124987
|
+
"2": 0
|
|
124866
124988
|
},
|
|
124867
124989
|
b: {
|
|
124868
|
-
"0": [0, 0]
|
|
124990
|
+
"0": [0, 0],
|
|
124991
|
+
"1": [0, 0]
|
|
124869
124992
|
},
|
|
124870
124993
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
124871
|
-
hash: "
|
|
124994
|
+
hash: "991e7be3b9842d004df5eaf953151d60fdb61af9"
|
|
124872
124995
|
};
|
|
124873
124996
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
124874
124997
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -124884,8 +125007,6 @@ function cov_wh1xyb96y() {
|
|
|
124884
125007
|
return actualCoverage;
|
|
124885
125008
|
}
|
|
124886
125009
|
cov_wh1xyb96y();
|
|
124887
|
-
function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
124888
|
-
function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
124889
125010
|
cov_wh1xyb96y().s[0]++;
|
|
124890
125011
|
var VideoComponent = function VideoComponent(_ref) {
|
|
124891
125012
|
var _figureRef$current$qu;
|
|
@@ -124895,19 +125016,23 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
124895
125016
|
updateAttributes = _ref.updateAttributes,
|
|
124896
125017
|
deleteNode = _ref.deleteNode;
|
|
124897
125018
|
cov_wh1xyb96y().f[0]++;
|
|
124898
|
-
var
|
|
124899
|
-
var _ref2 = (cov_wh1xyb96y().s[2]++, node.attrs),
|
|
125019
|
+
var _ref2 = (cov_wh1xyb96y().s[1]++, node.attrs),
|
|
124900
125020
|
alt = _ref2.alt,
|
|
124901
125021
|
src = _ref2.src,
|
|
124902
125022
|
vidheight = _ref2.vidheight,
|
|
124903
125023
|
vidwidth = _ref2.vidwidth,
|
|
124904
125024
|
align = _ref2.align;
|
|
124905
|
-
var _ref3 = (cov_wh1xyb96y().s[
|
|
124906
|
-
|
|
124907
|
-
|
|
124908
|
-
|
|
124909
|
-
var
|
|
124910
|
-
cov_wh1xyb96y().s[
|
|
125025
|
+
var _ref3 = (cov_wh1xyb96y().s[2]++, React$6.useState((cov_wh1xyb96y().b[0][0]++, vidwidth) || (cov_wh1xyb96y().b[0][1]++, 0))),
|
|
125026
|
+
_ref4 = _slicedToArray(_ref3, 2),
|
|
125027
|
+
captionWidth = _ref4[0],
|
|
125028
|
+
setCaptionWidth = _ref4[1];
|
|
125029
|
+
var figureRef = (cov_wh1xyb96y().s[3]++, React$6.useRef(null));
|
|
125030
|
+
var _ref5 = (cov_wh1xyb96y().s[4]++, editor),
|
|
125031
|
+
view = _ref5.view;
|
|
125032
|
+
var height = (cov_wh1xyb96y().s[5]++, vidheight);
|
|
125033
|
+
var width = (cov_wh1xyb96y().s[6]++, vidwidth);
|
|
125034
|
+
var caption = (cov_wh1xyb96y().s[7]++, figureRef.current ? (cov_wh1xyb96y().b[1][0]++, (_figureRef$current$qu = figureRef.current.querySelector("figcaption>div")) === null || _figureRef$current$qu === void 0 ? void 0 : _figureRef$current$qu.textContent) : (cov_wh1xyb96y().b[1][1]++, alt));
|
|
125035
|
+
cov_wh1xyb96y().s[8]++;
|
|
124911
125036
|
return /*#__PURE__*/React__default["default"].createElement(NodeViewWrapper, {
|
|
124912
125037
|
className: "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
124913
125038
|
}, /*#__PURE__*/React__default["default"].createElement("figure", {
|
|
@@ -124924,20 +125049,25 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
124924
125049
|
height: height,
|
|
124925
125050
|
width: width
|
|
124926
125051
|
},
|
|
124927
|
-
|
|
125052
|
+
onResize: function onResize(_event, _direction, ref) {
|
|
124928
125053
|
cov_wh1xyb96y().f[1]++;
|
|
124929
|
-
cov_wh1xyb96y().s[8]++;
|
|
124930
|
-
height = ref.offsetHeight;
|
|
124931
125054
|
cov_wh1xyb96y().s[9]++;
|
|
124932
|
-
|
|
125055
|
+
return setCaptionWidth(ref.offsetWidth);
|
|
125056
|
+
},
|
|
125057
|
+
onResizeStop: function onResizeStop(_event, _direction, ref) {
|
|
125058
|
+
cov_wh1xyb96y().f[2]++;
|
|
124933
125059
|
cov_wh1xyb96y().s[10]++;
|
|
124934
|
-
|
|
125060
|
+
height = ref.offsetHeight;
|
|
125061
|
+
cov_wh1xyb96y().s[11]++;
|
|
125062
|
+
width = ref.offsetWidth;
|
|
125063
|
+
cov_wh1xyb96y().s[12]++;
|
|
125064
|
+
view.dispatch(view.state.tr.setNodeMarkup(getPos(), undefined, ramda.mergeRight(node.attrs, {
|
|
124935
125065
|
vidheight: height,
|
|
124936
125066
|
vidwidth: width,
|
|
124937
125067
|
height: height,
|
|
124938
125068
|
width: width
|
|
124939
125069
|
})));
|
|
124940
|
-
cov_wh1xyb96y().s[
|
|
125070
|
+
cov_wh1xyb96y().s[13]++;
|
|
124941
125071
|
editor.commands.focus();
|
|
124942
125072
|
}
|
|
124943
125073
|
}, /*#__PURE__*/React__default["default"].createElement("video", _extends$1({
|
|
@@ -124950,14 +125080,17 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
124950
125080
|
as: "figcaption",
|
|
124951
125081
|
className: classnames$2({
|
|
124952
125082
|
"is-empty": ramda.isEmpty(caption)
|
|
124953
|
-
})
|
|
125083
|
+
}),
|
|
125084
|
+
style: {
|
|
125085
|
+
width: "".concat(captionWidth, "px")
|
|
125086
|
+
}
|
|
124954
125087
|
})));
|
|
124955
125088
|
};
|
|
124956
125089
|
|
|
124957
125090
|
var _excluded$6 = ["caption"];
|
|
124958
125091
|
function cov_1io0efe0r8() {
|
|
124959
125092
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Video/ExtensionConfig.js";
|
|
124960
|
-
var hash = "
|
|
125093
|
+
var hash = "ca27def878a72057160dc6b8ddf0d6cfcdd803b6";
|
|
124961
125094
|
var global = new Function("return this")();
|
|
124962
125095
|
var gcv = "__coverage__";
|
|
124963
125096
|
var coverageData = {
|
|
@@ -124969,7 +125102,7 @@ function cov_1io0efe0r8() {
|
|
|
124969
125102
|
column: 23
|
|
124970
125103
|
},
|
|
124971
125104
|
end: {
|
|
124972
|
-
line:
|
|
125105
|
+
line: 133,
|
|
124973
125106
|
column: 2
|
|
124974
125107
|
}
|
|
124975
125108
|
},
|
|
@@ -125076,17 +125209,17 @@ function cov_1io0efe0r8() {
|
|
|
125076
125209
|
"11": {
|
|
125077
125210
|
start: {
|
|
125078
125211
|
line: 70,
|
|
125079
|
-
column:
|
|
125212
|
+
column: 28
|
|
125080
125213
|
},
|
|
125081
125214
|
end: {
|
|
125082
|
-
line:
|
|
125215
|
+
line: 72,
|
|
125083
125216
|
column: 5
|
|
125084
125217
|
}
|
|
125085
125218
|
},
|
|
125086
125219
|
"12": {
|
|
125087
125220
|
start: {
|
|
125088
|
-
line:
|
|
125089
|
-
column:
|
|
125221
|
+
line: 74,
|
|
125222
|
+
column: 29
|
|
125090
125223
|
},
|
|
125091
125224
|
end: {
|
|
125092
125225
|
line: 80,
|
|
@@ -125096,80 +125229,90 @@ function cov_1io0efe0r8() {
|
|
|
125096
125229
|
"13": {
|
|
125097
125230
|
start: {
|
|
125098
125231
|
line: 82,
|
|
125232
|
+
column: 25
|
|
125233
|
+
},
|
|
125234
|
+
end: {
|
|
125235
|
+
line: 82,
|
|
125236
|
+
column: 58
|
|
125237
|
+
}
|
|
125238
|
+
},
|
|
125239
|
+
"14": {
|
|
125240
|
+
start: {
|
|
125241
|
+
line: 84,
|
|
125099
125242
|
column: 4
|
|
125100
125243
|
},
|
|
125101
125244
|
end: {
|
|
125102
|
-
line:
|
|
125245
|
+
line: 105,
|
|
125103
125246
|
column: 6
|
|
125104
125247
|
}
|
|
125105
125248
|
},
|
|
125106
|
-
"
|
|
125249
|
+
"15": {
|
|
125107
125250
|
start: {
|
|
125108
|
-
line:
|
|
125251
|
+
line: 109,
|
|
125109
125252
|
column: 4
|
|
125110
125253
|
},
|
|
125111
125254
|
end: {
|
|
125112
|
-
line:
|
|
125255
|
+
line: 109,
|
|
125113
125256
|
column: 49
|
|
125114
125257
|
}
|
|
125115
125258
|
},
|
|
125116
|
-
"
|
|
125259
|
+
"16": {
|
|
125117
125260
|
start: {
|
|
125118
|
-
line:
|
|
125261
|
+
line: 113,
|
|
125119
125262
|
column: 4
|
|
125120
125263
|
},
|
|
125121
125264
|
end: {
|
|
125122
|
-
line:
|
|
125265
|
+
line: 131,
|
|
125123
125266
|
column: 6
|
|
125124
125267
|
}
|
|
125125
125268
|
},
|
|
125126
|
-
"
|
|
125269
|
+
"17": {
|
|
125127
125270
|
start: {
|
|
125128
|
-
line:
|
|
125271
|
+
line: 116,
|
|
125129
125272
|
column: 8
|
|
125130
125273
|
},
|
|
125131
125274
|
end: {
|
|
125132
|
-
line:
|
|
125275
|
+
line: 130,
|
|
125133
125276
|
column: 18
|
|
125134
125277
|
}
|
|
125135
125278
|
},
|
|
125136
|
-
"
|
|
125279
|
+
"18": {
|
|
125137
125280
|
start: {
|
|
125138
|
-
line:
|
|
125281
|
+
line: 117,
|
|
125139
125282
|
column: 10
|
|
125140
125283
|
},
|
|
125141
125284
|
end: {
|
|
125142
|
-
line:
|
|
125285
|
+
line: 130,
|
|
125143
125286
|
column: 18
|
|
125144
125287
|
}
|
|
125145
125288
|
},
|
|
125146
|
-
"
|
|
125289
|
+
"19": {
|
|
125147
125290
|
start: {
|
|
125148
|
-
line:
|
|
125291
|
+
line: 125,
|
|
125149
125292
|
column: 41
|
|
125150
125293
|
},
|
|
125151
125294
|
end: {
|
|
125152
|
-
line:
|
|
125295
|
+
line: 125,
|
|
125153
125296
|
column: 43
|
|
125154
125297
|
}
|
|
125155
125298
|
},
|
|
125156
|
-
"
|
|
125299
|
+
"20": {
|
|
125157
125300
|
start: {
|
|
125158
|
-
line:
|
|
125301
|
+
line: 126,
|
|
125159
125302
|
column: 31
|
|
125160
125303
|
},
|
|
125161
125304
|
end: {
|
|
125162
|
-
line:
|
|
125305
|
+
line: 126,
|
|
125163
125306
|
column: 62
|
|
125164
125307
|
}
|
|
125165
125308
|
},
|
|
125166
|
-
"
|
|
125309
|
+
"21": {
|
|
125167
125310
|
start: {
|
|
125168
|
-
line:
|
|
125311
|
+
line: 128,
|
|
125169
125312
|
column: 14
|
|
125170
125313
|
},
|
|
125171
125314
|
end: {
|
|
125172
|
-
line:
|
|
125315
|
+
line: 128,
|
|
125173
125316
|
column: 57
|
|
125174
125317
|
}
|
|
125175
125318
|
}
|
|
@@ -125409,7 +125552,7 @@ function cov_1io0efe0r8() {
|
|
|
125409
125552
|
column: 39
|
|
125410
125553
|
},
|
|
125411
125554
|
end: {
|
|
125412
|
-
line:
|
|
125555
|
+
line: 106,
|
|
125413
125556
|
column: 3
|
|
125414
125557
|
}
|
|
125415
125558
|
},
|
|
@@ -125419,121 +125562,121 @@ function cov_1io0efe0r8() {
|
|
|
125419
125562
|
name: "(anonymous_10)",
|
|
125420
125563
|
decl: {
|
|
125421
125564
|
start: {
|
|
125422
|
-
line:
|
|
125565
|
+
line: 108,
|
|
125423
125566
|
column: 2
|
|
125424
125567
|
},
|
|
125425
125568
|
end: {
|
|
125426
|
-
line:
|
|
125569
|
+
line: 108,
|
|
125427
125570
|
column: 3
|
|
125428
125571
|
}
|
|
125429
125572
|
},
|
|
125430
125573
|
loc: {
|
|
125431
125574
|
start: {
|
|
125432
|
-
line:
|
|
125575
|
+
line: 108,
|
|
125433
125576
|
column: 16
|
|
125434
125577
|
},
|
|
125435
125578
|
end: {
|
|
125436
|
-
line:
|
|
125579
|
+
line: 110,
|
|
125437
125580
|
column: 3
|
|
125438
125581
|
}
|
|
125439
125582
|
},
|
|
125440
|
-
line:
|
|
125583
|
+
line: 108
|
|
125441
125584
|
},
|
|
125442
125585
|
"11": {
|
|
125443
125586
|
name: "(anonymous_11)",
|
|
125444
125587
|
decl: {
|
|
125445
125588
|
start: {
|
|
125446
|
-
line:
|
|
125589
|
+
line: 112,
|
|
125447
125590
|
column: 2
|
|
125448
125591
|
},
|
|
125449
125592
|
end: {
|
|
125450
|
-
line:
|
|
125593
|
+
line: 112,
|
|
125451
125594
|
column: 3
|
|
125452
125595
|
}
|
|
125453
125596
|
},
|
|
125454
125597
|
loc: {
|
|
125455
125598
|
start: {
|
|
125456
|
-
line:
|
|
125599
|
+
line: 112,
|
|
125457
125600
|
column: 16
|
|
125458
125601
|
},
|
|
125459
125602
|
end: {
|
|
125460
|
-
line:
|
|
125603
|
+
line: 132,
|
|
125461
125604
|
column: 3
|
|
125462
125605
|
}
|
|
125463
125606
|
},
|
|
125464
|
-
line:
|
|
125607
|
+
line: 112
|
|
125465
125608
|
},
|
|
125466
125609
|
"12": {
|
|
125467
125610
|
name: "(anonymous_12)",
|
|
125468
125611
|
decl: {
|
|
125469
125612
|
start: {
|
|
125470
|
-
line:
|
|
125613
|
+
line: 115,
|
|
125471
125614
|
column: 8
|
|
125472
125615
|
},
|
|
125473
125616
|
end: {
|
|
125474
|
-
line:
|
|
125617
|
+
line: 115,
|
|
125475
125618
|
column: 9
|
|
125476
125619
|
}
|
|
125477
125620
|
},
|
|
125478
125621
|
loc: {
|
|
125479
125622
|
start: {
|
|
125480
|
-
line:
|
|
125623
|
+
line: 116,
|
|
125481
125624
|
column: 8
|
|
125482
125625
|
},
|
|
125483
125626
|
end: {
|
|
125484
|
-
line:
|
|
125627
|
+
line: 130,
|
|
125485
125628
|
column: 18
|
|
125486
125629
|
}
|
|
125487
125630
|
},
|
|
125488
|
-
line:
|
|
125631
|
+
line: 116
|
|
125489
125632
|
},
|
|
125490
125633
|
"13": {
|
|
125491
125634
|
name: "(anonymous_13)",
|
|
125492
125635
|
decl: {
|
|
125493
125636
|
start: {
|
|
125494
|
-
line:
|
|
125637
|
+
line: 116,
|
|
125495
125638
|
column: 8
|
|
125496
125639
|
},
|
|
125497
125640
|
end: {
|
|
125498
|
-
line:
|
|
125641
|
+
line: 116,
|
|
125499
125642
|
column: 9
|
|
125500
125643
|
}
|
|
125501
125644
|
},
|
|
125502
125645
|
loc: {
|
|
125503
125646
|
start: {
|
|
125504
|
-
line:
|
|
125647
|
+
line: 117,
|
|
125505
125648
|
column: 10
|
|
125506
125649
|
},
|
|
125507
125650
|
end: {
|
|
125508
|
-
line:
|
|
125651
|
+
line: 130,
|
|
125509
125652
|
column: 18
|
|
125510
125653
|
}
|
|
125511
125654
|
},
|
|
125512
|
-
line:
|
|
125655
|
+
line: 117
|
|
125513
125656
|
},
|
|
125514
125657
|
"14": {
|
|
125515
125658
|
name: "(anonymous_14)",
|
|
125516
125659
|
decl: {
|
|
125517
125660
|
start: {
|
|
125518
|
-
line:
|
|
125661
|
+
line: 124,
|
|
125519
125662
|
column: 21
|
|
125520
125663
|
},
|
|
125521
125664
|
end: {
|
|
125522
|
-
line:
|
|
125665
|
+
line: 124,
|
|
125523
125666
|
column: 22
|
|
125524
125667
|
}
|
|
125525
125668
|
},
|
|
125526
125669
|
loc: {
|
|
125527
125670
|
start: {
|
|
125528
|
-
line:
|
|
125671
|
+
line: 124,
|
|
125529
125672
|
column: 43
|
|
125530
125673
|
},
|
|
125531
125674
|
end: {
|
|
125532
|
-
line:
|
|
125675
|
+
line: 129,
|
|
125533
125676
|
column: 13
|
|
125534
125677
|
}
|
|
125535
125678
|
},
|
|
125536
|
-
line:
|
|
125679
|
+
line: 124
|
|
125537
125680
|
}
|
|
125538
125681
|
},
|
|
125539
125682
|
branchMap: {
|
|
@@ -125573,35 +125716,35 @@ function cov_1io0efe0r8() {
|
|
|
125573
125716
|
"1": {
|
|
125574
125717
|
loc: {
|
|
125575
125718
|
start: {
|
|
125576
|
-
line:
|
|
125719
|
+
line: 121,
|
|
125577
125720
|
column: 23
|
|
125578
125721
|
},
|
|
125579
125722
|
end: {
|
|
125580
|
-
line:
|
|
125723
|
+
line: 121,
|
|
125581
125724
|
column: 71
|
|
125582
125725
|
}
|
|
125583
125726
|
},
|
|
125584
125727
|
type: "cond-expr",
|
|
125585
125728
|
locations: [{
|
|
125586
125729
|
start: {
|
|
125587
|
-
line:
|
|
125730
|
+
line: 121,
|
|
125588
125731
|
column: 33
|
|
125589
125732
|
},
|
|
125590
125733
|
end: {
|
|
125591
|
-
line:
|
|
125734
|
+
line: 121,
|
|
125592
125735
|
column: 66
|
|
125593
125736
|
}
|
|
125594
125737
|
}, {
|
|
125595
125738
|
start: {
|
|
125596
|
-
line:
|
|
125739
|
+
line: 121,
|
|
125597
125740
|
column: 69
|
|
125598
125741
|
},
|
|
125599
125742
|
end: {
|
|
125600
|
-
line:
|
|
125743
|
+
line: 121,
|
|
125601
125744
|
column: 71
|
|
125602
125745
|
}
|
|
125603
125746
|
}],
|
|
125604
|
-
line:
|
|
125747
|
+
line: 121
|
|
125605
125748
|
}
|
|
125606
125749
|
},
|
|
125607
125750
|
s: {
|
|
@@ -125625,7 +125768,8 @@ function cov_1io0efe0r8() {
|
|
|
125625
125768
|
"17": 0,
|
|
125626
125769
|
"18": 0,
|
|
125627
125770
|
"19": 0,
|
|
125628
|
-
"20": 0
|
|
125771
|
+
"20": 0,
|
|
125772
|
+
"21": 0
|
|
125629
125773
|
},
|
|
125630
125774
|
f: {
|
|
125631
125775
|
"0": 0,
|
|
@@ -125649,7 +125793,7 @@ function cov_1io0efe0r8() {
|
|
|
125649
125793
|
"1": [0, 0]
|
|
125650
125794
|
},
|
|
125651
125795
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
125652
|
-
hash: "
|
|
125796
|
+
hash: "ca27def878a72057160dc6b8ddf0d6cfcdd803b6"
|
|
125653
125797
|
};
|
|
125654
125798
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
125655
125799
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -125751,45 +125895,48 @@ var VideoExtension = (cov_1io0efe0r8().s[0]++, Node$1.create({
|
|
|
125751
125895
|
src = _ref2.src,
|
|
125752
125896
|
vidheight = _ref2.vidheight,
|
|
125753
125897
|
vidwidth = _ref2.vidwidth;
|
|
125754
|
-
var
|
|
125898
|
+
var wrapperDivAttrs = (cov_1io0efe0r8().s[11]++, {
|
|
125899
|
+
"class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
125900
|
+
});
|
|
125901
|
+
var wrapperLinkAttrs = (cov_1io0efe0r8().s[12]++, {
|
|
125755
125902
|
href: src,
|
|
125756
125903
|
target: "_blank",
|
|
125757
125904
|
rel: "noopener noreferrer",
|
|
125758
|
-
"class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
125759
|
-
});
|
|
125760
|
-
var resizeAttrs = (cov_1io0efe0r8().s[12]++, {
|
|
125761
125905
|
"class": "neeto-editor__image",
|
|
125762
125906
|
style: "height:".concat(vidheight, "px;width:").concat(vidwidth, "px;")
|
|
125763
125907
|
});
|
|
125764
|
-
cov_1io0efe0r8().s[13]
|
|
125765
|
-
|
|
125908
|
+
var captionAttrs = (cov_1io0efe0r8().s[13]++, {
|
|
125909
|
+
style: "width:".concat(vidwidth, "px;")
|
|
125910
|
+
});
|
|
125911
|
+
cov_1io0efe0r8().s[14]++;
|
|
125912
|
+
return ["div", wrapperDivAttrs, ["figure", mergeAttributes(this.options.HTMLAttributes, {
|
|
125766
125913
|
"data-video": ""
|
|
125767
|
-
}), ["
|
|
125914
|
+
}), ["a", wrapperLinkAttrs, ["video", mergeAttributes(HTMLAttributes, {
|
|
125768
125915
|
preload: "metadata",
|
|
125769
125916
|
controls: true,
|
|
125770
125917
|
draggable: false,
|
|
125771
125918
|
contenteditable: false
|
|
125772
|
-
})]], ["figcaption", 0]]];
|
|
125919
|
+
})]], ["figcaption", captionAttrs, 0]]];
|
|
125773
125920
|
},
|
|
125774
125921
|
addNodeView: function addNodeView() {
|
|
125775
125922
|
cov_1io0efe0r8().f[10]++;
|
|
125776
|
-
cov_1io0efe0r8().s[
|
|
125923
|
+
cov_1io0efe0r8().s[15]++;
|
|
125777
125924
|
return ReactNodeViewRenderer(VideoComponent);
|
|
125778
125925
|
},
|
|
125779
125926
|
addCommands: function addCommands() {
|
|
125780
125927
|
var _this = this;
|
|
125781
125928
|
cov_1io0efe0r8().f[11]++;
|
|
125782
|
-
cov_1io0efe0r8().s[
|
|
125929
|
+
cov_1io0efe0r8().s[16]++;
|
|
125783
125930
|
return {
|
|
125784
125931
|
setVideo: function setVideo(_ref3) {
|
|
125785
125932
|
var caption = _ref3.caption,
|
|
125786
125933
|
attrs = _objectWithoutProperties$1(_ref3, _excluded$6);
|
|
125787
125934
|
cov_1io0efe0r8().f[12]++;
|
|
125788
|
-
cov_1io0efe0r8().s[
|
|
125935
|
+
cov_1io0efe0r8().s[17]++;
|
|
125789
125936
|
return function (_ref4) {
|
|
125790
125937
|
var chain = _ref4.chain;
|
|
125791
125938
|
cov_1io0efe0r8().f[13]++;
|
|
125792
|
-
cov_1io0efe0r8().s[
|
|
125939
|
+
cov_1io0efe0r8().s[18]++;
|
|
125793
125940
|
return chain().insertContent({
|
|
125794
125941
|
type: _this.name,
|
|
125795
125942
|
attrs: attrs,
|
|
@@ -125803,11 +125950,11 @@ var VideoExtension = (cov_1io0efe0r8().s[0]++, Node$1.create({
|
|
|
125803
125950
|
var tr = _ref5.tr,
|
|
125804
125951
|
commands = _ref5.commands;
|
|
125805
125952
|
cov_1io0efe0r8().f[14]++;
|
|
125806
|
-
var _ref6 = (cov_1io0efe0r8().s[
|
|
125953
|
+
var _ref6 = (cov_1io0efe0r8().s[19]++, tr),
|
|
125807
125954
|
doc = _ref6.doc,
|
|
125808
125955
|
selection = _ref6.selection;
|
|
125809
|
-
var position = (cov_1io0efe0r8().s[
|
|
125810
|
-
cov_1io0efe0r8().s[
|
|
125956
|
+
var position = (cov_1io0efe0r8().s[20]++, doc.resolve(selection.to).end());
|
|
125957
|
+
cov_1io0efe0r8().s[21]++;
|
|
125811
125958
|
return commands.setTextSelection(position);
|
|
125812
125959
|
}).run();
|
|
125813
125960
|
};
|
|
@@ -137615,7 +137762,7 @@ var renderOptionButton = function renderOptionButton(_ref2) {
|
|
|
137615
137762
|
icon: Icon,
|
|
137616
137763
|
key: optionName,
|
|
137617
137764
|
style: active ? (cov_2gwegiwlga().b[0][0]++, "secondary") : (cov_2gwegiwlga().b[0][1]++, "text"),
|
|
137618
|
-
|
|
137765
|
+
tabIndex: "-1",
|
|
137619
137766
|
tooltipProps: {
|
|
137620
137767
|
content: tooltip,
|
|
137621
137768
|
position: "bottom"
|
|
@@ -139815,7 +139962,7 @@ var FontSizeOption = function FontSizeOption(_ref2) {
|
|
|
139815
139962
|
|
|
139816
139963
|
function cov_7xzegtncw() {
|
|
139817
139964
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/LinkOption.jsx";
|
|
139818
|
-
var hash = "
|
|
139965
|
+
var hash = "b3389a5bbdaa63074522f3682f7ffb02a4468de5";
|
|
139819
139966
|
var global = new Function("return this")();
|
|
139820
139967
|
var gcv = "__coverage__";
|
|
139821
139968
|
var coverageData = {
|
|
@@ -139823,171 +139970,171 @@ function cov_7xzegtncw() {
|
|
|
139823
139970
|
statementMap: {
|
|
139824
139971
|
"0": {
|
|
139825
139972
|
start: {
|
|
139826
|
-
line:
|
|
139973
|
+
line: 10,
|
|
139827
139974
|
column: 17
|
|
139828
139975
|
},
|
|
139829
139976
|
end: {
|
|
139830
|
-
line:
|
|
139977
|
+
line: 10,
|
|
139831
139978
|
column: 25
|
|
139832
139979
|
}
|
|
139833
139980
|
},
|
|
139834
139981
|
"1": {
|
|
139835
139982
|
start: {
|
|
139836
|
-
line:
|
|
139983
|
+
line: 12,
|
|
139837
139984
|
column: 19
|
|
139838
139985
|
},
|
|
139839
139986
|
end: {
|
|
139840
|
-
line:
|
|
139987
|
+
line: 136,
|
|
139841
139988
|
column: 1
|
|
139842
139989
|
}
|
|
139843
139990
|
},
|
|
139844
139991
|
"2": {
|
|
139845
139992
|
start: {
|
|
139846
|
-
line:
|
|
139847
|
-
column:
|
|
139993
|
+
line: 13,
|
|
139994
|
+
column: 28
|
|
139848
139995
|
},
|
|
139849
139996
|
end: {
|
|
139850
|
-
line:
|
|
139851
|
-
column:
|
|
139997
|
+
line: 13,
|
|
139998
|
+
column: 40
|
|
139852
139999
|
}
|
|
139853
140000
|
},
|
|
139854
140001
|
"3": {
|
|
139855
140002
|
start: {
|
|
139856
140003
|
line: 14,
|
|
139857
|
-
column:
|
|
140004
|
+
column: 36
|
|
139858
140005
|
},
|
|
139859
140006
|
end: {
|
|
139860
140007
|
line: 14,
|
|
139861
|
-
column:
|
|
140008
|
+
column: 48
|
|
139862
140009
|
}
|
|
139863
140010
|
},
|
|
139864
140011
|
"4": {
|
|
139865
140012
|
start: {
|
|
139866
140013
|
line: 15,
|
|
139867
|
-
column:
|
|
140014
|
+
column: 30
|
|
139868
140015
|
},
|
|
139869
140016
|
end: {
|
|
139870
140017
|
line: 15,
|
|
139871
|
-
column:
|
|
140018
|
+
column: 45
|
|
139872
140019
|
}
|
|
139873
140020
|
},
|
|
139874
140021
|
"5": {
|
|
139875
140022
|
start: {
|
|
139876
|
-
line:
|
|
139877
|
-
column:
|
|
140023
|
+
line: 17,
|
|
140024
|
+
column: 16
|
|
139878
140025
|
},
|
|
139879
140026
|
end: {
|
|
139880
|
-
line:
|
|
139881
|
-
column:
|
|
140027
|
+
line: 17,
|
|
140028
|
+
column: 32
|
|
139882
140029
|
}
|
|
139883
140030
|
},
|
|
139884
140031
|
"6": {
|
|
139885
140032
|
start: {
|
|
139886
|
-
line:
|
|
139887
|
-
column:
|
|
140033
|
+
line: 19,
|
|
140034
|
+
column: 24
|
|
139888
140035
|
},
|
|
139889
140036
|
end: {
|
|
139890
|
-
line:
|
|
139891
|
-
column:
|
|
140037
|
+
line: 19,
|
|
140038
|
+
column: 36
|
|
139892
140039
|
}
|
|
139893
140040
|
},
|
|
139894
140041
|
"7": {
|
|
139895
140042
|
start: {
|
|
139896
|
-
line:
|
|
139897
|
-
column:
|
|
140043
|
+
line: 21,
|
|
140044
|
+
column: 19
|
|
139898
140045
|
},
|
|
139899
140046
|
end: {
|
|
139900
|
-
line:
|
|
139901
|
-
column:
|
|
140047
|
+
line: 21,
|
|
140048
|
+
column: 42
|
|
139902
140049
|
}
|
|
139903
140050
|
},
|
|
139904
140051
|
"8": {
|
|
139905
140052
|
start: {
|
|
139906
|
-
line:
|
|
139907
|
-
column:
|
|
140053
|
+
line: 23,
|
|
140054
|
+
column: 30
|
|
139908
140055
|
},
|
|
139909
140056
|
end: {
|
|
139910
|
-
line:
|
|
139911
|
-
column:
|
|
140057
|
+
line: 26,
|
|
140058
|
+
column: 3
|
|
139912
140059
|
}
|
|
139913
140060
|
},
|
|
139914
140061
|
"9": {
|
|
139915
140062
|
start: {
|
|
139916
|
-
line:
|
|
140063
|
+
line: 24,
|
|
139917
140064
|
column: 4
|
|
139918
140065
|
},
|
|
139919
140066
|
end: {
|
|
139920
|
-
line:
|
|
139921
|
-
column:
|
|
140067
|
+
line: 24,
|
|
140068
|
+
column: 52
|
|
139922
140069
|
}
|
|
139923
140070
|
},
|
|
139924
140071
|
"10": {
|
|
139925
140072
|
start: {
|
|
139926
|
-
line:
|
|
140073
|
+
line: 25,
|
|
139927
140074
|
column: 4
|
|
139928
140075
|
},
|
|
139929
140076
|
end: {
|
|
139930
|
-
line:
|
|
139931
|
-
column:
|
|
140077
|
+
line: 25,
|
|
140078
|
+
column: 29
|
|
139932
140079
|
}
|
|
139933
140080
|
},
|
|
139934
140081
|
"11": {
|
|
139935
140082
|
start: {
|
|
139936
|
-
line:
|
|
139937
|
-
column:
|
|
140083
|
+
line: 25,
|
|
140084
|
+
column: 22
|
|
139938
140085
|
},
|
|
139939
140086
|
end: {
|
|
139940
|
-
line:
|
|
139941
|
-
column:
|
|
140087
|
+
line: 25,
|
|
140088
|
+
column: 27
|
|
139942
140089
|
}
|
|
139943
140090
|
},
|
|
139944
140091
|
"12": {
|
|
139945
140092
|
start: {
|
|
139946
|
-
line:
|
|
139947
|
-
column:
|
|
140093
|
+
line: 28,
|
|
140094
|
+
column: 22
|
|
139948
140095
|
},
|
|
139949
140096
|
end: {
|
|
139950
|
-
line:
|
|
139951
|
-
column:
|
|
140097
|
+
line: 32,
|
|
140098
|
+
column: 3
|
|
139952
140099
|
}
|
|
139953
140100
|
},
|
|
139954
140101
|
"13": {
|
|
139955
140102
|
start: {
|
|
139956
|
-
line:
|
|
139957
|
-
column:
|
|
140103
|
+
line: 29,
|
|
140104
|
+
column: 4
|
|
139958
140105
|
},
|
|
139959
140106
|
end: {
|
|
139960
|
-
line:
|
|
139961
|
-
column:
|
|
140107
|
+
line: 29,
|
|
140108
|
+
column: 21
|
|
139962
140109
|
}
|
|
139963
140110
|
},
|
|
139964
140111
|
"14": {
|
|
139965
140112
|
start: {
|
|
139966
|
-
line:
|
|
139967
|
-
column:
|
|
140113
|
+
line: 30,
|
|
140114
|
+
column: 4
|
|
139968
140115
|
},
|
|
139969
140116
|
end: {
|
|
139970
|
-
line:
|
|
139971
|
-
column:
|
|
140117
|
+
line: 30,
|
|
140118
|
+
column: 21
|
|
139972
140119
|
}
|
|
139973
140120
|
},
|
|
139974
140121
|
"15": {
|
|
139975
140122
|
start: {
|
|
139976
|
-
line:
|
|
139977
|
-
column:
|
|
140123
|
+
line: 31,
|
|
140124
|
+
column: 4
|
|
139978
140125
|
},
|
|
139979
140126
|
end: {
|
|
139980
|
-
line:
|
|
139981
|
-
column:
|
|
140127
|
+
line: 31,
|
|
140128
|
+
column: 17
|
|
139982
140129
|
}
|
|
139983
140130
|
},
|
|
139984
140131
|
"16": {
|
|
139985
140132
|
start: {
|
|
139986
140133
|
line: 34,
|
|
139987
|
-
column:
|
|
140134
|
+
column: 24
|
|
139988
140135
|
},
|
|
139989
140136
|
end: {
|
|
139990
|
-
line:
|
|
140137
|
+
line: 40,
|
|
139991
140138
|
column: 3
|
|
139992
140139
|
}
|
|
139993
140140
|
},
|
|
@@ -139997,199 +140144,289 @@ function cov_7xzegtncw() {
|
|
|
139997
140144
|
column: 4
|
|
139998
140145
|
},
|
|
139999
140146
|
end: {
|
|
140000
|
-
line:
|
|
140001
|
-
column:
|
|
140147
|
+
line: 39,
|
|
140148
|
+
column: 5
|
|
140002
140149
|
}
|
|
140003
140150
|
},
|
|
140004
140151
|
"18": {
|
|
140005
140152
|
start: {
|
|
140006
140153
|
line: 36,
|
|
140007
|
-
column:
|
|
140154
|
+
column: 6
|
|
140008
140155
|
},
|
|
140009
140156
|
end: {
|
|
140010
140157
|
line: 36,
|
|
140011
|
-
column:
|
|
140158
|
+
column: 20
|
|
140012
140159
|
}
|
|
140013
140160
|
},
|
|
140014
140161
|
"19": {
|
|
140015
140162
|
start: {
|
|
140016
|
-
line:
|
|
140017
|
-
column:
|
|
140163
|
+
line: 37,
|
|
140164
|
+
column: 11
|
|
140018
140165
|
},
|
|
140019
140166
|
end: {
|
|
140020
|
-
line:
|
|
140021
|
-
column:
|
|
140167
|
+
line: 39,
|
|
140168
|
+
column: 5
|
|
140022
140169
|
}
|
|
140023
140170
|
},
|
|
140024
140171
|
"20": {
|
|
140025
140172
|
start: {
|
|
140026
|
-
line:
|
|
140173
|
+
line: 38,
|
|
140174
|
+
column: 6
|
|
140175
|
+
},
|
|
140176
|
+
end: {
|
|
140177
|
+
line: 38,
|
|
140178
|
+
column: 19
|
|
140179
|
+
}
|
|
140180
|
+
},
|
|
140181
|
+
"21": {
|
|
140182
|
+
start: {
|
|
140183
|
+
line: 42,
|
|
140027
140184
|
column: 21
|
|
140028
140185
|
},
|
|
140029
140186
|
end: {
|
|
140030
|
-
line:
|
|
140187
|
+
line: 54,
|
|
140031
140188
|
column: 3
|
|
140032
140189
|
}
|
|
140033
140190
|
},
|
|
140034
|
-
"
|
|
140191
|
+
"22": {
|
|
140035
140192
|
start: {
|
|
140036
|
-
line:
|
|
140193
|
+
line: 43,
|
|
140037
140194
|
column: 4
|
|
140038
140195
|
},
|
|
140039
140196
|
end: {
|
|
140040
|
-
line:
|
|
140197
|
+
line: 53,
|
|
140041
140198
|
column: 5
|
|
140042
140199
|
}
|
|
140043
140200
|
},
|
|
140044
|
-
"
|
|
140201
|
+
"23": {
|
|
140045
140202
|
start: {
|
|
140046
|
-
line:
|
|
140203
|
+
line: 44,
|
|
140047
140204
|
column: 6
|
|
140048
140205
|
},
|
|
140049
140206
|
end: {
|
|
140050
|
-
line:
|
|
140207
|
+
line: 49,
|
|
140051
140208
|
column: 15
|
|
140052
140209
|
}
|
|
140053
140210
|
},
|
|
140054
|
-
"
|
|
140211
|
+
"24": {
|
|
140055
140212
|
start: {
|
|
140056
|
-
line:
|
|
140213
|
+
line: 50,
|
|
140057
140214
|
column: 6
|
|
140058
140215
|
},
|
|
140059
140216
|
end: {
|
|
140060
|
-
line:
|
|
140217
|
+
line: 50,
|
|
140061
140218
|
column: 20
|
|
140062
140219
|
}
|
|
140063
140220
|
},
|
|
140064
|
-
"
|
|
140221
|
+
"25": {
|
|
140065
140222
|
start: {
|
|
140066
|
-
line:
|
|
140223
|
+
line: 52,
|
|
140067
140224
|
column: 6
|
|
140068
140225
|
},
|
|
140069
140226
|
end: {
|
|
140070
|
-
line:
|
|
140227
|
+
line: 52,
|
|
140071
140228
|
column: 38
|
|
140072
140229
|
}
|
|
140073
140230
|
},
|
|
140074
|
-
"
|
|
140231
|
+
"26": {
|
|
140075
140232
|
start: {
|
|
140076
|
-
line:
|
|
140233
|
+
line: 56,
|
|
140077
140234
|
column: 23
|
|
140078
140235
|
},
|
|
140079
140236
|
end: {
|
|
140080
|
-
line:
|
|
140237
|
+
line: 60,
|
|
140081
140238
|
column: 3
|
|
140082
140239
|
}
|
|
140083
140240
|
},
|
|
140084
|
-
"
|
|
140241
|
+
"27": {
|
|
140085
140242
|
start: {
|
|
140086
|
-
line:
|
|
140243
|
+
line: 57,
|
|
140087
140244
|
column: 4
|
|
140088
140245
|
},
|
|
140089
140246
|
end: {
|
|
140090
|
-
line:
|
|
140247
|
+
line: 57,
|
|
140091
140248
|
column: 69
|
|
140092
140249
|
}
|
|
140093
140250
|
},
|
|
140094
|
-
"
|
|
140251
|
+
"28": {
|
|
140095
140252
|
start: {
|
|
140096
|
-
line:
|
|
140253
|
+
line: 58,
|
|
140097
140254
|
column: 4
|
|
140098
140255
|
},
|
|
140099
140256
|
end: {
|
|
140100
|
-
line:
|
|
140257
|
+
line: 58,
|
|
140101
140258
|
column: 21
|
|
140102
140259
|
}
|
|
140103
140260
|
},
|
|
140104
|
-
"
|
|
140261
|
+
"29": {
|
|
140105
140262
|
start: {
|
|
140106
|
-
line:
|
|
140263
|
+
line: 59,
|
|
140107
140264
|
column: 4
|
|
140108
140265
|
},
|
|
140109
140266
|
end: {
|
|
140110
|
-
line:
|
|
140267
|
+
line: 59,
|
|
140111
140268
|
column: 18
|
|
140112
140269
|
}
|
|
140113
140270
|
},
|
|
140114
|
-
"
|
|
140271
|
+
"30": {
|
|
140115
140272
|
start: {
|
|
140116
|
-
line:
|
|
140117
|
-
column:
|
|
140273
|
+
line: 62,
|
|
140274
|
+
column: 28
|
|
140275
|
+
},
|
|
140276
|
+
end: {
|
|
140277
|
+
line: 73,
|
|
140278
|
+
column: 3
|
|
140279
|
+
}
|
|
140280
|
+
},
|
|
140281
|
+
"31": {
|
|
140282
|
+
start: {
|
|
140283
|
+
line: 63,
|
|
140284
|
+
column: 4
|
|
140118
140285
|
},
|
|
140119
140286
|
end: {
|
|
140287
|
+
line: 63,
|
|
140288
|
+
column: 39
|
|
140289
|
+
}
|
|
140290
|
+
},
|
|
140291
|
+
"32": {
|
|
140292
|
+
start: {
|
|
140293
|
+
line: 63,
|
|
140294
|
+
column: 32
|
|
140295
|
+
},
|
|
140296
|
+
end: {
|
|
140297
|
+
line: 63,
|
|
140298
|
+
column: 39
|
|
140299
|
+
}
|
|
140300
|
+
},
|
|
140301
|
+
"33": {
|
|
140302
|
+
start: {
|
|
140303
|
+
line: 65,
|
|
140304
|
+
column: 4
|
|
140305
|
+
},
|
|
140306
|
+
end: {
|
|
140307
|
+
line: 65,
|
|
140308
|
+
column: 47
|
|
140309
|
+
}
|
|
140310
|
+
},
|
|
140311
|
+
"34": {
|
|
140312
|
+
start: {
|
|
140120
140313
|
line: 66,
|
|
140121
|
-
column:
|
|
140314
|
+
column: 4
|
|
140315
|
+
},
|
|
140316
|
+
end: {
|
|
140317
|
+
line: 72,
|
|
140318
|
+
column: 10
|
|
140122
140319
|
}
|
|
140123
140320
|
},
|
|
140124
|
-
"
|
|
140321
|
+
"35": {
|
|
140125
140322
|
start: {
|
|
140126
|
-
line:
|
|
140323
|
+
line: 75,
|
|
140324
|
+
column: 2
|
|
140325
|
+
},
|
|
140326
|
+
end: {
|
|
140327
|
+
line: 82,
|
|
140328
|
+
column: 23
|
|
140329
|
+
}
|
|
140330
|
+
},
|
|
140331
|
+
"36": {
|
|
140332
|
+
start: {
|
|
140333
|
+
line: 76,
|
|
140127
140334
|
column: 4
|
|
140128
140335
|
},
|
|
140129
140336
|
end: {
|
|
140130
|
-
line:
|
|
140337
|
+
line: 76,
|
|
140131
140338
|
column: 52
|
|
140132
140339
|
}
|
|
140133
140340
|
},
|
|
140134
|
-
"
|
|
140341
|
+
"37": {
|
|
140135
140342
|
start: {
|
|
140136
|
-
line:
|
|
140343
|
+
line: 78,
|
|
140137
140344
|
column: 4
|
|
140138
140345
|
},
|
|
140139
140346
|
end: {
|
|
140140
|
-
line:
|
|
140347
|
+
line: 81,
|
|
140141
140348
|
column: 5
|
|
140142
140349
|
}
|
|
140143
140350
|
},
|
|
140144
|
-
"
|
|
140351
|
+
"38": {
|
|
140145
140352
|
start: {
|
|
140146
|
-
line:
|
|
140353
|
+
line: 79,
|
|
140147
140354
|
column: 6
|
|
140148
140355
|
},
|
|
140149
140356
|
end: {
|
|
140150
|
-
line:
|
|
140357
|
+
line: 79,
|
|
140151
140358
|
column: 47
|
|
140152
140359
|
}
|
|
140153
140360
|
},
|
|
140154
|
-
"
|
|
140361
|
+
"39": {
|
|
140155
140362
|
start: {
|
|
140156
|
-
line:
|
|
140363
|
+
line: 80,
|
|
140157
140364
|
column: 6
|
|
140158
140365
|
},
|
|
140159
140366
|
end: {
|
|
140160
|
-
line:
|
|
140367
|
+
line: 80,
|
|
140161
140368
|
column: 45
|
|
140162
140369
|
}
|
|
140163
140370
|
},
|
|
140164
|
-
"
|
|
140371
|
+
"40": {
|
|
140165
140372
|
start: {
|
|
140166
|
-
line:
|
|
140373
|
+
line: 84,
|
|
140167
140374
|
column: 2
|
|
140168
140375
|
},
|
|
140169
140376
|
end: {
|
|
140170
|
-
line:
|
|
140377
|
+
line: 86,
|
|
140378
|
+
column: 30
|
|
140379
|
+
}
|
|
140380
|
+
},
|
|
140381
|
+
"41": {
|
|
140382
|
+
start: {
|
|
140383
|
+
line: 85,
|
|
140171
140384
|
column: 4
|
|
140385
|
+
},
|
|
140386
|
+
end: {
|
|
140387
|
+
line: 85,
|
|
140388
|
+
column: 34
|
|
140172
140389
|
}
|
|
140173
140390
|
},
|
|
140174
|
-
"
|
|
140391
|
+
"42": {
|
|
140175
140392
|
start: {
|
|
140176
|
-
line:
|
|
140177
|
-
column:
|
|
140393
|
+
line: 88,
|
|
140394
|
+
column: 2
|
|
140178
140395
|
},
|
|
140179
140396
|
end: {
|
|
140180
|
-
line:
|
|
140181
|
-
column:
|
|
140397
|
+
line: 135,
|
|
140398
|
+
column: 4
|
|
140182
140399
|
}
|
|
140183
140400
|
},
|
|
140184
|
-
"
|
|
140401
|
+
"43": {
|
|
140185
140402
|
start: {
|
|
140186
|
-
line:
|
|
140403
|
+
line: 114,
|
|
140187
140404
|
column: 25
|
|
140188
140405
|
},
|
|
140189
140406
|
end: {
|
|
140190
|
-
line:
|
|
140407
|
+
line: 114,
|
|
140191
140408
|
column: 37
|
|
140192
140409
|
}
|
|
140410
|
+
},
|
|
140411
|
+
"44": {
|
|
140412
|
+
start: {
|
|
140413
|
+
line: 116,
|
|
140414
|
+
column: 12
|
|
140415
|
+
},
|
|
140416
|
+
end: {
|
|
140417
|
+
line: 116,
|
|
140418
|
+
column: 32
|
|
140419
|
+
}
|
|
140420
|
+
},
|
|
140421
|
+
"45": {
|
|
140422
|
+
start: {
|
|
140423
|
+
line: 117,
|
|
140424
|
+
column: 12
|
|
140425
|
+
},
|
|
140426
|
+
end: {
|
|
140427
|
+
line: 117,
|
|
140428
|
+
column: 32
|
|
140429
|
+
}
|
|
140193
140430
|
}
|
|
140194
140431
|
},
|
|
140195
140432
|
fnMap: {
|
|
@@ -140197,296 +140434,344 @@ function cov_7xzegtncw() {
|
|
|
140197
140434
|
name: "(anonymous_0)",
|
|
140198
140435
|
decl: {
|
|
140199
140436
|
start: {
|
|
140200
|
-
line:
|
|
140437
|
+
line: 12,
|
|
140201
140438
|
column: 19
|
|
140202
140439
|
},
|
|
140203
140440
|
end: {
|
|
140204
|
-
line:
|
|
140441
|
+
line: 12,
|
|
140205
140442
|
column: 20
|
|
140206
140443
|
}
|
|
140207
140444
|
},
|
|
140208
140445
|
loc: {
|
|
140209
140446
|
start: {
|
|
140210
|
-
line:
|
|
140211
|
-
column:
|
|
140447
|
+
line: 12,
|
|
140448
|
+
column: 60
|
|
140212
140449
|
},
|
|
140213
140450
|
end: {
|
|
140214
|
-
line:
|
|
140451
|
+
line: 136,
|
|
140215
140452
|
column: 1
|
|
140216
140453
|
}
|
|
140217
140454
|
},
|
|
140218
|
-
line:
|
|
140455
|
+
line: 12
|
|
140219
140456
|
},
|
|
140220
140457
|
"1": {
|
|
140221
140458
|
name: "(anonymous_1)",
|
|
140222
140459
|
decl: {
|
|
140223
140460
|
start: {
|
|
140224
|
-
line:
|
|
140225
|
-
column:
|
|
140461
|
+
line: 23,
|
|
140462
|
+
column: 30
|
|
140226
140463
|
},
|
|
140227
140464
|
end: {
|
|
140228
|
-
line:
|
|
140229
|
-
column:
|
|
140465
|
+
line: 23,
|
|
140466
|
+
column: 31
|
|
140230
140467
|
}
|
|
140231
140468
|
},
|
|
140232
140469
|
loc: {
|
|
140233
140470
|
start: {
|
|
140234
|
-
line:
|
|
140235
|
-
column:
|
|
140471
|
+
line: 23,
|
|
140472
|
+
column: 36
|
|
140236
140473
|
},
|
|
140237
140474
|
end: {
|
|
140238
|
-
line:
|
|
140475
|
+
line: 26,
|
|
140239
140476
|
column: 3
|
|
140240
140477
|
}
|
|
140241
140478
|
},
|
|
140242
|
-
line:
|
|
140479
|
+
line: 23
|
|
140243
140480
|
},
|
|
140244
140481
|
"2": {
|
|
140245
140482
|
name: "(anonymous_2)",
|
|
140246
140483
|
decl: {
|
|
140247
140484
|
start: {
|
|
140248
|
-
line:
|
|
140249
|
-
column:
|
|
140485
|
+
line: 25,
|
|
140486
|
+
column: 14
|
|
140250
140487
|
},
|
|
140251
140488
|
end: {
|
|
140252
|
-
line:
|
|
140253
|
-
column:
|
|
140489
|
+
line: 25,
|
|
140490
|
+
column: 15
|
|
140254
140491
|
}
|
|
140255
140492
|
},
|
|
140256
140493
|
loc: {
|
|
140257
140494
|
start: {
|
|
140258
|
-
line:
|
|
140259
|
-
column:
|
|
140495
|
+
line: 25,
|
|
140496
|
+
column: 22
|
|
140260
140497
|
},
|
|
140261
140498
|
end: {
|
|
140262
|
-
line:
|
|
140263
|
-
column:
|
|
140499
|
+
line: 25,
|
|
140500
|
+
column: 27
|
|
140264
140501
|
}
|
|
140265
140502
|
},
|
|
140266
|
-
line:
|
|
140503
|
+
line: 25
|
|
140267
140504
|
},
|
|
140268
140505
|
"3": {
|
|
140269
140506
|
name: "(anonymous_3)",
|
|
140270
140507
|
decl: {
|
|
140271
140508
|
start: {
|
|
140272
|
-
line:
|
|
140273
|
-
column:
|
|
140509
|
+
line: 28,
|
|
140510
|
+
column: 22
|
|
140274
140511
|
},
|
|
140275
140512
|
end: {
|
|
140276
|
-
line:
|
|
140277
|
-
column:
|
|
140513
|
+
line: 28,
|
|
140514
|
+
column: 23
|
|
140278
140515
|
}
|
|
140279
140516
|
},
|
|
140280
140517
|
loc: {
|
|
140281
140518
|
start: {
|
|
140282
|
-
line:
|
|
140283
|
-
column:
|
|
140519
|
+
line: 28,
|
|
140520
|
+
column: 28
|
|
140284
140521
|
},
|
|
140285
140522
|
end: {
|
|
140286
|
-
line:
|
|
140523
|
+
line: 32,
|
|
140287
140524
|
column: 3
|
|
140288
140525
|
}
|
|
140289
140526
|
},
|
|
140290
|
-
line:
|
|
140527
|
+
line: 28
|
|
140291
140528
|
},
|
|
140292
140529
|
"4": {
|
|
140293
140530
|
name: "(anonymous_4)",
|
|
140294
140531
|
decl: {
|
|
140295
140532
|
start: {
|
|
140296
|
-
line:
|
|
140297
|
-
column:
|
|
140533
|
+
line: 34,
|
|
140534
|
+
column: 24
|
|
140298
140535
|
},
|
|
140299
140536
|
end: {
|
|
140300
|
-
line:
|
|
140301
|
-
column:
|
|
140537
|
+
line: 34,
|
|
140538
|
+
column: 25
|
|
140302
140539
|
}
|
|
140303
140540
|
},
|
|
140304
140541
|
loc: {
|
|
140305
140542
|
start: {
|
|
140306
|
-
line:
|
|
140307
|
-
column:
|
|
140543
|
+
line: 34,
|
|
140544
|
+
column: 33
|
|
140308
140545
|
},
|
|
140309
140546
|
end: {
|
|
140310
|
-
line:
|
|
140311
|
-
column:
|
|
140547
|
+
line: 40,
|
|
140548
|
+
column: 3
|
|
140312
140549
|
}
|
|
140313
140550
|
},
|
|
140314
|
-
line:
|
|
140551
|
+
line: 34
|
|
140315
140552
|
},
|
|
140316
140553
|
"5": {
|
|
140317
140554
|
name: "(anonymous_5)",
|
|
140318
140555
|
decl: {
|
|
140319
140556
|
start: {
|
|
140320
|
-
line:
|
|
140557
|
+
line: 42,
|
|
140321
140558
|
column: 21
|
|
140322
140559
|
},
|
|
140323
140560
|
end: {
|
|
140324
|
-
line:
|
|
140561
|
+
line: 42,
|
|
140325
140562
|
column: 22
|
|
140326
140563
|
}
|
|
140327
140564
|
},
|
|
140328
140565
|
loc: {
|
|
140329
140566
|
start: {
|
|
140330
|
-
line:
|
|
140567
|
+
line: 42,
|
|
140331
140568
|
column: 27
|
|
140332
140569
|
},
|
|
140333
140570
|
end: {
|
|
140334
|
-
line:
|
|
140571
|
+
line: 54,
|
|
140335
140572
|
column: 3
|
|
140336
140573
|
}
|
|
140337
140574
|
},
|
|
140338
|
-
line:
|
|
140575
|
+
line: 42
|
|
140339
140576
|
},
|
|
140340
140577
|
"6": {
|
|
140341
140578
|
name: "(anonymous_6)",
|
|
140342
140579
|
decl: {
|
|
140343
140580
|
start: {
|
|
140344
|
-
line:
|
|
140581
|
+
line: 56,
|
|
140345
140582
|
column: 23
|
|
140346
140583
|
},
|
|
140347
140584
|
end: {
|
|
140348
|
-
line:
|
|
140585
|
+
line: 56,
|
|
140349
140586
|
column: 24
|
|
140350
140587
|
}
|
|
140351
140588
|
},
|
|
140352
140589
|
loc: {
|
|
140353
140590
|
start: {
|
|
140354
|
-
line:
|
|
140591
|
+
line: 56,
|
|
140355
140592
|
column: 29
|
|
140356
140593
|
},
|
|
140357
140594
|
end: {
|
|
140358
|
-
line:
|
|
140595
|
+
line: 60,
|
|
140359
140596
|
column: 3
|
|
140360
140597
|
}
|
|
140361
140598
|
},
|
|
140362
|
-
line:
|
|
140599
|
+
line: 56
|
|
140363
140600
|
},
|
|
140364
140601
|
"7": {
|
|
140365
140602
|
name: "(anonymous_7)",
|
|
140366
140603
|
decl: {
|
|
140367
140604
|
start: {
|
|
140368
|
-
line:
|
|
140369
|
-
column:
|
|
140605
|
+
line: 62,
|
|
140606
|
+
column: 28
|
|
140370
140607
|
},
|
|
140371
140608
|
end: {
|
|
140372
|
-
line:
|
|
140373
|
-
column:
|
|
140609
|
+
line: 62,
|
|
140610
|
+
column: 29
|
|
140374
140611
|
}
|
|
140375
140612
|
},
|
|
140376
140613
|
loc: {
|
|
140377
140614
|
start: {
|
|
140378
|
-
line:
|
|
140379
|
-
column:
|
|
140615
|
+
line: 62,
|
|
140616
|
+
column: 34
|
|
140380
140617
|
},
|
|
140381
140618
|
end: {
|
|
140382
|
-
line:
|
|
140619
|
+
line: 73,
|
|
140383
140620
|
column: 3
|
|
140384
140621
|
}
|
|
140385
140622
|
},
|
|
140386
|
-
line:
|
|
140623
|
+
line: 62
|
|
140387
140624
|
},
|
|
140388
140625
|
"8": {
|
|
140389
140626
|
name: "(anonymous_8)",
|
|
140390
140627
|
decl: {
|
|
140391
140628
|
start: {
|
|
140392
|
-
line:
|
|
140393
|
-
column:
|
|
140629
|
+
line: 75,
|
|
140630
|
+
column: 12
|
|
140394
140631
|
},
|
|
140395
140632
|
end: {
|
|
140396
|
-
line:
|
|
140397
|
-
column:
|
|
140633
|
+
line: 75,
|
|
140634
|
+
column: 13
|
|
140398
140635
|
}
|
|
140399
140636
|
},
|
|
140400
140637
|
loc: {
|
|
140401
140638
|
start: {
|
|
140402
|
-
line:
|
|
140403
|
-
column:
|
|
140639
|
+
line: 75,
|
|
140640
|
+
column: 18
|
|
140404
140641
|
},
|
|
140405
140642
|
end: {
|
|
140406
|
-
line:
|
|
140407
|
-
column:
|
|
140643
|
+
line: 82,
|
|
140644
|
+
column: 3
|
|
140408
140645
|
}
|
|
140409
140646
|
},
|
|
140410
|
-
line:
|
|
140647
|
+
line: 75
|
|
140411
140648
|
},
|
|
140412
140649
|
"9": {
|
|
140413
140650
|
name: "(anonymous_9)",
|
|
140414
140651
|
decl: {
|
|
140415
140652
|
start: {
|
|
140416
|
-
line:
|
|
140653
|
+
line: 84,
|
|
140654
|
+
column: 12
|
|
140655
|
+
},
|
|
140656
|
+
end: {
|
|
140657
|
+
line: 84,
|
|
140658
|
+
column: 13
|
|
140659
|
+
}
|
|
140660
|
+
},
|
|
140661
|
+
loc: {
|
|
140662
|
+
start: {
|
|
140663
|
+
line: 84,
|
|
140664
|
+
column: 18
|
|
140665
|
+
},
|
|
140666
|
+
end: {
|
|
140667
|
+
line: 86,
|
|
140668
|
+
column: 3
|
|
140669
|
+
}
|
|
140670
|
+
},
|
|
140671
|
+
line: 84
|
|
140672
|
+
},
|
|
140673
|
+
"10": {
|
|
140674
|
+
name: "(anonymous_10)",
|
|
140675
|
+
decl: {
|
|
140676
|
+
start: {
|
|
140677
|
+
line: 114,
|
|
140417
140678
|
column: 19
|
|
140418
140679
|
},
|
|
140419
140680
|
end: {
|
|
140420
|
-
line:
|
|
140681
|
+
line: 114,
|
|
140421
140682
|
column: 20
|
|
140422
140683
|
}
|
|
140423
140684
|
},
|
|
140424
140685
|
loc: {
|
|
140425
140686
|
start: {
|
|
140426
|
-
line:
|
|
140687
|
+
line: 114,
|
|
140427
140688
|
column: 25
|
|
140428
140689
|
},
|
|
140429
140690
|
end: {
|
|
140430
|
-
line:
|
|
140691
|
+
line: 114,
|
|
140431
140692
|
column: 37
|
|
140432
140693
|
}
|
|
140433
140694
|
},
|
|
140434
|
-
line:
|
|
140695
|
+
line: 114
|
|
140696
|
+
},
|
|
140697
|
+
"11": {
|
|
140698
|
+
name: "(anonymous_11)",
|
|
140699
|
+
decl: {
|
|
140700
|
+
start: {
|
|
140701
|
+
line: 115,
|
|
140702
|
+
column: 20
|
|
140703
|
+
},
|
|
140704
|
+
end: {
|
|
140705
|
+
line: 115,
|
|
140706
|
+
column: 21
|
|
140707
|
+
}
|
|
140708
|
+
},
|
|
140709
|
+
loc: {
|
|
140710
|
+
start: {
|
|
140711
|
+
line: 115,
|
|
140712
|
+
column: 47
|
|
140713
|
+
},
|
|
140714
|
+
end: {
|
|
140715
|
+
line: 118,
|
|
140716
|
+
column: 11
|
|
140717
|
+
}
|
|
140718
|
+
},
|
|
140719
|
+
line: 115
|
|
140435
140720
|
}
|
|
140436
140721
|
},
|
|
140437
140722
|
branchMap: {
|
|
140438
140723
|
"0": {
|
|
140439
140724
|
loc: {
|
|
140440
140725
|
start: {
|
|
140441
|
-
line:
|
|
140726
|
+
line: 35,
|
|
140442
140727
|
column: 4
|
|
140443
140728
|
},
|
|
140444
140729
|
end: {
|
|
140445
|
-
line:
|
|
140730
|
+
line: 39,
|
|
140446
140731
|
column: 5
|
|
140447
140732
|
}
|
|
140448
140733
|
},
|
|
140449
140734
|
type: "if",
|
|
140450
140735
|
locations: [{
|
|
140451
140736
|
start: {
|
|
140452
|
-
line:
|
|
140737
|
+
line: 35,
|
|
140453
140738
|
column: 4
|
|
140454
140739
|
},
|
|
140455
140740
|
end: {
|
|
140456
|
-
line:
|
|
140741
|
+
line: 39,
|
|
140457
140742
|
column: 5
|
|
140458
140743
|
}
|
|
140459
140744
|
}, {
|
|
140460
140745
|
start: {
|
|
140461
|
-
line:
|
|
140746
|
+
line: 37,
|
|
140462
140747
|
column: 11
|
|
140463
140748
|
},
|
|
140464
140749
|
end: {
|
|
140465
|
-
line:
|
|
140750
|
+
line: 39,
|
|
140466
140751
|
column: 5
|
|
140467
140752
|
}
|
|
140468
140753
|
}],
|
|
140469
|
-
line:
|
|
140754
|
+
line: 35
|
|
140470
140755
|
},
|
|
140471
140756
|
"1": {
|
|
140472
140757
|
loc: {
|
|
140473
140758
|
start: {
|
|
140474
|
-
line:
|
|
140759
|
+
line: 37,
|
|
140475
140760
|
column: 11
|
|
140476
140761
|
},
|
|
140477
140762
|
end: {
|
|
140478
|
-
line:
|
|
140763
|
+
line: 39,
|
|
140479
140764
|
column: 5
|
|
140480
140765
|
}
|
|
140481
140766
|
},
|
|
140482
140767
|
type: "if",
|
|
140483
140768
|
locations: [{
|
|
140484
140769
|
start: {
|
|
140485
|
-
line:
|
|
140770
|
+
line: 37,
|
|
140486
140771
|
column: 11
|
|
140487
140772
|
},
|
|
140488
140773
|
end: {
|
|
140489
|
-
line:
|
|
140774
|
+
line: 39,
|
|
140490
140775
|
column: 5
|
|
140491
140776
|
}
|
|
140492
140777
|
}, {
|
|
@@ -140499,60 +140784,93 @@ function cov_7xzegtncw() {
|
|
|
140499
140784
|
column: undefined
|
|
140500
140785
|
}
|
|
140501
140786
|
}],
|
|
140502
|
-
line:
|
|
140787
|
+
line: 37
|
|
140503
140788
|
},
|
|
140504
140789
|
"2": {
|
|
140505
140790
|
loc: {
|
|
140506
140791
|
start: {
|
|
140507
|
-
line:
|
|
140792
|
+
line: 43,
|
|
140508
140793
|
column: 4
|
|
140509
140794
|
},
|
|
140510
140795
|
end: {
|
|
140511
|
-
line:
|
|
140796
|
+
line: 53,
|
|
140512
140797
|
column: 5
|
|
140513
140798
|
}
|
|
140514
140799
|
},
|
|
140515
140800
|
type: "if",
|
|
140516
140801
|
locations: [{
|
|
140517
140802
|
start: {
|
|
140518
|
-
line:
|
|
140803
|
+
line: 43,
|
|
140519
140804
|
column: 4
|
|
140520
140805
|
},
|
|
140521
140806
|
end: {
|
|
140522
|
-
line:
|
|
140807
|
+
line: 53,
|
|
140523
140808
|
column: 5
|
|
140524
140809
|
}
|
|
140525
140810
|
}, {
|
|
140526
140811
|
start: {
|
|
140527
|
-
line:
|
|
140812
|
+
line: 51,
|
|
140528
140813
|
column: 11
|
|
140529
140814
|
},
|
|
140530
140815
|
end: {
|
|
140531
|
-
line:
|
|
140816
|
+
line: 53,
|
|
140532
140817
|
column: 5
|
|
140533
140818
|
}
|
|
140534
140819
|
}],
|
|
140535
|
-
line:
|
|
140820
|
+
line: 43
|
|
140536
140821
|
},
|
|
140537
140822
|
"3": {
|
|
140538
140823
|
loc: {
|
|
140539
140824
|
start: {
|
|
140540
|
-
line:
|
|
140825
|
+
line: 63,
|
|
140541
140826
|
column: 4
|
|
140542
140827
|
},
|
|
140543
140828
|
end: {
|
|
140544
|
-
line:
|
|
140829
|
+
line: 63,
|
|
140830
|
+
column: 39
|
|
140831
|
+
}
|
|
140832
|
+
},
|
|
140833
|
+
type: "if",
|
|
140834
|
+
locations: [{
|
|
140835
|
+
start: {
|
|
140836
|
+
line: 63,
|
|
140837
|
+
column: 4
|
|
140838
|
+
},
|
|
140839
|
+
end: {
|
|
140840
|
+
line: 63,
|
|
140841
|
+
column: 39
|
|
140842
|
+
}
|
|
140843
|
+
}, {
|
|
140844
|
+
start: {
|
|
140845
|
+
line: undefined,
|
|
140846
|
+
column: undefined
|
|
140847
|
+
},
|
|
140848
|
+
end: {
|
|
140849
|
+
line: undefined,
|
|
140850
|
+
column: undefined
|
|
140851
|
+
}
|
|
140852
|
+
}],
|
|
140853
|
+
line: 63
|
|
140854
|
+
},
|
|
140855
|
+
"4": {
|
|
140856
|
+
loc: {
|
|
140857
|
+
start: {
|
|
140858
|
+
line: 78,
|
|
140859
|
+
column: 4
|
|
140860
|
+
},
|
|
140861
|
+
end: {
|
|
140862
|
+
line: 81,
|
|
140545
140863
|
column: 5
|
|
140546
140864
|
}
|
|
140547
140865
|
},
|
|
140548
140866
|
type: "if",
|
|
140549
140867
|
locations: [{
|
|
140550
140868
|
start: {
|
|
140551
|
-
line:
|
|
140869
|
+
line: 78,
|
|
140552
140870
|
column: 4
|
|
140553
140871
|
},
|
|
140554
140872
|
end: {
|
|
140555
|
-
line:
|
|
140873
|
+
line: 81,
|
|
140556
140874
|
column: 5
|
|
140557
140875
|
}
|
|
140558
140876
|
}, {
|
|
@@ -140565,73 +140883,139 @@ function cov_7xzegtncw() {
|
|
|
140565
140883
|
column: undefined
|
|
140566
140884
|
}
|
|
140567
140885
|
}],
|
|
140568
|
-
line:
|
|
140886
|
+
line: 78
|
|
140569
140887
|
},
|
|
140570
|
-
"
|
|
140888
|
+
"5": {
|
|
140571
140889
|
loc: {
|
|
140572
140890
|
start: {
|
|
140573
|
-
line:
|
|
140891
|
+
line: 85,
|
|
140892
|
+
column: 4
|
|
140893
|
+
},
|
|
140894
|
+
end: {
|
|
140895
|
+
line: 85,
|
|
140896
|
+
column: 33
|
|
140897
|
+
}
|
|
140898
|
+
},
|
|
140899
|
+
type: "binary-expr",
|
|
140900
|
+
locations: [{
|
|
140901
|
+
start: {
|
|
140902
|
+
line: 85,
|
|
140903
|
+
column: 4
|
|
140904
|
+
},
|
|
140905
|
+
end: {
|
|
140906
|
+
line: 85,
|
|
140907
|
+
column: 10
|
|
140908
|
+
}
|
|
140909
|
+
}, {
|
|
140910
|
+
start: {
|
|
140911
|
+
line: 85,
|
|
140912
|
+
column: 14
|
|
140913
|
+
},
|
|
140914
|
+
end: {
|
|
140915
|
+
line: 85,
|
|
140916
|
+
column: 33
|
|
140917
|
+
}
|
|
140918
|
+
}],
|
|
140919
|
+
line: 85
|
|
140920
|
+
},
|
|
140921
|
+
"6": {
|
|
140922
|
+
loc: {
|
|
140923
|
+
start: {
|
|
140924
|
+
line: 90,
|
|
140574
140925
|
column: 19
|
|
140575
140926
|
},
|
|
140576
140927
|
end: {
|
|
140577
|
-
line:
|
|
140578
|
-
column:
|
|
140928
|
+
line: 90,
|
|
140929
|
+
column: 60
|
|
140579
140930
|
}
|
|
140580
140931
|
},
|
|
140581
140932
|
type: "cond-expr",
|
|
140582
140933
|
locations: [{
|
|
140583
140934
|
start: {
|
|
140584
|
-
line:
|
|
140585
|
-
column:
|
|
140935
|
+
line: 90,
|
|
140936
|
+
column: 40
|
|
140586
140937
|
},
|
|
140587
140938
|
end: {
|
|
140588
|
-
line:
|
|
140589
|
-
column:
|
|
140939
|
+
line: 90,
|
|
140940
|
+
column: 51
|
|
140590
140941
|
}
|
|
140591
140942
|
}, {
|
|
140592
140943
|
start: {
|
|
140593
|
-
line:
|
|
140594
|
-
column:
|
|
140944
|
+
line: 90,
|
|
140945
|
+
column: 54
|
|
140595
140946
|
},
|
|
140596
140947
|
end: {
|
|
140597
|
-
line:
|
|
140598
|
-
column:
|
|
140948
|
+
line: 90,
|
|
140949
|
+
column: 60
|
|
140599
140950
|
}
|
|
140600
140951
|
}],
|
|
140601
|
-
line:
|
|
140952
|
+
line: 90
|
|
140602
140953
|
},
|
|
140603
|
-
"
|
|
140954
|
+
"7": {
|
|
140604
140955
|
loc: {
|
|
140605
140956
|
start: {
|
|
140606
|
-
line:
|
|
140957
|
+
line: 90,
|
|
140958
|
+
column: 19
|
|
140959
|
+
},
|
|
140960
|
+
end: {
|
|
140961
|
+
line: 90,
|
|
140962
|
+
column: 37
|
|
140963
|
+
}
|
|
140964
|
+
},
|
|
140965
|
+
type: "binary-expr",
|
|
140966
|
+
locations: [{
|
|
140967
|
+
start: {
|
|
140968
|
+
line: 90,
|
|
140969
|
+
column: 19
|
|
140970
|
+
},
|
|
140971
|
+
end: {
|
|
140972
|
+
line: 90,
|
|
140973
|
+
column: 25
|
|
140974
|
+
}
|
|
140975
|
+
}, {
|
|
140976
|
+
start: {
|
|
140977
|
+
line: 90,
|
|
140978
|
+
column: 29
|
|
140979
|
+
},
|
|
140980
|
+
end: {
|
|
140981
|
+
line: 90,
|
|
140982
|
+
column: 37
|
|
140983
|
+
}
|
|
140984
|
+
}],
|
|
140985
|
+
line: 90
|
|
140986
|
+
},
|
|
140987
|
+
"8": {
|
|
140988
|
+
loc: {
|
|
140989
|
+
start: {
|
|
140990
|
+
line: 125,
|
|
140607
140991
|
column: 9
|
|
140608
140992
|
},
|
|
140609
140993
|
end: {
|
|
140610
|
-
line:
|
|
140994
|
+
line: 132,
|
|
140611
140995
|
column: 9
|
|
140612
140996
|
}
|
|
140613
140997
|
},
|
|
140614
140998
|
type: "binary-expr",
|
|
140615
140999
|
locations: [{
|
|
140616
141000
|
start: {
|
|
140617
|
-
line:
|
|
141001
|
+
line: 125,
|
|
140618
141002
|
column: 9
|
|
140619
141003
|
},
|
|
140620
141004
|
end: {
|
|
140621
|
-
line:
|
|
141005
|
+
line: 125,
|
|
140622
141006
|
column: 17
|
|
140623
141007
|
}
|
|
140624
141008
|
}, {
|
|
140625
141009
|
start: {
|
|
140626
|
-
line:
|
|
141010
|
+
line: 126,
|
|
140627
141011
|
column: 10
|
|
140628
141012
|
},
|
|
140629
141013
|
end: {
|
|
140630
|
-
line:
|
|
141014
|
+
line: 131,
|
|
140631
141015
|
column: 12
|
|
140632
141016
|
}
|
|
140633
141017
|
}],
|
|
140634
|
-
line:
|
|
141018
|
+
line: 125
|
|
140635
141019
|
}
|
|
140636
141020
|
},
|
|
140637
141021
|
s: {
|
|
@@ -140671,7 +141055,16 @@ function cov_7xzegtncw() {
|
|
|
140671
141055
|
"33": 0,
|
|
140672
141056
|
"34": 0,
|
|
140673
141057
|
"35": 0,
|
|
140674
|
-
"36": 0
|
|
141058
|
+
"36": 0,
|
|
141059
|
+
"37": 0,
|
|
141060
|
+
"38": 0,
|
|
141061
|
+
"39": 0,
|
|
141062
|
+
"40": 0,
|
|
141063
|
+
"41": 0,
|
|
141064
|
+
"42": 0,
|
|
141065
|
+
"43": 0,
|
|
141066
|
+
"44": 0,
|
|
141067
|
+
"45": 0
|
|
140675
141068
|
},
|
|
140676
141069
|
f: {
|
|
140677
141070
|
"0": 0,
|
|
@@ -140683,7 +141076,9 @@ function cov_7xzegtncw() {
|
|
|
140683
141076
|
"6": 0,
|
|
140684
141077
|
"7": 0,
|
|
140685
141078
|
"8": 0,
|
|
140686
|
-
"9": 0
|
|
141079
|
+
"9": 0,
|
|
141080
|
+
"10": 0,
|
|
141081
|
+
"11": 0
|
|
140687
141082
|
},
|
|
140688
141083
|
b: {
|
|
140689
141084
|
"0": [0, 0],
|
|
@@ -140691,10 +141086,13 @@ function cov_7xzegtncw() {
|
|
|
140691
141086
|
"2": [0, 0],
|
|
140692
141087
|
"3": [0, 0],
|
|
140693
141088
|
"4": [0, 0],
|
|
140694
|
-
"5": [0, 0]
|
|
141089
|
+
"5": [0, 0],
|
|
141090
|
+
"6": [0, 0],
|
|
141091
|
+
"7": [0, 0],
|
|
141092
|
+
"8": [0, 0]
|
|
140695
141093
|
},
|
|
140696
141094
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
140697
|
-
hash: "
|
|
141095
|
+
hash: "b3389a5bbdaa63074522f3682f7ffb02a4468de5"
|
|
140698
141096
|
};
|
|
140699
141097
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
140700
141098
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -140715,112 +141113,137 @@ var _ref$4 = (cov_7xzegtncw().s[0]++, neetoui.Dropdown),
|
|
|
140715
141113
|
cov_7xzegtncw().s[1]++;
|
|
140716
141114
|
var LinkOption = function LinkOption(_ref2) {
|
|
140717
141115
|
var editor = _ref2.editor,
|
|
140718
|
-
tooltipContent = _ref2.tooltipContent
|
|
141116
|
+
tooltipContent = _ref2.tooltipContent,
|
|
141117
|
+
menuRef = _ref2.menuRef;
|
|
140719
141118
|
cov_7xzegtncw().f[0]++;
|
|
140720
|
-
var _ref3 = (cov_7xzegtncw().s[2]++,
|
|
140721
|
-
|
|
140722
|
-
|
|
140723
|
-
|
|
140724
|
-
|
|
140725
|
-
|
|
140726
|
-
|
|
140727
|
-
|
|
140728
|
-
|
|
140729
|
-
|
|
140730
|
-
|
|
140731
|
-
|
|
140732
|
-
|
|
140733
|
-
|
|
140734
|
-
var
|
|
140735
|
-
cov_7xzegtncw().s[7]
|
|
140736
|
-
|
|
141119
|
+
var _ref3 = (cov_7xzegtncw().s[2]++, React$6.useState("")),
|
|
141120
|
+
_ref4 = _slicedToArray(_ref3, 2),
|
|
141121
|
+
error = _ref4[0],
|
|
141122
|
+
setError = _ref4[1];
|
|
141123
|
+
var _ref5 = (cov_7xzegtncw().s[3]++, React$6.useState("")),
|
|
141124
|
+
_ref6 = _slicedToArray(_ref5, 2),
|
|
141125
|
+
urlString = _ref6[0],
|
|
141126
|
+
setUrlString = _ref6[1];
|
|
141127
|
+
var _ref7 = (cov_7xzegtncw().s[4]++, React$6.useState(false)),
|
|
141128
|
+
_ref8 = _slicedToArray(_ref7, 2),
|
|
141129
|
+
isOpen = _ref8[0],
|
|
141130
|
+
setIsOpen = _ref8[1];
|
|
141131
|
+
var _ref9 = (cov_7xzegtncw().s[5]++, useTranslation()),
|
|
141132
|
+
t = _ref9.t;
|
|
141133
|
+
var linkOptionRef = (cov_7xzegtncw().s[6]++, React$6.useRef(null));
|
|
141134
|
+
var isActive = (cov_7xzegtncw().s[7]++, editor.isActive("link"));
|
|
141135
|
+
cov_7xzegtncw().s[8]++;
|
|
141136
|
+
var handleDropDownClick = function handleDropDownClick() {
|
|
140737
141137
|
cov_7xzegtncw().f[1]++;
|
|
140738
|
-
cov_7xzegtncw().s[8]++;
|
|
140739
|
-
setIsOpen(false);
|
|
140740
141138
|
cov_7xzegtncw().s[9]++;
|
|
140741
|
-
setUrlString("");
|
|
141139
|
+
setUrlString(editor.getAttributes("link").href);
|
|
140742
141140
|
cov_7xzegtncw().s[10]++;
|
|
141141
|
+
setIsOpen(function (open) {
|
|
141142
|
+
cov_7xzegtncw().f[2]++;
|
|
141143
|
+
cov_7xzegtncw().s[11]++;
|
|
141144
|
+
return !open;
|
|
141145
|
+
});
|
|
141146
|
+
};
|
|
141147
|
+
cov_7xzegtncw().s[12]++;
|
|
141148
|
+
var handleClose = function handleClose() {
|
|
141149
|
+
cov_7xzegtncw().f[3]++;
|
|
141150
|
+
cov_7xzegtncw().s[13]++;
|
|
141151
|
+
setIsOpen(false);
|
|
141152
|
+
cov_7xzegtncw().s[14]++;
|
|
141153
|
+
setUrlString("");
|
|
141154
|
+
cov_7xzegtncw().s[15]++;
|
|
140743
141155
|
setError("");
|
|
140744
141156
|
};
|
|
140745
|
-
cov_7xzegtncw().s[
|
|
141157
|
+
cov_7xzegtncw().s[16]++;
|
|
140746
141158
|
var handleKeyDown = function handleKeyDown(event) {
|
|
140747
|
-
cov_7xzegtncw().f[
|
|
140748
|
-
cov_7xzegtncw().s[
|
|
141159
|
+
cov_7xzegtncw().f[4]++;
|
|
141160
|
+
cov_7xzegtncw().s[17]++;
|
|
140749
141161
|
if (event.key === "Escape") {
|
|
140750
141162
|
cov_7xzegtncw().b[0][0]++;
|
|
140751
|
-
cov_7xzegtncw().s[
|
|
141163
|
+
cov_7xzegtncw().s[18]++;
|
|
140752
141164
|
handleClose();
|
|
140753
141165
|
} else {
|
|
140754
141166
|
cov_7xzegtncw().b[0][1]++;
|
|
140755
|
-
cov_7xzegtncw().s[
|
|
141167
|
+
cov_7xzegtncw().s[19]++;
|
|
140756
141168
|
if (event.key === "Enter") {
|
|
140757
141169
|
cov_7xzegtncw().b[1][0]++;
|
|
140758
|
-
cov_7xzegtncw().s[
|
|
141170
|
+
cov_7xzegtncw().s[20]++;
|
|
140759
141171
|
handleLink();
|
|
140760
141172
|
} else {
|
|
140761
141173
|
cov_7xzegtncw().b[1][1]++;
|
|
140762
141174
|
}
|
|
140763
141175
|
}
|
|
140764
141176
|
};
|
|
140765
|
-
cov_7xzegtncw().s[
|
|
140766
|
-
var handleDropDownClick = function handleDropDownClick() {
|
|
140767
|
-
cov_7xzegtncw().f[3]++;
|
|
140768
|
-
cov_7xzegtncw().s[17]++;
|
|
140769
|
-
setUrlString(editor.getAttributes("link").href);
|
|
140770
|
-
cov_7xzegtncw().s[18]++;
|
|
140771
|
-
setIsOpen(function (open) {
|
|
140772
|
-
cov_7xzegtncw().f[4]++;
|
|
140773
|
-
cov_7xzegtncw().s[19]++;
|
|
140774
|
-
return !open;
|
|
140775
|
-
});
|
|
140776
|
-
};
|
|
140777
|
-
cov_7xzegtncw().s[20]++;
|
|
141177
|
+
cov_7xzegtncw().s[21]++;
|
|
140778
141178
|
var handleLink = function handleLink() {
|
|
140779
141179
|
cov_7xzegtncw().f[5]++;
|
|
140780
|
-
cov_7xzegtncw().s[
|
|
141180
|
+
cov_7xzegtncw().s[22]++;
|
|
140781
141181
|
if (URL_REGEXP.test(urlString)) {
|
|
140782
141182
|
cov_7xzegtncw().b[2][0]++;
|
|
140783
|
-
cov_7xzegtncw().s[
|
|
141183
|
+
cov_7xzegtncw().s[23]++;
|
|
140784
141184
|
editor.chain().focus().extendMarkRange("link").setLink({
|
|
140785
141185
|
href: urlString
|
|
140786
141186
|
}).run();
|
|
140787
|
-
cov_7xzegtncw().s[
|
|
141187
|
+
cov_7xzegtncw().s[24]++;
|
|
140788
141188
|
handleClose();
|
|
140789
141189
|
} else {
|
|
140790
141190
|
cov_7xzegtncw().b[2][1]++;
|
|
140791
|
-
cov_7xzegtncw().s[
|
|
141191
|
+
cov_7xzegtncw().s[25]++;
|
|
140792
141192
|
setError(t("error.invalidUrl"));
|
|
140793
141193
|
}
|
|
140794
141194
|
};
|
|
140795
|
-
cov_7xzegtncw().s[
|
|
141195
|
+
cov_7xzegtncw().s[26]++;
|
|
140796
141196
|
var handleUnlink = function handleUnlink() {
|
|
140797
141197
|
cov_7xzegtncw().f[6]++;
|
|
140798
|
-
cov_7xzegtncw().s[26]++;
|
|
140799
|
-
editor.chain().focus().extendMarkRange("link").unsetLink().run();
|
|
140800
141198
|
cov_7xzegtncw().s[27]++;
|
|
140801
|
-
|
|
141199
|
+
editor.chain().focus().extendMarkRange("link").unsetLink().run();
|
|
140802
141200
|
cov_7xzegtncw().s[28]++;
|
|
141201
|
+
setUrlString("");
|
|
141202
|
+
cov_7xzegtncw().s[29]++;
|
|
140803
141203
|
handleClose();
|
|
140804
141204
|
};
|
|
140805
|
-
cov_7xzegtncw().s[
|
|
140806
|
-
|
|
141205
|
+
cov_7xzegtncw().s[30]++;
|
|
141206
|
+
var handleWidthChange = function handleWidthChange() {
|
|
141207
|
+
var _menuRef$current, _linkOptionRef$curren;
|
|
140807
141208
|
cov_7xzegtncw().f[7]++;
|
|
140808
|
-
cov_7xzegtncw().s[30]++;
|
|
140809
|
-
editor.commands.setHighlightInternal("#ACCEF7");
|
|
140810
141209
|
cov_7xzegtncw().s[31]++;
|
|
140811
|
-
if (!
|
|
141210
|
+
if (!linkOptionRef.current) {
|
|
140812
141211
|
cov_7xzegtncw().b[3][0]++;
|
|
140813
141212
|
cov_7xzegtncw().s[32]++;
|
|
141213
|
+
return;
|
|
141214
|
+
} else {
|
|
141215
|
+
cov_7xzegtncw().b[3][1]++;
|
|
141216
|
+
}
|
|
141217
|
+
cov_7xzegtncw().s[33]++;
|
|
141218
|
+
linkOptionRef.current.style.width = "auto";
|
|
141219
|
+
cov_7xzegtncw().s[34]++;
|
|
141220
|
+
linkOptionRef.current.style.width = "".concat(ramda.min(550, ramda.min(((_menuRef$current = menuRef.current) === null || _menuRef$current === void 0 ? void 0 : _menuRef$current.offsetWidth) * 0.5, (_linkOptionRef$curren = linkOptionRef.current) === null || _linkOptionRef$curren === void 0 ? void 0 : _linkOptionRef$curren.scrollWidth)), "px");
|
|
141221
|
+
};
|
|
141222
|
+
cov_7xzegtncw().s[35]++;
|
|
141223
|
+
React$6.useEffect(function () {
|
|
141224
|
+
cov_7xzegtncw().f[8]++;
|
|
141225
|
+
cov_7xzegtncw().s[36]++;
|
|
141226
|
+
editor.commands.setHighlightInternal("#ACCEF7");
|
|
141227
|
+
cov_7xzegtncw().s[37]++;
|
|
141228
|
+
if (!isOpen) {
|
|
141229
|
+
cov_7xzegtncw().b[4][0]++;
|
|
141230
|
+
cov_7xzegtncw().s[38]++;
|
|
140814
141231
|
editor.commands.unsetHighlightInternal();
|
|
140815
|
-
cov_7xzegtncw().s[
|
|
141232
|
+
cov_7xzegtncw().s[39]++;
|
|
140816
141233
|
editor.commands.removeEmptyTextStyle();
|
|
140817
141234
|
} else {
|
|
140818
|
-
cov_7xzegtncw().b[
|
|
141235
|
+
cov_7xzegtncw().b[4][1]++;
|
|
140819
141236
|
}
|
|
140820
|
-
}, [isOpen]);
|
|
140821
|
-
cov_7xzegtncw().s[
|
|
141237
|
+
}, [isOpen, editor]);
|
|
141238
|
+
cov_7xzegtncw().s[40]++;
|
|
141239
|
+
React$6.useEffect(function () {
|
|
141240
|
+
cov_7xzegtncw().f[9]++;
|
|
141241
|
+
cov_7xzegtncw().s[41]++;
|
|
141242
|
+
(cov_7xzegtncw().b[5][0]++, isOpen) && (cov_7xzegtncw().b[5][1]++, handleWidthChange());
|
|
141243
|
+
}, [linkOptionRef.current]);
|
|
141244
|
+
cov_7xzegtncw().s[42]++;
|
|
140822
141245
|
return /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, {
|
|
140823
|
-
buttonStyle: isActive ? (cov_7xzegtncw().b[
|
|
141246
|
+
buttonStyle: (cov_7xzegtncw().b[7][0]++, isOpen) || (cov_7xzegtncw().b[7][1]++, isActive) ? (cov_7xzegtncw().b[6][0]++, "secondary") : (cov_7xzegtncw().b[6][1]++, "text"),
|
|
140824
141247
|
closeOnSelect: false,
|
|
140825
141248
|
"data-cy": "neeto-editor-fixed-menu-link-option",
|
|
140826
141249
|
icon: neetoIcons.Link,
|
|
@@ -140841,27 +141264,31 @@ var LinkOption = function LinkOption(_ref2) {
|
|
|
140841
141264
|
onKeyDown: handleKeyDown
|
|
140842
141265
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Input, {
|
|
140843
141266
|
autoFocus: true,
|
|
141267
|
+
on: true,
|
|
140844
141268
|
"data-cy": "neeto-editor-fixed-menu-link-option-input",
|
|
140845
141269
|
error: error,
|
|
140846
141270
|
name: "url",
|
|
140847
141271
|
placeholder: t("placeholders.url"),
|
|
141272
|
+
ref: linkOptionRef,
|
|
140848
141273
|
value: urlString,
|
|
140849
|
-
onChange: function onChange(_ref10) {
|
|
140850
|
-
var value = _ref10.target.value;
|
|
140851
|
-
cov_7xzegtncw().f[8]++;
|
|
140852
|
-
cov_7xzegtncw().s[35]++;
|
|
140853
|
-
return setUrlString(value);
|
|
140854
|
-
},
|
|
140855
141274
|
onFocus: function onFocus() {
|
|
140856
|
-
cov_7xzegtncw().f[
|
|
140857
|
-
cov_7xzegtncw().s[
|
|
141275
|
+
cov_7xzegtncw().f[10]++;
|
|
141276
|
+
cov_7xzegtncw().s[43]++;
|
|
140858
141277
|
return setError("");
|
|
141278
|
+
},
|
|
141279
|
+
onChange: function onChange(_ref10) {
|
|
141280
|
+
var value = _ref10.target.value;
|
|
141281
|
+
cov_7xzegtncw().f[11]++;
|
|
141282
|
+
cov_7xzegtncw().s[44]++;
|
|
141283
|
+
setUrlString(value);
|
|
141284
|
+
cov_7xzegtncw().s[45]++;
|
|
141285
|
+
handleWidthChange();
|
|
140859
141286
|
}
|
|
140860
141287
|
}), /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
140861
141288
|
"data-cy": "neeto-editor-fixed-menu-link-option-link-button",
|
|
140862
141289
|
label: t("menu.link"),
|
|
140863
141290
|
onClick: handleLink
|
|
140864
|
-
}), (cov_7xzegtncw().b[
|
|
141291
|
+
}), (cov_7xzegtncw().b[8][0]++, isActive) && (cov_7xzegtncw().b[8][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
140865
141292
|
"data-cy": "neeto-editor-fixed-menu-link-option-unlink-button",
|
|
140866
141293
|
label: t("common.unlink"),
|
|
140867
141294
|
style: "text",
|
|
@@ -141542,7 +141969,7 @@ var TableOption = function TableOption(_ref2) {
|
|
|
141542
141969
|
|
|
141543
141970
|
function cov_2dwl7m23tl() {
|
|
141544
141971
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/index.jsx";
|
|
141545
|
-
var hash = "
|
|
141972
|
+
var hash = "686b136ba45e38a07e90fc1b7aef8a6c685d05d4";
|
|
141546
141973
|
var global = new Function("return this")();
|
|
141547
141974
|
var gcv = "__coverage__";
|
|
141548
141975
|
var coverageData = {
|
|
@@ -141554,7 +141981,7 @@ function cov_2dwl7m23tl() {
|
|
|
141554
141981
|
column: 14
|
|
141555
141982
|
},
|
|
141556
141983
|
end: {
|
|
141557
|
-
line:
|
|
141984
|
+
line: 263,
|
|
141558
141985
|
column: 1
|
|
141559
141986
|
}
|
|
141560
141987
|
},
|
|
@@ -141974,27 +142401,27 @@ function cov_2dwl7m23tl() {
|
|
|
141974
142401
|
column: 2
|
|
141975
142402
|
},
|
|
141976
142403
|
end: {
|
|
141977
|
-
line:
|
|
142404
|
+
line: 262,
|
|
141978
142405
|
column: 4
|
|
141979
142406
|
}
|
|
141980
142407
|
},
|
|
141981
142408
|
"43": {
|
|
141982
142409
|
start: {
|
|
141983
|
-
line:
|
|
141984
|
-
column:
|
|
142410
|
+
line: 204,
|
|
142411
|
+
column: 20
|
|
141985
142412
|
},
|
|
141986
142413
|
end: {
|
|
141987
|
-
line:
|
|
141988
|
-
column:
|
|
142414
|
+
line: 204,
|
|
142415
|
+
column: 68
|
|
141989
142416
|
}
|
|
141990
142417
|
},
|
|
141991
142418
|
"44": {
|
|
141992
142419
|
start: {
|
|
141993
|
-
line:
|
|
142420
|
+
line: 240,
|
|
141994
142421
|
column: 27
|
|
141995
142422
|
},
|
|
141996
142423
|
end: {
|
|
141997
|
-
line:
|
|
142424
|
+
line: 240,
|
|
141998
142425
|
column: 49
|
|
141999
142426
|
}
|
|
142000
142427
|
}
|
|
@@ -142018,7 +142445,7 @@ function cov_2dwl7m23tl() {
|
|
|
142018
142445
|
column: 6
|
|
142019
142446
|
},
|
|
142020
142447
|
end: {
|
|
142021
|
-
line:
|
|
142448
|
+
line: 263,
|
|
142022
142449
|
column: 1
|
|
142023
142450
|
}
|
|
142024
142451
|
},
|
|
@@ -142292,49 +142719,49 @@ function cov_2dwl7m23tl() {
|
|
|
142292
142719
|
name: "(anonymous_12)",
|
|
142293
142720
|
decl: {
|
|
142294
142721
|
start: {
|
|
142295
|
-
line:
|
|
142296
|
-
column:
|
|
142722
|
+
line: 203,
|
|
142723
|
+
column: 27
|
|
142297
142724
|
},
|
|
142298
142725
|
end: {
|
|
142299
|
-
line:
|
|
142300
|
-
column:
|
|
142726
|
+
line: 203,
|
|
142727
|
+
column: 28
|
|
142301
142728
|
}
|
|
142302
142729
|
},
|
|
142303
142730
|
loc: {
|
|
142304
142731
|
start: {
|
|
142305
|
-
line:
|
|
142306
|
-
column:
|
|
142732
|
+
line: 204,
|
|
142733
|
+
column: 20
|
|
142307
142734
|
},
|
|
142308
142735
|
end: {
|
|
142309
|
-
line:
|
|
142310
|
-
column:
|
|
142736
|
+
line: 204,
|
|
142737
|
+
column: 68
|
|
142311
142738
|
}
|
|
142312
142739
|
},
|
|
142313
|
-
line:
|
|
142740
|
+
line: 204
|
|
142314
142741
|
},
|
|
142315
142742
|
"13": {
|
|
142316
142743
|
name: "(anonymous_13)",
|
|
142317
142744
|
decl: {
|
|
142318
142745
|
start: {
|
|
142319
|
-
line:
|
|
142746
|
+
line: 240,
|
|
142320
142747
|
column: 21
|
|
142321
142748
|
},
|
|
142322
142749
|
end: {
|
|
142323
|
-
line:
|
|
142750
|
+
line: 240,
|
|
142324
142751
|
column: 22
|
|
142325
142752
|
}
|
|
142326
142753
|
},
|
|
142327
142754
|
loc: {
|
|
142328
142755
|
start: {
|
|
142329
|
-
line:
|
|
142756
|
+
line: 240,
|
|
142330
142757
|
column: 27
|
|
142331
142758
|
},
|
|
142332
142759
|
end: {
|
|
142333
|
-
line:
|
|
142760
|
+
line: 240,
|
|
142334
142761
|
column: 49
|
|
142335
142762
|
}
|
|
142336
142763
|
},
|
|
142337
|
-
line:
|
|
142764
|
+
line: 240
|
|
142338
142765
|
}
|
|
142339
142766
|
},
|
|
142340
142767
|
branchMap: {
|
|
@@ -142716,605 +143143,605 @@ function cov_2dwl7m23tl() {
|
|
|
142716
143143
|
"13": {
|
|
142717
143144
|
loc: {
|
|
142718
143145
|
start: {
|
|
142719
|
-
line:
|
|
142720
|
-
column:
|
|
143146
|
+
line: 147,
|
|
143147
|
+
column: 28
|
|
142721
143148
|
},
|
|
142722
143149
|
end: {
|
|
142723
|
-
line:
|
|
142724
|
-
column:
|
|
143150
|
+
line: 147,
|
|
143151
|
+
column: 61
|
|
142725
143152
|
}
|
|
142726
143153
|
},
|
|
142727
143154
|
type: "binary-expr",
|
|
142728
143155
|
locations: [{
|
|
142729
143156
|
start: {
|
|
142730
|
-
line:
|
|
142731
|
-
column:
|
|
143157
|
+
line: 147,
|
|
143158
|
+
column: 28
|
|
142732
143159
|
},
|
|
142733
143160
|
end: {
|
|
142734
|
-
line:
|
|
142735
|
-
column:
|
|
143161
|
+
line: 147,
|
|
143162
|
+
column: 42
|
|
142736
143163
|
}
|
|
142737
143164
|
}, {
|
|
142738
143165
|
start: {
|
|
142739
|
-
line:
|
|
142740
|
-
column:
|
|
143166
|
+
line: 147,
|
|
143167
|
+
column: 46
|
|
142741
143168
|
},
|
|
142742
143169
|
end: {
|
|
142743
|
-
line:
|
|
142744
|
-
column:
|
|
143170
|
+
line: 147,
|
|
143171
|
+
column: 61
|
|
142745
143172
|
}
|
|
142746
143173
|
}],
|
|
142747
|
-
line:
|
|
143174
|
+
line: 147
|
|
142748
143175
|
},
|
|
142749
143176
|
"14": {
|
|
142750
143177
|
loc: {
|
|
142751
143178
|
start: {
|
|
142752
|
-
line:
|
|
143179
|
+
line: 151,
|
|
142753
143180
|
column: 9
|
|
142754
143181
|
},
|
|
142755
143182
|
end: {
|
|
142756
|
-
line:
|
|
143183
|
+
line: 229,
|
|
142757
143184
|
column: 9
|
|
142758
143185
|
}
|
|
142759
143186
|
},
|
|
142760
143187
|
type: "binary-expr",
|
|
142761
143188
|
locations: [{
|
|
142762
143189
|
start: {
|
|
142763
|
-
line:
|
|
143190
|
+
line: 151,
|
|
142764
143191
|
column: 10
|
|
142765
143192
|
},
|
|
142766
143193
|
end: {
|
|
142767
|
-
line:
|
|
143194
|
+
line: 151,
|
|
142768
143195
|
column: 24
|
|
142769
143196
|
}
|
|
142770
143197
|
}, {
|
|
142771
143198
|
start: {
|
|
142772
|
-
line:
|
|
143199
|
+
line: 151,
|
|
142773
143200
|
column: 28
|
|
142774
143201
|
},
|
|
142775
143202
|
end: {
|
|
142776
|
-
line:
|
|
143203
|
+
line: 151,
|
|
142777
143204
|
column: 50
|
|
142778
143205
|
}
|
|
142779
143206
|
}, {
|
|
142780
143207
|
start: {
|
|
142781
|
-
line:
|
|
143208
|
+
line: 152,
|
|
142782
143209
|
column: 10
|
|
142783
143210
|
},
|
|
142784
143211
|
end: {
|
|
142785
|
-
line:
|
|
143212
|
+
line: 228,
|
|
142786
143213
|
column: 16
|
|
142787
143214
|
}
|
|
142788
143215
|
}],
|
|
142789
|
-
line:
|
|
143216
|
+
line: 151
|
|
142790
143217
|
},
|
|
142791
143218
|
"15": {
|
|
142792
143219
|
loc: {
|
|
142793
143220
|
start: {
|
|
142794
|
-
line:
|
|
142795
|
-
column:
|
|
143221
|
+
line: 170,
|
|
143222
|
+
column: 15
|
|
142796
143223
|
},
|
|
142797
143224
|
end: {
|
|
142798
|
-
line:
|
|
142799
|
-
column:
|
|
143225
|
+
line: 176,
|
|
143226
|
+
column: 15
|
|
142800
143227
|
}
|
|
142801
143228
|
},
|
|
142802
143229
|
type: "binary-expr",
|
|
142803
143230
|
locations: [{
|
|
142804
143231
|
start: {
|
|
142805
|
-
line:
|
|
142806
|
-
column:
|
|
143232
|
+
line: 170,
|
|
143233
|
+
column: 15
|
|
142807
143234
|
},
|
|
142808
143235
|
end: {
|
|
142809
|
-
line:
|
|
142810
|
-
column:
|
|
143236
|
+
line: 170,
|
|
143237
|
+
column: 27
|
|
142811
143238
|
}
|
|
142812
143239
|
}, {
|
|
142813
143240
|
start: {
|
|
142814
|
-
line:
|
|
142815
|
-
column:
|
|
143241
|
+
line: 171,
|
|
143242
|
+
column: 16
|
|
142816
143243
|
},
|
|
142817
143244
|
end: {
|
|
142818
|
-
line:
|
|
142819
|
-
column:
|
|
143245
|
+
line: 175,
|
|
143246
|
+
column: 18
|
|
142820
143247
|
}
|
|
142821
143248
|
}],
|
|
142822
|
-
line:
|
|
143249
|
+
line: 170
|
|
142823
143250
|
},
|
|
142824
143251
|
"16": {
|
|
142825
143252
|
loc: {
|
|
142826
143253
|
start: {
|
|
142827
|
-
line:
|
|
142828
|
-
column:
|
|
143254
|
+
line: 174,
|
|
143255
|
+
column: 34
|
|
142829
143256
|
},
|
|
142830
143257
|
end: {
|
|
142831
|
-
line:
|
|
142832
|
-
column:
|
|
143258
|
+
line: 174,
|
|
143259
|
+
column: 65
|
|
142833
143260
|
}
|
|
142834
143261
|
},
|
|
142835
143262
|
type: "binary-expr",
|
|
142836
143263
|
locations: [{
|
|
142837
143264
|
start: {
|
|
142838
|
-
line:
|
|
142839
|
-
column:
|
|
143265
|
+
line: 174,
|
|
143266
|
+
column: 34
|
|
142840
143267
|
},
|
|
142841
143268
|
end: {
|
|
142842
|
-
line:
|
|
142843
|
-
column:
|
|
143269
|
+
line: 174,
|
|
143270
|
+
column: 47
|
|
142844
143271
|
}
|
|
142845
143272
|
}, {
|
|
142846
143273
|
start: {
|
|
142847
|
-
line:
|
|
142848
|
-
column:
|
|
143274
|
+
line: 174,
|
|
143275
|
+
column: 51
|
|
142849
143276
|
},
|
|
142850
143277
|
end: {
|
|
142851
|
-
line:
|
|
142852
|
-
column:
|
|
143278
|
+
line: 174,
|
|
143279
|
+
column: 65
|
|
142853
143280
|
}
|
|
142854
143281
|
}],
|
|
142855
|
-
line:
|
|
143282
|
+
line: 174
|
|
142856
143283
|
},
|
|
142857
143284
|
"17": {
|
|
142858
143285
|
loc: {
|
|
142859
143286
|
start: {
|
|
142860
|
-
line:
|
|
142861
|
-
column:
|
|
143287
|
+
line: 177,
|
|
143288
|
+
column: 15
|
|
142862
143289
|
},
|
|
142863
143290
|
end: {
|
|
142864
|
-
line:
|
|
142865
|
-
column:
|
|
143291
|
+
line: 182,
|
|
143292
|
+
column: 15
|
|
142866
143293
|
}
|
|
142867
143294
|
},
|
|
142868
143295
|
type: "binary-expr",
|
|
142869
143296
|
locations: [{
|
|
142870
143297
|
start: {
|
|
142871
|
-
line:
|
|
142872
|
-
column:
|
|
143298
|
+
line: 177,
|
|
143299
|
+
column: 15
|
|
142873
143300
|
},
|
|
142874
143301
|
end: {
|
|
142875
|
-
line:
|
|
142876
|
-
column:
|
|
143302
|
+
line: 177,
|
|
143303
|
+
column: 28
|
|
142877
143304
|
}
|
|
142878
143305
|
}, {
|
|
142879
143306
|
start: {
|
|
142880
|
-
line:
|
|
142881
|
-
column:
|
|
143307
|
+
line: 178,
|
|
143308
|
+
column: 16
|
|
142882
143309
|
},
|
|
142883
143310
|
end: {
|
|
142884
|
-
line:
|
|
142885
|
-
column:
|
|
143311
|
+
line: 181,
|
|
143312
|
+
column: 18
|
|
142886
143313
|
}
|
|
142887
143314
|
}],
|
|
142888
|
-
line:
|
|
143315
|
+
line: 177
|
|
142889
143316
|
},
|
|
142890
143317
|
"18": {
|
|
142891
143318
|
loc: {
|
|
142892
143319
|
start: {
|
|
142893
|
-
line:
|
|
142894
|
-
column:
|
|
143320
|
+
line: 180,
|
|
143321
|
+
column: 34
|
|
142895
143322
|
},
|
|
142896
143323
|
end: {
|
|
142897
|
-
line:
|
|
142898
|
-
column:
|
|
143324
|
+
line: 180,
|
|
143325
|
+
column: 67
|
|
142899
143326
|
}
|
|
142900
143327
|
},
|
|
142901
143328
|
type: "binary-expr",
|
|
142902
143329
|
locations: [{
|
|
142903
143330
|
start: {
|
|
142904
|
-
line:
|
|
142905
|
-
column:
|
|
143331
|
+
line: 180,
|
|
143332
|
+
column: 34
|
|
142906
143333
|
},
|
|
142907
143334
|
end: {
|
|
142908
|
-
line:
|
|
142909
|
-
column:
|
|
143335
|
+
line: 180,
|
|
143336
|
+
column: 48
|
|
142910
143337
|
}
|
|
142911
143338
|
}, {
|
|
142912
143339
|
start: {
|
|
142913
|
-
line:
|
|
142914
|
-
column:
|
|
143340
|
+
line: 180,
|
|
143341
|
+
column: 52
|
|
142915
143342
|
},
|
|
142916
143343
|
end: {
|
|
142917
|
-
line:
|
|
142918
|
-
column:
|
|
143344
|
+
line: 180,
|
|
143345
|
+
column: 67
|
|
142919
143346
|
}
|
|
142920
143347
|
}],
|
|
142921
|
-
line:
|
|
143348
|
+
line: 180
|
|
142922
143349
|
},
|
|
142923
143350
|
"19": {
|
|
142924
143351
|
loc: {
|
|
142925
143352
|
start: {
|
|
142926
|
-
line:
|
|
142927
|
-
column:
|
|
143353
|
+
line: 184,
|
|
143354
|
+
column: 15
|
|
142928
143355
|
},
|
|
142929
143356
|
end: {
|
|
142930
|
-
line:
|
|
142931
|
-
column:
|
|
143357
|
+
line: 189,
|
|
143358
|
+
column: 15
|
|
142932
143359
|
}
|
|
142933
143360
|
},
|
|
142934
143361
|
type: "binary-expr",
|
|
142935
143362
|
locations: [{
|
|
142936
143363
|
start: {
|
|
142937
|
-
line:
|
|
142938
|
-
column:
|
|
143364
|
+
line: 184,
|
|
143365
|
+
column: 15
|
|
142939
143366
|
},
|
|
142940
143367
|
end: {
|
|
142941
|
-
line:
|
|
142942
|
-
column:
|
|
143368
|
+
line: 184,
|
|
143369
|
+
column: 38
|
|
142943
143370
|
}
|
|
142944
143371
|
}, {
|
|
142945
143372
|
start: {
|
|
142946
|
-
line:
|
|
142947
|
-
column:
|
|
143373
|
+
line: 185,
|
|
143374
|
+
column: 16
|
|
142948
143375
|
},
|
|
142949
143376
|
end: {
|
|
142950
|
-
line:
|
|
142951
|
-
column:
|
|
143377
|
+
line: 188,
|
|
143378
|
+
column: 18
|
|
142952
143379
|
}
|
|
142953
143380
|
}],
|
|
142954
|
-
line:
|
|
143381
|
+
line: 184
|
|
142955
143382
|
},
|
|
142956
143383
|
"20": {
|
|
142957
143384
|
loc: {
|
|
142958
143385
|
start: {
|
|
142959
|
-
line:
|
|
142960
|
-
column:
|
|
143386
|
+
line: 187,
|
|
143387
|
+
column: 34
|
|
142961
143388
|
},
|
|
142962
143389
|
end: {
|
|
142963
|
-
line:
|
|
142964
|
-
column:
|
|
143390
|
+
line: 187,
|
|
143391
|
+
column: 75
|
|
142965
143392
|
}
|
|
142966
143393
|
},
|
|
142967
143394
|
type: "binary-expr",
|
|
142968
143395
|
locations: [{
|
|
142969
143396
|
start: {
|
|
142970
|
-
line:
|
|
142971
|
-
column:
|
|
143397
|
+
line: 187,
|
|
143398
|
+
column: 34
|
|
142972
143399
|
},
|
|
142973
143400
|
end: {
|
|
142974
|
-
line:
|
|
142975
|
-
column:
|
|
143401
|
+
line: 187,
|
|
143402
|
+
column: 52
|
|
142976
143403
|
}
|
|
142977
143404
|
}, {
|
|
142978
143405
|
start: {
|
|
142979
|
-
line:
|
|
142980
|
-
column:
|
|
143406
|
+
line: 187,
|
|
143407
|
+
column: 56
|
|
142981
143408
|
},
|
|
142982
143409
|
end: {
|
|
142983
|
-
line:
|
|
142984
|
-
column:
|
|
143410
|
+
line: 187,
|
|
143411
|
+
column: 75
|
|
142985
143412
|
}
|
|
142986
143413
|
}],
|
|
142987
|
-
line:
|
|
143414
|
+
line: 187
|
|
142988
143415
|
},
|
|
142989
143416
|
"21": {
|
|
142990
143417
|
loc: {
|
|
142991
143418
|
start: {
|
|
142992
|
-
line:
|
|
142993
|
-
column:
|
|
143419
|
+
line: 190,
|
|
143420
|
+
column: 15
|
|
142994
143421
|
},
|
|
142995
143422
|
end: {
|
|
142996
|
-
line:
|
|
142997
|
-
column:
|
|
143423
|
+
line: 197,
|
|
143424
|
+
column: 15
|
|
142998
143425
|
}
|
|
142999
143426
|
},
|
|
143000
143427
|
type: "binary-expr",
|
|
143001
143428
|
locations: [{
|
|
143002
143429
|
start: {
|
|
143003
|
-
line:
|
|
143004
|
-
column:
|
|
143430
|
+
line: 190,
|
|
143431
|
+
column: 15
|
|
143005
143432
|
},
|
|
143006
143433
|
end: {
|
|
143007
|
-
line:
|
|
143008
|
-
column:
|
|
143434
|
+
line: 190,
|
|
143435
|
+
column: 28
|
|
143009
143436
|
}
|
|
143010
143437
|
}, {
|
|
143011
143438
|
start: {
|
|
143012
|
-
line:
|
|
143013
|
-
column:
|
|
143439
|
+
line: 191,
|
|
143440
|
+
column: 16
|
|
143014
143441
|
},
|
|
143015
143442
|
end: {
|
|
143016
|
-
line:
|
|
143017
|
-
column:
|
|
143443
|
+
line: 196,
|
|
143444
|
+
column: 18
|
|
143018
143445
|
}
|
|
143019
143446
|
}],
|
|
143020
|
-
line:
|
|
143447
|
+
line: 190
|
|
143021
143448
|
},
|
|
143022
143449
|
"22": {
|
|
143023
143450
|
loc: {
|
|
143024
143451
|
start: {
|
|
143025
|
-
line:
|
|
143026
|
-
column:
|
|
143452
|
+
line: 195,
|
|
143453
|
+
column: 34
|
|
143027
143454
|
},
|
|
143028
143455
|
end: {
|
|
143029
|
-
line:
|
|
143030
|
-
column:
|
|
143456
|
+
line: 195,
|
|
143457
|
+
column: 67
|
|
143031
143458
|
}
|
|
143032
143459
|
},
|
|
143033
143460
|
type: "binary-expr",
|
|
143034
143461
|
locations: [{
|
|
143035
143462
|
start: {
|
|
143036
|
-
line:
|
|
143037
|
-
column:
|
|
143463
|
+
line: 195,
|
|
143464
|
+
column: 34
|
|
143038
143465
|
},
|
|
143039
143466
|
end: {
|
|
143040
|
-
line:
|
|
143041
|
-
column:
|
|
143467
|
+
line: 195,
|
|
143468
|
+
column: 48
|
|
143042
143469
|
}
|
|
143043
143470
|
}, {
|
|
143044
143471
|
start: {
|
|
143045
|
-
line:
|
|
143046
|
-
column:
|
|
143472
|
+
line: 195,
|
|
143473
|
+
column: 52
|
|
143047
143474
|
},
|
|
143048
143475
|
end: {
|
|
143049
|
-
line:
|
|
143050
|
-
column:
|
|
143476
|
+
line: 195,
|
|
143477
|
+
column: 67
|
|
143051
143478
|
}
|
|
143052
143479
|
}],
|
|
143053
|
-
line:
|
|
143480
|
+
line: 195
|
|
143054
143481
|
},
|
|
143055
143482
|
"23": {
|
|
143056
143483
|
loc: {
|
|
143057
143484
|
start: {
|
|
143058
|
-
line:
|
|
143059
|
-
column:
|
|
143485
|
+
line: 198,
|
|
143486
|
+
column: 15
|
|
143060
143487
|
},
|
|
143061
143488
|
end: {
|
|
143062
|
-
line:
|
|
143063
|
-
column:
|
|
143489
|
+
line: 207,
|
|
143490
|
+
column: 15
|
|
143064
143491
|
}
|
|
143065
143492
|
},
|
|
143066
143493
|
type: "binary-expr",
|
|
143067
143494
|
locations: [{
|
|
143068
143495
|
start: {
|
|
143069
|
-
line:
|
|
143070
|
-
column:
|
|
143496
|
+
line: 198,
|
|
143497
|
+
column: 15
|
|
143071
143498
|
},
|
|
143072
143499
|
end: {
|
|
143073
|
-
line:
|
|
143074
|
-
column:
|
|
143500
|
+
line: 198,
|
|
143501
|
+
column: 36
|
|
143075
143502
|
}
|
|
143076
143503
|
}, {
|
|
143077
143504
|
start: {
|
|
143078
|
-
line:
|
|
143079
|
-
column:
|
|
143505
|
+
line: 199,
|
|
143506
|
+
column: 16
|
|
143080
143507
|
},
|
|
143081
143508
|
end: {
|
|
143082
|
-
line:
|
|
143083
|
-
column:
|
|
143509
|
+
line: 206,
|
|
143510
|
+
column: 18
|
|
143084
143511
|
}
|
|
143085
143512
|
}],
|
|
143086
|
-
line:
|
|
143513
|
+
line: 198
|
|
143087
143514
|
},
|
|
143088
143515
|
"24": {
|
|
143089
143516
|
loc: {
|
|
143090
143517
|
start: {
|
|
143091
|
-
line:
|
|
143092
|
-
column:
|
|
143518
|
+
line: 208,
|
|
143519
|
+
column: 15
|
|
143093
143520
|
},
|
|
143094
143521
|
end: {
|
|
143095
|
-
line:
|
|
143096
|
-
column:
|
|
143522
|
+
line: 214,
|
|
143523
|
+
column: 15
|
|
143097
143524
|
}
|
|
143098
143525
|
},
|
|
143099
143526
|
type: "binary-expr",
|
|
143100
143527
|
locations: [{
|
|
143101
143528
|
start: {
|
|
143102
|
-
line:
|
|
143103
|
-
column:
|
|
143529
|
+
line: 208,
|
|
143530
|
+
column: 15
|
|
143104
143531
|
},
|
|
143105
143532
|
end: {
|
|
143106
|
-
line:
|
|
143107
|
-
column:
|
|
143533
|
+
line: 208,
|
|
143534
|
+
column: 34
|
|
143108
143535
|
}
|
|
143109
143536
|
}, {
|
|
143110
143537
|
start: {
|
|
143111
|
-
line:
|
|
143112
|
-
column:
|
|
143538
|
+
line: 209,
|
|
143539
|
+
column: 16
|
|
143113
143540
|
},
|
|
143114
143541
|
end: {
|
|
143115
|
-
line:
|
|
143116
|
-
column:
|
|
143542
|
+
line: 213,
|
|
143543
|
+
column: 18
|
|
143117
143544
|
}
|
|
143118
143545
|
}],
|
|
143119
|
-
line:
|
|
143546
|
+
line: 208
|
|
143120
143547
|
},
|
|
143121
143548
|
"25": {
|
|
143122
143549
|
loc: {
|
|
143123
143550
|
start: {
|
|
143124
|
-
line:
|
|
143125
|
-
column:
|
|
143551
|
+
line: 218,
|
|
143552
|
+
column: 32
|
|
143126
143553
|
},
|
|
143127
143554
|
end: {
|
|
143128
|
-
line:
|
|
143129
|
-
column:
|
|
143555
|
+
line: 218,
|
|
143556
|
+
column: 69
|
|
143130
143557
|
}
|
|
143131
143558
|
},
|
|
143132
143559
|
type: "binary-expr",
|
|
143133
143560
|
locations: [{
|
|
143134
143561
|
start: {
|
|
143135
|
-
line:
|
|
143136
|
-
column:
|
|
143562
|
+
line: 218,
|
|
143563
|
+
column: 32
|
|
143137
143564
|
},
|
|
143138
143565
|
end: {
|
|
143139
|
-
line:
|
|
143140
|
-
column:
|
|
143566
|
+
line: 218,
|
|
143567
|
+
column: 48
|
|
143141
143568
|
}
|
|
143142
143569
|
}, {
|
|
143143
143570
|
start: {
|
|
143144
|
-
line:
|
|
143145
|
-
column:
|
|
143571
|
+
line: 218,
|
|
143572
|
+
column: 52
|
|
143146
143573
|
},
|
|
143147
143574
|
end: {
|
|
143148
|
-
line:
|
|
143149
|
-
column:
|
|
143575
|
+
line: 218,
|
|
143576
|
+
column: 69
|
|
143150
143577
|
}
|
|
143151
143578
|
}],
|
|
143152
|
-
line:
|
|
143579
|
+
line: 218
|
|
143153
143580
|
},
|
|
143154
143581
|
"26": {
|
|
143155
143582
|
loc: {
|
|
143156
143583
|
start: {
|
|
143157
|
-
line:
|
|
143584
|
+
line: 222,
|
|
143158
143585
|
column: 13
|
|
143159
143586
|
},
|
|
143160
143587
|
end: {
|
|
143161
|
-
line:
|
|
143588
|
+
line: 226,
|
|
143162
143589
|
column: 13
|
|
143163
143590
|
}
|
|
143164
143591
|
},
|
|
143165
143592
|
type: "binary-expr",
|
|
143166
143593
|
locations: [{
|
|
143167
143594
|
start: {
|
|
143168
|
-
line:
|
|
143595
|
+
line: 222,
|
|
143169
143596
|
column: 13
|
|
143170
143597
|
},
|
|
143171
143598
|
end: {
|
|
143172
|
-
line:
|
|
143599
|
+
line: 222,
|
|
143173
143600
|
column: 37
|
|
143174
143601
|
}
|
|
143175
143602
|
}, {
|
|
143176
143603
|
start: {
|
|
143177
|
-
line:
|
|
143604
|
+
line: 223,
|
|
143178
143605
|
column: 14
|
|
143179
143606
|
},
|
|
143180
143607
|
end: {
|
|
143181
|
-
line:
|
|
143608
|
+
line: 225,
|
|
143182
143609
|
column: 20
|
|
143183
143610
|
}
|
|
143184
143611
|
}],
|
|
143185
|
-
line:
|
|
143612
|
+
line: 222
|
|
143186
143613
|
},
|
|
143187
143614
|
"27": {
|
|
143188
143615
|
loc: {
|
|
143189
143616
|
start: {
|
|
143190
|
-
line:
|
|
143617
|
+
line: 230,
|
|
143191
143618
|
column: 9
|
|
143192
143619
|
},
|
|
143193
143620
|
end: {
|
|
143194
|
-
line:
|
|
143621
|
+
line: 242,
|
|
143195
143622
|
column: 9
|
|
143196
143623
|
}
|
|
143197
143624
|
},
|
|
143198
143625
|
type: "binary-expr",
|
|
143199
143626
|
locations: [{
|
|
143200
143627
|
start: {
|
|
143201
|
-
line:
|
|
143628
|
+
line: 230,
|
|
143202
143629
|
column: 9
|
|
143203
143630
|
},
|
|
143204
143631
|
end: {
|
|
143205
|
-
line:
|
|
143632
|
+
line: 230,
|
|
143206
143633
|
column: 26
|
|
143207
143634
|
}
|
|
143208
143635
|
}, {
|
|
143209
143636
|
start: {
|
|
143210
|
-
line:
|
|
143637
|
+
line: 231,
|
|
143211
143638
|
column: 10
|
|
143212
143639
|
},
|
|
143213
143640
|
end: {
|
|
143214
|
-
line:
|
|
143641
|
+
line: 241,
|
|
143215
143642
|
column: 12
|
|
143216
143643
|
}
|
|
143217
143644
|
}],
|
|
143218
|
-
line:
|
|
143645
|
+
line: 230
|
|
143219
143646
|
},
|
|
143220
143647
|
"28": {
|
|
143221
143648
|
loc: {
|
|
143222
143649
|
start: {
|
|
143223
|
-
line:
|
|
143650
|
+
line: 234,
|
|
143224
143651
|
column: 18
|
|
143225
143652
|
},
|
|
143226
143653
|
end: {
|
|
143227
|
-
line:
|
|
143654
|
+
line: 234,
|
|
143228
143655
|
column: 47
|
|
143229
143656
|
}
|
|
143230
143657
|
},
|
|
143231
143658
|
type: "cond-expr",
|
|
143232
143659
|
locations: [{
|
|
143233
143660
|
start: {
|
|
143234
|
-
line:
|
|
143661
|
+
line: 234,
|
|
143235
143662
|
column: 35
|
|
143236
143663
|
},
|
|
143237
143664
|
end: {
|
|
143238
|
-
line:
|
|
143665
|
+
line: 234,
|
|
143239
143666
|
column: 39
|
|
143240
143667
|
}
|
|
143241
143668
|
}, {
|
|
143242
143669
|
start: {
|
|
143243
|
-
line:
|
|
143670
|
+
line: 234,
|
|
143244
143671
|
column: 42
|
|
143245
143672
|
},
|
|
143246
143673
|
end: {
|
|
143247
|
-
line:
|
|
143674
|
+
line: 234,
|
|
143248
143675
|
column: 47
|
|
143249
143676
|
}
|
|
143250
143677
|
}],
|
|
143251
|
-
line:
|
|
143678
|
+
line: 234
|
|
143252
143679
|
},
|
|
143253
143680
|
"29": {
|
|
143254
143681
|
loc: {
|
|
143255
143682
|
start: {
|
|
143256
|
-
line:
|
|
143683
|
+
line: 237,
|
|
143257
143684
|
column: 23
|
|
143258
143685
|
},
|
|
143259
143686
|
end: {
|
|
143260
|
-
line:
|
|
143687
|
+
line: 237,
|
|
143261
143688
|
column: 77
|
|
143262
143689
|
}
|
|
143263
143690
|
},
|
|
143264
143691
|
type: "cond-expr",
|
|
143265
143692
|
locations: [{
|
|
143266
143693
|
start: {
|
|
143267
|
-
line:
|
|
143694
|
+
line: 237,
|
|
143268
143695
|
column: 40
|
|
143269
143696
|
},
|
|
143270
143697
|
end: {
|
|
143271
|
-
line:
|
|
143698
|
+
line: 237,
|
|
143272
143699
|
column: 58
|
|
143273
143700
|
}
|
|
143274
143701
|
}, {
|
|
143275
143702
|
start: {
|
|
143276
|
-
line:
|
|
143703
|
+
line: 237,
|
|
143277
143704
|
column: 61
|
|
143278
143705
|
},
|
|
143279
143706
|
end: {
|
|
143280
|
-
line:
|
|
143707
|
+
line: 237,
|
|
143281
143708
|
column: 77
|
|
143282
143709
|
}
|
|
143283
143710
|
}],
|
|
143284
|
-
line:
|
|
143711
|
+
line: 237
|
|
143285
143712
|
},
|
|
143286
143713
|
"30": {
|
|
143287
143714
|
loc: {
|
|
143288
143715
|
start: {
|
|
143289
|
-
line:
|
|
143716
|
+
line: 244,
|
|
143290
143717
|
column: 7
|
|
143291
143718
|
},
|
|
143292
143719
|
end: {
|
|
143293
|
-
line:
|
|
143720
|
+
line: 260,
|
|
143294
143721
|
column: 7
|
|
143295
143722
|
}
|
|
143296
143723
|
},
|
|
143297
143724
|
type: "binary-expr",
|
|
143298
143725
|
locations: [{
|
|
143299
143726
|
start: {
|
|
143300
|
-
line:
|
|
143727
|
+
line: 244,
|
|
143301
143728
|
column: 7
|
|
143302
143729
|
},
|
|
143303
143730
|
end: {
|
|
143304
|
-
line:
|
|
143731
|
+
line: 244,
|
|
143305
143732
|
column: 26
|
|
143306
143733
|
}
|
|
143307
143734
|
}, {
|
|
143308
143735
|
start: {
|
|
143309
|
-
line:
|
|
143736
|
+
line: 245,
|
|
143310
143737
|
column: 8
|
|
143311
143738
|
},
|
|
143312
143739
|
end: {
|
|
143313
|
-
line:
|
|
143740
|
+
line: 259,
|
|
143314
143741
|
column: 14
|
|
143315
143742
|
}
|
|
143316
143743
|
}],
|
|
143317
|
-
line:
|
|
143744
|
+
line: 244
|
|
143318
143745
|
}
|
|
143319
143746
|
},
|
|
143320
143747
|
s: {
|
|
@@ -143414,7 +143841,7 @@ function cov_2dwl7m23tl() {
|
|
|
143414
143841
|
"30": [0, 0]
|
|
143415
143842
|
},
|
|
143416
143843
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
143417
|
-
hash: "
|
|
143844
|
+
hash: "686b136ba45e38a07e90fc1b7aef8a6c685d05d4"
|
|
143418
143845
|
};
|
|
143419
143846
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
143420
143847
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -143590,31 +144017,49 @@ var Fixed = function Fixed(_ref) {
|
|
|
143590
144017
|
"neeto-editor-fixed-menu--independant": isIndependant
|
|
143591
144018
|
}, className, className))
|
|
143592
144019
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
143593
|
-
className: "neeto-editor-fixed-menu__wrapper"
|
|
144020
|
+
className: "neeto-editor-fixed-menu__wrapper",
|
|
144021
|
+
ref: menuRef
|
|
143594
144022
|
}, (cov_2dwl7m23tl().b[11][0]++, isFontSizeActive) && (cov_2dwl7m23tl().b[11][1]++, /*#__PURE__*/React__default["default"].createElement(FontSizeOption, {
|
|
143595
144023
|
editor: editor,
|
|
143596
144024
|
tooltipContent: (cov_2dwl7m23tl().b[12][0]++, tooltips.fontSize) || (cov_2dwl7m23tl().b[12][1]++, t("menu.fontSize"))
|
|
143597
|
-
})),
|
|
144025
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144026
|
+
className: "vertical-divider"
|
|
144027
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144028
|
+
className: "neeto-editor-fixed-menu__wrapper__button-group"
|
|
144029
|
+
}, fontStyleOptions.map(renderOptionButton), /*#__PURE__*/React__default["default"].createElement(TableActions, {
|
|
143598
144030
|
editor: editor,
|
|
143599
144031
|
tooltipContent: (cov_2dwl7m23tl().b[13][0]++, tooltips.table) || (cov_2dwl7m23tl().b[13][1]++, t("menu.table"))
|
|
144032
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144033
|
+
className: "vertical-divider"
|
|
143600
144034
|
}), ((cov_2dwl7m23tl().b[14][0]++, isMenuExpanded) || (cov_2dwl7m23tl().b[14][1]++, ramda.not(isMenuCollapsible))) && (cov_2dwl7m23tl().b[14][2]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
143601
144035
|
className: classnames$2("neeto-editor-fixed-menu__wrapper--collapsible", {
|
|
143602
144036
|
"neeto-editor-fixed-menu__wrapper--collapsible--fade": isMenuCollapsible
|
|
143603
144037
|
})
|
|
143604
|
-
},
|
|
144038
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144039
|
+
className: "neeto-editor-fixed-menu__wrapper__button-group"
|
|
144040
|
+
}, listStyleOptions.map(renderOptionButton)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144041
|
+
className: "vertical-divider"
|
|
144042
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144043
|
+
className: "neeto-editor-fixed-menu__wrapper__button-group"
|
|
144044
|
+
}, blockStyleOptions.map(renderOptionButton)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144045
|
+
className: "vertical-divider"
|
|
144046
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144047
|
+
className: "neeto-editor-fixed-menu__wrapper__button-group"
|
|
144048
|
+
}, (cov_2dwl7m23tl().b[15][0]++, isLinkActive) && (cov_2dwl7m23tl().b[15][1]++, /*#__PURE__*/React__default["default"].createElement(LinkOption, {
|
|
143605
144049
|
editor: editor,
|
|
143606
|
-
|
|
143607
|
-
|
|
144050
|
+
menuRef: menuRef,
|
|
144051
|
+
tooltipContent: (cov_2dwl7m23tl().b[16][0]++, tooltips.link) || (cov_2dwl7m23tl().b[16][1]++, t("menu.link"))
|
|
144052
|
+
})), (cov_2dwl7m23tl().b[17][0]++, isTableActive) && (cov_2dwl7m23tl().b[17][1]++, /*#__PURE__*/React__default["default"].createElement(TableOption, {
|
|
143608
144053
|
editor: editor,
|
|
143609
|
-
|
|
143610
|
-
|
|
143611
|
-
tooltipContent: (cov_2dwl7m23tl().b[18][0]++, tooltips.emoji) || (cov_2dwl7m23tl().b[18][1]++, t("menu.emoji"))
|
|
143612
|
-
})), (cov_2dwl7m23tl().b[19][0]++, isLinkActive) && (cov_2dwl7m23tl().b[19][1]++, /*#__PURE__*/React__default["default"].createElement(LinkOption, {
|
|
144054
|
+
tooltipContent: (cov_2dwl7m23tl().b[18][0]++, tooltips.table) || (cov_2dwl7m23tl().b[18][1]++, t("menu.table"))
|
|
144055
|
+
})), miscOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[19][0]++, isTextColorOptionActive) && (cov_2dwl7m23tl().b[19][1]++, /*#__PURE__*/React__default["default"].createElement(TextColorOption, {
|
|
143613
144056
|
editor: editor,
|
|
143614
|
-
tooltipContent: (cov_2dwl7m23tl().b[20][0]++, tooltips.
|
|
143615
|
-
})), (cov_2dwl7m23tl().b[21][0]++,
|
|
144057
|
+
tooltipContent: (cov_2dwl7m23tl().b[20][0]++, tooltips.textColor) || (cov_2dwl7m23tl().b[20][1]++, t("menu.textColor"))
|
|
144058
|
+
})), (cov_2dwl7m23tl().b[21][0]++, isEmojiActive) && (cov_2dwl7m23tl().b[21][1]++, /*#__PURE__*/React__default["default"].createElement(EmojiOption, {
|
|
143616
144059
|
editor: editor,
|
|
143617
|
-
|
|
144060
|
+
isActive: isEmojiPickerActive,
|
|
144061
|
+
setActive: setIsEmojiPickerActive,
|
|
144062
|
+
tooltipContent: (cov_2dwl7m23tl().b[22][0]++, tooltips.emoji) || (cov_2dwl7m23tl().b[22][1]++, t("menu.emoji"))
|
|
143618
144063
|
})), (cov_2dwl7m23tl().b[23][0]++, isMediaUploaderActive) && (cov_2dwl7m23tl().b[23][1]++, /*#__PURE__*/React__default["default"].createElement(MediaUploader, {
|
|
143619
144064
|
editor: editor,
|
|
143620
144065
|
mediaUploader: mediaUploader,
|
|
@@ -143631,11 +144076,11 @@ var Fixed = function Fixed(_ref) {
|
|
|
143631
144076
|
editor: editor,
|
|
143632
144077
|
isEmbedModalOpen: isEmbedModalOpen,
|
|
143633
144078
|
setIsEmbedModalOpen: setIsEmbedModalOpen
|
|
143634
|
-
})),
|
|
144079
|
+
})), /*#__PURE__*/React__default["default"].createElement(Mentions, {
|
|
143635
144080
|
editor: editor,
|
|
143636
144081
|
mentions: mentions,
|
|
143637
144082
|
tooltipContent: (cov_2dwl7m23tl().b[25][0]++, tooltips.mention) || (cov_2dwl7m23tl().b[25][1]++, t("menu.mention"))
|
|
143638
|
-
}), addonCommandOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[26][0]++, pure.isNotEmpty(rightOptions)) && (cov_2dwl7m23tl().b[26][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
144083
|
+
}), addonCommandOptions.map(renderOptionButton)), (cov_2dwl7m23tl().b[26][0]++, pure.isNotEmpty(rightOptions)) && (cov_2dwl7m23tl().b[26][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
143639
144084
|
className: "neeto-editor-fixed-menu__right-options"
|
|
143640
144085
|
}, rightOptions.map(renderOptionButton))), children)), (cov_2dwl7m23tl().b[27][0]++, isMenuCollapsible) && (cov_2dwl7m23tl().b[27][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
143641
144086
|
className: "neeto-editor-fixed-menu__item",
|
|
@@ -152359,7 +152804,7 @@ var EditorContent = function EditorContent(_ref2) {
|
|
|
152359
152804
|
};
|
|
152360
152805
|
var index = /*#__PURE__*/React__default["default"].memo(EditorContent);
|
|
152361
152806
|
|
|
152362
|
-
var css = "@charset \"UTF-8\";@import url(\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/github.min.css\");@keyframes shake{0%{transform:translateX(0)}10%{transform:translateX(-4px)}20%{transform:translateX(4px)}30%{transform:translateX(-4px)}40%{transform:translateX(4px)}50%{transform:translateX(-4px)}60%{transform:translateX(4px)}70%{transform:translateX(-4px)}80%{transform:translateX(4px)}90%{transform:translateX(-4px)}to{transform:translateX(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.neeto-editor-slash-commands__wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;max-height:384px;max-width:100%;overflow-y:auto;padding:12px;width:256px}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item{align-items:center;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white));cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:flex-start;padding:8px 12px;transition:var(--neeto-ui-transition);width:100%}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item.active,.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item:hover{background-color:rgb(var(--neeto-ui-gray-700))}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content h5{font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal)}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content p{color:rgb(var(--neeto-ui-gray-300));font-size:var(--neeto-ui-text-xs)}.neeto-editor-mentions__wrapper{max-height:256px;min-width:208px;overflow-y:auto;padding:8px;width:auto}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item{align-items:center;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:8px;justify-content:flex-start;padding:8px;transition:var(--neeto-ui-transition);width:100%}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item.active,.neeto-editor-mentions__wrapper .neeto-editor-mentions__item:hover{background-color:rgb(var(--neeto-ui-gray-700))}.ProseMirror.slash-active p.is-empty:last-child:before{content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjgyMSAxNWgxLjIzVjYuMjQzaDMuMThWNS4xMzZILjY0MnYxLjEwN0gzLjgyVjE1Wm01LjkgMi41ODRjMS4zMDUgMCAxLjkxNC0uNDc5IDIuNTIyLTIuMTMzbDIuODc4LTcuODJoLTEuMjVsLTIuMDE4IDYuMDYzaC0uMTA5TDkuNzIxIDcuNjMxSDguNDQ5bDIuNzI4IDcuMzc2LS4xMzcuNDM3Yy0uMjY3Ljg0OC0uNjc3IDEuMTU2LTEuMzUzIDEuMTU2LS4xNjUgMC0uMzUtLjAwNy0uNDkzLS4wMzV2Ljk3OGMuMTY0LjAyNy4zNy4wNDEuNTI3LjA0MVptNi45NzItLjEyM2gxLjE5di0zLjYyM2guMTFjLjQwMi43ODYgMS4yODQgMS4yOTIgMi4yOTYgMS4yOTIgMS44NzMgMCAzLjA5LTEuNDk3IDMuMDktMy44MDh2LS4wMTNjMC0yLjI5Ny0xLjIyNC0zLjgwOC0zLjA5LTMuODA4LTEuMDI1IDAtMS44NDYuNDg1LTIuMjk3IDEuMzA2aC0uMTFWNy42M2gtMS4xODl2OS44M1ptMy4zMjMtMy4zODRjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ2IDAgMi4xNDYgMS4wMzkgMi4xNDYgMi43NTV2LjAxM2MwIDEuNzE2LS44IDIuNzU1LTIuMTQ2IDIuNzU1Wm04LjIzIDEuMDUzYzEuNzM2IDAgMi43OS0uOTg1IDMuMDQyLTEuOTgybC4wMTQtLjA1NWgtMS4xOWwtLjAyNy4wNjFjLS4xOTguNDQ1LS44MTQuOTE2LTEuODEyLjkxNi0xLjMxMiAwLTIuMTUzLS44ODgtMi4xODctMi40MTNoNS4zMDV2LS40NjVjMC0yLjItMS4yMTctMy42OTEtMy4yMi0zLjY5MXMtMy4zMDIgMS41NTktMy4zMDIgMy44MzV2LjAwN2MwIDIuMzEgMS4yNzIgMy43ODcgMy4zNzcgMy43ODdabS0uMDgyLTYuNTdjMS4wODcgMCAxLjg5NC42OTEgMi4wMTcgMi4xNDdoLTQuMDc1Yy4xMy0xLjQwMS45NjQtMi4xNDYgMi4wNTgtMi4xNDZaIiBmaWxsPSIjODc5MjlEIi8+PHJlY3QgeD0iMzciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjMiIGZpbGw9IiNFOUVCRUQiLz48cGF0aCBkPSJtNTAuNDI4IDUuOTE0LTYuODU2IDguMTcyIiBzdHJva2U9IiMyNTJDMzIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNjQuNzI2IDE1LjA1NWMuMjMyIDAgLjQ1OC0uMDI4LjY5LS4wNjl2LTEuMDExYy0uMjE5LjAyLS4zMzUuMDI3LS41NDcuMDI3LS43NjYgMC0xLjA2Ni0uMzQ5LTEuMDY2LTEuMjE3di00LjE3aDEuNjEzdi0uOTg0aC0xLjYxM1Y1LjcyNGgtMS4yM1Y3LjYzSDYxLjQxdi45ODRoMS4xNjJ2NC40N2MwIDEuNDEuNjM2IDEuOTcgMi4xNTQgMS45N1ptNS4zODYuMDc1YzIuMDk5IDAgMy4zOTgtMS40NSAzLjM5OC0zLjgwOHYtLjAxM2MwLTIuMzY2LTEuMy0zLjgwOC0zLjM5OC0zLjgwOHMtMy4zOTcgMS40NDItMy4zOTcgMy44MDh2LjAxM2MwIDIuMzU5IDEuMjk5IDMuODA4IDMuMzk3IDMuODA4Wm0wLTEuMDUzYy0xLjM5NCAwLTIuMTgtMS4wMTgtMi4xOC0yLjc1NXYtLjAxM2MwLTEuNzQ0Ljc4Ni0yLjc1NSAyLjE4LTIuNzU1IDEuMzk1IDAgMi4xODEgMS4wMTEgMi4xODEgMi43NTV2LjAxM2MwIDEuNzM3LS43ODYgMi43NTUtMi4xOCAyLjc1NVptMTIuMTk2IDEuMDUzYzEuNzcgMCAyLjc2MS0uOTUgMy4wNjItMi4yODNsLjAxNC0uMDc1LTEuMTc2LjAwNi0uMDE0LjA0MWMtLjI3My44Mi0uOTAyIDEuMjU4LTEuODkzIDEuMjU4LTEuMzEzIDAtMi4xNi0xLjA4Ny0yLjE2LTIuNzgydi0uMDE0YzAtMS42Ni44MzQtMi43MjcgMi4xNi0yLjcyNyAxLjA2IDAgMS43MTYuNTg4IDEuOSAxLjMxMmwuMDA3LjAyaDEuMTgzbC0uMDA3LS4wNEM4NS4xNjUgOC41MzMgODQuMDkyIDcuNSA4Mi4zIDcuNWMtMi4wNjUgMC0zLjM3NyAxLjQ5LTMuMzc3IDMuNzh2LjAxNGMwIDIuMzM4IDEuMzIgMy44MzUgMy4zODQgMy44MzVabTQuODg3LS4xM2gxLjE5di00LjM2MWMwLTEuMjkyLjc0NS0yLjA4NSAxLjkyLTIuMDg1IDEuMTc2IDAgMS43MjMuNjM1IDEuNzIzIDEuOTYyVjE1aDEuMTl2LTQuNzcxYzAtMS43NS0uOTIzLTIuNzI4LTIuNTc3LTIuNzI4LTEuMDg3IDAtMS43NzguNDU4LTIuMTQ3IDEuMjM3aC0uMTFWNC43MDVoLTEuMTg5VjE1Wm0xMC4yLjEzYy45OSAwIDEuNzYzLS40MyAyLjIyOC0xLjIxN2guMTFWMTVoMS4xODlWOS45NTVjMC0xLjUzMS0xLjAwNS0yLjQ1NC0yLjgwMy0yLjQ1NC0xLjU3MiAwLTIuNjkzLjc4LTIuODg1IDEuOTM1bC0uMDA2LjA0aDEuMTg5bC4wMDctLjAyYy4xOTEtLjU3NC43NzItLjkwMiAxLjY1NC0uOTAyIDEuMSAwIDEuNjU0LjQ5MiAxLjY1NCAxLjQwMXYuNjdsLTIuMTEyLjEzYy0xLjcxNi4xMDItMi42ODYuODYxLTIuNjg2IDIuMTc0di4wMTNjMCAxLjM0IDEuMDYgMi4xODggMi40NiAyLjE4OFptLTEuMjQ1LTIuMjE1di0uMDE0YzAtLjczMS40OTMtMS4xMjggMS42MTQtMS4xOTZsMS45NjgtLjEyM3YuNjdjMCAxLjA1My0uODgxIDEuODQ2LTIuMDkxIDEuODQ2LS44NTUgMC0xLjQ5LS40MzgtMS40OS0xLjE4M1pNMTAzLjA5NiAxNWgxLjE4OXYtNC4zNjFjMC0xLjI5Mi43NDUtMi4wODUgMS45MjEtMi4wODUgMS4xNzYgMCAxLjcyMy42MzUgMS43MjMgMS45NjJWMTVoMS4xODl2LTQuNzcxYzAtMS43NS0uOTIzLTIuNzI4LTIuNTc3LTIuNzI4LTEuMDg3IDAtMS43NzcuNDU4LTIuMTQ2IDEuMjM3aC0uMTFWNy42MzFoLTEuMTg5VjE1Wm0xMS4yMTEgMi41OThjMi4wMDkgMCAzLjI4MS0xLjA1MyAzLjI4MS0yLjdWNy42M2gtMS4xOXYxLjIxN2gtLjA4MmMtLjQ1MS0uODM0LTEuMjU3LTEuMzQ3LTIuMjk2LTEuMzQ3LTEuOTI4IDAtMy4xMTggMS40OTctMy4xMTggMy41NjF2LjAxNGMwIDIuMDY1IDEuMTgzIDMuNTQxIDMuMDkgMy41NDEgMS4wMTIgMCAxLjg0Ni0uNDU4IDIuMzExLTEuMjcxaC4xMDl2MS40OWMwIDEuMDg3LS43ODYgMS43MDktMi4xMDUgMS43MDktMS4wNiAwLTEuNzE2LS4zOTctMS44NDYtLjk1N2wtLjAwNy0uMDA3aC0xLjIzbC0uMDE0LjAwN2MuMTg1IDEuMjEgMS4zMTkgMi4wMSAzLjA5NyAyLjAxWm0tLjA1NS00LjAzM2MtMS4zNjcgMC0yLjEzMy0xLjAyNi0yLjEzMy0yLjQ4OXYtLjAxNGMwLTEuNDYyLjc2Ni0yLjUwOCAyLjEzMy0yLjUwOCAxLjM2IDAgMi4xODcgMS4wNDYgMi4xODcgMi41MDh2LjAxNGMwIDEuNDYzLS44MiAyLjQ4OS0yLjE4NyAyLjQ4OVptOC41NTkgMS41NjVjMS43MzYgMCAyLjc4OS0uOTg1IDMuMDQyLTEuOTgybC4wMTMtLjA1NWgtMS4xODlsLS4wMjguMDYxYy0uMTk4LjQ0NS0uODEzLjkxNi0xLjgxMS45MTYtMS4zMTMgMC0yLjE1My0uODg4LTIuMTg4LTIuNDEzaDUuMzA1di0uNDY1YzAtMi4yLTEuMjE3LTMuNjkxLTMuMjItMy42OTFzLTMuMzAxIDEuNTU5LTMuMzAxIDMuODM1di4wMDdjMCAyLjMxIDEuMjcxIDMuNzg3IDMuMzc3IDMuNzg3Wm0tLjA4Mi02LjU3YzEuMDg2IDAgMS44OTMuNjkxIDIuMDE2IDIuMTQ3aC00LjA3NGMuMTMtMS40MDEuOTY0LTIuMTQ2IDIuMDU4LTIuMTQ2Wm0xMi42NzMgNi41N2MxLjg2NyAwIDMuMDktMS41MSAzLjA5LTMuODA4di0uMDEzYzAtMi4zMTEtMS4yMTctMy44MDgtMy4wOS0zLjgwOC0xLjAxMSAwLTEuODkzLjUwNi0yLjI5NyAxLjI5MmgtLjEwOVY0LjcwNWgtMS4xODlWMTVoMS4xODl2LTEuMTc2aC4xMDljLjQ1Mi44MiAxLjI3MiAxLjMwNiAyLjI5NyAxLjMwNlptLS4yNzMtMS4wNTNjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ3IDAgMi4xNDYgMS4wMzkgMi4xNDYgMi43NTV2LjAxM2MwIDEuNzE2LS43OTkgMi43NTUtMi4xNDYgMi43NTVabTUuMjc3LjkyM2gxLjE5VjQuNzA1aC0xLjE5VjE1Wm02LjUwMS4xM2MyLjA5OSAwIDMuMzk4LTEuNDUgMy4zOTgtMy44MDh2LS4wMTNjMC0yLjM2Ni0xLjI5OS0zLjgwOC0zLjM5OC0zLjgwOC0yLjA5OCAwLTMuMzk3IDEuNDQyLTMuMzk3IDMuODA4di4wMTNjMCAyLjM1OSAxLjI5OSAzLjgwOCAzLjM5NyAzLjgwOFptMC0xLjA1M2MtMS4zOTQgMC0yLjE4LTEuMDE4LTIuMTgtMi43NTV2LS4wMTNjMC0xLjc0NC43ODYtMi43NTUgMi4xOC0yLjc1NSAxLjM5NSAwIDIuMTgxIDEuMDExIDIuMTgxIDIuNzU1di4wMTNjMCAxLjczNy0uNzg2IDIuNzU1LTIuMTgxIDIuNzU1Wm04LjI1OCAxLjA1M2MxLjc3MSAwIDIuNzYyLS45NSAzLjA2My0yLjI4M2wuMDEzLS4wNzUtMS4xNzYuMDA2LS4wMTMuMDQxYy0uMjc0LjgyLS45MDMgMS4yNTgtMS44OTQgMS4yNTgtMS4zMTIgMC0yLjE2LTEuMDg3LTIuMTYtMi43ODJ2LS4wMTRjMC0xLjY2LjgzNC0yLjcyNyAyLjE2LTIuNzI3IDEuMDYgMCAxLjcxNi41ODggMS45MDEgMS4zMTJsLjAwNi4wMmgxLjE4M2wtLjAwNy0uMDRjLS4yMTktMS4zMTMtMS4yOTItMi4zNDUtMy4wODMtMi4zNDUtMi4wNjQgMC0zLjM3NyAxLjQ5LTMuMzc3IDMuNzh2LjAxNGMwIDIuMzM4IDEuMzIgMy44MzUgMy4zODQgMy44MzVabTQuODg4LS4xM2gxLjE4OXYtMi43OTZsLjY5MS0uNjdMMTY0LjY5NCAxNWgxLjQ5N2wtMy40MjQtNC4yNzMgMy4yMTItMy4wOTZoLTEuNDQybC0zLjE4NSAzLjIyaC0uMTFWNC43MDVoLTEuMTg5VjE1Wm0xNC4wODkuMDU1Yy4yMzIgMCAuNDU4LS4wMjguNjktLjA2OXYtMS4wMTFjLS4yMTkuMDItLjMzNS4wMjctLjU0Ny4wMjctLjc2NSAwLTEuMDY2LS4zNDktMS4wNjYtMS4yMTd2LTQuMTdoMS42MTN2LS45ODRoLTEuNjEzVjUuNzI0aC0xLjIzMVY3LjYzaC0xLjE2MnYuOTg0aDEuMTYydjQuNDdjMCAxLjQxLjYzNiAxLjk3IDIuMTU0IDEuOTdabTMuMDk2IDIuNTI5YzEuMzA2IDAgMS45MTQtLjQ3OSAyLjUyMy0yLjEzM2wyLjg3OC03LjgyaC0xLjI1MWwtMi4wMTcgNi4wNjNoLS4xMDlsLTIuMDI0LTYuMDYzaC0xLjI3MWwyLjcyNyA3LjM3Ni0uMTM2LjQzN2MtLjI2Ny44NDgtLjY3NyAxLjE1Ni0xLjM1NCAxLjE1NmEyLjgyIDIuODIgMCAwIDEtLjQ5Mi0uMDM1di45NzhjLjE2NC4wMjcuMzY5LjA0MS41MjYuMDQxWm02Ljk3My0uMTIzaDEuMTg5di0zLjYyM2guMTFjLjQwMy43ODYgMS4yODUgMS4yOTIgMi4yOTcgMS4yOTIgMS44NzMgMCAzLjA4OS0xLjQ5NyAzLjA4OS0zLjgwOHYtLjAxM2MwLTIuMjk3LTEuMjIzLTMuODA4LTMuMDg5LTMuODA4LTEuMDI2IDAtMS44NDYuNDg1LTIuMjk3IDEuMzA2aC0uMTFWNy42M2gtMS4xODl2OS44M1ptMy4zMjItMy4zODRjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ3IDAgMi4xNDcgMS4wMzkgMi4xNDcgMi43NTV2LjAxM2MwIDEuNzE2LS44IDIuNzU1LTIuMTQ3IDIuNzU1Wm04LjIzMSAxLjA1M2MxLjczNiAwIDIuNzg5LS45ODUgMy4wNDItMS45ODJsLjAxMy0uMDU1aC0xLjE4OWwtLjAyNy4wNjFjLS4xOTkuNDQ1LS44MTQuOTE2LTEuODEyLjkxNi0xLjMxMiAwLTIuMTUzLS44ODgtMi4xODctMi40MTNoNS4zMDR2LS40NjVjMC0yLjItMS4yMTctMy42OTEtMy4yMi0zLjY5MS0yLjAwMiAwLTMuMzAxIDEuNTU5LTMuMzAxIDMuODM1di4wMDdjMCAyLjMxIDEuMjcxIDMuNzg3IDMuMzc3IDMuNzg3Wm0tLjA4Mi02LjU3YzEuMDg3IDAgMS44OTMuNjkxIDIuMDE2IDIuMTQ3aC00LjA3NGMuMTMtMS40MDEuOTY0LTIuMTQ2IDIuMDU4LTIuMTQ2WiIgZmlsbD0iIzg3OTI5RCIvPjwvc3ZnPg==\");height:0;pointer-events:none;position:absolute;top:-2px;z-index:-1}.neeto-editor{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-black));max-width:100%!important;padding:16px;white-space:pre-wrap}.neeto-editor:focus{outline:none}.neeto-editor a{pointer-events:none}.neeto-editor [data-variable]{color:rgb(var(--neeto-ui-gray-600));padding:4px 6px}.neeto-editor .ProseMirror-separator{display:none}.neeto-editor.fixed-menu-active{border:thin solid rgb(var(--neeto-ui-gray-300));border-top:none;border-top-left-radius:0;border-top-right-radius:0}.neeto-editor.attachments-active{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.neeto-editor .is-empty{position:relative}.neeto-editor.placeholder-active .is-editor-empty:first-child:before{color:#ced4da;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.neeto-editor hr{margin:8px 0}.neeto-editor .ProseMirror-selectednode{outline:3px solid rgb(var(--neeto-ui-pastel-blue))}.neeto-editor .has-focus{background:var(--focus-background-color);transition:background-color .2s ease}.neeto-editor [data-variable]{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:inline-flex;line-height:1;padding:4px}.neeto-editor-character-count{color:rgb(var(--neeto-ui-gray-600));font-size:12px;padding:4px;text-align:right}.neeto-editor-error{border-color:rgb(var(--neeto-ui-error-500));border-radius:var(--neeto-ui-rounded);border-width:1px;color:rgb(var(--neeto-ui-error-500))}.neeto-editor-error:focus-within{border-color:rgb(var(--neeto-ui-error-600))}.ne_variable-tag{border-radius:6px!important}.neeto-editor,.neeto-editor-content{-moz-tab-size:2;-o-tab-size:2;tab-size:2;white-space:pre-wrap;word-break:break-word}.neeto-editor h1,.neeto-editor h2,.neeto-editor h3,.neeto-editor h4,.neeto-editor h5,.neeto-editor h6,.neeto-editor-content h1,.neeto-editor-content h2,.neeto-editor-content h3,.neeto-editor-content h4,.neeto-editor-content h5,.neeto-editor-content h6{color:rgb(var(--neeto-ui-black))}.neeto-editor h1 strong,.neeto-editor h2 strong,.neeto-editor h3 strong,.neeto-editor h4 strong,.neeto-editor h5 strong,.neeto-editor h6 strong,.neeto-editor-content h1 strong,.neeto-editor-content h2 strong,.neeto-editor-content h3 strong,.neeto-editor-content h4 strong,.neeto-editor-content h5 strong,.neeto-editor-content h6 strong{font-weight:var(--neeto-ui-font-semibold)!important}.neeto-editor h1,.neeto-editor-content h1{margin:2rem 0 .25rem}.neeto-editor h2,.neeto-editor-content h2{margin:1.5rem 0 .25rem}.neeto-editor h3,.neeto-editor-content h3{margin:1rem 0 .25rem}.neeto-editor h4,.neeto-editor-content h4{margin:.875rem 0 .25rem}.neeto-editor h5,.neeto-editor-content h5{margin:.75rem 0 .25rem}.neeto-editor h6,.neeto-editor-content h6{margin:.5rem 0 .25rem}.neeto-editor p,.neeto-editor-content p{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-body1);font-weight:var(--neeto-ui-font-normal);line-height:var(--neeto-ui-leading-normal)}.neeto-editor p:empty:after,.neeto-editor-content p:empty:after{content:\" \"}.neeto-editor p:last-child,.neeto-editor-content p:last-child{margin-bottom:0}.neeto-editor p strong,.neeto-editor-content p strong{font-weight:var(--neeto-ui-font-semibold)!important}.neeto-editor code,.neeto-editor-content code{background-color:rgb(var(--neeto-ui-gray-100));border-radius:var(--neeto-ui-rounded-sm);font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:14px;padding:.2em .4em}.neeto-editor pre,.neeto-editor-content pre{background-color:#f7f6f3;border-radius:var(--neeto-ui-rounded-sm);font-size:14px;line-height:1.5;margin-bottom:16px;margin-top:16px;overflow-x:auto;padding:34px 16px 32px 32px;position:relative}.neeto-editor pre .neeto-editor-codeblock-options,.neeto-editor-content pre .neeto-editor-codeblock-options{align-items:center;display:flex;gap:4px;position:absolute;right:4px;top:4px}.neeto-editor pre .neeto-editor-codeblock-options__menu,.neeto-editor-content pre .neeto-editor-codeblock-options__menu{display:flex;flex-direction:column;gap:4px}.neeto-editor pre .neeto-editor-codeblock-options__input,.neeto-editor-content pre .neeto-editor-codeblock-options__input{margin:4px}.neeto-editor pre>code,.neeto-editor-content pre>code{background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;padding:0;white-space:pre-wrap}.neeto-editor blockquote,.neeto-editor-content blockquote{border-left-color:#e5e7eb;border-left-width:4px;color:rgb(var(--neeto-ui-black));font-weight:var(--neeto-ui-font-medium);margin:8px 0;padding-left:12px;quotes:\"“\" \"”\" \"‘\" \"’\"}.neeto-editor blockquote>p:after,.neeto-editor blockquote>p:before,.neeto-editor-content blockquote>p:after,.neeto-editor-content blockquote>p:before{content:\"\"!important}.neeto-editor ol,.neeto-editor ul,.neeto-editor-content ol,.neeto-editor-content ul{list-style:revert;margin-bottom:1em;padding-left:28px}.neeto-editor ol li:before,.neeto-editor ul li:before,.neeto-editor-content ol li:before,.neeto-editor-content ul li:before{background-color:rgb(var(--neeto-ui-black))}.neeto-editor a[href],.neeto-editor-content a[href]{color:rgb(var(--neeto-ui-primary-800));font-weight:500}.neeto-editor .neeto-editor__video-wrapper,.neeto-editor-content .neeto-editor__video-wrapper{display:flex;margin:16px 0}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe{border:2px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-lg);display:inline-block;padding:4px}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe{height:100%;width:100%}.neeto-editor .neeto-editor__video--left,.neeto-editor-content .neeto-editor__video--left{justify-content:flex-start}.neeto-editor .neeto-editor__video--right,.neeto-editor-content .neeto-editor__video--right{justify-content:flex-end}.neeto-editor .neeto-editor__video--center,.neeto-editor-content .neeto-editor__video--center{justify-content:center}.neeto-editor mark,.neeto-editor-content mark{border-radius:var(--neeto-ui-rounded-sm);padding:0 4px}.neeto-editor [data-type=mention],.neeto-editor [data-type=special-mention],.neeto-editor-content [data-type=mention],.neeto-editor-content [data-type=special-mention]{color:rgb(var(--neeto-ui-primary-800))}.neeto-editor table,.neeto-editor-content table{border:1px solid rgba(var(--neeto-ui-gray-300));border-collapse:separate;border-radius:var(--neeto-ui-rounded-sm);border-spacing:0;min-width:300px;overflow:hidden;table-layout:fixed}.neeto-editor table td,.neeto-editor table th,.neeto-editor-content table td,.neeto-editor-content table th{border-left:1px solid rgba(var(--neeto-ui-gray-300));border-top:1px solid rgba(var(--neeto-ui-gray-300));padding:8px 12px;position:relative}.neeto-editor table td:first-child,.neeto-editor table th:first-child,.neeto-editor-content table td:first-child,.neeto-editor-content table th:first-child{border-left:none}.neeto-editor table th,.neeto-editor-content table th{background:rgb(var(--neeto-ui-gray-100));border-top:none}.neeto-editor table td,.neeto-editor-content table td{background:rgb(var(--neeto-ui-white))}.neeto-editor-content--hidden{display:none}.neeto-editor__image-wrapper{color:inherit!important;display:flex;font-weight:400!important;margin:16px 0;text-decoration:none}.neeto-editor__image-wrapper figure{display:inline-block;position:relative}.neeto-editor__image-wrapper .neeto-editor__image{display:inline-block}.neeto-editor__image-wrapper .neeto-editor__image img,.neeto-editor__image-wrapper .neeto-editor__image video{border:2px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-lg);display:inline-block;height:auto;padding:4px;width:100%}.neeto-editor__image-wrapper .neeto-editor__image-placeholder{align-items:center;border:1px solid;border-radius:8px;display:flex;height:200px;justify-content:center;width:400px}.neeto-editor__image-wrapper figcaption{color:rgb(var(--neeto-ui-gray-600));font-size:13px;font-weight:var(--neeto-ui-font-normal);text-align:center}.neeto-editor__image-wrapper figcaption a{display:inline-block;margin:0;text-align:center}.neeto-editor__image-wrapper figcaption.is-empty div:before{color:rgb(var(--neeto-ui-gray-500));content:\"Add a caption\";inset:0;position:absolute}.neeto-editor__image--left{justify-content:flex-start}.neeto-editor__image--center{justify-content:center}.neeto-editor__image--right{justify-content:flex-end}.neeto-editor-fixed-menu{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-bottom:none;border-radius:var(--neeto-ui-rounded) var(--neeto-ui-rounded) 0 0;position:relative}.neeto-editor-fixed-menu--independant{border-bottom:thin solid rgb(var(--neeto-ui-gray-300));border-radius:0;border-radius:initial}.neeto-editor-fixed-menu__item{border-radius:var(--neeto-ui-rounded-sm)!important}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item{min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item .neeto-ui-btn__icon{height:18px!important;width:18px!important}.neeto-editor-fixed-menu__wrapper{align-items:center;display:flex;gap:0 4px;justify-content:flex-start;overflow:auto;padding:2px;width:100%}.neeto-editor-fixed-menu__wrapper--collapsible{display:flex;gap:0 4px}.neeto-editor-fixed-menu__wrapper--collapsible--fade button.neeto-editor-fixed-menu__item{animation:fade-in .3s ease-in}.neeto-editor-fixed-menu__variables{bottom:-24px;position:absolute;right:8px;z-index:10}.neeto-editor-fixed-menu__variables .neeto-editor-menu__item{background-color:rgb(var(--neeto-ui-gray-700));border-radius:var(--neeto-ui-rounded-sm);padding:4px}.neeto-editor-fixed-menu__variables .neeto-editor-menu__item.active,.neeto-editor-fixed-menu__variables .neeto-editor-menu__item:hover{background-color:rgb(var(--neeto-ui-gray-600))}.neeto-editor-fixed-menu__right-options{display:flex;justify-self:flex-end;margin-left:auto}.neeto-editor-fixed-menu__emoji-dropdown{max-height:none!important}.neeto-editor-fixed-menu__separator{display:flex;height:28px;width:32px}.neeto-editor-fixed-menu__separator span{width:100%}.neeto-editor-fixed-menu__separator span:first-child{border-right:1px solid rgb(var(--neeto-ui-gray-200))}.neeto-editor-text-color-option__options-group{align-items:center;display:flex;gap:8px;margin:8px 4px}.neeto-editor-text-color-option__options-group__input{max-width:130px}.neeto-editor-text-color-option__options-group__reset-button{align-self:center}.neeto-editor-menu__item{align-items:center;border-radius:2px;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px;transition:var(--neeto-ui-transition)}.neeto-editor-menu__item p{color:rgb(var(--neeto-ui-gray-600));font-size:var(--neeto-ui-text-xs);line-height:1;white-space:nowrap}.neeto-editor-menu__item.active,.neeto-editor-menu__item:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-menu__item:focus,.neeto-editor-menu__item:focus-visible{outline:rgb(var(--neeto-ui-gray-300)) auto 1px}.neeto-editor-menu__item input[type=color]{height:0;visibility:hidden;width:0}.neeto-editor-menu__item:disabled{background-color:rgb(var(--neeto-ui-gray-100));opacity:.5}.neeto-editor-link__item{align-items:flex-start;justify-content:flex-start}.neeto-editor-link__item,.neeto-editor-table__item{display:flex!important;flex-direction:row;gap:8px;padding:8px!important}.neeto-editor-table__item input{max-width:60px!important}.neeto-editor-table__options-menu{display:flex;flex-direction:column;gap:8px;max-height:150px!important;overflow:scroll;padding:8px!important}.neeto-editor-font-size__wrapper{font-weight:var(--neeto-ui-font-normal)!important}.neeto-editor-bubble-menu{align-items:center;background:rgb(var(--neeto-ui-gray-800));border-radius:var(--neeto-ui-rounded);display:flex;flex-direction:row;gap:1px;justify-content:flex-start;padding:0 4px;position:relative}.neeto-editor-bubble-menu button.neeto-ui-btn--style-text{color:rgb(var(--neeto-ui-gray-200));min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-bubble-menu button.neeto-ui-btn--style-text.active,.neeto-editor-bubble-menu button.neeto-ui-btn--style-text:active,.neeto-editor-bubble-menu button.neeto-ui-btn--style-text:hover{background-color:rgb(var(--neeto-ui-gray-600))!important;color:rgb(var(--neeto-ui-gray-200))!important}.neeto-editor-bubble-menu button.neeto-ui-btn--style-secondary{background-color:rgb(var(--neeto-ui-gray-400));min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup{background-color:rgb(var(--neeto-ui-gray-700))}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn{color:rgb(var(--neeto-ui-gray-200))!important}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn.active,.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn:active,.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn:hover{background-color:rgb(var(--neeto-ui-gray-600))!important}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:6px;width:256px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input{background-color:transparent;line-height:20px;outline:none;width:100%}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input::-moz-placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input::placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .ne-btn--icon-only{min-height:0;opacity:.8;padding:0}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .ne-btn--icon-only:hover{opacity:1}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table{align-items:center;display:flex;gap:6px;justify-content:space-between;max-width:256px;padding:4px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input{background-color:rgba(var(--neeto-ui-gray-400),.2);height:24px;line-height:20px;outline:none;width:60px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input::-moz-placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input::placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table__buttons{align-items:center;display:flex;gap:4px;justify-content:space-between}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table-options{align-items:center;display:flex;flex-direction:column;gap:2px;max-height:100px;overflow:scroll}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown-target{align-items:center;display:flex;font-size:var(--neeto-ui-text-xs);gap:4px;line-height:var(--neeto-ui-leading-normal);white-space:nowrap}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown{align-items:flex-start;display:flex;flex-direction:column}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item{font-size:var(--neeto-ui-text-xs);padding:8px 12px;text-align:left;width:100%}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item:first-child{border-top-left-radius:var(--neeto-ui-rounded);border-top-right-radius:var(--neeto-ui-rounded)}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item:last-child{border-bottom-left-radius:var(--neeto-ui-rounded);border-bottom-right-radius:var(--neeto-ui-rounded)}.neeto-editor-bubble-menu-animate-shake{animation:shake 1s linear infinite alternate both}.neeto-editor__image-menu .neeto-ui-dropdown__popup{display:flex;min-width:0;min-width:auto}.neeto-editor__image-menu .neeto-ui-dropdown__popup .neeto-ui-btn .neeto-ui-btn__icon{height:18px!important;width:18px!important}.neeto-editor__image-menu-btn{padding:2px!important;position:absolute!important;right:4px;top:4px;z-index:1}.ne-media-uploader{display:flex;flex-direction:column;min-height:184px}.ne-media-uploader .ne-tab__wrapper .ne-tab{min-width:88px}.ne-media-uploader .ne-media-uploader__content{display:flex;flex-grow:1;padding:16px}.ne-media-uploader .ne-media-uploader__dnd{align-items:center;border:1px dashed rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded);box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;gap:2px;justify-content:center;width:100%}.ne-media-uploader .ne-media-uploader__dnd-icon{color:rgb(var(--neeto-ui-primary-600));margin-bottom:6px}.ne-media-uploader .ne-media-uploader__dnd-input{display:none}.ne-media-uploader .ne-media-uploader__dnd:hover{background-color:rgb(var(--neeto-ui-gray-100));cursor:pointer}.ne-media-uploader .ne-media-uploader__dnd.uppy-is-drag-over{background-color:rgba(var(--neeto-ui-gray-300),.5);border:3px dashed rgb(var(--neeto-ui-gray-500));color:rgb(var(--neeto-ui-gray-600))}.ne-media-uploader .ne-media-uploader__wrapper{display:flex;flex-wrap:wrap;gap:8px;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media{align-self:start;background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);display:flex;flex-direction:column;flex-grow:1;height:58px;justify-content:space-between;margin-bottom:auto;margin-top:auto;padding:4px 8px;width:220px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info{align-items:center;display:flex;gap:4px;justify-content:space-between}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info p{display:block;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress{align-self:flex-end;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-full);overflow:hidden;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress-bar{align-items:center;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded-full);color:rgb(var(--neeto-ui-primary-100));display:flex;font-size:12px;font-weight:500px;height:12px;justify-content:center;line-height:1;transition:var(--neeto-ui-transition)}.ne-media-uploader .neeto-editor-unsplash-wrapper{width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-container{max-height:50vh;overflow-x:hidden;overflow-y:auto}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-search{margin-bottom:16px;padding:0 8px}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery{right:-8px;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__loader{display:flex;justify-content:center}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item{float:left;padding-bottom:16px;padding-right:16px;width:33.3%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder{position:relative;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner{background-color:rgb(var(--neeto-ui-gray-100));border-radius:var(--neeto-ui-rounded-sm);height:100%;position:absolute;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner img{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) 1s both;border-radius:var(--neeto-ui-rounded);cursor:pointer;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner a{bottom:8px;color:rgb(var(--neeto-ui-white));font-size:12px;font-weight:var(--neeto-ui-font-normal);left:8px;line-height:1;margin:auto;opacity:0;position:absolute;text-transform:capitalize;transition:var(--neeto-ui-transition)}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner a:hover{text-decoration:underline}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner:hover a{opacity:1}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__text{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-xs);margin-top:12px;text-align:center}.neeto-editor-url-form__wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:0 24px}.neeto-editor-url-form__wrapper .neeto-ui-input__wrapper{flex-grow:0;margin-bottom:16px;width:100%}.neeto-editor-emoji{font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols}.emoji-mart.emoji-mart-light{border:none;color:rgb(var(--neeto-ui-gray-800));font-size:14px}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor{color:rgb(var(--neeto-ui-gray-500))}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor svg{margin:auto}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor .emoji-mart-anchor-bar{background-color:rgb(var(--neeto-ui-gray-700))!important}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor.emoji-mart-anchor-selected{color:rgb(var(--neeto-ui-gray-700))!important}.emoji-mart.emoji-mart-light .emoji-mart-search input{border-radius:var(--neeto-ui-rounded-sm)}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-category-label span{padding-top:8px}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-emoji span{cursor:pointer}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm)}.emoji-mart.emoji-mart-light .emoji-mart-scroll{height:264px;padding-bottom:0}.neeto-editor-emoji-suggestion{align-items:center;display:flex;flex-direction:row;font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;gap:2px;justify-content:flex-start;padding:4px}.neeto-editor-emoji-suggestion p{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-xs)}.neeto-editor-emoji-suggestion span{font-size:10px;height:16px!important;width:16px!important}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item{border-radius:var(--neeto-ui-rounded-sm);cursor:pointer;font-size:var(--neeto-ui-text-2xl);line-height:1;padding:6px;transition:var(--neeto-ui-transition)}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item--selected,.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-table{display:relative;margin:8px 0 0;width:-moz-fit-content;width:fit-content}.neeto-editor-table table td p,.neeto-editor-table table th p{margin:0}.neeto-editor-table table .column-resize-handle{background-color:rgb(var(--neeto-ui-gray-300));bottom:0;position:absolute;right:-2px;top:0;width:4px}.neeto-editor-table table .selectedCell:after{background:rgba(var(--neeto-ui-primary-500),.1);content:\"\";inset:0;position:absolute}.neeto-editor-table__wrapper{display:flex;gap:4px}.neeto-editor-table__add-column,.neeto-editor-table__add-row{align-items:center;background:rgba(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);cursor:pointer;display:flex;justify-content:center;transition:var(--neeto-ui-transition);visibility:hidden}.neeto-editor-table__add-column p,.neeto-editor-table__add-row p{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-xs);line-height:12px}.neeto-editor-table__add-column:hover,.neeto-editor-table__add-row:hover{background:rgba(var(--neeto-ui-gray-300))}.neeto-editor-table:hover .neeto-editor-table__add-column,.neeto-editor-table:hover .neeto-editor-table__add-row{visibility:visible}.neeto-editor-table__add-row{height:16px;margin:4px 20px 4px 0}.neeto-editor-table__add-column{flex-direction:column;width:16px}.ProseMirror.resize-cursor{cursor:col-resize}.ne-attachments{display:flex;flex-direction:column;gap:8px}.ne-attachments__items{display:flex;flex-wrap:wrap;gap:8px}.ne-attachments__preview{align-items:center;background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);display:flex;justify-content:space-between;padding:4px 2px 4px 8px;width:256px}.ne-attachments__preview-wrapper{display:flex;gap:8px;width:88%}.ne-attachments__preview-wrapper__icon{height:auto;width:15px}.ne-attachments__preview-wrapper p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:92%}.ne-attachments__preview-wrapper:hover{cursor:pointer}.ne-attachments__preview__progress{display:flex;justify-content:space-between;opacity:.5;width:76%}.ne-attachments__preview__progress p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:85%}.ne-attachments__preview__progress p:nth-child(2){width:-moz-fit-content;width:fit-content}.ne-attachments__preview__progress-icon{height:auto;width:15px}.ne-attachments__preview:hover{box-shadow:0 0 0 1px rgb(var(--neeto-ui-gray-400))}.ne-attachments input[type=file]{display:none}.ne-attachments-preview{display:flex;flex-direction:column;gap:8px;height:75vh!important;max-height:576px!important;max-width:1152px!important;width:75vw!important}.ne-attachments-preview__header{border-bottom:1px solid rgb(var(--neeto-ui-gray-200));margin-bottom:8px}.ne-attachments-preview__body{align-items:center;display:flex;flex-grow:1;justify-content:center;min-height:10px;padding-bottom:8px!important;position:relative;width:100%}.ne-attachments-preview__body-download{color:rgb(var(--neeto-ui-primary-800));cursor:pointer}.ne-attachments-preview__body img{max-height:100%;max-width:100%}.ne-attachments-preview__body video{height:100%;width:100%}.ne-attachments-preview__body iframe{height:100%;padding:0 8px;width:100%}.ne-attachments-preview__body-left,.ne-attachments-preview__body-right{position:absolute!important;top:50%;transform:translateY(-50%);z-index:1}.ne-attachments-preview__body-left:hover,.ne-attachments-preview__body-right:hover{background-color:rgba(var(--neeto-ui-gray-100),.4)!important;cursor:pointer}.ne-attachments-preview__body-left{left:24px}.ne-attachments-preview__body-right{right:24px}.ne-attachments-preview__footer{align-items:center;display:flex;justify-content:space-around;padding-bottom:24px!important}.ne-attachments--integrated{background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-300));border-radius:0 0 var(--neeto-ui-rounded) var(--neeto-ui-rounded);border-top:none;padding:0 6px}.ne-attachments__wrapper{position:relative}.ne-attachments__wrapper.uppy-is-drag-over:after{align-items:center;background-color:rgba(var(--neeto-ui-gray-300),.5);border:3px dashed rgb(var(--neeto-ui-gray-500));border-radius:5px;color:rgb(var(--neeto-ui-gray-600));content:\"Drop the file here\";display:flex;font-size:1.2rem;font-weight:700;inset:7px;justify-content:center;position:absolute}.ProseMirror{height:100%;overflow-y:auto;white-space:break-spaces}.ProseMirror:focus{outline:none}";
|
|
152807
|
+
var css = "@charset \"UTF-8\";@import url(\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/github.min.css\");@keyframes shake{0%{transform:translateX(0)}10%{transform:translateX(-4px)}20%{transform:translateX(4px)}30%{transform:translateX(-4px)}40%{transform:translateX(4px)}50%{transform:translateX(-4px)}60%{transform:translateX(4px)}70%{transform:translateX(-4px)}80%{transform:translateX(4px)}90%{transform:translateX(-4px)}to{transform:translateX(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.neeto-editor-slash-commands__wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;max-height:384px;max-width:100%;overflow-y:auto;padding:12px;width:256px}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item{align-items:center;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white));cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:flex-start;padding:8px 12px;transition:var(--neeto-ui-transition);width:100%}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item.active,.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item:hover{background-color:rgb(var(--neeto-ui-gray-700))}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content h5{font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal)}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content p{color:rgb(var(--neeto-ui-gray-300));font-size:var(--neeto-ui-text-xs)}.neeto-editor-mentions__wrapper{max-height:256px;min-width:208px;overflow-y:auto;padding:8px;width:auto}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item{align-items:center;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:8px;justify-content:flex-start;padding:8px;transition:var(--neeto-ui-transition);width:100%}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item.active,.neeto-editor-mentions__wrapper .neeto-editor-mentions__item:hover{background-color:rgb(var(--neeto-ui-gray-700))}.ProseMirror.slash-active p.is-empty:last-child:before{content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjgyMSAxNWgxLjIzVjYuMjQzaDMuMThWNS4xMzZILjY0MnYxLjEwN0gzLjgyVjE1Wm01LjkgMi41ODRjMS4zMDUgMCAxLjkxNC0uNDc5IDIuNTIyLTIuMTMzbDIuODc4LTcuODJoLTEuMjVsLTIuMDE4IDYuMDYzaC0uMTA5TDkuNzIxIDcuNjMxSDguNDQ5bDIuNzI4IDcuMzc2LS4xMzcuNDM3Yy0uMjY3Ljg0OC0uNjc3IDEuMTU2LTEuMzUzIDEuMTU2LS4xNjUgMC0uMzUtLjAwNy0uNDkzLS4wMzV2Ljk3OGMuMTY0LjAyNy4zNy4wNDEuNTI3LjA0MVptNi45NzItLjEyM2gxLjE5di0zLjYyM2guMTFjLjQwMi43ODYgMS4yODQgMS4yOTIgMi4yOTYgMS4yOTIgMS44NzMgMCAzLjA5LTEuNDk3IDMuMDktMy44MDh2LS4wMTNjMC0yLjI5Ny0xLjIyNC0zLjgwOC0zLjA5LTMuODA4LTEuMDI1IDAtMS44NDYuNDg1LTIuMjk3IDEuMzA2aC0uMTFWNy42M2gtMS4xODl2OS44M1ptMy4zMjMtMy4zODRjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ2IDAgMi4xNDYgMS4wMzkgMi4xNDYgMi43NTV2LjAxM2MwIDEuNzE2LS44IDIuNzU1LTIuMTQ2IDIuNzU1Wm04LjIzIDEuMDUzYzEuNzM2IDAgMi43OS0uOTg1IDMuMDQyLTEuOTgybC4wMTQtLjA1NWgtMS4xOWwtLjAyNy4wNjFjLS4xOTguNDQ1LS44MTQuOTE2LTEuODEyLjkxNi0xLjMxMiAwLTIuMTUzLS44ODgtMi4xODctMi40MTNoNS4zMDV2LS40NjVjMC0yLjItMS4yMTctMy42OTEtMy4yMi0zLjY5MXMtMy4zMDIgMS41NTktMy4zMDIgMy44MzV2LjAwN2MwIDIuMzEgMS4yNzIgMy43ODcgMy4zNzcgMy43ODdabS0uMDgyLTYuNTdjMS4wODcgMCAxLjg5NC42OTEgMi4wMTcgMi4xNDdoLTQuMDc1Yy4xMy0xLjQwMS45NjQtMi4xNDYgMi4wNTgtMi4xNDZaIiBmaWxsPSIjODc5MjlEIi8+PHJlY3QgeD0iMzciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjMiIGZpbGw9IiNFOUVCRUQiLz48cGF0aCBkPSJtNTAuNDI4IDUuOTE0LTYuODU2IDguMTcyIiBzdHJva2U9IiMyNTJDMzIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNjQuNzI2IDE1LjA1NWMuMjMyIDAgLjQ1OC0uMDI4LjY5LS4wNjl2LTEuMDExYy0uMjE5LjAyLS4zMzUuMDI3LS41NDcuMDI3LS43NjYgMC0xLjA2Ni0uMzQ5LTEuMDY2LTEuMjE3di00LjE3aDEuNjEzdi0uOTg0aC0xLjYxM1Y1LjcyNGgtMS4yM1Y3LjYzSDYxLjQxdi45ODRoMS4xNjJ2NC40N2MwIDEuNDEuNjM2IDEuOTcgMi4xNTQgMS45N1ptNS4zODYuMDc1YzIuMDk5IDAgMy4zOTgtMS40NSAzLjM5OC0zLjgwOHYtLjAxM2MwLTIuMzY2LTEuMy0zLjgwOC0zLjM5OC0zLjgwOHMtMy4zOTcgMS40NDItMy4zOTcgMy44MDh2LjAxM2MwIDIuMzU5IDEuMjk5IDMuODA4IDMuMzk3IDMuODA4Wm0wLTEuMDUzYy0xLjM5NCAwLTIuMTgtMS4wMTgtMi4xOC0yLjc1NXYtLjAxM2MwLTEuNzQ0Ljc4Ni0yLjc1NSAyLjE4LTIuNzU1IDEuMzk1IDAgMi4xODEgMS4wMTEgMi4xODEgMi43NTV2LjAxM2MwIDEuNzM3LS43ODYgMi43NTUtMi4xOCAyLjc1NVptMTIuMTk2IDEuMDUzYzEuNzcgMCAyLjc2MS0uOTUgMy4wNjItMi4yODNsLjAxNC0uMDc1LTEuMTc2LjAwNi0uMDE0LjA0MWMtLjI3My44Mi0uOTAyIDEuMjU4LTEuODkzIDEuMjU4LTEuMzEzIDAtMi4xNi0xLjA4Ny0yLjE2LTIuNzgydi0uMDE0YzAtMS42Ni44MzQtMi43MjcgMi4xNi0yLjcyNyAxLjA2IDAgMS43MTYuNTg4IDEuOSAxLjMxMmwuMDA3LjAyaDEuMTgzbC0uMDA3LS4wNEM4NS4xNjUgOC41MzMgODQuMDkyIDcuNSA4Mi4zIDcuNWMtMi4wNjUgMC0zLjM3NyAxLjQ5LTMuMzc3IDMuNzh2LjAxNGMwIDIuMzM4IDEuMzIgMy44MzUgMy4zODQgMy44MzVabTQuODg3LS4xM2gxLjE5di00LjM2MWMwLTEuMjkyLjc0NS0yLjA4NSAxLjkyLTIuMDg1IDEuMTc2IDAgMS43MjMuNjM1IDEuNzIzIDEuOTYyVjE1aDEuMTl2LTQuNzcxYzAtMS43NS0uOTIzLTIuNzI4LTIuNTc3LTIuNzI4LTEuMDg3IDAtMS43NzguNDU4LTIuMTQ3IDEuMjM3aC0uMTFWNC43MDVoLTEuMTg5VjE1Wm0xMC4yLjEzYy45OSAwIDEuNzYzLS40MyAyLjIyOC0xLjIxN2guMTFWMTVoMS4xODlWOS45NTVjMC0xLjUzMS0xLjAwNS0yLjQ1NC0yLjgwMy0yLjQ1NC0xLjU3MiAwLTIuNjkzLjc4LTIuODg1IDEuOTM1bC0uMDA2LjA0aDEuMTg5bC4wMDctLjAyYy4xOTEtLjU3NC43NzItLjkwMiAxLjY1NC0uOTAyIDEuMSAwIDEuNjU0LjQ5MiAxLjY1NCAxLjQwMXYuNjdsLTIuMTEyLjEzYy0xLjcxNi4xMDItMi42ODYuODYxLTIuNjg2IDIuMTc0di4wMTNjMCAxLjM0IDEuMDYgMi4xODggMi40NiAyLjE4OFptLTEuMjQ1LTIuMjE1di0uMDE0YzAtLjczMS40OTMtMS4xMjggMS42MTQtMS4xOTZsMS45NjgtLjEyM3YuNjdjMCAxLjA1My0uODgxIDEuODQ2LTIuMDkxIDEuODQ2LS44NTUgMC0xLjQ5LS40MzgtMS40OS0xLjE4M1pNMTAzLjA5NiAxNWgxLjE4OXYtNC4zNjFjMC0xLjI5Mi43NDUtMi4wODUgMS45MjEtMi4wODUgMS4xNzYgMCAxLjcyMy42MzUgMS43MjMgMS45NjJWMTVoMS4xODl2LTQuNzcxYzAtMS43NS0uOTIzLTIuNzI4LTIuNTc3LTIuNzI4LTEuMDg3IDAtMS43NzcuNDU4LTIuMTQ2IDEuMjM3aC0uMTFWNy42MzFoLTEuMTg5VjE1Wm0xMS4yMTEgMi41OThjMi4wMDkgMCAzLjI4MS0xLjA1MyAzLjI4MS0yLjdWNy42M2gtMS4xOXYxLjIxN2gtLjA4MmMtLjQ1MS0uODM0LTEuMjU3LTEuMzQ3LTIuMjk2LTEuMzQ3LTEuOTI4IDAtMy4xMTggMS40OTctMy4xMTggMy41NjF2LjAxNGMwIDIuMDY1IDEuMTgzIDMuNTQxIDMuMDkgMy41NDEgMS4wMTIgMCAxLjg0Ni0uNDU4IDIuMzExLTEuMjcxaC4xMDl2MS40OWMwIDEuMDg3LS43ODYgMS43MDktMi4xMDUgMS43MDktMS4wNiAwLTEuNzE2LS4zOTctMS44NDYtLjk1N2wtLjAwNy0uMDA3aC0xLjIzbC0uMDE0LjAwN2MuMTg1IDEuMjEgMS4zMTkgMi4wMSAzLjA5NyAyLjAxWm0tLjA1NS00LjAzM2MtMS4zNjcgMC0yLjEzMy0xLjAyNi0yLjEzMy0yLjQ4OXYtLjAxNGMwLTEuNDYyLjc2Ni0yLjUwOCAyLjEzMy0yLjUwOCAxLjM2IDAgMi4xODcgMS4wNDYgMi4xODcgMi41MDh2LjAxNGMwIDEuNDYzLS44MiAyLjQ4OS0yLjE4NyAyLjQ4OVptOC41NTkgMS41NjVjMS43MzYgMCAyLjc4OS0uOTg1IDMuMDQyLTEuOTgybC4wMTMtLjA1NWgtMS4xODlsLS4wMjguMDYxYy0uMTk4LjQ0NS0uODEzLjkxNi0xLjgxMS45MTYtMS4zMTMgMC0yLjE1My0uODg4LTIuMTg4LTIuNDEzaDUuMzA1di0uNDY1YzAtMi4yLTEuMjE3LTMuNjkxLTMuMjItMy42OTFzLTMuMzAxIDEuNTU5LTMuMzAxIDMuODM1di4wMDdjMCAyLjMxIDEuMjcxIDMuNzg3IDMuMzc3IDMuNzg3Wm0tLjA4Mi02LjU3YzEuMDg2IDAgMS44OTMuNjkxIDIuMDE2IDIuMTQ3aC00LjA3NGMuMTMtMS40MDEuOTY0LTIuMTQ2IDIuMDU4LTIuMTQ2Wm0xMi42NzMgNi41N2MxLjg2NyAwIDMuMDktMS41MSAzLjA5LTMuODA4di0uMDEzYzAtMi4zMTEtMS4yMTctMy44MDgtMy4wOS0zLjgwOC0xLjAxMSAwLTEuODkzLjUwNi0yLjI5NyAxLjI5MmgtLjEwOVY0LjcwNWgtMS4xODlWMTVoMS4xODl2LTEuMTc2aC4xMDljLjQ1Mi44MiAxLjI3MiAxLjMwNiAyLjI5NyAxLjMwNlptLS4yNzMtMS4wNTNjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ3IDAgMi4xNDYgMS4wMzkgMi4xNDYgMi43NTV2LjAxM2MwIDEuNzE2LS43OTkgMi43NTUtMi4xNDYgMi43NTVabTUuMjc3LjkyM2gxLjE5VjQuNzA1aC0xLjE5VjE1Wm02LjUwMS4xM2MyLjA5OSAwIDMuMzk4LTEuNDUgMy4zOTgtMy44MDh2LS4wMTNjMC0yLjM2Ni0xLjI5OS0zLjgwOC0zLjM5OC0zLjgwOC0yLjA5OCAwLTMuMzk3IDEuNDQyLTMuMzk3IDMuODA4di4wMTNjMCAyLjM1OSAxLjI5OSAzLjgwOCAzLjM5NyAzLjgwOFptMC0xLjA1M2MtMS4zOTQgMC0yLjE4LTEuMDE4LTIuMTgtMi43NTV2LS4wMTNjMC0xLjc0NC43ODYtMi43NTUgMi4xOC0yLjc1NSAxLjM5NSAwIDIuMTgxIDEuMDExIDIuMTgxIDIuNzU1di4wMTNjMCAxLjczNy0uNzg2IDIuNzU1LTIuMTgxIDIuNzU1Wm04LjI1OCAxLjA1M2MxLjc3MSAwIDIuNzYyLS45NSAzLjA2My0yLjI4M2wuMDEzLS4wNzUtMS4xNzYuMDA2LS4wMTMuMDQxYy0uMjc0LjgyLS45MDMgMS4yNTgtMS44OTQgMS4yNTgtMS4zMTIgMC0yLjE2LTEuMDg3LTIuMTYtMi43ODJ2LS4wMTRjMC0xLjY2LjgzNC0yLjcyNyAyLjE2LTIuNzI3IDEuMDYgMCAxLjcxNi41ODggMS45MDEgMS4zMTJsLjAwNi4wMmgxLjE4M2wtLjAwNy0uMDRjLS4yMTktMS4zMTMtMS4yOTItMi4zNDUtMy4wODMtMi4zNDUtMi4wNjQgMC0zLjM3NyAxLjQ5LTMuMzc3IDMuNzh2LjAxNGMwIDIuMzM4IDEuMzIgMy44MzUgMy4zODQgMy44MzVabTQuODg4LS4xM2gxLjE4OXYtMi43OTZsLjY5MS0uNjdMMTY0LjY5NCAxNWgxLjQ5N2wtMy40MjQtNC4yNzMgMy4yMTItMy4wOTZoLTEuNDQybC0zLjE4NSAzLjIyaC0uMTFWNC43MDVoLTEuMTg5VjE1Wm0xNC4wODkuMDU1Yy4yMzIgMCAuNDU4LS4wMjguNjktLjA2OXYtMS4wMTFjLS4yMTkuMDItLjMzNS4wMjctLjU0Ny4wMjctLjc2NSAwLTEuMDY2LS4zNDktMS4wNjYtMS4yMTd2LTQuMTdoMS42MTN2LS45ODRoLTEuNjEzVjUuNzI0aC0xLjIzMVY3LjYzaC0xLjE2MnYuOTg0aDEuMTYydjQuNDdjMCAxLjQxLjYzNiAxLjk3IDIuMTU0IDEuOTdabTMuMDk2IDIuNTI5YzEuMzA2IDAgMS45MTQtLjQ3OSAyLjUyMy0yLjEzM2wyLjg3OC03LjgyaC0xLjI1MWwtMi4wMTcgNi4wNjNoLS4xMDlsLTIuMDI0LTYuMDYzaC0xLjI3MWwyLjcyNyA3LjM3Ni0uMTM2LjQzN2MtLjI2Ny44NDgtLjY3NyAxLjE1Ni0xLjM1NCAxLjE1NmEyLjgyIDIuODIgMCAwIDEtLjQ5Mi0uMDM1di45NzhjLjE2NC4wMjcuMzY5LjA0MS41MjYuMDQxWm02Ljk3My0uMTIzaDEuMTg5di0zLjYyM2guMTFjLjQwMy43ODYgMS4yODUgMS4yOTIgMi4yOTcgMS4yOTIgMS44NzMgMCAzLjA4OS0xLjQ5NyAzLjA4OS0zLjgwOHYtLjAxM2MwLTIuMjk3LTEuMjIzLTMuODA4LTMuMDg5LTMuODA4LTEuMDI2IDAtMS44NDYuNDg1LTIuMjk3IDEuMzA2aC0uMTFWNy42M2gtMS4xODl2OS44M1ptMy4zMjItMy4zODRjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ3IDAgMi4xNDcgMS4wMzkgMi4xNDcgMi43NTV2LjAxM2MwIDEuNzE2LS44IDIuNzU1LTIuMTQ3IDIuNzU1Wm04LjIzMSAxLjA1M2MxLjczNiAwIDIuNzg5LS45ODUgMy4wNDItMS45ODJsLjAxMy0uMDU1aC0xLjE4OWwtLjAyNy4wNjFjLS4xOTkuNDQ1LS44MTQuOTE2LTEuODEyLjkxNi0xLjMxMiAwLTIuMTUzLS44ODgtMi4xODctMi40MTNoNS4zMDR2LS40NjVjMC0yLjItMS4yMTctMy42OTEtMy4yMi0zLjY5MS0yLjAwMiAwLTMuMzAxIDEuNTU5LTMuMzAxIDMuODM1di4wMDdjMCAyLjMxIDEuMjcxIDMuNzg3IDMuMzc3IDMuNzg3Wm0tLjA4Mi02LjU3YzEuMDg3IDAgMS44OTMuNjkxIDIuMDE2IDIuMTQ3aC00LjA3NGMuMTMtMS40MDEuOTY0LTIuMTQ2IDIuMDU4LTIuMTQ2WiIgZmlsbD0iIzg3OTI5RCIvPjwvc3ZnPg==\");height:0;pointer-events:none;position:absolute;top:-2px;z-index:-1}.neeto-editor{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-black));max-width:100%!important;padding:16px;white-space:pre-wrap}.neeto-editor:focus{outline:none}.neeto-editor a{pointer-events:none}.neeto-editor [data-variable]{color:rgb(var(--neeto-ui-gray-600));padding:4px 6px}.neeto-editor .ProseMirror-separator{display:none}.neeto-editor.fixed-menu-active{border:thin solid rgb(var(--neeto-ui-gray-300));border-top:none;border-top-left-radius:0;border-top-right-radius:0}.neeto-editor.attachments-active{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.neeto-editor .is-empty{position:relative}.neeto-editor.placeholder-active .is-editor-empty:first-child:before{color:#ced4da;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.neeto-editor hr{margin:8px 0}.neeto-editor .ProseMirror-selectednode{outline:3px solid rgb(var(--neeto-ui-pastel-blue))}.neeto-editor .has-focus{background:var(--focus-background-color);transition:background-color .2s ease}.neeto-editor [data-variable]{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:inline-flex;line-height:1;padding:4px}.neeto-editor-character-count{color:rgb(var(--neeto-ui-gray-600));font-size:12px;padding:4px;text-align:right}.neeto-editor-error{border-color:rgb(var(--neeto-ui-error-500));border-radius:var(--neeto-ui-rounded);border-width:1px;color:rgb(var(--neeto-ui-error-500))}.neeto-editor-error:focus-within{border-color:rgb(var(--neeto-ui-error-600))}.ne_variable-tag{border-radius:6px!important}.neeto-editor,.neeto-editor-content{-moz-tab-size:2;-o-tab-size:2;tab-size:2;white-space:pre-wrap;word-break:break-word}.neeto-editor h1,.neeto-editor h2,.neeto-editor h3,.neeto-editor h4,.neeto-editor h5,.neeto-editor h6,.neeto-editor-content h1,.neeto-editor-content h2,.neeto-editor-content h3,.neeto-editor-content h4,.neeto-editor-content h5,.neeto-editor-content h6{color:rgb(var(--neeto-ui-black))}.neeto-editor h1 strong,.neeto-editor h2 strong,.neeto-editor h3 strong,.neeto-editor h4 strong,.neeto-editor h5 strong,.neeto-editor h6 strong,.neeto-editor-content h1 strong,.neeto-editor-content h2 strong,.neeto-editor-content h3 strong,.neeto-editor-content h4 strong,.neeto-editor-content h5 strong,.neeto-editor-content h6 strong{font-weight:var(--neeto-ui-font-semibold)!important}.neeto-editor h1,.neeto-editor-content h1{margin:2rem 0 .25rem}.neeto-editor h2,.neeto-editor-content h2{margin:1.5rem 0 .25rem}.neeto-editor h3,.neeto-editor-content h3{margin:1rem 0 .25rem}.neeto-editor h4,.neeto-editor-content h4{margin:.875rem 0 .25rem}.neeto-editor h5,.neeto-editor-content h5{margin:.75rem 0 .25rem}.neeto-editor h6,.neeto-editor-content h6{margin:.5rem 0 .25rem}.neeto-editor p,.neeto-editor-content p{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-body1);font-weight:var(--neeto-ui-font-normal);line-height:var(--neeto-ui-leading-normal)}.neeto-editor p:empty:after,.neeto-editor-content p:empty:after{content:\" \"}.neeto-editor p:last-child,.neeto-editor-content p:last-child{margin-bottom:0}.neeto-editor p strong,.neeto-editor-content p strong{font-weight:var(--neeto-ui-font-semibold)!important}.neeto-editor code,.neeto-editor-content code{background-color:rgb(var(--neeto-ui-gray-100));border-radius:var(--neeto-ui-rounded-sm);font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:14px;padding:.2em .4em}.neeto-editor pre,.neeto-editor-content pre{background-color:#f7f6f3;border-radius:var(--neeto-ui-rounded-sm);font-size:14px;line-height:1.5;margin-bottom:16px;margin-top:16px;overflow-x:auto;padding:34px 16px 32px 32px;position:relative}.neeto-editor pre .neeto-editor-codeblock-options,.neeto-editor-content pre .neeto-editor-codeblock-options{align-items:center;display:flex;gap:4px;position:absolute;right:4px;top:4px}.neeto-editor pre .neeto-editor-codeblock-options__menu,.neeto-editor-content pre .neeto-editor-codeblock-options__menu{display:flex;flex-direction:column;gap:4px}.neeto-editor pre .neeto-editor-codeblock-options__input,.neeto-editor-content pre .neeto-editor-codeblock-options__input{margin:4px}.neeto-editor pre>code,.neeto-editor-content pre>code{background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;padding:0;white-space:pre-wrap}.neeto-editor blockquote,.neeto-editor-content blockquote{border-left-color:#e5e7eb;border-left-width:4px;color:rgb(var(--neeto-ui-black));font-weight:var(--neeto-ui-font-medium);margin:8px 0;padding-left:12px;quotes:\"“\" \"”\" \"‘\" \"’\"}.neeto-editor blockquote>p:after,.neeto-editor blockquote>p:before,.neeto-editor-content blockquote>p:after,.neeto-editor-content blockquote>p:before{content:\"\"!important}.neeto-editor ol,.neeto-editor ul,.neeto-editor-content ol,.neeto-editor-content ul{list-style:revert;margin-bottom:1em;padding-left:28px}.neeto-editor ol li:before,.neeto-editor ul li:before,.neeto-editor-content ol li:before,.neeto-editor-content ul li:before{background-color:rgb(var(--neeto-ui-black))}.neeto-editor a[href],.neeto-editor-content a[href]{color:rgb(var(--neeto-ui-primary-800));font-weight:500}.neeto-editor .neeto-editor__video-wrapper,.neeto-editor-content .neeto-editor__video-wrapper{display:flex;margin:16px 0}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe{border:2px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-lg);display:inline-block;padding:4px}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe{height:100%;width:100%}.neeto-editor .neeto-editor__video--left,.neeto-editor-content .neeto-editor__video--left{justify-content:flex-start}.neeto-editor .neeto-editor__video--right,.neeto-editor-content .neeto-editor__video--right{justify-content:flex-end}.neeto-editor .neeto-editor__video--center,.neeto-editor-content .neeto-editor__video--center{justify-content:center}.neeto-editor mark,.neeto-editor-content mark{border-radius:var(--neeto-ui-rounded-sm);padding:0 4px}.neeto-editor [data-type=mention],.neeto-editor [data-type=special-mention],.neeto-editor-content [data-type=mention],.neeto-editor-content [data-type=special-mention]{color:rgb(var(--neeto-ui-primary-800))}.neeto-editor table,.neeto-editor-content table{border:1px solid rgba(var(--neeto-ui-gray-300));border-collapse:separate;border-radius:var(--neeto-ui-rounded-sm);border-spacing:0;min-width:300px;overflow:hidden;table-layout:fixed}.neeto-editor table td,.neeto-editor table th,.neeto-editor-content table td,.neeto-editor-content table th{border-left:1px solid rgba(var(--neeto-ui-gray-300));border-top:1px solid rgba(var(--neeto-ui-gray-300));padding:8px 12px;position:relative}.neeto-editor table td:first-child,.neeto-editor table th:first-child,.neeto-editor-content table td:first-child,.neeto-editor-content table th:first-child{border-left:none}.neeto-editor table th,.neeto-editor-content table th{background:rgb(var(--neeto-ui-gray-100));border-top:none}.neeto-editor table td,.neeto-editor-content table td{background:rgb(var(--neeto-ui-white))}.neeto-editor-content--hidden{display:none}.neeto-editor__image-wrapper{color:inherit!important;display:flex;font-weight:400!important;margin:16px 0;text-decoration:none}.neeto-editor__image-wrapper figure{display:inline-block;position:relative}.neeto-editor__image-wrapper .neeto-editor__image{display:inline-block}.neeto-editor__image-wrapper .neeto-editor__image img,.neeto-editor__image-wrapper .neeto-editor__image video{border:2px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-lg);display:inline-block;height:auto;padding:4px;width:100%}.neeto-editor__image-wrapper .neeto-editor__image-placeholder{align-items:center;border:1px solid;border-radius:8px;display:flex;height:200px;justify-content:center;width:400px}.neeto-editor__image-wrapper figcaption{color:rgb(var(--neeto-ui-gray-600));font-size:13px;font-weight:var(--neeto-ui-font-normal);text-align:center}.neeto-editor__image-wrapper figcaption a{display:inline-block;margin:0;text-align:center}.neeto-editor__image-wrapper figcaption.is-empty div:before{color:rgb(var(--neeto-ui-gray-500));content:\"Add a caption\";inset:0;position:absolute}.neeto-editor__image--left{justify-content:flex-start}.neeto-editor__image--center{justify-content:center}.neeto-editor__image--right{justify-content:flex-end}.neeto-editor-fixed-menu{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-bottom:none;border-radius:var(--neeto-ui-rounded) var(--neeto-ui-rounded) 0 0;position:relative}.neeto-editor-fixed-menu--independant{border-bottom:thin solid rgb(var(--neeto-ui-gray-300));border-radius:0;border-radius:initial}.neeto-editor-fixed-menu__item{border-radius:var(--neeto-ui-rounded-sm)!important}.neeto-editor-fixed-menu .vertical-divider{border-left:1px solid rgb(var(--neeto-ui-gray-300));height:24px;margin:0 11.5px;opacity:.5}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item{min-width:-moz-fit-content;min-width:fit-content;padding:2px}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item .neeto-ui-btn__icon{color:rgb(var(--neeto-ui-black));height:20px!important;width:20px!important}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item:hover{background-color:rgb(var(--neeto-ui-primary-100))}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item:hover .neeto-ui-btn__icon{color:rgb(var(--neeto-ui-primary-800))}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item.neeto-ui-btn--style-secondary{background-color:rgb(var(--neeto-ui-primary-100))}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item.neeto-ui-btn--style-secondary .neeto-ui-btn__icon{color:rgb(var(--neeto-ui-primary-800))}.neeto-editor-fixed-menu__wrapper{align-items:center;display:flex;justify-content:flex-start;overflow:auto;padding:4px;width:100%}.neeto-editor-fixed-menu__wrapper--collapsible{align-items:center;display:flex;flex-grow:1}.neeto-editor-fixed-menu__wrapper--collapsible--fade button.neeto-editor-fixed-menu__item{animation:fade-in .3s ease-in}.neeto-editor-fixed-menu__wrapper__button-group{display:flex;gap:4px}.neeto-editor-fixed-menu__variables{bottom:-24px;position:absolute;right:8px;z-index:10}.neeto-editor-fixed-menu__variables .neeto-editor-menu__item{background-color:rgb(var(--neeto-ui-gray-700));border-radius:var(--neeto-ui-rounded-sm);padding:4px}.neeto-editor-fixed-menu__variables .neeto-editor-menu__item.active,.neeto-editor-fixed-menu__variables .neeto-editor-menu__item:hover{background-color:rgb(var(--neeto-ui-gray-600))}.neeto-editor-fixed-menu__right-options{display:flex;gap:8px;justify-self:flex-end;margin-left:auto}.neeto-editor-fixed-menu__emoji-dropdown{max-height:none!important}.neeto-editor-fixed-menu__separator{display:flex;height:28px;width:32px}.neeto-editor-fixed-menu__separator span{width:100%}.neeto-editor-fixed-menu__separator span:first-child{border-right:1px solid rgb(var(--neeto-ui-gray-200))}.neeto-editor-text-color-option__options-group{align-items:center;display:flex;gap:8px;margin:8px 4px}.neeto-editor-text-color-option__options-group__input{max-width:130px}.neeto-editor-text-color-option__options-group__reset-button{align-self:center}.neeto-editor-menu__item{align-items:center;border-radius:2px;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px;transition:var(--neeto-ui-transition)}.neeto-editor-menu__item p{color:rgb(var(--neeto-ui-gray-600));font-size:var(--neeto-ui-text-xs);line-height:1;white-space:nowrap}.neeto-editor-menu__item.active,.neeto-editor-menu__item:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-menu__item:focus,.neeto-editor-menu__item:focus-visible{outline:rgb(var(--neeto-ui-gray-300)) auto 1px}.neeto-editor-menu__item input[type=color]{height:0;visibility:hidden;width:0}.neeto-editor-menu__item:disabled{background-color:rgb(var(--neeto-ui-gray-100));opacity:.5}.neeto-editor-link__item{align-items:flex-start;justify-content:flex-start}.neeto-editor-link__item,.neeto-editor-table__item{display:flex!important;flex-direction:row;gap:8px;padding:8px!important}.neeto-editor-table__item input{max-width:60px!important}.neeto-editor-table__options-menu{display:flex;flex-direction:column;gap:8px;max-height:150px!important;overflow:scroll;padding:8px!important}.neeto-editor-font-size__wrapper{font-weight:var(--neeto-ui-font-normal)!important;gap:15px!important}.neeto-editor-bubble-menu{align-items:center;background:rgb(var(--neeto-ui-gray-800));border-radius:var(--neeto-ui-rounded);display:flex;flex-direction:row;gap:1px;justify-content:flex-start;padding:0 4px;position:relative}.neeto-editor-bubble-menu button.neeto-ui-btn--style-text{color:rgb(var(--neeto-ui-gray-200));min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-bubble-menu button.neeto-ui-btn--style-text.active,.neeto-editor-bubble-menu button.neeto-ui-btn--style-text:active,.neeto-editor-bubble-menu button.neeto-ui-btn--style-text:hover{background-color:rgb(var(--neeto-ui-gray-600))!important;color:rgb(var(--neeto-ui-gray-200))!important}.neeto-editor-bubble-menu button.neeto-ui-btn--style-secondary{background-color:rgb(var(--neeto-ui-gray-400));min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup{background-color:rgb(var(--neeto-ui-gray-700))}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn{color:rgb(var(--neeto-ui-gray-200))!important}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn.active,.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn:active,.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn:hover{background-color:rgb(var(--neeto-ui-gray-600))!important}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:6px;width:256px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input{background-color:transparent;line-height:20px;outline:none;width:100%}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input::-moz-placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input::placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .ne-btn--icon-only{min-height:0;opacity:.8;padding:0}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .ne-btn--icon-only:hover{opacity:1}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table{align-items:center;display:flex;gap:6px;justify-content:space-between;max-width:256px;padding:4px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input{background-color:rgba(var(--neeto-ui-gray-400),.2);height:24px;line-height:20px;outline:none;width:60px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input::-moz-placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input::placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table__buttons{align-items:center;display:flex;gap:4px;justify-content:space-between}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table-options{align-items:center;display:flex;flex-direction:column;gap:2px;max-height:100px;overflow:scroll}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown-target{align-items:center;display:flex;font-size:var(--neeto-ui-text-xs);gap:4px;line-height:var(--neeto-ui-leading-normal);white-space:nowrap}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown{align-items:flex-start;display:flex;flex-direction:column}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item{font-size:var(--neeto-ui-text-xs);padding:8px 12px;text-align:left;width:100%}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item:first-child{border-top-left-radius:var(--neeto-ui-rounded);border-top-right-radius:var(--neeto-ui-rounded)}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item:last-child{border-bottom-left-radius:var(--neeto-ui-rounded);border-bottom-right-radius:var(--neeto-ui-rounded)}.neeto-editor-bubble-menu-animate-shake{animation:shake 1s linear infinite alternate both}.neeto-editor__image-menu .neeto-ui-dropdown__popup{display:flex;min-width:0;min-width:auto}.neeto-editor__image-menu .neeto-ui-dropdown__popup .neeto-ui-btn .neeto-ui-btn__icon{height:18px!important;width:18px!important}.neeto-editor__image-menu-btn{padding:2px!important;position:absolute!important;right:4px;top:4px;z-index:1}.ne-media-uploader{display:flex;flex-direction:column;min-height:184px}.ne-media-uploader .ne-tab__wrapper .ne-tab{min-width:88px}.ne-media-uploader .ne-media-uploader__content{display:flex;flex-grow:1;padding:16px}.ne-media-uploader .ne-media-uploader__dnd{align-items:center;border:1px dashed rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded);box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;gap:2px;justify-content:center;width:100%}.ne-media-uploader .ne-media-uploader__dnd-icon{color:rgb(var(--neeto-ui-primary-600));margin-bottom:6px}.ne-media-uploader .ne-media-uploader__dnd-input{display:none}.ne-media-uploader .ne-media-uploader__dnd:hover{background-color:rgb(var(--neeto-ui-gray-100));cursor:pointer}.ne-media-uploader .ne-media-uploader__dnd.uppy-is-drag-over{background-color:rgba(var(--neeto-ui-gray-300),.5);border:3px dashed rgb(var(--neeto-ui-gray-500));color:rgb(var(--neeto-ui-gray-600))}.ne-media-uploader .ne-media-uploader__wrapper{display:flex;flex-wrap:wrap;gap:8px;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media{align-self:start;background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);display:flex;flex-direction:column;flex-grow:1;height:58px;justify-content:space-between;margin-bottom:auto;margin-top:auto;padding:4px 8px;width:220px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info{align-items:center;display:flex;gap:4px;justify-content:space-between}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info p{display:block;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress{align-self:flex-end;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-full);overflow:hidden;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress-bar{align-items:center;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded-full);color:rgb(var(--neeto-ui-primary-100));display:flex;font-size:12px;font-weight:500px;height:12px;justify-content:center;line-height:1;transition:var(--neeto-ui-transition)}.ne-media-uploader .neeto-editor-unsplash-wrapper{width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-container{max-height:50vh;overflow-x:hidden;overflow-y:auto}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-search{margin-bottom:16px;padding:0 8px}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery{right:-8px;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__loader{display:flex;justify-content:center}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item{float:left;padding-bottom:16px;padding-right:16px;width:33.3%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder{position:relative;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner{background-color:rgb(var(--neeto-ui-gray-100));border-radius:var(--neeto-ui-rounded-sm);height:100%;position:absolute;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner img{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) 1s both;border-radius:var(--neeto-ui-rounded);cursor:pointer;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner a{bottom:8px;color:rgb(var(--neeto-ui-white));font-size:12px;font-weight:var(--neeto-ui-font-normal);left:8px;line-height:1;margin:auto;opacity:0;position:absolute;text-transform:capitalize;transition:var(--neeto-ui-transition)}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner a:hover{text-decoration:underline}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner:hover a{opacity:1}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__text{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-xs);margin-top:12px;text-align:center}.neeto-editor-url-form__wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:0 24px}.neeto-editor-url-form__wrapper .neeto-ui-input__wrapper{flex-grow:0;margin-bottom:16px;width:100%}.neeto-editor-emoji{font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols}.emoji-mart.emoji-mart-light{border:none;color:rgb(var(--neeto-ui-gray-800));font-size:14px}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor{color:rgb(var(--neeto-ui-gray-500))}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor svg{margin:auto}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor .emoji-mart-anchor-bar{background-color:rgb(var(--neeto-ui-gray-700))!important}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor.emoji-mart-anchor-selected{color:rgb(var(--neeto-ui-gray-700))!important}.emoji-mart.emoji-mart-light .emoji-mart-search input{border-radius:var(--neeto-ui-rounded-sm)}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-category-label span{padding-top:8px}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-emoji span{cursor:pointer}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm)}.emoji-mart.emoji-mart-light .emoji-mart-scroll{height:264px;padding-bottom:0}.neeto-editor-emoji-suggestion{align-items:center;display:flex;flex-direction:row;font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;gap:2px;justify-content:flex-start;padding:4px}.neeto-editor-emoji-suggestion p{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-xs)}.neeto-editor-emoji-suggestion span{font-size:10px;height:16px!important;width:16px!important}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item{border-radius:var(--neeto-ui-rounded-sm);cursor:pointer;font-size:var(--neeto-ui-text-2xl);line-height:1;padding:6px;transition:var(--neeto-ui-transition)}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item--selected,.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-table{display:relative;margin:8px 0 0;width:-moz-fit-content;width:fit-content}.neeto-editor-table table td p,.neeto-editor-table table th p{margin:0}.neeto-editor-table table .column-resize-handle{background-color:rgb(var(--neeto-ui-gray-300));bottom:0;position:absolute;right:-2px;top:0;width:4px}.neeto-editor-table table .selectedCell:after{background:rgba(var(--neeto-ui-primary-500),.1);content:\"\";inset:0;position:absolute}.neeto-editor-table__wrapper{display:flex;gap:4px}.neeto-editor-table__add-column,.neeto-editor-table__add-row{align-items:center;background:rgba(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);cursor:pointer;display:flex;justify-content:center;transition:var(--neeto-ui-transition);visibility:hidden}.neeto-editor-table__add-column p,.neeto-editor-table__add-row p{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-xs);line-height:12px}.neeto-editor-table__add-column:hover,.neeto-editor-table__add-row:hover{background:rgba(var(--neeto-ui-gray-300))}.neeto-editor-table:hover .neeto-editor-table__add-column,.neeto-editor-table:hover .neeto-editor-table__add-row{visibility:visible}.neeto-editor-table__add-row{height:16px;margin:4px 20px 4px 0}.neeto-editor-table__add-column{flex-direction:column;width:16px}.ProseMirror.resize-cursor{cursor:col-resize}.ne-attachments{display:flex;flex-direction:column;gap:8px}.ne-attachments__items{display:flex;flex-wrap:wrap;gap:8px}.ne-attachments__preview{align-items:center;background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);display:flex;justify-content:space-between;padding:4px 2px 4px 8px;width:256px}.ne-attachments__preview-wrapper{display:flex;gap:8px;width:88%}.ne-attachments__preview-wrapper__icon{height:auto;width:15px}.ne-attachments__preview-wrapper p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:92%}.ne-attachments__preview-wrapper:hover{cursor:pointer}.ne-attachments__preview__progress{display:flex;justify-content:space-between;opacity:.5;width:76%}.ne-attachments__preview__progress p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:85%}.ne-attachments__preview__progress p:nth-child(2){width:-moz-fit-content;width:fit-content}.ne-attachments__preview__progress-icon{height:auto;width:15px}.ne-attachments__preview:hover{box-shadow:0 0 0 1px rgb(var(--neeto-ui-gray-400))}.ne-attachments input[type=file]{display:none}.ne-attachments-preview{display:flex;flex-direction:column;gap:8px;height:75vh!important;max-height:576px!important;max-width:1152px!important;width:75vw!important}.ne-attachments-preview__header{border-bottom:1px solid rgb(var(--neeto-ui-gray-200));margin-bottom:8px}.ne-attachments-preview__body{align-items:center;display:flex;flex-grow:1;justify-content:center;min-height:10px;padding-bottom:8px!important;position:relative;width:100%}.ne-attachments-preview__body-download{color:rgb(var(--neeto-ui-primary-800));cursor:pointer}.ne-attachments-preview__body img{max-height:100%;max-width:100%}.ne-attachments-preview__body video{height:100%;width:100%}.ne-attachments-preview__body iframe{height:100%;padding:0 8px;width:100%}.ne-attachments-preview__body-left,.ne-attachments-preview__body-right{position:absolute!important;top:50%;transform:translateY(-50%);z-index:1}.ne-attachments-preview__body-left:hover,.ne-attachments-preview__body-right:hover{background-color:rgba(var(--neeto-ui-gray-100),.4)!important;cursor:pointer}.ne-attachments-preview__body-left{left:24px}.ne-attachments-preview__body-right{right:24px}.ne-attachments-preview__footer{align-items:center;display:flex;justify-content:space-around;padding-bottom:24px!important}.ne-attachments--integrated{background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-300));border-radius:0 0 var(--neeto-ui-rounded) var(--neeto-ui-rounded);border-top:none;padding:0 6px}.ne-attachments__wrapper{position:relative}.ne-attachments__wrapper.uppy-is-drag-over:after{align-items:center;background-color:rgba(var(--neeto-ui-gray-300),.5);border:3px dashed rgb(var(--neeto-ui-gray-500));border-radius:5px;color:rgb(var(--neeto-ui-gray-600));content:\"Drop the file here\";display:flex;font-size:1.2rem;font-weight:700;inset:7px;justify-content:center;position:absolute}.ProseMirror{height:100%;overflow-y:auto;white-space:break-spaces}.ProseMirror:focus{outline:none}";
|
|
152363
152808
|
n(css,{});
|
|
152364
152809
|
|
|
152365
152810
|
function cov_1e6pfjcktm() {
|