gomtm 0.0.367 → 0.0.368
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/esm/components/curdView/curdViewEditor.js +26 -2
- package/dist/esm/curd/CurdViewSS.js +1 -1
- package/dist/esm/curd/listview/list-store.d.ts +1 -1
- package/dist/esm/curd/listview/list-store.js +1 -1
- package/dist/esm/gomtmpb/mtm/sppb/curd-CurdService_connectquery.d.ts +2 -2
- package/dist/esm/gomtmpb/mtm/sppb/curd-CurdService_connectquery.js +2 -2
- package/dist/esm/gomtmpb/mtm/sppb/curd_connect.d.ts +2 -2
- package/dist/esm/gomtmpb/mtm/sppb/curd_connect.js +2 -2
- package/dist/esm/gomtmpb/mtm/sppb/curd_pb.d.ts +50 -1
- package/dist/esm/gomtmpb/mtm/sppb/curd_pb.js +310 -1
- package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.d.ts +0 -48
- package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.js +0 -298
- package/dist/tsconfig.type.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1093,51 +1093,6 @@ __publicField(_Result, "fields", proto3.util.newFieldList(() => [
|
|
|
1093
1093
|
}
|
|
1094
1094
|
]));
|
|
1095
1095
|
let Result = _Result;
|
|
1096
|
-
const _CurdViewGetReq = class _CurdViewGetReq extends Message {
|
|
1097
|
-
constructor(data) {
|
|
1098
|
-
super();
|
|
1099
|
-
/**
|
|
1100
|
-
* @generated from field: string id = 1;
|
|
1101
|
-
*/
|
|
1102
|
-
__publicField(this, "id", "");
|
|
1103
|
-
/**
|
|
1104
|
-
* @generated from field: string name = 2;
|
|
1105
|
-
*/
|
|
1106
|
-
__publicField(this, "name", "");
|
|
1107
|
-
proto3.util.initPartial(data, this);
|
|
1108
|
-
}
|
|
1109
|
-
static fromBinary(bytes, options) {
|
|
1110
|
-
return new _CurdViewGetReq().fromBinary(bytes, options);
|
|
1111
|
-
}
|
|
1112
|
-
static fromJson(jsonValue, options) {
|
|
1113
|
-
return new _CurdViewGetReq().fromJson(jsonValue, options);
|
|
1114
|
-
}
|
|
1115
|
-
static fromJsonString(jsonString, options) {
|
|
1116
|
-
return new _CurdViewGetReq().fromJsonString(jsonString, options);
|
|
1117
|
-
}
|
|
1118
|
-
static equals(a, b) {
|
|
1119
|
-
return proto3.util.equals(_CurdViewGetReq, a, b);
|
|
1120
|
-
}
|
|
1121
|
-
};
|
|
1122
|
-
__publicField(_CurdViewGetReq, "runtime", proto3);
|
|
1123
|
-
__publicField(_CurdViewGetReq, "typeName", "sppb.CurdViewGetReq");
|
|
1124
|
-
__publicField(_CurdViewGetReq, "fields", proto3.util.newFieldList(() => [
|
|
1125
|
-
{
|
|
1126
|
-
no: 1,
|
|
1127
|
-
name: "id",
|
|
1128
|
-
kind: "scalar",
|
|
1129
|
-
T: 9
|
|
1130
|
-
/* ScalarType.STRING */
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
no: 2,
|
|
1134
|
-
name: "name",
|
|
1135
|
-
kind: "scalar",
|
|
1136
|
-
T: 9
|
|
1137
|
-
/* ScalarType.STRING */
|
|
1138
|
-
}
|
|
1139
|
-
]));
|
|
1140
|
-
let CurdViewGetReq = _CurdViewGetReq;
|
|
1141
1096
|
const _ErrorRes = class _ErrorRes extends Message {
|
|
1142
1097
|
constructor(data) {
|
|
1143
1098
|
super();
|
|
@@ -6188,257 +6143,6 @@ __publicField(_FormSchemsField, "fields", proto3.util.newFieldList(() => [
|
|
|
6188
6143
|
{ no: 6, name: "placeholder", kind: "scalar", T: 9, opt: true }
|
|
6189
6144
|
]));
|
|
6190
6145
|
let FormSchemsField = _FormSchemsField;
|
|
6191
|
-
const _CurdView = class _CurdView extends Message {
|
|
6192
|
-
constructor(data) {
|
|
6193
|
-
super();
|
|
6194
|
-
/**
|
|
6195
|
-
* @generated from field: uint32 id = 1;
|
|
6196
|
-
*/
|
|
6197
|
-
__publicField(this, "id", 0);
|
|
6198
|
-
/**
|
|
6199
|
-
* @generated from field: string name = 23;
|
|
6200
|
-
*/
|
|
6201
|
-
__publicField(this, "name", "");
|
|
6202
|
-
/**
|
|
6203
|
-
* @generated from field: string title = 2;
|
|
6204
|
-
*/
|
|
6205
|
-
__publicField(this, "title", "");
|
|
6206
|
-
/**
|
|
6207
|
-
* @generated from field: bool enabled = 3;
|
|
6208
|
-
*/
|
|
6209
|
-
__publicField(this, "enabled", false);
|
|
6210
|
-
/**
|
|
6211
|
-
* @generated from field: string route_list = 4;
|
|
6212
|
-
*/
|
|
6213
|
-
__publicField(this, "routeList", "");
|
|
6214
|
-
/**
|
|
6215
|
-
* @generated from field: string route_show = 5;
|
|
6216
|
-
*/
|
|
6217
|
-
__publicField(this, "routeShow", "");
|
|
6218
|
-
/**
|
|
6219
|
-
* @generated from field: string route_create = 6;
|
|
6220
|
-
*/
|
|
6221
|
-
__publicField(this, "routeCreate", "");
|
|
6222
|
-
/**
|
|
6223
|
-
* @generated from field: string route_edit = 7;
|
|
6224
|
-
*/
|
|
6225
|
-
__publicField(this, "routeEdit", "");
|
|
6226
|
-
/**
|
|
6227
|
-
* @generated from field: string svc_name = 8;
|
|
6228
|
-
*/
|
|
6229
|
-
__publicField(this, "svcName", "");
|
|
6230
|
-
/**
|
|
6231
|
-
* @generated from field: string method_list = 9;
|
|
6232
|
-
*/
|
|
6233
|
-
__publicField(this, "methodList", "");
|
|
6234
|
-
/**
|
|
6235
|
-
* @generated from field: string method_get = 10;
|
|
6236
|
-
*/
|
|
6237
|
-
__publicField(this, "methodGet", "");
|
|
6238
|
-
/**
|
|
6239
|
-
* @generated from field: string method_create = 11;
|
|
6240
|
-
*/
|
|
6241
|
-
__publicField(this, "methodCreate", "");
|
|
6242
|
-
/**
|
|
6243
|
-
* @generated from field: string method_update = 12;
|
|
6244
|
-
*/
|
|
6245
|
-
__publicField(this, "methodUpdate", "");
|
|
6246
|
-
/**
|
|
6247
|
-
* @generated from field: string method_delete = 13;
|
|
6248
|
-
*/
|
|
6249
|
-
__publicField(this, "methodDelete", "");
|
|
6250
|
-
/**
|
|
6251
|
-
* @generated from field: repeated string roles_view = 14;
|
|
6252
|
-
*/
|
|
6253
|
-
__publicField(this, "rolesView", []);
|
|
6254
|
-
/**
|
|
6255
|
-
* @generated from field: repeated string roles_edit = 15;
|
|
6256
|
-
*/
|
|
6257
|
-
__publicField(this, "rolesEdit", []);
|
|
6258
|
-
/**
|
|
6259
|
-
* @generated from field: repeated string roles_delete = 16;
|
|
6260
|
-
*/
|
|
6261
|
-
__publicField(this, "rolesDelete", []);
|
|
6262
|
-
/**
|
|
6263
|
-
* @generated from field: sppb.FormSchema form_create = 17;
|
|
6264
|
-
*/
|
|
6265
|
-
__publicField(this, "formCreate");
|
|
6266
|
-
/**
|
|
6267
|
-
* @generated from field: sppb.FormSchema form_edit = 18;
|
|
6268
|
-
*/
|
|
6269
|
-
__publicField(this, "formEdit");
|
|
6270
|
-
/**
|
|
6271
|
-
* @generated from field: uint32 page_size = 19;
|
|
6272
|
-
*/
|
|
6273
|
-
__publicField(this, "pageSize", 0);
|
|
6274
|
-
/**
|
|
6275
|
-
* @generated from field: sppb.PaginateType paginate_type = 20;
|
|
6276
|
-
*/
|
|
6277
|
-
__publicField(this, "paginateType", 0 /* INFINITE */);
|
|
6278
|
-
/**
|
|
6279
|
-
* 初始查询参数
|
|
6280
|
-
*
|
|
6281
|
-
* @generated from field: map<string, string> params = 21;
|
|
6282
|
-
*/
|
|
6283
|
-
__publicField(this, "params", {});
|
|
6284
|
-
/**
|
|
6285
|
-
* @generated from field: string layout = 22;
|
|
6286
|
-
*/
|
|
6287
|
-
__publicField(this, "layout", "");
|
|
6288
|
-
/**
|
|
6289
|
-
* @generated from field: string default_detail_view = 24;
|
|
6290
|
-
*/
|
|
6291
|
-
__publicField(this, "defaultDetailView", "");
|
|
6292
|
-
proto3.util.initPartial(data, this);
|
|
6293
|
-
}
|
|
6294
|
-
static fromBinary(bytes, options) {
|
|
6295
|
-
return new _CurdView().fromBinary(bytes, options);
|
|
6296
|
-
}
|
|
6297
|
-
static fromJson(jsonValue, options) {
|
|
6298
|
-
return new _CurdView().fromJson(jsonValue, options);
|
|
6299
|
-
}
|
|
6300
|
-
static fromJsonString(jsonString, options) {
|
|
6301
|
-
return new _CurdView().fromJsonString(jsonString, options);
|
|
6302
|
-
}
|
|
6303
|
-
static equals(a, b) {
|
|
6304
|
-
return proto3.util.equals(_CurdView, a, b);
|
|
6305
|
-
}
|
|
6306
|
-
};
|
|
6307
|
-
__publicField(_CurdView, "runtime", proto3);
|
|
6308
|
-
__publicField(_CurdView, "typeName", "sppb.CurdView");
|
|
6309
|
-
__publicField(_CurdView, "fields", proto3.util.newFieldList(() => [
|
|
6310
|
-
{
|
|
6311
|
-
no: 1,
|
|
6312
|
-
name: "id",
|
|
6313
|
-
kind: "scalar",
|
|
6314
|
-
T: 13
|
|
6315
|
-
/* ScalarType.UINT32 */
|
|
6316
|
-
},
|
|
6317
|
-
{
|
|
6318
|
-
no: 23,
|
|
6319
|
-
name: "name",
|
|
6320
|
-
kind: "scalar",
|
|
6321
|
-
T: 9
|
|
6322
|
-
/* ScalarType.STRING */
|
|
6323
|
-
},
|
|
6324
|
-
{
|
|
6325
|
-
no: 2,
|
|
6326
|
-
name: "title",
|
|
6327
|
-
kind: "scalar",
|
|
6328
|
-
T: 9
|
|
6329
|
-
/* ScalarType.STRING */
|
|
6330
|
-
},
|
|
6331
|
-
{
|
|
6332
|
-
no: 3,
|
|
6333
|
-
name: "enabled",
|
|
6334
|
-
kind: "scalar",
|
|
6335
|
-
T: 8
|
|
6336
|
-
/* ScalarType.BOOL */
|
|
6337
|
-
},
|
|
6338
|
-
{
|
|
6339
|
-
no: 4,
|
|
6340
|
-
name: "route_list",
|
|
6341
|
-
kind: "scalar",
|
|
6342
|
-
T: 9
|
|
6343
|
-
/* ScalarType.STRING */
|
|
6344
|
-
},
|
|
6345
|
-
{
|
|
6346
|
-
no: 5,
|
|
6347
|
-
name: "route_show",
|
|
6348
|
-
kind: "scalar",
|
|
6349
|
-
T: 9
|
|
6350
|
-
/* ScalarType.STRING */
|
|
6351
|
-
},
|
|
6352
|
-
{
|
|
6353
|
-
no: 6,
|
|
6354
|
-
name: "route_create",
|
|
6355
|
-
kind: "scalar",
|
|
6356
|
-
T: 9
|
|
6357
|
-
/* ScalarType.STRING */
|
|
6358
|
-
},
|
|
6359
|
-
{
|
|
6360
|
-
no: 7,
|
|
6361
|
-
name: "route_edit",
|
|
6362
|
-
kind: "scalar",
|
|
6363
|
-
T: 9
|
|
6364
|
-
/* ScalarType.STRING */
|
|
6365
|
-
},
|
|
6366
|
-
{
|
|
6367
|
-
no: 8,
|
|
6368
|
-
name: "svc_name",
|
|
6369
|
-
kind: "scalar",
|
|
6370
|
-
T: 9
|
|
6371
|
-
/* ScalarType.STRING */
|
|
6372
|
-
},
|
|
6373
|
-
{
|
|
6374
|
-
no: 9,
|
|
6375
|
-
name: "method_list",
|
|
6376
|
-
kind: "scalar",
|
|
6377
|
-
T: 9
|
|
6378
|
-
/* ScalarType.STRING */
|
|
6379
|
-
},
|
|
6380
|
-
{
|
|
6381
|
-
no: 10,
|
|
6382
|
-
name: "method_get",
|
|
6383
|
-
kind: "scalar",
|
|
6384
|
-
T: 9
|
|
6385
|
-
/* ScalarType.STRING */
|
|
6386
|
-
},
|
|
6387
|
-
{
|
|
6388
|
-
no: 11,
|
|
6389
|
-
name: "method_create",
|
|
6390
|
-
kind: "scalar",
|
|
6391
|
-
T: 9
|
|
6392
|
-
/* ScalarType.STRING */
|
|
6393
|
-
},
|
|
6394
|
-
{
|
|
6395
|
-
no: 12,
|
|
6396
|
-
name: "method_update",
|
|
6397
|
-
kind: "scalar",
|
|
6398
|
-
T: 9
|
|
6399
|
-
/* ScalarType.STRING */
|
|
6400
|
-
},
|
|
6401
|
-
{
|
|
6402
|
-
no: 13,
|
|
6403
|
-
name: "method_delete",
|
|
6404
|
-
kind: "scalar",
|
|
6405
|
-
T: 9
|
|
6406
|
-
/* ScalarType.STRING */
|
|
6407
|
-
},
|
|
6408
|
-
{ no: 14, name: "roles_view", kind: "scalar", T: 9, repeated: true },
|
|
6409
|
-
{ no: 15, name: "roles_edit", kind: "scalar", T: 9, repeated: true },
|
|
6410
|
-
{ no: 16, name: "roles_delete", kind: "scalar", T: 9, repeated: true },
|
|
6411
|
-
{ no: 17, name: "form_create", kind: "message", T: FormSchema },
|
|
6412
|
-
{ no: 18, name: "form_edit", kind: "message", T: FormSchema },
|
|
6413
|
-
{
|
|
6414
|
-
no: 19,
|
|
6415
|
-
name: "page_size",
|
|
6416
|
-
kind: "scalar",
|
|
6417
|
-
T: 13
|
|
6418
|
-
/* ScalarType.UINT32 */
|
|
6419
|
-
},
|
|
6420
|
-
{ no: 20, name: "paginate_type", kind: "enum", T: proto3.getEnumType(PaginateType) },
|
|
6421
|
-
{ no: 21, name: "params", kind: "map", K: 9, V: {
|
|
6422
|
-
kind: "scalar",
|
|
6423
|
-
T: 9
|
|
6424
|
-
/* ScalarType.STRING */
|
|
6425
|
-
} },
|
|
6426
|
-
{
|
|
6427
|
-
no: 22,
|
|
6428
|
-
name: "layout",
|
|
6429
|
-
kind: "scalar",
|
|
6430
|
-
T: 9
|
|
6431
|
-
/* ScalarType.STRING */
|
|
6432
|
-
},
|
|
6433
|
-
{
|
|
6434
|
-
no: 24,
|
|
6435
|
-
name: "default_detail_view",
|
|
6436
|
-
kind: "scalar",
|
|
6437
|
-
T: 9
|
|
6438
|
-
/* ScalarType.STRING */
|
|
6439
|
-
}
|
|
6440
|
-
]));
|
|
6441
|
-
let CurdView = _CurdView;
|
|
6442
6146
|
const _ArtContentClassifyReq = class _ArtContentClassifyReq extends Message {
|
|
6443
6147
|
constructor(data) {
|
|
6444
6148
|
super();
|
|
@@ -7025,8 +6729,6 @@ export {
|
|
|
7025
6729
|
CurdDetail,
|
|
7026
6730
|
CurdDetailReq,
|
|
7027
6731
|
CurdDetailRes,
|
|
7028
|
-
CurdView,
|
|
7029
|
-
CurdViewGetReq,
|
|
7030
6732
|
DemoGetProductionRequest,
|
|
7031
6733
|
DevInitConfig,
|
|
7032
6734
|
DomainCollResult,
|