Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Update #31

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions src/01/02/z2ui6_cl_core_action.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,7 @@ CLASS z2ui6_cl_core_action IMPLEMENTATION.
result->ms_actual-check_on_navigated = abap_true.
result->ms_next-s_set-set_app_state_active = abap_true.
result->mo_app->ms_draft-id_prev_app_stack = ''.
" check for new app?
* TRY.
* DATA(lo_draft) = NEW z2ui5_cl_core_srv_draft( ).
* DATA(ls_draft) = lo_draft->read_info( ms_next-o_app_leave->id_draft ).
* result->mo_app->ms_draft-id = z2ui5_cl_util=>uuid_get_c32( ).
* CATCH cx_root.
* result->mo_app->ms_draft-id_prev_app_stack = mo_app->ms_draft-id_prev_app_stack.
* RETURN.
* ENDTRY.

* " check for already existing app?
* IF mo_app->ms_draft-id_prev_app_stack IS NOT INITIAL.
* ls_draft = lo_draft->read_info( mo_app->ms_draft-id_prev_app_stack ).
* result->mo_app->ms_draft-id_prev_app_stack = ls_draft-id_prev_app_stack.
* ENDIF.

result->mo_app->ms_draft-id = z2ui6_cl_util=>uuid_get_c32( ).
RETURN.
CATCH cx_root.
ENDTRY.
Expand Down
8 changes: 4 additions & 4 deletions src/01/03/z2ui6_cl_app_app_js.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ CLASS z2ui6_cl_app_app_js IMPLEMENTATION.
` type: "string",` && |\n| &&
` defaultValue: ""` && |\n| &&
` },` && |\n| &&
|\n|.
result = result &&
` altitudeAccuracy: {` && |\n| &&
` type: "string",` && |\n| &&
` defaultValue: ""` && |\n| &&
Expand Down Expand Up @@ -518,8 +520,6 @@ CLASS z2ui6_cl_app_app_js IMPLEMENTATION.
` defaultValue: "Upload"` && |\n| &&
` },` && |\n| &&
` enabled: {` && |\n| &&
|\n|.
result = result &&
` type: "boolean",` && |\n| &&
` defaultValue: true` && |\n| &&
` },` && |\n| &&
Expand Down Expand Up @@ -820,6 +820,8 @@ CLASS z2ui6_cl_app_app_js IMPLEMENTATION.
` });` && |\n| &&
` return oRangeDataNew;` && |\n| &&
` }));` && |\n| &&
|\n|.
result = result &&
` //we need to set token text explicitly, as setRangeData does no recalculation` && |\n| &&
` input.getTokens().forEach((token, index) => {` && |\n| &&
` const sTokenText = aRangeData[index].TOKENTEXT;` && |\n| &&
Expand Down Expand Up @@ -1020,8 +1022,6 @@ CLASS z2ui6_cl_app_app_js IMPLEMENTATION.
` DateCreateObject: (s) => new Date(s),` && |\n| &&
` // DateAbapTimestampToDate: (sTimestamp) => new sap.gantt.misc.Format.abapTimestampToDate(sTimestamp), commented for UI5 2.x compatibility` && |\n| &&
` DateAbapDateToDateObject: (d) => new Date(d.slice(0, 4), parseInt(d.slice(4, 6)) - 1, d.slice(6, 8)),` && |\n| &&
|\n|.
result = result &&
` DateAbapDateTimeToDateObject: (d, t = '000000') => new Date(d.slice(0, 4), parseInt(d.slice(4, 6)) - 1, d.slice(6, 8), t.slice(0, 2), t.slice(2, 4), t.slice(4, 6)),` && |\n| &&
` };` && |\n| &&
`}` && |\n| &&
Expand Down
2 changes: 2 additions & 0 deletions src/01/03/z2ui6_cl_app_component_js.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ CLASS z2ui6_cl_app_component_js IMPLEMENTATION.
` if (typeof z2ui5 == 'undefined') {` && |\n| &&
` z2ui5 = {};` && |\n| &&
` }` && |\n| &&
` if (z2ui5?.checkLocal == false) {` && |\n| &&
` z2ui5 = {};` && |\n| &&
` }` && |\n| &&
`` && |\n| &&
` z2ui5.oRouter = this.getRouter();` && |\n| &&
` z2ui5.oRouter.initialize();` && |\n| &&
Expand Down
4 changes: 2 additions & 2 deletions src/01/03/z2ui6_cl_app_view1_js.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ CLASS z2ui6_cl_app_view1_js IMPLEMENTATION.
` break;` && |\n| &&
` case 'TRIGGER_SMS':` && |\n| &&
` URLHelper.triggerSms(params);` && |\n| &&
|\n|.
result = result &&
` break;` && |\n| &&
` case 'TRIGGER_TEL':` && |\n| &&
` URLHelper.triggerTel(params);` && |\n| &&
Expand Down Expand Up @@ -518,8 +520,6 @@ CLASS z2ui6_cl_app_view1_js IMPLEMENTATION.
` if (params == undefined) {` && |\n| &&
` return;` && |\n| &&
` }` && |\n| &&
|\n|.
result = result &&
` if (params[msgType]?.TEXT !== undefined) {` && |\n| &&
` if (msgType === 'S_MSG_TOAST') {` && |\n| &&
` MessageToast.show(params[msgType].TEXT, {` && |\n| &&
Expand Down
2 changes: 2 additions & 0 deletions src/02/z2ui6_cl_xml_view.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -3591,6 +3591,7 @@ CLASS z2ui6_cl_xml_view DEFINITION
width TYPE clike OPTIONAL
hideonnodata TYPE clike OPTIONAL
shrinkable TYPE clike OPTIONAL
visible TYPE clike OPTIONAL
view TYPE clike OPTIONAL
RETURNING
VALUE(result) TYPE REF TO z2ui6_cl_xml_view.
Expand Down Expand Up @@ -6008,6 +6009,7 @@ CLASS z2ui6_cl_xml_view IMPLEMENTATION.
( n = `width` v = width )
( n = `hideOnNoData` v = z2ui6_cl_util=>boolean_abap_2_json( hideonnodata ) )
( n = `shrinkable` v = z2ui6_cl_util=>boolean_abap_2_json( shrinkable ) )
( n = `visible` v = z2ui6_cl_util=>boolean_abap_2_json( visible ) )
( n = `view` v = view ) ) ).
ENDMETHOD.

Expand Down