@abaplint/cli 2.103.2 → 2.103.3
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/build/cli.js +154 -6
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -4730,7 +4730,7 @@ class DataDefinition extends combi_1.Expression {
|
|
|
4730
4730
|
getRunnable() {
|
|
4731
4731
|
const simple = (0, combi_1.opt)((0, combi_1.per)("READ-ONLY", Expressions.Type, Expressions.Length, Expressions.Decimals, Expressions.Value));
|
|
4732
4732
|
const table = (0, combi_1.seq)(Expressions.TypeTable, (0, combi_1.optPrio)("READ-ONLY"));
|
|
4733
|
-
return (0, combi_1.seq)(Expressions.DefinitionName, (0, combi_1.optPrio)(Expressions.ConstantFieldLength), (0, combi_1.alt)(simple, table));
|
|
4733
|
+
return (0, combi_1.seq)(Expressions.DefinitionName, (0, combi_1.optPrio)(Expressions.ConstantFieldLength), (0, combi_1.alt)(simple, table, Expressions.TypeHierarchy));
|
|
4734
4734
|
}
|
|
4735
4735
|
}
|
|
4736
4736
|
exports.DataDefinition = DataDefinition;
|
|
@@ -5859,6 +5859,7 @@ __exportStar(__webpack_require__(/*! ./string_template_formatting */ "./node_mod
|
|
|
5859
5859
|
__exportStar(__webpack_require__(/*! ./string_template_source */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/string_template_source.js"), exports);
|
|
5860
5860
|
__exportStar(__webpack_require__(/*! ./string_template */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/string_template.js"), exports);
|
|
5861
5861
|
__exportStar(__webpack_require__(/*! ./super_class_name */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/super_class_name.js"), exports);
|
|
5862
|
+
__exportStar(__webpack_require__(/*! ./type_hierarchy */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/type_hierarchy.js"), exports);
|
|
5862
5863
|
__exportStar(__webpack_require__(/*! ./switch_body */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/switch_body.js"), exports);
|
|
5863
5864
|
__exportStar(__webpack_require__(/*! ./table_body */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/table_body.js"), exports);
|
|
5864
5865
|
__exportStar(__webpack_require__(/*! ./table_expression */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/table_expression.js"), exports);
|
|
@@ -9067,6 +9068,30 @@ exports.Type = Type;
|
|
|
9067
9068
|
|
|
9068
9069
|
/***/ }),
|
|
9069
9070
|
|
|
9071
|
+
/***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/type_hierarchy.js":
|
|
9072
|
+
/*!***********************************************************************************************!*\
|
|
9073
|
+
!*** ./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/type_hierarchy.js ***!
|
|
9074
|
+
\***********************************************************************************************/
|
|
9075
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
9076
|
+
|
|
9077
|
+
"use strict";
|
|
9078
|
+
|
|
9079
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9080
|
+
exports.TypeHierarchy = void 0;
|
|
9081
|
+
const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
|
|
9082
|
+
const _1 = __webpack_require__(/*! . */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/index.js");
|
|
9083
|
+
class TypeHierarchy extends combi_1.Expression {
|
|
9084
|
+
getRunnable() {
|
|
9085
|
+
// todo, add version,
|
|
9086
|
+
const hier = (0, combi_1.seq)("TYPE STRUCTURE FOR HIERARCHY", _1.NamespaceSimpleName);
|
|
9087
|
+
return hier;
|
|
9088
|
+
}
|
|
9089
|
+
}
|
|
9090
|
+
exports.TypeHierarchy = TypeHierarchy;
|
|
9091
|
+
//# sourceMappingURL=type_hierarchy.js.map
|
|
9092
|
+
|
|
9093
|
+
/***/ }),
|
|
9094
|
+
|
|
9070
9095
|
/***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/type_name.js":
|
|
9071
9096
|
/*!******************************************************************************************!*\
|
|
9072
9097
|
!*** ./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/type_name.js ***!
|
|
@@ -9170,7 +9195,7 @@ class TypeTable extends combi_1.Expression {
|
|
|
9170
9195
|
// "WITH" is not allowed as a field name in keys
|
|
9171
9196
|
const typetable = (0, combi_1.alt)(generic, (0, combi_1.seq)(normal1, (0, combi_1.alt)((0, combi_1.opt)((0, combi_1.per)(header, initial, (0, combi_1.plusPrio)(type_table_key_1.TypeTableKey))), (0, combi_1.seq)((0, combi_1.plus)(type_table_key_1.TypeTableKey), (0, combi_1.optPrio)(initial)))));
|
|
9172
9197
|
const occurs = (0, combi_1.seq)("OCCURS", _1.Integer);
|
|
9173
|
-
const derived = (0, combi_1.ver)(version_1.Version.v754, (0, combi_1.seq)("TABLE FOR", (0, combi_1.altPrio)("ACTION IMPORT", "ACTION RESULT", "CREATE", "FAILED", "LOCK", "READ RESULT", "UPDATE"), _1.TypeName));
|
|
9198
|
+
const derived = (0, combi_1.ver)(version_1.Version.v754, (0, combi_1.seq)("TABLE FOR", (0, combi_1.altPrio)("ACTION IMPORT", "ACTION RESULT", "CREATE", "EVENT", "FAILED", "LOCK", "READ RESULT", "UPDATE"), _1.TypeName));
|
|
9174
9199
|
const oldType = (0, combi_1.seq)((0, combi_1.opt)("REF TO"), _1.TypeName, (0, combi_1.alt)((0, combi_1.seq)(occurs, (0, combi_1.opt)(header)), header));
|
|
9175
9200
|
const oldLike = (0, combi_1.seq)((0, combi_1.opt)("REF TO"), field_chain_1.FieldChain, (0, combi_1.alt)((0, combi_1.seq)(occurs, (0, combi_1.opt)(header)), header));
|
|
9176
9201
|
const ret = (0, combi_1.altPrio)((0, combi_1.seq)(occurs, (0, combi_1.opt)(header)), (0, combi_1.seq)("LIKE", (0, combi_1.alt)(oldLike, likeType, rangeLike)), (0, combi_1.seq)("TYPE", (0, combi_1.alt)(oldType, typetable, rangeType, derived)));
|
|
@@ -13819,6 +13844,7 @@ __exportStar(__webpack_require__(/*! ./free */ "./node_modules/@abaplint/core/bu
|
|
|
13819
13844
|
__exportStar(__webpack_require__(/*! ./endon */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/endon.js"), exports);
|
|
13820
13845
|
__exportStar(__webpack_require__(/*! ./fetch_next_cursor */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/fetch_next_cursor.js"), exports);
|
|
13821
13846
|
__exportStar(__webpack_require__(/*! ./reserve */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/reserve.js"), exports);
|
|
13847
|
+
__exportStar(__webpack_require__(/*! ./raise_entity_event */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/raise_entity_event.js"), exports);
|
|
13822
13848
|
__exportStar(__webpack_require__(/*! ./refresh_control */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/refresh_control.js"), exports);
|
|
13823
13849
|
__exportStar(__webpack_require__(/*! ./delete_dynpro */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/delete_dynpro.js"), exports);
|
|
13824
13850
|
__exportStar(__webpack_require__(/*! ./generate_dynpro */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/generate_dynpro.js"), exports);
|
|
@@ -15237,6 +15263,28 @@ exports.Raise = Raise;
|
|
|
15237
15263
|
|
|
15238
15264
|
/***/ }),
|
|
15239
15265
|
|
|
15266
|
+
/***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/raise_entity_event.js":
|
|
15267
|
+
/*!**************************************************************************************************!*\
|
|
15268
|
+
!*** ./node_modules/@abaplint/core/build/src/abap/2_statements/statements/raise_entity_event.js ***!
|
|
15269
|
+
\**************************************************************************************************/
|
|
15270
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
15271
|
+
|
|
15272
|
+
"use strict";
|
|
15273
|
+
|
|
15274
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15275
|
+
exports.RaiseEntityEvent = void 0;
|
|
15276
|
+
const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
|
|
15277
|
+
const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/index.js");
|
|
15278
|
+
class RaiseEntityEvent {
|
|
15279
|
+
getMatcher() {
|
|
15280
|
+
return (0, combi_1.seq)("RAISE ENTITY EVENT", expressions_1.EventName, "FROM", expressions_1.Source);
|
|
15281
|
+
}
|
|
15282
|
+
}
|
|
15283
|
+
exports.RaiseEntityEvent = RaiseEntityEvent;
|
|
15284
|
+
//# sourceMappingURL=raise_entity_event.js.map
|
|
15285
|
+
|
|
15286
|
+
/***/ }),
|
|
15287
|
+
|
|
15240
15288
|
/***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/raise_event.js":
|
|
15241
15289
|
/*!*******************************************************************************************!*\
|
|
15242
15290
|
!*** ./node_modules/@abaplint/core/build/src/abap/2_statements/statements/raise_event.js ***!
|
|
@@ -17177,7 +17225,7 @@ const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@a
|
|
|
17177
17225
|
class Type {
|
|
17178
17226
|
getMatcher() {
|
|
17179
17227
|
const simple = (0, combi_1.per)(Expressions.Type, Expressions.Decimals, Expressions.Length);
|
|
17180
|
-
const def = (0, combi_1.seq)(Expressions.NamespaceSimpleName, (0, combi_1.opt)(Expressions.ConstantFieldLength), (0, combi_1.opt)((0, combi_1.alt)(simple, Expressions.TypeTable)));
|
|
17228
|
+
const def = (0, combi_1.seq)(Expressions.NamespaceSimpleName, (0, combi_1.opt)(Expressions.ConstantFieldLength), (0, combi_1.opt)((0, combi_1.alt)(simple, Expressions.TypeTable, Expressions.TypeHierarchy)));
|
|
17181
17229
|
// todo, BOXED is only allowed with structures inside structures?
|
|
17182
17230
|
const boxed = (0, combi_1.ver)(version_1.Version.v702, "BOXED");
|
|
17183
17231
|
const ret = (0, combi_1.seq)("TYPES", def, (0, combi_1.opt)(boxed));
|
|
@@ -17752,7 +17800,7 @@ class Write {
|
|
|
17752
17800
|
const as = (0, combi_1.seq)("AS", (0, combi_1.altPrio)("LINE", "ICON", "CHECKBOX", "SYMBOL"));
|
|
17753
17801
|
const to = (0, combi_1.seq)("TO", expressions_1.Target);
|
|
17754
17802
|
const options = (0, combi_1.per)(mask, to, (0, combi_1.seq)("EXPONENT", expressions_1.Source), "NO-GROUPING", "NO-ZERO", "CENTERED", (0, combi_1.seq)("INPUT", (0, combi_1.opt)(onOff)), "NO-GAP", "LEFT-JUSTIFIED", as, (0, combi_1.seq)("FRAMES", onOff), (0, combi_1.seq)("HOTSPOT", (0, combi_1.opt)(onOff)), "RIGHT-JUSTIFIED", (0, combi_1.seq)("TIME ZONE", expressions_1.Source), (0, combi_1.seq)("UNDER", expressions_1.Source), (0, combi_1.seq)("STYLE", expressions_1.Source), (0, combi_1.seq)("ROUND", expressions_1.Source), (0, combi_1.seq)("QUICKINFO", expressions_1.Source), "ENVIRONMENT TIME FORMAT", dateFormat, (0, combi_1.seq)("UNIT", expressions_1.Source), (0, combi_1.seq)("INTENSIFIED", (0, combi_1.opt)(onOff)), (0, combi_1.seq)("INDEX", expressions_1.Source), (0, combi_1.seq)("DECIMALS", expressions_1.Source), (0, combi_1.seq)("INVERSE", (0, combi_1.opt)(onOff)), expressions_1.Color, (0, combi_1.seq)("CURRENCY", expressions_1.Source), "NO-SIGN");
|
|
17755
|
-
const ret = (0, combi_1.seq)("WRITE", (0, combi_1.opt)(expressions_1.WriteOffsetLength), (0, combi_1.altPrio)(expressions_1.Source, expressions_1.Dynamic, "/"), (0, combi_1.opt)(options));
|
|
17803
|
+
const ret = (0, combi_1.seq)("WRITE", (0, combi_1.alt)("AT /", (0, combi_1.seq)((0, combi_1.opt)(expressions_1.WriteOffsetLength), (0, combi_1.altPrio)(expressions_1.Source, expressions_1.Dynamic, "/"), (0, combi_1.opt)(options))));
|
|
17756
17804
|
return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
|
|
17757
17805
|
}
|
|
17758
17806
|
}
|
|
@@ -26281,7 +26329,7 @@ class Select {
|
|
|
26281
26329
|
const token = node.getFirstToken();
|
|
26282
26330
|
const from = node.findDirectExpression(Expressions.SQLFrom);
|
|
26283
26331
|
const dbSources = from ? new sql_from_1.SQLFrom().runSyntax(from, scope, filename) : [];
|
|
26284
|
-
if (
|
|
26332
|
+
if (from === undefined) {
|
|
26285
26333
|
throw new Error(`Missing FROM`);
|
|
26286
26334
|
}
|
|
26287
26335
|
const fields = this.findFields(node);
|
|
@@ -43574,6 +43622,37 @@ exports.ApplicationJobTemplate = ApplicationJobTemplate;
|
|
|
43574
43622
|
|
|
43575
43623
|
/***/ }),
|
|
43576
43624
|
|
|
43625
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/application_log_object.js":
|
|
43626
|
+
/*!*********************************************************************************!*\
|
|
43627
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/application_log_object.js ***!
|
|
43628
|
+
\*********************************************************************************/
|
|
43629
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
43630
|
+
|
|
43631
|
+
"use strict";
|
|
43632
|
+
|
|
43633
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
43634
|
+
exports.ApplicationLogObject = void 0;
|
|
43635
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
43636
|
+
class ApplicationLogObject extends _abstract_object_1.AbstractObject {
|
|
43637
|
+
getType() {
|
|
43638
|
+
return "APLO";
|
|
43639
|
+
}
|
|
43640
|
+
getAllowedNaming() {
|
|
43641
|
+
return {
|
|
43642
|
+
maxLength: 200,
|
|
43643
|
+
allowNamespace: true,
|
|
43644
|
+
};
|
|
43645
|
+
}
|
|
43646
|
+
getDescription() {
|
|
43647
|
+
// todo
|
|
43648
|
+
return undefined;
|
|
43649
|
+
}
|
|
43650
|
+
}
|
|
43651
|
+
exports.ApplicationLogObject = ApplicationLogObject;
|
|
43652
|
+
//# sourceMappingURL=application_log_object.js.map
|
|
43653
|
+
|
|
43654
|
+
/***/ }),
|
|
43655
|
+
|
|
43577
43656
|
/***/ "./node_modules/@abaplint/core/build/src/objects/assignment_service_to_authorization_group.js":
|
|
43578
43657
|
/*!****************************************************************************************************!*\
|
|
43579
43658
|
!*** ./node_modules/@abaplint/core/build/src/objects/assignment_service_to_authorization_group.js ***!
|
|
@@ -45425,6 +45504,37 @@ exports.EventBinding = EventBinding;
|
|
|
45425
45504
|
|
|
45426
45505
|
/***/ }),
|
|
45427
45506
|
|
|
45507
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/event_consumer.js":
|
|
45508
|
+
/*!*************************************************************************!*\
|
|
45509
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/event_consumer.js ***!
|
|
45510
|
+
\*************************************************************************/
|
|
45511
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
45512
|
+
|
|
45513
|
+
"use strict";
|
|
45514
|
+
|
|
45515
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
45516
|
+
exports.EventConsumer = void 0;
|
|
45517
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
45518
|
+
class EventConsumer extends _abstract_object_1.AbstractObject {
|
|
45519
|
+
getType() {
|
|
45520
|
+
return "EEEC";
|
|
45521
|
+
}
|
|
45522
|
+
getAllowedNaming() {
|
|
45523
|
+
return {
|
|
45524
|
+
maxLength: 200,
|
|
45525
|
+
allowNamespace: true,
|
|
45526
|
+
};
|
|
45527
|
+
}
|
|
45528
|
+
getDescription() {
|
|
45529
|
+
// todo
|
|
45530
|
+
return undefined;
|
|
45531
|
+
}
|
|
45532
|
+
}
|
|
45533
|
+
exports.EventConsumer = EventConsumer;
|
|
45534
|
+
//# sourceMappingURL=event_consumer.js.map
|
|
45535
|
+
|
|
45536
|
+
/***/ }),
|
|
45537
|
+
|
|
45428
45538
|
/***/ "./node_modules/@abaplint/core/build/src/objects/extension_index.js":
|
|
45429
45539
|
/*!**************************************************************************!*\
|
|
45430
45540
|
!*** ./node_modules/@abaplint/core/build/src/objects/extension_index.js ***!
|
|
@@ -46406,6 +46516,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
46406
46516
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
46407
46517
|
__exportStar(__webpack_require__(/*! ./activation_variant */ "./node_modules/@abaplint/core/build/src/objects/activation_variant.js"), exports);
|
|
46408
46518
|
__exportStar(__webpack_require__(/*! ./api_release_state */ "./node_modules/@abaplint/core/build/src/objects/api_release_state.js"), exports);
|
|
46519
|
+
__exportStar(__webpack_require__(/*! ./application_log_object */ "./node_modules/@abaplint/core/build/src/objects/application_log_object.js"), exports);
|
|
46409
46520
|
__exportStar(__webpack_require__(/*! ./application_job_catalog_entry */ "./node_modules/@abaplint/core/build/src/objects/application_job_catalog_entry.js"), exports);
|
|
46410
46521
|
__exportStar(__webpack_require__(/*! ./application_job_template */ "./node_modules/@abaplint/core/build/src/objects/application_job_template.js"), exports);
|
|
46411
46522
|
__exportStar(__webpack_require__(/*! ./assignment_service_to_authorization_group */ "./node_modules/@abaplint/core/build/src/objects/assignment_service_to_authorization_group.js"), exports);
|
|
@@ -46452,6 +46563,8 @@ __exportStar(__webpack_require__(/*! ./ecatt_test_script */ "./node_modules/@aba
|
|
|
46452
46563
|
__exportStar(__webpack_require__(/*! ./enhancement_implementation */ "./node_modules/@abaplint/core/build/src/objects/enhancement_implementation.js"), exports);
|
|
46453
46564
|
__exportStar(__webpack_require__(/*! ./enhancement_spot */ "./node_modules/@abaplint/core/build/src/objects/enhancement_spot.js"), exports);
|
|
46454
46565
|
__exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
|
|
46566
|
+
__exportStar(__webpack_require__(/*! ./event_consumer */ "./node_modules/@abaplint/core/build/src/objects/event_consumer.js"), exports);
|
|
46567
|
+
__exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
|
|
46455
46568
|
__exportStar(__webpack_require__(/*! ./extension_index */ "./node_modules/@abaplint/core/build/src/objects/extension_index.js"), exports);
|
|
46456
46569
|
__exportStar(__webpack_require__(/*! ./field_catalog */ "./node_modules/@abaplint/core/build/src/objects/field_catalog.js"), exports);
|
|
46457
46570
|
__exportStar(__webpack_require__(/*! ./form_object_form */ "./node_modules/@abaplint/core/build/src/objects/form_object_form.js"), exports);
|
|
@@ -46495,6 +46608,7 @@ __exportStar(__webpack_require__(/*! ./personalization_object */ "./node_modules
|
|
|
46495
46608
|
__exportStar(__webpack_require__(/*! ./program */ "./node_modules/@abaplint/core/build/src/objects/program.js"), exports);
|
|
46496
46609
|
__exportStar(__webpack_require__(/*! ./proxy_object */ "./node_modules/@abaplint/core/build/src/objects/proxy_object.js"), exports);
|
|
46497
46610
|
__exportStar(__webpack_require__(/*! ./push_channel */ "./node_modules/@abaplint/core/build/src/objects/push_channel.js"), exports);
|
|
46611
|
+
__exportStar(__webpack_require__(/*! ./query_user_group */ "./node_modules/@abaplint/core/build/src/objects/query_user_group.js"), exports);
|
|
46498
46612
|
__exportStar(__webpack_require__(/*! ./restriction_field */ "./node_modules/@abaplint/core/build/src/objects/restriction_field.js"), exports);
|
|
46499
46613
|
__exportStar(__webpack_require__(/*! ./restriction_type */ "./node_modules/@abaplint/core/build/src/objects/restriction_type.js"), exports);
|
|
46500
46614
|
__exportStar(__webpack_require__(/*! ./rfc_service */ "./node_modules/@abaplint/core/build/src/objects/rfc_service.js"), exports);
|
|
@@ -47474,6 +47588,37 @@ exports.PushChannel = PushChannel;
|
|
|
47474
47588
|
|
|
47475
47589
|
/***/ }),
|
|
47476
47590
|
|
|
47591
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/query_user_group.js":
|
|
47592
|
+
/*!***************************************************************************!*\
|
|
47593
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/query_user_group.js ***!
|
|
47594
|
+
\***************************************************************************/
|
|
47595
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
47596
|
+
|
|
47597
|
+
"use strict";
|
|
47598
|
+
|
|
47599
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
47600
|
+
exports.QueryUserGroup = void 0;
|
|
47601
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
47602
|
+
class QueryUserGroup extends _abstract_object_1.AbstractObject {
|
|
47603
|
+
getType() {
|
|
47604
|
+
return "AQBG";
|
|
47605
|
+
}
|
|
47606
|
+
getAllowedNaming() {
|
|
47607
|
+
return {
|
|
47608
|
+
maxLength: 200,
|
|
47609
|
+
allowNamespace: true,
|
|
47610
|
+
};
|
|
47611
|
+
}
|
|
47612
|
+
getDescription() {
|
|
47613
|
+
// todo
|
|
47614
|
+
return undefined;
|
|
47615
|
+
}
|
|
47616
|
+
}
|
|
47617
|
+
exports.QueryUserGroup = QueryUserGroup;
|
|
47618
|
+
//# sourceMappingURL=query_user_group.js.map
|
|
47619
|
+
|
|
47620
|
+
/***/ }),
|
|
47621
|
+
|
|
47477
47622
|
/***/ "./node_modules/@abaplint/core/build/src/objects/rename/rename_data_element.js":
|
|
47478
47623
|
/*!*************************************************************************************!*\
|
|
47479
47624
|
!*** ./node_modules/@abaplint/core/build/src/objects/rename/rename_data_element.js ***!
|
|
@@ -50735,7 +50880,7 @@ class Registry {
|
|
|
50735
50880
|
}
|
|
50736
50881
|
static abaplintVersion() {
|
|
50737
50882
|
// magic, see build script "version.sh"
|
|
50738
|
-
return "2.103.
|
|
50883
|
+
return "2.103.2";
|
|
50739
50884
|
}
|
|
50740
50885
|
getDDICReferences() {
|
|
50741
50886
|
return this.ddicReferences;
|
|
@@ -53966,11 +54111,14 @@ class CloudTypes {
|
|
|
53966
54111
|
|| obj instanceof Objects.BusinessCatalogAppAssignment
|
|
53967
54112
|
|| obj instanceof Objects.CDSMetadataExtension
|
|
53968
54113
|
|| obj instanceof Objects.Class
|
|
54114
|
+
|| obj instanceof Objects.ApplicationLogObject
|
|
53969
54115
|
|| obj instanceof Objects.CommunicationScenario
|
|
53970
54116
|
|| obj instanceof Objects.DataControl
|
|
53971
54117
|
|| obj instanceof Objects.DataDefinition
|
|
53972
54118
|
|| obj instanceof Objects.DataElement
|
|
53973
54119
|
|| obj instanceof Objects.Domain
|
|
54120
|
+
|| obj instanceof Objects.EventBinding
|
|
54121
|
+
|| obj instanceof Objects.EventConsumer
|
|
53974
54122
|
|| obj instanceof Objects.FunctionGroup
|
|
53975
54123
|
|| obj instanceof Objects.HttpService
|
|
53976
54124
|
|| obj instanceof Objects.IAMApp
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.103.
|
|
3
|
+
"version": "2.103.3",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.103.
|
|
41
|
+
"@abaplint/core": "^2.103.2",
|
|
42
42
|
"@types/chai": "^4.3.9",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|