@opentinyvue/vue-grid 2.23.0 → 2.24.0
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/lib/index.js +84 -229
- package/package.json +17 -17
package/lib/index.js
CHANGED
|
@@ -117,229 +117,86 @@ function _toPrimitive(t2, r) {
|
|
|
117
117
|
}
|
|
118
118
|
return ("string" === r ? String : Number)(t2);
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function _regenerator() {
|
|
121
121
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
return t4[r2] = e2;
|
|
134
|
-
};
|
|
135
|
-
}
|
|
136
|
-
function h2(r2, e2, n2, o2) {
|
|
137
|
-
var i2 = e2 && e2.prototype instanceof Generator ? e2 : Generator, a2 = Object.create(i2.prototype);
|
|
138
|
-
return c(a2, "_invoke", /* @__PURE__ */ function(r3, e3, n3) {
|
|
139
|
-
var o3 = 1;
|
|
140
|
-
return function(i3, a3) {
|
|
141
|
-
if (3 === o3) throw Error("Generator is already running");
|
|
142
|
-
if (4 === o3) {
|
|
143
|
-
if ("throw" === i3) throw a3;
|
|
144
|
-
return { value: t2, done: true };
|
|
122
|
+
var e, t2, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag";
|
|
123
|
+
function i(r2, n2, o2, i2) {
|
|
124
|
+
var c2 = n2 && n2.prototype instanceof Generator ? n2 : Generator, u2 = Object.create(c2.prototype);
|
|
125
|
+
return _regeneratorDefine2(u2, "_invoke", function(r3, n3, o3) {
|
|
126
|
+
var i3, c3, u3, f2 = 0, p = o3 || [], y = false, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d2(t3, r4) {
|
|
127
|
+
return i3 = t3, c3 = 0, u3 = e, G.n = r4, a;
|
|
128
|
+
} };
|
|
129
|
+
function d(r4, n4) {
|
|
130
|
+
for (c3 = r4, u3 = n4, t2 = 0; !y && f2 && !o4 && t2 < p.length; t2++) {
|
|
131
|
+
var o4, i4 = p[t2], d2 = G.p, l = i4[2];
|
|
132
|
+
r4 > 3 ? (o4 = l === n4) && (c3 = i4[4] || 3, u3 = i4[5] === e ? i4[3] : i4[5], i4[4] = 3, i4[5] = e) : i4[0] <= d2 && ((o4 = r4 < 2 && d2 < i4[1]) ? (c3 = 0, G.v = n4, G.n = i4[1]) : d2 < l && (o4 = r4 < 3 || i4[0] > n4 || n4 > l) && (i4[4] = r4, i4[5] = n4, G.n = l, c3 = 0));
|
|
145
133
|
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
134
|
+
if (o4 || r4 > 1) return a;
|
|
135
|
+
throw y = true, n4;
|
|
136
|
+
}
|
|
137
|
+
return function(o4, p2, l) {
|
|
138
|
+
if (f2 > 1) throw TypeError("Generator is already running");
|
|
139
|
+
for (y && 1 === p2 && d(p2, l), c3 = p2, u3 = l; (t2 = c3 < 2 ? e : u3) || !y; ) {
|
|
140
|
+
i3 || (c3 ? c3 < 3 ? (c3 > 1 && (G.n = -1), d(c3, u3)) : G.n = u3 : G.v = u3);
|
|
141
|
+
try {
|
|
142
|
+
if (f2 = 2, i3) {
|
|
143
|
+
if (c3 || (o4 = "next"), t2 = i3[o4]) {
|
|
144
|
+
if (!(t2 = t2.call(i3, u3))) throw TypeError("iterator result is not an object");
|
|
145
|
+
if (!t2.done) return t2;
|
|
146
|
+
u3 = t2.value, c3 < 2 && (c3 = 0);
|
|
147
|
+
} else 1 === c3 && (t2 = i3.return) && t2.call(i3), c3 < 2 && (u3 = TypeError("The iterator does not provide a '" + o4 + "' method"), c3 = 1);
|
|
148
|
+
i3 = e;
|
|
149
|
+
} else if ((t2 = (y = G.n < 0) ? u3 : r3.call(n3, G)) !== a) break;
|
|
150
|
+
} catch (t3) {
|
|
151
|
+
i3 = e, c3 = 1, u3 = t3;
|
|
152
|
+
} finally {
|
|
153
|
+
f2 = 1;
|
|
165
154
|
}
|
|
166
|
-
"throw" === h3.type && (o3 = 4, n3.method = "throw", n3.arg = h3.arg);
|
|
167
155
|
}
|
|
156
|
+
return { value: t2, done: y };
|
|
168
157
|
};
|
|
169
|
-
}(r2,
|
|
170
|
-
}
|
|
171
|
-
function s(t3, r2, e2) {
|
|
172
|
-
try {
|
|
173
|
-
return { type: "normal", arg: t3.call(r2, e2) };
|
|
174
|
-
} catch (t4) {
|
|
175
|
-
return { type: "throw", arg: t4 };
|
|
176
|
-
}
|
|
158
|
+
}(r2, o2, i2), true), u2;
|
|
177
159
|
}
|
|
178
|
-
|
|
179
|
-
var f = {};
|
|
160
|
+
var a = {};
|
|
180
161
|
function Generator() {
|
|
181
162
|
}
|
|
182
163
|
function GeneratorFunction() {
|
|
183
164
|
}
|
|
184
165
|
function GeneratorFunctionPrototype() {
|
|
185
166
|
}
|
|
186
|
-
|
|
187
|
-
c(
|
|
167
|
+
t2 = Object.getPrototypeOf;
|
|
168
|
+
var c = [][n] ? t2(t2([][n]())) : (_regeneratorDefine2(t2 = {}, n, function() {
|
|
188
169
|
return this;
|
|
189
|
-
});
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
|
|
193
|
-
function g(t3) {
|
|
194
|
-
["next", "throw", "return"].forEach(function(r2) {
|
|
195
|
-
c(t3, r2, function(t4) {
|
|
196
|
-
return this._invoke(r2, t4);
|
|
197
|
-
});
|
|
198
|
-
});
|
|
170
|
+
}), t2), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
|
|
171
|
+
function f(e2) {
|
|
172
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(e2, GeneratorFunctionPrototype) : (e2.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e2, o, "GeneratorFunction")), e2.prototype = Object.create(u), e2;
|
|
199
173
|
}
|
|
200
|
-
|
|
201
|
-
function e2(o3, i2, a2, u2) {
|
|
202
|
-
var c2 = s(t3[o3], t3, i2);
|
|
203
|
-
if ("throw" !== c2.type) {
|
|
204
|
-
var h3 = c2.arg, f2 = h3.value;
|
|
205
|
-
return f2 && "object" == typeof f2 && n.call(f2, "__await") ? r2.resolve(f2.__await).then(function(t4) {
|
|
206
|
-
e2("next", t4, a2, u2);
|
|
207
|
-
}, function(t4) {
|
|
208
|
-
e2("throw", t4, a2, u2);
|
|
209
|
-
}) : r2.resolve(f2).then(function(t4) {
|
|
210
|
-
h3.value = t4, a2(h3);
|
|
211
|
-
}, function(t4) {
|
|
212
|
-
return e2("throw", t4, a2, u2);
|
|
213
|
-
});
|
|
214
|
-
}
|
|
215
|
-
u2(c2.arg);
|
|
216
|
-
}
|
|
217
|
-
var o2;
|
|
218
|
-
c(this, "_invoke", function(t4, n2) {
|
|
219
|
-
function i2() {
|
|
220
|
-
return new r2(function(r3, o3) {
|
|
221
|
-
e2(t4, n2, r3, o3);
|
|
222
|
-
});
|
|
223
|
-
}
|
|
224
|
-
return o2 = o2 ? o2.then(i2, i2) : i2();
|
|
225
|
-
}, true);
|
|
226
|
-
}
|
|
227
|
-
function d(r2, e2) {
|
|
228
|
-
var n2 = e2.method, o2 = r2.i[n2];
|
|
229
|
-
if (o2 === t2) return e2.delegate = null, "throw" === n2 && r2.i.return && (e2.method = "return", e2.arg = t2, d(r2, e2), "throw" === e2.method) || "return" !== n2 && (e2.method = "throw", e2.arg = new TypeError("The iterator does not provide a '" + n2 + "' method")), f;
|
|
230
|
-
var i2 = s(o2, r2.i, e2.arg);
|
|
231
|
-
if ("throw" === i2.type) return e2.method = "throw", e2.arg = i2.arg, e2.delegate = null, f;
|
|
232
|
-
var a2 = i2.arg;
|
|
233
|
-
return a2 ? a2.done ? (e2[r2.r] = a2.value, e2.next = r2.n, "return" !== e2.method && (e2.method = "next", e2.arg = t2), e2.delegate = null, f) : a2 : (e2.method = "throw", e2.arg = new TypeError("iterator result is not an object"), e2.delegate = null, f);
|
|
234
|
-
}
|
|
235
|
-
function w(t3) {
|
|
236
|
-
this.tryEntries.push(t3);
|
|
237
|
-
}
|
|
238
|
-
function m(r2) {
|
|
239
|
-
var e2 = r2[4] || {};
|
|
240
|
-
e2.type = "normal", e2.arg = t2, r2[4] = e2;
|
|
241
|
-
}
|
|
242
|
-
function Context(t3) {
|
|
243
|
-
this.tryEntries = [[-1]], t3.forEach(w, this), this.reset(true);
|
|
244
|
-
}
|
|
245
|
-
function x(r2) {
|
|
246
|
-
if (null != r2) {
|
|
247
|
-
var e2 = r2[i];
|
|
248
|
-
if (e2) return e2.call(r2);
|
|
249
|
-
if ("function" == typeof r2.next) return r2;
|
|
250
|
-
if (!isNaN(r2.length)) {
|
|
251
|
-
var o2 = -1, a2 = function e3() {
|
|
252
|
-
for (; ++o2 < r2.length; ) if (n.call(r2, o2)) return e3.value = r2[o2], e3.done = false, e3;
|
|
253
|
-
return e3.value = t2, e3.done = true, e3;
|
|
254
|
-
};
|
|
255
|
-
return a2.next = a2;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
throw new TypeError(typeof r2 + " is not iterable");
|
|
259
|
-
}
|
|
260
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = c(GeneratorFunctionPrototype, u, "GeneratorFunction"), r.isGeneratorFunction = function(t3) {
|
|
261
|
-
var r2 = "function" == typeof t3 && t3.constructor;
|
|
262
|
-
return !!r2 && (r2 === GeneratorFunction || "GeneratorFunction" === (r2.displayName || r2.name));
|
|
263
|
-
}, r.mark = function(t3) {
|
|
264
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t3, GeneratorFunctionPrototype) : (t3.__proto__ = GeneratorFunctionPrototype, c(t3, u, "GeneratorFunction")), t3.prototype = Object.create(v), t3;
|
|
265
|
-
}, r.awrap = function(t3) {
|
|
266
|
-
return { __await: t3 };
|
|
267
|
-
}, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function() {
|
|
268
|
-
return this;
|
|
269
|
-
}), r.AsyncIterator = AsyncIterator, r.async = function(t3, e2, n2, o2, i2) {
|
|
270
|
-
void 0 === i2 && (i2 = Promise);
|
|
271
|
-
var a2 = new AsyncIterator(h2(t3, e2, n2, o2), i2);
|
|
272
|
-
return r.isGeneratorFunction(e2) ? a2 : a2.next().then(function(t4) {
|
|
273
|
-
return t4.done ? t4.value : a2.next();
|
|
274
|
-
});
|
|
275
|
-
}, g(v), c(v, u, "Generator"), c(v, i, function() {
|
|
174
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function() {
|
|
276
175
|
return this;
|
|
277
|
-
}),
|
|
176
|
+
}), _regeneratorDefine2(u, "toString", function() {
|
|
278
177
|
return "[object Generator]";
|
|
279
|
-
}),
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
if (
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
for (var o2 = e2.tryEntries.length - 1; o2 >= 0; --o2) {
|
|
300
|
-
var i2 = this.tryEntries[o2], a2 = i2[4], u2 = this.prev, c2 = i2[1], h3 = i2[2];
|
|
301
|
-
if (-1 === i2[0]) return n2("end"), false;
|
|
302
|
-
if (!c2 && !h3) throw Error("try statement without catch or finally");
|
|
303
|
-
if (null != i2[0] && i2[0] <= u2) {
|
|
304
|
-
if (u2 < c2) return this.method = "next", this.arg = t2, n2(c2), true;
|
|
305
|
-
if (u2 < h3) return n2(h3), false;
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
}, abrupt: function abrupt(t3, r2) {
|
|
309
|
-
for (var e2 = this.tryEntries.length - 1; e2 >= 0; --e2) {
|
|
310
|
-
var n2 = this.tryEntries[e2];
|
|
311
|
-
if (n2[0] > -1 && n2[0] <= this.prev && this.prev < n2[2]) {
|
|
312
|
-
var o2 = n2;
|
|
313
|
-
break;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
o2 && ("break" === t3 || "continue" === t3) && o2[0] <= r2 && r2 <= o2[2] && (o2 = null);
|
|
317
|
-
var i2 = o2 ? o2[4] : {};
|
|
318
|
-
return i2.type = t3, i2.arg = r2, o2 ? (this.method = "next", this.next = o2[2], f) : this.complete(i2);
|
|
319
|
-
}, complete: function complete(t3, r2) {
|
|
320
|
-
if ("throw" === t3.type) throw t3.arg;
|
|
321
|
-
return "break" === t3.type || "continue" === t3.type ? this.next = t3.arg : "return" === t3.type ? (this.rval = this.arg = t3.arg, this.method = "return", this.next = "end") : "normal" === t3.type && r2 && (this.next = r2), f;
|
|
322
|
-
}, finish: function finish(t3) {
|
|
323
|
-
for (var r2 = this.tryEntries.length - 1; r2 >= 0; --r2) {
|
|
324
|
-
var e2 = this.tryEntries[r2];
|
|
325
|
-
if (e2[2] === t3) return this.complete(e2[4], e2[3]), m(e2), f;
|
|
326
|
-
}
|
|
327
|
-
}, catch: function _catch(t3) {
|
|
328
|
-
for (var r2 = this.tryEntries.length - 1; r2 >= 0; --r2) {
|
|
329
|
-
var e2 = this.tryEntries[r2];
|
|
330
|
-
if (e2[0] === t3) {
|
|
331
|
-
var n2 = e2[4];
|
|
332
|
-
if ("throw" === n2.type) {
|
|
333
|
-
var o2 = n2.arg;
|
|
334
|
-
m(e2);
|
|
335
|
-
}
|
|
336
|
-
return o2;
|
|
337
|
-
}
|
|
178
|
+
}), (_regenerator = function _regenerator2() {
|
|
179
|
+
return { w: i, m: f };
|
|
180
|
+
})();
|
|
181
|
+
}
|
|
182
|
+
function _regeneratorDefine2(e, r, n, t2) {
|
|
183
|
+
var i = Object.defineProperty;
|
|
184
|
+
try {
|
|
185
|
+
i({}, "", {});
|
|
186
|
+
} catch (e2) {
|
|
187
|
+
i = 0;
|
|
188
|
+
}
|
|
189
|
+
_regeneratorDefine2 = function _regeneratorDefine(e2, r2, n2, t3) {
|
|
190
|
+
if (r2) i ? i(e2, r2, { value: n2, enumerable: !t3, configurable: !t3, writable: !t3 }) : e2[r2] = n2;
|
|
191
|
+
else {
|
|
192
|
+
var o = function o2(r3, n3) {
|
|
193
|
+
_regeneratorDefine2(e2, r3, function(e3) {
|
|
194
|
+
return this._invoke(r3, n3, e3);
|
|
195
|
+
});
|
|
196
|
+
};
|
|
197
|
+
o("next", 0), o("throw", 1), o("return", 2);
|
|
338
198
|
}
|
|
339
|
-
|
|
340
|
-
}, delegateYield: function delegateYield(r2, e2, n2) {
|
|
341
|
-
return this.delegate = { i: x(r2), r: e2, n: n2 }, "next" === this.method && (this.arg = t2), f;
|
|
342
|
-
} }, r;
|
|
199
|
+
}, _regeneratorDefine2(e, r, n, t2);
|
|
343
200
|
}
|
|
344
201
|
function asyncGeneratorStep(n, t2, e, r, o, a, c) {
|
|
345
202
|
try {
|
|
@@ -4357,6 +4214,10 @@ var Panel$1 = defineComponent({
|
|
|
4357
4214
|
confirmFilter: function confirmFilter(type) {
|
|
4358
4215
|
var column = this.filterStore.column;
|
|
4359
4216
|
this.condition.type = type;
|
|
4217
|
+
if (typeof this.condition.input === "string") {
|
|
4218
|
+
var _this$condition$input;
|
|
4219
|
+
this.condition.input = (_this$condition$input = this.condition.input) == null ? void 0 : _this$condition$input.trim();
|
|
4220
|
+
}
|
|
4360
4221
|
column.filter.condition = extend(true, {}, this.condition);
|
|
4361
4222
|
this.$parent.confirmFilterEvent();
|
|
4362
4223
|
},
|
|
@@ -13303,10 +13164,10 @@ var Methods$c = {
|
|
|
13303
13164
|
*/
|
|
13304
13165
|
handleActived: function handleActived(params, event) {
|
|
13305
13166
|
var _this69 = this;
|
|
13306
|
-
return _asyncToGenerator(/* @__PURE__ */
|
|
13167
|
+
return _asyncToGenerator(/* @__PURE__ */ _regenerator().m(function _callee() {
|
|
13307
13168
|
var editConfig, editStore, tableColumn3, cell, column, row2, editor, actived, isActiveCell, type, canActive, args;
|
|
13308
|
-
return
|
|
13309
|
-
while (1) switch (_context.
|
|
13169
|
+
return _regenerator().w(function(_context) {
|
|
13170
|
+
while (1) switch (_context.n) {
|
|
13310
13171
|
case 0:
|
|
13311
13172
|
editConfig = _this69.editConfig, editStore = _this69.editStore, tableColumn3 = _this69.tableColumn;
|
|
13312
13173
|
cell = params.cell, column = params.column, row2 = params.row;
|
|
@@ -13319,17 +13180,17 @@ var Methods$c = {
|
|
|
13319
13180
|
row: row2
|
|
13320
13181
|
});
|
|
13321
13182
|
if (!(editor && cell && isActiveCell)) {
|
|
13322
|
-
_context.
|
|
13183
|
+
_context.n = 2;
|
|
13323
13184
|
break;
|
|
13324
13185
|
}
|
|
13325
13186
|
type = "edit-disabled";
|
|
13326
|
-
_context.
|
|
13187
|
+
_context.n = 1;
|
|
13327
13188
|
return handleActivedCanActive({
|
|
13328
13189
|
editConfig,
|
|
13329
13190
|
params
|
|
13330
13191
|
});
|
|
13331
|
-
case
|
|
13332
|
-
canActive = _context.
|
|
13192
|
+
case 1:
|
|
13193
|
+
canActive = _context.v;
|
|
13333
13194
|
args = {
|
|
13334
13195
|
_vm: _this69,
|
|
13335
13196
|
actived,
|
|
@@ -13352,7 +13213,7 @@ var Methods$c = {
|
|
|
13352
13213
|
event
|
|
13353
13214
|
});
|
|
13354
13215
|
emitEvent(_this69, type, [params, event]);
|
|
13355
|
-
case
|
|
13216
|
+
case 2:
|
|
13356
13217
|
handleActivedTryActive({
|
|
13357
13218
|
_vm: _this69,
|
|
13358
13219
|
actived,
|
|
@@ -13364,10 +13225,7 @@ var Methods$c = {
|
|
|
13364
13225
|
params,
|
|
13365
13226
|
row: row2
|
|
13366
13227
|
});
|
|
13367
|
-
return _context.
|
|
13368
|
-
case 17:
|
|
13369
|
-
case "end":
|
|
13370
|
-
return _context.stop();
|
|
13228
|
+
return _context.a(2, _this69.$nextTick());
|
|
13371
13229
|
}
|
|
13372
13230
|
}, _callee);
|
|
13373
13231
|
}))();
|
|
@@ -14619,25 +14477,22 @@ var onRejected = function onRejected2(opt, _this) {
|
|
|
14619
14477
|
};
|
|
14620
14478
|
};
|
|
14621
14479
|
var funcPosAndFinish = function funcPosAndFinish2(params2, finish) {
|
|
14622
|
-
return /* @__PURE__ */ _asyncToGenerator(/* @__PURE__ */
|
|
14623
|
-
return
|
|
14624
|
-
while (1) switch (_context2.
|
|
14480
|
+
return /* @__PURE__ */ _asyncToGenerator(/* @__PURE__ */ _regenerator().m(function _callee2() {
|
|
14481
|
+
return _regenerator().w(function(_context2) {
|
|
14482
|
+
while (1) switch (_context2.n) {
|
|
14625
14483
|
case 0:
|
|
14626
14484
|
if (!_this.scrollXLoad) {
|
|
14627
|
-
_context2.
|
|
14485
|
+
_context2.n = 1;
|
|
14628
14486
|
break;
|
|
14629
14487
|
}
|
|
14630
|
-
_context2.
|
|
14488
|
+
_context2.n = 1;
|
|
14631
14489
|
return _this.scrollToColumn(params2.column, true);
|
|
14632
|
-
case
|
|
14633
|
-
return _context2.
|
|
14490
|
+
case 1:
|
|
14491
|
+
return _context2.a(2, getCell(_this, params2).then(function(activeCell) {
|
|
14634
14492
|
params2.cell = activeCell;
|
|
14635
14493
|
_this.handleValidError(params2);
|
|
14636
14494
|
finish();
|
|
14637
14495
|
}));
|
|
14638
|
-
case 4:
|
|
14639
|
-
case "end":
|
|
14640
|
-
return _context2.stop();
|
|
14641
14496
|
}
|
|
14642
14497
|
}, _callee2);
|
|
14643
14498
|
}));
|
|
@@ -16806,7 +16661,7 @@ var Tree = {
|
|
|
16806
16661
|
Object.assign(host.methods, Methods);
|
|
16807
16662
|
}
|
|
16808
16663
|
};
|
|
16809
|
-
var version = "2.
|
|
16664
|
+
var version = "2.undefined";
|
|
16810
16665
|
var plugins = [Panel, Edit, Export, Keyboard, Validator, Resize, Panel$1, FetchData, Pager, Toolbar, ColumnAnchor, Dragger, Sort, Tooltip, Checkbox, Tree];
|
|
16811
16666
|
Grid$1.setup({
|
|
16812
16667
|
i18n: t
|
package/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-grid",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.24.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/vue-common": "~2.
|
|
12
|
-
"@opentinyvue/vue-directive": "~2.
|
|
13
|
-
"@opentinyvue/vue-dropdown": "~2.
|
|
14
|
-
"@opentinyvue/vue-dropdown-item": "~2.
|
|
15
|
-
"@opentinyvue/vue-dropdown-menu": "~2.
|
|
16
|
-
"@opentinyvue/vue-exception": "~2.
|
|
17
|
-
"@opentinyvue/vue-icon": "~2.
|
|
18
|
-
"@opentinyvue/vue-loading": "~2.
|
|
19
|
-
"@opentinyvue/vue-locale": "~2.
|
|
20
|
-
"@opentinyvue/vue-modal": "~2.
|
|
21
|
-
"@opentinyvue/vue-pager": "~2.
|
|
22
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
23
|
-
"@opentinyvue/vue-tag": "~2.
|
|
24
|
-
"@opentinyvue/vue-theme": "~3.
|
|
25
|
-
"@opentinyvue/vue-tooltip": "~2.
|
|
26
|
-
"@opentinyvue/utils": "~3.
|
|
11
|
+
"@opentinyvue/vue-common": "~2.24.0",
|
|
12
|
+
"@opentinyvue/vue-directive": "~2.24.0",
|
|
13
|
+
"@opentinyvue/vue-dropdown": "~2.24.0",
|
|
14
|
+
"@opentinyvue/vue-dropdown-item": "~2.24.0",
|
|
15
|
+
"@opentinyvue/vue-dropdown-menu": "~2.24.0",
|
|
16
|
+
"@opentinyvue/vue-exception": "~2.24.0",
|
|
17
|
+
"@opentinyvue/vue-icon": "~2.24.0",
|
|
18
|
+
"@opentinyvue/vue-loading": "~2.24.0",
|
|
19
|
+
"@opentinyvue/vue-locale": "~2.24.0",
|
|
20
|
+
"@opentinyvue/vue-modal": "~2.24.0",
|
|
21
|
+
"@opentinyvue/vue-pager": "~2.24.0",
|
|
22
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
23
|
+
"@opentinyvue/vue-tag": "~2.24.0",
|
|
24
|
+
"@opentinyvue/vue-theme": "~3.24.0",
|
|
25
|
+
"@opentinyvue/vue-tooltip": "~2.24.0",
|
|
26
|
+
"@opentinyvue/utils": "~3.24.0"
|
|
27
27
|
},
|
|
28
28
|
"types": "index.d.ts",
|
|
29
29
|
"scripts": {
|