Standard Content 7.1 - Simplifier Community

Standard Content 7.1

contributed by Moritz Strauß on November 30, 2022

This Standard Content is based on OpenUI 5 version 1.96 and only supported for Simplifier release 7.1 and higher.

Description

This package contains the Standard Content for Simplifier. It contains the Explored Application, Widgets, Widget Groups, Connectors, App Wizards and other Artefacts:

Preparation:
Please create the ‘Default’ endpoint on the instance to be imported, this is needed for the connectors (see list below).

For the endpoint only the name is relevant, please note that it is case-sensitive, for URL you can simply enter ‘https://’.

When the Standard Content is applied to the instance for the first time, all existing widget groups must also be removed beforehand.

Import:

Please be sure to set the option ‘overwrite’ to true to safely update all artifacts contained in the Standard Content to their latest version.

Clean up:
Copy the default endpoints in the connectors that are required by the active system as well as later systems.
Optionally, the default endpoint(s) can now be removed from the connectors as well as from the server environment in the settings of the active system.

Recommendation:
It is best to import the Standard Content only on the development instance. To ensure that widgets are also available on the quality and productive instance, they should be transferred to the corresponding instances via the release feature of your application.

Release Notes

Here is a list of all the changes that are included in the initial version of the Standard Content 1.96.

For all following changes, check out the Simplifier Changelog for the Standard Content.

New Widgets
Element Description
ExpandableText new widget
NotificationList new widget
NotificationListItem new widget
NumericContent new widget
SinglePlanningCalendarMonthView new widget
WheelSlider new widget
WheelSliderContainer new widget
f_FlexibleColumnLayoutAccessibleLandmarkInfo new widget
BarChart new widget

Use this widget to create a BarChart.
Based on ChartJS, version 3.9.1

BarChartItem new widget

Use this widget to add data to a BarChart.
Based on ChartJS, version 3.9.1

DoughnutChart new widget

Use this widget to create a DoughnutChart.
Based on ChartJS, version 3.9.1

DoughnutChartItem new widget

Use this widget to add data to a DoughnutChart.
Based on ChartJS, version 3.9.1

LineChart new widget

Use this widget to create a LineChart.
Based on ChartJS, version 3.9.1

LineChartItem new widget

Use this widget to add data to a LineChart.
Based on ChartJS, version 3.9.1

PieChart new widget

Use this widget to create a PieChart.
Based on ChartJS, version 3.9.1

PieChartItem new widget

Use this widget to add data to a PieChart.
Based on ChartJS, version 3.9.1

RadarChart new widget

Use this widget to create a RadarChart.
Based on ChartJS, version 3.9.1

RadarChartItem new widget

Use this widget to add data to a RadarChart.
Based on ChartJS, version 3.9.1

Removed Widgets/Properties
Element Description
Property: blocked The property ‘blocked’ is deprecated since OpenUI5 version 1.69, so we have removed this property from our widgets.
If you are using ‘blocked’ in your application logic, please replace this property, e.g., by using the property ‘enabled’ instead.
Widget: f_Avatar The widget ‘f_Avatar’ has been removed in OpenUI5 version 1.96, so we removed this widget from our Standard Content.
If you are using ‘f_Avatar’ in your applications, replace it with ‘Avatar’.
Widget: Gameboy The widget ‘Gameboy’ has been removed from our Standard Content.
Widget: ui_table_Table The widget ‘ui_table_Table’ has been removed from our Standard Content.
If you are using ‘ui_table_Table’ in your applications, replace it with ‘GridTable’.
Widget: Tile The widget ‘Tile’ has been removed from our Standard Content.
If you are using ‘Tile’ in your applications, replace it with ‘GenericTile’.
Widget: UploadCollection The widget ‘UploadCollection’ has been removed in OpenUI5 version 1.96, so we removed this widget from our Standard Content.
If you are using ‘UploadCollection’ in your applications, replace it with ‘UploadSet’.
Changes in Widgets/Properties
Element Description
Screen A screen now has the new property ‘titleAlignment’.
Scripted Widgets:

  • Barcode
  • Chart
  • Croppie
  • Login
  • PDFViewer_PDFJS
  • QRCode
  • SignaturePad
  • TabContainer
The IDs of internally generated sub-elements (generated inside the widget script) are now created with ‘-‘ instead ‘–‘, following OpenUI5 conventions.

If you are using one of these widgets in your applications AND you access their sub-elements via their ID inside a Business Object or script,
change the access ID.

Note: if you are only using one of these widgets inside your applications without accessing their sub-elements, you do NOT have to change anything.

Widget ‘uxap_ObjectPageHeader’
  • ‘headerDesign’: The property ‘headerDesign’ is deprecated since OpenUI5 version 1.40, so we have removed this property.
  • ‘breadCrumbsLinks’: The property ‘breadCrumbsLinks’ is deprecated since OpenUI5 version 1.50, so we have removed this property.
Widget ‘GridTable’ Removed the properties ‘rowsBinding’ and ‘rowsBindingValue’
Widget ‘SegmentedButton’ Removed the aggregation ‘buttons’ (deprecated since OpenUI5 version 1.28). Instead, use the aggregation ‘items’
Widget ‘Input’ Replaced the property ‘valueHelpIcon’ with the new property ‘valueHelpIconSrc’
Widget ‘Carousel’
  • Added the propertes ‘noDataText’ and ‘noDataIcon’
  • Added the UI Designer Helper Function ‘nextPage’/’previousPage’
Widget ‘Chart’ The chart library was updated to ChartJS version 3.9.1.

With the update, some properties have been renamed/restructured in the background, so we also adapted these in our chart widget.

Visible changes for users:

  • The property ‘xAxesLabel’ has been renamed to ‘xAxesTitle’
  • The property ‘yAxesLabel’ has been renamed to ‘yAxesTitle’
Widget ‘ColorPalettePopover’ The property ‘highlight’ is now an enumeration (values can be selected in a drop-down menu)
Widget ‘List’ Added the new property ‘sticky’
Widget ‘MenuButton’
  • Added the event ‘beforeMenuOpen’
  • Added the UI Designer Helper Function ‘openMenu’
Widget ‘MessageToast’ Added the UI Designer Helper Function ‘open’
Widget ‘NavContainer’ Added the UI Designer Helper Function ‘nextPage’/’previousPage’
Widget ‘Popover’ Added the UI Designer Helper Function ‘open’
Widget ‘Select’ Added the UI Designer Helper Function ‘openItems’
Widget ‘SelectDialog’ Added the UI Designer Helper Function ‘close’
Widget ‘TabContainer’ Added the UI Designer Helper Function ‘previousItem’/’nextItem’
Widget ‘Table’ Added the property ‘hiddenPopin’
Widget ‘TableSelectDialog’ Added the UI Designer Helper Function ‘close’
Widget ‘Table_withSearch’
  • Removed the properties ‘headerDesign’ (deprecated), ‘headerText’
  • Added the property ‘hiddenPopin’
Widget ‘Wizard’ Added the UI Designer Helper Function ‘showPreviousStep’/’showNextStep’
Property ‘cssClasses’ The property ‘cssClasses’ was added for the following widgets:

  • Barcode
  • BusyDialog
  • Chart
  • ColorPalettePopover
  • FeedInput
  • IFrame
  • Login
  • MessageBox
  • MessageToast
  • QRCode
  • SignaturePad
  • TabContainer
  • TableSelectDialog
Descriptions Adapted the descriptions for some widgets/widget properties to make their usages more clear.
Standard/Advanced properties Adapted the categorization into Standard/Advanced Properties for the widgets
No download found.

Any Questions?

book a personal Session with us

Download Package

for registered users only

  • Your cart is empty.

You must log in and be a buyer of this download to submit a review!

Login to Download and Review me.