@kengic/vue 0.32.12 → 0.32.13
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/bin/postinstall.mjs
CHANGED
package/dist/kengic-vue.js
CHANGED
|
@@ -100070,7 +100070,7 @@ function _interopRequireDefault(re) {
|
|
|
100070
100070
|
return re && re.__esModule ? re : { default: re };
|
|
100071
100071
|
}
|
|
100072
100072
|
default_1 = zhTW.default = _zhCHT.default;
|
|
100073
|
-
const version = "0.32.
|
|
100073
|
+
const version = "0.32.13", cs_CZ$1 = {}, en$2 = {
|
|
100074
100074
|
"kg.KgAppSelect.businessManager": "Business Manager",
|
|
100075
100075
|
"kg.KgAppSelect.dataManager": "Data Manager",
|
|
100076
100076
|
"kg.KgAppSelect.sys": "System Config",
|
|
@@ -101763,54 +101763,55 @@ function requireCore() {
|
|
|
101763
101763
|
});
|
|
101764
101764
|
}(core)), core.exports;
|
|
101765
101765
|
}
|
|
101766
|
-
var encBase64 = { exports: {} };
|
|
101767
|
-
|
|
101768
|
-
(function(
|
|
101769
|
-
|
|
101770
|
-
|
|
101771
|
-
|
|
101772
|
-
|
|
101773
|
-
|
|
101774
|
-
|
|
101775
|
-
|
|
101776
|
-
|
|
101777
|
-
|
|
101778
|
-
for (var
|
|
101779
|
-
|
|
101780
|
-
|
|
101781
|
-
|
|
101782
|
-
|
|
101783
|
-
sa.
|
|
101784
|
-
|
|
101785
|
-
|
|
101786
|
-
|
|
101787
|
-
|
|
101788
|
-
|
|
101789
|
-
la
|
|
101790
|
-
|
|
101791
|
-
|
|
101792
|
-
|
|
101793
|
-
|
|
101794
|
-
|
|
101795
|
-
|
|
101796
|
-
|
|
101797
|
-
|
|
101798
|
-
|
|
101799
|
-
|
|
101800
|
-
|
|
101801
|
-
|
|
101802
|
-
|
|
101803
|
-
|
|
101804
|
-
|
|
101805
|
-
|
|
101806
|
-
|
|
101807
|
-
|
|
101808
|
-
|
|
101809
|
-
|
|
101810
|
-
|
|
101811
|
-
|
|
101812
|
-
})
|
|
101813
|
-
|
|
101766
|
+
var encBase64 = { exports: {} }, hasRequiredEncBase64;
|
|
101767
|
+
function requireEncBase64() {
|
|
101768
|
+
return hasRequiredEncBase64 || (hasRequiredEncBase64 = 1, function(re, ae) {
|
|
101769
|
+
(function(oe, ie) {
|
|
101770
|
+
re.exports = ie(requireCore());
|
|
101771
|
+
})(commonjsGlobal, function(oe) {
|
|
101772
|
+
return function() {
|
|
101773
|
+
var ie = oe, ue = ie.lib, ea = ue.WordArray, na = ie.enc;
|
|
101774
|
+
na.Base64 = {
|
|
101775
|
+
stringify: function(aa) {
|
|
101776
|
+
var oa = aa.words, ia = aa.sigBytes, la = this._map;
|
|
101777
|
+
aa.clamp();
|
|
101778
|
+
for (var sa = [], ua = 0; ua < ia; ua += 3)
|
|
101779
|
+
for (var ga = oa[ua >>> 2] >>> 24 - ua % 4 * 8 & 255, da = oa[ua + 1 >>> 2] >>> 24 - (ua + 1) % 4 * 8 & 255, fa = oa[ua + 2 >>> 2] >>> 24 - (ua + 2) % 4 * 8 & 255, pa = ga << 16 | da << 8 | fa, ma = 0; ma < 4 && ua + ma * 0.75 < ia; ma++)
|
|
101780
|
+
sa.push(la.charAt(pa >>> 6 * (3 - ma) & 63));
|
|
101781
|
+
var va = la.charAt(64);
|
|
101782
|
+
if (va)
|
|
101783
|
+
for (; sa.length % 4; )
|
|
101784
|
+
sa.push(va);
|
|
101785
|
+
return sa.join("");
|
|
101786
|
+
},
|
|
101787
|
+
parse: function(aa) {
|
|
101788
|
+
var oa = aa.length, ia = this._map, la = this._reverseMap;
|
|
101789
|
+
if (!la) {
|
|
101790
|
+
la = this._reverseMap = [];
|
|
101791
|
+
for (var sa = 0; sa < ia.length; sa++)
|
|
101792
|
+
la[ia.charCodeAt(sa)] = sa;
|
|
101793
|
+
}
|
|
101794
|
+
var ua = ia.charAt(64);
|
|
101795
|
+
if (ua) {
|
|
101796
|
+
var ga = aa.indexOf(ua);
|
|
101797
|
+
ga !== -1 && (oa = ga);
|
|
101798
|
+
}
|
|
101799
|
+
return ra(aa, oa, la);
|
|
101800
|
+
},
|
|
101801
|
+
_map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
|
|
101802
|
+
};
|
|
101803
|
+
function ra(aa, oa, ia) {
|
|
101804
|
+
for (var la = [], sa = 0, ua = 0; ua < oa; ua++)
|
|
101805
|
+
if (ua % 4) {
|
|
101806
|
+
var ga = ia[aa.charCodeAt(ua - 1)] << ua % 4 * 2, da = ia[aa.charCodeAt(ua)] >>> 6 - ua % 4 * 2, fa = ga | da;
|
|
101807
|
+
la[sa >>> 2] |= fa << 24 - sa % 4 * 8, sa++;
|
|
101808
|
+
}
|
|
101809
|
+
return ea.create(la, sa);
|
|
101810
|
+
}
|
|
101811
|
+
}(), oe.enc.Base64;
|
|
101812
|
+
});
|
|
101813
|
+
}(encBase64)), encBase64.exports;
|
|
101814
|
+
}
|
|
101814
101815
|
var md5$1 = { exports: {} }, hasRequiredMd5;
|
|
101815
101816
|
function requireMd5() {
|
|
101816
101817
|
return hasRequiredMd5 || (hasRequiredMd5 = 1, function(re, ae) {
|
|
@@ -102182,7 +102183,7 @@ function requireCipherCore() {
|
|
|
102182
102183
|
}
|
|
102183
102184
|
(function(re, ae) {
|
|
102184
102185
|
(function(oe, ie, ue) {
|
|
102185
|
-
re.exports = ie(requireCore(),
|
|
102186
|
+
re.exports = ie(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
102186
102187
|
})(commonjsGlobal, function(oe) {
|
|
102187
102188
|
return function() {
|
|
102188
102189
|
var ie = oe, ue = ie.lib, ea = ue.BlockCipher, na = ie.algo, ra = [], aa = [], oa = [], ia = [], la = [], sa = [], ua = [], ga = [], da = [], fa = [];
|
|
@@ -102237,7 +102238,7 @@ function requireCipherCore() {
|
|
|
102237
102238
|
}(), oe.AES;
|
|
102238
102239
|
});
|
|
102239
102240
|
})(aes);
|
|
102240
|
-
var encUtf8 = { exports: {} };
|
|
102241
|
+
var encBase64Exports = requireEncBase64(), encUtf8 = { exports: {} };
|
|
102241
102242
|
(function(re, ae) {
|
|
102242
102243
|
(function(oe, ie) {
|
|
102243
102244
|
re.exports = ie(requireCore());
|
|
@@ -102299,10 +102300,10 @@ class AesEncryption {
|
|
|
102299
102300
|
}
|
|
102300
102301
|
}
|
|
102301
102302
|
function encryptByBase64(re) {
|
|
102302
|
-
return UTF8.parse(re).toString(
|
|
102303
|
+
return UTF8.parse(re).toString(encBase64Exports);
|
|
102303
102304
|
}
|
|
102304
102305
|
function decodeByBase64(re) {
|
|
102305
|
-
return
|
|
102306
|
+
return encBase64Exports.parse(re).toString(UTF8);
|
|
102306
102307
|
}
|
|
102307
102308
|
function encryptByMd5(re) {
|
|
102308
102309
|
return md5Exports(re).toString();
|
|
@@ -115609,60 +115610,66 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115609
115610
|
attrs: ae,
|
|
115610
115611
|
emit: oe
|
|
115611
115612
|
}) {
|
|
115612
|
-
const ie = useKgVar()
|
|
115613
|
-
|
|
115614
|
-
|
|
115615
|
-
|
|
115616
|
-
|
|
115613
|
+
const ie = useKgVar(), ue = debounce$4((oa) => ea(oa), 250, {
|
|
115614
|
+
leading: !1,
|
|
115615
|
+
trailing: !0
|
|
115616
|
+
});
|
|
115617
|
+
function ea(oa) {
|
|
115618
|
+
var ia, la, sa;
|
|
115619
|
+
emit$a({
|
|
115617
115620
|
event: "onChange",
|
|
115618
115621
|
id: ie.fid,
|
|
115619
115622
|
parameter: {
|
|
115620
|
-
context: (
|
|
115623
|
+
context: (ia = re.kgContext) != null ? ia : KG_FORM_CONTEXT.SUBMIT,
|
|
115621
115624
|
isCopying: ie.isCopying.value,
|
|
115622
115625
|
isCreating: ie.isCreating.value,
|
|
115623
115626
|
isDeleting: ie.isDeleting.value,
|
|
115624
115627
|
isUpdating: ie.isUpdating.value,
|
|
115625
|
-
value:
|
|
115626
|
-
varName: (
|
|
115627
|
-
variableName: (
|
|
115628
|
+
value: oa,
|
|
115629
|
+
varName: (la = re.kgVarName) != null ? la : "",
|
|
115630
|
+
variableName: (sa = re.kgVarName) != null ? sa : ""
|
|
115628
115631
|
}
|
|
115629
115632
|
});
|
|
115630
115633
|
}
|
|
115631
|
-
|
|
115632
|
-
|
|
115634
|
+
function na(oa) {
|
|
115635
|
+
const ia = String(oa) || null;
|
|
115636
|
+
oe("update:value", ia), ue(ia);
|
|
115637
|
+
}
|
|
115638
|
+
async function ra() {
|
|
115639
|
+
var oa, ia;
|
|
115633
115640
|
await emit$a({
|
|
115634
115641
|
event: "onEnter",
|
|
115635
115642
|
id: ie.fid,
|
|
115636
115643
|
parameter: {
|
|
115637
|
-
context: (
|
|
115644
|
+
context: (oa = re.kgContext) != null ? oa : KG_FORM_CONTEXT.SUBMIT,
|
|
115638
115645
|
values: [re.value],
|
|
115639
|
-
vname: (
|
|
115646
|
+
vname: (ia = re.kgVarName) != null ? ia : ""
|
|
115640
115647
|
}
|
|
115641
115648
|
}) || oe("kgSubmit");
|
|
115642
115649
|
}
|
|
115643
|
-
function
|
|
115644
|
-
var
|
|
115650
|
+
function aa() {
|
|
115651
|
+
var oa, ia;
|
|
115645
115652
|
emit$a({
|
|
115646
115653
|
event: "onBlur",
|
|
115647
115654
|
id: ie.fid,
|
|
115648
115655
|
parameter: {
|
|
115649
|
-
context: (
|
|
115656
|
+
context: (oa = re.kgContext) != null ? oa : KG_FORM_CONTEXT.SUBMIT,
|
|
115650
115657
|
value: re.value,
|
|
115651
115658
|
values: [re.value],
|
|
115652
|
-
varName: (
|
|
115659
|
+
varName: (ia = re.kgVarName) != null ? ia : ""
|
|
115653
115660
|
}
|
|
115654
115661
|
});
|
|
115655
115662
|
}
|
|
115656
115663
|
return () => createVNode(Input$2, {
|
|
115657
115664
|
value: re.value,
|
|
115658
|
-
"onUpdate:value":
|
|
115665
|
+
"onUpdate:value": na,
|
|
115659
115666
|
id: ae.id,
|
|
115660
115667
|
placeholder: re.kgPlaceholder,
|
|
115661
115668
|
disabled: re.kgDisabled,
|
|
115662
115669
|
allowClear: !0,
|
|
115663
115670
|
class: "kg-form-item--input",
|
|
115664
|
-
onPressEnter:
|
|
115665
|
-
onBlur:
|
|
115671
|
+
onPressEnter: ra,
|
|
115672
|
+
onBlur: aa
|
|
115666
115673
|
}, null);
|
|
115667
115674
|
}
|
|
115668
115675
|
}), KgFormItemInputNumber = defineComponent({
|
|
@@ -12,6 +12,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
type: import("vue").PropType<boolean>;
|
|
13
13
|
default: undefined;
|
|
14
14
|
};
|
|
15
|
+
/**
|
|
16
|
+
* 触发事件: onChange.
|
|
17
|
+
*
|
|
18
|
+
* @param value 当前的值.
|
|
19
|
+
*/
|
|
15
20
|
kgMode: import("vue").PropType<"multiple" | "tags">;
|
|
16
21
|
kgPicker: {
|
|
17
22
|
type: import("vue").PropType<import("ant-design-vue/lib/vc-picker/interface").PickerMode>;
|
|
@@ -52,6 +57,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
57
|
type: import("vue").PropType<boolean>;
|
|
53
58
|
default: undefined;
|
|
54
59
|
};
|
|
60
|
+
/**
|
|
61
|
+
* 触发事件: onChange.
|
|
62
|
+
*
|
|
63
|
+
* @param value 当前的值.
|
|
64
|
+
*/
|
|
55
65
|
kgMode: import("vue").PropType<"multiple" | "tags">;
|
|
56
66
|
kgPicker: {
|
|
57
67
|
type: import("vue").PropType<import("ant-design-vue/lib/vc-picker/interface").PickerMode>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.13",
|
|
4
4
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "24.14.1",
|