@handsontable/vue 14.4.0 → 14.5.0-next-7541a88-20240725

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.
@@ -1,9 +1,52 @@
1
1
  import Handsontable from 'handsontable/base';
2
2
  import Vue from 'vue';
3
3
 
4
+ function _assertThisInitialized(e) {
5
+ if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
6
+ return e;
7
+ }
4
8
  function _callSuper(t, o, e) {
5
9
  return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
6
10
  }
11
+ function _classCallCheck(a, n) {
12
+ if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
13
+ }
14
+ function _defineProperties(e, r) {
15
+ for (var t = 0; t < r.length; t++) {
16
+ var o = r[t];
17
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
18
+ }
19
+ }
20
+ function _createClass(e, r, t) {
21
+ return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
22
+ writable: !1
23
+ }), e;
24
+ }
25
+ function _defineProperty$1(e, r, t) {
26
+ return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
27
+ value: t,
28
+ enumerable: !0,
29
+ configurable: !0,
30
+ writable: !0
31
+ }) : e[r] = t, e;
32
+ }
33
+ function _getPrototypeOf(t) {
34
+ return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
35
+ return t.__proto__ || Object.getPrototypeOf(t);
36
+ }, _getPrototypeOf(t);
37
+ }
38
+ function _inherits(t, e) {
39
+ if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
40
+ t.prototype = Object.create(e && e.prototype, {
41
+ constructor: {
42
+ value: t,
43
+ writable: !0,
44
+ configurable: !0
45
+ }
46
+ }), Object.defineProperty(t, "prototype", {
47
+ writable: !1
48
+ }), e && _setPrototypeOf(t, e);
49
+ }
7
50
  function _isNativeReflectConstruct() {
8
51
  try {
9
52
  var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
@@ -33,6 +76,16 @@ function _objectSpread2(e) {
33
76
  }
34
77
  return e;
35
78
  }
79
+ function _possibleConstructorReturn(t, e) {
80
+ if (e && ("object" == typeof e || "function" == typeof e)) return e;
81
+ if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
82
+ return _assertThisInitialized(t);
83
+ }
84
+ function _setPrototypeOf(t, e) {
85
+ return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
86
+ return t.__proto__ = e, t;
87
+ }, _setPrototypeOf(t, e);
88
+ }
36
89
  function _toPrimitive(t, r) {
37
90
  if ("object" != typeof t || !t) return t;
38
91
  var e = t[Symbol.toPrimitive];
@@ -56,84 +109,6 @@ function _typeof$1(o) {
56
109
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
57
110
  }, _typeof$1(o);
58
111
  }
59
- function _classCallCheck(instance, Constructor) {
60
- if (!(instance instanceof Constructor)) {
61
- throw new TypeError("Cannot call a class as a function");
62
- }
63
- }
64
- function _defineProperties(target, props) {
65
- for (var i = 0; i < props.length; i++) {
66
- var descriptor = props[i];
67
- descriptor.enumerable = descriptor.enumerable || false;
68
- descriptor.configurable = true;
69
- if ("value" in descriptor) descriptor.writable = true;
70
- Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
71
- }
72
- }
73
- function _createClass(Constructor, protoProps, staticProps) {
74
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
75
- Object.defineProperty(Constructor, "prototype", {
76
- writable: false
77
- });
78
- return Constructor;
79
- }
80
- function _defineProperty$1(obj, key, value) {
81
- key = _toPropertyKey(key);
82
- if (key in obj) {
83
- Object.defineProperty(obj, key, {
84
- value: value,
85
- enumerable: true,
86
- configurable: true,
87
- writable: true
88
- });
89
- } else {
90
- obj[key] = value;
91
- }
92
- return obj;
93
- }
94
- function _inherits(subClass, superClass) {
95
- if (typeof superClass !== "function" && superClass !== null) {
96
- throw new TypeError("Super expression must either be null or a function");
97
- }
98
- subClass.prototype = Object.create(superClass && superClass.prototype, {
99
- constructor: {
100
- value: subClass,
101
- writable: true,
102
- configurable: true
103
- }
104
- });
105
- Object.defineProperty(subClass, "prototype", {
106
- writable: false
107
- });
108
- if (superClass) _setPrototypeOf(subClass, superClass);
109
- }
110
- function _getPrototypeOf(o) {
111
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
112
- return o.__proto__ || Object.getPrototypeOf(o);
113
- };
114
- return _getPrototypeOf(o);
115
- }
116
- function _setPrototypeOf(o, p) {
117
- _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
118
- o.__proto__ = p;
119
- return o;
120
- };
121
- return _setPrototypeOf(o, p);
122
- }
123
- function _assertThisInitialized(self) {
124
- if (self === void 0) {
125
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
126
- }
127
- return self;
128
- }
129
- function _possibleConstructorReturn(self, call) {
130
- if (call && (typeof call === "object" || typeof call === "function")) {
131
- return call;
132
- } else if (call !== void 0) {
133
- throw new TypeError("Derived constructors may only return object or undefined");
134
- }
135
- return _assertThisInitialized(self);
136
- }
137
112
 
138
113
  var unassignedPropSymbol = Symbol('unassigned');
139
114
  var bulkComponentContainer = null;
@@ -331,7 +306,7 @@ function simpleEqual(objectA, objectB) {
331
306
  }
332
307
  }
333
308
 
334
- var version="14.4.0";
309
+ var version="14.5.0-next-7541a88-20240725";
335
310
 
336
311
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
337
312
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsontable/vue",
3
- "version": "14.4.0",
3
+ "version": "14.5.0-next-7541a88-20240725",
4
4
  "description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
5
5
  "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
6
6
  "homepage": "https://handsontable.com",
@@ -53,7 +53,7 @@
53
53
  "url": "https://github.com/handsontable/handsontable/issues"
54
54
  },
55
55
  "peerDependencies": {
56
- "handsontable": ">=14.0.0",
56
+ "handsontable": "14.5.0-next-7541a88-20240725",
57
57
  "vue": "^2.5.0"
58
58
  },
59
59
  "devDependencies": {
@@ -71,10 +71,9 @@
71
71
  "@rollup/plugin-replace": "^5.0.5",
72
72
  "@rollup/plugin-babel": "6.0.4",
73
73
  "@vue/test-utils": "^1.0.3",
74
- "babel-core": "^7.0.0-bridge.0",
75
74
  "cross-env": "^7.0.3",
76
75
  "css-loader": "^6.10.0",
77
- "handsontable": "^14.0.0",
76
+ "handsontable": "14.5.0-next-7541a88-20240725",
78
77
  "jest": "^26.6.3",
79
78
  "rimraf": "^3.0.2",
80
79
  "rollup": "^4.16.1",