@kengic/vue 0.6.1-beta.5 → 0.6.1-beta.7
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
@@ -14,7 +14,6 @@ function httpClient() {
|
|
14
14
|
return _httpClient;
|
15
15
|
}
|
16
16
|
console.log("111:");
|
17
|
-
console.log("222:");
|
18
17
|
class CreateVarGridMasterQuery {
|
19
18
|
constructor(t) {
|
20
19
|
d(this, "def_flg");
|
@@ -698,7 +697,6 @@ class VarSubmitField {
|
|
698
697
|
d(this, "id");
|
699
698
|
d(this, "key_flg");
|
700
699
|
d(this, "placeholder");
|
701
|
-
d(this, "section");
|
702
700
|
d(this, "srtseq");
|
703
701
|
d(this, "upt_dft_val");
|
704
702
|
d(this, "upt_ena_flg");
|
@@ -732,7 +730,6 @@ class VarSubmitField {
|
|
732
730
|
case "id":
|
733
731
|
case "key_flg":
|
734
732
|
case "placeholder":
|
735
|
-
case "section":
|
736
733
|
case "srtseq":
|
737
734
|
case "upt_dft_val":
|
738
735
|
case "upt_ena_flg":
|
@@ -1426,8 +1423,6 @@ const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
|
|
1426
1423
|
__proto__: null,
|
1427
1424
|
WMS: index
|
1428
1425
|
}, Symbol.toStringTag, { value: "Module" }));
|
1429
|
-
console.log("444:");
|
1430
|
-
console.log("333:");
|
1431
1426
|
function bound01(e, t) {
|
1432
1427
|
isOnePointZero(e) && (e = "100%");
|
1433
1428
|
var r = isPercentage(e);
|
@@ -523,7 +523,7 @@ export declare class VarSubmitConfig {
|
|
523
523
|
upt_min_width?: number | null;
|
524
524
|
constructor(obj?: VarSubmitConfig);
|
525
525
|
}
|
526
|
-
/**
|
526
|
+
/** 提交字段. */
|
527
527
|
export declare class VarSubmitField {
|
528
528
|
/** 复制时的默认值. */
|
529
529
|
cpy_dft_val?: string | null;
|
@@ -571,8 +571,6 @@ export declare class VarSubmitField {
|
|
571
571
|
key_flg?: number | null;
|
572
572
|
/** 提示文字(Placeholder). */
|
573
573
|
placeholder?: string | null;
|
574
|
-
/** 所属分组. */
|
575
|
-
section?: string | null;
|
576
574
|
/** 显示顺序. */
|
577
575
|
srtseq?: number | null;
|
578
576
|
/** 更新时的默认值. */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.6.1-beta.
|
3
|
+
"version": "0.6.1-beta.7",
|
4
4
|
"scripts": {
|
5
5
|
"build": "rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "rimraf dist && vue-tsc && vite build --mode development",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"vue-router": "4.1.6"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@kengic/pont": "1.2.10-beta.
|
49
|
+
"@kengic/pont": "1.2.10-beta.43",
|
50
50
|
"@types/lodash-es": "~4.17.7",
|
51
51
|
"@types/node": "~18.14.6",
|
52
52
|
"@types/semver": "~7.3.13",
|