@handsontable/vue 14.4.0 → 14.5.0-next-ede811d-20240717

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.
@@ -10,9 +10,52 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
10
10
  var Handsontable__default = /*#__PURE__*/_interopDefaultCompat(Handsontable);
11
11
  var Vue__default = /*#__PURE__*/_interopDefaultCompat(Vue);
12
12
 
13
+ function _assertThisInitialized(e) {
14
+ if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
15
+ return e;
16
+ }
13
17
  function _callSuper(t, o, e) {
14
18
  return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
15
19
  }
20
+ function _classCallCheck(a, n) {
21
+ if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
22
+ }
23
+ function _defineProperties(e, r) {
24
+ for (var t = 0; t < r.length; t++) {
25
+ var o = r[t];
26
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
27
+ }
28
+ }
29
+ function _createClass(e, r, t) {
30
+ return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
31
+ writable: !1
32
+ }), e;
33
+ }
34
+ function _defineProperty$1(e, r, t) {
35
+ return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
36
+ value: t,
37
+ enumerable: !0,
38
+ configurable: !0,
39
+ writable: !0
40
+ }) : e[r] = t, e;
41
+ }
42
+ function _getPrototypeOf(t) {
43
+ return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
44
+ return t.__proto__ || Object.getPrototypeOf(t);
45
+ }, _getPrototypeOf(t);
46
+ }
47
+ function _inherits(t, e) {
48
+ if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
49
+ t.prototype = Object.create(e && e.prototype, {
50
+ constructor: {
51
+ value: t,
52
+ writable: !0,
53
+ configurable: !0
54
+ }
55
+ }), Object.defineProperty(t, "prototype", {
56
+ writable: !1
57
+ }), e && _setPrototypeOf(t, e);
58
+ }
16
59
  function _isNativeReflectConstruct() {
17
60
  try {
18
61
  var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
@@ -42,6 +85,16 @@ function _objectSpread2(e) {
42
85
  }
43
86
  return e;
44
87
  }
88
+ function _possibleConstructorReturn(t, e) {
89
+ if (e && ("object" == typeof e || "function" == typeof e)) return e;
90
+ if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
91
+ return _assertThisInitialized(t);
92
+ }
93
+ function _setPrototypeOf(t, e) {
94
+ return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
95
+ return t.__proto__ = e, t;
96
+ }, _setPrototypeOf(t, e);
97
+ }
45
98
  function _toPrimitive(t, r) {
46
99
  if ("object" != typeof t || !t) return t;
47
100
  var e = t[Symbol.toPrimitive];
@@ -65,84 +118,6 @@ function _typeof$1(o) {
65
118
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
66
119
  }, _typeof$1(o);
67
120
  }
68
- function _classCallCheck(instance, Constructor) {
69
- if (!(instance instanceof Constructor)) {
70
- throw new TypeError("Cannot call a class as a function");
71
- }
72
- }
73
- function _defineProperties(target, props) {
74
- for (var i = 0; i < props.length; i++) {
75
- var descriptor = props[i];
76
- descriptor.enumerable = descriptor.enumerable || false;
77
- descriptor.configurable = true;
78
- if ("value" in descriptor) descriptor.writable = true;
79
- Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
80
- }
81
- }
82
- function _createClass(Constructor, protoProps, staticProps) {
83
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
84
- Object.defineProperty(Constructor, "prototype", {
85
- writable: false
86
- });
87
- return Constructor;
88
- }
89
- function _defineProperty$1(obj, key, value) {
90
- key = _toPropertyKey(key);
91
- if (key in obj) {
92
- Object.defineProperty(obj, key, {
93
- value: value,
94
- enumerable: true,
95
- configurable: true,
96
- writable: true
97
- });
98
- } else {
99
- obj[key] = value;
100
- }
101
- return obj;
102
- }
103
- function _inherits(subClass, superClass) {
104
- if (typeof superClass !== "function" && superClass !== null) {
105
- throw new TypeError("Super expression must either be null or a function");
106
- }
107
- subClass.prototype = Object.create(superClass && superClass.prototype, {
108
- constructor: {
109
- value: subClass,
110
- writable: true,
111
- configurable: true
112
- }
113
- });
114
- Object.defineProperty(subClass, "prototype", {
115
- writable: false
116
- });
117
- if (superClass) _setPrototypeOf(subClass, superClass);
118
- }
119
- function _getPrototypeOf(o) {
120
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
121
- return o.__proto__ || Object.getPrototypeOf(o);
122
- };
123
- return _getPrototypeOf(o);
124
- }
125
- function _setPrototypeOf(o, p) {
126
- _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
127
- o.__proto__ = p;
128
- return o;
129
- };
130
- return _setPrototypeOf(o, p);
131
- }
132
- function _assertThisInitialized(self) {
133
- if (self === void 0) {
134
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
135
- }
136
- return self;
137
- }
138
- function _possibleConstructorReturn(self, call) {
139
- if (call && (typeof call === "object" || typeof call === "function")) {
140
- return call;
141
- } else if (call !== void 0) {
142
- throw new TypeError("Derived constructors may only return object or undefined");
143
- }
144
- return _assertThisInitialized(self);
145
- }
146
121
 
147
122
  var unassignedPropSymbol = Symbol('unassigned');
148
123
  var bulkComponentContainer = null;
@@ -340,7 +315,7 @@ function simpleEqual(objectA, objectB) {
340
315
  }
341
316
  }
342
317
 
343
- var version="14.4.0";
318
+ var version="14.5.0-next-ede811d-20240717";
344
319
 
345
320
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
346
321
 
@@ -25,7 +25,7 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 14.4.0 (built at Tue Jun 11 2024 09:54:44 GMT+0200 (Central European Summer Time))
28
+ * Version: 14.5.0-next-ede811d-20240717 (built at Wed Jul 17 2024 10:32:26 GMT+0000 (Coordinated Universal Time))
29
29
  */
30
30
  (function (global, factory) {
31
31
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('handsontable/base'), require('vue')) :
@@ -38,9 +38,52 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
38
38
  var Handsontable__default = /*#__PURE__*/_interopDefaultCompat(Handsontable);
39
39
  var Vue__default = /*#__PURE__*/_interopDefaultCompat(Vue);
40
40
 
41
+ function _assertThisInitialized(e) {
42
+ if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
43
+ return e;
44
+ }
41
45
  function _callSuper(t, o, e) {
42
46
  return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
43
47
  }
48
+ function _classCallCheck(a, n) {
49
+ if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
50
+ }
51
+ function _defineProperties(e, r) {
52
+ for (var t = 0; t < r.length; t++) {
53
+ var o = r[t];
54
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
55
+ }
56
+ }
57
+ function _createClass(e, r, t) {
58
+ return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
59
+ writable: !1
60
+ }), e;
61
+ }
62
+ function _defineProperty$1(e, r, t) {
63
+ return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
64
+ value: t,
65
+ enumerable: !0,
66
+ configurable: !0,
67
+ writable: !0
68
+ }) : e[r] = t, e;
69
+ }
70
+ function _getPrototypeOf(t) {
71
+ return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
72
+ return t.__proto__ || Object.getPrototypeOf(t);
73
+ }, _getPrototypeOf(t);
74
+ }
75
+ function _inherits(t, e) {
76
+ if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
77
+ t.prototype = Object.create(e && e.prototype, {
78
+ constructor: {
79
+ value: t,
80
+ writable: !0,
81
+ configurable: !0
82
+ }
83
+ }), Object.defineProperty(t, "prototype", {
84
+ writable: !1
85
+ }), e && _setPrototypeOf(t, e);
86
+ }
44
87
  function _isNativeReflectConstruct() {
45
88
  try {
46
89
  var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
@@ -70,6 +113,16 @@ function _objectSpread2(e) {
70
113
  }
71
114
  return e;
72
115
  }
116
+ function _possibleConstructorReturn(t, e) {
117
+ if (e && ("object" == typeof e || "function" == typeof e)) return e;
118
+ if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
119
+ return _assertThisInitialized(t);
120
+ }
121
+ function _setPrototypeOf(t, e) {
122
+ return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
123
+ return t.__proto__ = e, t;
124
+ }, _setPrototypeOf(t, e);
125
+ }
73
126
  function _toPrimitive(t, r) {
74
127
  if ("object" != typeof t || !t) return t;
75
128
  var e = t[Symbol.toPrimitive];
@@ -93,84 +146,6 @@ function _typeof$1(o) {
93
146
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
94
147
  }, _typeof$1(o);
95
148
  }
96
- function _classCallCheck(instance, Constructor) {
97
- if (!(instance instanceof Constructor)) {
98
- throw new TypeError("Cannot call a class as a function");
99
- }
100
- }
101
- function _defineProperties(target, props) {
102
- for (var i = 0; i < props.length; i++) {
103
- var descriptor = props[i];
104
- descriptor.enumerable = descriptor.enumerable || false;
105
- descriptor.configurable = true;
106
- if ("value" in descriptor) descriptor.writable = true;
107
- Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
108
- }
109
- }
110
- function _createClass(Constructor, protoProps, staticProps) {
111
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
112
- Object.defineProperty(Constructor, "prototype", {
113
- writable: false
114
- });
115
- return Constructor;
116
- }
117
- function _defineProperty$1(obj, key, value) {
118
- key = _toPropertyKey(key);
119
- if (key in obj) {
120
- Object.defineProperty(obj, key, {
121
- value: value,
122
- enumerable: true,
123
- configurable: true,
124
- writable: true
125
- });
126
- } else {
127
- obj[key] = value;
128
- }
129
- return obj;
130
- }
131
- function _inherits(subClass, superClass) {
132
- if (typeof superClass !== "function" && superClass !== null) {
133
- throw new TypeError("Super expression must either be null or a function");
134
- }
135
- subClass.prototype = Object.create(superClass && superClass.prototype, {
136
- constructor: {
137
- value: subClass,
138
- writable: true,
139
- configurable: true
140
- }
141
- });
142
- Object.defineProperty(subClass, "prototype", {
143
- writable: false
144
- });
145
- if (superClass) _setPrototypeOf(subClass, superClass);
146
- }
147
- function _getPrototypeOf(o) {
148
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
149
- return o.__proto__ || Object.getPrototypeOf(o);
150
- };
151
- return _getPrototypeOf(o);
152
- }
153
- function _setPrototypeOf(o, p) {
154
- _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
155
- o.__proto__ = p;
156
- return o;
157
- };
158
- return _setPrototypeOf(o, p);
159
- }
160
- function _assertThisInitialized(self) {
161
- if (self === void 0) {
162
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
163
- }
164
- return self;
165
- }
166
- function _possibleConstructorReturn(self, call) {
167
- if (call && (typeof call === "object" || typeof call === "function")) {
168
- return call;
169
- } else if (call !== void 0) {
170
- throw new TypeError("Derived constructors may only return object or undefined");
171
- }
172
- return _assertThisInitialized(self);
173
- }
174
149
 
175
150
  var unassignedPropSymbol = Symbol('unassigned');
176
151
  var bulkComponentContainer = null;
@@ -368,7 +343,7 @@ function simpleEqual(objectA, objectB) {
368
343
  }
369
344
  }
370
345
 
371
- var version="14.4.0";
346
+ var version="14.5.0-next-ede811d-20240717";
372
347
 
373
348
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
374
349