@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.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isNotEmpty, findBy, noop as noop$2, removeBy, findIndexBy, removeById, slugify } from '@bigbinary/neeto-commons-frontend/pure';
|
|
2
|
-
import { pluck, isEmpty as isEmpty$1, isNil, mergeDeepLeft, assoc, mergeRight, concat as concat$3, is, prop, not, fromPairs, last } from 'ramda';
|
|
2
|
+
import { pluck, isEmpty as isEmpty$1, isNil, mergeDeepLeft, assoc, mergeRight, concat as concat$3, is, prop, not, fromPairs, last, min as min$1 } from 'ramda';
|
|
3
3
|
import * as React$6 from 'react';
|
|
4
4
|
import React__default, { useContext, useState, useRef as useRef$1, useEffect as useEffect$1, useImperativeHandle, createContext, forwardRef as forwardRef$1, cloneElement, useLayoutEffect, useMemo, useCallback } from 'react';
|
|
5
5
|
import { renderToString } from 'react-dom/server';
|
|
@@ -37416,9 +37416,9 @@ function _toArray(arr) {
|
|
|
37416
37416
|
return _arrayWithHoles(arr) || _iterableToArray$1(arr) || _unsupportedIterableToArray$1(arr) || _nonIterableRest();
|
|
37417
37417
|
}
|
|
37418
37418
|
|
|
37419
|
-
function ownKeys$
|
|
37419
|
+
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; }
|
|
37420
37420
|
|
|
37421
|
-
function _objectSpread$
|
|
37421
|
+
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; }
|
|
37422
37422
|
|
|
37423
37423
|
var consoleLogger = {
|
|
37424
37424
|
type: 'logger',
|
|
@@ -37505,7 +37505,7 @@ var Logger = function () {
|
|
|
37505
37505
|
}, {
|
|
37506
37506
|
key: "create",
|
|
37507
37507
|
value: function create(moduleName) {
|
|
37508
|
-
return new Logger(this.logger, _objectSpread$
|
|
37508
|
+
return new Logger(this.logger, _objectSpread$h(_objectSpread$h({}, {
|
|
37509
37509
|
prefix: "".concat(this.prefix, ":").concat(moduleName, ":")
|
|
37510
37510
|
}), this.options));
|
|
37511
37511
|
}
|
|
@@ -40277,9 +40277,9 @@ function cape(m) {
|
|
|
40277
40277
|
return unes[m];
|
|
40278
40278
|
}
|
|
40279
40279
|
|
|
40280
|
-
function ownKeys$
|
|
40280
|
+
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; }
|
|
40281
40281
|
|
|
40282
|
-
function _objectSpread$
|
|
40282
|
+
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; }
|
|
40283
40283
|
var defaultOptions$1 = {
|
|
40284
40284
|
bindI18n: 'languageChanged',
|
|
40285
40285
|
bindI18nStore: '',
|
|
@@ -40293,7 +40293,7 @@ var i18nInstance;
|
|
|
40293
40293
|
var I18nContext = React__default.createContext();
|
|
40294
40294
|
function setDefaults() {
|
|
40295
40295
|
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
40296
|
-
defaultOptions$1 = _objectSpread$
|
|
40296
|
+
defaultOptions$1 = _objectSpread$g(_objectSpread$g({}, defaultOptions$1), options);
|
|
40297
40297
|
}
|
|
40298
40298
|
function getDefaults() {
|
|
40299
40299
|
return defaultOptions$1;
|
|
@@ -40420,9 +40420,9 @@ function hasLoadedNamespace(ns, i18n) {
|
|
|
40420
40420
|
var _excluded$a = ["format"],
|
|
40421
40421
|
_excluded2 = ["children", "count", "parent", "i18nKey", "context", "tOptions", "values", "defaults", "components", "ns", "i18n", "t", "shouldUnescape"];
|
|
40422
40422
|
|
|
40423
|
-
function ownKeys$
|
|
40423
|
+
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; }
|
|
40424
40424
|
|
|
40425
|
-
function _objectSpread$
|
|
40425
|
+
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; }
|
|
40426
40426
|
|
|
40427
40427
|
function hasChildren(node, checkLength) {
|
|
40428
40428
|
if (!node) return false;
|
|
@@ -40448,7 +40448,7 @@ function getAsArray(data) {
|
|
|
40448
40448
|
}
|
|
40449
40449
|
|
|
40450
40450
|
function mergeProps(source, target) {
|
|
40451
|
-
var newTarget = _objectSpread$
|
|
40451
|
+
var newTarget = _objectSpread$f({}, target);
|
|
40452
40452
|
|
|
40453
40453
|
newTarget.props = Object.assign(source.props, target.props);
|
|
40454
40454
|
return newTarget;
|
|
@@ -40518,7 +40518,7 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
|
|
|
40518
40518
|
getData(children);
|
|
40519
40519
|
var ast = c$3.parse("<0>".concat(targetString, "</0>"));
|
|
40520
40520
|
|
|
40521
|
-
var opts = _objectSpread$
|
|
40521
|
+
var opts = _objectSpread$f(_objectSpread$f({}, data), combinedTOpts);
|
|
40522
40522
|
|
|
40523
40523
|
function renderInner(child, node, rootReactNode) {
|
|
40524
40524
|
var childs = getChildren$1(child);
|
|
@@ -40528,7 +40528,7 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
|
|
|
40528
40528
|
|
|
40529
40529
|
function pushTranslatedJSX(child, inner, mem, i, isVoid) {
|
|
40530
40530
|
if (child.dummy) child.children = inner;
|
|
40531
|
-
mem.push(React__default.cloneElement(child, _objectSpread$
|
|
40531
|
+
mem.push(React__default.cloneElement(child, _objectSpread$f(_objectSpread$f({}, child.props), {}, {
|
|
40532
40532
|
key: i
|
|
40533
40533
|
}), isVoid ? undefined : inner));
|
|
40534
40534
|
}
|
|
@@ -40560,7 +40560,7 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
|
|
|
40560
40560
|
} else if (isEmptyTransWithHTML) {
|
|
40561
40561
|
var _inner = mapAST(reactNodes, node.children, rootReactNode);
|
|
40562
40562
|
|
|
40563
|
-
mem.push(React__default.cloneElement(child, _objectSpread$
|
|
40563
|
+
mem.push(React__default.cloneElement(child, _objectSpread$f(_objectSpread$f({}, child.props), {}, {
|
|
40564
40564
|
key: i
|
|
40565
40565
|
}), _inner));
|
|
40566
40566
|
} else if (Number.isNaN(parseFloat(node.name))) {
|
|
@@ -40591,11 +40591,11 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
|
|
|
40591
40591
|
var content = node.children[0] ? translationContent : null;
|
|
40592
40592
|
if (content) mem.push(content);
|
|
40593
40593
|
} else if (node.children.length === 1 && translationContent) {
|
|
40594
|
-
mem.push(React__default.cloneElement(child, _objectSpread$
|
|
40594
|
+
mem.push(React__default.cloneElement(child, _objectSpread$f(_objectSpread$f({}, child.props), {}, {
|
|
40595
40595
|
key: i
|
|
40596
40596
|
}), translationContent));
|
|
40597
40597
|
} else {
|
|
40598
|
-
mem.push(React__default.cloneElement(child, _objectSpread$
|
|
40598
|
+
mem.push(React__default.cloneElement(child, _objectSpread$f(_objectSpread$f({}, child.props), {}, {
|
|
40599
40599
|
key: i
|
|
40600
40600
|
})));
|
|
40601
40601
|
}
|
|
@@ -40658,7 +40658,7 @@ function Trans(_ref) {
|
|
|
40658
40658
|
|
|
40659
40659
|
if (context) tOptions.context = context;
|
|
40660
40660
|
|
|
40661
|
-
var reactI18nextOptions = _objectSpread$
|
|
40661
|
+
var reactI18nextOptions = _objectSpread$f(_objectSpread$f({}, getDefaults()), i18n.options && i18n.options.react);
|
|
40662
40662
|
|
|
40663
40663
|
var namespaces = ns || t.ns || defaultNSFromContext || i18n.options && i18n.options.defaultNS;
|
|
40664
40664
|
namespaces = typeof namespaces === 'string' ? [namespaces] : namespaces || ['translation'];
|
|
@@ -40666,13 +40666,13 @@ function Trans(_ref) {
|
|
|
40666
40666
|
var hashTransKey = reactI18nextOptions.hashTransKey;
|
|
40667
40667
|
var key = i18nKey || (hashTransKey ? hashTransKey(defaultValue) : defaultValue);
|
|
40668
40668
|
var interpolationOverride = values ? tOptions.interpolation : {
|
|
40669
|
-
interpolation: _objectSpread$
|
|
40669
|
+
interpolation: _objectSpread$f(_objectSpread$f({}, tOptions.interpolation), {}, {
|
|
40670
40670
|
prefix: '#$?',
|
|
40671
40671
|
suffix: '?$#'
|
|
40672
40672
|
})
|
|
40673
40673
|
};
|
|
40674
40674
|
|
|
40675
|
-
var combinedTOpts = _objectSpread$
|
|
40675
|
+
var combinedTOpts = _objectSpread$f(_objectSpread$f(_objectSpread$f(_objectSpread$f({}, tOptions), {}, {
|
|
40676
40676
|
count: count
|
|
40677
40677
|
}, values), interpolationOverride), {}, {
|
|
40678
40678
|
defaultValue: defaultValue,
|
|
@@ -40717,9 +40717,9 @@ function _slicedToArray(arr, i) {
|
|
|
40717
40717
|
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray$1(arr, i) || _nonIterableRest();
|
|
40718
40718
|
}
|
|
40719
40719
|
|
|
40720
|
-
function ownKeys$
|
|
40720
|
+
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; }
|
|
40721
40721
|
|
|
40722
|
-
function _objectSpread$
|
|
40722
|
+
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; }
|
|
40723
40723
|
function useTranslation(ns) {
|
|
40724
40724
|
var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
40725
40725
|
var i18nFromProps = props.i18n;
|
|
@@ -40747,7 +40747,7 @@ function useTranslation(ns) {
|
|
|
40747
40747
|
|
|
40748
40748
|
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.');
|
|
40749
40749
|
|
|
40750
|
-
var i18nOptions = _objectSpread$
|
|
40750
|
+
var i18nOptions = _objectSpread$e(_objectSpread$e(_objectSpread$e({}, getDefaults()), i18n.options.react), props);
|
|
40751
40751
|
|
|
40752
40752
|
var useSuspense = i18nOptions.useSuspense,
|
|
40753
40753
|
keyPrefix = i18nOptions.keyPrefix;
|
|
@@ -53781,13 +53781,13 @@ function cov_vqdq5apbi() {
|
|
|
53781
53781
|
return actualCoverage;
|
|
53782
53782
|
}
|
|
53783
53783
|
cov_vqdq5apbi();
|
|
53784
|
-
function ownKeys$
|
|
53785
|
-
function _objectSpread$
|
|
53784
|
+
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; }
|
|
53785
|
+
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; }
|
|
53786
53786
|
cov_vqdq5apbi().s[0]++;
|
|
53787
53787
|
var generate = function generate(url, payload, config) {
|
|
53788
53788
|
cov_vqdq5apbi().f[0]++;
|
|
53789
53789
|
cov_vqdq5apbi().s[1]++;
|
|
53790
|
-
return axios.post(url, payload, _objectSpread$
|
|
53790
|
+
return axios.post(url, payload, _objectSpread$d(_objectSpread$d({}, config), {}, {
|
|
53791
53791
|
transformRequestCase: false,
|
|
53792
53792
|
transformResponseCase: false
|
|
53793
53793
|
}));
|
|
@@ -53796,7 +53796,7 @@ cov_vqdq5apbi().s[2]++;
|
|
|
53796
53796
|
var create$1 = function create(url, file, config) {
|
|
53797
53797
|
cov_vqdq5apbi().f[1]++;
|
|
53798
53798
|
cov_vqdq5apbi().s[3]++;
|
|
53799
|
-
return axios.put(url, file, _objectSpread$
|
|
53799
|
+
return axios.put(url, file, _objectSpread$d(_objectSpread$d({}, config), {}, {
|
|
53800
53800
|
transformRequestCase: false,
|
|
53801
53801
|
transformResponseCase: false,
|
|
53802
53802
|
showToastr: false
|
|
@@ -63332,8 +63332,8 @@ function cov_r3t02fgv5() {
|
|
|
63332
63332
|
return actualCoverage;
|
|
63333
63333
|
}
|
|
63334
63334
|
cov_r3t02fgv5();
|
|
63335
|
-
function ownKeys$
|
|
63336
|
-
function _objectSpread$
|
|
63335
|
+
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; }
|
|
63336
|
+
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; }
|
|
63337
63337
|
cov_r3t02fgv5().s[0]++;
|
|
63338
63338
|
var useUppyUploader = function useUppyUploader(_ref) {
|
|
63339
63339
|
var uppyConfig = _ref.uppyConfig,
|
|
@@ -63369,9 +63369,9 @@ var useUppyUploader = function useUppyUploader(_ref) {
|
|
|
63369
63369
|
var uppy = (cov_r3t02fgv5().s[9]++, useUppy(function () {
|
|
63370
63370
|
cov_r3t02fgv5().f[2]++;
|
|
63371
63371
|
cov_r3t02fgv5().s[10]++;
|
|
63372
|
-
return new Uppy(_objectSpread$
|
|
63372
|
+
return new Uppy(_objectSpread$c(_objectSpread$c({}, uppyConfig), {}, {
|
|
63373
63373
|
onBeforeFileAdded: onBeforeFileAdded
|
|
63374
|
-
})).use(ActiveStorageUpload, _objectSpread$
|
|
63374
|
+
})).use(ActiveStorageUpload, _objectSpread$c({
|
|
63375
63375
|
directUploadUrl: DIRECT_UPLOAD_ENDPOINT
|
|
63376
63376
|
}, UPPY_UPLOAD_CONFIG)).on("upload", function () {
|
|
63377
63377
|
cov_r3t02fgv5().f[3]++;
|
|
@@ -69505,8 +69505,8 @@ function cov_zjfqfoy4d() {
|
|
|
69505
69505
|
return actualCoverage;
|
|
69506
69506
|
}
|
|
69507
69507
|
cov_zjfqfoy4d();
|
|
69508
|
-
function ownKeys$
|
|
69509
|
-
function _objectSpread$
|
|
69508
|
+
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; }
|
|
69509
|
+
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; }
|
|
69510
69510
|
cov_zjfqfoy4d().s[0]++;
|
|
69511
69511
|
var Attachments = function Attachments(_ref, ref) {
|
|
69512
69512
|
var _config$allowedFileTy;
|
|
@@ -69690,7 +69690,7 @@ var Attachments = function Attachments(_ref, ref) {
|
|
|
69690
69690
|
return prevState.map(function (uploadingFile) {
|
|
69691
69691
|
cov_zjfqfoy4d().f[10]++;
|
|
69692
69692
|
cov_zjfqfoy4d().s[39]++;
|
|
69693
|
-
return _objectSpread$
|
|
69693
|
+
return _objectSpread$b(_objectSpread$b({}, uploadingFile), {}, {
|
|
69694
69694
|
progress: uploadingFile.filename !== file.name ? (cov_zjfqfoy4d().b[15][0]++, uploadingFile.progress) : (cov_zjfqfoy4d().b[15][1]++, progress.progress)
|
|
69695
69695
|
});
|
|
69696
69696
|
});
|
|
@@ -98233,8 +98233,8 @@ function cov_xd1lqdp2c() {
|
|
|
98233
98233
|
return actualCoverage;
|
|
98234
98234
|
}
|
|
98235
98235
|
cov_xd1lqdp2c();
|
|
98236
|
-
function ownKeys$
|
|
98237
|
-
function _objectSpread$
|
|
98236
|
+
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; }
|
|
98237
|
+
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; }
|
|
98238
98238
|
var Embeds = Node$1.create({
|
|
98239
98239
|
name: "external-video",
|
|
98240
98240
|
addOptions: function addOptions() {
|
|
@@ -98322,7 +98322,7 @@ var Embeds = Node$1.create({
|
|
|
98322
98322
|
}, ["div", {
|
|
98323
98323
|
"class": "neeto-editor__video-iframe",
|
|
98324
98324
|
style: "width: ".concat(figwidth, "px; height: ").concat(figheight, "px;")
|
|
98325
|
-
}, ["iframe", mergeAttributes(this.options.HTMLAttributes, _objectSpread$
|
|
98325
|
+
}, ["iframe", mergeAttributes(this.options.HTMLAttributes, _objectSpread$a({}, HTMLAttributes))]]];
|
|
98326
98326
|
},
|
|
98327
98327
|
addNodeView: function addNodeView() {
|
|
98328
98328
|
cov_xd1lqdp2c().f[9]++;
|
|
@@ -101777,8 +101777,8 @@ function cov_qvuggokby() {
|
|
|
101777
101777
|
return actualCoverage;
|
|
101778
101778
|
}
|
|
101779
101779
|
cov_qvuggokby();
|
|
101780
|
-
function ownKeys$
|
|
101781
|
-
function _objectSpread$
|
|
101780
|
+
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; }
|
|
101781
|
+
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; }
|
|
101782
101782
|
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); }; }
|
|
101783
101783
|
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; } }
|
|
101784
101784
|
var EmojiPickerMenu = /*#__PURE__*/function (_React$Component) {
|
|
@@ -101849,7 +101849,7 @@ var EmojiPickerMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
101849
101849
|
value: function componentDidMount() {
|
|
101850
101850
|
cov_qvuggokby().f[0]++;
|
|
101851
101851
|
cov_qvuggokby().s[1]++;
|
|
101852
|
-
new $b802fbb11c9bd2dc$export$2e2bcd8739ae039(_objectSpread$
|
|
101852
|
+
new $b802fbb11c9bd2dc$export$2e2bcd8739ae039(_objectSpread$9(_objectSpread$9({}, this.props), {}, {
|
|
101853
101853
|
onEmojiSelect: this.handleSelect,
|
|
101854
101854
|
style: {
|
|
101855
101855
|
maxWidth: "100%"
|
|
@@ -102252,8 +102252,8 @@ function cov_j4ap1l9tq() {
|
|
|
102252
102252
|
return actualCoverage;
|
|
102253
102253
|
}
|
|
102254
102254
|
cov_j4ap1l9tq();
|
|
102255
|
-
function ownKeys$
|
|
102256
|
-
function _objectSpread$
|
|
102255
|
+
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; }
|
|
102256
|
+
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; }
|
|
102257
102257
|
var EmojiPickerPluginKey = (cov_j4ap1l9tq().s[0]++, new PluginKey("emoji-picker"));
|
|
102258
102258
|
var EmojiPicker = (cov_j4ap1l9tq().s[1]++, Node$1.create({
|
|
102259
102259
|
name: "emojiPicker",
|
|
@@ -102325,7 +102325,7 @@ var EmojiPicker = (cov_j4ap1l9tq().s[1]++, Node$1.create({
|
|
|
102325
102325
|
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
102326
102326
|
cov_j4ap1l9tq().f[7]++;
|
|
102327
102327
|
cov_j4ap1l9tq().s[11]++;
|
|
102328
|
-
return [Suggestion(_objectSpread$
|
|
102328
|
+
return [Suggestion(_objectSpread$8({
|
|
102329
102329
|
editor: this.editor
|
|
102330
102330
|
}, this.options.suggestion))];
|
|
102331
102331
|
}
|
|
@@ -105642,8 +105642,8 @@ function cov_2l880i9euo() {
|
|
|
105642
105642
|
return actualCoverage;
|
|
105643
105643
|
}
|
|
105644
105644
|
cov_2l880i9euo();
|
|
105645
|
-
function ownKeys$
|
|
105646
|
-
function _objectSpread$
|
|
105645
|
+
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; }
|
|
105646
|
+
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; }
|
|
105647
105647
|
var EmojiSuggestionPluginKey = (cov_2l880i9euo().s[0]++, new PluginKey("emoji-suggestion"));
|
|
105648
105648
|
var EmojiSuggestion = (cov_2l880i9euo().s[1]++, Node$1.create({
|
|
105649
105649
|
name: "emojiSuggestion",
|
|
@@ -105751,7 +105751,7 @@ var EmojiSuggestion = (cov_2l880i9euo().s[1]++, Node$1.create({
|
|
|
105751
105751
|
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
105752
105752
|
cov_2l880i9euo().f[11]++;
|
|
105753
105753
|
cov_2l880i9euo().s[15]++;
|
|
105754
|
-
return [Suggestion(_objectSpread$
|
|
105754
|
+
return [Suggestion(_objectSpread$7({
|
|
105755
105755
|
editor: this.editor
|
|
105756
105756
|
}, this.options.suggestion))];
|
|
105757
105757
|
}
|
|
@@ -106301,7 +106301,7 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
106301
106301
|
var _excluded$9 = ["caption"];
|
|
106302
106302
|
function cov_ksv9azglk() {
|
|
106303
106303
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Image/ExtensionConfig.js";
|
|
106304
|
-
var hash = "
|
|
106304
|
+
var hash = "2f76e7e418bf0486eadbbce16f9fef87dce7e620";
|
|
106305
106305
|
var global = new Function("return this")();
|
|
106306
106306
|
var gcv = "__coverage__";
|
|
106307
106307
|
var coverageData = {
|
|
@@ -106490,17 +106490,17 @@ function cov_ksv9azglk() {
|
|
|
106490
106490
|
"18": {
|
|
106491
106491
|
start: {
|
|
106492
106492
|
line: 95,
|
|
106493
|
-
column:
|
|
106493
|
+
column: 28
|
|
106494
106494
|
},
|
|
106495
106495
|
end: {
|
|
106496
|
-
line:
|
|
106496
|
+
line: 97,
|
|
106497
106497
|
column: 5
|
|
106498
106498
|
}
|
|
106499
106499
|
},
|
|
106500
106500
|
"19": {
|
|
106501
106501
|
start: {
|
|
106502
|
-
line:
|
|
106503
|
-
column:
|
|
106502
|
+
line: 99,
|
|
106503
|
+
column: 29
|
|
106504
106504
|
},
|
|
106505
106505
|
end: {
|
|
106506
106506
|
line: 105,
|
|
@@ -107585,7 +107585,7 @@ function cov_ksv9azglk() {
|
|
|
107585
107585
|
"6": [0, 0]
|
|
107586
107586
|
},
|
|
107587
107587
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
107588
|
-
hash: "
|
|
107588
|
+
hash: "2f76e7e418bf0486eadbbce16f9fef87dce7e620"
|
|
107589
107589
|
};
|
|
107590
107590
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
107591
107591
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -107735,13 +107735,13 @@ var ImageExtension = Node$1.create({
|
|
|
107735
107735
|
src = _ref3.src,
|
|
107736
107736
|
figheight = _ref3.figheight,
|
|
107737
107737
|
figwidth = _ref3.figwidth;
|
|
107738
|
-
var
|
|
107738
|
+
var wrapperDivAttrs = (cov_ksv9azglk().s[18]++, {
|
|
107739
|
+
"class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
107740
|
+
});
|
|
107741
|
+
var wrapperLinkAttrs = (cov_ksv9azglk().s[19]++, {
|
|
107739
107742
|
href: src,
|
|
107740
107743
|
target: "_blank",
|
|
107741
107744
|
rel: "noopener noreferrer",
|
|
107742
|
-
"class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
107743
|
-
});
|
|
107744
|
-
var resizeAttrs = (cov_ksv9azglk().s[19]++, {
|
|
107745
107745
|
"class": "neeto-editor__image",
|
|
107746
107746
|
style: "height:".concat(figheight, "px;width:").concat(figwidth, "px;")
|
|
107747
107747
|
});
|
|
@@ -107749,7 +107749,7 @@ var ImageExtension = Node$1.create({
|
|
|
107749
107749
|
style: "width:".concat(figwidth, "px;")
|
|
107750
107750
|
});
|
|
107751
107751
|
cov_ksv9azglk().s[21]++;
|
|
107752
|
-
return ["
|
|
107752
|
+
return ["div", wrapperDivAttrs, ["figure", this.options.HTMLAttributes, ["a", wrapperLinkAttrs, ["img", mergeAttributes(HTMLAttributes, {
|
|
107753
107753
|
draggable: false,
|
|
107754
107754
|
contenteditable: false
|
|
107755
107755
|
})]], ["figcaption", captionAttrs, 0]]];
|
|
@@ -107884,7 +107884,7 @@ var ImageExtension = Node$1.create({
|
|
|
107884
107884
|
|
|
107885
107885
|
function cov_mdp7zot9o() {
|
|
107886
107886
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Image/FigCaption.js";
|
|
107887
|
-
var hash = "
|
|
107887
|
+
var hash = "98ddc1dd6976c1f2db515f10136b37ab2cc52850";
|
|
107888
107888
|
var global = new Function("return this")();
|
|
107889
107889
|
var gcv = "__coverage__";
|
|
107890
107890
|
var coverageData = {
|
|
@@ -107899,6 +107899,16 @@ function cov_mdp7zot9o() {
|
|
|
107899
107899
|
line: 13,
|
|
107900
107900
|
column: 35
|
|
107901
107901
|
}
|
|
107902
|
+
},
|
|
107903
|
+
"1": {
|
|
107904
|
+
start: {
|
|
107905
|
+
line: 17,
|
|
107906
|
+
column: 4
|
|
107907
|
+
},
|
|
107908
|
+
end: {
|
|
107909
|
+
line: 17,
|
|
107910
|
+
column: 62
|
|
107911
|
+
}
|
|
107902
107912
|
}
|
|
107903
107913
|
},
|
|
107904
107914
|
fnMap: {
|
|
@@ -107925,18 +107935,44 @@ function cov_mdp7zot9o() {
|
|
|
107925
107935
|
}
|
|
107926
107936
|
},
|
|
107927
107937
|
line: 12
|
|
107938
|
+
},
|
|
107939
|
+
"1": {
|
|
107940
|
+
name: "(anonymous_1)",
|
|
107941
|
+
decl: {
|
|
107942
|
+
start: {
|
|
107943
|
+
line: 16,
|
|
107944
|
+
column: 2
|
|
107945
|
+
},
|
|
107946
|
+
end: {
|
|
107947
|
+
line: 16,
|
|
107948
|
+
column: 3
|
|
107949
|
+
}
|
|
107950
|
+
},
|
|
107951
|
+
loc: {
|
|
107952
|
+
start: {
|
|
107953
|
+
line: 16,
|
|
107954
|
+
column: 33
|
|
107955
|
+
},
|
|
107956
|
+
end: {
|
|
107957
|
+
line: 18,
|
|
107958
|
+
column: 3
|
|
107959
|
+
}
|
|
107960
|
+
},
|
|
107961
|
+
line: 16
|
|
107928
107962
|
}
|
|
107929
107963
|
},
|
|
107930
107964
|
branchMap: {},
|
|
107931
107965
|
s: {
|
|
107932
|
-
"0": 0
|
|
107966
|
+
"0": 0,
|
|
107967
|
+
"1": 0
|
|
107933
107968
|
},
|
|
107934
107969
|
f: {
|
|
107935
|
-
"0": 0
|
|
107970
|
+
"0": 0,
|
|
107971
|
+
"1": 0
|
|
107936
107972
|
},
|
|
107937
107973
|
b: {},
|
|
107938
107974
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
107939
|
-
hash: "
|
|
107975
|
+
hash: "98ddc1dd6976c1f2db515f10136b37ab2cc52850"
|
|
107940
107976
|
};
|
|
107941
107977
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
107942
107978
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -107963,6 +107999,12 @@ var FigCaption = Node$1.create({
|
|
|
107963
107999
|
return [{
|
|
107964
108000
|
tag: "figcaption"
|
|
107965
108001
|
}];
|
|
108002
|
+
},
|
|
108003
|
+
renderHTML: function renderHTML(_ref) {
|
|
108004
|
+
var HTMLAttributes = _ref.HTMLAttributes;
|
|
108005
|
+
cov_mdp7zot9o().f[1]++;
|
|
108006
|
+
cov_mdp7zot9o().s[1]++;
|
|
108007
|
+
return ["figcaption", mergeAttributes(HTMLAttributes), 0];
|
|
107966
108008
|
}
|
|
107967
108009
|
});
|
|
107968
108010
|
|
|
@@ -108166,8 +108208,8 @@ function cov_1shapeydie() {
|
|
|
108166
108208
|
return actualCoverage;
|
|
108167
108209
|
}
|
|
108168
108210
|
cov_1shapeydie();
|
|
108169
|
-
function ownKeys$
|
|
108170
|
-
function _objectSpread$
|
|
108211
|
+
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; }
|
|
108212
|
+
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; }
|
|
108171
108213
|
cov_1shapeydie().s[0]++;
|
|
108172
108214
|
var KeyboardShortcuts = function KeyboardShortcuts(_ref) {
|
|
108173
108215
|
var onSubmit = _ref.onSubmit,
|
|
@@ -108180,7 +108222,7 @@ var KeyboardShortcuts = function KeyboardShortcuts(_ref) {
|
|
|
108180
108222
|
var _this = this;
|
|
108181
108223
|
cov_1shapeydie().f[1]++;
|
|
108182
108224
|
cov_1shapeydie().s[2]++;
|
|
108183
|
-
return _objectSpread$
|
|
108225
|
+
return _objectSpread$6({
|
|
108184
108226
|
"Mod-Enter": function ModEnter() {
|
|
108185
108227
|
cov_1shapeydie().f[2]++;
|
|
108186
108228
|
cov_1shapeydie().s[3]++;
|
|
@@ -112504,8 +112546,8 @@ function cov_1f83154juh() {
|
|
|
112504
112546
|
return actualCoverage;
|
|
112505
112547
|
}
|
|
112506
112548
|
cov_1f83154juh();
|
|
112507
|
-
function ownKeys$
|
|
112508
|
-
function _objectSpread$
|
|
112549
|
+
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; }
|
|
112550
|
+
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; }
|
|
112509
112551
|
var suggestion$1 = (cov_1f83154juh().s[0]++, {
|
|
112510
112552
|
render: function render() {
|
|
112511
112553
|
cov_1f83154juh().f[0]++;
|
|
@@ -112608,8 +112650,8 @@ var Mention = {
|
|
|
112608
112650
|
otherConfig = _objectWithoutProperties$1(_ref3, _excluded$8);
|
|
112609
112651
|
cov_1f83154juh().f[9]++;
|
|
112610
112652
|
cov_1f83154juh().s[17]++;
|
|
112611
|
-
return Mentions$1.configure(_objectSpread$
|
|
112612
|
-
suggestion: _objectSpread$
|
|
112653
|
+
return Mentions$1.configure(_objectSpread$5(_objectSpread$5({}, otherConfig), {}, {
|
|
112654
|
+
suggestion: _objectSpread$5(_objectSpread$5({}, suggestion$1), suggestionConfig)
|
|
112613
112655
|
}));
|
|
112614
112656
|
}
|
|
112615
112657
|
};
|
|
@@ -118514,8 +118556,8 @@ function cov_1p62q5swci() {
|
|
|
118514
118556
|
return actualCoverage;
|
|
118515
118557
|
}
|
|
118516
118558
|
cov_1p62q5swci();
|
|
118517
|
-
function ownKeys$
|
|
118518
|
-
function _objectSpread$
|
|
118559
|
+
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; }
|
|
118560
|
+
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; }
|
|
118519
118561
|
var CommandsPluginKey = (cov_1p62q5swci().s[0]++, new PluginKey("commands"));
|
|
118520
118562
|
var SlashCommands = {
|
|
118521
118563
|
configure: function configure(_ref) {
|
|
@@ -118641,7 +118683,7 @@ var SlashCommands = {
|
|
|
118641
118683
|
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
118642
118684
|
cov_1p62q5swci().f[11]++;
|
|
118643
118685
|
cov_1p62q5swci().s[21]++;
|
|
118644
|
-
return [Suggestion(_objectSpread$
|
|
118686
|
+
return [Suggestion(_objectSpread$4({
|
|
118645
118687
|
editor: this.editor
|
|
118646
118688
|
}, this.options.suggestion))];
|
|
118647
118689
|
}
|
|
@@ -119213,8 +119255,8 @@ function cov_2el14vae20() {
|
|
|
119213
119255
|
return actualCoverage;
|
|
119214
119256
|
}
|
|
119215
119257
|
cov_2el14vae20();
|
|
119216
|
-
function ownKeys$
|
|
119217
|
-
function _objectSpread$
|
|
119258
|
+
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; }
|
|
119259
|
+
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; }
|
|
119218
119260
|
var SpecialMentionPluginKey = (cov_2el14vae20().s[0]++, new PluginKey("special-mention"));
|
|
119219
119261
|
cov_2el14vae20().s[1]++;
|
|
119220
119262
|
var renderLabel = function renderLabel(_ref) {
|
|
@@ -119314,8 +119356,8 @@ var SpecialMentions$1 = {
|
|
|
119314
119356
|
otherConfig = _objectWithoutProperties$1(_ref4, _excluded$7);
|
|
119315
119357
|
cov_2el14vae20().f[8]++;
|
|
119316
119358
|
cov_2el14vae20().s[18]++;
|
|
119317
|
-
return SpecialMentions.configure(_objectSpread$
|
|
119318
|
-
suggestion: _objectSpread$
|
|
119359
|
+
return SpecialMentions.configure(_objectSpread$3(_objectSpread$3({}, otherConfig), {}, {
|
|
119360
|
+
suggestion: _objectSpread$3(_objectSpread$3({}, suggestion), suggestionConfig)
|
|
119319
119361
|
}));
|
|
119320
119362
|
}
|
|
119321
119363
|
};
|
|
@@ -123749,8 +123791,8 @@ function cov_nye8a7co4() {
|
|
|
123749
123791
|
return actualCoverage;
|
|
123750
123792
|
}
|
|
123751
123793
|
cov_nye8a7co4();
|
|
123752
|
-
function ownKeys$
|
|
123753
|
-
function _objectSpread$
|
|
123794
|
+
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; }
|
|
123795
|
+
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; }
|
|
123754
123796
|
var Table = (cov_nye8a7co4().s[0]++, Table$2.extend({
|
|
123755
123797
|
addOptions: function addOptions() {
|
|
123756
123798
|
cov_nye8a7co4().f[0]++;
|
|
@@ -123785,7 +123827,7 @@ var Table = (cov_nye8a7co4().s[0]++, Table$2.extend({
|
|
|
123785
123827
|
_this = this;
|
|
123786
123828
|
cov_nye8a7co4().f[3]++;
|
|
123787
123829
|
cov_nye8a7co4().s[5]++;
|
|
123788
|
-
return _objectSpread$
|
|
123830
|
+
return _objectSpread$2(_objectSpread$2({}, (_this$parent = this.parent) === null || _this$parent === void 0 ? void 0 : _this$parent.call(this)), {}, {
|
|
123789
123831
|
"Mod-alt-t": function ModAltT() {
|
|
123790
123832
|
cov_nye8a7co4().f[4]++;
|
|
123791
123833
|
cov_nye8a7co4().s[6]++;
|
|
@@ -124605,7 +124647,7 @@ var Variable = (cov_1kmvbkdmk6().s[1]++, Node$1.create({
|
|
|
124605
124647
|
|
|
124606
124648
|
function cov_wh1xyb96y() {
|
|
124607
124649
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Video/VideoComponent.jsx";
|
|
124608
|
-
var hash = "
|
|
124650
|
+
var hash = "991e7be3b9842d004df5eaf953151d60fdb61af9";
|
|
124609
124651
|
var global = new Function("return this")();
|
|
124610
124652
|
var gcv = "__coverage__";
|
|
124611
124653
|
var coverageData = {
|
|
@@ -124617,117 +124659,137 @@ function cov_wh1xyb96y() {
|
|
|
124617
124659
|
column: 23
|
|
124618
124660
|
},
|
|
124619
124661
|
end: {
|
|
124620
|
-
line:
|
|
124662
|
+
line: 82,
|
|
124621
124663
|
column: 1
|
|
124622
124664
|
}
|
|
124623
124665
|
},
|
|
124624
124666
|
"1": {
|
|
124625
124667
|
start: {
|
|
124626
124668
|
line: 17,
|
|
124627
|
-
column:
|
|
124669
|
+
column: 51
|
|
124628
124670
|
},
|
|
124629
124671
|
end: {
|
|
124630
124672
|
line: 17,
|
|
124631
|
-
column:
|
|
124673
|
+
column: 61
|
|
124632
124674
|
}
|
|
124633
124675
|
},
|
|
124634
124676
|
"2": {
|
|
124635
124677
|
start: {
|
|
124636
124678
|
line: 19,
|
|
124637
|
-
column:
|
|
124679
|
+
column: 42
|
|
124638
124680
|
},
|
|
124639
124681
|
end: {
|
|
124640
124682
|
line: 19,
|
|
124641
|
-
column:
|
|
124683
|
+
column: 65
|
|
124642
124684
|
}
|
|
124643
124685
|
},
|
|
124644
124686
|
"3": {
|
|
124645
124687
|
start: {
|
|
124646
|
-
line:
|
|
124688
|
+
line: 21,
|
|
124689
|
+
column: 20
|
|
124690
|
+
},
|
|
124691
|
+
end: {
|
|
124692
|
+
line: 21,
|
|
124693
|
+
column: 32
|
|
124694
|
+
}
|
|
124695
|
+
},
|
|
124696
|
+
"4": {
|
|
124697
|
+
start: {
|
|
124698
|
+
line: 23,
|
|
124647
124699
|
column: 19
|
|
124648
124700
|
},
|
|
124649
124701
|
end: {
|
|
124650
|
-
line:
|
|
124702
|
+
line: 23,
|
|
124651
124703
|
column: 25
|
|
124652
124704
|
}
|
|
124653
124705
|
},
|
|
124654
|
-
"
|
|
124706
|
+
"5": {
|
|
124655
124707
|
start: {
|
|
124656
|
-
line:
|
|
124708
|
+
line: 24,
|
|
124657
124709
|
column: 15
|
|
124658
124710
|
},
|
|
124659
124711
|
end: {
|
|
124660
|
-
line:
|
|
124712
|
+
line: 24,
|
|
124661
124713
|
column: 24
|
|
124662
124714
|
}
|
|
124663
124715
|
},
|
|
124664
|
-
"
|
|
124716
|
+
"6": {
|
|
124665
124717
|
start: {
|
|
124666
|
-
line:
|
|
124718
|
+
line: 25,
|
|
124667
124719
|
column: 14
|
|
124668
124720
|
},
|
|
124669
124721
|
end: {
|
|
124670
|
-
line:
|
|
124722
|
+
line: 25,
|
|
124671
124723
|
column: 22
|
|
124672
124724
|
}
|
|
124673
124725
|
},
|
|
124674
|
-
"
|
|
124726
|
+
"7": {
|
|
124675
124727
|
start: {
|
|
124676
|
-
line:
|
|
124728
|
+
line: 26,
|
|
124677
124729
|
column: 18
|
|
124678
124730
|
},
|
|
124679
124731
|
end: {
|
|
124680
|
-
line:
|
|
124732
|
+
line: 28,
|
|
124681
124733
|
column: 9
|
|
124682
124734
|
}
|
|
124683
124735
|
},
|
|
124684
|
-
"
|
|
124736
|
+
"8": {
|
|
124685
124737
|
start: {
|
|
124686
|
-
line:
|
|
124738
|
+
line: 30,
|
|
124687
124739
|
column: 2
|
|
124688
124740
|
},
|
|
124689
124741
|
end: {
|
|
124690
|
-
line:
|
|
124742
|
+
line: 81,
|
|
124691
124743
|
column: 4
|
|
124692
124744
|
}
|
|
124693
124745
|
},
|
|
124694
|
-
"
|
|
124746
|
+
"9": {
|
|
124695
124747
|
start: {
|
|
124696
|
-
line:
|
|
124748
|
+
line: 46,
|
|
124697
124749
|
column: 12
|
|
124698
124750
|
},
|
|
124699
124751
|
end: {
|
|
124700
|
-
line:
|
|
124752
|
+
line: 46,
|
|
124753
|
+
column: 44
|
|
124754
|
+
}
|
|
124755
|
+
},
|
|
124756
|
+
"10": {
|
|
124757
|
+
start: {
|
|
124758
|
+
line: 49,
|
|
124759
|
+
column: 12
|
|
124760
|
+
},
|
|
124761
|
+
end: {
|
|
124762
|
+
line: 49,
|
|
124701
124763
|
column: 38
|
|
124702
124764
|
}
|
|
124703
124765
|
},
|
|
124704
|
-
"
|
|
124766
|
+
"11": {
|
|
124705
124767
|
start: {
|
|
124706
|
-
line:
|
|
124768
|
+
line: 50,
|
|
124707
124769
|
column: 12
|
|
124708
124770
|
},
|
|
124709
124771
|
end: {
|
|
124710
|
-
line:
|
|
124772
|
+
line: 50,
|
|
124711
124773
|
column: 36
|
|
124712
124774
|
}
|
|
124713
124775
|
},
|
|
124714
|
-
"
|
|
124776
|
+
"12": {
|
|
124715
124777
|
start: {
|
|
124716
|
-
line:
|
|
124778
|
+
line: 51,
|
|
124717
124779
|
column: 12
|
|
124718
124780
|
},
|
|
124719
124781
|
end: {
|
|
124720
|
-
line:
|
|
124782
|
+
line: 62,
|
|
124721
124783
|
column: 14
|
|
124722
124784
|
}
|
|
124723
124785
|
},
|
|
124724
|
-
"
|
|
124786
|
+
"13": {
|
|
124725
124787
|
start: {
|
|
124726
|
-
line:
|
|
124788
|
+
line: 63,
|
|
124727
124789
|
column: 12
|
|
124728
124790
|
},
|
|
124729
124791
|
end: {
|
|
124730
|
-
line:
|
|
124792
|
+
line: 63,
|
|
124731
124793
|
column: 36
|
|
124732
124794
|
}
|
|
124733
124795
|
}
|
|
@@ -124751,7 +124813,7 @@ function cov_wh1xyb96y() {
|
|
|
124751
124813
|
column: 6
|
|
124752
124814
|
},
|
|
124753
124815
|
end: {
|
|
124754
|
-
line:
|
|
124816
|
+
line: 82,
|
|
124755
124817
|
column: 1
|
|
124756
124818
|
}
|
|
124757
124819
|
},
|
|
@@ -124761,60 +124823,117 @@ function cov_wh1xyb96y() {
|
|
|
124761
124823
|
name: "(anonymous_1)",
|
|
124762
124824
|
decl: {
|
|
124763
124825
|
start: {
|
|
124764
|
-
line:
|
|
124826
|
+
line: 45,
|
|
124827
|
+
column: 20
|
|
124828
|
+
},
|
|
124829
|
+
end: {
|
|
124830
|
+
line: 45,
|
|
124831
|
+
column: 21
|
|
124832
|
+
}
|
|
124833
|
+
},
|
|
124834
|
+
loc: {
|
|
124835
|
+
start: {
|
|
124836
|
+
line: 46,
|
|
124837
|
+
column: 12
|
|
124838
|
+
},
|
|
124839
|
+
end: {
|
|
124840
|
+
line: 46,
|
|
124841
|
+
column: 44
|
|
124842
|
+
}
|
|
124843
|
+
},
|
|
124844
|
+
line: 46
|
|
124845
|
+
},
|
|
124846
|
+
"2": {
|
|
124847
|
+
name: "(anonymous_2)",
|
|
124848
|
+
decl: {
|
|
124849
|
+
start: {
|
|
124850
|
+
line: 48,
|
|
124765
124851
|
column: 24
|
|
124766
124852
|
},
|
|
124767
124853
|
end: {
|
|
124768
|
-
line:
|
|
124854
|
+
line: 48,
|
|
124769
124855
|
column: 25
|
|
124770
124856
|
}
|
|
124771
124857
|
},
|
|
124772
124858
|
loc: {
|
|
124773
124859
|
start: {
|
|
124774
|
-
line:
|
|
124860
|
+
line: 48,
|
|
124775
124861
|
column: 53
|
|
124776
124862
|
},
|
|
124777
124863
|
end: {
|
|
124778
|
-
line:
|
|
124864
|
+
line: 64,
|
|
124779
124865
|
column: 11
|
|
124780
124866
|
}
|
|
124781
124867
|
},
|
|
124782
|
-
line:
|
|
124868
|
+
line: 48
|
|
124783
124869
|
}
|
|
124784
124870
|
},
|
|
124785
124871
|
branchMap: {
|
|
124786
124872
|
"0": {
|
|
124787
124873
|
loc: {
|
|
124788
124874
|
start: {
|
|
124789
|
-
line:
|
|
124875
|
+
line: 19,
|
|
124876
|
+
column: 51
|
|
124877
|
+
},
|
|
124878
|
+
end: {
|
|
124879
|
+
line: 19,
|
|
124880
|
+
column: 64
|
|
124881
|
+
}
|
|
124882
|
+
},
|
|
124883
|
+
type: "binary-expr",
|
|
124884
|
+
locations: [{
|
|
124885
|
+
start: {
|
|
124886
|
+
line: 19,
|
|
124887
|
+
column: 51
|
|
124888
|
+
},
|
|
124889
|
+
end: {
|
|
124890
|
+
line: 19,
|
|
124891
|
+
column: 59
|
|
124892
|
+
}
|
|
124893
|
+
}, {
|
|
124894
|
+
start: {
|
|
124895
|
+
line: 19,
|
|
124896
|
+
column: 63
|
|
124897
|
+
},
|
|
124898
|
+
end: {
|
|
124899
|
+
line: 19,
|
|
124900
|
+
column: 64
|
|
124901
|
+
}
|
|
124902
|
+
}],
|
|
124903
|
+
line: 19
|
|
124904
|
+
},
|
|
124905
|
+
"1": {
|
|
124906
|
+
loc: {
|
|
124907
|
+
start: {
|
|
124908
|
+
line: 26,
|
|
124790
124909
|
column: 18
|
|
124791
124910
|
},
|
|
124792
124911
|
end: {
|
|
124793
|
-
line:
|
|
124912
|
+
line: 28,
|
|
124794
124913
|
column: 9
|
|
124795
124914
|
}
|
|
124796
124915
|
},
|
|
124797
124916
|
type: "cond-expr",
|
|
124798
124917
|
locations: [{
|
|
124799
124918
|
start: {
|
|
124800
|
-
line:
|
|
124919
|
+
line: 27,
|
|
124801
124920
|
column: 6
|
|
124802
124921
|
},
|
|
124803
124922
|
end: {
|
|
124804
|
-
line:
|
|
124923
|
+
line: 27,
|
|
124805
124924
|
column: 68
|
|
124806
124925
|
}
|
|
124807
124926
|
}, {
|
|
124808
124927
|
start: {
|
|
124809
|
-
line:
|
|
124928
|
+
line: 28,
|
|
124810
124929
|
column: 6
|
|
124811
124930
|
},
|
|
124812
124931
|
end: {
|
|
124813
|
-
line:
|
|
124932
|
+
line: 28,
|
|
124814
124933
|
column: 9
|
|
124815
124934
|
}
|
|
124816
124935
|
}],
|
|
124817
|
-
line:
|
|
124936
|
+
line: 26
|
|
124818
124937
|
}
|
|
124819
124938
|
},
|
|
124820
124939
|
s: {
|
|
@@ -124829,17 +124948,21 @@ function cov_wh1xyb96y() {
|
|
|
124829
124948
|
"8": 0,
|
|
124830
124949
|
"9": 0,
|
|
124831
124950
|
"10": 0,
|
|
124832
|
-
"11": 0
|
|
124951
|
+
"11": 0,
|
|
124952
|
+
"12": 0,
|
|
124953
|
+
"13": 0
|
|
124833
124954
|
},
|
|
124834
124955
|
f: {
|
|
124835
124956
|
"0": 0,
|
|
124836
|
-
"1": 0
|
|
124957
|
+
"1": 0,
|
|
124958
|
+
"2": 0
|
|
124837
124959
|
},
|
|
124838
124960
|
b: {
|
|
124839
|
-
"0": [0, 0]
|
|
124961
|
+
"0": [0, 0],
|
|
124962
|
+
"1": [0, 0]
|
|
124840
124963
|
},
|
|
124841
124964
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
124842
|
-
hash: "
|
|
124965
|
+
hash: "991e7be3b9842d004df5eaf953151d60fdb61af9"
|
|
124843
124966
|
};
|
|
124844
124967
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
124845
124968
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -124855,8 +124978,6 @@ function cov_wh1xyb96y() {
|
|
|
124855
124978
|
return actualCoverage;
|
|
124856
124979
|
}
|
|
124857
124980
|
cov_wh1xyb96y();
|
|
124858
|
-
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; }
|
|
124859
|
-
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; }
|
|
124860
124981
|
cov_wh1xyb96y().s[0]++;
|
|
124861
124982
|
var VideoComponent = function VideoComponent(_ref) {
|
|
124862
124983
|
var _figureRef$current$qu;
|
|
@@ -124866,19 +124987,23 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
124866
124987
|
updateAttributes = _ref.updateAttributes,
|
|
124867
124988
|
deleteNode = _ref.deleteNode;
|
|
124868
124989
|
cov_wh1xyb96y().f[0]++;
|
|
124869
|
-
var
|
|
124870
|
-
var _ref2 = (cov_wh1xyb96y().s[2]++, node.attrs),
|
|
124990
|
+
var _ref2 = (cov_wh1xyb96y().s[1]++, node.attrs),
|
|
124871
124991
|
alt = _ref2.alt,
|
|
124872
124992
|
src = _ref2.src,
|
|
124873
124993
|
vidheight = _ref2.vidheight,
|
|
124874
124994
|
vidwidth = _ref2.vidwidth,
|
|
124875
124995
|
align = _ref2.align;
|
|
124876
|
-
var _ref3 = (cov_wh1xyb96y().s[
|
|
124877
|
-
|
|
124878
|
-
|
|
124879
|
-
|
|
124880
|
-
var
|
|
124881
|
-
cov_wh1xyb96y().s[
|
|
124996
|
+
var _ref3 = (cov_wh1xyb96y().s[2]++, useState((cov_wh1xyb96y().b[0][0]++, vidwidth) || (cov_wh1xyb96y().b[0][1]++, 0))),
|
|
124997
|
+
_ref4 = _slicedToArray(_ref3, 2),
|
|
124998
|
+
captionWidth = _ref4[0],
|
|
124999
|
+
setCaptionWidth = _ref4[1];
|
|
125000
|
+
var figureRef = (cov_wh1xyb96y().s[3]++, useRef$1(null));
|
|
125001
|
+
var _ref5 = (cov_wh1xyb96y().s[4]++, editor),
|
|
125002
|
+
view = _ref5.view;
|
|
125003
|
+
var height = (cov_wh1xyb96y().s[5]++, vidheight);
|
|
125004
|
+
var width = (cov_wh1xyb96y().s[6]++, vidwidth);
|
|
125005
|
+
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));
|
|
125006
|
+
cov_wh1xyb96y().s[8]++;
|
|
124882
125007
|
return /*#__PURE__*/React__default.createElement(NodeViewWrapper, {
|
|
124883
125008
|
className: "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
124884
125009
|
}, /*#__PURE__*/React__default.createElement("figure", {
|
|
@@ -124895,20 +125020,25 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
124895
125020
|
height: height,
|
|
124896
125021
|
width: width
|
|
124897
125022
|
},
|
|
124898
|
-
|
|
125023
|
+
onResize: function onResize(_event, _direction, ref) {
|
|
124899
125024
|
cov_wh1xyb96y().f[1]++;
|
|
124900
|
-
cov_wh1xyb96y().s[8]++;
|
|
124901
|
-
height = ref.offsetHeight;
|
|
124902
125025
|
cov_wh1xyb96y().s[9]++;
|
|
124903
|
-
|
|
125026
|
+
return setCaptionWidth(ref.offsetWidth);
|
|
125027
|
+
},
|
|
125028
|
+
onResizeStop: function onResizeStop(_event, _direction, ref) {
|
|
125029
|
+
cov_wh1xyb96y().f[2]++;
|
|
124904
125030
|
cov_wh1xyb96y().s[10]++;
|
|
124905
|
-
|
|
125031
|
+
height = ref.offsetHeight;
|
|
125032
|
+
cov_wh1xyb96y().s[11]++;
|
|
125033
|
+
width = ref.offsetWidth;
|
|
125034
|
+
cov_wh1xyb96y().s[12]++;
|
|
125035
|
+
view.dispatch(view.state.tr.setNodeMarkup(getPos(), undefined, mergeRight(node.attrs, {
|
|
124906
125036
|
vidheight: height,
|
|
124907
125037
|
vidwidth: width,
|
|
124908
125038
|
height: height,
|
|
124909
125039
|
width: width
|
|
124910
125040
|
})));
|
|
124911
|
-
cov_wh1xyb96y().s[
|
|
125041
|
+
cov_wh1xyb96y().s[13]++;
|
|
124912
125042
|
editor.commands.focus();
|
|
124913
125043
|
}
|
|
124914
125044
|
}, /*#__PURE__*/React__default.createElement("video", _extends$1({
|
|
@@ -124921,14 +125051,17 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
124921
125051
|
as: "figcaption",
|
|
124922
125052
|
className: classnames$2({
|
|
124923
125053
|
"is-empty": isEmpty$1(caption)
|
|
124924
|
-
})
|
|
125054
|
+
}),
|
|
125055
|
+
style: {
|
|
125056
|
+
width: "".concat(captionWidth, "px")
|
|
125057
|
+
}
|
|
124925
125058
|
})));
|
|
124926
125059
|
};
|
|
124927
125060
|
|
|
124928
125061
|
var _excluded$6 = ["caption"];
|
|
124929
125062
|
function cov_1io0efe0r8() {
|
|
124930
125063
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Video/ExtensionConfig.js";
|
|
124931
|
-
var hash = "
|
|
125064
|
+
var hash = "ca27def878a72057160dc6b8ddf0d6cfcdd803b6";
|
|
124932
125065
|
var global = new Function("return this")();
|
|
124933
125066
|
var gcv = "__coverage__";
|
|
124934
125067
|
var coverageData = {
|
|
@@ -124940,7 +125073,7 @@ function cov_1io0efe0r8() {
|
|
|
124940
125073
|
column: 23
|
|
124941
125074
|
},
|
|
124942
125075
|
end: {
|
|
124943
|
-
line:
|
|
125076
|
+
line: 133,
|
|
124944
125077
|
column: 2
|
|
124945
125078
|
}
|
|
124946
125079
|
},
|
|
@@ -125047,17 +125180,17 @@ function cov_1io0efe0r8() {
|
|
|
125047
125180
|
"11": {
|
|
125048
125181
|
start: {
|
|
125049
125182
|
line: 70,
|
|
125050
|
-
column:
|
|
125183
|
+
column: 28
|
|
125051
125184
|
},
|
|
125052
125185
|
end: {
|
|
125053
|
-
line:
|
|
125186
|
+
line: 72,
|
|
125054
125187
|
column: 5
|
|
125055
125188
|
}
|
|
125056
125189
|
},
|
|
125057
125190
|
"12": {
|
|
125058
125191
|
start: {
|
|
125059
|
-
line:
|
|
125060
|
-
column:
|
|
125192
|
+
line: 74,
|
|
125193
|
+
column: 29
|
|
125061
125194
|
},
|
|
125062
125195
|
end: {
|
|
125063
125196
|
line: 80,
|
|
@@ -125067,80 +125200,90 @@ function cov_1io0efe0r8() {
|
|
|
125067
125200
|
"13": {
|
|
125068
125201
|
start: {
|
|
125069
125202
|
line: 82,
|
|
125203
|
+
column: 25
|
|
125204
|
+
},
|
|
125205
|
+
end: {
|
|
125206
|
+
line: 82,
|
|
125207
|
+
column: 58
|
|
125208
|
+
}
|
|
125209
|
+
},
|
|
125210
|
+
"14": {
|
|
125211
|
+
start: {
|
|
125212
|
+
line: 84,
|
|
125070
125213
|
column: 4
|
|
125071
125214
|
},
|
|
125072
125215
|
end: {
|
|
125073
|
-
line:
|
|
125216
|
+
line: 105,
|
|
125074
125217
|
column: 6
|
|
125075
125218
|
}
|
|
125076
125219
|
},
|
|
125077
|
-
"
|
|
125220
|
+
"15": {
|
|
125078
125221
|
start: {
|
|
125079
|
-
line:
|
|
125222
|
+
line: 109,
|
|
125080
125223
|
column: 4
|
|
125081
125224
|
},
|
|
125082
125225
|
end: {
|
|
125083
|
-
line:
|
|
125226
|
+
line: 109,
|
|
125084
125227
|
column: 49
|
|
125085
125228
|
}
|
|
125086
125229
|
},
|
|
125087
|
-
"
|
|
125230
|
+
"16": {
|
|
125088
125231
|
start: {
|
|
125089
|
-
line:
|
|
125232
|
+
line: 113,
|
|
125090
125233
|
column: 4
|
|
125091
125234
|
},
|
|
125092
125235
|
end: {
|
|
125093
|
-
line:
|
|
125236
|
+
line: 131,
|
|
125094
125237
|
column: 6
|
|
125095
125238
|
}
|
|
125096
125239
|
},
|
|
125097
|
-
"
|
|
125240
|
+
"17": {
|
|
125098
125241
|
start: {
|
|
125099
|
-
line:
|
|
125242
|
+
line: 116,
|
|
125100
125243
|
column: 8
|
|
125101
125244
|
},
|
|
125102
125245
|
end: {
|
|
125103
|
-
line:
|
|
125246
|
+
line: 130,
|
|
125104
125247
|
column: 18
|
|
125105
125248
|
}
|
|
125106
125249
|
},
|
|
125107
|
-
"
|
|
125250
|
+
"18": {
|
|
125108
125251
|
start: {
|
|
125109
|
-
line:
|
|
125252
|
+
line: 117,
|
|
125110
125253
|
column: 10
|
|
125111
125254
|
},
|
|
125112
125255
|
end: {
|
|
125113
|
-
line:
|
|
125256
|
+
line: 130,
|
|
125114
125257
|
column: 18
|
|
125115
125258
|
}
|
|
125116
125259
|
},
|
|
125117
|
-
"
|
|
125260
|
+
"19": {
|
|
125118
125261
|
start: {
|
|
125119
|
-
line:
|
|
125262
|
+
line: 125,
|
|
125120
125263
|
column: 41
|
|
125121
125264
|
},
|
|
125122
125265
|
end: {
|
|
125123
|
-
line:
|
|
125266
|
+
line: 125,
|
|
125124
125267
|
column: 43
|
|
125125
125268
|
}
|
|
125126
125269
|
},
|
|
125127
|
-
"
|
|
125270
|
+
"20": {
|
|
125128
125271
|
start: {
|
|
125129
|
-
line:
|
|
125272
|
+
line: 126,
|
|
125130
125273
|
column: 31
|
|
125131
125274
|
},
|
|
125132
125275
|
end: {
|
|
125133
|
-
line:
|
|
125276
|
+
line: 126,
|
|
125134
125277
|
column: 62
|
|
125135
125278
|
}
|
|
125136
125279
|
},
|
|
125137
|
-
"
|
|
125280
|
+
"21": {
|
|
125138
125281
|
start: {
|
|
125139
|
-
line:
|
|
125282
|
+
line: 128,
|
|
125140
125283
|
column: 14
|
|
125141
125284
|
},
|
|
125142
125285
|
end: {
|
|
125143
|
-
line:
|
|
125286
|
+
line: 128,
|
|
125144
125287
|
column: 57
|
|
125145
125288
|
}
|
|
125146
125289
|
}
|
|
@@ -125380,7 +125523,7 @@ function cov_1io0efe0r8() {
|
|
|
125380
125523
|
column: 39
|
|
125381
125524
|
},
|
|
125382
125525
|
end: {
|
|
125383
|
-
line:
|
|
125526
|
+
line: 106,
|
|
125384
125527
|
column: 3
|
|
125385
125528
|
}
|
|
125386
125529
|
},
|
|
@@ -125390,121 +125533,121 @@ function cov_1io0efe0r8() {
|
|
|
125390
125533
|
name: "(anonymous_10)",
|
|
125391
125534
|
decl: {
|
|
125392
125535
|
start: {
|
|
125393
|
-
line:
|
|
125536
|
+
line: 108,
|
|
125394
125537
|
column: 2
|
|
125395
125538
|
},
|
|
125396
125539
|
end: {
|
|
125397
|
-
line:
|
|
125540
|
+
line: 108,
|
|
125398
125541
|
column: 3
|
|
125399
125542
|
}
|
|
125400
125543
|
},
|
|
125401
125544
|
loc: {
|
|
125402
125545
|
start: {
|
|
125403
|
-
line:
|
|
125546
|
+
line: 108,
|
|
125404
125547
|
column: 16
|
|
125405
125548
|
},
|
|
125406
125549
|
end: {
|
|
125407
|
-
line:
|
|
125550
|
+
line: 110,
|
|
125408
125551
|
column: 3
|
|
125409
125552
|
}
|
|
125410
125553
|
},
|
|
125411
|
-
line:
|
|
125554
|
+
line: 108
|
|
125412
125555
|
},
|
|
125413
125556
|
"11": {
|
|
125414
125557
|
name: "(anonymous_11)",
|
|
125415
125558
|
decl: {
|
|
125416
125559
|
start: {
|
|
125417
|
-
line:
|
|
125560
|
+
line: 112,
|
|
125418
125561
|
column: 2
|
|
125419
125562
|
},
|
|
125420
125563
|
end: {
|
|
125421
|
-
line:
|
|
125564
|
+
line: 112,
|
|
125422
125565
|
column: 3
|
|
125423
125566
|
}
|
|
125424
125567
|
},
|
|
125425
125568
|
loc: {
|
|
125426
125569
|
start: {
|
|
125427
|
-
line:
|
|
125570
|
+
line: 112,
|
|
125428
125571
|
column: 16
|
|
125429
125572
|
},
|
|
125430
125573
|
end: {
|
|
125431
|
-
line:
|
|
125574
|
+
line: 132,
|
|
125432
125575
|
column: 3
|
|
125433
125576
|
}
|
|
125434
125577
|
},
|
|
125435
|
-
line:
|
|
125578
|
+
line: 112
|
|
125436
125579
|
},
|
|
125437
125580
|
"12": {
|
|
125438
125581
|
name: "(anonymous_12)",
|
|
125439
125582
|
decl: {
|
|
125440
125583
|
start: {
|
|
125441
|
-
line:
|
|
125584
|
+
line: 115,
|
|
125442
125585
|
column: 8
|
|
125443
125586
|
},
|
|
125444
125587
|
end: {
|
|
125445
|
-
line:
|
|
125588
|
+
line: 115,
|
|
125446
125589
|
column: 9
|
|
125447
125590
|
}
|
|
125448
125591
|
},
|
|
125449
125592
|
loc: {
|
|
125450
125593
|
start: {
|
|
125451
|
-
line:
|
|
125594
|
+
line: 116,
|
|
125452
125595
|
column: 8
|
|
125453
125596
|
},
|
|
125454
125597
|
end: {
|
|
125455
|
-
line:
|
|
125598
|
+
line: 130,
|
|
125456
125599
|
column: 18
|
|
125457
125600
|
}
|
|
125458
125601
|
},
|
|
125459
|
-
line:
|
|
125602
|
+
line: 116
|
|
125460
125603
|
},
|
|
125461
125604
|
"13": {
|
|
125462
125605
|
name: "(anonymous_13)",
|
|
125463
125606
|
decl: {
|
|
125464
125607
|
start: {
|
|
125465
|
-
line:
|
|
125608
|
+
line: 116,
|
|
125466
125609
|
column: 8
|
|
125467
125610
|
},
|
|
125468
125611
|
end: {
|
|
125469
|
-
line:
|
|
125612
|
+
line: 116,
|
|
125470
125613
|
column: 9
|
|
125471
125614
|
}
|
|
125472
125615
|
},
|
|
125473
125616
|
loc: {
|
|
125474
125617
|
start: {
|
|
125475
|
-
line:
|
|
125618
|
+
line: 117,
|
|
125476
125619
|
column: 10
|
|
125477
125620
|
},
|
|
125478
125621
|
end: {
|
|
125479
|
-
line:
|
|
125622
|
+
line: 130,
|
|
125480
125623
|
column: 18
|
|
125481
125624
|
}
|
|
125482
125625
|
},
|
|
125483
|
-
line:
|
|
125626
|
+
line: 117
|
|
125484
125627
|
},
|
|
125485
125628
|
"14": {
|
|
125486
125629
|
name: "(anonymous_14)",
|
|
125487
125630
|
decl: {
|
|
125488
125631
|
start: {
|
|
125489
|
-
line:
|
|
125632
|
+
line: 124,
|
|
125490
125633
|
column: 21
|
|
125491
125634
|
},
|
|
125492
125635
|
end: {
|
|
125493
|
-
line:
|
|
125636
|
+
line: 124,
|
|
125494
125637
|
column: 22
|
|
125495
125638
|
}
|
|
125496
125639
|
},
|
|
125497
125640
|
loc: {
|
|
125498
125641
|
start: {
|
|
125499
|
-
line:
|
|
125642
|
+
line: 124,
|
|
125500
125643
|
column: 43
|
|
125501
125644
|
},
|
|
125502
125645
|
end: {
|
|
125503
|
-
line:
|
|
125646
|
+
line: 129,
|
|
125504
125647
|
column: 13
|
|
125505
125648
|
}
|
|
125506
125649
|
},
|
|
125507
|
-
line:
|
|
125650
|
+
line: 124
|
|
125508
125651
|
}
|
|
125509
125652
|
},
|
|
125510
125653
|
branchMap: {
|
|
@@ -125544,35 +125687,35 @@ function cov_1io0efe0r8() {
|
|
|
125544
125687
|
"1": {
|
|
125545
125688
|
loc: {
|
|
125546
125689
|
start: {
|
|
125547
|
-
line:
|
|
125690
|
+
line: 121,
|
|
125548
125691
|
column: 23
|
|
125549
125692
|
},
|
|
125550
125693
|
end: {
|
|
125551
|
-
line:
|
|
125694
|
+
line: 121,
|
|
125552
125695
|
column: 71
|
|
125553
125696
|
}
|
|
125554
125697
|
},
|
|
125555
125698
|
type: "cond-expr",
|
|
125556
125699
|
locations: [{
|
|
125557
125700
|
start: {
|
|
125558
|
-
line:
|
|
125701
|
+
line: 121,
|
|
125559
125702
|
column: 33
|
|
125560
125703
|
},
|
|
125561
125704
|
end: {
|
|
125562
|
-
line:
|
|
125705
|
+
line: 121,
|
|
125563
125706
|
column: 66
|
|
125564
125707
|
}
|
|
125565
125708
|
}, {
|
|
125566
125709
|
start: {
|
|
125567
|
-
line:
|
|
125710
|
+
line: 121,
|
|
125568
125711
|
column: 69
|
|
125569
125712
|
},
|
|
125570
125713
|
end: {
|
|
125571
|
-
line:
|
|
125714
|
+
line: 121,
|
|
125572
125715
|
column: 71
|
|
125573
125716
|
}
|
|
125574
125717
|
}],
|
|
125575
|
-
line:
|
|
125718
|
+
line: 121
|
|
125576
125719
|
}
|
|
125577
125720
|
},
|
|
125578
125721
|
s: {
|
|
@@ -125596,7 +125739,8 @@ function cov_1io0efe0r8() {
|
|
|
125596
125739
|
"17": 0,
|
|
125597
125740
|
"18": 0,
|
|
125598
125741
|
"19": 0,
|
|
125599
|
-
"20": 0
|
|
125742
|
+
"20": 0,
|
|
125743
|
+
"21": 0
|
|
125600
125744
|
},
|
|
125601
125745
|
f: {
|
|
125602
125746
|
"0": 0,
|
|
@@ -125620,7 +125764,7 @@ function cov_1io0efe0r8() {
|
|
|
125620
125764
|
"1": [0, 0]
|
|
125621
125765
|
},
|
|
125622
125766
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
125623
|
-
hash: "
|
|
125767
|
+
hash: "ca27def878a72057160dc6b8ddf0d6cfcdd803b6"
|
|
125624
125768
|
};
|
|
125625
125769
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
125626
125770
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -125722,45 +125866,48 @@ var VideoExtension = (cov_1io0efe0r8().s[0]++, Node$1.create({
|
|
|
125722
125866
|
src = _ref2.src,
|
|
125723
125867
|
vidheight = _ref2.vidheight,
|
|
125724
125868
|
vidwidth = _ref2.vidwidth;
|
|
125725
|
-
var
|
|
125869
|
+
var wrapperDivAttrs = (cov_1io0efe0r8().s[11]++, {
|
|
125870
|
+
"class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
125871
|
+
});
|
|
125872
|
+
var wrapperLinkAttrs = (cov_1io0efe0r8().s[12]++, {
|
|
125726
125873
|
href: src,
|
|
125727
125874
|
target: "_blank",
|
|
125728
125875
|
rel: "noopener noreferrer",
|
|
125729
|
-
"class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
125730
|
-
});
|
|
125731
|
-
var resizeAttrs = (cov_1io0efe0r8().s[12]++, {
|
|
125732
125876
|
"class": "neeto-editor__image",
|
|
125733
125877
|
style: "height:".concat(vidheight, "px;width:").concat(vidwidth, "px;")
|
|
125734
125878
|
});
|
|
125735
|
-
cov_1io0efe0r8().s[13]
|
|
125736
|
-
|
|
125879
|
+
var captionAttrs = (cov_1io0efe0r8().s[13]++, {
|
|
125880
|
+
style: "width:".concat(vidwidth, "px;")
|
|
125881
|
+
});
|
|
125882
|
+
cov_1io0efe0r8().s[14]++;
|
|
125883
|
+
return ["div", wrapperDivAttrs, ["figure", mergeAttributes(this.options.HTMLAttributes, {
|
|
125737
125884
|
"data-video": ""
|
|
125738
|
-
}), ["
|
|
125885
|
+
}), ["a", wrapperLinkAttrs, ["video", mergeAttributes(HTMLAttributes, {
|
|
125739
125886
|
preload: "metadata",
|
|
125740
125887
|
controls: true,
|
|
125741
125888
|
draggable: false,
|
|
125742
125889
|
contenteditable: false
|
|
125743
|
-
})]], ["figcaption", 0]]];
|
|
125890
|
+
})]], ["figcaption", captionAttrs, 0]]];
|
|
125744
125891
|
},
|
|
125745
125892
|
addNodeView: function addNodeView() {
|
|
125746
125893
|
cov_1io0efe0r8().f[10]++;
|
|
125747
|
-
cov_1io0efe0r8().s[
|
|
125894
|
+
cov_1io0efe0r8().s[15]++;
|
|
125748
125895
|
return ReactNodeViewRenderer(VideoComponent);
|
|
125749
125896
|
},
|
|
125750
125897
|
addCommands: function addCommands() {
|
|
125751
125898
|
var _this = this;
|
|
125752
125899
|
cov_1io0efe0r8().f[11]++;
|
|
125753
|
-
cov_1io0efe0r8().s[
|
|
125900
|
+
cov_1io0efe0r8().s[16]++;
|
|
125754
125901
|
return {
|
|
125755
125902
|
setVideo: function setVideo(_ref3) {
|
|
125756
125903
|
var caption = _ref3.caption,
|
|
125757
125904
|
attrs = _objectWithoutProperties$1(_ref3, _excluded$6);
|
|
125758
125905
|
cov_1io0efe0r8().f[12]++;
|
|
125759
|
-
cov_1io0efe0r8().s[
|
|
125906
|
+
cov_1io0efe0r8().s[17]++;
|
|
125760
125907
|
return function (_ref4) {
|
|
125761
125908
|
var chain = _ref4.chain;
|
|
125762
125909
|
cov_1io0efe0r8().f[13]++;
|
|
125763
|
-
cov_1io0efe0r8().s[
|
|
125910
|
+
cov_1io0efe0r8().s[18]++;
|
|
125764
125911
|
return chain().insertContent({
|
|
125765
125912
|
type: _this.name,
|
|
125766
125913
|
attrs: attrs,
|
|
@@ -125774,11 +125921,11 @@ var VideoExtension = (cov_1io0efe0r8().s[0]++, Node$1.create({
|
|
|
125774
125921
|
var tr = _ref5.tr,
|
|
125775
125922
|
commands = _ref5.commands;
|
|
125776
125923
|
cov_1io0efe0r8().f[14]++;
|
|
125777
|
-
var _ref6 = (cov_1io0efe0r8().s[
|
|
125924
|
+
var _ref6 = (cov_1io0efe0r8().s[19]++, tr),
|
|
125778
125925
|
doc = _ref6.doc,
|
|
125779
125926
|
selection = _ref6.selection;
|
|
125780
|
-
var position = (cov_1io0efe0r8().s[
|
|
125781
|
-
cov_1io0efe0r8().s[
|
|
125927
|
+
var position = (cov_1io0efe0r8().s[20]++, doc.resolve(selection.to).end());
|
|
125928
|
+
cov_1io0efe0r8().s[21]++;
|
|
125782
125929
|
return commands.setTextSelection(position);
|
|
125783
125930
|
}).run();
|
|
125784
125931
|
};
|
|
@@ -137586,7 +137733,7 @@ var renderOptionButton = function renderOptionButton(_ref2) {
|
|
|
137586
137733
|
icon: Icon,
|
|
137587
137734
|
key: optionName,
|
|
137588
137735
|
style: active ? (cov_2gwegiwlga().b[0][0]++, "secondary") : (cov_2gwegiwlga().b[0][1]++, "text"),
|
|
137589
|
-
|
|
137736
|
+
tabIndex: "-1",
|
|
137590
137737
|
tooltipProps: {
|
|
137591
137738
|
content: tooltip,
|
|
137592
137739
|
position: "bottom"
|
|
@@ -139786,7 +139933,7 @@ var FontSizeOption = function FontSizeOption(_ref2) {
|
|
|
139786
139933
|
|
|
139787
139934
|
function cov_7xzegtncw() {
|
|
139788
139935
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/LinkOption.jsx";
|
|
139789
|
-
var hash = "
|
|
139936
|
+
var hash = "b3389a5bbdaa63074522f3682f7ffb02a4468de5";
|
|
139790
139937
|
var global = new Function("return this")();
|
|
139791
139938
|
var gcv = "__coverage__";
|
|
139792
139939
|
var coverageData = {
|
|
@@ -139794,171 +139941,171 @@ function cov_7xzegtncw() {
|
|
|
139794
139941
|
statementMap: {
|
|
139795
139942
|
"0": {
|
|
139796
139943
|
start: {
|
|
139797
|
-
line:
|
|
139944
|
+
line: 10,
|
|
139798
139945
|
column: 17
|
|
139799
139946
|
},
|
|
139800
139947
|
end: {
|
|
139801
|
-
line:
|
|
139948
|
+
line: 10,
|
|
139802
139949
|
column: 25
|
|
139803
139950
|
}
|
|
139804
139951
|
},
|
|
139805
139952
|
"1": {
|
|
139806
139953
|
start: {
|
|
139807
|
-
line:
|
|
139954
|
+
line: 12,
|
|
139808
139955
|
column: 19
|
|
139809
139956
|
},
|
|
139810
139957
|
end: {
|
|
139811
|
-
line:
|
|
139958
|
+
line: 136,
|
|
139812
139959
|
column: 1
|
|
139813
139960
|
}
|
|
139814
139961
|
},
|
|
139815
139962
|
"2": {
|
|
139816
139963
|
start: {
|
|
139817
|
-
line:
|
|
139818
|
-
column:
|
|
139964
|
+
line: 13,
|
|
139965
|
+
column: 28
|
|
139819
139966
|
},
|
|
139820
139967
|
end: {
|
|
139821
|
-
line:
|
|
139822
|
-
column:
|
|
139968
|
+
line: 13,
|
|
139969
|
+
column: 40
|
|
139823
139970
|
}
|
|
139824
139971
|
},
|
|
139825
139972
|
"3": {
|
|
139826
139973
|
start: {
|
|
139827
139974
|
line: 14,
|
|
139828
|
-
column:
|
|
139975
|
+
column: 36
|
|
139829
139976
|
},
|
|
139830
139977
|
end: {
|
|
139831
139978
|
line: 14,
|
|
139832
|
-
column:
|
|
139979
|
+
column: 48
|
|
139833
139980
|
}
|
|
139834
139981
|
},
|
|
139835
139982
|
"4": {
|
|
139836
139983
|
start: {
|
|
139837
139984
|
line: 15,
|
|
139838
|
-
column:
|
|
139985
|
+
column: 30
|
|
139839
139986
|
},
|
|
139840
139987
|
end: {
|
|
139841
139988
|
line: 15,
|
|
139842
|
-
column:
|
|
139989
|
+
column: 45
|
|
139843
139990
|
}
|
|
139844
139991
|
},
|
|
139845
139992
|
"5": {
|
|
139846
139993
|
start: {
|
|
139847
|
-
line:
|
|
139848
|
-
column:
|
|
139994
|
+
line: 17,
|
|
139995
|
+
column: 16
|
|
139849
139996
|
},
|
|
139850
139997
|
end: {
|
|
139851
|
-
line:
|
|
139852
|
-
column:
|
|
139998
|
+
line: 17,
|
|
139999
|
+
column: 32
|
|
139853
140000
|
}
|
|
139854
140001
|
},
|
|
139855
140002
|
"6": {
|
|
139856
140003
|
start: {
|
|
139857
|
-
line:
|
|
139858
|
-
column:
|
|
140004
|
+
line: 19,
|
|
140005
|
+
column: 24
|
|
139859
140006
|
},
|
|
139860
140007
|
end: {
|
|
139861
|
-
line:
|
|
139862
|
-
column:
|
|
140008
|
+
line: 19,
|
|
140009
|
+
column: 36
|
|
139863
140010
|
}
|
|
139864
140011
|
},
|
|
139865
140012
|
"7": {
|
|
139866
140013
|
start: {
|
|
139867
|
-
line:
|
|
139868
|
-
column:
|
|
140014
|
+
line: 21,
|
|
140015
|
+
column: 19
|
|
139869
140016
|
},
|
|
139870
140017
|
end: {
|
|
139871
|
-
line:
|
|
139872
|
-
column:
|
|
140018
|
+
line: 21,
|
|
140019
|
+
column: 42
|
|
139873
140020
|
}
|
|
139874
140021
|
},
|
|
139875
140022
|
"8": {
|
|
139876
140023
|
start: {
|
|
139877
|
-
line:
|
|
139878
|
-
column:
|
|
140024
|
+
line: 23,
|
|
140025
|
+
column: 30
|
|
139879
140026
|
},
|
|
139880
140027
|
end: {
|
|
139881
|
-
line:
|
|
139882
|
-
column:
|
|
140028
|
+
line: 26,
|
|
140029
|
+
column: 3
|
|
139883
140030
|
}
|
|
139884
140031
|
},
|
|
139885
140032
|
"9": {
|
|
139886
140033
|
start: {
|
|
139887
|
-
line:
|
|
140034
|
+
line: 24,
|
|
139888
140035
|
column: 4
|
|
139889
140036
|
},
|
|
139890
140037
|
end: {
|
|
139891
|
-
line:
|
|
139892
|
-
column:
|
|
140038
|
+
line: 24,
|
|
140039
|
+
column: 52
|
|
139893
140040
|
}
|
|
139894
140041
|
},
|
|
139895
140042
|
"10": {
|
|
139896
140043
|
start: {
|
|
139897
|
-
line:
|
|
140044
|
+
line: 25,
|
|
139898
140045
|
column: 4
|
|
139899
140046
|
},
|
|
139900
140047
|
end: {
|
|
139901
|
-
line:
|
|
139902
|
-
column:
|
|
140048
|
+
line: 25,
|
|
140049
|
+
column: 29
|
|
139903
140050
|
}
|
|
139904
140051
|
},
|
|
139905
140052
|
"11": {
|
|
139906
140053
|
start: {
|
|
139907
|
-
line:
|
|
139908
|
-
column:
|
|
140054
|
+
line: 25,
|
|
140055
|
+
column: 22
|
|
139909
140056
|
},
|
|
139910
140057
|
end: {
|
|
139911
|
-
line:
|
|
139912
|
-
column:
|
|
140058
|
+
line: 25,
|
|
140059
|
+
column: 27
|
|
139913
140060
|
}
|
|
139914
140061
|
},
|
|
139915
140062
|
"12": {
|
|
139916
140063
|
start: {
|
|
139917
|
-
line:
|
|
139918
|
-
column:
|
|
140064
|
+
line: 28,
|
|
140065
|
+
column: 22
|
|
139919
140066
|
},
|
|
139920
140067
|
end: {
|
|
139921
|
-
line:
|
|
139922
|
-
column:
|
|
140068
|
+
line: 32,
|
|
140069
|
+
column: 3
|
|
139923
140070
|
}
|
|
139924
140071
|
},
|
|
139925
140072
|
"13": {
|
|
139926
140073
|
start: {
|
|
139927
|
-
line:
|
|
139928
|
-
column:
|
|
140074
|
+
line: 29,
|
|
140075
|
+
column: 4
|
|
139929
140076
|
},
|
|
139930
140077
|
end: {
|
|
139931
|
-
line:
|
|
139932
|
-
column:
|
|
140078
|
+
line: 29,
|
|
140079
|
+
column: 21
|
|
139933
140080
|
}
|
|
139934
140081
|
},
|
|
139935
140082
|
"14": {
|
|
139936
140083
|
start: {
|
|
139937
|
-
line:
|
|
139938
|
-
column:
|
|
140084
|
+
line: 30,
|
|
140085
|
+
column: 4
|
|
139939
140086
|
},
|
|
139940
140087
|
end: {
|
|
139941
|
-
line:
|
|
139942
|
-
column:
|
|
140088
|
+
line: 30,
|
|
140089
|
+
column: 21
|
|
139943
140090
|
}
|
|
139944
140091
|
},
|
|
139945
140092
|
"15": {
|
|
139946
140093
|
start: {
|
|
139947
|
-
line:
|
|
139948
|
-
column:
|
|
140094
|
+
line: 31,
|
|
140095
|
+
column: 4
|
|
139949
140096
|
},
|
|
139950
140097
|
end: {
|
|
139951
|
-
line:
|
|
139952
|
-
column:
|
|
140098
|
+
line: 31,
|
|
140099
|
+
column: 17
|
|
139953
140100
|
}
|
|
139954
140101
|
},
|
|
139955
140102
|
"16": {
|
|
139956
140103
|
start: {
|
|
139957
140104
|
line: 34,
|
|
139958
|
-
column:
|
|
140105
|
+
column: 24
|
|
139959
140106
|
},
|
|
139960
140107
|
end: {
|
|
139961
|
-
line:
|
|
140108
|
+
line: 40,
|
|
139962
140109
|
column: 3
|
|
139963
140110
|
}
|
|
139964
140111
|
},
|
|
@@ -139968,199 +140115,289 @@ function cov_7xzegtncw() {
|
|
|
139968
140115
|
column: 4
|
|
139969
140116
|
},
|
|
139970
140117
|
end: {
|
|
139971
|
-
line:
|
|
139972
|
-
column:
|
|
140118
|
+
line: 39,
|
|
140119
|
+
column: 5
|
|
139973
140120
|
}
|
|
139974
140121
|
},
|
|
139975
140122
|
"18": {
|
|
139976
140123
|
start: {
|
|
139977
140124
|
line: 36,
|
|
139978
|
-
column:
|
|
140125
|
+
column: 6
|
|
139979
140126
|
},
|
|
139980
140127
|
end: {
|
|
139981
140128
|
line: 36,
|
|
139982
|
-
column:
|
|
140129
|
+
column: 20
|
|
139983
140130
|
}
|
|
139984
140131
|
},
|
|
139985
140132
|
"19": {
|
|
139986
140133
|
start: {
|
|
139987
|
-
line:
|
|
139988
|
-
column:
|
|
140134
|
+
line: 37,
|
|
140135
|
+
column: 11
|
|
139989
140136
|
},
|
|
139990
140137
|
end: {
|
|
139991
|
-
line:
|
|
139992
|
-
column:
|
|
140138
|
+
line: 39,
|
|
140139
|
+
column: 5
|
|
139993
140140
|
}
|
|
139994
140141
|
},
|
|
139995
140142
|
"20": {
|
|
139996
140143
|
start: {
|
|
139997
|
-
line:
|
|
140144
|
+
line: 38,
|
|
140145
|
+
column: 6
|
|
140146
|
+
},
|
|
140147
|
+
end: {
|
|
140148
|
+
line: 38,
|
|
140149
|
+
column: 19
|
|
140150
|
+
}
|
|
140151
|
+
},
|
|
140152
|
+
"21": {
|
|
140153
|
+
start: {
|
|
140154
|
+
line: 42,
|
|
139998
140155
|
column: 21
|
|
139999
140156
|
},
|
|
140000
140157
|
end: {
|
|
140001
|
-
line:
|
|
140158
|
+
line: 54,
|
|
140002
140159
|
column: 3
|
|
140003
140160
|
}
|
|
140004
140161
|
},
|
|
140005
|
-
"
|
|
140162
|
+
"22": {
|
|
140006
140163
|
start: {
|
|
140007
|
-
line:
|
|
140164
|
+
line: 43,
|
|
140008
140165
|
column: 4
|
|
140009
140166
|
},
|
|
140010
140167
|
end: {
|
|
140011
|
-
line:
|
|
140168
|
+
line: 53,
|
|
140012
140169
|
column: 5
|
|
140013
140170
|
}
|
|
140014
140171
|
},
|
|
140015
|
-
"
|
|
140172
|
+
"23": {
|
|
140016
140173
|
start: {
|
|
140017
|
-
line:
|
|
140174
|
+
line: 44,
|
|
140018
140175
|
column: 6
|
|
140019
140176
|
},
|
|
140020
140177
|
end: {
|
|
140021
|
-
line:
|
|
140178
|
+
line: 49,
|
|
140022
140179
|
column: 15
|
|
140023
140180
|
}
|
|
140024
140181
|
},
|
|
140025
|
-
"
|
|
140182
|
+
"24": {
|
|
140026
140183
|
start: {
|
|
140027
|
-
line:
|
|
140184
|
+
line: 50,
|
|
140028
140185
|
column: 6
|
|
140029
140186
|
},
|
|
140030
140187
|
end: {
|
|
140031
|
-
line:
|
|
140188
|
+
line: 50,
|
|
140032
140189
|
column: 20
|
|
140033
140190
|
}
|
|
140034
140191
|
},
|
|
140035
|
-
"
|
|
140192
|
+
"25": {
|
|
140036
140193
|
start: {
|
|
140037
|
-
line:
|
|
140194
|
+
line: 52,
|
|
140038
140195
|
column: 6
|
|
140039
140196
|
},
|
|
140040
140197
|
end: {
|
|
140041
|
-
line:
|
|
140198
|
+
line: 52,
|
|
140042
140199
|
column: 38
|
|
140043
140200
|
}
|
|
140044
140201
|
},
|
|
140045
|
-
"
|
|
140202
|
+
"26": {
|
|
140046
140203
|
start: {
|
|
140047
|
-
line:
|
|
140204
|
+
line: 56,
|
|
140048
140205
|
column: 23
|
|
140049
140206
|
},
|
|
140050
140207
|
end: {
|
|
140051
|
-
line:
|
|
140208
|
+
line: 60,
|
|
140052
140209
|
column: 3
|
|
140053
140210
|
}
|
|
140054
140211
|
},
|
|
140055
|
-
"
|
|
140212
|
+
"27": {
|
|
140056
140213
|
start: {
|
|
140057
|
-
line:
|
|
140214
|
+
line: 57,
|
|
140058
140215
|
column: 4
|
|
140059
140216
|
},
|
|
140060
140217
|
end: {
|
|
140061
|
-
line:
|
|
140218
|
+
line: 57,
|
|
140062
140219
|
column: 69
|
|
140063
140220
|
}
|
|
140064
140221
|
},
|
|
140065
|
-
"
|
|
140222
|
+
"28": {
|
|
140066
140223
|
start: {
|
|
140067
|
-
line:
|
|
140224
|
+
line: 58,
|
|
140068
140225
|
column: 4
|
|
140069
140226
|
},
|
|
140070
140227
|
end: {
|
|
140071
|
-
line:
|
|
140228
|
+
line: 58,
|
|
140072
140229
|
column: 21
|
|
140073
140230
|
}
|
|
140074
140231
|
},
|
|
140075
|
-
"
|
|
140232
|
+
"29": {
|
|
140076
140233
|
start: {
|
|
140077
|
-
line:
|
|
140234
|
+
line: 59,
|
|
140078
140235
|
column: 4
|
|
140079
140236
|
},
|
|
140080
140237
|
end: {
|
|
140081
|
-
line:
|
|
140238
|
+
line: 59,
|
|
140082
140239
|
column: 18
|
|
140083
140240
|
}
|
|
140084
140241
|
},
|
|
140085
|
-
"
|
|
140242
|
+
"30": {
|
|
140086
140243
|
start: {
|
|
140087
|
-
line:
|
|
140088
|
-
column:
|
|
140244
|
+
line: 62,
|
|
140245
|
+
column: 28
|
|
140246
|
+
},
|
|
140247
|
+
end: {
|
|
140248
|
+
line: 73,
|
|
140249
|
+
column: 3
|
|
140250
|
+
}
|
|
140251
|
+
},
|
|
140252
|
+
"31": {
|
|
140253
|
+
start: {
|
|
140254
|
+
line: 63,
|
|
140255
|
+
column: 4
|
|
140089
140256
|
},
|
|
140090
140257
|
end: {
|
|
140258
|
+
line: 63,
|
|
140259
|
+
column: 39
|
|
140260
|
+
}
|
|
140261
|
+
},
|
|
140262
|
+
"32": {
|
|
140263
|
+
start: {
|
|
140264
|
+
line: 63,
|
|
140265
|
+
column: 32
|
|
140266
|
+
},
|
|
140267
|
+
end: {
|
|
140268
|
+
line: 63,
|
|
140269
|
+
column: 39
|
|
140270
|
+
}
|
|
140271
|
+
},
|
|
140272
|
+
"33": {
|
|
140273
|
+
start: {
|
|
140274
|
+
line: 65,
|
|
140275
|
+
column: 4
|
|
140276
|
+
},
|
|
140277
|
+
end: {
|
|
140278
|
+
line: 65,
|
|
140279
|
+
column: 47
|
|
140280
|
+
}
|
|
140281
|
+
},
|
|
140282
|
+
"34": {
|
|
140283
|
+
start: {
|
|
140091
140284
|
line: 66,
|
|
140092
|
-
column:
|
|
140285
|
+
column: 4
|
|
140286
|
+
},
|
|
140287
|
+
end: {
|
|
140288
|
+
line: 72,
|
|
140289
|
+
column: 10
|
|
140093
140290
|
}
|
|
140094
140291
|
},
|
|
140095
|
-
"
|
|
140292
|
+
"35": {
|
|
140096
140293
|
start: {
|
|
140097
|
-
line:
|
|
140294
|
+
line: 75,
|
|
140295
|
+
column: 2
|
|
140296
|
+
},
|
|
140297
|
+
end: {
|
|
140298
|
+
line: 82,
|
|
140299
|
+
column: 23
|
|
140300
|
+
}
|
|
140301
|
+
},
|
|
140302
|
+
"36": {
|
|
140303
|
+
start: {
|
|
140304
|
+
line: 76,
|
|
140098
140305
|
column: 4
|
|
140099
140306
|
},
|
|
140100
140307
|
end: {
|
|
140101
|
-
line:
|
|
140308
|
+
line: 76,
|
|
140102
140309
|
column: 52
|
|
140103
140310
|
}
|
|
140104
140311
|
},
|
|
140105
|
-
"
|
|
140312
|
+
"37": {
|
|
140106
140313
|
start: {
|
|
140107
|
-
line:
|
|
140314
|
+
line: 78,
|
|
140108
140315
|
column: 4
|
|
140109
140316
|
},
|
|
140110
140317
|
end: {
|
|
140111
|
-
line:
|
|
140318
|
+
line: 81,
|
|
140112
140319
|
column: 5
|
|
140113
140320
|
}
|
|
140114
140321
|
},
|
|
140115
|
-
"
|
|
140322
|
+
"38": {
|
|
140116
140323
|
start: {
|
|
140117
|
-
line:
|
|
140324
|
+
line: 79,
|
|
140118
140325
|
column: 6
|
|
140119
140326
|
},
|
|
140120
140327
|
end: {
|
|
140121
|
-
line:
|
|
140328
|
+
line: 79,
|
|
140122
140329
|
column: 47
|
|
140123
140330
|
}
|
|
140124
140331
|
},
|
|
140125
|
-
"
|
|
140332
|
+
"39": {
|
|
140126
140333
|
start: {
|
|
140127
|
-
line:
|
|
140334
|
+
line: 80,
|
|
140128
140335
|
column: 6
|
|
140129
140336
|
},
|
|
140130
140337
|
end: {
|
|
140131
|
-
line:
|
|
140338
|
+
line: 80,
|
|
140132
140339
|
column: 45
|
|
140133
140340
|
}
|
|
140134
140341
|
},
|
|
140135
|
-
"
|
|
140342
|
+
"40": {
|
|
140136
140343
|
start: {
|
|
140137
|
-
line:
|
|
140344
|
+
line: 84,
|
|
140138
140345
|
column: 2
|
|
140139
140346
|
},
|
|
140140
140347
|
end: {
|
|
140141
|
-
line:
|
|
140348
|
+
line: 86,
|
|
140349
|
+
column: 30
|
|
140350
|
+
}
|
|
140351
|
+
},
|
|
140352
|
+
"41": {
|
|
140353
|
+
start: {
|
|
140354
|
+
line: 85,
|
|
140142
140355
|
column: 4
|
|
140356
|
+
},
|
|
140357
|
+
end: {
|
|
140358
|
+
line: 85,
|
|
140359
|
+
column: 34
|
|
140143
140360
|
}
|
|
140144
140361
|
},
|
|
140145
|
-
"
|
|
140362
|
+
"42": {
|
|
140146
140363
|
start: {
|
|
140147
|
-
line:
|
|
140148
|
-
column:
|
|
140364
|
+
line: 88,
|
|
140365
|
+
column: 2
|
|
140149
140366
|
},
|
|
140150
140367
|
end: {
|
|
140151
|
-
line:
|
|
140152
|
-
column:
|
|
140368
|
+
line: 135,
|
|
140369
|
+
column: 4
|
|
140153
140370
|
}
|
|
140154
140371
|
},
|
|
140155
|
-
"
|
|
140372
|
+
"43": {
|
|
140156
140373
|
start: {
|
|
140157
|
-
line:
|
|
140374
|
+
line: 114,
|
|
140158
140375
|
column: 25
|
|
140159
140376
|
},
|
|
140160
140377
|
end: {
|
|
140161
|
-
line:
|
|
140378
|
+
line: 114,
|
|
140162
140379
|
column: 37
|
|
140163
140380
|
}
|
|
140381
|
+
},
|
|
140382
|
+
"44": {
|
|
140383
|
+
start: {
|
|
140384
|
+
line: 116,
|
|
140385
|
+
column: 12
|
|
140386
|
+
},
|
|
140387
|
+
end: {
|
|
140388
|
+
line: 116,
|
|
140389
|
+
column: 32
|
|
140390
|
+
}
|
|
140391
|
+
},
|
|
140392
|
+
"45": {
|
|
140393
|
+
start: {
|
|
140394
|
+
line: 117,
|
|
140395
|
+
column: 12
|
|
140396
|
+
},
|
|
140397
|
+
end: {
|
|
140398
|
+
line: 117,
|
|
140399
|
+
column: 32
|
|
140400
|
+
}
|
|
140164
140401
|
}
|
|
140165
140402
|
},
|
|
140166
140403
|
fnMap: {
|
|
@@ -140168,296 +140405,344 @@ function cov_7xzegtncw() {
|
|
|
140168
140405
|
name: "(anonymous_0)",
|
|
140169
140406
|
decl: {
|
|
140170
140407
|
start: {
|
|
140171
|
-
line:
|
|
140408
|
+
line: 12,
|
|
140172
140409
|
column: 19
|
|
140173
140410
|
},
|
|
140174
140411
|
end: {
|
|
140175
|
-
line:
|
|
140412
|
+
line: 12,
|
|
140176
140413
|
column: 20
|
|
140177
140414
|
}
|
|
140178
140415
|
},
|
|
140179
140416
|
loc: {
|
|
140180
140417
|
start: {
|
|
140181
|
-
line:
|
|
140182
|
-
column:
|
|
140418
|
+
line: 12,
|
|
140419
|
+
column: 60
|
|
140183
140420
|
},
|
|
140184
140421
|
end: {
|
|
140185
|
-
line:
|
|
140422
|
+
line: 136,
|
|
140186
140423
|
column: 1
|
|
140187
140424
|
}
|
|
140188
140425
|
},
|
|
140189
|
-
line:
|
|
140426
|
+
line: 12
|
|
140190
140427
|
},
|
|
140191
140428
|
"1": {
|
|
140192
140429
|
name: "(anonymous_1)",
|
|
140193
140430
|
decl: {
|
|
140194
140431
|
start: {
|
|
140195
|
-
line:
|
|
140196
|
-
column:
|
|
140432
|
+
line: 23,
|
|
140433
|
+
column: 30
|
|
140197
140434
|
},
|
|
140198
140435
|
end: {
|
|
140199
|
-
line:
|
|
140200
|
-
column:
|
|
140436
|
+
line: 23,
|
|
140437
|
+
column: 31
|
|
140201
140438
|
}
|
|
140202
140439
|
},
|
|
140203
140440
|
loc: {
|
|
140204
140441
|
start: {
|
|
140205
|
-
line:
|
|
140206
|
-
column:
|
|
140442
|
+
line: 23,
|
|
140443
|
+
column: 36
|
|
140207
140444
|
},
|
|
140208
140445
|
end: {
|
|
140209
|
-
line:
|
|
140446
|
+
line: 26,
|
|
140210
140447
|
column: 3
|
|
140211
140448
|
}
|
|
140212
140449
|
},
|
|
140213
|
-
line:
|
|
140450
|
+
line: 23
|
|
140214
140451
|
},
|
|
140215
140452
|
"2": {
|
|
140216
140453
|
name: "(anonymous_2)",
|
|
140217
140454
|
decl: {
|
|
140218
140455
|
start: {
|
|
140219
|
-
line:
|
|
140220
|
-
column:
|
|
140456
|
+
line: 25,
|
|
140457
|
+
column: 14
|
|
140221
140458
|
},
|
|
140222
140459
|
end: {
|
|
140223
|
-
line:
|
|
140224
|
-
column:
|
|
140460
|
+
line: 25,
|
|
140461
|
+
column: 15
|
|
140225
140462
|
}
|
|
140226
140463
|
},
|
|
140227
140464
|
loc: {
|
|
140228
140465
|
start: {
|
|
140229
|
-
line:
|
|
140230
|
-
column:
|
|
140466
|
+
line: 25,
|
|
140467
|
+
column: 22
|
|
140231
140468
|
},
|
|
140232
140469
|
end: {
|
|
140233
|
-
line:
|
|
140234
|
-
column:
|
|
140470
|
+
line: 25,
|
|
140471
|
+
column: 27
|
|
140235
140472
|
}
|
|
140236
140473
|
},
|
|
140237
|
-
line:
|
|
140474
|
+
line: 25
|
|
140238
140475
|
},
|
|
140239
140476
|
"3": {
|
|
140240
140477
|
name: "(anonymous_3)",
|
|
140241
140478
|
decl: {
|
|
140242
140479
|
start: {
|
|
140243
|
-
line:
|
|
140244
|
-
column:
|
|
140480
|
+
line: 28,
|
|
140481
|
+
column: 22
|
|
140245
140482
|
},
|
|
140246
140483
|
end: {
|
|
140247
|
-
line:
|
|
140248
|
-
column:
|
|
140484
|
+
line: 28,
|
|
140485
|
+
column: 23
|
|
140249
140486
|
}
|
|
140250
140487
|
},
|
|
140251
140488
|
loc: {
|
|
140252
140489
|
start: {
|
|
140253
|
-
line:
|
|
140254
|
-
column:
|
|
140490
|
+
line: 28,
|
|
140491
|
+
column: 28
|
|
140255
140492
|
},
|
|
140256
140493
|
end: {
|
|
140257
|
-
line:
|
|
140494
|
+
line: 32,
|
|
140258
140495
|
column: 3
|
|
140259
140496
|
}
|
|
140260
140497
|
},
|
|
140261
|
-
line:
|
|
140498
|
+
line: 28
|
|
140262
140499
|
},
|
|
140263
140500
|
"4": {
|
|
140264
140501
|
name: "(anonymous_4)",
|
|
140265
140502
|
decl: {
|
|
140266
140503
|
start: {
|
|
140267
|
-
line:
|
|
140268
|
-
column:
|
|
140504
|
+
line: 34,
|
|
140505
|
+
column: 24
|
|
140269
140506
|
},
|
|
140270
140507
|
end: {
|
|
140271
|
-
line:
|
|
140272
|
-
column:
|
|
140508
|
+
line: 34,
|
|
140509
|
+
column: 25
|
|
140273
140510
|
}
|
|
140274
140511
|
},
|
|
140275
140512
|
loc: {
|
|
140276
140513
|
start: {
|
|
140277
|
-
line:
|
|
140278
|
-
column:
|
|
140514
|
+
line: 34,
|
|
140515
|
+
column: 33
|
|
140279
140516
|
},
|
|
140280
140517
|
end: {
|
|
140281
|
-
line:
|
|
140282
|
-
column:
|
|
140518
|
+
line: 40,
|
|
140519
|
+
column: 3
|
|
140283
140520
|
}
|
|
140284
140521
|
},
|
|
140285
|
-
line:
|
|
140522
|
+
line: 34
|
|
140286
140523
|
},
|
|
140287
140524
|
"5": {
|
|
140288
140525
|
name: "(anonymous_5)",
|
|
140289
140526
|
decl: {
|
|
140290
140527
|
start: {
|
|
140291
|
-
line:
|
|
140528
|
+
line: 42,
|
|
140292
140529
|
column: 21
|
|
140293
140530
|
},
|
|
140294
140531
|
end: {
|
|
140295
|
-
line:
|
|
140532
|
+
line: 42,
|
|
140296
140533
|
column: 22
|
|
140297
140534
|
}
|
|
140298
140535
|
},
|
|
140299
140536
|
loc: {
|
|
140300
140537
|
start: {
|
|
140301
|
-
line:
|
|
140538
|
+
line: 42,
|
|
140302
140539
|
column: 27
|
|
140303
140540
|
},
|
|
140304
140541
|
end: {
|
|
140305
|
-
line:
|
|
140542
|
+
line: 54,
|
|
140306
140543
|
column: 3
|
|
140307
140544
|
}
|
|
140308
140545
|
},
|
|
140309
|
-
line:
|
|
140546
|
+
line: 42
|
|
140310
140547
|
},
|
|
140311
140548
|
"6": {
|
|
140312
140549
|
name: "(anonymous_6)",
|
|
140313
140550
|
decl: {
|
|
140314
140551
|
start: {
|
|
140315
|
-
line:
|
|
140552
|
+
line: 56,
|
|
140316
140553
|
column: 23
|
|
140317
140554
|
},
|
|
140318
140555
|
end: {
|
|
140319
|
-
line:
|
|
140556
|
+
line: 56,
|
|
140320
140557
|
column: 24
|
|
140321
140558
|
}
|
|
140322
140559
|
},
|
|
140323
140560
|
loc: {
|
|
140324
140561
|
start: {
|
|
140325
|
-
line:
|
|
140562
|
+
line: 56,
|
|
140326
140563
|
column: 29
|
|
140327
140564
|
},
|
|
140328
140565
|
end: {
|
|
140329
|
-
line:
|
|
140566
|
+
line: 60,
|
|
140330
140567
|
column: 3
|
|
140331
140568
|
}
|
|
140332
140569
|
},
|
|
140333
|
-
line:
|
|
140570
|
+
line: 56
|
|
140334
140571
|
},
|
|
140335
140572
|
"7": {
|
|
140336
140573
|
name: "(anonymous_7)",
|
|
140337
140574
|
decl: {
|
|
140338
140575
|
start: {
|
|
140339
|
-
line:
|
|
140340
|
-
column:
|
|
140576
|
+
line: 62,
|
|
140577
|
+
column: 28
|
|
140341
140578
|
},
|
|
140342
140579
|
end: {
|
|
140343
|
-
line:
|
|
140344
|
-
column:
|
|
140580
|
+
line: 62,
|
|
140581
|
+
column: 29
|
|
140345
140582
|
}
|
|
140346
140583
|
},
|
|
140347
140584
|
loc: {
|
|
140348
140585
|
start: {
|
|
140349
|
-
line:
|
|
140350
|
-
column:
|
|
140586
|
+
line: 62,
|
|
140587
|
+
column: 34
|
|
140351
140588
|
},
|
|
140352
140589
|
end: {
|
|
140353
|
-
line:
|
|
140590
|
+
line: 73,
|
|
140354
140591
|
column: 3
|
|
140355
140592
|
}
|
|
140356
140593
|
},
|
|
140357
|
-
line:
|
|
140594
|
+
line: 62
|
|
140358
140595
|
},
|
|
140359
140596
|
"8": {
|
|
140360
140597
|
name: "(anonymous_8)",
|
|
140361
140598
|
decl: {
|
|
140362
140599
|
start: {
|
|
140363
|
-
line:
|
|
140364
|
-
column:
|
|
140600
|
+
line: 75,
|
|
140601
|
+
column: 12
|
|
140365
140602
|
},
|
|
140366
140603
|
end: {
|
|
140367
|
-
line:
|
|
140368
|
-
column:
|
|
140604
|
+
line: 75,
|
|
140605
|
+
column: 13
|
|
140369
140606
|
}
|
|
140370
140607
|
},
|
|
140371
140608
|
loc: {
|
|
140372
140609
|
start: {
|
|
140373
|
-
line:
|
|
140374
|
-
column:
|
|
140610
|
+
line: 75,
|
|
140611
|
+
column: 18
|
|
140375
140612
|
},
|
|
140376
140613
|
end: {
|
|
140377
|
-
line:
|
|
140378
|
-
column:
|
|
140614
|
+
line: 82,
|
|
140615
|
+
column: 3
|
|
140379
140616
|
}
|
|
140380
140617
|
},
|
|
140381
|
-
line:
|
|
140618
|
+
line: 75
|
|
140382
140619
|
},
|
|
140383
140620
|
"9": {
|
|
140384
140621
|
name: "(anonymous_9)",
|
|
140385
140622
|
decl: {
|
|
140386
140623
|
start: {
|
|
140387
|
-
line:
|
|
140624
|
+
line: 84,
|
|
140625
|
+
column: 12
|
|
140626
|
+
},
|
|
140627
|
+
end: {
|
|
140628
|
+
line: 84,
|
|
140629
|
+
column: 13
|
|
140630
|
+
}
|
|
140631
|
+
},
|
|
140632
|
+
loc: {
|
|
140633
|
+
start: {
|
|
140634
|
+
line: 84,
|
|
140635
|
+
column: 18
|
|
140636
|
+
},
|
|
140637
|
+
end: {
|
|
140638
|
+
line: 86,
|
|
140639
|
+
column: 3
|
|
140640
|
+
}
|
|
140641
|
+
},
|
|
140642
|
+
line: 84
|
|
140643
|
+
},
|
|
140644
|
+
"10": {
|
|
140645
|
+
name: "(anonymous_10)",
|
|
140646
|
+
decl: {
|
|
140647
|
+
start: {
|
|
140648
|
+
line: 114,
|
|
140388
140649
|
column: 19
|
|
140389
140650
|
},
|
|
140390
140651
|
end: {
|
|
140391
|
-
line:
|
|
140652
|
+
line: 114,
|
|
140392
140653
|
column: 20
|
|
140393
140654
|
}
|
|
140394
140655
|
},
|
|
140395
140656
|
loc: {
|
|
140396
140657
|
start: {
|
|
140397
|
-
line:
|
|
140658
|
+
line: 114,
|
|
140398
140659
|
column: 25
|
|
140399
140660
|
},
|
|
140400
140661
|
end: {
|
|
140401
|
-
line:
|
|
140662
|
+
line: 114,
|
|
140402
140663
|
column: 37
|
|
140403
140664
|
}
|
|
140404
140665
|
},
|
|
140405
|
-
line:
|
|
140666
|
+
line: 114
|
|
140667
|
+
},
|
|
140668
|
+
"11": {
|
|
140669
|
+
name: "(anonymous_11)",
|
|
140670
|
+
decl: {
|
|
140671
|
+
start: {
|
|
140672
|
+
line: 115,
|
|
140673
|
+
column: 20
|
|
140674
|
+
},
|
|
140675
|
+
end: {
|
|
140676
|
+
line: 115,
|
|
140677
|
+
column: 21
|
|
140678
|
+
}
|
|
140679
|
+
},
|
|
140680
|
+
loc: {
|
|
140681
|
+
start: {
|
|
140682
|
+
line: 115,
|
|
140683
|
+
column: 47
|
|
140684
|
+
},
|
|
140685
|
+
end: {
|
|
140686
|
+
line: 118,
|
|
140687
|
+
column: 11
|
|
140688
|
+
}
|
|
140689
|
+
},
|
|
140690
|
+
line: 115
|
|
140406
140691
|
}
|
|
140407
140692
|
},
|
|
140408
140693
|
branchMap: {
|
|
140409
140694
|
"0": {
|
|
140410
140695
|
loc: {
|
|
140411
140696
|
start: {
|
|
140412
|
-
line:
|
|
140697
|
+
line: 35,
|
|
140413
140698
|
column: 4
|
|
140414
140699
|
},
|
|
140415
140700
|
end: {
|
|
140416
|
-
line:
|
|
140701
|
+
line: 39,
|
|
140417
140702
|
column: 5
|
|
140418
140703
|
}
|
|
140419
140704
|
},
|
|
140420
140705
|
type: "if",
|
|
140421
140706
|
locations: [{
|
|
140422
140707
|
start: {
|
|
140423
|
-
line:
|
|
140708
|
+
line: 35,
|
|
140424
140709
|
column: 4
|
|
140425
140710
|
},
|
|
140426
140711
|
end: {
|
|
140427
|
-
line:
|
|
140712
|
+
line: 39,
|
|
140428
140713
|
column: 5
|
|
140429
140714
|
}
|
|
140430
140715
|
}, {
|
|
140431
140716
|
start: {
|
|
140432
|
-
line:
|
|
140717
|
+
line: 37,
|
|
140433
140718
|
column: 11
|
|
140434
140719
|
},
|
|
140435
140720
|
end: {
|
|
140436
|
-
line:
|
|
140721
|
+
line: 39,
|
|
140437
140722
|
column: 5
|
|
140438
140723
|
}
|
|
140439
140724
|
}],
|
|
140440
|
-
line:
|
|
140725
|
+
line: 35
|
|
140441
140726
|
},
|
|
140442
140727
|
"1": {
|
|
140443
140728
|
loc: {
|
|
140444
140729
|
start: {
|
|
140445
|
-
line:
|
|
140730
|
+
line: 37,
|
|
140446
140731
|
column: 11
|
|
140447
140732
|
},
|
|
140448
140733
|
end: {
|
|
140449
|
-
line:
|
|
140734
|
+
line: 39,
|
|
140450
140735
|
column: 5
|
|
140451
140736
|
}
|
|
140452
140737
|
},
|
|
140453
140738
|
type: "if",
|
|
140454
140739
|
locations: [{
|
|
140455
140740
|
start: {
|
|
140456
|
-
line:
|
|
140741
|
+
line: 37,
|
|
140457
140742
|
column: 11
|
|
140458
140743
|
},
|
|
140459
140744
|
end: {
|
|
140460
|
-
line:
|
|
140745
|
+
line: 39,
|
|
140461
140746
|
column: 5
|
|
140462
140747
|
}
|
|
140463
140748
|
}, {
|
|
@@ -140470,60 +140755,93 @@ function cov_7xzegtncw() {
|
|
|
140470
140755
|
column: undefined
|
|
140471
140756
|
}
|
|
140472
140757
|
}],
|
|
140473
|
-
line:
|
|
140758
|
+
line: 37
|
|
140474
140759
|
},
|
|
140475
140760
|
"2": {
|
|
140476
140761
|
loc: {
|
|
140477
140762
|
start: {
|
|
140478
|
-
line:
|
|
140763
|
+
line: 43,
|
|
140479
140764
|
column: 4
|
|
140480
140765
|
},
|
|
140481
140766
|
end: {
|
|
140482
|
-
line:
|
|
140767
|
+
line: 53,
|
|
140483
140768
|
column: 5
|
|
140484
140769
|
}
|
|
140485
140770
|
},
|
|
140486
140771
|
type: "if",
|
|
140487
140772
|
locations: [{
|
|
140488
140773
|
start: {
|
|
140489
|
-
line:
|
|
140774
|
+
line: 43,
|
|
140490
140775
|
column: 4
|
|
140491
140776
|
},
|
|
140492
140777
|
end: {
|
|
140493
|
-
line:
|
|
140778
|
+
line: 53,
|
|
140494
140779
|
column: 5
|
|
140495
140780
|
}
|
|
140496
140781
|
}, {
|
|
140497
140782
|
start: {
|
|
140498
|
-
line:
|
|
140783
|
+
line: 51,
|
|
140499
140784
|
column: 11
|
|
140500
140785
|
},
|
|
140501
140786
|
end: {
|
|
140502
|
-
line:
|
|
140787
|
+
line: 53,
|
|
140503
140788
|
column: 5
|
|
140504
140789
|
}
|
|
140505
140790
|
}],
|
|
140506
|
-
line:
|
|
140791
|
+
line: 43
|
|
140507
140792
|
},
|
|
140508
140793
|
"3": {
|
|
140509
140794
|
loc: {
|
|
140510
140795
|
start: {
|
|
140511
|
-
line:
|
|
140796
|
+
line: 63,
|
|
140512
140797
|
column: 4
|
|
140513
140798
|
},
|
|
140514
140799
|
end: {
|
|
140515
|
-
line:
|
|
140800
|
+
line: 63,
|
|
140801
|
+
column: 39
|
|
140802
|
+
}
|
|
140803
|
+
},
|
|
140804
|
+
type: "if",
|
|
140805
|
+
locations: [{
|
|
140806
|
+
start: {
|
|
140807
|
+
line: 63,
|
|
140808
|
+
column: 4
|
|
140809
|
+
},
|
|
140810
|
+
end: {
|
|
140811
|
+
line: 63,
|
|
140812
|
+
column: 39
|
|
140813
|
+
}
|
|
140814
|
+
}, {
|
|
140815
|
+
start: {
|
|
140816
|
+
line: undefined,
|
|
140817
|
+
column: undefined
|
|
140818
|
+
},
|
|
140819
|
+
end: {
|
|
140820
|
+
line: undefined,
|
|
140821
|
+
column: undefined
|
|
140822
|
+
}
|
|
140823
|
+
}],
|
|
140824
|
+
line: 63
|
|
140825
|
+
},
|
|
140826
|
+
"4": {
|
|
140827
|
+
loc: {
|
|
140828
|
+
start: {
|
|
140829
|
+
line: 78,
|
|
140830
|
+
column: 4
|
|
140831
|
+
},
|
|
140832
|
+
end: {
|
|
140833
|
+
line: 81,
|
|
140516
140834
|
column: 5
|
|
140517
140835
|
}
|
|
140518
140836
|
},
|
|
140519
140837
|
type: "if",
|
|
140520
140838
|
locations: [{
|
|
140521
140839
|
start: {
|
|
140522
|
-
line:
|
|
140840
|
+
line: 78,
|
|
140523
140841
|
column: 4
|
|
140524
140842
|
},
|
|
140525
140843
|
end: {
|
|
140526
|
-
line:
|
|
140844
|
+
line: 81,
|
|
140527
140845
|
column: 5
|
|
140528
140846
|
}
|
|
140529
140847
|
}, {
|
|
@@ -140536,73 +140854,139 @@ function cov_7xzegtncw() {
|
|
|
140536
140854
|
column: undefined
|
|
140537
140855
|
}
|
|
140538
140856
|
}],
|
|
140539
|
-
line:
|
|
140857
|
+
line: 78
|
|
140540
140858
|
},
|
|
140541
|
-
"
|
|
140859
|
+
"5": {
|
|
140542
140860
|
loc: {
|
|
140543
140861
|
start: {
|
|
140544
|
-
line:
|
|
140862
|
+
line: 85,
|
|
140863
|
+
column: 4
|
|
140864
|
+
},
|
|
140865
|
+
end: {
|
|
140866
|
+
line: 85,
|
|
140867
|
+
column: 33
|
|
140868
|
+
}
|
|
140869
|
+
},
|
|
140870
|
+
type: "binary-expr",
|
|
140871
|
+
locations: [{
|
|
140872
|
+
start: {
|
|
140873
|
+
line: 85,
|
|
140874
|
+
column: 4
|
|
140875
|
+
},
|
|
140876
|
+
end: {
|
|
140877
|
+
line: 85,
|
|
140878
|
+
column: 10
|
|
140879
|
+
}
|
|
140880
|
+
}, {
|
|
140881
|
+
start: {
|
|
140882
|
+
line: 85,
|
|
140883
|
+
column: 14
|
|
140884
|
+
},
|
|
140885
|
+
end: {
|
|
140886
|
+
line: 85,
|
|
140887
|
+
column: 33
|
|
140888
|
+
}
|
|
140889
|
+
}],
|
|
140890
|
+
line: 85
|
|
140891
|
+
},
|
|
140892
|
+
"6": {
|
|
140893
|
+
loc: {
|
|
140894
|
+
start: {
|
|
140895
|
+
line: 90,
|
|
140545
140896
|
column: 19
|
|
140546
140897
|
},
|
|
140547
140898
|
end: {
|
|
140548
|
-
line:
|
|
140549
|
-
column:
|
|
140899
|
+
line: 90,
|
|
140900
|
+
column: 60
|
|
140550
140901
|
}
|
|
140551
140902
|
},
|
|
140552
140903
|
type: "cond-expr",
|
|
140553
140904
|
locations: [{
|
|
140554
140905
|
start: {
|
|
140555
|
-
line:
|
|
140556
|
-
column:
|
|
140906
|
+
line: 90,
|
|
140907
|
+
column: 40
|
|
140557
140908
|
},
|
|
140558
140909
|
end: {
|
|
140559
|
-
line:
|
|
140560
|
-
column:
|
|
140910
|
+
line: 90,
|
|
140911
|
+
column: 51
|
|
140561
140912
|
}
|
|
140562
140913
|
}, {
|
|
140563
140914
|
start: {
|
|
140564
|
-
line:
|
|
140565
|
-
column:
|
|
140915
|
+
line: 90,
|
|
140916
|
+
column: 54
|
|
140566
140917
|
},
|
|
140567
140918
|
end: {
|
|
140568
|
-
line:
|
|
140569
|
-
column:
|
|
140919
|
+
line: 90,
|
|
140920
|
+
column: 60
|
|
140570
140921
|
}
|
|
140571
140922
|
}],
|
|
140572
|
-
line:
|
|
140923
|
+
line: 90
|
|
140573
140924
|
},
|
|
140574
|
-
"
|
|
140925
|
+
"7": {
|
|
140575
140926
|
loc: {
|
|
140576
140927
|
start: {
|
|
140577
|
-
line:
|
|
140928
|
+
line: 90,
|
|
140929
|
+
column: 19
|
|
140930
|
+
},
|
|
140931
|
+
end: {
|
|
140932
|
+
line: 90,
|
|
140933
|
+
column: 37
|
|
140934
|
+
}
|
|
140935
|
+
},
|
|
140936
|
+
type: "binary-expr",
|
|
140937
|
+
locations: [{
|
|
140938
|
+
start: {
|
|
140939
|
+
line: 90,
|
|
140940
|
+
column: 19
|
|
140941
|
+
},
|
|
140942
|
+
end: {
|
|
140943
|
+
line: 90,
|
|
140944
|
+
column: 25
|
|
140945
|
+
}
|
|
140946
|
+
}, {
|
|
140947
|
+
start: {
|
|
140948
|
+
line: 90,
|
|
140949
|
+
column: 29
|
|
140950
|
+
},
|
|
140951
|
+
end: {
|
|
140952
|
+
line: 90,
|
|
140953
|
+
column: 37
|
|
140954
|
+
}
|
|
140955
|
+
}],
|
|
140956
|
+
line: 90
|
|
140957
|
+
},
|
|
140958
|
+
"8": {
|
|
140959
|
+
loc: {
|
|
140960
|
+
start: {
|
|
140961
|
+
line: 125,
|
|
140578
140962
|
column: 9
|
|
140579
140963
|
},
|
|
140580
140964
|
end: {
|
|
140581
|
-
line:
|
|
140965
|
+
line: 132,
|
|
140582
140966
|
column: 9
|
|
140583
140967
|
}
|
|
140584
140968
|
},
|
|
140585
140969
|
type: "binary-expr",
|
|
140586
140970
|
locations: [{
|
|
140587
140971
|
start: {
|
|
140588
|
-
line:
|
|
140972
|
+
line: 125,
|
|
140589
140973
|
column: 9
|
|
140590
140974
|
},
|
|
140591
140975
|
end: {
|
|
140592
|
-
line:
|
|
140976
|
+
line: 125,
|
|
140593
140977
|
column: 17
|
|
140594
140978
|
}
|
|
140595
140979
|
}, {
|
|
140596
140980
|
start: {
|
|
140597
|
-
line:
|
|
140981
|
+
line: 126,
|
|
140598
140982
|
column: 10
|
|
140599
140983
|
},
|
|
140600
140984
|
end: {
|
|
140601
|
-
line:
|
|
140985
|
+
line: 131,
|
|
140602
140986
|
column: 12
|
|
140603
140987
|
}
|
|
140604
140988
|
}],
|
|
140605
|
-
line:
|
|
140989
|
+
line: 125
|
|
140606
140990
|
}
|
|
140607
140991
|
},
|
|
140608
140992
|
s: {
|
|
@@ -140642,7 +141026,16 @@ function cov_7xzegtncw() {
|
|
|
140642
141026
|
"33": 0,
|
|
140643
141027
|
"34": 0,
|
|
140644
141028
|
"35": 0,
|
|
140645
|
-
"36": 0
|
|
141029
|
+
"36": 0,
|
|
141030
|
+
"37": 0,
|
|
141031
|
+
"38": 0,
|
|
141032
|
+
"39": 0,
|
|
141033
|
+
"40": 0,
|
|
141034
|
+
"41": 0,
|
|
141035
|
+
"42": 0,
|
|
141036
|
+
"43": 0,
|
|
141037
|
+
"44": 0,
|
|
141038
|
+
"45": 0
|
|
140646
141039
|
},
|
|
140647
141040
|
f: {
|
|
140648
141041
|
"0": 0,
|
|
@@ -140654,7 +141047,9 @@ function cov_7xzegtncw() {
|
|
|
140654
141047
|
"6": 0,
|
|
140655
141048
|
"7": 0,
|
|
140656
141049
|
"8": 0,
|
|
140657
|
-
"9": 0
|
|
141050
|
+
"9": 0,
|
|
141051
|
+
"10": 0,
|
|
141052
|
+
"11": 0
|
|
140658
141053
|
},
|
|
140659
141054
|
b: {
|
|
140660
141055
|
"0": [0, 0],
|
|
@@ -140662,10 +141057,13 @@ function cov_7xzegtncw() {
|
|
|
140662
141057
|
"2": [0, 0],
|
|
140663
141058
|
"3": [0, 0],
|
|
140664
141059
|
"4": [0, 0],
|
|
140665
|
-
"5": [0, 0]
|
|
141060
|
+
"5": [0, 0],
|
|
141061
|
+
"6": [0, 0],
|
|
141062
|
+
"7": [0, 0],
|
|
141063
|
+
"8": [0, 0]
|
|
140666
141064
|
},
|
|
140667
141065
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
140668
|
-
hash: "
|
|
141066
|
+
hash: "b3389a5bbdaa63074522f3682f7ffb02a4468de5"
|
|
140669
141067
|
};
|
|
140670
141068
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
140671
141069
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -140686,112 +141084,137 @@ var _ref$4 = (cov_7xzegtncw().s[0]++, Dropdown$1),
|
|
|
140686
141084
|
cov_7xzegtncw().s[1]++;
|
|
140687
141085
|
var LinkOption = function LinkOption(_ref2) {
|
|
140688
141086
|
var editor = _ref2.editor,
|
|
140689
|
-
tooltipContent = _ref2.tooltipContent
|
|
141087
|
+
tooltipContent = _ref2.tooltipContent,
|
|
141088
|
+
menuRef = _ref2.menuRef;
|
|
140690
141089
|
cov_7xzegtncw().f[0]++;
|
|
140691
|
-
var _ref3 = (cov_7xzegtncw().s[2]++,
|
|
140692
|
-
|
|
140693
|
-
|
|
140694
|
-
|
|
140695
|
-
|
|
140696
|
-
|
|
140697
|
-
|
|
140698
|
-
|
|
140699
|
-
|
|
140700
|
-
|
|
140701
|
-
|
|
140702
|
-
|
|
140703
|
-
|
|
140704
|
-
|
|
140705
|
-
var
|
|
140706
|
-
cov_7xzegtncw().s[7]
|
|
140707
|
-
|
|
141090
|
+
var _ref3 = (cov_7xzegtncw().s[2]++, useState("")),
|
|
141091
|
+
_ref4 = _slicedToArray(_ref3, 2),
|
|
141092
|
+
error = _ref4[0],
|
|
141093
|
+
setError = _ref4[1];
|
|
141094
|
+
var _ref5 = (cov_7xzegtncw().s[3]++, useState("")),
|
|
141095
|
+
_ref6 = _slicedToArray(_ref5, 2),
|
|
141096
|
+
urlString = _ref6[0],
|
|
141097
|
+
setUrlString = _ref6[1];
|
|
141098
|
+
var _ref7 = (cov_7xzegtncw().s[4]++, useState(false)),
|
|
141099
|
+
_ref8 = _slicedToArray(_ref7, 2),
|
|
141100
|
+
isOpen = _ref8[0],
|
|
141101
|
+
setIsOpen = _ref8[1];
|
|
141102
|
+
var _ref9 = (cov_7xzegtncw().s[5]++, useTranslation()),
|
|
141103
|
+
t = _ref9.t;
|
|
141104
|
+
var linkOptionRef = (cov_7xzegtncw().s[6]++, useRef$1(null));
|
|
141105
|
+
var isActive = (cov_7xzegtncw().s[7]++, editor.isActive("link"));
|
|
141106
|
+
cov_7xzegtncw().s[8]++;
|
|
141107
|
+
var handleDropDownClick = function handleDropDownClick() {
|
|
140708
141108
|
cov_7xzegtncw().f[1]++;
|
|
140709
|
-
cov_7xzegtncw().s[8]++;
|
|
140710
|
-
setIsOpen(false);
|
|
140711
141109
|
cov_7xzegtncw().s[9]++;
|
|
140712
|
-
setUrlString("");
|
|
141110
|
+
setUrlString(editor.getAttributes("link").href);
|
|
140713
141111
|
cov_7xzegtncw().s[10]++;
|
|
141112
|
+
setIsOpen(function (open) {
|
|
141113
|
+
cov_7xzegtncw().f[2]++;
|
|
141114
|
+
cov_7xzegtncw().s[11]++;
|
|
141115
|
+
return !open;
|
|
141116
|
+
});
|
|
141117
|
+
};
|
|
141118
|
+
cov_7xzegtncw().s[12]++;
|
|
141119
|
+
var handleClose = function handleClose() {
|
|
141120
|
+
cov_7xzegtncw().f[3]++;
|
|
141121
|
+
cov_7xzegtncw().s[13]++;
|
|
141122
|
+
setIsOpen(false);
|
|
141123
|
+
cov_7xzegtncw().s[14]++;
|
|
141124
|
+
setUrlString("");
|
|
141125
|
+
cov_7xzegtncw().s[15]++;
|
|
140714
141126
|
setError("");
|
|
140715
141127
|
};
|
|
140716
|
-
cov_7xzegtncw().s[
|
|
141128
|
+
cov_7xzegtncw().s[16]++;
|
|
140717
141129
|
var handleKeyDown = function handleKeyDown(event) {
|
|
140718
|
-
cov_7xzegtncw().f[
|
|
140719
|
-
cov_7xzegtncw().s[
|
|
141130
|
+
cov_7xzegtncw().f[4]++;
|
|
141131
|
+
cov_7xzegtncw().s[17]++;
|
|
140720
141132
|
if (event.key === "Escape") {
|
|
140721
141133
|
cov_7xzegtncw().b[0][0]++;
|
|
140722
|
-
cov_7xzegtncw().s[
|
|
141134
|
+
cov_7xzegtncw().s[18]++;
|
|
140723
141135
|
handleClose();
|
|
140724
141136
|
} else {
|
|
140725
141137
|
cov_7xzegtncw().b[0][1]++;
|
|
140726
|
-
cov_7xzegtncw().s[
|
|
141138
|
+
cov_7xzegtncw().s[19]++;
|
|
140727
141139
|
if (event.key === "Enter") {
|
|
140728
141140
|
cov_7xzegtncw().b[1][0]++;
|
|
140729
|
-
cov_7xzegtncw().s[
|
|
141141
|
+
cov_7xzegtncw().s[20]++;
|
|
140730
141142
|
handleLink();
|
|
140731
141143
|
} else {
|
|
140732
141144
|
cov_7xzegtncw().b[1][1]++;
|
|
140733
141145
|
}
|
|
140734
141146
|
}
|
|
140735
141147
|
};
|
|
140736
|
-
cov_7xzegtncw().s[
|
|
140737
|
-
var handleDropDownClick = function handleDropDownClick() {
|
|
140738
|
-
cov_7xzegtncw().f[3]++;
|
|
140739
|
-
cov_7xzegtncw().s[17]++;
|
|
140740
|
-
setUrlString(editor.getAttributes("link").href);
|
|
140741
|
-
cov_7xzegtncw().s[18]++;
|
|
140742
|
-
setIsOpen(function (open) {
|
|
140743
|
-
cov_7xzegtncw().f[4]++;
|
|
140744
|
-
cov_7xzegtncw().s[19]++;
|
|
140745
|
-
return !open;
|
|
140746
|
-
});
|
|
140747
|
-
};
|
|
140748
|
-
cov_7xzegtncw().s[20]++;
|
|
141148
|
+
cov_7xzegtncw().s[21]++;
|
|
140749
141149
|
var handleLink = function handleLink() {
|
|
140750
141150
|
cov_7xzegtncw().f[5]++;
|
|
140751
|
-
cov_7xzegtncw().s[
|
|
141151
|
+
cov_7xzegtncw().s[22]++;
|
|
140752
141152
|
if (URL_REGEXP.test(urlString)) {
|
|
140753
141153
|
cov_7xzegtncw().b[2][0]++;
|
|
140754
|
-
cov_7xzegtncw().s[
|
|
141154
|
+
cov_7xzegtncw().s[23]++;
|
|
140755
141155
|
editor.chain().focus().extendMarkRange("link").setLink({
|
|
140756
141156
|
href: urlString
|
|
140757
141157
|
}).run();
|
|
140758
|
-
cov_7xzegtncw().s[
|
|
141158
|
+
cov_7xzegtncw().s[24]++;
|
|
140759
141159
|
handleClose();
|
|
140760
141160
|
} else {
|
|
140761
141161
|
cov_7xzegtncw().b[2][1]++;
|
|
140762
|
-
cov_7xzegtncw().s[
|
|
141162
|
+
cov_7xzegtncw().s[25]++;
|
|
140763
141163
|
setError(t("error.invalidUrl"));
|
|
140764
141164
|
}
|
|
140765
141165
|
};
|
|
140766
|
-
cov_7xzegtncw().s[
|
|
141166
|
+
cov_7xzegtncw().s[26]++;
|
|
140767
141167
|
var handleUnlink = function handleUnlink() {
|
|
140768
141168
|
cov_7xzegtncw().f[6]++;
|
|
140769
|
-
cov_7xzegtncw().s[26]++;
|
|
140770
|
-
editor.chain().focus().extendMarkRange("link").unsetLink().run();
|
|
140771
141169
|
cov_7xzegtncw().s[27]++;
|
|
140772
|
-
|
|
141170
|
+
editor.chain().focus().extendMarkRange("link").unsetLink().run();
|
|
140773
141171
|
cov_7xzegtncw().s[28]++;
|
|
141172
|
+
setUrlString("");
|
|
141173
|
+
cov_7xzegtncw().s[29]++;
|
|
140774
141174
|
handleClose();
|
|
140775
141175
|
};
|
|
140776
|
-
cov_7xzegtncw().s[
|
|
140777
|
-
|
|
141176
|
+
cov_7xzegtncw().s[30]++;
|
|
141177
|
+
var handleWidthChange = function handleWidthChange() {
|
|
141178
|
+
var _menuRef$current, _linkOptionRef$curren;
|
|
140778
141179
|
cov_7xzegtncw().f[7]++;
|
|
140779
|
-
cov_7xzegtncw().s[30]++;
|
|
140780
|
-
editor.commands.setHighlightInternal("#ACCEF7");
|
|
140781
141180
|
cov_7xzegtncw().s[31]++;
|
|
140782
|
-
if (!
|
|
141181
|
+
if (!linkOptionRef.current) {
|
|
140783
141182
|
cov_7xzegtncw().b[3][0]++;
|
|
140784
141183
|
cov_7xzegtncw().s[32]++;
|
|
141184
|
+
return;
|
|
141185
|
+
} else {
|
|
141186
|
+
cov_7xzegtncw().b[3][1]++;
|
|
141187
|
+
}
|
|
141188
|
+
cov_7xzegtncw().s[33]++;
|
|
141189
|
+
linkOptionRef.current.style.width = "auto";
|
|
141190
|
+
cov_7xzegtncw().s[34]++;
|
|
141191
|
+
linkOptionRef.current.style.width = "".concat(min$1(550, min$1(((_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");
|
|
141192
|
+
};
|
|
141193
|
+
cov_7xzegtncw().s[35]++;
|
|
141194
|
+
useEffect$1(function () {
|
|
141195
|
+
cov_7xzegtncw().f[8]++;
|
|
141196
|
+
cov_7xzegtncw().s[36]++;
|
|
141197
|
+
editor.commands.setHighlightInternal("#ACCEF7");
|
|
141198
|
+
cov_7xzegtncw().s[37]++;
|
|
141199
|
+
if (!isOpen) {
|
|
141200
|
+
cov_7xzegtncw().b[4][0]++;
|
|
141201
|
+
cov_7xzegtncw().s[38]++;
|
|
140785
141202
|
editor.commands.unsetHighlightInternal();
|
|
140786
|
-
cov_7xzegtncw().s[
|
|
141203
|
+
cov_7xzegtncw().s[39]++;
|
|
140787
141204
|
editor.commands.removeEmptyTextStyle();
|
|
140788
141205
|
} else {
|
|
140789
|
-
cov_7xzegtncw().b[
|
|
141206
|
+
cov_7xzegtncw().b[4][1]++;
|
|
140790
141207
|
}
|
|
140791
|
-
}, [isOpen]);
|
|
140792
|
-
cov_7xzegtncw().s[
|
|
141208
|
+
}, [isOpen, editor]);
|
|
141209
|
+
cov_7xzegtncw().s[40]++;
|
|
141210
|
+
useEffect$1(function () {
|
|
141211
|
+
cov_7xzegtncw().f[9]++;
|
|
141212
|
+
cov_7xzegtncw().s[41]++;
|
|
141213
|
+
(cov_7xzegtncw().b[5][0]++, isOpen) && (cov_7xzegtncw().b[5][1]++, handleWidthChange());
|
|
141214
|
+
}, [linkOptionRef.current]);
|
|
141215
|
+
cov_7xzegtncw().s[42]++;
|
|
140793
141216
|
return /*#__PURE__*/React__default.createElement(Dropdown$1, {
|
|
140794
|
-
buttonStyle: isActive ? (cov_7xzegtncw().b[
|
|
141217
|
+
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"),
|
|
140795
141218
|
closeOnSelect: false,
|
|
140796
141219
|
"data-cy": "neeto-editor-fixed-menu-link-option",
|
|
140797
141220
|
icon: Link$1,
|
|
@@ -140812,27 +141235,31 @@ var LinkOption = function LinkOption(_ref2) {
|
|
|
140812
141235
|
onKeyDown: handleKeyDown
|
|
140813
141236
|
}, /*#__PURE__*/React__default.createElement(Input, {
|
|
140814
141237
|
autoFocus: true,
|
|
141238
|
+
on: true,
|
|
140815
141239
|
"data-cy": "neeto-editor-fixed-menu-link-option-input",
|
|
140816
141240
|
error: error,
|
|
140817
141241
|
name: "url",
|
|
140818
141242
|
placeholder: t("placeholders.url"),
|
|
141243
|
+
ref: linkOptionRef,
|
|
140819
141244
|
value: urlString,
|
|
140820
|
-
onChange: function onChange(_ref10) {
|
|
140821
|
-
var value = _ref10.target.value;
|
|
140822
|
-
cov_7xzegtncw().f[8]++;
|
|
140823
|
-
cov_7xzegtncw().s[35]++;
|
|
140824
|
-
return setUrlString(value);
|
|
140825
|
-
},
|
|
140826
141245
|
onFocus: function onFocus() {
|
|
140827
|
-
cov_7xzegtncw().f[
|
|
140828
|
-
cov_7xzegtncw().s[
|
|
141246
|
+
cov_7xzegtncw().f[10]++;
|
|
141247
|
+
cov_7xzegtncw().s[43]++;
|
|
140829
141248
|
return setError("");
|
|
141249
|
+
},
|
|
141250
|
+
onChange: function onChange(_ref10) {
|
|
141251
|
+
var value = _ref10.target.value;
|
|
141252
|
+
cov_7xzegtncw().f[11]++;
|
|
141253
|
+
cov_7xzegtncw().s[44]++;
|
|
141254
|
+
setUrlString(value);
|
|
141255
|
+
cov_7xzegtncw().s[45]++;
|
|
141256
|
+
handleWidthChange();
|
|
140830
141257
|
}
|
|
140831
141258
|
}), /*#__PURE__*/React__default.createElement(Button$1, {
|
|
140832
141259
|
"data-cy": "neeto-editor-fixed-menu-link-option-link-button",
|
|
140833
141260
|
label: t("menu.link"),
|
|
140834
141261
|
onClick: handleLink
|
|
140835
|
-
}), (cov_7xzegtncw().b[
|
|
141262
|
+
}), (cov_7xzegtncw().b[8][0]++, isActive) && (cov_7xzegtncw().b[8][1]++, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
140836
141263
|
"data-cy": "neeto-editor-fixed-menu-link-option-unlink-button",
|
|
140837
141264
|
label: t("common.unlink"),
|
|
140838
141265
|
style: "text",
|
|
@@ -141513,7 +141940,7 @@ var TableOption = function TableOption(_ref2) {
|
|
|
141513
141940
|
|
|
141514
141941
|
function cov_2dwl7m23tl() {
|
|
141515
141942
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/index.jsx";
|
|
141516
|
-
var hash = "
|
|
141943
|
+
var hash = "686b136ba45e38a07e90fc1b7aef8a6c685d05d4";
|
|
141517
141944
|
var global = new Function("return this")();
|
|
141518
141945
|
var gcv = "__coverage__";
|
|
141519
141946
|
var coverageData = {
|
|
@@ -141525,7 +141952,7 @@ function cov_2dwl7m23tl() {
|
|
|
141525
141952
|
column: 14
|
|
141526
141953
|
},
|
|
141527
141954
|
end: {
|
|
141528
|
-
line:
|
|
141955
|
+
line: 263,
|
|
141529
141956
|
column: 1
|
|
141530
141957
|
}
|
|
141531
141958
|
},
|
|
@@ -141945,27 +142372,27 @@ function cov_2dwl7m23tl() {
|
|
|
141945
142372
|
column: 2
|
|
141946
142373
|
},
|
|
141947
142374
|
end: {
|
|
141948
|
-
line:
|
|
142375
|
+
line: 262,
|
|
141949
142376
|
column: 4
|
|
141950
142377
|
}
|
|
141951
142378
|
},
|
|
141952
142379
|
"43": {
|
|
141953
142380
|
start: {
|
|
141954
|
-
line:
|
|
141955
|
-
column:
|
|
142381
|
+
line: 204,
|
|
142382
|
+
column: 20
|
|
141956
142383
|
},
|
|
141957
142384
|
end: {
|
|
141958
|
-
line:
|
|
141959
|
-
column:
|
|
142385
|
+
line: 204,
|
|
142386
|
+
column: 68
|
|
141960
142387
|
}
|
|
141961
142388
|
},
|
|
141962
142389
|
"44": {
|
|
141963
142390
|
start: {
|
|
141964
|
-
line:
|
|
142391
|
+
line: 240,
|
|
141965
142392
|
column: 27
|
|
141966
142393
|
},
|
|
141967
142394
|
end: {
|
|
141968
|
-
line:
|
|
142395
|
+
line: 240,
|
|
141969
142396
|
column: 49
|
|
141970
142397
|
}
|
|
141971
142398
|
}
|
|
@@ -141989,7 +142416,7 @@ function cov_2dwl7m23tl() {
|
|
|
141989
142416
|
column: 6
|
|
141990
142417
|
},
|
|
141991
142418
|
end: {
|
|
141992
|
-
line:
|
|
142419
|
+
line: 263,
|
|
141993
142420
|
column: 1
|
|
141994
142421
|
}
|
|
141995
142422
|
},
|
|
@@ -142263,49 +142690,49 @@ function cov_2dwl7m23tl() {
|
|
|
142263
142690
|
name: "(anonymous_12)",
|
|
142264
142691
|
decl: {
|
|
142265
142692
|
start: {
|
|
142266
|
-
line:
|
|
142267
|
-
column:
|
|
142693
|
+
line: 203,
|
|
142694
|
+
column: 27
|
|
142268
142695
|
},
|
|
142269
142696
|
end: {
|
|
142270
|
-
line:
|
|
142271
|
-
column:
|
|
142697
|
+
line: 203,
|
|
142698
|
+
column: 28
|
|
142272
142699
|
}
|
|
142273
142700
|
},
|
|
142274
142701
|
loc: {
|
|
142275
142702
|
start: {
|
|
142276
|
-
line:
|
|
142277
|
-
column:
|
|
142703
|
+
line: 204,
|
|
142704
|
+
column: 20
|
|
142278
142705
|
},
|
|
142279
142706
|
end: {
|
|
142280
|
-
line:
|
|
142281
|
-
column:
|
|
142707
|
+
line: 204,
|
|
142708
|
+
column: 68
|
|
142282
142709
|
}
|
|
142283
142710
|
},
|
|
142284
|
-
line:
|
|
142711
|
+
line: 204
|
|
142285
142712
|
},
|
|
142286
142713
|
"13": {
|
|
142287
142714
|
name: "(anonymous_13)",
|
|
142288
142715
|
decl: {
|
|
142289
142716
|
start: {
|
|
142290
|
-
line:
|
|
142717
|
+
line: 240,
|
|
142291
142718
|
column: 21
|
|
142292
142719
|
},
|
|
142293
142720
|
end: {
|
|
142294
|
-
line:
|
|
142721
|
+
line: 240,
|
|
142295
142722
|
column: 22
|
|
142296
142723
|
}
|
|
142297
142724
|
},
|
|
142298
142725
|
loc: {
|
|
142299
142726
|
start: {
|
|
142300
|
-
line:
|
|
142727
|
+
line: 240,
|
|
142301
142728
|
column: 27
|
|
142302
142729
|
},
|
|
142303
142730
|
end: {
|
|
142304
|
-
line:
|
|
142731
|
+
line: 240,
|
|
142305
142732
|
column: 49
|
|
142306
142733
|
}
|
|
142307
142734
|
},
|
|
142308
|
-
line:
|
|
142735
|
+
line: 240
|
|
142309
142736
|
}
|
|
142310
142737
|
},
|
|
142311
142738
|
branchMap: {
|
|
@@ -142687,605 +143114,605 @@ function cov_2dwl7m23tl() {
|
|
|
142687
143114
|
"13": {
|
|
142688
143115
|
loc: {
|
|
142689
143116
|
start: {
|
|
142690
|
-
line:
|
|
142691
|
-
column:
|
|
143117
|
+
line: 147,
|
|
143118
|
+
column: 28
|
|
142692
143119
|
},
|
|
142693
143120
|
end: {
|
|
142694
|
-
line:
|
|
142695
|
-
column:
|
|
143121
|
+
line: 147,
|
|
143122
|
+
column: 61
|
|
142696
143123
|
}
|
|
142697
143124
|
},
|
|
142698
143125
|
type: "binary-expr",
|
|
142699
143126
|
locations: [{
|
|
142700
143127
|
start: {
|
|
142701
|
-
line:
|
|
142702
|
-
column:
|
|
143128
|
+
line: 147,
|
|
143129
|
+
column: 28
|
|
142703
143130
|
},
|
|
142704
143131
|
end: {
|
|
142705
|
-
line:
|
|
142706
|
-
column:
|
|
143132
|
+
line: 147,
|
|
143133
|
+
column: 42
|
|
142707
143134
|
}
|
|
142708
143135
|
}, {
|
|
142709
143136
|
start: {
|
|
142710
|
-
line:
|
|
142711
|
-
column:
|
|
143137
|
+
line: 147,
|
|
143138
|
+
column: 46
|
|
142712
143139
|
},
|
|
142713
143140
|
end: {
|
|
142714
|
-
line:
|
|
142715
|
-
column:
|
|
143141
|
+
line: 147,
|
|
143142
|
+
column: 61
|
|
142716
143143
|
}
|
|
142717
143144
|
}],
|
|
142718
|
-
line:
|
|
143145
|
+
line: 147
|
|
142719
143146
|
},
|
|
142720
143147
|
"14": {
|
|
142721
143148
|
loc: {
|
|
142722
143149
|
start: {
|
|
142723
|
-
line:
|
|
143150
|
+
line: 151,
|
|
142724
143151
|
column: 9
|
|
142725
143152
|
},
|
|
142726
143153
|
end: {
|
|
142727
|
-
line:
|
|
143154
|
+
line: 229,
|
|
142728
143155
|
column: 9
|
|
142729
143156
|
}
|
|
142730
143157
|
},
|
|
142731
143158
|
type: "binary-expr",
|
|
142732
143159
|
locations: [{
|
|
142733
143160
|
start: {
|
|
142734
|
-
line:
|
|
143161
|
+
line: 151,
|
|
142735
143162
|
column: 10
|
|
142736
143163
|
},
|
|
142737
143164
|
end: {
|
|
142738
|
-
line:
|
|
143165
|
+
line: 151,
|
|
142739
143166
|
column: 24
|
|
142740
143167
|
}
|
|
142741
143168
|
}, {
|
|
142742
143169
|
start: {
|
|
142743
|
-
line:
|
|
143170
|
+
line: 151,
|
|
142744
143171
|
column: 28
|
|
142745
143172
|
},
|
|
142746
143173
|
end: {
|
|
142747
|
-
line:
|
|
143174
|
+
line: 151,
|
|
142748
143175
|
column: 50
|
|
142749
143176
|
}
|
|
142750
143177
|
}, {
|
|
142751
143178
|
start: {
|
|
142752
|
-
line:
|
|
143179
|
+
line: 152,
|
|
142753
143180
|
column: 10
|
|
142754
143181
|
},
|
|
142755
143182
|
end: {
|
|
142756
|
-
line:
|
|
143183
|
+
line: 228,
|
|
142757
143184
|
column: 16
|
|
142758
143185
|
}
|
|
142759
143186
|
}],
|
|
142760
|
-
line:
|
|
143187
|
+
line: 151
|
|
142761
143188
|
},
|
|
142762
143189
|
"15": {
|
|
142763
143190
|
loc: {
|
|
142764
143191
|
start: {
|
|
142765
|
-
line:
|
|
142766
|
-
column:
|
|
143192
|
+
line: 170,
|
|
143193
|
+
column: 15
|
|
142767
143194
|
},
|
|
142768
143195
|
end: {
|
|
142769
|
-
line:
|
|
142770
|
-
column:
|
|
143196
|
+
line: 176,
|
|
143197
|
+
column: 15
|
|
142771
143198
|
}
|
|
142772
143199
|
},
|
|
142773
143200
|
type: "binary-expr",
|
|
142774
143201
|
locations: [{
|
|
142775
143202
|
start: {
|
|
142776
|
-
line:
|
|
142777
|
-
column:
|
|
143203
|
+
line: 170,
|
|
143204
|
+
column: 15
|
|
142778
143205
|
},
|
|
142779
143206
|
end: {
|
|
142780
|
-
line:
|
|
142781
|
-
column:
|
|
143207
|
+
line: 170,
|
|
143208
|
+
column: 27
|
|
142782
143209
|
}
|
|
142783
143210
|
}, {
|
|
142784
143211
|
start: {
|
|
142785
|
-
line:
|
|
142786
|
-
column:
|
|
143212
|
+
line: 171,
|
|
143213
|
+
column: 16
|
|
142787
143214
|
},
|
|
142788
143215
|
end: {
|
|
142789
|
-
line:
|
|
142790
|
-
column:
|
|
143216
|
+
line: 175,
|
|
143217
|
+
column: 18
|
|
142791
143218
|
}
|
|
142792
143219
|
}],
|
|
142793
|
-
line:
|
|
143220
|
+
line: 170
|
|
142794
143221
|
},
|
|
142795
143222
|
"16": {
|
|
142796
143223
|
loc: {
|
|
142797
143224
|
start: {
|
|
142798
|
-
line:
|
|
142799
|
-
column:
|
|
143225
|
+
line: 174,
|
|
143226
|
+
column: 34
|
|
142800
143227
|
},
|
|
142801
143228
|
end: {
|
|
142802
|
-
line:
|
|
142803
|
-
column:
|
|
143229
|
+
line: 174,
|
|
143230
|
+
column: 65
|
|
142804
143231
|
}
|
|
142805
143232
|
},
|
|
142806
143233
|
type: "binary-expr",
|
|
142807
143234
|
locations: [{
|
|
142808
143235
|
start: {
|
|
142809
|
-
line:
|
|
142810
|
-
column:
|
|
143236
|
+
line: 174,
|
|
143237
|
+
column: 34
|
|
142811
143238
|
},
|
|
142812
143239
|
end: {
|
|
142813
|
-
line:
|
|
142814
|
-
column:
|
|
143240
|
+
line: 174,
|
|
143241
|
+
column: 47
|
|
142815
143242
|
}
|
|
142816
143243
|
}, {
|
|
142817
143244
|
start: {
|
|
142818
|
-
line:
|
|
142819
|
-
column:
|
|
143245
|
+
line: 174,
|
|
143246
|
+
column: 51
|
|
142820
143247
|
},
|
|
142821
143248
|
end: {
|
|
142822
|
-
line:
|
|
142823
|
-
column:
|
|
143249
|
+
line: 174,
|
|
143250
|
+
column: 65
|
|
142824
143251
|
}
|
|
142825
143252
|
}],
|
|
142826
|
-
line:
|
|
143253
|
+
line: 174
|
|
142827
143254
|
},
|
|
142828
143255
|
"17": {
|
|
142829
143256
|
loc: {
|
|
142830
143257
|
start: {
|
|
142831
|
-
line:
|
|
142832
|
-
column:
|
|
143258
|
+
line: 177,
|
|
143259
|
+
column: 15
|
|
142833
143260
|
},
|
|
142834
143261
|
end: {
|
|
142835
|
-
line:
|
|
142836
|
-
column:
|
|
143262
|
+
line: 182,
|
|
143263
|
+
column: 15
|
|
142837
143264
|
}
|
|
142838
143265
|
},
|
|
142839
143266
|
type: "binary-expr",
|
|
142840
143267
|
locations: [{
|
|
142841
143268
|
start: {
|
|
142842
|
-
line:
|
|
142843
|
-
column:
|
|
143269
|
+
line: 177,
|
|
143270
|
+
column: 15
|
|
142844
143271
|
},
|
|
142845
143272
|
end: {
|
|
142846
|
-
line:
|
|
142847
|
-
column:
|
|
143273
|
+
line: 177,
|
|
143274
|
+
column: 28
|
|
142848
143275
|
}
|
|
142849
143276
|
}, {
|
|
142850
143277
|
start: {
|
|
142851
|
-
line:
|
|
142852
|
-
column:
|
|
143278
|
+
line: 178,
|
|
143279
|
+
column: 16
|
|
142853
143280
|
},
|
|
142854
143281
|
end: {
|
|
142855
|
-
line:
|
|
142856
|
-
column:
|
|
143282
|
+
line: 181,
|
|
143283
|
+
column: 18
|
|
142857
143284
|
}
|
|
142858
143285
|
}],
|
|
142859
|
-
line:
|
|
143286
|
+
line: 177
|
|
142860
143287
|
},
|
|
142861
143288
|
"18": {
|
|
142862
143289
|
loc: {
|
|
142863
143290
|
start: {
|
|
142864
|
-
line:
|
|
142865
|
-
column:
|
|
143291
|
+
line: 180,
|
|
143292
|
+
column: 34
|
|
142866
143293
|
},
|
|
142867
143294
|
end: {
|
|
142868
|
-
line:
|
|
142869
|
-
column:
|
|
143295
|
+
line: 180,
|
|
143296
|
+
column: 67
|
|
142870
143297
|
}
|
|
142871
143298
|
},
|
|
142872
143299
|
type: "binary-expr",
|
|
142873
143300
|
locations: [{
|
|
142874
143301
|
start: {
|
|
142875
|
-
line:
|
|
142876
|
-
column:
|
|
143302
|
+
line: 180,
|
|
143303
|
+
column: 34
|
|
142877
143304
|
},
|
|
142878
143305
|
end: {
|
|
142879
|
-
line:
|
|
142880
|
-
column:
|
|
143306
|
+
line: 180,
|
|
143307
|
+
column: 48
|
|
142881
143308
|
}
|
|
142882
143309
|
}, {
|
|
142883
143310
|
start: {
|
|
142884
|
-
line:
|
|
142885
|
-
column:
|
|
143311
|
+
line: 180,
|
|
143312
|
+
column: 52
|
|
142886
143313
|
},
|
|
142887
143314
|
end: {
|
|
142888
|
-
line:
|
|
142889
|
-
column:
|
|
143315
|
+
line: 180,
|
|
143316
|
+
column: 67
|
|
142890
143317
|
}
|
|
142891
143318
|
}],
|
|
142892
|
-
line:
|
|
143319
|
+
line: 180
|
|
142893
143320
|
},
|
|
142894
143321
|
"19": {
|
|
142895
143322
|
loc: {
|
|
142896
143323
|
start: {
|
|
142897
|
-
line:
|
|
142898
|
-
column:
|
|
143324
|
+
line: 184,
|
|
143325
|
+
column: 15
|
|
142899
143326
|
},
|
|
142900
143327
|
end: {
|
|
142901
|
-
line:
|
|
142902
|
-
column:
|
|
143328
|
+
line: 189,
|
|
143329
|
+
column: 15
|
|
142903
143330
|
}
|
|
142904
143331
|
},
|
|
142905
143332
|
type: "binary-expr",
|
|
142906
143333
|
locations: [{
|
|
142907
143334
|
start: {
|
|
142908
|
-
line:
|
|
142909
|
-
column:
|
|
143335
|
+
line: 184,
|
|
143336
|
+
column: 15
|
|
142910
143337
|
},
|
|
142911
143338
|
end: {
|
|
142912
|
-
line:
|
|
142913
|
-
column:
|
|
143339
|
+
line: 184,
|
|
143340
|
+
column: 38
|
|
142914
143341
|
}
|
|
142915
143342
|
}, {
|
|
142916
143343
|
start: {
|
|
142917
|
-
line:
|
|
142918
|
-
column:
|
|
143344
|
+
line: 185,
|
|
143345
|
+
column: 16
|
|
142919
143346
|
},
|
|
142920
143347
|
end: {
|
|
142921
|
-
line:
|
|
142922
|
-
column:
|
|
143348
|
+
line: 188,
|
|
143349
|
+
column: 18
|
|
142923
143350
|
}
|
|
142924
143351
|
}],
|
|
142925
|
-
line:
|
|
143352
|
+
line: 184
|
|
142926
143353
|
},
|
|
142927
143354
|
"20": {
|
|
142928
143355
|
loc: {
|
|
142929
143356
|
start: {
|
|
142930
|
-
line:
|
|
142931
|
-
column:
|
|
143357
|
+
line: 187,
|
|
143358
|
+
column: 34
|
|
142932
143359
|
},
|
|
142933
143360
|
end: {
|
|
142934
|
-
line:
|
|
142935
|
-
column:
|
|
143361
|
+
line: 187,
|
|
143362
|
+
column: 75
|
|
142936
143363
|
}
|
|
142937
143364
|
},
|
|
142938
143365
|
type: "binary-expr",
|
|
142939
143366
|
locations: [{
|
|
142940
143367
|
start: {
|
|
142941
|
-
line:
|
|
142942
|
-
column:
|
|
143368
|
+
line: 187,
|
|
143369
|
+
column: 34
|
|
142943
143370
|
},
|
|
142944
143371
|
end: {
|
|
142945
|
-
line:
|
|
142946
|
-
column:
|
|
143372
|
+
line: 187,
|
|
143373
|
+
column: 52
|
|
142947
143374
|
}
|
|
142948
143375
|
}, {
|
|
142949
143376
|
start: {
|
|
142950
|
-
line:
|
|
142951
|
-
column:
|
|
143377
|
+
line: 187,
|
|
143378
|
+
column: 56
|
|
142952
143379
|
},
|
|
142953
143380
|
end: {
|
|
142954
|
-
line:
|
|
142955
|
-
column:
|
|
143381
|
+
line: 187,
|
|
143382
|
+
column: 75
|
|
142956
143383
|
}
|
|
142957
143384
|
}],
|
|
142958
|
-
line:
|
|
143385
|
+
line: 187
|
|
142959
143386
|
},
|
|
142960
143387
|
"21": {
|
|
142961
143388
|
loc: {
|
|
142962
143389
|
start: {
|
|
142963
|
-
line:
|
|
142964
|
-
column:
|
|
143390
|
+
line: 190,
|
|
143391
|
+
column: 15
|
|
142965
143392
|
},
|
|
142966
143393
|
end: {
|
|
142967
|
-
line:
|
|
142968
|
-
column:
|
|
143394
|
+
line: 197,
|
|
143395
|
+
column: 15
|
|
142969
143396
|
}
|
|
142970
143397
|
},
|
|
142971
143398
|
type: "binary-expr",
|
|
142972
143399
|
locations: [{
|
|
142973
143400
|
start: {
|
|
142974
|
-
line:
|
|
142975
|
-
column:
|
|
143401
|
+
line: 190,
|
|
143402
|
+
column: 15
|
|
142976
143403
|
},
|
|
142977
143404
|
end: {
|
|
142978
|
-
line:
|
|
142979
|
-
column:
|
|
143405
|
+
line: 190,
|
|
143406
|
+
column: 28
|
|
142980
143407
|
}
|
|
142981
143408
|
}, {
|
|
142982
143409
|
start: {
|
|
142983
|
-
line:
|
|
142984
|
-
column:
|
|
143410
|
+
line: 191,
|
|
143411
|
+
column: 16
|
|
142985
143412
|
},
|
|
142986
143413
|
end: {
|
|
142987
|
-
line:
|
|
142988
|
-
column:
|
|
143414
|
+
line: 196,
|
|
143415
|
+
column: 18
|
|
142989
143416
|
}
|
|
142990
143417
|
}],
|
|
142991
|
-
line:
|
|
143418
|
+
line: 190
|
|
142992
143419
|
},
|
|
142993
143420
|
"22": {
|
|
142994
143421
|
loc: {
|
|
142995
143422
|
start: {
|
|
142996
|
-
line:
|
|
142997
|
-
column:
|
|
143423
|
+
line: 195,
|
|
143424
|
+
column: 34
|
|
142998
143425
|
},
|
|
142999
143426
|
end: {
|
|
143000
|
-
line:
|
|
143001
|
-
column:
|
|
143427
|
+
line: 195,
|
|
143428
|
+
column: 67
|
|
143002
143429
|
}
|
|
143003
143430
|
},
|
|
143004
143431
|
type: "binary-expr",
|
|
143005
143432
|
locations: [{
|
|
143006
143433
|
start: {
|
|
143007
|
-
line:
|
|
143008
|
-
column:
|
|
143434
|
+
line: 195,
|
|
143435
|
+
column: 34
|
|
143009
143436
|
},
|
|
143010
143437
|
end: {
|
|
143011
|
-
line:
|
|
143012
|
-
column:
|
|
143438
|
+
line: 195,
|
|
143439
|
+
column: 48
|
|
143013
143440
|
}
|
|
143014
143441
|
}, {
|
|
143015
143442
|
start: {
|
|
143016
|
-
line:
|
|
143017
|
-
column:
|
|
143443
|
+
line: 195,
|
|
143444
|
+
column: 52
|
|
143018
143445
|
},
|
|
143019
143446
|
end: {
|
|
143020
|
-
line:
|
|
143021
|
-
column:
|
|
143447
|
+
line: 195,
|
|
143448
|
+
column: 67
|
|
143022
143449
|
}
|
|
143023
143450
|
}],
|
|
143024
|
-
line:
|
|
143451
|
+
line: 195
|
|
143025
143452
|
},
|
|
143026
143453
|
"23": {
|
|
143027
143454
|
loc: {
|
|
143028
143455
|
start: {
|
|
143029
|
-
line:
|
|
143030
|
-
column:
|
|
143456
|
+
line: 198,
|
|
143457
|
+
column: 15
|
|
143031
143458
|
},
|
|
143032
143459
|
end: {
|
|
143033
|
-
line:
|
|
143034
|
-
column:
|
|
143460
|
+
line: 207,
|
|
143461
|
+
column: 15
|
|
143035
143462
|
}
|
|
143036
143463
|
},
|
|
143037
143464
|
type: "binary-expr",
|
|
143038
143465
|
locations: [{
|
|
143039
143466
|
start: {
|
|
143040
|
-
line:
|
|
143041
|
-
column:
|
|
143467
|
+
line: 198,
|
|
143468
|
+
column: 15
|
|
143042
143469
|
},
|
|
143043
143470
|
end: {
|
|
143044
|
-
line:
|
|
143045
|
-
column:
|
|
143471
|
+
line: 198,
|
|
143472
|
+
column: 36
|
|
143046
143473
|
}
|
|
143047
143474
|
}, {
|
|
143048
143475
|
start: {
|
|
143049
|
-
line:
|
|
143050
|
-
column:
|
|
143476
|
+
line: 199,
|
|
143477
|
+
column: 16
|
|
143051
143478
|
},
|
|
143052
143479
|
end: {
|
|
143053
|
-
line:
|
|
143054
|
-
column:
|
|
143480
|
+
line: 206,
|
|
143481
|
+
column: 18
|
|
143055
143482
|
}
|
|
143056
143483
|
}],
|
|
143057
|
-
line:
|
|
143484
|
+
line: 198
|
|
143058
143485
|
},
|
|
143059
143486
|
"24": {
|
|
143060
143487
|
loc: {
|
|
143061
143488
|
start: {
|
|
143062
|
-
line:
|
|
143063
|
-
column:
|
|
143489
|
+
line: 208,
|
|
143490
|
+
column: 15
|
|
143064
143491
|
},
|
|
143065
143492
|
end: {
|
|
143066
|
-
line:
|
|
143067
|
-
column:
|
|
143493
|
+
line: 214,
|
|
143494
|
+
column: 15
|
|
143068
143495
|
}
|
|
143069
143496
|
},
|
|
143070
143497
|
type: "binary-expr",
|
|
143071
143498
|
locations: [{
|
|
143072
143499
|
start: {
|
|
143073
|
-
line:
|
|
143074
|
-
column:
|
|
143500
|
+
line: 208,
|
|
143501
|
+
column: 15
|
|
143075
143502
|
},
|
|
143076
143503
|
end: {
|
|
143077
|
-
line:
|
|
143078
|
-
column:
|
|
143504
|
+
line: 208,
|
|
143505
|
+
column: 34
|
|
143079
143506
|
}
|
|
143080
143507
|
}, {
|
|
143081
143508
|
start: {
|
|
143082
|
-
line:
|
|
143083
|
-
column:
|
|
143509
|
+
line: 209,
|
|
143510
|
+
column: 16
|
|
143084
143511
|
},
|
|
143085
143512
|
end: {
|
|
143086
|
-
line:
|
|
143087
|
-
column:
|
|
143513
|
+
line: 213,
|
|
143514
|
+
column: 18
|
|
143088
143515
|
}
|
|
143089
143516
|
}],
|
|
143090
|
-
line:
|
|
143517
|
+
line: 208
|
|
143091
143518
|
},
|
|
143092
143519
|
"25": {
|
|
143093
143520
|
loc: {
|
|
143094
143521
|
start: {
|
|
143095
|
-
line:
|
|
143096
|
-
column:
|
|
143522
|
+
line: 218,
|
|
143523
|
+
column: 32
|
|
143097
143524
|
},
|
|
143098
143525
|
end: {
|
|
143099
|
-
line:
|
|
143100
|
-
column:
|
|
143526
|
+
line: 218,
|
|
143527
|
+
column: 69
|
|
143101
143528
|
}
|
|
143102
143529
|
},
|
|
143103
143530
|
type: "binary-expr",
|
|
143104
143531
|
locations: [{
|
|
143105
143532
|
start: {
|
|
143106
|
-
line:
|
|
143107
|
-
column:
|
|
143533
|
+
line: 218,
|
|
143534
|
+
column: 32
|
|
143108
143535
|
},
|
|
143109
143536
|
end: {
|
|
143110
|
-
line:
|
|
143111
|
-
column:
|
|
143537
|
+
line: 218,
|
|
143538
|
+
column: 48
|
|
143112
143539
|
}
|
|
143113
143540
|
}, {
|
|
143114
143541
|
start: {
|
|
143115
|
-
line:
|
|
143116
|
-
column:
|
|
143542
|
+
line: 218,
|
|
143543
|
+
column: 52
|
|
143117
143544
|
},
|
|
143118
143545
|
end: {
|
|
143119
|
-
line:
|
|
143120
|
-
column:
|
|
143546
|
+
line: 218,
|
|
143547
|
+
column: 69
|
|
143121
143548
|
}
|
|
143122
143549
|
}],
|
|
143123
|
-
line:
|
|
143550
|
+
line: 218
|
|
143124
143551
|
},
|
|
143125
143552
|
"26": {
|
|
143126
143553
|
loc: {
|
|
143127
143554
|
start: {
|
|
143128
|
-
line:
|
|
143555
|
+
line: 222,
|
|
143129
143556
|
column: 13
|
|
143130
143557
|
},
|
|
143131
143558
|
end: {
|
|
143132
|
-
line:
|
|
143559
|
+
line: 226,
|
|
143133
143560
|
column: 13
|
|
143134
143561
|
}
|
|
143135
143562
|
},
|
|
143136
143563
|
type: "binary-expr",
|
|
143137
143564
|
locations: [{
|
|
143138
143565
|
start: {
|
|
143139
|
-
line:
|
|
143566
|
+
line: 222,
|
|
143140
143567
|
column: 13
|
|
143141
143568
|
},
|
|
143142
143569
|
end: {
|
|
143143
|
-
line:
|
|
143570
|
+
line: 222,
|
|
143144
143571
|
column: 37
|
|
143145
143572
|
}
|
|
143146
143573
|
}, {
|
|
143147
143574
|
start: {
|
|
143148
|
-
line:
|
|
143575
|
+
line: 223,
|
|
143149
143576
|
column: 14
|
|
143150
143577
|
},
|
|
143151
143578
|
end: {
|
|
143152
|
-
line:
|
|
143579
|
+
line: 225,
|
|
143153
143580
|
column: 20
|
|
143154
143581
|
}
|
|
143155
143582
|
}],
|
|
143156
|
-
line:
|
|
143583
|
+
line: 222
|
|
143157
143584
|
},
|
|
143158
143585
|
"27": {
|
|
143159
143586
|
loc: {
|
|
143160
143587
|
start: {
|
|
143161
|
-
line:
|
|
143588
|
+
line: 230,
|
|
143162
143589
|
column: 9
|
|
143163
143590
|
},
|
|
143164
143591
|
end: {
|
|
143165
|
-
line:
|
|
143592
|
+
line: 242,
|
|
143166
143593
|
column: 9
|
|
143167
143594
|
}
|
|
143168
143595
|
},
|
|
143169
143596
|
type: "binary-expr",
|
|
143170
143597
|
locations: [{
|
|
143171
143598
|
start: {
|
|
143172
|
-
line:
|
|
143599
|
+
line: 230,
|
|
143173
143600
|
column: 9
|
|
143174
143601
|
},
|
|
143175
143602
|
end: {
|
|
143176
|
-
line:
|
|
143603
|
+
line: 230,
|
|
143177
143604
|
column: 26
|
|
143178
143605
|
}
|
|
143179
143606
|
}, {
|
|
143180
143607
|
start: {
|
|
143181
|
-
line:
|
|
143608
|
+
line: 231,
|
|
143182
143609
|
column: 10
|
|
143183
143610
|
},
|
|
143184
143611
|
end: {
|
|
143185
|
-
line:
|
|
143612
|
+
line: 241,
|
|
143186
143613
|
column: 12
|
|
143187
143614
|
}
|
|
143188
143615
|
}],
|
|
143189
|
-
line:
|
|
143616
|
+
line: 230
|
|
143190
143617
|
},
|
|
143191
143618
|
"28": {
|
|
143192
143619
|
loc: {
|
|
143193
143620
|
start: {
|
|
143194
|
-
line:
|
|
143621
|
+
line: 234,
|
|
143195
143622
|
column: 18
|
|
143196
143623
|
},
|
|
143197
143624
|
end: {
|
|
143198
|
-
line:
|
|
143625
|
+
line: 234,
|
|
143199
143626
|
column: 47
|
|
143200
143627
|
}
|
|
143201
143628
|
},
|
|
143202
143629
|
type: "cond-expr",
|
|
143203
143630
|
locations: [{
|
|
143204
143631
|
start: {
|
|
143205
|
-
line:
|
|
143632
|
+
line: 234,
|
|
143206
143633
|
column: 35
|
|
143207
143634
|
},
|
|
143208
143635
|
end: {
|
|
143209
|
-
line:
|
|
143636
|
+
line: 234,
|
|
143210
143637
|
column: 39
|
|
143211
143638
|
}
|
|
143212
143639
|
}, {
|
|
143213
143640
|
start: {
|
|
143214
|
-
line:
|
|
143641
|
+
line: 234,
|
|
143215
143642
|
column: 42
|
|
143216
143643
|
},
|
|
143217
143644
|
end: {
|
|
143218
|
-
line:
|
|
143645
|
+
line: 234,
|
|
143219
143646
|
column: 47
|
|
143220
143647
|
}
|
|
143221
143648
|
}],
|
|
143222
|
-
line:
|
|
143649
|
+
line: 234
|
|
143223
143650
|
},
|
|
143224
143651
|
"29": {
|
|
143225
143652
|
loc: {
|
|
143226
143653
|
start: {
|
|
143227
|
-
line:
|
|
143654
|
+
line: 237,
|
|
143228
143655
|
column: 23
|
|
143229
143656
|
},
|
|
143230
143657
|
end: {
|
|
143231
|
-
line:
|
|
143658
|
+
line: 237,
|
|
143232
143659
|
column: 77
|
|
143233
143660
|
}
|
|
143234
143661
|
},
|
|
143235
143662
|
type: "cond-expr",
|
|
143236
143663
|
locations: [{
|
|
143237
143664
|
start: {
|
|
143238
|
-
line:
|
|
143665
|
+
line: 237,
|
|
143239
143666
|
column: 40
|
|
143240
143667
|
},
|
|
143241
143668
|
end: {
|
|
143242
|
-
line:
|
|
143669
|
+
line: 237,
|
|
143243
143670
|
column: 58
|
|
143244
143671
|
}
|
|
143245
143672
|
}, {
|
|
143246
143673
|
start: {
|
|
143247
|
-
line:
|
|
143674
|
+
line: 237,
|
|
143248
143675
|
column: 61
|
|
143249
143676
|
},
|
|
143250
143677
|
end: {
|
|
143251
|
-
line:
|
|
143678
|
+
line: 237,
|
|
143252
143679
|
column: 77
|
|
143253
143680
|
}
|
|
143254
143681
|
}],
|
|
143255
|
-
line:
|
|
143682
|
+
line: 237
|
|
143256
143683
|
},
|
|
143257
143684
|
"30": {
|
|
143258
143685
|
loc: {
|
|
143259
143686
|
start: {
|
|
143260
|
-
line:
|
|
143687
|
+
line: 244,
|
|
143261
143688
|
column: 7
|
|
143262
143689
|
},
|
|
143263
143690
|
end: {
|
|
143264
|
-
line:
|
|
143691
|
+
line: 260,
|
|
143265
143692
|
column: 7
|
|
143266
143693
|
}
|
|
143267
143694
|
},
|
|
143268
143695
|
type: "binary-expr",
|
|
143269
143696
|
locations: [{
|
|
143270
143697
|
start: {
|
|
143271
|
-
line:
|
|
143698
|
+
line: 244,
|
|
143272
143699
|
column: 7
|
|
143273
143700
|
},
|
|
143274
143701
|
end: {
|
|
143275
|
-
line:
|
|
143702
|
+
line: 244,
|
|
143276
143703
|
column: 26
|
|
143277
143704
|
}
|
|
143278
143705
|
}, {
|
|
143279
143706
|
start: {
|
|
143280
|
-
line:
|
|
143707
|
+
line: 245,
|
|
143281
143708
|
column: 8
|
|
143282
143709
|
},
|
|
143283
143710
|
end: {
|
|
143284
|
-
line:
|
|
143711
|
+
line: 259,
|
|
143285
143712
|
column: 14
|
|
143286
143713
|
}
|
|
143287
143714
|
}],
|
|
143288
|
-
line:
|
|
143715
|
+
line: 244
|
|
143289
143716
|
}
|
|
143290
143717
|
},
|
|
143291
143718
|
s: {
|
|
@@ -143385,7 +143812,7 @@ function cov_2dwl7m23tl() {
|
|
|
143385
143812
|
"30": [0, 0]
|
|
143386
143813
|
},
|
|
143387
143814
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
143388
|
-
hash: "
|
|
143815
|
+
hash: "686b136ba45e38a07e90fc1b7aef8a6c685d05d4"
|
|
143389
143816
|
};
|
|
143390
143817
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
143391
143818
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -143561,31 +143988,49 @@ var Fixed = function Fixed(_ref) {
|
|
|
143561
143988
|
"neeto-editor-fixed-menu--independant": isIndependant
|
|
143562
143989
|
}, className, className))
|
|
143563
143990
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
143564
|
-
className: "neeto-editor-fixed-menu__wrapper"
|
|
143991
|
+
className: "neeto-editor-fixed-menu__wrapper",
|
|
143992
|
+
ref: menuRef
|
|
143565
143993
|
}, (cov_2dwl7m23tl().b[11][0]++, isFontSizeActive) && (cov_2dwl7m23tl().b[11][1]++, /*#__PURE__*/React__default.createElement(FontSizeOption, {
|
|
143566
143994
|
editor: editor,
|
|
143567
143995
|
tooltipContent: (cov_2dwl7m23tl().b[12][0]++, tooltips.fontSize) || (cov_2dwl7m23tl().b[12][1]++, t("menu.fontSize"))
|
|
143568
|
-
})),
|
|
143996
|
+
})), /*#__PURE__*/React__default.createElement("div", {
|
|
143997
|
+
className: "vertical-divider"
|
|
143998
|
+
}), /*#__PURE__*/React__default.createElement("div", {
|
|
143999
|
+
className: "neeto-editor-fixed-menu__wrapper__button-group"
|
|
144000
|
+
}, fontStyleOptions.map(renderOptionButton), /*#__PURE__*/React__default.createElement(TableActions, {
|
|
143569
144001
|
editor: editor,
|
|
143570
144002
|
tooltipContent: (cov_2dwl7m23tl().b[13][0]++, tooltips.table) || (cov_2dwl7m23tl().b[13][1]++, t("menu.table"))
|
|
144003
|
+
})), /*#__PURE__*/React__default.createElement("div", {
|
|
144004
|
+
className: "vertical-divider"
|
|
143571
144005
|
}), ((cov_2dwl7m23tl().b[14][0]++, isMenuExpanded) || (cov_2dwl7m23tl().b[14][1]++, not(isMenuCollapsible))) && (cov_2dwl7m23tl().b[14][2]++, /*#__PURE__*/React__default.createElement("div", {
|
|
143572
144006
|
className: classnames$2("neeto-editor-fixed-menu__wrapper--collapsible", {
|
|
143573
144007
|
"neeto-editor-fixed-menu__wrapper--collapsible--fade": isMenuCollapsible
|
|
143574
144008
|
})
|
|
143575
|
-
},
|
|
144009
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
144010
|
+
className: "neeto-editor-fixed-menu__wrapper__button-group"
|
|
144011
|
+
}, listStyleOptions.map(renderOptionButton)), /*#__PURE__*/React__default.createElement("div", {
|
|
144012
|
+
className: "vertical-divider"
|
|
144013
|
+
}), /*#__PURE__*/React__default.createElement("div", {
|
|
144014
|
+
className: "neeto-editor-fixed-menu__wrapper__button-group"
|
|
144015
|
+
}, blockStyleOptions.map(renderOptionButton)), /*#__PURE__*/React__default.createElement("div", {
|
|
144016
|
+
className: "vertical-divider"
|
|
144017
|
+
}), /*#__PURE__*/React__default.createElement("div", {
|
|
144018
|
+
className: "neeto-editor-fixed-menu__wrapper__button-group"
|
|
144019
|
+
}, (cov_2dwl7m23tl().b[15][0]++, isLinkActive) && (cov_2dwl7m23tl().b[15][1]++, /*#__PURE__*/React__default.createElement(LinkOption, {
|
|
143576
144020
|
editor: editor,
|
|
143577
|
-
|
|
143578
|
-
|
|
144021
|
+
menuRef: menuRef,
|
|
144022
|
+
tooltipContent: (cov_2dwl7m23tl().b[16][0]++, tooltips.link) || (cov_2dwl7m23tl().b[16][1]++, t("menu.link"))
|
|
144023
|
+
})), (cov_2dwl7m23tl().b[17][0]++, isTableActive) && (cov_2dwl7m23tl().b[17][1]++, /*#__PURE__*/React__default.createElement(TableOption, {
|
|
143579
144024
|
editor: editor,
|
|
143580
|
-
|
|
143581
|
-
|
|
143582
|
-
tooltipContent: (cov_2dwl7m23tl().b[18][0]++, tooltips.emoji) || (cov_2dwl7m23tl().b[18][1]++, t("menu.emoji"))
|
|
143583
|
-
})), (cov_2dwl7m23tl().b[19][0]++, isLinkActive) && (cov_2dwl7m23tl().b[19][1]++, /*#__PURE__*/React__default.createElement(LinkOption, {
|
|
144025
|
+
tooltipContent: (cov_2dwl7m23tl().b[18][0]++, tooltips.table) || (cov_2dwl7m23tl().b[18][1]++, t("menu.table"))
|
|
144026
|
+
})), miscOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[19][0]++, isTextColorOptionActive) && (cov_2dwl7m23tl().b[19][1]++, /*#__PURE__*/React__default.createElement(TextColorOption, {
|
|
143584
144027
|
editor: editor,
|
|
143585
|
-
tooltipContent: (cov_2dwl7m23tl().b[20][0]++, tooltips.
|
|
143586
|
-
})), (cov_2dwl7m23tl().b[21][0]++,
|
|
144028
|
+
tooltipContent: (cov_2dwl7m23tl().b[20][0]++, tooltips.textColor) || (cov_2dwl7m23tl().b[20][1]++, t("menu.textColor"))
|
|
144029
|
+
})), (cov_2dwl7m23tl().b[21][0]++, isEmojiActive) && (cov_2dwl7m23tl().b[21][1]++, /*#__PURE__*/React__default.createElement(EmojiOption, {
|
|
143587
144030
|
editor: editor,
|
|
143588
|
-
|
|
144031
|
+
isActive: isEmojiPickerActive,
|
|
144032
|
+
setActive: setIsEmojiPickerActive,
|
|
144033
|
+
tooltipContent: (cov_2dwl7m23tl().b[22][0]++, tooltips.emoji) || (cov_2dwl7m23tl().b[22][1]++, t("menu.emoji"))
|
|
143589
144034
|
})), (cov_2dwl7m23tl().b[23][0]++, isMediaUploaderActive) && (cov_2dwl7m23tl().b[23][1]++, /*#__PURE__*/React__default.createElement(MediaUploader, {
|
|
143590
144035
|
editor: editor,
|
|
143591
144036
|
mediaUploader: mediaUploader,
|
|
@@ -143602,11 +144047,11 @@ var Fixed = function Fixed(_ref) {
|
|
|
143602
144047
|
editor: editor,
|
|
143603
144048
|
isEmbedModalOpen: isEmbedModalOpen,
|
|
143604
144049
|
setIsEmbedModalOpen: setIsEmbedModalOpen
|
|
143605
|
-
})),
|
|
144050
|
+
})), /*#__PURE__*/React__default.createElement(Mentions, {
|
|
143606
144051
|
editor: editor,
|
|
143607
144052
|
mentions: mentions,
|
|
143608
144053
|
tooltipContent: (cov_2dwl7m23tl().b[25][0]++, tooltips.mention) || (cov_2dwl7m23tl().b[25][1]++, t("menu.mention"))
|
|
143609
|
-
}), addonCommandOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[26][0]++, isNotEmpty(rightOptions)) && (cov_2dwl7m23tl().b[26][1]++, /*#__PURE__*/React__default.createElement("div", {
|
|
144054
|
+
}), addonCommandOptions.map(renderOptionButton)), (cov_2dwl7m23tl().b[26][0]++, isNotEmpty(rightOptions)) && (cov_2dwl7m23tl().b[26][1]++, /*#__PURE__*/React__default.createElement("div", {
|
|
143610
144055
|
className: "neeto-editor-fixed-menu__right-options"
|
|
143611
144056
|
}, rightOptions.map(renderOptionButton))), children)), (cov_2dwl7m23tl().b[27][0]++, isMenuCollapsible) && (cov_2dwl7m23tl().b[27][1]++, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
143612
144057
|
className: "neeto-editor-fixed-menu__item",
|
|
@@ -152330,7 +152775,7 @@ var EditorContent = function EditorContent(_ref2) {
|
|
|
152330
152775
|
};
|
|
152331
152776
|
var index = /*#__PURE__*/React__default.memo(EditorContent);
|
|
152332
152777
|
|
|
152333
|
-
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}";
|
|
152778
|
+
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}";
|
|
152334
152779
|
n(css,{});
|
|
152335
152780
|
|
|
152336
152781
|
function cov_1e6pfjcktm() {
|