@kengic/vue 0.6.1-beta.4 → 0.6.1-beta.6

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.
@@ -14,12 +14,10 @@ function httpClient() {
14
14
  return _httpClient;
15
15
  }
16
16
  console.log("111:");
17
- console.log("444:");
18
17
  const DEF = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
19
18
  __proto__: null,
20
19
  WMS: models
21
20
  }, Symbol.toStringTag, { value: "Module" }));
22
- console.log("222:");
23
21
  class CreateVarGridMasterQuery {
24
22
  constructor(t) {
25
23
  d(this, "def_flg");
@@ -703,7 +701,6 @@ class VarSubmitField {
703
701
  d(this, "id");
704
702
  d(this, "key_flg");
705
703
  d(this, "placeholder");
706
- d(this, "section");
707
704
  d(this, "srtseq");
708
705
  d(this, "upt_dft_val");
709
706
  d(this, "upt_ena_flg");
@@ -737,7 +734,6 @@ class VarSubmitField {
737
734
  case "id":
738
735
  case "key_flg":
739
736
  case "placeholder":
740
- case "section":
741
737
  case "srtseq":
742
738
  case "upt_dft_val":
743
739
  case "upt_ena_flg":
@@ -878,7 +874,6 @@ const models = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProper
878
874
  WhDTO,
879
875
  keys: keys$1
880
876
  }, Symbol.toStringTag, { value: "Module" }));
881
- console.assert(!0, DEF, keys$1);
882
877
  class GetAllQuery {
883
878
  constructor(t) {
884
879
  d(this, "frm_id");
@@ -892,7 +887,7 @@ class GetAllQuery {
892
887
  }
893
888
  }
894
889
  function GetAll(e, t) {
895
- return httpClient().request(
890
+ return console.assert(!0, DEF, keys$1), httpClient().request(
896
891
  {
897
892
  method: GetAll.method,
898
893
  url: `${t != null && t.mock ? "/mock" : ""}${GetAll.url}`,
@@ -908,11 +903,10 @@ const index$6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
908
903
  GetAll,
909
904
  GetAllQuery
910
905
  }, Symbol.toStringTag, { value: "Module" }));
911
- console.assert(!0, DEF, keys$1);
912
906
  class AddQuery$1 {
913
907
  }
914
908
  function Add$1(e, t) {
915
- return httpClient().request(
909
+ return console.assert(!0, DEF, keys$1), httpClient().request(
916
910
  {
917
911
  method: Add$1.method,
918
912
  url: `${t != null && t.mock ? "/mock" : ""}${Add$1.url}`,
@@ -923,7 +917,6 @@ function Add$1(e, t) {
923
917
  }
924
918
  Add$1.method = "POST";
925
919
  Add$1.url = "/var/VarContext/add";
926
- console.assert(!0, DEF, keys$1);
927
920
  class DeleteQuery$1 {
928
921
  constructor(t) {
929
922
  d(this, "id");
@@ -937,7 +930,7 @@ class DeleteQuery$1 {
937
930
  }
938
931
  }
939
932
  function Delete$1(e, t) {
940
- return httpClient().request(
933
+ return console.assert(!0, DEF, keys$1), httpClient().request(
941
934
  {
942
935
  method: Delete$1.method,
943
936
  url: `${t != null && t.mock ? "/mock" : ""}${Delete$1.url}`,
@@ -948,7 +941,6 @@ function Delete$1(e, t) {
948
941
  }
949
942
  Delete$1.method = "DELETE";
950
943
  Delete$1.url = "/var/VarContext/delete";
951
- console.assert(!0, DEF, keys$1);
952
944
  class DeleteBatchQuery$1 {
953
945
  constructor(t) {
954
946
  d(this, "ids");
@@ -962,7 +954,7 @@ class DeleteBatchQuery$1 {
962
954
  }
963
955
  }
964
956
  function DeleteBatch$1(e, t) {
965
- return httpClient().request(
957
+ return console.assert(!0, DEF, keys$1), httpClient().request(
966
958
  {
967
959
  method: DeleteBatch$1.method,
968
960
  url: `${t != null && t.mock ? "/mock" : ""}${DeleteBatch$1.url}`,
@@ -973,11 +965,10 @@ function DeleteBatch$1(e, t) {
973
965
  }
974
966
  DeleteBatch$1.method = "DELETE";
975
967
  DeleteBatch$1.url = "/var/VarContext/deleteBatch";
976
- console.assert(!0, DEF, keys$1);
977
968
  class EditQuery$1 {
978
969
  }
979
970
  function Edit$1(e, t) {
980
- return httpClient().request(
971
+ return console.assert(!0, DEF, keys$1), httpClient().request(
981
972
  {
982
973
  method: Edit$1.method,
983
974
  url: `${t != null && t.mock ? "/mock" : ""}${Edit$1.url}`,
@@ -988,7 +979,6 @@ function Edit$1(e, t) {
988
979
  }
989
980
  Edit$1.method = "POST";
990
981
  Edit$1.url = "/var/VarContext/edit";
991
- console.assert(!0, DEF, keys$1);
992
982
  class ExportXlsQuery$1 {
993
983
  constructor(t) {
994
984
  d(this, "frm_id");
@@ -1008,7 +998,7 @@ class ExportXlsQuery$1 {
1008
998
  }
1009
999
  }
1010
1000
  function ExportXls$1(e, t) {
1011
- return httpClient().request(
1001
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1012
1002
  {
1013
1003
  method: ExportXls$1.method,
1014
1004
  url: `${t != null && t.mock ? "/mock" : ""}${ExportXls$1.url}`,
@@ -1019,11 +1009,10 @@ function ExportXls$1(e, t) {
1019
1009
  }
1020
1010
  ExportXls$1.method = "GET";
1021
1011
  ExportXls$1.url = "/var/VarContext/exportXls";
1022
- console.assert(!0, DEF, keys$1);
1023
1012
  class ImportExcelQuery$1 {
1024
1013
  }
1025
1014
  function ImportExcel$1(e, t) {
1026
- return httpClient().request(
1015
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1027
1016
  {
1028
1017
  method: ImportExcel$1.method,
1029
1018
  url: `${t != null && t.mock ? "/mock" : ""}${ImportExcel$1.url}`,
@@ -1034,7 +1023,6 @@ function ImportExcel$1(e, t) {
1034
1023
  }
1035
1024
  ImportExcel$1.method = "POST";
1036
1025
  ImportExcel$1.url = "/var/VarContext/importExcel";
1037
- console.assert(!0, DEF, keys$1);
1038
1026
  class ListQuery$1 {
1039
1027
  constructor(t) {
1040
1028
  d(this, "frm_id");
@@ -1060,7 +1048,7 @@ class ListQuery$1 {
1060
1048
  }
1061
1049
  }
1062
1050
  function List$1(e, t) {
1063
- return httpClient().request(
1051
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1064
1052
  {
1065
1053
  method: List$1.method,
1066
1054
  url: `${t != null && t.mock ? "/mock" : ""}${List$1.url}`,
@@ -1071,7 +1059,6 @@ function List$1(e, t) {
1071
1059
  }
1072
1060
  List$1.method = "GET";
1073
1061
  List$1.url = "/var/VarContext/list";
1074
- console.assert(!0, DEF, keys$1);
1075
1062
  class QueryByIdQuery$1 {
1076
1063
  constructor(t) {
1077
1064
  d(this, "id");
@@ -1085,7 +1072,7 @@ class QueryByIdQuery$1 {
1085
1072
  }
1086
1073
  }
1087
1074
  function QueryById$1(e, t) {
1088
- return httpClient().request(
1075
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1089
1076
  {
1090
1077
  method: QueryById$1.method,
1091
1078
  url: `${t != null && t.mock ? "/mock" : ""}${QueryById$1.url}`,
@@ -1115,7 +1102,6 @@ const index$5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
1115
1102
  QueryById: QueryById$1,
1116
1103
  QueryByIdQuery: QueryByIdQuery$1
1117
1104
  }, Symbol.toStringTag, { value: "Module" }));
1118
- console.assert(!0, DEF, keys$1);
1119
1105
  class QueryByIDQuery$1 {
1120
1106
  constructor(t) {
1121
1107
  d(this, "id");
@@ -1129,7 +1115,7 @@ class QueryByIDQuery$1 {
1129
1115
  }
1130
1116
  }
1131
1117
  function QueryByID$1(e, t) {
1132
- return httpClient().request(
1118
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1133
1119
  {
1134
1120
  method: QueryByID$1.method,
1135
1121
  url: `${t != null && t.mock ? "/mock" : ""}${QueryByID$1.url}`,
@@ -1140,11 +1126,10 @@ function QueryByID$1(e, t) {
1140
1126
  }
1141
1127
  QueryByID$1.method = "GET";
1142
1128
  QueryByID$1.url = "/var/VarGridMaster/queryByID";
1143
- console.assert(!0, DEF, keys$1);
1144
1129
  class UpdateQuery {
1145
1130
  }
1146
1131
  function Update(e, t) {
1147
- return httpClient().request(
1132
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1148
1133
  {
1149
1134
  method: Update.method,
1150
1135
  url: `${t != null && t.mock ? "/mock" : ""}${Update.url}`,
@@ -1162,7 +1147,6 @@ const index$4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
1162
1147
  Update,
1163
1148
  UpdateQuery
1164
1149
  }, Symbol.toStringTag, { value: "Module" }));
1165
- console.assert(!0, DEF, keys$1);
1166
1150
  class QueryByIDQuery {
1167
1151
  constructor(t) {
1168
1152
  d(this, "id");
@@ -1176,7 +1160,7 @@ class QueryByIDQuery {
1176
1160
  }
1177
1161
  }
1178
1162
  function QueryByID(e, t) {
1179
- return httpClient().request(
1163
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1180
1164
  {
1181
1165
  method: QueryByID.method,
1182
1166
  url: `${t != null && t.mock ? "/mock" : ""}${QueryByID.url}`,
@@ -1192,11 +1176,10 @@ const index$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
1192
1176
  QueryByID,
1193
1177
  QueryByIDQuery
1194
1178
  }, Symbol.toStringTag, { value: "Module" }));
1195
- console.assert(!0, DEF, keys$1);
1196
1179
  class AddQuery {
1197
1180
  }
1198
1181
  function Add(e, t) {
1199
- return httpClient().request(
1182
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1200
1183
  {
1201
1184
  method: Add.method,
1202
1185
  url: `${t != null && t.mock ? "/mock" : ""}${Add.url}`,
@@ -1207,7 +1190,6 @@ function Add(e, t) {
1207
1190
  }
1208
1191
  Add.method = "POST";
1209
1192
  Add.url = "/var/VarVariableCatalog/add";
1210
- console.assert(!0, DEF, keys$1);
1211
1193
  class DeleteQuery {
1212
1194
  constructor(t) {
1213
1195
  d(this, "id");
@@ -1221,7 +1203,7 @@ class DeleteQuery {
1221
1203
  }
1222
1204
  }
1223
1205
  function Delete(e, t) {
1224
- return httpClient().request(
1206
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1225
1207
  {
1226
1208
  method: Delete.method,
1227
1209
  url: `${t != null && t.mock ? "/mock" : ""}${Delete.url}`,
@@ -1232,7 +1214,6 @@ function Delete(e, t) {
1232
1214
  }
1233
1215
  Delete.method = "DELETE";
1234
1216
  Delete.url = "/var/VarVariableCatalog/delete";
1235
- console.assert(!0, DEF, keys$1);
1236
1217
  class DeleteBatchQuery {
1237
1218
  constructor(t) {
1238
1219
  d(this, "ids");
@@ -1246,7 +1227,7 @@ class DeleteBatchQuery {
1246
1227
  }
1247
1228
  }
1248
1229
  function DeleteBatch(e, t) {
1249
- return httpClient().request(
1230
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1250
1231
  {
1251
1232
  method: DeleteBatch.method,
1252
1233
  url: `${t != null && t.mock ? "/mock" : ""}${DeleteBatch.url}`,
@@ -1257,11 +1238,10 @@ function DeleteBatch(e, t) {
1257
1238
  }
1258
1239
  DeleteBatch.method = "DELETE";
1259
1240
  DeleteBatch.url = "/var/VarVariableCatalog/deleteBatch";
1260
- console.assert(!0, DEF, keys$1);
1261
1241
  class EditQuery {
1262
1242
  }
1263
1243
  function Edit(e, t) {
1264
- return httpClient().request(
1244
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1265
1245
  {
1266
1246
  method: Edit.method,
1267
1247
  url: `${t != null && t.mock ? "/mock" : ""}${Edit.url}`,
@@ -1272,7 +1252,6 @@ function Edit(e, t) {
1272
1252
  }
1273
1253
  Edit.method = "POST";
1274
1254
  Edit.url = "/var/VarVariableCatalog/edit";
1275
- console.assert(!0, DEF, keys$1);
1276
1255
  class ExportXlsQuery {
1277
1256
  constructor(t) {
1278
1257
  d(this, "cust_lvl");
@@ -1298,7 +1277,7 @@ class ExportXlsQuery {
1298
1277
  }
1299
1278
  }
1300
1279
  function ExportXls(e, t) {
1301
- return httpClient().request(
1280
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1302
1281
  {
1303
1282
  method: ExportXls.method,
1304
1283
  url: `${t != null && t.mock ? "/mock" : ""}${ExportXls.url}`,
@@ -1309,11 +1288,10 @@ function ExportXls(e, t) {
1309
1288
  }
1310
1289
  ExportXls.method = "GET";
1311
1290
  ExportXls.url = "/var/VarVariableCatalog/exportXls";
1312
- console.assert(!0, DEF, keys$1);
1313
1291
  class ImportExcelQuery {
1314
1292
  }
1315
1293
  function ImportExcel(e, t) {
1316
- return httpClient().request(
1294
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1317
1295
  {
1318
1296
  method: ImportExcel.method,
1319
1297
  url: `${t != null && t.mock ? "/mock" : ""}${ImportExcel.url}`,
@@ -1324,7 +1302,6 @@ function ImportExcel(e, t) {
1324
1302
  }
1325
1303
  ImportExcel.method = "POST";
1326
1304
  ImportExcel.url = "/var/VarVariableCatalog/importExcel";
1327
- console.assert(!0, DEF, keys$1);
1328
1305
  class ListQuery {
1329
1306
  constructor(t) {
1330
1307
  d(this, "cust_lvl");
@@ -1356,7 +1333,7 @@ class ListQuery {
1356
1333
  }
1357
1334
  }
1358
1335
  function List(e, t) {
1359
- return httpClient().request(
1336
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1360
1337
  {
1361
1338
  method: List.method,
1362
1339
  url: `${t != null && t.mock ? "/mock" : ""}${List.url}`,
@@ -1367,7 +1344,6 @@ function List(e, t) {
1367
1344
  }
1368
1345
  List.method = "GET";
1369
1346
  List.url = "/var/VarVariableCatalog/list";
1370
- console.assert(!0, DEF, keys$1);
1371
1347
  class QueryByIdQuery {
1372
1348
  constructor(t) {
1373
1349
  d(this, "id");
@@ -1381,7 +1357,7 @@ class QueryByIdQuery {
1381
1357
  }
1382
1358
  }
1383
1359
  function QueryById(e, t) {
1384
- return httpClient().request(
1360
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1385
1361
  {
1386
1362
  method: QueryById.method,
1387
1363
  url: `${t != null && t.mock ? "/mock" : ""}${QueryById.url}`,
@@ -1411,7 +1387,6 @@ const index$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
1411
1387
  QueryById,
1412
1388
  QueryByIdQuery
1413
1389
  }, Symbol.toStringTag, { value: "Module" }));
1414
- console.assert(!0, DEF, keys$1);
1415
1390
  class ListVOQuery {
1416
1391
  constructor(t) {
1417
1392
  d(this, "activeFlg");
@@ -1455,7 +1430,7 @@ class ListVOQuery {
1455
1430
  }
1456
1431
  }
1457
1432
  function ListVO(e, t) {
1458
- return httpClient().request(
1433
+ return console.assert(!0, DEF, keys$1), httpClient().request(
1459
1434
  {
1460
1435
  method: ListVO.method,
1461
1436
  url: `${t != null && t.mock ? "/mock" : ""}${ListVO.url}`,
@@ -1482,7 +1457,6 @@ const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
1482
1457
  __proto__: null,
1483
1458
  WMS: index
1484
1459
  }, Symbol.toStringTag, { value: "Module" }));
1485
- console.log("333:");
1486
1460
  function bound01(e, t) {
1487
1461
  isOnePointZero(e) && (e = "100%");
1488
1462
  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.4",
3
+ "version": "0.6.1-beta.6",
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.42",
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",