@kengic/vue 0.30.1-beta.0 → 0.30.1-beta.1
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/kengic-vue.js +54 -55
- package/package.json +1 -1
package/dist/kengic-vue.js
CHANGED
@@ -131067,7 +131067,7 @@ function _interopRequireDefault(e) {
|
|
131067
131067
|
return e && e.__esModule ? e : { default: e };
|
131068
131068
|
}
|
131069
131069
|
default_1 = zhTW.default = _zhCHT.default;
|
131070
|
-
const version = "0.30.1-beta.
|
131070
|
+
const version = "0.30.1-beta.1", KG__DI__ID = Symbol("KG__DI__ID"), KG__DI__FORM_ID = Symbol("KG__DI__FORM_ID"), KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID"), KG__DI__KG_FORM_ITEM__VAR_NAME = Symbol("KG__DI__KG_FORM_ITEM__VAR_NAME"), KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID"), KG_CONST = {
|
131071
131071
|
DB_COLUMN_TYPE: {
|
131072
131072
|
NCHAR: "NCHAR",
|
131073
131073
|
NVARCHAR: "NVARCHAR"
|
@@ -134011,55 +134011,54 @@ function requireCore() {
|
|
134011
134011
|
});
|
134012
134012
|
}(core)), core.exports;
|
134013
134013
|
}
|
134014
|
-
var encBase64 = { exports: {} }
|
134015
|
-
function
|
134016
|
-
|
134017
|
-
(
|
134018
|
-
|
134019
|
-
|
134020
|
-
|
134021
|
-
|
134022
|
-
|
134023
|
-
|
134024
|
-
|
134025
|
-
|
134026
|
-
for (var
|
134027
|
-
|
134028
|
-
|
134029
|
-
|
134030
|
-
|
134031
|
-
|
134032
|
-
|
134033
|
-
|
134034
|
-
|
134035
|
-
|
134036
|
-
|
134037
|
-
|
134038
|
-
|
134039
|
-
|
134040
|
-
|
134041
|
-
|
134042
|
-
|
134043
|
-
|
134044
|
-
|
134045
|
-
|
134046
|
-
|
134047
|
-
|
134048
|
-
|
134049
|
-
|
134050
|
-
|
134051
|
-
|
134052
|
-
|
134053
|
-
|
134054
|
-
|
134055
|
-
|
134056
|
-
|
134057
|
-
|
134058
|
-
|
134059
|
-
|
134060
|
-
|
134061
|
-
|
134062
|
-
}
|
134014
|
+
var encBase64 = { exports: {} };
|
134015
|
+
(function(e, U) {
|
134016
|
+
(function(G, te) {
|
134017
|
+
e.exports = te(requireCore());
|
134018
|
+
})(commonjsGlobal, function(G) {
|
134019
|
+
return function() {
|
134020
|
+
var te = G, ne = te.lib, oe = ne.WordArray, ie = te.enc;
|
134021
|
+
ie.Base64 = {
|
134022
|
+
stringify: function(ue) {
|
134023
|
+
var st = ue.words, ut = ue.sigBytes, ea = this._map;
|
134024
|
+
ue.clamp();
|
134025
|
+
for (var ra = [], ia = 0; ia < ut; ia += 3)
|
134026
|
+
for (var aa = st[ia >>> 2] >>> 24 - ia % 4 * 8 & 255, oa = st[ia + 1 >>> 2] >>> 24 - (ia + 1) % 4 * 8 & 255, ca = st[ia + 2 >>> 2] >>> 24 - (ia + 2) % 4 * 8 & 255, sa = aa << 16 | oa << 8 | ca, da = 0; da < 4 && ia + da * 0.75 < ut; da++)
|
134027
|
+
ra.push(ea.charAt(sa >>> 6 * (3 - da) & 63));
|
134028
|
+
var pa = ea.charAt(64);
|
134029
|
+
if (pa)
|
134030
|
+
for (; ra.length % 4; )
|
134031
|
+
ra.push(pa);
|
134032
|
+
return ra.join("");
|
134033
|
+
},
|
134034
|
+
parse: function(ue) {
|
134035
|
+
var st = ue.length, ut = this._map, ea = this._reverseMap;
|
134036
|
+
if (!ea) {
|
134037
|
+
ea = this._reverseMap = [];
|
134038
|
+
for (var ra = 0; ra < ut.length; ra++)
|
134039
|
+
ea[ut.charCodeAt(ra)] = ra;
|
134040
|
+
}
|
134041
|
+
var ia = ut.charAt(64);
|
134042
|
+
if (ia) {
|
134043
|
+
var aa = ue.indexOf(ia);
|
134044
|
+
aa !== -1 && (st = aa);
|
134045
|
+
}
|
134046
|
+
return se(ue, st, ea);
|
134047
|
+
},
|
134048
|
+
_map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
|
134049
|
+
};
|
134050
|
+
function se(ue, st, ut) {
|
134051
|
+
for (var ea = [], ra = 0, ia = 0; ia < st; ia++)
|
134052
|
+
if (ia % 4) {
|
134053
|
+
var aa = ut[ue.charCodeAt(ia - 1)] << ia % 4 * 2, oa = ut[ue.charCodeAt(ia)] >>> 6 - ia % 4 * 2, ca = aa | oa;
|
134054
|
+
ea[ra >>> 2] |= ca << 24 - ra % 4 * 8, ra++;
|
134055
|
+
}
|
134056
|
+
return oe.create(ea, ra);
|
134057
|
+
}
|
134058
|
+
}(), G.enc.Base64;
|
134059
|
+
});
|
134060
|
+
})(encBase64);
|
134061
|
+
const Base64 = encBase64.exports;
|
134063
134062
|
var md5$1 = { exports: {} }, hasRequiredMd5;
|
134064
134063
|
function requireMd5() {
|
134065
134064
|
return hasRequiredMd5 || (hasRequiredMd5 = 1, function(e, U) {
|
@@ -134431,7 +134430,7 @@ function requireCipherCore() {
|
|
134431
134430
|
}
|
134432
134431
|
(function(e, U) {
|
134433
134432
|
(function(G, te, ne) {
|
134434
|
-
e.exports = te(requireCore(),
|
134433
|
+
e.exports = te(requireCore(), encBase64.exports, requireMd5(), requireEvpkdf(), requireCipherCore());
|
134435
134434
|
})(commonjsGlobal, function(G) {
|
134436
134435
|
return function() {
|
134437
134436
|
var te = G, ne = te.lib, oe = ne.BlockCipher, ie = te.algo, se = [], ue = [], st = [], ut = [], ea = [], ra = [], ia = [], aa = [], oa = [], ca = [];
|
@@ -134486,7 +134485,7 @@ function requireCipherCore() {
|
|
134486
134485
|
}(), G.AES;
|
134487
134486
|
});
|
134488
134487
|
})(aes);
|
134489
|
-
var
|
134488
|
+
var encUtf8 = { exports: {} };
|
134490
134489
|
(function(e, U) {
|
134491
134490
|
(function(G, te) {
|
134492
134491
|
e.exports = te(requireCore());
|
@@ -134548,10 +134547,10 @@ class AesEncryption {
|
|
134548
134547
|
}
|
134549
134548
|
}
|
134550
134549
|
function encryptByBase64(e) {
|
134551
|
-
return UTF8.parse(e).toString(
|
134550
|
+
return UTF8.parse(e).toString(Base64);
|
134552
134551
|
}
|
134553
134552
|
function decodeByBase64(e) {
|
134554
|
-
return
|
134553
|
+
return Base64.parse(e).toString(UTF8);
|
134555
134554
|
}
|
134556
134555
|
function encryptByMd5(e) {
|
134557
134556
|
return md5Exports(e).toString();
|
@@ -163608,7 +163607,7 @@ function buildKgTableStore(e) {
|
|
163608
163607
|
if (!e)
|
163609
163608
|
throw new Error("\u754C\u9762\u6807\u8BC6\u4E0D\u80FD\u4E3A\u7A7A");
|
163610
163609
|
return storeDefinitionRecord$2[e] || (storeDefinitionRecord$2[e] = defineStore(`KgTable[${e}]`, () => {
|
163611
|
-
const U = ref$1([]), G = ref$1(!1), te = ref$1(!1), ne = ref$1(!1), oe = ref$1(!
|
163610
|
+
const U = ref$1([]), G = ref$1(!1), te = ref$1(!1), ne = ref$1(!1), oe = ref$1(!0), ie = ref$1({}), se = ref$1("M"), ue = ref$1([]), st = ref$1([]), ut = ref$1(0), ea = computed(() => {
|
163612
163611
|
var Va;
|
163613
163612
|
return (Va = U.value) != null ? Va : [];
|
163614
163613
|
}), ra = computed(() => !!G.value), ia = computed(() => {
|
package/package.json
CHANGED