occam-dom 3.1.34 → 3.1.36
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/example.js +4260 -4307
- package/lib/example/div/sizeable.js +7 -7
- package/lib/example/input/expression.js +29 -29
- package/lib/example/input/maximumDepth.js +29 -29
- package/lib/example/input.js +6 -6
- package/lib/example/subHeading.js +6 -6
- package/lib/example/textarea/content.js +29 -29
- package/lib/example/textarea/nodes.js +29 -29
- package/lib/example/textarea/parseTree.js +33 -33
- package/lib/example/textarea.js +6 -6
- package/lib/example/view.js +60 -71
- package/lib/example.js +5 -5
- package/lib/index.js +4 -4
- package/lib/query.js +7 -7
- package/lib/spread.js +5 -5
- package/lib/utilities/query.js +3 -3
- package/package.json +3 -3
|
@@ -8,14 +8,14 @@ Object.defineProperty(exports, "default", {
|
|
|
8
8
|
return _default;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
function
|
|
11
|
+
var _easywithstyle = /*#__PURE__*/ _interop_require_default(require("easy-with-style"));
|
|
12
|
+
var _easylayout = require("easy-layout");
|
|
13
|
+
function _interop_require_default(obj) {
|
|
14
14
|
return obj && obj.__esModule ? obj : {
|
|
15
15
|
default: obj
|
|
16
16
|
};
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function _tagged_template_literal(strings, raw) {
|
|
19
19
|
if (!raw) {
|
|
20
20
|
raw = strings.slice(0);
|
|
21
21
|
}
|
|
@@ -26,7 +26,7 @@ function _taggedTemplateLiteral(strings, raw) {
|
|
|
26
26
|
}));
|
|
27
27
|
}
|
|
28
28
|
function _templateObject() {
|
|
29
|
-
var data =
|
|
29
|
+
var data = _tagged_template_literal([
|
|
30
30
|
"\n\n width: 48rem;\n min-width: 24rem;\n \n"
|
|
31
31
|
]);
|
|
32
32
|
_templateObject = function _templateObject() {
|
|
@@ -34,6 +34,6 @@ function _templateObject() {
|
|
|
34
34
|
};
|
|
35
35
|
return data;
|
|
36
36
|
}
|
|
37
|
-
var _default = (0,
|
|
37
|
+
var _default = (0, _easywithstyle.default)(_easylayout.SizeableDiv)(_templateObject());
|
|
38
38
|
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9leGFtcGxlL2Rpdi9zaXplYWJsZS5qcyJdLCJzb3VyY2VzQ29udGVudCI6WyJcInVzZSBzdHJpY3RcIjtcblxuaW1wb3J0IHdpdGhTdHlsZSBmcm9tIFwiZWFzeS13aXRoLXN0eWxlXCI7ICAvLy9cblxuaW1wb3J0IHsgU2l6ZWFibGVEaXYgfSBmcm9tIFwiZWFzeS1sYXlvdXRcIjtcblxuZXhwb3J0IGRlZmF1bHQgd2l0aFN0eWxlKFNpemVhYmxlRGl2KWBcblxuICB3aWR0aDogNDhyZW07XG4gIG1pbi13aWR0aDogMjRyZW07XG4gIFxuYDtcbiJdLCJuYW1lcyI6WyJ3aXRoU3R5bGUiLCJTaXplYWJsZURpdiJdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7K0JBTUE7OztlQUFBOzs7b0VBSnNCOzBCQUVNOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0lBRTVCLFdBQWVBLElBQUFBLHNCQUFTLEVBQUNDLHVCQUFXIn0=
|
|
@@ -8,14 +8,14 @@ Object.defineProperty(exports, "default", {
|
|
|
8
8
|
return ExpressionInput;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var _input = /*#__PURE__*/
|
|
12
|
-
function
|
|
11
|
+
var _input = /*#__PURE__*/ _interop_require_default(require("../input"));
|
|
12
|
+
function _assert_this_initialized(self) {
|
|
13
13
|
if (self === void 0) {
|
|
14
14
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
15
15
|
}
|
|
16
16
|
return self;
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function _class_call_check(instance, Constructor) {
|
|
19
19
|
if (!(instance instanceof Constructor)) {
|
|
20
20
|
throw new TypeError("Cannot call a class as a function");
|
|
21
21
|
}
|
|
@@ -29,12 +29,12 @@ function _defineProperties(target, props) {
|
|
|
29
29
|
Object.defineProperty(target, descriptor.key, descriptor);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function _create_class(Constructor, protoProps, staticProps) {
|
|
33
33
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
34
34
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
35
35
|
return Constructor;
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function _define_property(obj, key, value) {
|
|
38
38
|
if (key in obj) {
|
|
39
39
|
Object.defineProperty(obj, key, {
|
|
40
40
|
value: value,
|
|
@@ -47,11 +47,11 @@ function _defineProperty(obj, key, value) {
|
|
|
47
47
|
}
|
|
48
48
|
return obj;
|
|
49
49
|
}
|
|
50
|
-
function
|
|
51
|
-
|
|
50
|
+
function _get_prototype_of(o) {
|
|
51
|
+
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
52
52
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
53
53
|
};
|
|
54
|
-
return
|
|
54
|
+
return _get_prototype_of(o);
|
|
55
55
|
}
|
|
56
56
|
function _inherits(subClass, superClass) {
|
|
57
57
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -64,31 +64,31 @@ function _inherits(subClass, superClass) {
|
|
|
64
64
|
configurable: true
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
|
-
if (superClass)
|
|
67
|
+
if (superClass) _set_prototype_of(subClass, superClass);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function _interop_require_default(obj) {
|
|
70
70
|
return obj && obj.__esModule ? obj : {
|
|
71
71
|
default: obj
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
function
|
|
75
|
-
if (call && (
|
|
74
|
+
function _possible_constructor_return(self, call) {
|
|
75
|
+
if (call && (_type_of(call) === "object" || typeof call === "function")) {
|
|
76
76
|
return call;
|
|
77
77
|
}
|
|
78
|
-
return
|
|
78
|
+
return _assert_this_initialized(self);
|
|
79
79
|
}
|
|
80
|
-
function
|
|
81
|
-
|
|
80
|
+
function _set_prototype_of(o, p) {
|
|
81
|
+
_set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
82
82
|
o.__proto__ = p;
|
|
83
83
|
return o;
|
|
84
84
|
};
|
|
85
|
-
return
|
|
85
|
+
return _set_prototype_of(o, p);
|
|
86
86
|
}
|
|
87
|
-
|
|
87
|
+
function _type_of(obj) {
|
|
88
88
|
"@swc/helpers - typeof";
|
|
89
89
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
90
|
-
}
|
|
91
|
-
function
|
|
90
|
+
}
|
|
91
|
+
function _is_native_reflect_construct() {
|
|
92
92
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
93
93
|
if (Reflect.construct.sham) return false;
|
|
94
94
|
if (typeof Proxy === "function") return true;
|
|
@@ -99,27 +99,27 @@ function _isNativeReflectConstruct() {
|
|
|
99
99
|
return false;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
function
|
|
103
|
-
var hasNativeReflectConstruct =
|
|
102
|
+
function _create_super(Derived) {
|
|
103
|
+
var hasNativeReflectConstruct = _is_native_reflect_construct();
|
|
104
104
|
return function _createSuperInternal() {
|
|
105
|
-
var Super =
|
|
105
|
+
var Super = _get_prototype_of(Derived), result;
|
|
106
106
|
if (hasNativeReflectConstruct) {
|
|
107
|
-
var NewTarget =
|
|
107
|
+
var NewTarget = _get_prototype_of(this).constructor;
|
|
108
108
|
result = Reflect.construct(Super, arguments, NewTarget);
|
|
109
109
|
} else {
|
|
110
110
|
result = Super.apply(this, arguments);
|
|
111
111
|
}
|
|
112
|
-
return
|
|
112
|
+
return _possible_constructor_return(this, result);
|
|
113
113
|
};
|
|
114
114
|
}
|
|
115
115
|
var ExpressionInput = /*#__PURE__*/ function(Input) {
|
|
116
116
|
_inherits(ExpressionInput, Input);
|
|
117
|
-
var _super =
|
|
117
|
+
var _super = _create_super(ExpressionInput);
|
|
118
118
|
function ExpressionInput() {
|
|
119
|
-
|
|
119
|
+
_class_call_check(this, ExpressionInput);
|
|
120
120
|
return _super.apply(this, arguments);
|
|
121
121
|
}
|
|
122
|
-
|
|
122
|
+
_create_class(ExpressionInput, [
|
|
123
123
|
{
|
|
124
124
|
key: "getExpression",
|
|
125
125
|
value: function getExpression() {
|
|
@@ -148,9 +148,9 @@ var ExpressionInput = /*#__PURE__*/ function(Input) {
|
|
|
148
148
|
]);
|
|
149
149
|
return ExpressionInput;
|
|
150
150
|
}(_input.default);
|
|
151
|
-
|
|
151
|
+
_define_property(ExpressionInput, "defaultProperties", {
|
|
152
152
|
className: "expression",
|
|
153
153
|
spellCheck: "false"
|
|
154
154
|
});
|
|
155
155
|
|
|
156
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
156
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9leGFtcGxlL2lucHV0L2V4cHJlc3Npb24uanMiLCI8PGpzeC1jb25maWctcHJhZ21hLmpzPj4iXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5cbmltcG9ydCBJbnB1dCBmcm9tIFwiLi4vaW5wdXRcIjtcblxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgRXhwcmVzc2lvbklucHV0IGV4dGVuZHMgSW5wdXQge1xuICBnZXRFeHByZXNzaW9uKCkge1xuICAgIGNvbnN0IHZhbHVlID0gdGhpcy5nZXRWYWx1ZSgpLFxuICAgICAgICAgIGV4cHJlc3Npb24gPSB2YWx1ZTsgLy8vXG5cbiAgICByZXR1cm4gZXhwcmVzc2lvbjtcbiAgfVxuXG4gIHNldEV4cHJlc3Npb24oZXhwcmVzc2lvbikge1xuICAgIGNvbnN0IHZhbHVlID0gZXhwcmVzc2lvbjsgLy8vXG5cbiAgICB0aGlzLnNldFZhbHVlKHZhbHVlKTtcbiAgfVxuXG4gIHBhcmVudENvbnRleHQoKSB7XG4gICAgY29uc3QgZ2V0RXhwcmVzc2lvbiA9IHRoaXMuZ2V0RXhwcmVzc2lvbi5iaW5kKHRoaXMpLFxuICAgICAgICAgIHNldEV4cHJlc3Npb24gPSB0aGlzLnNldEV4cHJlc3Npb24uYmluZCh0aGlzKSxcbiAgICAgICAgICBzZXRFeHByZXNzaW9uUmVhZE9ubHkgPSB0aGlzLnNldFJlYWRPbmx5LmJpbmQodGhpcyk7IC8vLztcblxuICAgIHJldHVybiAoe1xuICAgICAgZ2V0RXhwcmVzc2lvbixcbiAgICAgIHNldEV4cHJlc3Npb24sXG4gICAgICBzZXRFeHByZXNzaW9uUmVhZE9ubHlcbiAgICB9KTtcbiAgfVxuXG4gIHN0YXRpYyBkZWZhdWx0UHJvcGVydGllcyA9IHtcbiAgICBjbGFzc05hbWU6IFwiZXhwcmVzc2lvblwiLFxuICAgIHNwZWxsQ2hlY2s6IFwiZmFsc2VcIlxuICB9O1xufVxuIiwiUmVhY3QuY3JlYXRlRWxlbWVudCJdLCJuYW1lcyI6WyJFeHByZXNzaW9uSW5wdXQiLCJnZXRFeHByZXNzaW9uIiwidmFsdWUiLCJnZXRWYWx1ZSIsImV4cHJlc3Npb24iLCJzZXRFeHByZXNzaW9uIiwic2V0VmFsdWUiLCJwYXJlbnRDb250ZXh0IiwiYmluZCIsInNldEV4cHJlc3Npb25SZWFkT25seSIsInNldFJlYWRPbmx5IiwiSW5wdXQiLCJkZWZhdWx0UHJvcGVydGllcyIsImNsYXNzTmFtZSIsInNwZWxsQ2hlY2siXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7O2VBSXFCQTs7OzREQUZIOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUVILElBQUEsQUFBTUEsZ0NBQU47Y0FBTUE7K0JBQUFBO2FBQUFBO2dDQUFBQTs7O2tCQUFBQTs7WUFDbkJDLEtBQUFBO21CQUFBQSxTQUFBQSxnQkFBZ0I7Z0JBQ2QsSUFBTUMsUUFBUSxJQUFJLENBQUNDLFFBQVEsSUFDckJDLGFBQWFGLE9BQU8sR0FBRztnQkFFN0IsT0FBT0U7WUFDVDs7O1lBRUFDLEtBQUFBO21CQUFBQSxTQUFBQSxjQUFjRCxVQUFVLEVBQUU7Z0JBQ3hCLElBQU1GLFFBQVFFLFlBQVksR0FBRztnQkFFN0IsSUFBSSxDQUFDRSxRQUFRLENBQUNKO1lBQ2hCOzs7WUFFQUssS0FBQUE7bUJBQUFBLFNBQUFBLGdCQUFnQjtnQkFDZCxJQUFNTixnQkFBZ0IsSUFBSSxDQUFDQSxhQUFhLENBQUNPLElBQUksQ0FBQyxJQUFJLEdBQzVDSCxnQkFBZ0IsSUFBSSxDQUFDQSxhQUFhLENBQUNHLElBQUksQ0FBQyxJQUFJLEdBQzVDQyx3QkFBd0IsSUFBSSxDQUFDQyxXQUFXLENBQUNGLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSTtnQkFFL0QsT0FBUTtvQkFDTlAsZUFBQUE7b0JBQ0FJLGVBQUFBO29CQUNBSSx1QkFBQUE7Z0JBQ0Y7WUFDRjs7O1dBeEJtQlQ7RUFBd0JXLGNBQUs7QUEwQmhELGlCQTFCbUJYLGlCQTBCWlkscUJBQW9CO0lBQ3pCQyxXQUFXO0lBQ1hDLFlBQVk7QUFDZCJ9
|
|
@@ -8,14 +8,14 @@ Object.defineProperty(exports, "default", {
|
|
|
8
8
|
return MaximumDepthInput;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var _input = /*#__PURE__*/
|
|
12
|
-
function
|
|
11
|
+
var _input = /*#__PURE__*/ _interop_require_default(require("../input"));
|
|
12
|
+
function _assert_this_initialized(self) {
|
|
13
13
|
if (self === void 0) {
|
|
14
14
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
15
15
|
}
|
|
16
16
|
return self;
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function _class_call_check(instance, Constructor) {
|
|
19
19
|
if (!(instance instanceof Constructor)) {
|
|
20
20
|
throw new TypeError("Cannot call a class as a function");
|
|
21
21
|
}
|
|
@@ -29,12 +29,12 @@ function _defineProperties(target, props) {
|
|
|
29
29
|
Object.defineProperty(target, descriptor.key, descriptor);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function _create_class(Constructor, protoProps, staticProps) {
|
|
33
33
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
34
34
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
35
35
|
return Constructor;
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function _define_property(obj, key, value) {
|
|
38
38
|
if (key in obj) {
|
|
39
39
|
Object.defineProperty(obj, key, {
|
|
40
40
|
value: value,
|
|
@@ -47,11 +47,11 @@ function _defineProperty(obj, key, value) {
|
|
|
47
47
|
}
|
|
48
48
|
return obj;
|
|
49
49
|
}
|
|
50
|
-
function
|
|
51
|
-
|
|
50
|
+
function _get_prototype_of(o) {
|
|
51
|
+
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
52
52
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
53
53
|
};
|
|
54
|
-
return
|
|
54
|
+
return _get_prototype_of(o);
|
|
55
55
|
}
|
|
56
56
|
function _inherits(subClass, superClass) {
|
|
57
57
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -64,31 +64,31 @@ function _inherits(subClass, superClass) {
|
|
|
64
64
|
configurable: true
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
|
-
if (superClass)
|
|
67
|
+
if (superClass) _set_prototype_of(subClass, superClass);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function _interop_require_default(obj) {
|
|
70
70
|
return obj && obj.__esModule ? obj : {
|
|
71
71
|
default: obj
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
function
|
|
75
|
-
if (call && (
|
|
74
|
+
function _possible_constructor_return(self, call) {
|
|
75
|
+
if (call && (_type_of(call) === "object" || typeof call === "function")) {
|
|
76
76
|
return call;
|
|
77
77
|
}
|
|
78
|
-
return
|
|
78
|
+
return _assert_this_initialized(self);
|
|
79
79
|
}
|
|
80
|
-
function
|
|
81
|
-
|
|
80
|
+
function _set_prototype_of(o, p) {
|
|
81
|
+
_set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
82
82
|
o.__proto__ = p;
|
|
83
83
|
return o;
|
|
84
84
|
};
|
|
85
|
-
return
|
|
85
|
+
return _set_prototype_of(o, p);
|
|
86
86
|
}
|
|
87
|
-
|
|
87
|
+
function _type_of(obj) {
|
|
88
88
|
"@swc/helpers - typeof";
|
|
89
89
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
90
|
-
}
|
|
91
|
-
function
|
|
90
|
+
}
|
|
91
|
+
function _is_native_reflect_construct() {
|
|
92
92
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
93
93
|
if (Reflect.construct.sham) return false;
|
|
94
94
|
if (typeof Proxy === "function") return true;
|
|
@@ -99,27 +99,27 @@ function _isNativeReflectConstruct() {
|
|
|
99
99
|
return false;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
function
|
|
103
|
-
var hasNativeReflectConstruct =
|
|
102
|
+
function _create_super(Derived) {
|
|
103
|
+
var hasNativeReflectConstruct = _is_native_reflect_construct();
|
|
104
104
|
return function _createSuperInternal() {
|
|
105
|
-
var Super =
|
|
105
|
+
var Super = _get_prototype_of(Derived), result;
|
|
106
106
|
if (hasNativeReflectConstruct) {
|
|
107
|
-
var NewTarget =
|
|
107
|
+
var NewTarget = _get_prototype_of(this).constructor;
|
|
108
108
|
result = Reflect.construct(Super, arguments, NewTarget);
|
|
109
109
|
} else {
|
|
110
110
|
result = Super.apply(this, arguments);
|
|
111
111
|
}
|
|
112
|
-
return
|
|
112
|
+
return _possible_constructor_return(this, result);
|
|
113
113
|
};
|
|
114
114
|
}
|
|
115
115
|
var MaximumDepthInput = /*#__PURE__*/ function(Input) {
|
|
116
116
|
_inherits(MaximumDepthInput, Input);
|
|
117
|
-
var _super =
|
|
117
|
+
var _super = _create_super(MaximumDepthInput);
|
|
118
118
|
function MaximumDepthInput() {
|
|
119
|
-
|
|
119
|
+
_class_call_check(this, MaximumDepthInput);
|
|
120
120
|
return _super.apply(this, arguments);
|
|
121
121
|
}
|
|
122
|
-
|
|
122
|
+
_create_class(MaximumDepthInput, [
|
|
123
123
|
{
|
|
124
124
|
key: "getMaximumDepth",
|
|
125
125
|
value: function getMaximumDepth() {
|
|
@@ -148,9 +148,9 @@ var MaximumDepthInput = /*#__PURE__*/ function(Input) {
|
|
|
148
148
|
]);
|
|
149
149
|
return MaximumDepthInput;
|
|
150
150
|
}(_input.default);
|
|
151
|
-
|
|
151
|
+
_define_property(MaximumDepthInput, "defaultProperties", {
|
|
152
152
|
className: "maximum-depth",
|
|
153
153
|
spellCheck: "false"
|
|
154
154
|
});
|
|
155
155
|
|
|
156
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9leGFtcGxlL2lucHV0L21heGltdW1EZXB0aC5qcyIsIjw8anN4LWNvbmZpZy1wcmFnbWEuanM+
|
|
156
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9leGFtcGxlL2lucHV0L21heGltdW1EZXB0aC5qcyIsIjw8anN4LWNvbmZpZy1wcmFnbWEuanM+PiJdLCJzb3VyY2VzQ29udGVudCI6WyJcInVzZSBzdHJpY3RcIjtcblxuaW1wb3J0IElucHV0IGZyb20gXCIuLi9pbnB1dFwiO1xuXG5leHBvcnQgZGVmYXVsdCBjbGFzcyBNYXhpbXVtRGVwdGhJbnB1dCBleHRlbmRzIElucHV0IHtcbiAgZ2V0TWF4aW11bURlcHRoKCkge1xuICAgIGNvbnN0IHZhbHVlID0gdGhpcy5nZXRWYWx1ZSgpLFxuICAgICAgICAgIG1heGltdW1EZXB0aCA9IE51bWJlcih2YWx1ZSk7XG5cbiAgICByZXR1cm4gbWF4aW11bURlcHRoO1xuICB9XG5cbiAgc2V0TWF4aW11bURlcHRoKG1heGltdW1EZXB0aCkge1xuICAgIGNvbnN0IHZhbHVlID0gbWF4aW11bURlcHRoOyAvLy9cblxuICAgIHRoaXMuc2V0VmFsdWUodmFsdWUpO1xuICB9XG5cbiAgcGFyZW50Q29udGV4dCgpIHtcbiAgICBjb25zdCBnZXRNYXhpbXVtRGVwdGggPSB0aGlzLmdldE1heGltdW1EZXB0aC5iaW5kKHRoaXMpLFxuICAgICAgICAgIHNldE1heGltdW1EZXB0aCA9IHRoaXMuc2V0TWF4aW11bURlcHRoLmJpbmQodGhpcyksXG4gICAgICAgICAgc2V0TWF4aW11bURlcHRoUmVhZE9ubHkgPSB0aGlzLnNldFJlYWRPbmx5LmJpbmQodGhpcyk7IC8vLztcblxuICAgIHJldHVybiAoe1xuICAgICAgZ2V0TWF4aW11bURlcHRoLFxuICAgICAgc2V0TWF4aW11bURlcHRoLFxuICAgICAgc2V0TWF4aW11bURlcHRoUmVhZE9ubHlcbiAgICB9KTtcbiAgfVxuXG4gIHN0YXRpYyBkZWZhdWx0UHJvcGVydGllcyA9IHtcbiAgICBjbGFzc05hbWU6IFwibWF4aW11bS1kZXB0aFwiLFxuICAgIHNwZWxsQ2hlY2s6IFwiZmFsc2VcIlxuICB9O1xufVxuIiwiUmVhY3QuY3JlYXRlRWxlbWVudCJdLCJuYW1lcyI6WyJNYXhpbXVtRGVwdGhJbnB1dCIsImdldE1heGltdW1EZXB0aCIsInZhbHVlIiwiZ2V0VmFsdWUiLCJtYXhpbXVtRGVwdGgiLCJOdW1iZXIiLCJzZXRNYXhpbXVtRGVwdGgiLCJzZXRWYWx1ZSIsInBhcmVudENvbnRleHQiLCJiaW5kIiwic2V0TWF4aW11bURlcHRoUmVhZE9ubHkiLCJzZXRSZWFkT25seSIsIklucHV0IiwiZGVmYXVsdFByb3BlcnRpZXMiLCJjbGFzc05hbWUiLCJzcGVsbENoZWNrIl0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7OztlQUlxQkE7Ozs0REFGSDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFSCxJQUFBLEFBQU1BLGtDQUFOO2NBQU1BOytCQUFBQTthQUFBQTtnQ0FBQUE7OztrQkFBQUE7O1lBQ25CQyxLQUFBQTttQkFBQUEsU0FBQUEsa0JBQWtCO2dCQUNoQixJQUFNQyxRQUFRLElBQUksQ0FBQ0MsUUFBUSxJQUNyQkMsZUFBZUMsT0FBT0g7Z0JBRTVCLE9BQU9FO1lBQ1Q7OztZQUVBRSxLQUFBQTttQkFBQUEsU0FBQUEsZ0JBQWdCRixZQUFZLEVBQUU7Z0JBQzVCLElBQU1GLFFBQVFFLGNBQWMsR0FBRztnQkFFL0IsSUFBSSxDQUFDRyxRQUFRLENBQUNMO1lBQ2hCOzs7WUFFQU0sS0FBQUE7bUJBQUFBLFNBQUFBLGdCQUFnQjtnQkFDZCxJQUFNUCxrQkFBa0IsSUFBSSxDQUFDQSxlQUFlLENBQUNRLElBQUksQ0FBQyxJQUFJLEdBQ2hESCxrQkFBa0IsSUFBSSxDQUFDQSxlQUFlLENBQUNHLElBQUksQ0FBQyxJQUFJLEdBQ2hEQywwQkFBMEIsSUFBSSxDQUFDQyxXQUFXLENBQUNGLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSTtnQkFFakUsT0FBUTtvQkFDTlIsaUJBQUFBO29CQUNBSyxpQkFBQUE7b0JBQ0FJLHlCQUFBQTtnQkFDRjtZQUNGOzs7V0F4Qm1CVjtFQUEwQlksY0FBSztBQTBCbEQsaUJBMUJtQlosbUJBMEJaYSxxQkFBb0I7SUFDekJDLFdBQVc7SUFDWEMsWUFBWTtBQUNkIn0=
|
package/lib/example/input.js
CHANGED
|
@@ -8,14 +8,14 @@ Object.defineProperty(exports, "default", {
|
|
|
8
8
|
return _default;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var
|
|
11
|
+
var _easywithstyle = /*#__PURE__*/ _interop_require_default(require("easy-with-style"));
|
|
12
12
|
var _easy = require("easy");
|
|
13
|
-
function
|
|
13
|
+
function _interop_require_default(obj) {
|
|
14
14
|
return obj && obj.__esModule ? obj : {
|
|
15
15
|
default: obj
|
|
16
16
|
};
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function _tagged_template_literal(strings, raw) {
|
|
19
19
|
if (!raw) {
|
|
20
20
|
raw = strings.slice(0);
|
|
21
21
|
}
|
|
@@ -26,7 +26,7 @@ function _taggedTemplateLiteral(strings, raw) {
|
|
|
26
26
|
}));
|
|
27
27
|
}
|
|
28
28
|
function _templateObject() {
|
|
29
|
-
var data =
|
|
29
|
+
var data = _tagged_template_literal([
|
|
30
30
|
"\n\n border: 1px solid darkgrey;\n padding: 0.25rem;\n font-size: 1.2rem;\n font-family: monospace;\n\n"
|
|
31
31
|
]);
|
|
32
32
|
_templateObject = function _templateObject() {
|
|
@@ -34,6 +34,6 @@ function _templateObject() {
|
|
|
34
34
|
};
|
|
35
35
|
return data;
|
|
36
36
|
}
|
|
37
|
-
var _default = (0,
|
|
37
|
+
var _default = (0, _easywithstyle.default)(_easy.Input)(_templateObject());
|
|
38
38
|
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9leGFtcGxlL2lucHV0LmpzIl0sInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuXG5pbXBvcnQgd2l0aFN0eWxlIGZyb20gXCJlYXN5LXdpdGgtc3R5bGVcIjsgIC8vL1xuXG5pbXBvcnQgeyBJbnB1dCB9IGZyb20gXCJlYXN5XCI7XG5cbmV4cG9ydCBkZWZhdWx0IHdpdGhTdHlsZShJbnB1dClgXG5cbiAgYm9yZGVyOiAxcHggc29saWQgZGFya2dyZXk7XG4gIHBhZGRpbmc6IDAuMjVyZW07XG4gIGZvbnQtc2l6ZTogMS4ycmVtO1xuICBmb250LWZhbWlseTogbW9ub3NwYWNlO1xuXG5gO1xuIl0sIm5hbWVzIjpbIndpdGhTdHlsZSIsIklucHV0Il0sIm1hcHBpbmdzIjoiQUFBQTs7OzsrQkFNQTs7O2VBQUE7OztvRUFKc0I7b0JBRUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFFdEIsV0FBZUEsSUFBQUEsc0JBQVMsRUFBQ0MsV0FBSyJ9
|
|
@@ -8,13 +8,13 @@ Object.defineProperty(exports, "default", {
|
|
|
8
8
|
return _default;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var
|
|
12
|
-
function
|
|
11
|
+
var _easywithstyle = /*#__PURE__*/ _interop_require_default(require("easy-with-style"));
|
|
12
|
+
function _interop_require_default(obj) {
|
|
13
13
|
return obj && obj.__esModule ? obj : {
|
|
14
14
|
default: obj
|
|
15
15
|
};
|
|
16
16
|
}
|
|
17
|
-
function
|
|
17
|
+
function _tagged_template_literal(strings, raw) {
|
|
18
18
|
if (!raw) {
|
|
19
19
|
raw = strings.slice(0);
|
|
20
20
|
}
|
|
@@ -25,7 +25,7 @@ function _taggedTemplateLiteral(strings, raw) {
|
|
|
25
25
|
}));
|
|
26
26
|
}
|
|
27
27
|
function _templateObject() {
|
|
28
|
-
var data =
|
|
28
|
+
var data = _tagged_template_literal([
|
|
29
29
|
"\n\n margin: 1rem 0 0.5rem 0;\n font-size: 2rem;\n \n :first-of-type {\n margin-top: 0;\n }\n\n"
|
|
30
30
|
]);
|
|
31
31
|
_templateObject = function _templateObject() {
|
|
@@ -33,7 +33,7 @@ function _templateObject() {
|
|
|
33
33
|
};
|
|
34
34
|
return data;
|
|
35
35
|
}
|
|
36
|
-
var SubHeading =
|
|
36
|
+
var SubHeading = _easywithstyle.default.h2(_templateObject());
|
|
37
37
|
var _default = SubHeading;
|
|
38
38
|
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9leGFtcGxlL3N1YkhlYWRpbmcuanMiXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5cbmltcG9ydCB3aXRoU3R5bGUgZnJvbSBcImVhc3ktd2l0aC1zdHlsZVwiOyAgLy8vXG5cbmNvbnN0IFN1YkhlYWRpbmcgPSB3aXRoU3R5bGUuaDJgXG5cbiAgbWFyZ2luOiAxcmVtIDAgMC41cmVtIDA7XG4gIGZvbnQtc2l6ZTogMnJlbTtcbiAgXG4gIDpmaXJzdC1vZi10eXBlIHtcbiAgICBtYXJnaW4tdG9wOiAwO1xuICB9XG5cbmA7XG5cbmV4cG9ydCBkZWZhdWx0IFN1YkhlYWRpbmc7XG4iXSwibmFtZXMiOlsiU3ViSGVhZGluZyIsIndpdGhTdHlsZSIsImgyIl0sIm1hcHBpbmdzIjoiQUFBQTs7OzsrQkFlQTs7O2VBQUE7OztvRUFic0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFdEIsSUFBTUEsYUFBYUMsc0JBQVMsQ0FBQ0MsRUFBRTtJQVcvQixXQUFlRiJ9
|
|
@@ -8,14 +8,14 @@ Object.defineProperty(exports, "default", {
|
|
|
8
8
|
return ContentTextarea;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var _textarea = /*#__PURE__*/
|
|
12
|
-
function
|
|
11
|
+
var _textarea = /*#__PURE__*/ _interop_require_default(require("../textarea"));
|
|
12
|
+
function _assert_this_initialized(self) {
|
|
13
13
|
if (self === void 0) {
|
|
14
14
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
15
15
|
}
|
|
16
16
|
return self;
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function _class_call_check(instance, Constructor) {
|
|
19
19
|
if (!(instance instanceof Constructor)) {
|
|
20
20
|
throw new TypeError("Cannot call a class as a function");
|
|
21
21
|
}
|
|
@@ -29,12 +29,12 @@ function _defineProperties(target, props) {
|
|
|
29
29
|
Object.defineProperty(target, descriptor.key, descriptor);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function _create_class(Constructor, protoProps, staticProps) {
|
|
33
33
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
34
34
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
35
35
|
return Constructor;
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function _define_property(obj, key, value) {
|
|
38
38
|
if (key in obj) {
|
|
39
39
|
Object.defineProperty(obj, key, {
|
|
40
40
|
value: value,
|
|
@@ -47,11 +47,11 @@ function _defineProperty(obj, key, value) {
|
|
|
47
47
|
}
|
|
48
48
|
return obj;
|
|
49
49
|
}
|
|
50
|
-
function
|
|
51
|
-
|
|
50
|
+
function _get_prototype_of(o) {
|
|
51
|
+
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
52
52
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
53
53
|
};
|
|
54
|
-
return
|
|
54
|
+
return _get_prototype_of(o);
|
|
55
55
|
}
|
|
56
56
|
function _inherits(subClass, superClass) {
|
|
57
57
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -64,31 +64,31 @@ function _inherits(subClass, superClass) {
|
|
|
64
64
|
configurable: true
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
|
-
if (superClass)
|
|
67
|
+
if (superClass) _set_prototype_of(subClass, superClass);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function _interop_require_default(obj) {
|
|
70
70
|
return obj && obj.__esModule ? obj : {
|
|
71
71
|
default: obj
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
function
|
|
75
|
-
if (call && (
|
|
74
|
+
function _possible_constructor_return(self, call) {
|
|
75
|
+
if (call && (_type_of(call) === "object" || typeof call === "function")) {
|
|
76
76
|
return call;
|
|
77
77
|
}
|
|
78
|
-
return
|
|
78
|
+
return _assert_this_initialized(self);
|
|
79
79
|
}
|
|
80
|
-
function
|
|
81
|
-
|
|
80
|
+
function _set_prototype_of(o, p) {
|
|
81
|
+
_set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
82
82
|
o.__proto__ = p;
|
|
83
83
|
return o;
|
|
84
84
|
};
|
|
85
|
-
return
|
|
85
|
+
return _set_prototype_of(o, p);
|
|
86
86
|
}
|
|
87
|
-
|
|
87
|
+
function _type_of(obj) {
|
|
88
88
|
"@swc/helpers - typeof";
|
|
89
89
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
90
|
-
}
|
|
91
|
-
function
|
|
90
|
+
}
|
|
91
|
+
function _is_native_reflect_construct() {
|
|
92
92
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
93
93
|
if (Reflect.construct.sham) return false;
|
|
94
94
|
if (typeof Proxy === "function") return true;
|
|
@@ -99,27 +99,27 @@ function _isNativeReflectConstruct() {
|
|
|
99
99
|
return false;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
function
|
|
103
|
-
var hasNativeReflectConstruct =
|
|
102
|
+
function _create_super(Derived) {
|
|
103
|
+
var hasNativeReflectConstruct = _is_native_reflect_construct();
|
|
104
104
|
return function _createSuperInternal() {
|
|
105
|
-
var Super =
|
|
105
|
+
var Super = _get_prototype_of(Derived), result;
|
|
106
106
|
if (hasNativeReflectConstruct) {
|
|
107
|
-
var NewTarget =
|
|
107
|
+
var NewTarget = _get_prototype_of(this).constructor;
|
|
108
108
|
result = Reflect.construct(Super, arguments, NewTarget);
|
|
109
109
|
} else {
|
|
110
110
|
result = Super.apply(this, arguments);
|
|
111
111
|
}
|
|
112
|
-
return
|
|
112
|
+
return _possible_constructor_return(this, result);
|
|
113
113
|
};
|
|
114
114
|
}
|
|
115
115
|
var ContentTextarea = /*#__PURE__*/ function(Textarea) {
|
|
116
116
|
_inherits(ContentTextarea, Textarea);
|
|
117
|
-
var _super =
|
|
117
|
+
var _super = _create_super(ContentTextarea);
|
|
118
118
|
function ContentTextarea() {
|
|
119
|
-
|
|
119
|
+
_class_call_check(this, ContentTextarea);
|
|
120
120
|
return _super.apply(this, arguments);
|
|
121
121
|
}
|
|
122
|
-
|
|
122
|
+
_create_class(ContentTextarea, [
|
|
123
123
|
{
|
|
124
124
|
key: "getContent",
|
|
125
125
|
value: function getContent() {
|
|
@@ -147,9 +147,9 @@ var ContentTextarea = /*#__PURE__*/ function(Textarea) {
|
|
|
147
147
|
]);
|
|
148
148
|
return ContentTextarea;
|
|
149
149
|
}(_textarea.default);
|
|
150
|
-
|
|
150
|
+
_define_property(ContentTextarea, "defaultProperties", {
|
|
151
151
|
className: "content",
|
|
152
152
|
spellCheck: "false"
|
|
153
153
|
});
|
|
154
154
|
|
|
155
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
155
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9leGFtcGxlL3RleHRhcmVhL2NvbnRlbnQuanMiLCI8PGpzeC1jb25maWctcHJhZ21hLmpzPj4iXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5cbmltcG9ydCBUZXh0YXJlYSBmcm9tIFwiLi4vdGV4dGFyZWFcIjtcblxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgQ29udGVudFRleHRhcmVhIGV4dGVuZHMgVGV4dGFyZWEge1xuICBnZXRDb250ZW50KCkge1xuICAgIGNvbnN0IHZhbHVlID0gdGhpcy5nZXRWYWx1ZSgpLFxuICAgICAgICAgIGNvbnRlbnQgPSB2YWx1ZTsgLy8vXG5cbiAgICByZXR1cm4gY29udGVudDtcbiAgfVxuXG4gIHNldENvbnRlbnQoY29udGVudCkge1xuICAgIGNvbnN0IHZhbHVlID0gY29udGVudDtcblxuICAgIHRoaXMuc2V0VmFsdWUodmFsdWUpO1xuICB9XG5cbiAgcGFyZW50Q29udGV4dCgpIHtcbiAgICBjb25zdCBnZXRDb250ZW50ID0gdGhpcy5nZXRDb250ZW50LmJpbmQodGhpcyksXG4gICAgICAgICAgc2V0Q29udGVudCA9IHRoaXMuc2V0Q29udGVudC5iaW5kKHRoaXMpO1xuXG4gICAgcmV0dXJuICh7XG4gICAgICBnZXRDb250ZW50LFxuICAgICAgc2V0Q29udGVudFxuICAgIH0pO1xuICB9XG5cbiAgc3RhdGljIGRlZmF1bHRQcm9wZXJ0aWVzID0ge1xuICAgIGNsYXNzTmFtZTogXCJjb250ZW50XCIsXG4gICAgc3BlbGxDaGVjazogXCJmYWxzZVwiXG4gIH07XG59XG4iLCJSZWFjdC5jcmVhdGVFbGVtZW50Il0sIm5hbWVzIjpbIkNvbnRlbnRUZXh0YXJlYSIsImdldENvbnRlbnQiLCJ2YWx1ZSIsImdldFZhbHVlIiwiY29udGVudCIsInNldENvbnRlbnQiLCJzZXRWYWx1ZSIsInBhcmVudENvbnRleHQiLCJiaW5kIiwiVGV4dGFyZWEiLCJkZWZhdWx0UHJvcGVydGllcyIsImNsYXNzTmFtZSIsInNwZWxsQ2hlY2siXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7O2VBSXFCQTs7OytEQUZBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUVOLElBQUEsQUFBTUEsZ0NBQU47Y0FBTUE7K0JBQUFBO2FBQUFBO2dDQUFBQTs7O2tCQUFBQTs7WUFDbkJDLEtBQUFBO21CQUFBQSxTQUFBQSxhQUFhO2dCQUNYLElBQU1DLFFBQVEsSUFBSSxDQUFDQyxRQUFRLElBQ3JCQyxVQUFVRixPQUFPLEdBQUc7Z0JBRTFCLE9BQU9FO1lBQ1Q7OztZQUVBQyxLQUFBQTttQkFBQUEsU0FBQUEsV0FBV0QsT0FBTyxFQUFFO2dCQUNsQixJQUFNRixRQUFRRTtnQkFFZCxJQUFJLENBQUNFLFFBQVEsQ0FBQ0o7WUFDaEI7OztZQUVBSyxLQUFBQTttQkFBQUEsU0FBQUEsZ0JBQWdCO2dCQUNkLElBQU1OLGFBQWEsSUFBSSxDQUFDQSxVQUFVLENBQUNPLElBQUksQ0FBQyxJQUFJLEdBQ3RDSCxhQUFhLElBQUksQ0FBQ0EsVUFBVSxDQUFDRyxJQUFJLENBQUMsSUFBSTtnQkFFNUMsT0FBUTtvQkFDTlAsWUFBQUE7b0JBQ0FJLFlBQUFBO2dCQUNGO1lBQ0Y7OztXQXRCbUJMO0VBQXdCUyxpQkFBUTtBQXdCbkQsaUJBeEJtQlQsaUJBd0JaVSxxQkFBb0I7SUFDekJDLFdBQVc7SUFDWEMsWUFBWTtBQUNkIn0=
|