@airpower/web 1.10.1 → 1.10.2
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/dist/main.js +74 -74
- package/dist/web.css +5 -0
- package/package.json +9 -9
package/dist/main.js
CHANGED
|
@@ -1385,12 +1385,12 @@ function requireClipboard() {
|
|
|
1385
1385
|
})(clipboard, function() {
|
|
1386
1386
|
return (
|
|
1387
1387
|
/******/
|
|
1388
|
-
function() {
|
|
1388
|
+
(function() {
|
|
1389
1389
|
var __webpack_modules__ = {
|
|
1390
1390
|
/***/
|
|
1391
1391
|
686: (
|
|
1392
1392
|
/***/
|
|
1393
|
-
function(__unused_webpack_module, __webpack_exports__, __webpack_require__2) {
|
|
1393
|
+
(function(__unused_webpack_module, __webpack_exports__, __webpack_require__2) {
|
|
1394
1394
|
__webpack_require__2.d(__webpack_exports__, {
|
|
1395
1395
|
"default": function() {
|
|
1396
1396
|
return (
|
|
@@ -1596,7 +1596,7 @@ function requireClipboard() {
|
|
|
1596
1596
|
}
|
|
1597
1597
|
return element.getAttribute(attribute);
|
|
1598
1598
|
}
|
|
1599
|
-
var Clipboard2 = /* @__PURE__ */ function(_Emitter) {
|
|
1599
|
+
var Clipboard2 = /* @__PURE__ */ (function(_Emitter) {
|
|
1600
1600
|
_inherits(Clipboard3, _Emitter);
|
|
1601
1601
|
var _super = _createSuper(Clipboard3);
|
|
1602
1602
|
function Clipboard3(trigger, options) {
|
|
@@ -1735,14 +1735,14 @@ function requireClipboard() {
|
|
|
1735
1735
|
}
|
|
1736
1736
|
}]);
|
|
1737
1737
|
return Clipboard3;
|
|
1738
|
-
}(tiny_emitter_default());
|
|
1738
|
+
})(tiny_emitter_default());
|
|
1739
1739
|
var clipboard2 = Clipboard2;
|
|
1740
|
-
}
|
|
1740
|
+
})
|
|
1741
1741
|
),
|
|
1742
1742
|
/***/
|
|
1743
1743
|
828: (
|
|
1744
1744
|
/***/
|
|
1745
|
-
function(module2) {
|
|
1745
|
+
(function(module2) {
|
|
1746
1746
|
var DOCUMENT_NODE_TYPE = 9;
|
|
1747
1747
|
if (typeof Element !== "undefined" && !Element.prototype.matches) {
|
|
1748
1748
|
var proto = Element.prototype;
|
|
@@ -1757,12 +1757,12 @@ function requireClipboard() {
|
|
|
1757
1757
|
}
|
|
1758
1758
|
}
|
|
1759
1759
|
module2.exports = closest;
|
|
1760
|
-
}
|
|
1760
|
+
})
|
|
1761
1761
|
),
|
|
1762
1762
|
/***/
|
|
1763
1763
|
438: (
|
|
1764
1764
|
/***/
|
|
1765
|
-
function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
1765
|
+
(function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
1766
1766
|
var closest = __webpack_require__2(828);
|
|
1767
1767
|
function _delegate(element, selector, type, callback, useCapture) {
|
|
1768
1768
|
var listenerFn = listener.apply(this, arguments);
|
|
@@ -1796,12 +1796,12 @@ function requireClipboard() {
|
|
|
1796
1796
|
};
|
|
1797
1797
|
}
|
|
1798
1798
|
module2.exports = delegate;
|
|
1799
|
-
}
|
|
1799
|
+
})
|
|
1800
1800
|
),
|
|
1801
1801
|
/***/
|
|
1802
1802
|
879: (
|
|
1803
1803
|
/***/
|
|
1804
|
-
function(__unused_webpack_module, exports$12) {
|
|
1804
|
+
(function(__unused_webpack_module, exports$12) {
|
|
1805
1805
|
exports$12.node = function(value) {
|
|
1806
1806
|
return value !== void 0 && value instanceof HTMLElement && value.nodeType === 1;
|
|
1807
1807
|
};
|
|
@@ -1816,12 +1816,12 @@ function requireClipboard() {
|
|
|
1816
1816
|
var type = Object.prototype.toString.call(value);
|
|
1817
1817
|
return type === "[object Function]";
|
|
1818
1818
|
};
|
|
1819
|
-
}
|
|
1819
|
+
})
|
|
1820
1820
|
),
|
|
1821
1821
|
/***/
|
|
1822
1822
|
370: (
|
|
1823
1823
|
/***/
|
|
1824
|
-
function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
1824
|
+
(function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
1825
1825
|
var is = __webpack_require__2(879);
|
|
1826
1826
|
var delegate = __webpack_require__2(438);
|
|
1827
1827
|
function listen(target, type, callback) {
|
|
@@ -1868,12 +1868,12 @@ function requireClipboard() {
|
|
|
1868
1868
|
return delegate(document.body, selector, type, callback);
|
|
1869
1869
|
}
|
|
1870
1870
|
module2.exports = listen;
|
|
1871
|
-
}
|
|
1871
|
+
})
|
|
1872
1872
|
),
|
|
1873
1873
|
/***/
|
|
1874
1874
|
817: (
|
|
1875
1875
|
/***/
|
|
1876
|
-
function(module2) {
|
|
1876
|
+
(function(module2) {
|
|
1877
1877
|
function select(element) {
|
|
1878
1878
|
var selectedText;
|
|
1879
1879
|
if (element.nodeName === "SELECT") {
|
|
@@ -1904,12 +1904,12 @@ function requireClipboard() {
|
|
|
1904
1904
|
return selectedText;
|
|
1905
1905
|
}
|
|
1906
1906
|
module2.exports = select;
|
|
1907
|
-
}
|
|
1907
|
+
})
|
|
1908
1908
|
),
|
|
1909
1909
|
/***/
|
|
1910
1910
|
279: (
|
|
1911
1911
|
/***/
|
|
1912
|
-
function(module2) {
|
|
1912
|
+
(function(module2) {
|
|
1913
1913
|
function E() {
|
|
1914
1914
|
}
|
|
1915
1915
|
E.prototype = {
|
|
@@ -1956,7 +1956,7 @@ function requireClipboard() {
|
|
|
1956
1956
|
};
|
|
1957
1957
|
module2.exports = E;
|
|
1958
1958
|
module2.exports.TinyEmitter = E;
|
|
1959
|
-
}
|
|
1959
|
+
})
|
|
1960
1960
|
)
|
|
1961
1961
|
/******/
|
|
1962
1962
|
};
|
|
@@ -1977,7 +1977,7 @@ function requireClipboard() {
|
|
|
1977
1977
|
__webpack_modules__[moduleId](module2, module2.exports, __webpack_require__);
|
|
1978
1978
|
return module2.exports;
|
|
1979
1979
|
}
|
|
1980
|
-
!function() {
|
|
1980
|
+
!(function() {
|
|
1981
1981
|
__webpack_require__.n = function(module2) {
|
|
1982
1982
|
var getter = module2 && module2.__esModule ? (
|
|
1983
1983
|
/******/
|
|
@@ -1993,8 +1993,8 @@ function requireClipboard() {
|
|
|
1993
1993
|
__webpack_require__.d(getter, { a: getter });
|
|
1994
1994
|
return getter;
|
|
1995
1995
|
};
|
|
1996
|
-
}();
|
|
1997
|
-
!function() {
|
|
1996
|
+
})();
|
|
1997
|
+
!(function() {
|
|
1998
1998
|
__webpack_require__.d = function(exports$12, definition) {
|
|
1999
1999
|
for (var key in definition) {
|
|
2000
2000
|
if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports$12, key)) {
|
|
@@ -2002,14 +2002,14 @@ function requireClipboard() {
|
|
|
2002
2002
|
}
|
|
2003
2003
|
}
|
|
2004
2004
|
};
|
|
2005
|
-
}();
|
|
2006
|
-
!function() {
|
|
2005
|
+
})();
|
|
2006
|
+
!(function() {
|
|
2007
2007
|
__webpack_require__.o = function(obj, prop) {
|
|
2008
2008
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
2009
2009
|
};
|
|
2010
|
-
}();
|
|
2010
|
+
})();
|
|
2011
2011
|
return __webpack_require__(686);
|
|
2012
|
-
}().default
|
|
2012
|
+
})().default
|
|
2013
2013
|
);
|
|
2014
2014
|
});
|
|
2015
2015
|
})(clipboard$1);
|
|
@@ -2446,7 +2446,7 @@ function requireCore() {
|
|
|
2446
2446
|
module.exports = factory();
|
|
2447
2447
|
}
|
|
2448
2448
|
})(core, function() {
|
|
2449
|
-
var CryptoJS2 = CryptoJS2 || function(Math2, undefined$1) {
|
|
2449
|
+
var CryptoJS2 = CryptoJS2 || (function(Math2, undefined$1) {
|
|
2450
2450
|
var crypto;
|
|
2451
2451
|
if (typeof window !== "undefined" && window.crypto) {
|
|
2452
2452
|
crypto = window.crypto;
|
|
@@ -2486,7 +2486,7 @@ function requireCore() {
|
|
|
2486
2486
|
}
|
|
2487
2487
|
throw new Error("Native crypto module could not be used to get secure random number.");
|
|
2488
2488
|
};
|
|
2489
|
-
var create = Object.create || /* @__PURE__ */ function() {
|
|
2489
|
+
var create = Object.create || /* @__PURE__ */ (function() {
|
|
2490
2490
|
function F() {
|
|
2491
2491
|
}
|
|
2492
2492
|
return function(obj) {
|
|
@@ -2496,10 +2496,10 @@ function requireCore() {
|
|
|
2496
2496
|
F.prototype = null;
|
|
2497
2497
|
return subtype;
|
|
2498
2498
|
};
|
|
2499
|
-
}();
|
|
2499
|
+
})();
|
|
2500
2500
|
var C = {};
|
|
2501
2501
|
var C_lib = C.lib = {};
|
|
2502
|
-
var Base = C_lib.Base = /* @__PURE__ */ function() {
|
|
2502
|
+
var Base = C_lib.Base = /* @__PURE__ */ (function() {
|
|
2503
2503
|
return {
|
|
2504
2504
|
/**
|
|
2505
2505
|
* Creates a new object that inherits from this object.
|
|
@@ -2598,7 +2598,7 @@ function requireCore() {
|
|
|
2598
2598
|
return this.init.prototype.extend(this);
|
|
2599
2599
|
}
|
|
2600
2600
|
};
|
|
2601
|
-
}();
|
|
2601
|
+
})();
|
|
2602
2602
|
var WordArray = C_lib.WordArray = Base.extend({
|
|
2603
2603
|
/**
|
|
2604
2604
|
* Initializes a newly created word array.
|
|
@@ -3036,7 +3036,7 @@ function requireCore() {
|
|
|
3036
3036
|
});
|
|
3037
3037
|
var C_algo = C.algo = {};
|
|
3038
3038
|
return C;
|
|
3039
|
-
}(Math);
|
|
3039
|
+
})(Math);
|
|
3040
3040
|
return CryptoJS2;
|
|
3041
3041
|
});
|
|
3042
3042
|
})(core$1);
|
|
@@ -5434,7 +5434,7 @@ function requireCipherCore() {
|
|
|
5434
5434
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
5435
5435
|
}
|
|
5436
5436
|
})(cipherCore, function(CryptoJS2) {
|
|
5437
|
-
CryptoJS2.lib.Cipher || function(undefined$1) {
|
|
5437
|
+
CryptoJS2.lib.Cipher || (function(undefined$1) {
|
|
5438
5438
|
var C = CryptoJS2;
|
|
5439
5439
|
var C_lib = C.lib;
|
|
5440
5440
|
var Base = C_lib.Base;
|
|
@@ -5568,7 +5568,7 @@ function requireCipherCore() {
|
|
|
5568
5568
|
*
|
|
5569
5569
|
* var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES);
|
|
5570
5570
|
*/
|
|
5571
|
-
_createHelper: /* @__PURE__ */ function() {
|
|
5571
|
+
_createHelper: /* @__PURE__ */ (function() {
|
|
5572
5572
|
function selectCipherStrategy(key) {
|
|
5573
5573
|
if (typeof key == "string") {
|
|
5574
5574
|
return PasswordBasedCipher;
|
|
@@ -5586,7 +5586,7 @@ function requireCipherCore() {
|
|
|
5586
5586
|
}
|
|
5587
5587
|
};
|
|
5588
5588
|
};
|
|
5589
|
-
}()
|
|
5589
|
+
})()
|
|
5590
5590
|
});
|
|
5591
5591
|
C_lib.StreamCipher = Cipher.extend({
|
|
5592
5592
|
_doFinalize: function() {
|
|
@@ -5642,7 +5642,7 @@ function requireCipherCore() {
|
|
|
5642
5642
|
this._iv = iv;
|
|
5643
5643
|
}
|
|
5644
5644
|
});
|
|
5645
|
-
var CBC = C_mode.CBC = function() {
|
|
5645
|
+
var CBC = C_mode.CBC = (function() {
|
|
5646
5646
|
var CBC2 = BlockCipherMode.extend();
|
|
5647
5647
|
CBC2.Encryptor = CBC2.extend({
|
|
5648
5648
|
/**
|
|
@@ -5697,7 +5697,7 @@ function requireCipherCore() {
|
|
|
5697
5697
|
}
|
|
5698
5698
|
}
|
|
5699
5699
|
return CBC2;
|
|
5700
|
-
}();
|
|
5700
|
+
})();
|
|
5701
5701
|
var C_pad = C.pad = {};
|
|
5702
5702
|
var Pkcs7 = C_pad.Pkcs7 = {
|
|
5703
5703
|
/**
|
|
@@ -6061,7 +6061,7 @@ function requireCipherCore() {
|
|
|
6061
6061
|
return plaintext;
|
|
6062
6062
|
}
|
|
6063
6063
|
});
|
|
6064
|
-
}();
|
|
6064
|
+
})();
|
|
6065
6065
|
});
|
|
6066
6066
|
})(cipherCore$1);
|
|
6067
6067
|
return cipherCore$1.exports;
|
|
@@ -6078,7 +6078,7 @@ function requireModeCfb() {
|
|
|
6078
6078
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
6079
6079
|
}
|
|
6080
6080
|
})(modeCfb, function(CryptoJS2) {
|
|
6081
|
-
CryptoJS2.mode.CFB = function() {
|
|
6081
|
+
CryptoJS2.mode.CFB = (function() {
|
|
6082
6082
|
var CFB = CryptoJS2.lib.BlockCipherMode.extend();
|
|
6083
6083
|
CFB.Encryptor = CFB.extend({
|
|
6084
6084
|
processBlock: function(words, offset) {
|
|
@@ -6112,7 +6112,7 @@ function requireModeCfb() {
|
|
|
6112
6112
|
}
|
|
6113
6113
|
}
|
|
6114
6114
|
return CFB;
|
|
6115
|
-
}();
|
|
6115
|
+
})();
|
|
6116
6116
|
return CryptoJS2.mode.CFB;
|
|
6117
6117
|
});
|
|
6118
6118
|
})(modeCfb$1);
|
|
@@ -6130,7 +6130,7 @@ function requireModeCtr() {
|
|
|
6130
6130
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
6131
6131
|
}
|
|
6132
6132
|
})(modeCtr, function(CryptoJS2) {
|
|
6133
|
-
CryptoJS2.mode.CTR = function() {
|
|
6133
|
+
CryptoJS2.mode.CTR = (function() {
|
|
6134
6134
|
var CTR = CryptoJS2.lib.BlockCipherMode.extend();
|
|
6135
6135
|
var Encryptor = CTR.Encryptor = CTR.extend({
|
|
6136
6136
|
processBlock: function(words, offset) {
|
|
@@ -6152,7 +6152,7 @@ function requireModeCtr() {
|
|
|
6152
6152
|
});
|
|
6153
6153
|
CTR.Decryptor = Encryptor;
|
|
6154
6154
|
return CTR;
|
|
6155
|
-
}();
|
|
6155
|
+
})();
|
|
6156
6156
|
return CryptoJS2.mode.CTR;
|
|
6157
6157
|
});
|
|
6158
6158
|
})(modeCtr$1);
|
|
@@ -6170,7 +6170,7 @@ function requireModeCtrGladman() {
|
|
|
6170
6170
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
6171
6171
|
}
|
|
6172
6172
|
})(modeCtrGladman, function(CryptoJS2) {
|
|
6173
|
-
CryptoJS2.mode.CTRGladman = function() {
|
|
6173
|
+
CryptoJS2.mode.CTRGladman = (function() {
|
|
6174
6174
|
var CTRGladman = CryptoJS2.lib.BlockCipherMode.extend();
|
|
6175
6175
|
function incWord(word) {
|
|
6176
6176
|
if ((word >> 24 & 255) === 255) {
|
|
@@ -6227,7 +6227,7 @@ function requireModeCtrGladman() {
|
|
|
6227
6227
|
});
|
|
6228
6228
|
CTRGladman.Decryptor = Encryptor;
|
|
6229
6229
|
return CTRGladman;
|
|
6230
|
-
}();
|
|
6230
|
+
})();
|
|
6231
6231
|
return CryptoJS2.mode.CTRGladman;
|
|
6232
6232
|
});
|
|
6233
6233
|
})(modeCtrGladman$1);
|
|
@@ -6245,7 +6245,7 @@ function requireModeOfb() {
|
|
|
6245
6245
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
6246
6246
|
}
|
|
6247
6247
|
})(modeOfb, function(CryptoJS2) {
|
|
6248
|
-
CryptoJS2.mode.OFB = function() {
|
|
6248
|
+
CryptoJS2.mode.OFB = (function() {
|
|
6249
6249
|
var OFB = CryptoJS2.lib.BlockCipherMode.extend();
|
|
6250
6250
|
var Encryptor = OFB.Encryptor = OFB.extend({
|
|
6251
6251
|
processBlock: function(words, offset) {
|
|
@@ -6265,7 +6265,7 @@ function requireModeOfb() {
|
|
|
6265
6265
|
});
|
|
6266
6266
|
OFB.Decryptor = Encryptor;
|
|
6267
6267
|
return OFB;
|
|
6268
|
-
}();
|
|
6268
|
+
})();
|
|
6269
6269
|
return CryptoJS2.mode.OFB;
|
|
6270
6270
|
});
|
|
6271
6271
|
})(modeOfb$1);
|
|
@@ -6283,7 +6283,7 @@ function requireModeEcb() {
|
|
|
6283
6283
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
6284
6284
|
}
|
|
6285
6285
|
})(modeEcb, function(CryptoJS2) {
|
|
6286
|
-
CryptoJS2.mode.ECB = function() {
|
|
6286
|
+
CryptoJS2.mode.ECB = (function() {
|
|
6287
6287
|
var ECB = CryptoJS2.lib.BlockCipherMode.extend();
|
|
6288
6288
|
ECB.Encryptor = ECB.extend({
|
|
6289
6289
|
processBlock: function(words, offset) {
|
|
@@ -6296,7 +6296,7 @@ function requireModeEcb() {
|
|
|
6296
6296
|
}
|
|
6297
6297
|
});
|
|
6298
6298
|
return ECB;
|
|
6299
|
-
}();
|
|
6299
|
+
})();
|
|
6300
6300
|
return CryptoJS2.mode.ECB;
|
|
6301
6301
|
});
|
|
6302
6302
|
})(modeEcb$1);
|
|
@@ -10844,17 +10844,17 @@ const START_LOCATION_NORMALIZED = {
|
|
|
10844
10844
|
meta: {},
|
|
10845
10845
|
redirectedFrom: void 0
|
|
10846
10846
|
};
|
|
10847
|
-
let NavigationType = /* @__PURE__ */ function(NavigationType$1) {
|
|
10847
|
+
let NavigationType = /* @__PURE__ */ (function(NavigationType$1) {
|
|
10848
10848
|
NavigationType$1["pop"] = "pop";
|
|
10849
10849
|
NavigationType$1["push"] = "push";
|
|
10850
10850
|
return NavigationType$1;
|
|
10851
|
-
}({});
|
|
10852
|
-
let NavigationDirection = /* @__PURE__ */ function(NavigationDirection$1) {
|
|
10851
|
+
})({});
|
|
10852
|
+
let NavigationDirection = /* @__PURE__ */ (function(NavigationDirection$1) {
|
|
10853
10853
|
NavigationDirection$1["back"] = "back";
|
|
10854
10854
|
NavigationDirection$1["forward"] = "forward";
|
|
10855
10855
|
NavigationDirection$1["unknown"] = "";
|
|
10856
10856
|
return NavigationDirection$1;
|
|
10857
|
-
}({});
|
|
10857
|
+
})({});
|
|
10858
10858
|
function normalizeBase(base) {
|
|
10859
10859
|
if (!base) if (isBrowser) {
|
|
10860
10860
|
const baseEl = document.querySelector("base");
|
|
@@ -10926,15 +10926,15 @@ function isRouteLocation(route) {
|
|
|
10926
10926
|
function isRouteName(name) {
|
|
10927
10927
|
return typeof name === "string" || typeof name === "symbol";
|
|
10928
10928
|
}
|
|
10929
|
-
let ErrorTypes = /* @__PURE__ */ function(ErrorTypes$1) {
|
|
10929
|
+
let ErrorTypes = /* @__PURE__ */ (function(ErrorTypes$1) {
|
|
10930
10930
|
ErrorTypes$1[ErrorTypes$1["MATCHER_NOT_FOUND"] = 1] = "MATCHER_NOT_FOUND";
|
|
10931
10931
|
ErrorTypes$1[ErrorTypes$1["NAVIGATION_GUARD_REDIRECT"] = 2] = "NAVIGATION_GUARD_REDIRECT";
|
|
10932
10932
|
ErrorTypes$1[ErrorTypes$1["NAVIGATION_ABORTED"] = 4] = "NAVIGATION_ABORTED";
|
|
10933
10933
|
ErrorTypes$1[ErrorTypes$1["NAVIGATION_CANCELLED"] = 8] = "NAVIGATION_CANCELLED";
|
|
10934
10934
|
ErrorTypes$1[ErrorTypes$1["NAVIGATION_DUPLICATED"] = 16] = "NAVIGATION_DUPLICATED";
|
|
10935
10935
|
return ErrorTypes$1;
|
|
10936
|
-
}({});
|
|
10937
|
-
const NavigationFailureSymbol = Symbol(process.env.NODE_ENV !== "production" ? "navigation failure" : "");
|
|
10936
|
+
})({});
|
|
10937
|
+
const NavigationFailureSymbol = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "navigation failure" : "");
|
|
10938
10938
|
const ErrorTypeMessages = {
|
|
10939
10939
|
[ErrorTypes.MATCHER_NOT_FOUND]({ location: location2, currentLocation }) {
|
|
10940
10940
|
return `No match for
|
|
@@ -11021,11 +11021,11 @@ function normalizeQuery(query) {
|
|
|
11021
11021
|
}
|
|
11022
11022
|
return normalizedQuery;
|
|
11023
11023
|
}
|
|
11024
|
-
const matchedRouteKey = Symbol(process.env.NODE_ENV !== "production" ? "router view location matched" : "");
|
|
11025
|
-
const viewDepthKey = Symbol(process.env.NODE_ENV !== "production" ? "router view depth" : "");
|
|
11026
|
-
const routerKey = Symbol(process.env.NODE_ENV !== "production" ? "router" : "");
|
|
11027
|
-
const routeLocationKey = Symbol(process.env.NODE_ENV !== "production" ? "route location" : "");
|
|
11028
|
-
const routerViewLocationKey = Symbol(process.env.NODE_ENV !== "production" ? "router view location" : "");
|
|
11024
|
+
const matchedRouteKey = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "router view location matched" : "");
|
|
11025
|
+
const viewDepthKey = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "router view depth" : "");
|
|
11026
|
+
const routerKey = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "router" : "");
|
|
11027
|
+
const routeLocationKey = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "route location" : "");
|
|
11028
|
+
const routerViewLocationKey = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "router view location" : "");
|
|
11029
11029
|
function useCallbacks() {
|
|
11030
11030
|
let handlers = [];
|
|
11031
11031
|
function add(handler) {
|
|
@@ -11636,20 +11636,20 @@ function createWebHistory(base) {
|
|
|
11636
11636
|
});
|
|
11637
11637
|
return routerHistory;
|
|
11638
11638
|
}
|
|
11639
|
-
let TokenType = /* @__PURE__ */ function(TokenType$1) {
|
|
11639
|
+
let TokenType = /* @__PURE__ */ (function(TokenType$1) {
|
|
11640
11640
|
TokenType$1[TokenType$1["Static"] = 0] = "Static";
|
|
11641
11641
|
TokenType$1[TokenType$1["Param"] = 1] = "Param";
|
|
11642
11642
|
TokenType$1[TokenType$1["Group"] = 2] = "Group";
|
|
11643
11643
|
return TokenType$1;
|
|
11644
|
-
}({});
|
|
11645
|
-
var TokenizerState = /* @__PURE__ */ function(TokenizerState$1) {
|
|
11644
|
+
})({});
|
|
11645
|
+
var TokenizerState = /* @__PURE__ */ (function(TokenizerState$1) {
|
|
11646
11646
|
TokenizerState$1[TokenizerState$1["Static"] = 0] = "Static";
|
|
11647
11647
|
TokenizerState$1[TokenizerState$1["Param"] = 1] = "Param";
|
|
11648
11648
|
TokenizerState$1[TokenizerState$1["ParamRegExp"] = 2] = "ParamRegExp";
|
|
11649
11649
|
TokenizerState$1[TokenizerState$1["ParamRegExpEnd"] = 3] = "ParamRegExpEnd";
|
|
11650
11650
|
TokenizerState$1[TokenizerState$1["EscapeNext"] = 4] = "EscapeNext";
|
|
11651
11651
|
return TokenizerState$1;
|
|
11652
|
-
}(TokenizerState || {});
|
|
11652
|
+
})(TokenizerState || {});
|
|
11653
11653
|
const ROOT_TOKEN = {
|
|
11654
11654
|
type: TokenType.Static,
|
|
11655
11655
|
value: ""
|
|
@@ -11753,7 +11753,7 @@ const BASE_PATH_PARSER_OPTIONS = {
|
|
|
11753
11753
|
start: true,
|
|
11754
11754
|
end: true
|
|
11755
11755
|
};
|
|
11756
|
-
var PathScore = /* @__PURE__ */ function(PathScore$1) {
|
|
11756
|
+
var PathScore = /* @__PURE__ */ (function(PathScore$1) {
|
|
11757
11757
|
PathScore$1[PathScore$1["_multiplier"] = 10] = "_multiplier";
|
|
11758
11758
|
PathScore$1[PathScore$1["Root"] = 90] = "Root";
|
|
11759
11759
|
PathScore$1[PathScore$1["Segment"] = 40] = "Segment";
|
|
@@ -11767,7 +11767,7 @@ var PathScore = /* @__PURE__ */ function(PathScore$1) {
|
|
|
11767
11767
|
PathScore$1[PathScore$1["BonusStrict"] = 0.7000000000000001] = "BonusStrict";
|
|
11768
11768
|
PathScore$1[PathScore$1["BonusCaseSensitive"] = 0.25] = "BonusCaseSensitive";
|
|
11769
11769
|
return PathScore$1;
|
|
11770
|
-
}(PathScore || {});
|
|
11770
|
+
})(PathScore || {});
|
|
11771
11771
|
const REGEX_CHARS_RE = /[.+*?^${}()[\]/\\]/g;
|
|
11772
11772
|
function tokensToParser(segments, extraOptions) {
|
|
11773
11773
|
const options = assign({}, BASE_PATH_PARSER_OPTIONS, extraOptions);
|
|
@@ -15280,7 +15280,7 @@ var qrcodegen;
|
|
|
15280
15280
|
(function(qrcodegen2) {
|
|
15281
15281
|
var QrCode = (
|
|
15282
15282
|
/** @class */
|
|
15283
|
-
function() {
|
|
15283
|
+
(function() {
|
|
15284
15284
|
function QrCode2(version, errorCorrectionLevel, dataCodewords, msk) {
|
|
15285
15285
|
this.version = version;
|
|
15286
15286
|
this.errorCorrectionLevel = errorCorrectionLevel;
|
|
@@ -15752,7 +15752,7 @@ var qrcodegen;
|
|
|
15752
15752
|
// High
|
|
15753
15753
|
];
|
|
15754
15754
|
return QrCode2;
|
|
15755
|
-
}()
|
|
15755
|
+
})()
|
|
15756
15756
|
);
|
|
15757
15757
|
qrcodegen2.QrCode = QrCode;
|
|
15758
15758
|
function appendBits(val, len, bb) {
|
|
@@ -15770,7 +15770,7 @@ var qrcodegen;
|
|
|
15770
15770
|
}
|
|
15771
15771
|
var QrSegment = (
|
|
15772
15772
|
/** @class */
|
|
15773
|
-
function() {
|
|
15773
|
+
(function() {
|
|
15774
15774
|
function QrSegment2(mode, numChars, bitData) {
|
|
15775
15775
|
this.mode = mode;
|
|
15776
15776
|
this.numChars = numChars;
|
|
@@ -15875,7 +15875,7 @@ var qrcodegen;
|
|
|
15875
15875
|
QrSegment2.ALPHANUMERIC_REGEX = /^[A-Z0-9 $%*+.\/:-]*$/;
|
|
15876
15876
|
QrSegment2.ALPHANUMERIC_CHARSET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";
|
|
15877
15877
|
return QrSegment2;
|
|
15878
|
-
}()
|
|
15878
|
+
})()
|
|
15879
15879
|
);
|
|
15880
15880
|
qrcodegen2.QrSegment = QrSegment;
|
|
15881
15881
|
})(qrcodegen || (qrcodegen = {}));
|
|
@@ -15883,7 +15883,7 @@ var qrcodegen;
|
|
|
15883
15883
|
(function(QrCode) {
|
|
15884
15884
|
var Ecc = (
|
|
15885
15885
|
/** @class */
|
|
15886
|
-
function() {
|
|
15886
|
+
(function() {
|
|
15887
15887
|
function Ecc2(ordinal, formatBits) {
|
|
15888
15888
|
this.ordinal = ordinal;
|
|
15889
15889
|
this.formatBits = formatBits;
|
|
@@ -15893,7 +15893,7 @@ var qrcodegen;
|
|
|
15893
15893
|
Ecc2.QUARTILE = new Ecc2(2, 3);
|
|
15894
15894
|
Ecc2.HIGH = new Ecc2(3, 2);
|
|
15895
15895
|
return Ecc2;
|
|
15896
|
-
}()
|
|
15896
|
+
})()
|
|
15897
15897
|
);
|
|
15898
15898
|
QrCode.Ecc = Ecc;
|
|
15899
15899
|
})(qrcodegen2.QrCode || (qrcodegen2.QrCode = {}));
|
|
@@ -15902,7 +15902,7 @@ var qrcodegen;
|
|
|
15902
15902
|
(function(QrSegment) {
|
|
15903
15903
|
var Mode = (
|
|
15904
15904
|
/** @class */
|
|
15905
|
-
function() {
|
|
15905
|
+
(function() {
|
|
15906
15906
|
function Mode2(modeBits, numBitsCharCount) {
|
|
15907
15907
|
this.modeBits = modeBits;
|
|
15908
15908
|
this.numBitsCharCount = numBitsCharCount;
|
|
@@ -15916,7 +15916,7 @@ var qrcodegen;
|
|
|
15916
15916
|
Mode2.KANJI = new Mode2(8, [8, 10, 12]);
|
|
15917
15917
|
Mode2.ECI = new Mode2(7, [0, 0, 0]);
|
|
15918
15918
|
return Mode2;
|
|
15919
|
-
}()
|
|
15919
|
+
})()
|
|
15920
15920
|
);
|
|
15921
15921
|
QrSegment.Mode = Mode;
|
|
15922
15922
|
})(qrcodegen2.QrSegment || (qrcodegen2.QrSegment = {}));
|
|
@@ -15929,14 +15929,14 @@ var ErrorCorrectLevelMap = {
|
|
|
15929
15929
|
Q: QR.QrCode.Ecc.QUARTILE,
|
|
15930
15930
|
H: QR.QrCode.Ecc.HIGH
|
|
15931
15931
|
};
|
|
15932
|
-
var SUPPORTS_PATH2D = function() {
|
|
15932
|
+
var SUPPORTS_PATH2D = (function() {
|
|
15933
15933
|
try {
|
|
15934
15934
|
new Path2D().addPath(new Path2D());
|
|
15935
15935
|
} catch (e) {
|
|
15936
15936
|
return false;
|
|
15937
15937
|
}
|
|
15938
15938
|
return true;
|
|
15939
|
-
}();
|
|
15939
|
+
})();
|
|
15940
15940
|
function validErrorCorrectLevel(level) {
|
|
15941
15941
|
return level in ErrorCorrectLevelMap;
|
|
15942
15942
|
}
|
package/dist/web.css
CHANGED
|
@@ -1411,6 +1411,11 @@ textarea {
|
|
|
1411
1411
|
}
|
|
1412
1412
|
.a-table-footer .left {
|
|
1413
1413
|
flex: 1;
|
|
1414
|
+
}
|
|
1415
|
+
.a-table .cell .el-table__expand-icon {
|
|
1416
|
+
height: 14px !important;
|
|
1417
|
+
line-height: 14px !important;
|
|
1418
|
+
font-weight: bolder;
|
|
1414
1419
|
}.a-tree-box {
|
|
1415
1420
|
display: flex;
|
|
1416
1421
|
flex-direction: row;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@airpower/web",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.2",
|
|
5
5
|
"description": "AirPower-Web",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Hamm",
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
"@airpower/util": "^1.6.0",
|
|
46
46
|
"@element-plus/icons-vue": "^2.3.2",
|
|
47
47
|
"axios": "1.13.2",
|
|
48
|
-
"element-plus": "^2.
|
|
48
|
+
"element-plus": "^2.12.0",
|
|
49
49
|
"qrcode.vue": "^3.6.0",
|
|
50
|
-
"vue": "^3.5.
|
|
50
|
+
"vue": "^3.5.25",
|
|
51
51
|
"vue-clipboard3": "^2.0.0",
|
|
52
|
-
"vue-router": "^4.6.
|
|
52
|
+
"vue-router": "^4.6.4"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@antfu/eslint-config": "^6.
|
|
56
|
-
"@types/node": "^
|
|
57
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
58
|
-
"eslint": "^9.39.
|
|
55
|
+
"@antfu/eslint-config": "^6.7.1",
|
|
56
|
+
"@types/node": "^25.0.2",
|
|
57
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
58
|
+
"eslint": "^9.39.2",
|
|
59
59
|
"sass-embedded": "^1.93.3",
|
|
60
60
|
"typescript": "^5.9.3",
|
|
61
|
-
"vite": "7.
|
|
61
|
+
"vite": "7.3.0",
|
|
62
62
|
"vite-plugin-dts": "^4.5.4"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|