easy-drag-and-drop 1.3.16 → 1.3.17

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.
@@ -8,43 +8,32 @@ Object.defineProperty(exports, "default", {
8
8
  return _default;
9
9
  }
10
10
  });
11
- var _easyWithStyle = /*#__PURE__*/ _interopRequireDefault(require("easy-with-style"));
11
+ var _easywithstyle = /*#__PURE__*/ _interop_require_default(require("easy-with-style"));
12
12
  var _easy = require("easy");
13
- var _drag = /*#__PURE__*/ _interopRequireDefault(require("../mixins/drag"));
14
- function _assertThisInitialized(self) {
13
+ var _drag = /*#__PURE__*/ _interop_require_default(require("../mixins/drag"));
14
+ function _assert_this_initialized(self) {
15
15
  if (self === void 0) {
16
16
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
17
17
  }
18
18
  return self;
19
19
  }
20
- function _classCallCheck(instance, Constructor) {
20
+ function _class_call_check(instance, Constructor) {
21
21
  if (!(instance instanceof Constructor)) {
22
22
  throw new TypeError("Cannot call a class as a function");
23
23
  }
24
24
  }
25
- function isNativeReflectConstruct() {
26
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
27
- if (Reflect.construct.sham) return false;
28
- if (typeof Proxy === "function") return true;
29
- try {
30
- Date.prototype.toString.call(Reflect.construct(Date, [], function() {}));
31
- return true;
32
- } catch (e) {
33
- return false;
34
- }
35
- }
36
25
  function _construct(Parent, args, Class) {
37
- if (isNativeReflectConstruct()) {
26
+ if (_is_native_reflect_construct()) {
38
27
  _construct = Reflect.construct;
39
28
  } else {
40
- _construct = function _construct(Parent, args, Class) {
29
+ _construct = function construct(Parent, args, Class) {
41
30
  var a = [
42
31
  null
43
32
  ];
44
33
  a.push.apply(a, args);
45
34
  var Constructor = Function.bind.apply(Parent, a);
46
35
  var instance = new Constructor();
47
- if (Class) _setPrototypeOf(instance, Class.prototype);
36
+ if (Class) _set_prototype_of(instance, Class.prototype);
48
37
  return instance;
49
38
  };
50
39
  }
@@ -59,12 +48,12 @@ function _defineProperties(target, props) {
59
48
  Object.defineProperty(target, descriptor.key, descriptor);
60
49
  }
61
50
  }
62
- function _createClass(Constructor, protoProps, staticProps) {
51
+ function _create_class(Constructor, protoProps, staticProps) {
63
52
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
64
53
  if (staticProps) _defineProperties(Constructor, staticProps);
65
54
  return Constructor;
66
55
  }
67
- function _defineProperty(obj, key, value) {
56
+ function _define_property(obj, key, value) {
68
57
  if (key in obj) {
69
58
  Object.defineProperty(obj, key, {
70
59
  value: value,
@@ -77,11 +66,11 @@ function _defineProperty(obj, key, value) {
77
66
  }
78
67
  return obj;
79
68
  }
80
- function _getPrototypeOf(o) {
81
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
69
+ function _get_prototype_of(o) {
70
+ _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
82
71
  return o.__proto__ || Object.getPrototypeOf(o);
83
72
  };
84
- return _getPrototypeOf(o);
73
+ return _get_prototype_of(o);
85
74
  }
86
75
  function _inherits(subClass, superClass) {
87
76
  if (typeof superClass !== "function" && superClass !== null) {
@@ -94,30 +83,30 @@ function _inherits(subClass, superClass) {
94
83
  configurable: true
95
84
  }
96
85
  });
97
- if (superClass) _setPrototypeOf(subClass, superClass);
86
+ if (superClass) _set_prototype_of(subClass, superClass);
98
87
  }
99
- function _interopRequireDefault(obj) {
88
+ function _interop_require_default(obj) {
100
89
  return obj && obj.__esModule ? obj : {
101
90
  default: obj
102
91
  };
103
92
  }
104
- function _isNativeFunction(fn) {
93
+ function _is_native_function(fn) {
105
94
  return Function.toString.call(fn).indexOf("[native code]") !== -1;
106
95
  }
107
- function _possibleConstructorReturn(self, call) {
108
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
96
+ function _possible_constructor_return(self, call) {
97
+ if (call && (_type_of(call) === "object" || typeof call === "function")) {
109
98
  return call;
110
99
  }
111
- return _assertThisInitialized(self);
100
+ return _assert_this_initialized(self);
112
101
  }
113
- function _setPrototypeOf(o, p) {
114
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
102
+ function _set_prototype_of(o, p) {
103
+ _set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
115
104
  o.__proto__ = p;
116
105
  return o;
117
106
  };
118
- return _setPrototypeOf(o, p);
107
+ return _set_prototype_of(o, p);
119
108
  }
120
- function _taggedTemplateLiteral(strings, raw) {
109
+ function _tagged_template_literal(strings, raw) {
121
110
  if (!raw) {
122
111
  raw = strings.slice(0);
123
112
  }
@@ -127,14 +116,14 @@ function _taggedTemplateLiteral(strings, raw) {
127
116
  }
128
117
  }));
129
118
  }
130
- var _typeof = function(obj) {
119
+ function _type_of(obj) {
131
120
  "@swc/helpers - typeof";
132
121
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
133
- };
134
- function _wrapNativeSuper(Class) {
122
+ }
123
+ function _wrap_native_super(Class) {
135
124
  var _cache = typeof Map === "function" ? new Map() : undefined;
136
- _wrapNativeSuper = function _wrapNativeSuper(Class) {
137
- if (Class === null || !_isNativeFunction(Class)) return Class;
125
+ _wrap_native_super = function wrapNativeSuper(Class) {
126
+ if (Class === null || !_is_native_function(Class)) return Class;
138
127
  if (typeof Class !== "function") {
139
128
  throw new TypeError("Super expression must either be null or a function");
140
129
  }
@@ -143,7 +132,7 @@ function _wrapNativeSuper(Class) {
143
132
  _cache.set(Class, Wrapper);
144
133
  }
145
134
  function Wrapper() {
146
- return _construct(Class, arguments, _getPrototypeOf(this).constructor);
135
+ return _construct(Class, arguments, _get_prototype_of(this).constructor);
147
136
  }
148
137
  Wrapper.prototype = Object.create(Class.prototype, {
149
138
  constructor: {
@@ -153,11 +142,11 @@ function _wrapNativeSuper(Class) {
153
142
  configurable: true
154
143
  }
155
144
  });
156
- return _setPrototypeOf(Wrapper, Class);
145
+ return _set_prototype_of(Wrapper, Class);
157
146
  };
158
- return _wrapNativeSuper(Class);
147
+ return _wrap_native_super(Class);
159
148
  }
160
- function _isNativeReflectConstruct() {
149
+ function _is_native_reflect_construct() {
161
150
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
162
151
  if (Reflect.construct.sham) return false;
163
152
  if (typeof Proxy === "function") return true;
@@ -168,21 +157,21 @@ function _isNativeReflectConstruct() {
168
157
  return false;
169
158
  }
170
159
  }
171
- function _createSuper(Derived) {
172
- var hasNativeReflectConstruct = _isNativeReflectConstruct();
160
+ function _create_super(Derived) {
161
+ var hasNativeReflectConstruct = _is_native_reflect_construct();
173
162
  return function _createSuperInternal() {
174
- var Super = _getPrototypeOf(Derived), result;
163
+ var Super = _get_prototype_of(Derived), result;
175
164
  if (hasNativeReflectConstruct) {
176
- var NewTarget = _getPrototypeOf(this).constructor;
165
+ var NewTarget = _get_prototype_of(this).constructor;
177
166
  result = Reflect.construct(Super, arguments, NewTarget);
178
167
  } else {
179
168
  result = Super.apply(this, arguments);
180
169
  }
181
- return _possibleConstructorReturn(this, result);
170
+ return _possible_constructor_return(this, result);
182
171
  };
183
172
  }
184
173
  function _templateObject() {
185
- var data = _taggedTemplateLiteral([
174
+ var data = _tagged_template_literal([
186
175
  "\n\n .dragging {\n z-index: 1;\n position: fixed;\n pointer-events: none;\n }\n \n"
187
176
  ]);
188
177
  _templateObject = function _templateObject() {
@@ -192,12 +181,12 @@ function _templateObject() {
192
181
  }
193
182
  var DragElement = /*#__PURE__*/ function(Element) {
194
183
  _inherits(DragElement, Element);
195
- var _super = _createSuper(DragElement);
184
+ var _super = _create_super(DragElement);
196
185
  function DragElement() {
197
- _classCallCheck(this, DragElement);
186
+ _class_call_check(this, DragElement);
198
187
  return _super.apply(this, arguments);
199
188
  }
200
- _createClass(DragElement, [
189
+ _create_class(DragElement, [
201
190
  {
202
191
  key: "didMount",
203
192
  value: function didMount() {
@@ -212,13 +201,13 @@ var DragElement = /*#__PURE__*/ function(Element) {
212
201
  }
213
202
  ]);
214
203
  return DragElement;
215
- }(_wrapNativeSuper(_easy.Element));
216
- _defineProperty(DragElement, "ignoredProperties", [
204
+ }(_wrap_native_super(_easy.Element));
205
+ _define_property(DragElement, "ignoredProperties", [
217
206
  "onDrag",
218
207
  "onStartDrag",
219
208
  "offStartDrag"
220
209
  ]);
221
210
  Object.assign(DragElement.prototype, _drag.default);
222
- var _default = (0, _easyWithStyle.default)(DragElement)(_templateObject());
211
+ var _default = (0, _easywithstyle.default)(DragElement)(_templateObject());
223
212
 
224
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9lbGVtZW50L2RyYWcuanMiXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5cbmltcG9ydCB3aXRoU3R5bGUgZnJvbSBcImVhc3ktd2l0aC1zdHlsZVwiO1xuXG5pbXBvcnQgeyBFbGVtZW50IH0gZnJvbSBcImVhc3lcIjtcblxuaW1wb3J0IGRyYWdNaXhpbnMgZnJvbSBcIi4uL21peGlucy9kcmFnXCI7XG5cbmNsYXNzIERyYWdFbGVtZW50IGV4dGVuZHMgRWxlbWVudCB7XG4gIGRpZE1vdW50KCkge1xuICAgIHRoaXMuZW5hYmxlRHJhZygpO1xuICB9XG5cbiAgd2lsbFVubW91bnQoKSB7XG4gICAgdGhpcy5kaXNhYmxlRHJhZygpO1xuICB9XG5cbiAgc3RhdGljIGlnbm9yZWRQcm9wZXJ0aWVzID0gW1xuICAgIFwib25EcmFnXCIsXG4gICAgXCJvblN0YXJ0RHJhZ1wiLFxuICAgIFwib2ZmU3RhcnREcmFnXCJcbiAgXTtcbn1cblxuT2JqZWN0LmFzc2lnbihEcmFnRWxlbWVudC5wcm90b3R5cGUsIGRyYWdNaXhpbnMpO1xuXG5leHBvcnQgZGVmYXVsdCB3aXRoU3R5bGUoRHJhZ0VsZW1lbnQpYFxuXG4gIC5kcmFnZ2luZyB7XG4gICAgei1pbmRleDogMTtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gIH1cbiAgXG5gO1xuIl0sIm5hbWVzIjpbIkRyYWdFbGVtZW50IiwiZGlkTW91bnQiLCJlbmFibGVEcmFnIiwid2lsbFVubW91bnQiLCJkaXNhYmxlRHJhZyIsIkVsZW1lbnQiLCJpZ25vcmVkUHJvcGVydGllcyIsIk9iamVjdCIsImFzc2lnbiIsInByb3RvdHlwZSIsImRyYWdNaXhpbnMiLCJ3aXRoU3R5bGUiXSwibWFwcGluZ3MiOiJBQUFBOzs7OytCQTBCQTs7O2VBQUE7OztrRUF4QnNCO29CQUVFO3lEQUVEOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFdkIsSUFBQSxBQUFNQSw0QkFnQkgsQUFoQkg7Y0FBTUE7OEJBQUFBO2FBQUFBOzhCQUFBQTs7O2lCQUFBQTs7WUFDSkMsS0FBQUE7bUJBQUFBLFNBQUFBLFdBQVc7Z0JBQ1QsSUFBSSxDQUFDQyxVQUFVO1lBQ2pCOzs7WUFFQUMsS0FBQUE7bUJBQUFBLFNBQUFBLGNBQWM7Z0JBQ1osSUFBSSxDQUFDQyxXQUFXO1lBQ2xCOzs7V0FQSUo7bUJBQW9CSyxhQUFPO0FBUy9CLGdCQVRJTCxhQVNHTSxxQkFBb0I7SUFDekI7SUFDQTtJQUNBO0NBQ0Q7QUFHSEMsT0FBT0MsTUFBTSxDQUFDUixZQUFZUyxTQUFTLEVBQUVDLGFBQVU7SUFFL0MsV0FBZUMsSUFBQUEsc0JBQVMsRUFBQ1gifQ==
213
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9lbGVtZW50L2RyYWcuanMiXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5cbmltcG9ydCB3aXRoU3R5bGUgZnJvbSBcImVhc3ktd2l0aC1zdHlsZVwiO1xuXG5pbXBvcnQgeyBFbGVtZW50IH0gZnJvbSBcImVhc3lcIjtcblxuaW1wb3J0IGRyYWdNaXhpbnMgZnJvbSBcIi4uL21peGlucy9kcmFnXCI7XG5cbmNsYXNzIERyYWdFbGVtZW50IGV4dGVuZHMgRWxlbWVudCB7XG4gIGRpZE1vdW50KCkge1xuICAgIHRoaXMuZW5hYmxlRHJhZygpO1xuICB9XG5cbiAgd2lsbFVubW91bnQoKSB7XG4gICAgdGhpcy5kaXNhYmxlRHJhZygpO1xuICB9XG5cbiAgc3RhdGljIGlnbm9yZWRQcm9wZXJ0aWVzID0gW1xuICAgIFwib25EcmFnXCIsXG4gICAgXCJvblN0YXJ0RHJhZ1wiLFxuICAgIFwib2ZmU3RhcnREcmFnXCJcbiAgXTtcbn1cblxuT2JqZWN0LmFzc2lnbihEcmFnRWxlbWVudC5wcm90b3R5cGUsIGRyYWdNaXhpbnMpO1xuXG5leHBvcnQgZGVmYXVsdCB3aXRoU3R5bGUoRHJhZ0VsZW1lbnQpYFxuXG4gIC5kcmFnZ2luZyB7XG4gICAgei1pbmRleDogMTtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gIH1cbiAgXG5gO1xuIl0sIm5hbWVzIjpbIkRyYWdFbGVtZW50IiwiZGlkTW91bnQiLCJlbmFibGVEcmFnIiwid2lsbFVubW91bnQiLCJkaXNhYmxlRHJhZyIsIkVsZW1lbnQiLCJpZ25vcmVkUHJvcGVydGllcyIsIk9iamVjdCIsImFzc2lnbiIsInByb3RvdHlwZSIsImRyYWdNaXhpbnMiLCJ3aXRoU3R5bGUiXSwibWFwcGluZ3MiOiJBQUFBOzs7OytCQTBCQTs7O2VBQUE7OztvRUF4QnNCO29CQUVFOzJEQUVEOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRXZCLElBQUEsQUFBTUEsNEJBZ0JILEFBaEJIO2NBQU1BOytCQUFBQTthQUFBQTtnQ0FBQUE7OztrQkFBQUE7O1lBQ0pDLEtBQUFBO21CQUFBQSxTQUFBQSxXQUFXO2dCQUNULElBQUksQ0FBQ0MsVUFBVTtZQUNqQjs7O1lBRUFDLEtBQUFBO21CQUFBQSxTQUFBQSxjQUFjO2dCQUNaLElBQUksQ0FBQ0MsV0FBVztZQUNsQjs7O1dBUElKO3FCQUFvQkssYUFBTztBQVMvQixpQkFUSUwsYUFTR00scUJBQW9CO0lBQ3pCO0lBQ0E7SUFDQTtDQUNEO0FBR0hDLE9BQU9DLE1BQU0sQ0FBQ1IsWUFBWVMsU0FBUyxFQUFFQyxhQUFVO0lBRS9DLFdBQWVDLElBQUFBLHNCQUFTLEVBQUNYIn0=
@@ -9,41 +9,30 @@ Object.defineProperty(exports, "default", {
9
9
  }
10
10
  });
11
11
  var _easy = require("easy");
12
- var _drop = /*#__PURE__*/ _interopRequireDefault(require("../mixins/drop"));
13
- function _assertThisInitialized(self) {
12
+ var _drop = /*#__PURE__*/ _interop_require_default(require("../mixins/drop"));
13
+ function _assert_this_initialized(self) {
14
14
  if (self === void 0) {
15
15
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
16
16
  }
17
17
  return self;
18
18
  }
19
- function _classCallCheck(instance, Constructor) {
19
+ function _class_call_check(instance, Constructor) {
20
20
  if (!(instance instanceof Constructor)) {
21
21
  throw new TypeError("Cannot call a class as a function");
22
22
  }
23
23
  }
24
- function isNativeReflectConstruct() {
25
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
26
- if (Reflect.construct.sham) return false;
27
- if (typeof Proxy === "function") return true;
28
- try {
29
- Date.prototype.toString.call(Reflect.construct(Date, [], function() {}));
30
- return true;
31
- } catch (e) {
32
- return false;
33
- }
34
- }
35
24
  function _construct(Parent, args, Class) {
36
- if (isNativeReflectConstruct()) {
25
+ if (_is_native_reflect_construct()) {
37
26
  _construct = Reflect.construct;
38
27
  } else {
39
- _construct = function _construct(Parent, args, Class) {
28
+ _construct = function construct(Parent, args, Class) {
40
29
  var a = [
41
30
  null
42
31
  ];
43
32
  a.push.apply(a, args);
44
33
  var Constructor = Function.bind.apply(Parent, a);
45
34
  var instance = new Constructor();
46
- if (Class) _setPrototypeOf(instance, Class.prototype);
35
+ if (Class) _set_prototype_of(instance, Class.prototype);
47
36
  return instance;
48
37
  };
49
38
  }
@@ -58,12 +47,12 @@ function _defineProperties(target, props) {
58
47
  Object.defineProperty(target, descriptor.key, descriptor);
59
48
  }
60
49
  }
61
- function _createClass(Constructor, protoProps, staticProps) {
50
+ function _create_class(Constructor, protoProps, staticProps) {
62
51
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
63
52
  if (staticProps) _defineProperties(Constructor, staticProps);
64
53
  return Constructor;
65
54
  }
66
- function _defineProperty(obj, key, value) {
55
+ function _define_property(obj, key, value) {
67
56
  if (key in obj) {
68
57
  Object.defineProperty(obj, key, {
69
58
  value: value,
@@ -76,11 +65,11 @@ function _defineProperty(obj, key, value) {
76
65
  }
77
66
  return obj;
78
67
  }
79
- function _getPrototypeOf(o) {
80
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
68
+ function _get_prototype_of(o) {
69
+ _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
81
70
  return o.__proto__ || Object.getPrototypeOf(o);
82
71
  };
83
- return _getPrototypeOf(o);
72
+ return _get_prototype_of(o);
84
73
  }
85
74
  function _inherits(subClass, superClass) {
86
75
  if (typeof superClass !== "function" && superClass !== null) {
@@ -93,37 +82,37 @@ function _inherits(subClass, superClass) {
93
82
  configurable: true
94
83
  }
95
84
  });
96
- if (superClass) _setPrototypeOf(subClass, superClass);
85
+ if (superClass) _set_prototype_of(subClass, superClass);
97
86
  }
98
- function _interopRequireDefault(obj) {
87
+ function _interop_require_default(obj) {
99
88
  return obj && obj.__esModule ? obj : {
100
89
  default: obj
101
90
  };
102
91
  }
103
- function _isNativeFunction(fn) {
92
+ function _is_native_function(fn) {
104
93
  return Function.toString.call(fn).indexOf("[native code]") !== -1;
105
94
  }
106
- function _possibleConstructorReturn(self, call) {
107
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
95
+ function _possible_constructor_return(self, call) {
96
+ if (call && (_type_of(call) === "object" || typeof call === "function")) {
108
97
  return call;
109
98
  }
110
- return _assertThisInitialized(self);
99
+ return _assert_this_initialized(self);
111
100
  }
112
- function _setPrototypeOf(o, p) {
113
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
101
+ function _set_prototype_of(o, p) {
102
+ _set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
114
103
  o.__proto__ = p;
115
104
  return o;
116
105
  };
117
- return _setPrototypeOf(o, p);
106
+ return _set_prototype_of(o, p);
118
107
  }
119
- var _typeof = function(obj) {
108
+ function _type_of(obj) {
120
109
  "@swc/helpers - typeof";
121
110
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
122
- };
123
- function _wrapNativeSuper(Class) {
111
+ }
112
+ function _wrap_native_super(Class) {
124
113
  var _cache = typeof Map === "function" ? new Map() : undefined;
125
- _wrapNativeSuper = function _wrapNativeSuper(Class) {
126
- if (Class === null || !_isNativeFunction(Class)) return Class;
114
+ _wrap_native_super = function wrapNativeSuper(Class) {
115
+ if (Class === null || !_is_native_function(Class)) return Class;
127
116
  if (typeof Class !== "function") {
128
117
  throw new TypeError("Super expression must either be null or a function");
129
118
  }
@@ -132,7 +121,7 @@ function _wrapNativeSuper(Class) {
132
121
  _cache.set(Class, Wrapper);
133
122
  }
134
123
  function Wrapper() {
135
- return _construct(Class, arguments, _getPrototypeOf(this).constructor);
124
+ return _construct(Class, arguments, _get_prototype_of(this).constructor);
136
125
  }
137
126
  Wrapper.prototype = Object.create(Class.prototype, {
138
127
  constructor: {
@@ -142,11 +131,11 @@ function _wrapNativeSuper(Class) {
142
131
  configurable: true
143
132
  }
144
133
  });
145
- return _setPrototypeOf(Wrapper, Class);
134
+ return _set_prototype_of(Wrapper, Class);
146
135
  };
147
- return _wrapNativeSuper(Class);
136
+ return _wrap_native_super(Class);
148
137
  }
149
- function _isNativeReflectConstruct() {
138
+ function _is_native_reflect_construct() {
150
139
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
151
140
  if (Reflect.construct.sham) return false;
152
141
  if (typeof Proxy === "function") return true;
@@ -157,27 +146,27 @@ function _isNativeReflectConstruct() {
157
146
  return false;
158
147
  }
159
148
  }
160
- function _createSuper(Derived) {
161
- var hasNativeReflectConstruct = _isNativeReflectConstruct();
149
+ function _create_super(Derived) {
150
+ var hasNativeReflectConstruct = _is_native_reflect_construct();
162
151
  return function _createSuperInternal() {
163
- var Super = _getPrototypeOf(Derived), result;
152
+ var Super = _get_prototype_of(Derived), result;
164
153
  if (hasNativeReflectConstruct) {
165
- var NewTarget = _getPrototypeOf(this).constructor;
154
+ var NewTarget = _get_prototype_of(this).constructor;
166
155
  result = Reflect.construct(Super, arguments, NewTarget);
167
156
  } else {
168
157
  result = Super.apply(this, arguments);
169
158
  }
170
- return _possibleConstructorReturn(this, result);
159
+ return _possible_constructor_return(this, result);
171
160
  };
172
161
  }
173
162
  var DropElement = /*#__PURE__*/ function(Element) {
174
163
  _inherits(DropElement, Element);
175
- var _super = _createSuper(DropElement);
164
+ var _super = _create_super(DropElement);
176
165
  function DropElement() {
177
- _classCallCheck(this, DropElement);
166
+ _class_call_check(this, DropElement);
178
167
  return _super.apply(this, arguments);
179
168
  }
180
- _createClass(DropElement, [
169
+ _create_class(DropElement, [
181
170
  {
182
171
  key: "didMount",
183
172
  value: function didMount() {
@@ -192,12 +181,12 @@ var DropElement = /*#__PURE__*/ function(Element) {
192
181
  }
193
182
  ]);
194
183
  return DropElement;
195
- }(_wrapNativeSuper(_easy.Element));
196
- _defineProperty(DropElement, "ignoredProperties", [
184
+ }(_wrap_native_super(_easy.Element));
185
+ _define_property(DropElement, "ignoredProperties", [
197
186
  "onDrop",
198
187
  "onDragOut",
199
188
  "onDragOver"
200
189
  ]);
201
190
  Object.assign(DropElement.prototype, _drop.default);
202
191
 
203
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9lbGVtZW50L2Ryb3AuanMiXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5cbmltcG9ydCB7IEVsZW1lbnQgfSBmcm9tIFwiZWFzeVwiO1xuXG5pbXBvcnQgZHJvcE1peGlucyBmcm9tIFwiLi4vbWl4aW5zL2Ryb3BcIjtcblxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgRHJvcEVsZW1lbnQgZXh0ZW5kcyBFbGVtZW50IHtcbiAgZGlkTW91bnQoKSB7XG4gICAgdGhpcy5lbmFibGVEcm9wKCk7XG4gIH1cblxuICB3aWxsVW5tb3VudCgpIHtcbiAgICB0aGlzLmRpc2FibGVEcm9wKCk7XG4gIH1cblxuICBzdGF0aWMgaWdub3JlZFByb3BlcnRpZXMgPSBbXG4gICAgXCJvbkRyb3BcIixcbiAgICBcIm9uRHJhZ091dFwiLFxuICAgIFwib25EcmFnT3ZlclwiXG4gIF07XG59XG5cbk9iamVjdC5hc3NpZ24oRHJvcEVsZW1lbnQucHJvdG90eXBlLCBkcm9wTWl4aW5zKTtcbiJdLCJuYW1lcyI6WyJEcm9wRWxlbWVudCIsImRpZE1vdW50IiwiZW5hYmxlRHJvcCIsIndpbGxVbm1vdW50IiwiZGlzYWJsZURyb3AiLCJFbGVtZW50IiwiaWdub3JlZFByb3BlcnRpZXMiLCJPYmplY3QiLCJhc3NpZ24iLCJwcm90b3R5cGUiLCJkcm9wTWl4aW5zIl0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7OztlQU1xQkE7OztvQkFKRzt5REFFRDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFUixJQUFBLEFBQU1BLDRCQWdCbEIsQUFoQlk7Y0FBTUE7OEJBQUFBO2FBQUFBOzhCQUFBQTs7O2lCQUFBQTs7WUFDbkJDLEtBQUFBO21CQUFBQSxTQUFBQSxXQUFXO2dCQUNULElBQUksQ0FBQ0MsVUFBVTtZQUNqQjs7O1lBRUFDLEtBQUFBO21CQUFBQSxTQUFBQSxjQUFjO2dCQUNaLElBQUksQ0FBQ0MsV0FBVztZQUNsQjs7O1dBUG1CSjttQkFBb0JLLGFBQU87QUFTOUMsZ0JBVG1CTCxhQVNaTSxxQkFBb0I7SUFDekI7SUFDQTtJQUNBO0NBQ0Q7QUFHSEMsT0FBT0MsTUFBTSxDQUFDUixZQUFZUyxTQUFTLEVBQUVDLGFBQVUifQ==
192
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9lbGVtZW50L2Ryb3AuanMiXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5cbmltcG9ydCB7IEVsZW1lbnQgfSBmcm9tIFwiZWFzeVwiO1xuXG5pbXBvcnQgZHJvcE1peGlucyBmcm9tIFwiLi4vbWl4aW5zL2Ryb3BcIjtcblxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgRHJvcEVsZW1lbnQgZXh0ZW5kcyBFbGVtZW50IHtcbiAgZGlkTW91bnQoKSB7XG4gICAgdGhpcy5lbmFibGVEcm9wKCk7XG4gIH1cblxuICB3aWxsVW5tb3VudCgpIHtcbiAgICB0aGlzLmRpc2FibGVEcm9wKCk7XG4gIH1cblxuICBzdGF0aWMgaWdub3JlZFByb3BlcnRpZXMgPSBbXG4gICAgXCJvbkRyb3BcIixcbiAgICBcIm9uRHJhZ091dFwiLFxuICAgIFwib25EcmFnT3ZlclwiXG4gIF07XG59XG5cbk9iamVjdC5hc3NpZ24oRHJvcEVsZW1lbnQucHJvdG90eXBlLCBkcm9wTWl4aW5zKTtcbiJdLCJuYW1lcyI6WyJEcm9wRWxlbWVudCIsImRpZE1vdW50IiwiZW5hYmxlRHJvcCIsIndpbGxVbm1vdW50IiwiZGlzYWJsZURyb3AiLCJFbGVtZW50IiwiaWdub3JlZFByb3BlcnRpZXMiLCJPYmplY3QiLCJhc3NpZ24iLCJwcm90b3R5cGUiLCJkcm9wTWl4aW5zIl0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7OztlQU1xQkE7OztvQkFKRzsyREFFRDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRVIsSUFBQSxBQUFNQSw0QkFnQmxCLEFBaEJZO2NBQU1BOytCQUFBQTthQUFBQTtnQ0FBQUE7OztrQkFBQUE7O1lBQ25CQyxLQUFBQTttQkFBQUEsU0FBQUEsV0FBVztnQkFDVCxJQUFJLENBQUNDLFVBQVU7WUFDakI7OztZQUVBQyxLQUFBQTttQkFBQUEsU0FBQUEsY0FBYztnQkFDWixJQUFJLENBQUNDLFdBQVc7WUFDbEI7OztXQVBtQko7cUJBQW9CSyxhQUFPO0FBUzlDLGlCQVRtQkwsYUFTWk0scUJBQW9CO0lBQ3pCO0lBQ0E7SUFDQTtDQUNEO0FBR0hDLE9BQU9DLE1BQU0sQ0FBQ1IsWUFBWVMsU0FBUyxFQUFFQyxhQUFVIn0=
@@ -8,17 +8,17 @@ Object.defineProperty(exports, "default", {
8
8
  return _default;
9
9
  }
10
10
  });
11
- var _easyWithStyle = /*#__PURE__*/ _interopRequireDefault(require("easy-with-style"));
11
+ var _easywithstyle = /*#__PURE__*/ _interop_require_default(require("easy-with-style"));
12
12
  var _easy = require("easy");
13
13
  var _index = require("../../index");
14
- var _style = /*#__PURE__*/ _interopRequireDefault(require("../style"));
15
- function _assertThisInitialized(self) {
14
+ var _style = /*#__PURE__*/ _interop_require_default(require("../style"));
15
+ function _assert_this_initialized(self) {
16
16
  if (self === void 0) {
17
17
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
18
18
  }
19
19
  return self;
20
20
  }
21
- function _classCallCheck(instance, Constructor) {
21
+ function _class_call_check(instance, Constructor) {
22
22
  if (!(instance instanceof Constructor)) {
23
23
  throw new TypeError("Cannot call a class as a function");
24
24
  }
@@ -32,12 +32,12 @@ function _defineProperties(target, props) {
32
32
  Object.defineProperty(target, descriptor.key, descriptor);
33
33
  }
34
34
  }
35
- function _createClass(Constructor, protoProps, staticProps) {
35
+ function _create_class(Constructor, protoProps, staticProps) {
36
36
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
37
37
  if (staticProps) _defineProperties(Constructor, staticProps);
38
38
  return Constructor;
39
39
  }
40
- function _defineProperty(obj, key, value) {
40
+ function _define_property(obj, key, value) {
41
41
  if (key in obj) {
42
42
  Object.defineProperty(obj, key, {
43
43
  value: value,
@@ -50,11 +50,11 @@ function _defineProperty(obj, key, value) {
50
50
  }
51
51
  return obj;
52
52
  }
53
- function _getPrototypeOf(o) {
54
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
53
+ function _get_prototype_of(o) {
54
+ _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
55
55
  return o.__proto__ || Object.getPrototypeOf(o);
56
56
  };
57
- return _getPrototypeOf(o);
57
+ return _get_prototype_of(o);
58
58
  }
59
59
  function _inherits(subClass, superClass) {
60
60
  if (typeof superClass !== "function" && superClass !== null) {
@@ -67,27 +67,27 @@ function _inherits(subClass, superClass) {
67
67
  configurable: true
68
68
  }
69
69
  });
70
- if (superClass) _setPrototypeOf(subClass, superClass);
70
+ if (superClass) _set_prototype_of(subClass, superClass);
71
71
  }
72
- function _interopRequireDefault(obj) {
72
+ function _interop_require_default(obj) {
73
73
  return obj && obj.__esModule ? obj : {
74
74
  default: obj
75
75
  };
76
76
  }
77
- function _possibleConstructorReturn(self, call) {
78
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
77
+ function _possible_constructor_return(self, call) {
78
+ if (call && (_type_of(call) === "object" || typeof call === "function")) {
79
79
  return call;
80
80
  }
81
- return _assertThisInitialized(self);
81
+ return _assert_this_initialized(self);
82
82
  }
83
- function _setPrototypeOf(o, p) {
84
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
83
+ function _set_prototype_of(o, p) {
84
+ _set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
85
85
  o.__proto__ = p;
86
86
  return o;
87
87
  };
88
- return _setPrototypeOf(o, p);
88
+ return _set_prototype_of(o, p);
89
89
  }
90
- function _taggedTemplateLiteral(strings, raw) {
90
+ function _tagged_template_literal(strings, raw) {
91
91
  if (!raw) {
92
92
  raw = strings.slice(0);
93
93
  }
@@ -97,11 +97,11 @@ function _taggedTemplateLiteral(strings, raw) {
97
97
  }
98
98
  }));
99
99
  }
100
- var _typeof = function(obj) {
100
+ function _type_of(obj) {
101
101
  "@swc/helpers - typeof";
102
102
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
103
- };
104
- function _isNativeReflectConstruct() {
103
+ }
104
+ function _is_native_reflect_construct() {
105
105
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
106
106
  if (Reflect.construct.sham) return false;
107
107
  if (typeof Proxy === "function") return true;
@@ -112,21 +112,21 @@ function _isNativeReflectConstruct() {
112
112
  return false;
113
113
  }
114
114
  }
115
- function _createSuper(Derived) {
116
- var hasNativeReflectConstruct = _isNativeReflectConstruct();
115
+ function _create_super(Derived) {
116
+ var hasNativeReflectConstruct = _is_native_reflect_construct();
117
117
  return function _createSuperInternal() {
118
- var Super = _getPrototypeOf(Derived), result;
118
+ var Super = _get_prototype_of(Derived), result;
119
119
  if (hasNativeReflectConstruct) {
120
- var NewTarget = _getPrototypeOf(this).constructor;
120
+ var NewTarget = _get_prototype_of(this).constructor;
121
121
  result = Reflect.construct(Super, arguments, NewTarget);
122
122
  } else {
123
123
  result = Super.apply(this, arguments);
124
124
  }
125
- return _possibleConstructorReturn(this, result);
125
+ return _possible_constructor_return(this, result);
126
126
  };
127
127
  }
128
128
  function _templateObject() {
129
- var data = _taggedTemplateLiteral([
129
+ var data = _tagged_template_literal([
130
130
  "\n\n ",
131
131
  "\n \n background-color: red;\n \n .dragging {\n z-index: 1;\n position: fixed;\n pointer-events: none;\n }\n\n"
132
132
  ]);
@@ -138,17 +138,17 @@ function _templateObject() {
138
138
  var DBLCLICK_EVENT_TYPE = _easy.eventTypes.DBLCLICK_EVENT_TYPE;
139
139
  var DragDiv = /*#__PURE__*/ function(DragElement) {
140
140
  _inherits(DragDiv, DragElement);
141
- var _super = _createSuper(DragDiv);
141
+ var _super = _create_super(DragDiv);
142
142
  function DragDiv() {
143
- _classCallCheck(this, DragDiv);
143
+ _class_call_check(this, DragDiv);
144
144
  var _this;
145
145
  _this = _super.apply(this, arguments);
146
- _defineProperty(_assertThisInitialized(_this), "doubleClickHandler", function(event, element) {
146
+ _define_property(_assert_this_initialized(_this), "doubleClickHandler", function(event, element) {
147
147
  console.log("double click!");
148
148
  });
149
149
  return _this;
150
150
  }
151
- _createClass(DragDiv, [
151
+ _create_class(DragDiv, [
152
152
  {
153
153
  key: "didMount",
154
154
  value: function didMount() {
@@ -172,11 +172,11 @@ var DragDiv = /*#__PURE__*/ function(DragElement) {
172
172
  ]);
173
173
  return DragDiv;
174
174
  }(_index.DragElement);
175
- _defineProperty(DragDiv, "tagName", "div");
176
- _defineProperty(DragDiv, "defaultProperties", {
175
+ _define_property(DragDiv, "tagName", "div");
176
+ _define_property(DragDiv, "defaultProperties", {
177
177
  className: "drag"
178
178
  });
179
179
  Object.assign(DragDiv.prototype, _index.dragMixins);
180
- var _default = (0, _easyWithStyle.default)(DragDiv)(_templateObject(), _style.default);
180
+ var _default = (0, _easywithstyle.default)(DragDiv)(_templateObject(), _style.default);
181
181
 
182
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9leGFtcGxlL2Rpdi9kcmFnLmpzIl0sInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuXG5pbXBvcnQgd2l0aFN0eWxlIGZyb20gXCJlYXN5LXdpdGgtc3R5bGVcIjtcblxuaW1wb3J0IHsgZXZlbnRUeXBlcyB9IGZyb20gXCJlYXN5XCI7XG5pbXBvcnQgeyBkcmFnTWl4aW5zLCBEcmFnRWxlbWVudCB9IGZyb20gXCIuLi8uLi9pbmRleFwiOyAvLy9cblxuaW1wb3J0IHN0eWxlIGZyb20gXCIuLi9zdHlsZVwiO1xuXG5jb25zdCB7IERCTENMSUNLX0VWRU5UX1RZUEUgfSA9IGV2ZW50VHlwZXM7XG5cbmNsYXNzIERyYWdEaXYgZXh0ZW5kcyBEcmFnRWxlbWVudCB7XG4gIGRvdWJsZUNsaWNrSGFuZGxlciA9IChldmVudCwgZWxlbWVudCkgPT4ge1xuICAgIGNvbnNvbGUubG9nKFwiZG91YmxlIGNsaWNrIVwiKVxuICB9XG5cbiAgZGlkTW91bnQoKSB7XG4gICAgdGhpcy5lbmFibGVEcmFnKCk7XG5cbiAgICB0aGlzLm9uKERCTENMSUNLX0VWRU5UX1RZUEUsIHRoaXMuZG91YmxlQ2xpY2tIYW5kbGVyLCB0aGlzKTtcbiAgfVxuXG4gIHdpbGxVbm1vdW50KCkge1xuICAgIHRoaXMub2ZmKERCTENMSUNLX0VWRU5UX1RZUEUsIHRoaXMuZG91YmxlQ2xpY2tIYW5kbGVyLCB0aGlzKTtcblxuICAgIHRoaXMuZGlzYWJsZURyYWcoKTtcbiAgfVxuXG4gIGNoaWxkRWxlbWVudHMoKSB7XG4gICAgcmV0dXJuIChcIkRSQUcgRUxFTUVOVFwiKTtcbiAgfVxuXG4gIHN0YXRpYyB0YWdOYW1lID0gXCJkaXZcIjtcblxuICBzdGF0aWMgZGVmYXVsdFByb3BlcnRpZXMgPSB7XG4gICAgY2xhc3NOYW1lOiBcImRyYWdcIlxuICB9O1xufVxuXG5PYmplY3QuYXNzaWduKERyYWdEaXYucHJvdG90eXBlLCBkcmFnTWl4aW5zKTtcblxuZXhwb3J0IGRlZmF1bHQgd2l0aFN0eWxlKERyYWdEaXYpYFxuXG4gICR7c3R5bGV9XG4gIFxuICBiYWNrZ3JvdW5kLWNvbG9yOiByZWQ7XG4gIFxuICAuZHJhZ2dpbmcge1xuICAgIHotaW5kZXg6IDE7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICB9XG5cbmA7XG4iXSwibmFtZXMiOlsiREJMQ0xJQ0tfRVZFTlRfVFlQRSIsImV2ZW50VHlwZXMiLCJEcmFnRGl2IiwiZG91YmxlQ2xpY2tIYW5kbGVyIiwiZXZlbnQiLCJlbGVtZW50IiwiY29uc29sZSIsImxvZyIsImRpZE1vdW50IiwiZW5hYmxlRHJhZyIsIm9uIiwid2lsbFVubW91bnQiLCJvZmYiLCJkaXNhYmxlRHJhZyIsImNoaWxkRWxlbWVudHMiLCJEcmFnRWxlbWVudCIsInRhZ05hbWUiLCJkZWZhdWx0UHJvcGVydGllcyIsImNsYXNzTmFtZSIsIk9iamVjdCIsImFzc2lnbiIsInByb3RvdHlwZSIsImRyYWdNaXhpbnMiLCJ3aXRoU3R5bGUiLCJzdHlsZSJdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7K0JBeUNBOzs7ZUFBQTs7O2tFQXZDc0I7b0JBRUs7cUJBQ2E7MERBRXRCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWxCLElBQU0sQUFBRUEsc0JBQXdCQyxnQkFBVSxDQUFsQ0Q7QUFFUixJQUFBLEFBQU1FLHdCQTRCSCxBQTVCSDtjQUFNQTs4QkFBQUE7YUFBQUE7OEJBQUFBOzs7UUFDSkMsK0NBQUFBLHNCQUFxQixTQUFDQyxPQUFPQyxTQUFZO1lBQ3ZDQyxRQUFRQyxHQUFHLENBQUM7UUFDZDs7O2lCQUhJTDs7WUFLSk0sS0FBQUE7bUJBQUFBLFNBQUFBLFdBQVc7Z0JBQ1QsSUFBSSxDQUFDQyxVQUFVO2dCQUVmLElBQUksQ0FBQ0MsRUFBRSxDQUFDVixxQkFBcUIsSUFBSSxDQUFDRyxrQkFBa0IsRUFBRSxJQUFJO1lBQzVEOzs7WUFFQVEsS0FBQUE7bUJBQUFBLFNBQUFBLGNBQWM7Z0JBQ1osSUFBSSxDQUFDQyxHQUFHLENBQUNaLHFCQUFxQixJQUFJLENBQUNHLGtCQUFrQixFQUFFLElBQUk7Z0JBRTNELElBQUksQ0FBQ1UsV0FBVztZQUNsQjs7O1lBRUFDLEtBQUFBO21CQUFBQSxTQUFBQSxnQkFBZ0I7Z0JBQ2QsT0FBUTtZQUNWOzs7V0FuQklaO0VBQWdCYSxrQkFBVztBQXFCL0IsZ0JBckJJYixTQXFCR2MsV0FBVTtBQUVqQixnQkF2QklkLFNBdUJHZSxxQkFBb0I7SUFDekJDLFdBQVc7QUFDYjtBQUdGQyxPQUFPQyxNQUFNLENBQUNsQixRQUFRbUIsU0FBUyxFQUFFQyxpQkFBVTtJQUUzQyxXQUFlQyxJQUFBQSxzQkFBUyxFQUFDckIsNEJBRXJCc0IsY0FBSyJ9
182
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9leGFtcGxlL2Rpdi9kcmFnLmpzIl0sInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuXG5pbXBvcnQgd2l0aFN0eWxlIGZyb20gXCJlYXN5LXdpdGgtc3R5bGVcIjtcblxuaW1wb3J0IHsgZXZlbnRUeXBlcyB9IGZyb20gXCJlYXN5XCI7XG5pbXBvcnQgeyBkcmFnTWl4aW5zLCBEcmFnRWxlbWVudCB9IGZyb20gXCIuLi8uLi9pbmRleFwiOyAvLy9cblxuaW1wb3J0IHN0eWxlIGZyb20gXCIuLi9zdHlsZVwiO1xuXG5jb25zdCB7IERCTENMSUNLX0VWRU5UX1RZUEUgfSA9IGV2ZW50VHlwZXM7XG5cbmNsYXNzIERyYWdEaXYgZXh0ZW5kcyBEcmFnRWxlbWVudCB7XG4gIGRvdWJsZUNsaWNrSGFuZGxlciA9IChldmVudCwgZWxlbWVudCkgPT4ge1xuICAgIGNvbnNvbGUubG9nKFwiZG91YmxlIGNsaWNrIVwiKVxuICB9XG5cbiAgZGlkTW91bnQoKSB7XG4gICAgdGhpcy5lbmFibGVEcmFnKCk7XG5cbiAgICB0aGlzLm9uKERCTENMSUNLX0VWRU5UX1RZUEUsIHRoaXMuZG91YmxlQ2xpY2tIYW5kbGVyLCB0aGlzKTtcbiAgfVxuXG4gIHdpbGxVbm1vdW50KCkge1xuICAgIHRoaXMub2ZmKERCTENMSUNLX0VWRU5UX1RZUEUsIHRoaXMuZG91YmxlQ2xpY2tIYW5kbGVyLCB0aGlzKTtcblxuICAgIHRoaXMuZGlzYWJsZURyYWcoKTtcbiAgfVxuXG4gIGNoaWxkRWxlbWVudHMoKSB7XG4gICAgcmV0dXJuIChcIkRSQUcgRUxFTUVOVFwiKTtcbiAgfVxuXG4gIHN0YXRpYyB0YWdOYW1lID0gXCJkaXZcIjtcblxuICBzdGF0aWMgZGVmYXVsdFByb3BlcnRpZXMgPSB7XG4gICAgY2xhc3NOYW1lOiBcImRyYWdcIlxuICB9O1xufVxuXG5PYmplY3QuYXNzaWduKERyYWdEaXYucHJvdG90eXBlLCBkcmFnTWl4aW5zKTtcblxuZXhwb3J0IGRlZmF1bHQgd2l0aFN0eWxlKERyYWdEaXYpYFxuXG4gICR7c3R5bGV9XG4gIFxuICBiYWNrZ3JvdW5kLWNvbG9yOiByZWQ7XG4gIFxuICAuZHJhZ2dpbmcge1xuICAgIHotaW5kZXg6IDE7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICB9XG5cbmA7XG4iXSwibmFtZXMiOlsiREJMQ0xJQ0tfRVZFTlRfVFlQRSIsImV2ZW50VHlwZXMiLCJEcmFnRGl2IiwiZG91YmxlQ2xpY2tIYW5kbGVyIiwiZXZlbnQiLCJlbGVtZW50IiwiY29uc29sZSIsImxvZyIsImRpZE1vdW50IiwiZW5hYmxlRHJhZyIsIm9uIiwid2lsbFVubW91bnQiLCJvZmYiLCJkaXNhYmxlRHJhZyIsImNoaWxkRWxlbWVudHMiLCJEcmFnRWxlbWVudCIsInRhZ05hbWUiLCJkZWZhdWx0UHJvcGVydGllcyIsImNsYXNzTmFtZSIsIk9iamVjdCIsImFzc2lnbiIsInByb3RvdHlwZSIsImRyYWdNaXhpbnMiLCJ3aXRoU3R5bGUiLCJzdHlsZSJdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7K0JBeUNBOzs7ZUFBQTs7O29FQXZDc0I7b0JBRUs7cUJBQ2E7NERBRXRCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWxCLElBQU0sQUFBRUEsc0JBQXdCQyxnQkFBVSxDQUFsQ0Q7QUFFUixJQUFBLEFBQU1FLHdCQTRCSCxBQTVCSDtjQUFNQTsrQkFBQUE7YUFBQUE7Z0NBQUFBOzs7UUFDSkMsa0RBQUFBLHNCQUFxQixTQUFDQyxPQUFPQyxTQUFZO1lBQ3ZDQyxRQUFRQyxHQUFHLENBQUM7UUFDZDs7O2tCQUhJTDs7WUFLSk0sS0FBQUE7bUJBQUFBLFNBQUFBLFdBQVc7Z0JBQ1QsSUFBSSxDQUFDQyxVQUFVO2dCQUVmLElBQUksQ0FBQ0MsRUFBRSxDQUFDVixxQkFBcUIsSUFBSSxDQUFDRyxrQkFBa0IsRUFBRSxJQUFJO1lBQzVEOzs7WUFFQVEsS0FBQUE7bUJBQUFBLFNBQUFBLGNBQWM7Z0JBQ1osSUFBSSxDQUFDQyxHQUFHLENBQUNaLHFCQUFxQixJQUFJLENBQUNHLGtCQUFrQixFQUFFLElBQUk7Z0JBRTNELElBQUksQ0FBQ1UsV0FBVztZQUNsQjs7O1lBRUFDLEtBQUFBO21CQUFBQSxTQUFBQSxnQkFBZ0I7Z0JBQ2QsT0FBUTtZQUNWOzs7V0FuQklaO0VBQWdCYSxrQkFBVztBQXFCL0IsaUJBckJJYixTQXFCR2MsV0FBVTtBQUVqQixpQkF2QklkLFNBdUJHZSxxQkFBb0I7SUFDekJDLFdBQVc7QUFDYjtBQUdGQyxPQUFPQyxNQUFNLENBQUNsQixRQUFRbUIsU0FBUyxFQUFFQyxpQkFBVTtJQUUzQyxXQUFlQyxJQUFBQSxzQkFBUyxFQUFDckIsNEJBRXJCc0IsY0FBSyJ9