@kengic/vue 0.28.2-beta.7 → 0.28.2-beta.9
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
@@ -71373,7 +71373,7 @@ function fi(e) {
|
|
71373
71373
|
})
|
71374
71374
|
);
|
71375
71375
|
}
|
71376
|
-
const version = "0.28.2-beta.
|
71376
|
+
const version = "0.28.2-beta.9", en$1 = {
|
71377
71377
|
kg: {
|
71378
71378
|
KgAppSelect: {
|
71379
71379
|
businessManager: "Business Manager",
|
@@ -76795,55 +76795,54 @@ function requireCore() {
|
|
76795
76795
|
});
|
76796
76796
|
}(core)), core.exports;
|
76797
76797
|
}
|
76798
|
-
var encBase64 = { exports: {} }
|
76799
|
-
function
|
76800
|
-
|
76801
|
-
(
|
76802
|
-
|
76803
|
-
|
76804
|
-
|
76805
|
-
|
76806
|
-
|
76807
|
-
|
76808
|
-
|
76809
|
-
|
76810
|
-
for (var
|
76811
|
-
|
76812
|
-
|
76813
|
-
|
76814
|
-
|
76815
|
-
|
76816
|
-
|
76817
|
-
|
76818
|
-
|
76819
|
-
|
76820
|
-
|
76821
|
-
|
76822
|
-
|
76823
|
-
|
76824
|
-
|
76825
|
-
|
76826
|
-
|
76827
|
-
|
76828
|
-
|
76829
|
-
|
76830
|
-
|
76831
|
-
|
76832
|
-
|
76833
|
-
|
76834
|
-
|
76835
|
-
|
76836
|
-
|
76837
|
-
|
76838
|
-
|
76839
|
-
|
76840
|
-
|
76841
|
-
|
76842
|
-
|
76843
|
-
|
76844
|
-
|
76845
|
-
|
76846
|
-
}
|
76798
|
+
var encBase64 = { exports: {} };
|
76799
|
+
(function(e, G) {
|
76800
|
+
(function(U, te) {
|
76801
|
+
e.exports = te(requireCore());
|
76802
|
+
})(commonjsGlobal, function(U) {
|
76803
|
+
return function() {
|
76804
|
+
var te = U, ne = te.lib, oe = ne.WordArray, ie = te.enc;
|
76805
|
+
ie.Base64 = {
|
76806
|
+
stringify: function(st) {
|
76807
|
+
var ea = st.words, ta = st.sigBytes, na = this._map;
|
76808
|
+
st.clamp();
|
76809
|
+
for (var oa = [], la = 0; la < ta; la += 3)
|
76810
|
+
for (var ca = ea[la >>> 2] >>> 24 - la % 4 * 8 & 255, da = ea[la + 1 >>> 2] >>> 24 - (la + 1) % 4 * 8 & 255, fa = ea[la + 2 >>> 2] >>> 24 - (la + 2) % 4 * 8 & 255, pa = ca << 16 | da << 8 | fa, ga = 0; ga < 4 && la + ga * 0.75 < ta; ga++)
|
76811
|
+
oa.push(na.charAt(pa >>> 6 * (3 - ga) & 63));
|
76812
|
+
var ha = na.charAt(64);
|
76813
|
+
if (ha)
|
76814
|
+
for (; oa.length % 4; )
|
76815
|
+
oa.push(ha);
|
76816
|
+
return oa.join("");
|
76817
|
+
},
|
76818
|
+
parse: function(st) {
|
76819
|
+
var ea = st.length, ta = this._map, na = this._reverseMap;
|
76820
|
+
if (!na) {
|
76821
|
+
na = this._reverseMap = [];
|
76822
|
+
for (var oa = 0; oa < ta.length; oa++)
|
76823
|
+
na[ta.charCodeAt(oa)] = oa;
|
76824
|
+
}
|
76825
|
+
var la = ta.charAt(64);
|
76826
|
+
if (la) {
|
76827
|
+
var ca = st.indexOf(la);
|
76828
|
+
ca !== -1 && (ea = ca);
|
76829
|
+
}
|
76830
|
+
return ue(st, ea, na);
|
76831
|
+
},
|
76832
|
+
_map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
|
76833
|
+
};
|
76834
|
+
function ue(st, ea, ta) {
|
76835
|
+
for (var na = [], oa = 0, la = 0; la < ea; la++)
|
76836
|
+
if (la % 4) {
|
76837
|
+
var ca = ta[st.charCodeAt(la - 1)] << la % 4 * 2, da = ta[st.charCodeAt(la)] >>> 6 - la % 4 * 2, fa = ca | da;
|
76838
|
+
na[oa >>> 2] |= fa << 24 - oa % 4 * 8, oa++;
|
76839
|
+
}
|
76840
|
+
return oe.create(na, oa);
|
76841
|
+
}
|
76842
|
+
}(), U.enc.Base64;
|
76843
|
+
});
|
76844
|
+
})(encBase64);
|
76845
|
+
const Base64 = encBase64.exports;
|
76847
76846
|
var md5$1 = { exports: {} }, hasRequiredMd5;
|
76848
76847
|
function requireMd5() {
|
76849
76848
|
return hasRequiredMd5 || (hasRequiredMd5 = 1, function(e, G) {
|
@@ -77215,7 +77214,7 @@ function requireCipherCore() {
|
|
77215
77214
|
}
|
77216
77215
|
(function(e, G) {
|
77217
77216
|
(function(U, te, ne) {
|
77218
|
-
e.exports = te(requireCore(),
|
77217
|
+
e.exports = te(requireCore(), encBase64.exports, requireMd5(), requireEvpkdf(), requireCipherCore());
|
77219
77218
|
})(commonjsGlobal, function(U) {
|
77220
77219
|
return function() {
|
77221
77220
|
var te = U, ne = te.lib, oe = ne.BlockCipher, ie = te.algo, ue = [], st = [], ea = [], ta = [], na = [], oa = [], la = [], ca = [], da = [], fa = [];
|
@@ -77270,7 +77269,7 @@ function requireCipherCore() {
|
|
77270
77269
|
}(), U.AES;
|
77271
77270
|
});
|
77272
77271
|
})(aes);
|
77273
|
-
var
|
77272
|
+
var encUtf8 = { exports: {} };
|
77274
77273
|
(function(e, G) {
|
77275
77274
|
(function(U, te) {
|
77276
77275
|
e.exports = te(requireCore());
|
@@ -77332,10 +77331,10 @@ class AesEncryption {
|
|
77332
77331
|
}
|
77333
77332
|
}
|
77334
77333
|
function encryptByBase64(e) {
|
77335
|
-
return UTF8.parse(e).toString(
|
77334
|
+
return UTF8.parse(e).toString(Base64);
|
77336
77335
|
}
|
77337
77336
|
function decodeByBase64(e) {
|
77338
|
-
return
|
77337
|
+
return Base64.parse(e).toString(UTF8);
|
77339
77338
|
}
|
77340
77339
|
function encryptByMd5(e) {
|
77341
77340
|
return md5Exports(e).toString();
|
@@ -95637,13 +95636,14 @@ const KgFormItemSelect = defineComponent({
|
|
95637
95636
|
onBlur: ga
|
95638
95637
|
}, {
|
95639
95638
|
default: () => na.value.map((ya) => {
|
95640
|
-
|
95639
|
+
const Sa = _KgUtil.evaluateVarConfigPossibilityLabel(ya, ea.value, st.value);
|
95641
95640
|
return createVNode(Select$2.Option, {
|
95642
95641
|
"kg-value": ya[st.value],
|
95643
95642
|
key: ya.id,
|
95644
|
-
title:
|
95645
|
-
value: ya[st.value]
|
95646
|
-
|
95643
|
+
title: Sa,
|
95644
|
+
value: ya[st.value],
|
95645
|
+
label: Sa
|
95646
|
+
}, _isSlot$c(Sa) ? Sa : {
|
95647
95647
|
default: () => [Sa]
|
95648
95648
|
});
|
95649
95649
|
}),
|
@@ -97068,7 +97068,7 @@ const getProps$A = () => ({
|
|
97068
97068
|
onClick: Ia
|
97069
97069
|
}, _isSlot$a(xi = te.t("kg.cancel")) ? xi : {
|
97070
97070
|
default: () => [xi]
|
97071
|
-
}), ((Si = ne.kgSubmit.currentVarSubmitConfig$Props.value.
|
97071
|
+
}), ((Si = ne.kgSubmit.currentVarSubmitConfig$Props.value.okButton) == null ? void 0 : Si.isShow) !== !1 && createVNode(Button$2, {
|
97072
97072
|
type: "primary",
|
97073
97073
|
disabled: st.value,
|
97074
97074
|
loading: ie.value,
|
@@ -50,10 +50,10 @@ export function wrapperEnv(envConf: Recordable): ViteEnv {
|
|
50
50
|
*/
|
51
51
|
function getConfFiles() {
|
52
52
|
const script = process.env.npm_lifecycle_script;
|
53
|
-
const reg = new RegExp('--mode ([a-z_\\d]+)');
|
53
|
+
const reg = new RegExp('(--mode|-m) ([a-z_\\d]+)');
|
54
54
|
const result = reg.exec(script as string) as any;
|
55
55
|
if (result) {
|
56
|
-
const mode = result[
|
56
|
+
const mode = result[2] as string;
|
57
57
|
return ['.env', `.env.${mode}`];
|
58
58
|
}
|
59
59
|
return ['.env', '.env.production'];
|
@@ -3,8 +3,8 @@ import { FormInstance } from 'ant-design-vue';
|
|
3
3
|
import { RuleObject } from 'ant-design-vue/es/form';
|
4
4
|
import { ComputedRef, Ref } from 'vue';
|
5
5
|
import { VarProfileDetail, VarSubmitConfig, VarSubmitDetail } from '../../api/WMS/models';
|
6
|
-
import { IKgVarSubmitConfigProperties,
|
7
|
-
import { eventListeners,
|
6
|
+
import { IKgVarSubmitConfigProperties, KG__VAR_SUBMIT_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT, KG__VAR_SUBMIT_CONFIG__LAYOUT } from '../../const';
|
7
|
+
import { eventListeners, IKgSubmitOnAfterValidateEventListener, IKgSubmitOnBeforeCancelEventListener, IKgSubmitOnBeforeOkEventListener, IKgSubmitOnBeforeOpenEventListener, IKgSubmitOnBeforeRequestEventListener, IKgSubmitOnCancelEventListener, IKgSubmitOnCloseEventListener, IKgSubmitOnErrorEventListener, IKgSubmitOnOkEventListener, IKgSubmitOnOpenEventListener, IKgSubmitOnSubmitCancelEventListener, IKgSubmitOnSubmitSaveEventListener } from './KgSubmit.event';
|
8
8
|
import { IKgSubmitStore } from './KgSubmit.store';
|
9
9
|
export interface IUseKgSubmit {
|
10
10
|
/**
|
@@ -105,7 +105,7 @@ export interface IUseKgSubmit {
|
|
105
105
|
* @param param.buttonVarName <p>按钮的变量名称, 对应的是 {@link VarButton.var_nam} 属性.</p>
|
106
106
|
*/
|
107
107
|
getVarSubmitConfig(param?: {
|
108
|
-
buttonType?:
|
108
|
+
buttonType?: string;
|
109
109
|
buttonVarName?: string | null;
|
110
110
|
}): VarSubmitConfig | null;
|
111
111
|
/**
|
@@ -151,7 +151,7 @@ export interface IUseKgSubmit {
|
|
151
151
|
* @param param.varName 提交表单字段的变量名, 对应的是 {@link VarSubmitDetail.var_nam} 属性.
|
152
152
|
*/
|
153
153
|
getVarSubmitDetails(param?: {
|
154
|
-
buttonType?:
|
154
|
+
buttonType?: string;
|
155
155
|
buttonVarName?: string | null;
|
156
156
|
isKey?: 0 | 1 | null;
|
157
157
|
isVisible?: 0 | 1 | null;
|
@@ -285,7 +285,7 @@ export interface IUseKgSubmit {
|
|
285
285
|
* @param param.varName 「提交表单字段」的变量名称, 对应的是 {@link VarSubmitDetail.var_nam} 属性.
|
286
286
|
*/
|
287
287
|
patchVarSubmitDetail(param: {
|
288
|
-
buttonType?:
|
288
|
+
buttonType?: string;
|
289
289
|
buttonVarName?: string | null;
|
290
290
|
properties: VarSubmitDetail;
|
291
291
|
varName: string | null | undefined;
|
@@ -3,7 +3,6 @@ import { FormInstance } from 'ant-design-vue/lib/form/Form';
|
|
3
3
|
import { StoreDefinition } from 'pinia';
|
4
4
|
import { Ref } from 'vue';
|
5
5
|
import { VarProfileDetail, VarSubmitConfig, VarSubmitDetail } from '../../api/WMS/models';
|
6
|
-
import { KG__VAR_BUTTON__TYPE } from '../../const';
|
7
6
|
export interface IUseKgSubmitStoreState {
|
8
7
|
/** 表单数据对象. */
|
9
8
|
formModelMap: Map<string, Record<string, any>>;
|
@@ -23,7 +22,7 @@ export interface IUseKgSubmitStoreGetters {
|
|
23
22
|
/** 是否处于加载状态. */
|
24
23
|
getIsLoading(): (formID: string | null | undefined) => boolean;
|
25
24
|
getVarSubmitConfig(): (formID: string | null | undefined, param?: {
|
26
|
-
buttonType?:
|
25
|
+
buttonType?: string;
|
27
26
|
buttonVarName?: string | null;
|
28
27
|
}) => VarSubmitConfig | null;
|
29
28
|
getVarSubmitConfigs(): (formID: string | null | undefined) => Array<VarSubmitConfig>;
|
@@ -31,7 +30,7 @@ export interface IUseKgSubmitStoreGetters {
|
|
31
30
|
varProfileDetail: VarProfileDetail | null;
|
32
31
|
}) => VarSubmitDetail | null;
|
33
32
|
getVarSubmitDetails(): (formID: string | null | undefined, param?: {
|
34
|
-
buttonType?:
|
33
|
+
buttonType?: string;
|
35
34
|
buttonVarName?: string | null;
|
36
35
|
isKey?: 0 | 1 | null;
|
37
36
|
isVisible?: 0 | 1 | null;
|
@@ -53,7 +52,7 @@ export interface IUseKgSubmitStoreActions {
|
|
53
52
|
*/
|
54
53
|
dispose(formID: string | null | undefined): void;
|
55
54
|
patchVarSubmitDetail(formID: string | null | undefined, param: {
|
56
|
-
buttonType?:
|
55
|
+
buttonType?: string;
|
57
56
|
buttonVarName?: string | null;
|
58
57
|
properties: VarSubmitDetail;
|
59
58
|
varName: string | null | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.28.2-beta.
|
3
|
+
"version": "0.28.2-beta.9",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
@@ -17,6 +17,8 @@
|
|
17
17
|
"------- ------------------------------------------": "",
|
18
18
|
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
19
19
|
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && tsx script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
20
|
+
"copy-to:luotao:smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--project-kengic-factory.ts",
|
21
|
+
"bump-to:luotao:smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && tsx script/bump-to.luotao.smartfactory.product.wms.wms--project-kengic-factory.ts",
|
20
22
|
"----- --------------------------------------------": "更新组件库的版本",
|
21
23
|
"bump:major": "npm run use-node && tsx script/bump.ts major",
|
22
24
|
"bump:minor": "npm run use-node && tsx script/bump.ts minor",
|