@kengic/vue 0.32.13 → 0.32.15
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
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.15", 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",
|
|
@@ -113783,6 +113783,7 @@ import("./eye-outlined.b25b4d28.mjs").then(({ default: re }) => addIcon("ant-des
|
|
|
113783
113783
|
import("./info-circle-outlined.7ddbd554.mjs").then(({ default: re }) => addIcon("ant-design:info-circle-outlined", re));
|
|
113784
113784
|
import("./pause-circle-outlined.cd534f5f.mjs").then(({ default: re }) => addIcon("ant-design:pause-circle-outlined", re));
|
|
113785
113785
|
import("./plus-outlined.bdaa6481.mjs").then(({ default: re }) => addIcon("ant-design:plus-outlined", re));
|
|
113786
|
+
import("./minus-outlined.a9205d40.mjs").then(({ default: re }) => addIcon("ant-design:minus-outlined", re));
|
|
113786
113787
|
import("./printer-outlined.a8d0d92b.mjs").then(({ default: re }) => addIcon("ant-design:printer-outlined", re));
|
|
113787
113788
|
import("./retweet-outlined.bfa9b123.mjs").then(({ default: re }) => addIcon("ant-design:retweet-outlined", re));
|
|
113788
113789
|
import("./delete-outlined.20afb717.mjs").then(({ default: re }) => addIcon("ant-design:delete-outlined", re));
|
|
@@ -115103,7 +115104,7 @@ const KgFormItemCheckbox = defineComponent({
|
|
|
115103
115104
|
return re.value === (((ra = ue.value) == null ? void 0 : ra.dataType) === "BOOLEAN" ? !0 : 1);
|
|
115104
115105
|
});
|
|
115105
115106
|
function na(ra) {
|
|
115106
|
-
var oa, ia, la;
|
|
115107
|
+
var oa, ia, la, sa;
|
|
115107
115108
|
const aa = ra ? 1 : 0;
|
|
115108
115109
|
oe("update:value", aa), emit$a({
|
|
115109
115110
|
event: "onChange",
|
|
@@ -115116,7 +115117,8 @@ const KgFormItemCheckbox = defineComponent({
|
|
|
115116
115117
|
isUpdating: ie.isUpdating.value,
|
|
115117
115118
|
value: aa,
|
|
115118
115119
|
varName: (ia = re.kgVarName) != null ? ia : "",
|
|
115119
|
-
variableName: (la = re.kgVarName) != null ? la : ""
|
|
115120
|
+
variableName: (la = re.kgVarName) != null ? la : "",
|
|
115121
|
+
vname: (sa = re.kgVarName) != null ? sa : ""
|
|
115120
115122
|
}
|
|
115121
115123
|
});
|
|
115122
115124
|
}
|
|
@@ -115366,7 +115368,7 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115366
115368
|
pa.target.checked ? fa((va = (ma = oa.value) == null ? void 0 : ma.map(($a) => $a[aa.value])) != null ? va : []) : fa([]), ua.value = !1, (ha = oe.value) == null || ha.validate(re.kgVarName);
|
|
115367
115369
|
}
|
|
115368
115370
|
function fa(pa) {
|
|
115369
|
-
var ma, va, ha;
|
|
115371
|
+
var ma, va, ha, $a;
|
|
115370
115372
|
ga(pa), emit$a({
|
|
115371
115373
|
event: "onChange",
|
|
115372
115374
|
id: ue.fid,
|
|
@@ -115378,7 +115380,8 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115378
115380
|
isUpdating: ue.isUpdating.value,
|
|
115379
115381
|
value: pa,
|
|
115380
115382
|
varName: (va = re.kgVarName) != null ? va : "",
|
|
115381
|
-
variableName: (ha = re.kgVarName) != null ? ha : ""
|
|
115383
|
+
variableName: (ha = re.kgVarName) != null ? ha : "",
|
|
115384
|
+
vname: ($a = re.kgVarName) != null ? $a : ""
|
|
115382
115385
|
}
|
|
115383
115386
|
});
|
|
115384
115387
|
}
|
|
@@ -115438,7 +115441,7 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115438
115441
|
return aa;
|
|
115439
115442
|
});
|
|
115440
115443
|
function na(aa) {
|
|
115441
|
-
var ia, la, sa;
|
|
115444
|
+
var ia, la, sa, ua;
|
|
115442
115445
|
const oa = aa ? ie(aa) : void 0;
|
|
115443
115446
|
ae("update:value", oa), emit$a({
|
|
115444
115447
|
id: ue.fid,
|
|
@@ -115451,7 +115454,8 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115451
115454
|
isUpdating: ue.isUpdating.value,
|
|
115452
115455
|
value: oa,
|
|
115453
115456
|
varName: (la = re.kgVarName) != null ? la : "",
|
|
115454
|
-
variableName: (sa = re.kgVarName) != null ? sa : ""
|
|
115457
|
+
variableName: (sa = re.kgVarName) != null ? sa : "",
|
|
115458
|
+
vname: (ua = re.kgVarName) != null ? ua : ""
|
|
115455
115459
|
}
|
|
115456
115460
|
});
|
|
115457
115461
|
}
|
|
@@ -115499,7 +115503,7 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115499
115503
|
return ie.isDayjs(la) || (la = ie(la)), ie.isDayjs(sa) || (sa = ie(sa)), la.isValid() && (ia[0] = la), sa.isValid() && (ia[1] = sa), ia;
|
|
115500
115504
|
});
|
|
115501
115505
|
function ra(oa) {
|
|
115502
|
-
var la, sa, ua;
|
|
115506
|
+
var la, sa, ua, ga;
|
|
115503
115507
|
const ia = oa ? [ie(oa[0]), ie(oa[1])] : void 0;
|
|
115504
115508
|
ae("update:value", ia), emit$a({
|
|
115505
115509
|
id: ue.fid,
|
|
@@ -115512,7 +115516,8 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115512
115516
|
isUpdating: ue.isUpdating.value,
|
|
115513
115517
|
value: ia,
|
|
115514
115518
|
varName: (sa = re.kgVarName) != null ? sa : "",
|
|
115515
|
-
variableName: (ua = re.kgVarName) != null ? ua : ""
|
|
115519
|
+
variableName: (ua = re.kgVarName) != null ? ua : "",
|
|
115520
|
+
vname: (ga = re.kgVarName) != null ? ga : ""
|
|
115516
115521
|
}
|
|
115517
115522
|
});
|
|
115518
115523
|
}
|
|
@@ -115605,7 +115610,6 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115605
115610
|
}), KgFormItemInput = defineComponent({
|
|
115606
115611
|
name: "KgFormItemInput",
|
|
115607
115612
|
props: getProps$P(),
|
|
115608
|
-
emits: ["update:value", "kgSubmit"],
|
|
115609
115613
|
setup(re, {
|
|
115610
115614
|
attrs: ae,
|
|
115611
115615
|
emit: oe
|
|
@@ -115615,7 +115619,7 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115615
115619
|
trailing: !0
|
|
115616
115620
|
});
|
|
115617
115621
|
function ea(oa) {
|
|
115618
|
-
var ia, la, sa;
|
|
115622
|
+
var ia, la, sa, ua;
|
|
115619
115623
|
emit$a({
|
|
115620
115624
|
event: "onChange",
|
|
115621
115625
|
id: ie.fid,
|
|
@@ -115627,25 +115631,29 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115627
115631
|
isUpdating: ie.isUpdating.value,
|
|
115628
115632
|
value: oa,
|
|
115629
115633
|
varName: (la = re.kgVarName) != null ? la : "",
|
|
115630
|
-
variableName: (sa = re.kgVarName) != null ? sa : ""
|
|
115634
|
+
variableName: (sa = re.kgVarName) != null ? sa : "",
|
|
115635
|
+
vname: (ua = re.kgVarName) != null ? ua : ""
|
|
115631
115636
|
}
|
|
115632
115637
|
});
|
|
115633
115638
|
}
|
|
115634
115639
|
function na(oa) {
|
|
115640
|
+
var la;
|
|
115635
115641
|
const ia = String(oa) || null;
|
|
115636
|
-
|
|
115642
|
+
(la = re["onUpdate:value"]) == null || la.call(re, ia), ue(ia);
|
|
115637
115643
|
}
|
|
115638
115644
|
async function ra() {
|
|
115639
|
-
|
|
115640
|
-
|
|
115641
|
-
|
|
115642
|
-
|
|
115643
|
-
|
|
115644
|
-
|
|
115645
|
-
|
|
115646
|
-
|
|
115647
|
-
|
|
115648
|
-
|
|
115645
|
+
setTimeout(async () => {
|
|
115646
|
+
var oa, ia, la;
|
|
115647
|
+
await emit$a({
|
|
115648
|
+
event: "onEnter",
|
|
115649
|
+
id: ie.fid,
|
|
115650
|
+
parameter: {
|
|
115651
|
+
context: (oa = re.kgContext) != null ? oa : KG_FORM_CONTEXT.SUBMIT,
|
|
115652
|
+
values: [re.value],
|
|
115653
|
+
vname: (ia = re.kgVarName) != null ? ia : ""
|
|
115654
|
+
}
|
|
115655
|
+
}) || (la = re.onKgSubmit) == null || la.call(re);
|
|
115656
|
+
});
|
|
115649
115657
|
}
|
|
115650
115658
|
function aa() {
|
|
115651
115659
|
var oa, ia;
|
|
@@ -115682,7 +115690,7 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115682
115690
|
}) {
|
|
115683
115691
|
const ie = useKgVar();
|
|
115684
115692
|
function ue(ra) {
|
|
115685
|
-
var aa, oa, ia;
|
|
115693
|
+
var aa, oa, ia, la;
|
|
115686
115694
|
oe("update:value", ra), emit$a({
|
|
115687
115695
|
id: ie.fid,
|
|
115688
115696
|
event: "onChange",
|
|
@@ -115694,7 +115702,8 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115694
115702
|
isUpdating: ie.isUpdating.value,
|
|
115695
115703
|
value: ra,
|
|
115696
115704
|
varName: (oa = re.kgVarName) != null ? oa : "",
|
|
115697
|
-
variableName: (ia = re.kgVarName) != null ? ia : ""
|
|
115705
|
+
variableName: (ia = re.kgVarName) != null ? ia : "",
|
|
115706
|
+
vname: (la = re.kgVarName) != null ? la : ""
|
|
115698
115707
|
}
|
|
115699
115708
|
});
|
|
115700
115709
|
}
|
|
@@ -115744,7 +115753,7 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115744
115753
|
}) {
|
|
115745
115754
|
const ie = useKgVar();
|
|
115746
115755
|
function ue(ra) {
|
|
115747
|
-
var oa, ia, la;
|
|
115756
|
+
var oa, ia, la, sa;
|
|
115748
115757
|
const aa = String(ra).trim() || null;
|
|
115749
115758
|
oe("update:value", aa), emit$a({
|
|
115750
115759
|
id: ie.fid,
|
|
@@ -115757,7 +115766,8 @@ const KgFormItemCheckboxGroup = defineComponent({
|
|
|
115757
115766
|
isUpdating: ie.isUpdating.value,
|
|
115758
115767
|
value: aa,
|
|
115759
115768
|
varName: (ia = re.kgVarName) != null ? ia : "",
|
|
115760
|
-
variableName: (la = re.kgVarName) != null ? la : ""
|
|
115769
|
+
variableName: (la = re.kgVarName) != null ? la : "",
|
|
115770
|
+
vname: (sa = re.kgVarName) != null ? sa : ""
|
|
115761
115771
|
}
|
|
115762
115772
|
});
|
|
115763
115773
|
}
|
|
@@ -115856,7 +115866,7 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
115856
115866
|
ae.value[re.kgVarName] = sa;
|
|
115857
115867
|
}
|
|
115858
115868
|
function la(sa) {
|
|
115859
|
-
var ua, ga, da;
|
|
115869
|
+
var ua, ga, da, fa;
|
|
115860
115870
|
ia(sa), emit$a({
|
|
115861
115871
|
id: oe.fid,
|
|
115862
115872
|
event: "onChange",
|
|
@@ -115868,7 +115878,8 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
115868
115878
|
isUpdating: oe.isUpdating.value,
|
|
115869
115879
|
value: sa,
|
|
115870
115880
|
varName: (ga = re.kgVarName) != null ? ga : "",
|
|
115871
|
-
variableName: (da = re.kgVarName) != null ? da : ""
|
|
115881
|
+
variableName: (da = re.kgVarName) != null ? da : "",
|
|
115882
|
+
vname: (fa = re.kgVarName) != null ? fa : ""
|
|
115872
115883
|
}
|
|
115873
115884
|
});
|
|
115874
115885
|
}
|
|
@@ -116015,7 +116026,7 @@ const KgFormItemSelect = defineComponent({
|
|
|
116015
116026
|
});
|
|
116016
116027
|
}
|
|
116017
116028
|
function va(ha) {
|
|
116018
|
-
var $a, ya, Ca;
|
|
116029
|
+
var $a, ya, Ca, Sa;
|
|
116019
116030
|
ci(`${ea.fid} | ${re.kgVarName} | KgFormItemSelect | onUpdateValue()`, {
|
|
116020
116031
|
value: ha
|
|
116021
116032
|
}), fa(ha), emit$a({
|
|
@@ -116029,7 +116040,8 @@ const KgFormItemSelect = defineComponent({
|
|
|
116029
116040
|
isUpdating: ea.isUpdating.value,
|
|
116030
116041
|
value: ha,
|
|
116031
116042
|
varName: (ya = re.kgVarName) != null ? ya : "",
|
|
116032
|
-
variableName: (Ca = re.kgVarName) != null ? Ca : ""
|
|
116043
|
+
variableName: (Ca = re.kgVarName) != null ? Ca : "",
|
|
116044
|
+
vname: (Sa = re.kgVarName) != null ? Sa : ""
|
|
116033
116045
|
}
|
|
116034
116046
|
});
|
|
116035
116047
|
}
|
|
@@ -116087,7 +116099,7 @@ const KgFormItemSelect = defineComponent({
|
|
|
116087
116099
|
controlProperties$$: ue
|
|
116088
116100
|
} = useKgFormItem();
|
|
116089
116101
|
function ea(na) {
|
|
116090
|
-
var ra, aa, oa;
|
|
116102
|
+
var ra, aa, oa, ia;
|
|
116091
116103
|
oe("update:value", na), emit$a({
|
|
116092
116104
|
id: ie.fid,
|
|
116093
116105
|
event: "onChange",
|
|
@@ -116099,7 +116111,8 @@ const KgFormItemSelect = defineComponent({
|
|
|
116099
116111
|
isUpdating: ie.isUpdating.value,
|
|
116100
116112
|
value: na,
|
|
116101
116113
|
varName: (aa = re.kgVarName) != null ? aa : "",
|
|
116102
|
-
variableName: (oa = re.kgVarName) != null ? oa : ""
|
|
116114
|
+
variableName: (oa = re.kgVarName) != null ? oa : "",
|
|
116115
|
+
vname: (ia = re.kgVarName) != null ? ia : ""
|
|
116103
116116
|
}
|
|
116104
116117
|
});
|
|
116105
116118
|
}
|
|
@@ -116132,7 +116145,7 @@ const KgFormItemSelect = defineComponent({
|
|
|
116132
116145
|
return !Number.isNaN(la) && la > 0 && (ia = la), ia;
|
|
116133
116146
|
});
|
|
116134
116147
|
function ra(ia) {
|
|
116135
|
-
var sa, ua, ga;
|
|
116148
|
+
var sa, ua, ga, da;
|
|
116136
116149
|
const la = String(ia) || null;
|
|
116137
116150
|
oe("update:value", la), emit$a({
|
|
116138
116151
|
id: ie.fid,
|
|
@@ -116145,7 +116158,8 @@ const KgFormItemSelect = defineComponent({
|
|
|
116145
116158
|
isUpdating: ie.isUpdating.value,
|
|
116146
116159
|
value: la,
|
|
116147
116160
|
varName: (ua = re.kgVarName) != null ? ua : "",
|
|
116148
|
-
variableName: (ga = re.kgVarName) != null ? ga : ""
|
|
116161
|
+
variableName: (ga = re.kgVarName) != null ? ga : "",
|
|
116162
|
+
vname: (da = re.kgVarName) != null ? da : ""
|
|
116149
116163
|
}
|
|
116150
116164
|
});
|
|
116151
116165
|
}
|
|
@@ -116197,12 +116211,12 @@ const KgFormItem = defineComponent({
|
|
|
116197
116211
|
isMultiple: Ia,
|
|
116198
116212
|
values: Ba
|
|
116199
116213
|
}) => {
|
|
116200
|
-
var La, ka, Ha, za, Ga;
|
|
116214
|
+
var La, ka, Ha, za, Ga, Ja;
|
|
116201
116215
|
switch (Aa) {
|
|
116202
116216
|
case re.kgVarName: {
|
|
116203
116217
|
if (Va.value) {
|
|
116204
|
-
let
|
|
116205
|
-
Ia ?
|
|
116218
|
+
let Za;
|
|
116219
|
+
Ia ? Za = Ba : Za = (La = Ba == null ? void 0 : Ba[0]) != null ? La : null, Va.value[re.kgVarName] = Za, emit$a({
|
|
116206
116220
|
id: ue.fid,
|
|
116207
116221
|
event: "onChange",
|
|
116208
116222
|
parameter: {
|
|
@@ -116211,13 +116225,14 @@ const KgFormItem = defineComponent({
|
|
|
116211
116225
|
isCreating: ue.isCreating.value,
|
|
116212
116226
|
isDeleting: ue.isDeleting.value,
|
|
116213
116227
|
isUpdating: ue.isUpdating.value,
|
|
116214
|
-
value:
|
|
116228
|
+
value: Za,
|
|
116215
116229
|
varName: (Ha = re.kgVarName) != null ? Ha : "",
|
|
116216
|
-
variableName: (za = re.kgVarName) != null ? za : ""
|
|
116230
|
+
variableName: (za = re.kgVarName) != null ? za : "",
|
|
116231
|
+
vname: (Ga = re.kgVarName) != null ? Ga : ""
|
|
116217
116232
|
}
|
|
116218
116233
|
});
|
|
116219
116234
|
}
|
|
116220
|
-
(
|
|
116235
|
+
(Ja = ie.value) == null || Ja.validate([re.kgVarName]);
|
|
116221
116236
|
break;
|
|
116222
116237
|
}
|
|
116223
116238
|
}
|
|
@@ -23,12 +23,14 @@ export declare type IKgForm$EventListenerParameter$onChange = {
|
|
|
23
23
|
* 表单控件当前数据.
|
|
24
24
|
*/
|
|
25
25
|
value: any;
|
|
26
|
-
/**
|
|
27
|
-
* 变量名称.
|
|
28
|
-
*/
|
|
26
|
+
/** @deprecated */
|
|
29
27
|
varName: string;
|
|
30
28
|
/** @deprecated */
|
|
31
29
|
variableName: string;
|
|
30
|
+
/**
|
|
31
|
+
* 变量名称.
|
|
32
|
+
*/
|
|
33
|
+
vname: string;
|
|
32
34
|
};
|
|
33
35
|
export declare type IKgForm$EventListener$onChange = ((param: IKgForm$EventListenerParameter$onChange) => Promise<boolean>) & IKgEventListener;
|
|
34
36
|
export declare type IKgForm$EventListenerParameter$onBlur = {
|
|
@@ -12,12 +12,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
type: import("vue").PropType<boolean>;
|
|
13
13
|
default: undefined;
|
|
14
14
|
};
|
|
15
|
+
kgMode: import("vue").PropType<"multiple" | "tags">;
|
|
15
16
|
/**
|
|
16
17
|
* 触发事件: onChange.
|
|
17
18
|
*
|
|
18
19
|
* @param value 当前的值.
|
|
19
20
|
*/
|
|
20
|
-
kgMode: import("vue").PropType<"multiple" | "tags">;
|
|
21
21
|
kgPicker: {
|
|
22
22
|
type: import("vue").PropType<import("ant-design-vue/lib/vc-picker/interface").PickerMode>;
|
|
23
23
|
default: undefined;
|
|
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
type: import("vue").PropType<import("./KgForm.Item.model").IKgFormItemValue>;
|
|
45
45
|
default: undefined;
|
|
46
46
|
};
|
|
47
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
47
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
48
|
kgAllowClear: {
|
|
49
49
|
type: import("vue").PropType<boolean>;
|
|
50
50
|
default: undefined;
|
|
@@ -57,12 +57,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
type: import("vue").PropType<boolean>;
|
|
58
58
|
default: undefined;
|
|
59
59
|
};
|
|
60
|
+
kgMode: import("vue").PropType<"multiple" | "tags">;
|
|
60
61
|
/**
|
|
61
62
|
* 触发事件: onChange.
|
|
62
63
|
*
|
|
63
64
|
* @param value 当前的值.
|
|
64
65
|
*/
|
|
65
|
-
kgMode: import("vue").PropType<"multiple" | "tags">;
|
|
66
66
|
kgPicker: {
|
|
67
67
|
type: import("vue").PropType<import("ant-design-vue/lib/vc-picker/interface").PickerMode>;
|
|
68
68
|
default: undefined;
|
|
@@ -89,10 +89,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
89
89
|
type: import("vue").PropType<import("./KgForm.Item.model").IKgFormItemValue>;
|
|
90
90
|
default: undefined;
|
|
91
91
|
};
|
|
92
|
-
}
|
|
93
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
94
|
-
onKgSubmit?: ((...args: any[]) => any) | undefined;
|
|
95
|
-
}, {
|
|
92
|
+
}>>, {
|
|
96
93
|
value: import("./KgForm.Item.model").IKgFormItemValue;
|
|
97
94
|
kgDisabled: boolean;
|
|
98
95
|
kgContext: KG_FORM_CONTEXT;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.15",
|
|
4
4
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "24.14.1",
|