mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 04:56:21 +08:00

* added 12 controls to xml view class generate_ddic_shlp (just to try to put it there...) view_settings_dialog filter_items sort_items group_items view_settings_filter_item view_settings_item variant_management feed_input feed_list_item feed_list_item_action mask_input * Update src/z2ui5_cl_xml_view.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * Update src/z2ui5_cl_xml_view.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * Update src/z2ui5_cl_xml_view.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * add 11 controls to xml view view_settings_dialog filter_items sort_items group_items view_settings_filter_item view_settings_item variant_management feed_input feed_list_item feed_list_item_action mask_input * fix for variable * Update abap_transpile.json * Update z2ui5_cl_xml_view.clas.abap --------- Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
23 lines
476 B
JSON
23 lines
476 B
JSON
{
|
|
"input_folder": "downport",
|
|
"input_filter": [],
|
|
"output_folder": "output",
|
|
"libs": [
|
|
{
|
|
"url": "https://github.com/open-abap/open-abap-core"
|
|
}
|
|
],
|
|
"write_unit_tests": true,
|
|
"write_source_map": true,
|
|
"options": {
|
|
"ignoreSyntaxCheck": false,
|
|
"addFilenames": true,
|
|
"addCommonJS": true,
|
|
"unknownTypes": "runtimeError",
|
|
"keywords": ["return", "in", "class", "for"],
|
|
"extraSetup": "../test/setup.mjs",
|
|
"skip": [
|
|
]
|
|
}
|
|
}
|