@sap/ux-specification 1.124.3 → 1.124.5
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/CHANGELOG.md +48 -26
- package/dist/documentation/runDocu-min.js.map +3 -3
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +89 -89
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +86 -85
- package/dist/schemas/v2/ObjectPageConfig.json +83 -83
- package/dist/schemas/v2/OverviewPageConfig.json +84 -84
- package/dist/schemas/v4/ApplicationV4.json +4 -4
- package/dist/schemas/v4/BuildingBlocksConfig.json +138 -8
- package/dist/schemas/v4/ListReportConfig.json +50 -50
- package/dist/schemas/v4/ObjectPageConfig.json +47 -47
- package/dist/specification/package.json +7 -7
- package/dist/specification/scripts/documentation/components/filter.js +0 -1
- package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js +2 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.js +6 -3
- package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.js +6 -3
- package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.js +13 -9
- package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.js +8 -4
- package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
- package/dist/specification/scripts/extractDocu.js +64 -24
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/macros/api.js +5 -5
- package/dist/specification/scripts/macros/api.js.map +1 -1
- package/dist/specification/scripts/macros/cmd.js +2 -2
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/to-json-schema.js +1 -1
- package/dist/specification/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +4 -4
- package/dist/specification/src/extensionLogger.js +3 -3
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +2 -2
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/flexUtils.js +1 -1
- package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +1 -3
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +10 -10
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/import/utils.js +2 -2
- package/dist/specification/src/sync/common/importProject.js +3 -3
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +1 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +113 -109
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Action.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Action.js +4 -8
- package/dist/specification/src/sync/v2/export/controls/Action.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js +4 -9
- package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Field.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Field.js +1 -2
- package/dist/specification/src/sync/v2/export/controls/Field.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +1 -1
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FilterBar.js +1 -2
- package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FormAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FormAction.js +1 -2
- package/dist/specification/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -2
- package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js +1 -2
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +1 -2
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +7 -8
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js +4 -8
- package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js +11 -22
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +7 -14
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -2
- package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +7 -14
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js +4 -8
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +9 -8
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.js +8 -8
- package/dist/specification/src/sync/v2/export/manifest.js +0 -1
- package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js +1 -2
- package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/ListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/ListReport.js +1 -2
- package/dist/specification/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +4 -4
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +0 -2
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +0 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +41 -24
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +7 -8
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +9 -10
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.js +6 -6
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +3 -3
- package/dist/types/src/apiTypes.d.ts +1 -1
- package/dist/types/src/apiTypes.js +2 -2
- package/dist/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/common/page.d.ts +1 -1
- package/dist/types/src/common/page.d.ts.map +1 -1
- package/dist/types/src/common/page.js.map +1 -1
- package/dist/types/src/common/types.d.ts +3 -5
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +4 -4
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/application.d.ts +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +4 -2
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
- package/dist/types/src/v2/controls/Card.d.ts +37 -36
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +52 -47
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/overviewPage.d.ts +2 -2
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
- package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
- package/dist/types/src/v4/controls/Table.d.ts +28 -35
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
- package/package.json +7 -7
|
@@ -13,11 +13,10 @@ export declare enum InitialLayoutType {
|
|
|
13
13
|
*/
|
|
14
14
|
export interface VisualFilter {
|
|
15
15
|
/**
|
|
16
|
-
* Defines where the selection field
|
|
17
|
-
*
|
|
18
|
-
* -
|
|
19
|
-
* -
|
|
20
|
-
* - Hidden: The filter field is not visible in the filter bar or within the Adapt Filters dialog.
|
|
16
|
+
* Defines where the selection field appears.
|
|
17
|
+
* - Default: The filter field appears by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).
|
|
18
|
+
* - Adaptation: The filter field only appears under Adapt Filters.
|
|
19
|
+
* - Hidden: The filter field is hidden.
|
|
21
20
|
* @artifactType Manifest
|
|
22
21
|
*/
|
|
23
22
|
availability?: Availability;
|
|
@@ -83,7 +82,7 @@ export interface CustomFilterField {
|
|
|
83
82
|
*/
|
|
84
83
|
template: string;
|
|
85
84
|
/**
|
|
86
|
-
*
|
|
85
|
+
* Determines whether the filter field requires a value.
|
|
87
86
|
*/
|
|
88
87
|
required?: boolean;
|
|
89
88
|
/**
|
|
@@ -116,7 +115,6 @@ export interface FilterBar {
|
|
|
116
115
|
initialLayout?: InitialLayoutType;
|
|
117
116
|
/**
|
|
118
117
|
* Allows you to specify the layout of the filter bar.
|
|
119
|
-
*
|
|
120
118
|
* - Compact: This setting shows filter fields in compact mode.
|
|
121
119
|
* - CompactVisual: This setting shows filter fields in both compact and visual modes.
|
|
122
120
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterBar.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/FilterBar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAEvC,oBAAY,UAAU;IAClB,OAAO,YAAY;IACnB,aAAa,kBAAkB;CAClC;AAED,oBAAY,iBAAiB;IACzB,OAAO,YAAY;IACnB,MAAM,WAAW;CACpB;AAID;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB
|
|
1
|
+
{"version":3,"file":"FilterBar.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/FilterBar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAEvC,oBAAY,UAAU;IAClB,OAAO,YAAY;IACnB,aAAa,kBAAkB;CAClC;AAED,oBAAY,iBAAiB;IACzB,OAAO,YAAY;IACnB,MAAM,WAAW;CACpB;AAID;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,MAAM,MAAM,cAAc,GAAG,EAAE,CAAC;AAEhC;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,GAAG,iBAAiB,CAAC;CACrD;AAED;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAAC;CACjC;AAED;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;CAC/B;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,yBAAyB;IACtC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,oBAAoB,CAAC;CACnC;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACxC;AAED;;;GAGG;AACH,MAAM,WAAW,SAAS;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAEnD;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAElC;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterBar.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/FilterBar.ts"],"names":[],"mappings":";;;AAEA,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,iCAAmB,CAAA;IACnB,6CAA+B,CAAA;AACnC,CAAC,EAHW,UAAU,0BAAV,UAAU,QAGrB;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;
|
|
1
|
+
{"version":3,"file":"FilterBar.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/FilterBar.ts"],"names":[],"mappings":";;;AAEA,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,iCAAmB,CAAA;IACnB,6CAA+B,CAAA;AACnC,CAAC,EAHW,UAAU,0BAAV,UAAU,QAGrB;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAmDD,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC5B,uCAAe,CAAA;IACf,yCAAiB,CAAA;AACrB,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B"}
|
|
@@ -9,7 +9,7 @@ export interface CustomFooterActionOP extends CustomActionOP {
|
|
|
9
9
|
}
|
|
10
10
|
export interface FooterActionV4 {
|
|
11
11
|
/**
|
|
12
|
-
* Settings that
|
|
12
|
+
* Settings that control the behavior after creating a new entry.
|
|
13
13
|
*/
|
|
14
14
|
afterExecution?: ActionAfterExecutionConfigurationFooter;
|
|
15
15
|
}
|
|
@@ -6,7 +6,7 @@ export interface CustomFormActionOP extends CustomActionOP {
|
|
|
6
6
|
}
|
|
7
7
|
export interface FormAction {
|
|
8
8
|
/**
|
|
9
|
-
* Settings that
|
|
9
|
+
* Settings that control the behavior after creating a new entry.
|
|
10
10
|
*/
|
|
11
11
|
afterExecution?: ActionAfterExecutionConfigurationForm;
|
|
12
12
|
}
|
|
@@ -10,7 +10,7 @@ export interface CustomHeaderActionOP extends CustomActionOP {
|
|
|
10
10
|
}
|
|
11
11
|
export interface ObjectPageHeaderAction {
|
|
12
12
|
/**
|
|
13
|
-
* Settings that
|
|
13
|
+
* Settings that control the behavior after creating a new entry.
|
|
14
14
|
*/
|
|
15
15
|
afterExecution?: ActionAfterExecutionConfigurationObjectPageHeader;
|
|
16
16
|
}
|
|
@@ -22,11 +22,11 @@ export interface SemanticObjectPropertyMapping {
|
|
|
22
22
|
*/
|
|
23
23
|
export interface AdditionalSemanticObject {
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Define the list of semantic object links displayed under the Related Apps button.
|
|
26
26
|
*/
|
|
27
27
|
allowedActions?: string[];
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Determines the navigation actions of the semantic object that are hidden from under the Related Apps button.
|
|
30
30
|
*/
|
|
31
31
|
unavailableActions?: string[];
|
|
32
32
|
/**
|
|
@@ -35,7 +35,7 @@ export interface AdditionalSemanticObject {
|
|
|
35
35
|
mapping?: SemanticObjectPropertyMapping;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Adds additional links under the Related Apps button by specifying semantic objects.
|
|
39
39
|
* @isViewNode true
|
|
40
40
|
*/
|
|
41
41
|
export interface AdditionalSemanticObjects {
|
|
@@ -47,7 +47,7 @@ export interface RelatedApps {
|
|
|
47
47
|
*/
|
|
48
48
|
showRelatedApps?: boolean;
|
|
49
49
|
/**
|
|
50
|
-
* Additional Semantic Objects
|
|
50
|
+
* Additional Semantic Objects.
|
|
51
51
|
*/
|
|
52
52
|
additionalSemanticObjects: AdditionalSemanticObjects;
|
|
53
53
|
}
|
|
@@ -68,7 +68,7 @@ export interface ObjectPageHeader {
|
|
|
68
68
|
*/
|
|
69
69
|
visible?: boolean;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Determines whether the anchor bar is displayed.
|
|
72
72
|
*/
|
|
73
73
|
anchorBarVisible?: boolean;
|
|
74
74
|
actions?: ObjectPageHeaderActions;
|
|
@@ -3,7 +3,7 @@ import type { DesignTime, RequestGroupId } from '@sap-ux/fe-fpm-writer';
|
|
|
3
3
|
export type { DesignTime, RequestGroupId } from '@sap-ux/fe-fpm-writer';
|
|
4
4
|
export interface FlexSettings {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Defines which settings are available for key user adaptation at design time.
|
|
7
7
|
*/
|
|
8
8
|
designtime?: DesignTime;
|
|
9
9
|
}
|
|
@@ -64,7 +64,7 @@ export interface ObjectPageCustomHeaderSectionFragment extends ObjectPageCustomS
|
|
|
64
64
|
*/
|
|
65
65
|
templateEdit?: string;
|
|
66
66
|
/**
|
|
67
|
-
* Defines the
|
|
67
|
+
* Defines the loading behavior of the Object Page header.
|
|
68
68
|
*/
|
|
69
69
|
requestGroupId?: RequestGroupId;
|
|
70
70
|
/**
|
|
@@ -8,8 +8,7 @@ export declare enum SectionLayoutType {
|
|
|
8
8
|
*/
|
|
9
9
|
export interface ObjectPageLayout {
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
11
|
+
* Defines the layout of the sections.
|
|
13
12
|
* - Page (default): In this mode, all the sections and subsections are added to the same page.
|
|
14
13
|
* - Tabs: In this mode, the sections are represented as tabs under the header facet.
|
|
15
14
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageLayout.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageLayout.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB;AAID;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC7B
|
|
1
|
+
{"version":3,"file":"ObjectPageLayout.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageLayout.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB;AAID;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACrC"}
|
|
@@ -87,13 +87,13 @@ export interface CustomSections {
|
|
|
87
87
|
}
|
|
88
88
|
export interface ObjectPageCustomSectionBase {
|
|
89
89
|
/**
|
|
90
|
-
* Use the key of another
|
|
90
|
+
* Use the key of another section as a placement anchor.
|
|
91
91
|
* @artifactType Manifest
|
|
92
92
|
* @displayName Anchor
|
|
93
93
|
*/
|
|
94
94
|
relatedFacet?: string;
|
|
95
95
|
/**
|
|
96
|
-
* Define the placement, either before or after the anchor
|
|
96
|
+
* Define the placement, either before or after the anchor section.
|
|
97
97
|
* @artifactType Manifest
|
|
98
98
|
*/
|
|
99
99
|
relativePosition?: SectionPosition;
|
|
@@ -15,7 +15,7 @@ export interface PositionOP {
|
|
|
15
15
|
}
|
|
16
16
|
export interface TableCustomColumnOP extends TableCustomColumn {
|
|
17
17
|
/**
|
|
18
|
-
* Defines the position of the column relative to
|
|
18
|
+
* Defines the position of the column relative to the anchor column.
|
|
19
19
|
* @artifactType Manifest
|
|
20
20
|
*/
|
|
21
21
|
position?: PositionOP;
|
|
@@ -26,7 +26,7 @@ export interface TableCustomColumnOP extends TableCustomColumn {
|
|
|
26
26
|
*/
|
|
27
27
|
export interface ObjectPageTable extends TableSettingsOP {
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.
|
|
30
30
|
*/
|
|
31
31
|
enableFullScreen?: boolean;
|
|
32
32
|
/**
|
|
@@ -84,7 +84,7 @@ export interface PersonalizationTypeOP {
|
|
|
84
84
|
}
|
|
85
85
|
export interface QuickVariantSelectionV4OP {
|
|
86
86
|
/**
|
|
87
|
-
* List of annotation paths referring to SelectionVariant annotations
|
|
87
|
+
* List of annotation paths referring to SelectionVariant annotations.
|
|
88
88
|
*/
|
|
89
89
|
paths: AnnotationPathAsObject[];
|
|
90
90
|
/**
|
|
@@ -111,7 +111,7 @@ export interface TableSettingsOP extends TableSettings {
|
|
|
111
111
|
*/
|
|
112
112
|
personalization?: PersonalizationTypeOP;
|
|
113
113
|
/**
|
|
114
|
-
* With quickVariantSelection you can switch
|
|
114
|
+
* With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.
|
|
115
115
|
*/
|
|
116
116
|
quickVariantSelection?: QuickVariantSelectionV4OP;
|
|
117
117
|
columns?: GenericColumnsOP;
|
|
@@ -6,13 +6,13 @@ import type { SelectType, CustomTableAction } from './ToolBar';
|
|
|
6
6
|
*/
|
|
7
7
|
export interface ObjectPageToolBarAction {
|
|
8
8
|
/**
|
|
9
|
-
* Enables single selection for a bound action
|
|
9
|
+
* Enables single selection for a bound action.
|
|
10
10
|
*/
|
|
11
11
|
enableOnSelect?: SelectType;
|
|
12
12
|
}
|
|
13
13
|
export interface CustomTableActionOP extends CustomTableAction {
|
|
14
14
|
/**
|
|
15
|
-
* Defines the position of the action relative to
|
|
15
|
+
* Defines the position of the action relative to the anchor action.
|
|
16
16
|
* @artifactType Manifest
|
|
17
17
|
*/
|
|
18
18
|
position?: CustomActionPositionOP;
|
|
@@ -53,22 +53,17 @@ export interface ViewPersonalizationType {
|
|
|
53
53
|
export interface AnnotationPathAsObject {
|
|
54
54
|
annotationPath: string;
|
|
55
55
|
}
|
|
56
|
-
export interface AnnotationPathWithKey {
|
|
57
|
-
key: string;
|
|
58
|
-
annotationPath: string;
|
|
59
|
-
entitySet?: string;
|
|
60
|
-
}
|
|
61
56
|
export interface QuickVariantSelectionV4 {
|
|
62
57
|
/**
|
|
63
|
-
* List of annotation paths referring to SelectionVariant annotations
|
|
58
|
+
* List of annotation paths referring to SelectionVariant annotations.
|
|
64
59
|
*/
|
|
65
60
|
paths: AnnotationPathAsObject[];
|
|
66
61
|
/**
|
|
67
|
-
*
|
|
62
|
+
* Determines whether the table title is hidden and the tab titles are displayed.
|
|
68
63
|
*/
|
|
69
64
|
hideTableTitle?: boolean;
|
|
70
65
|
/**
|
|
71
|
-
*
|
|
66
|
+
* Determines whether the entry view counts are shown.
|
|
72
67
|
*/
|
|
73
68
|
showCounts?: boolean;
|
|
74
69
|
}
|
|
@@ -84,16 +79,16 @@ export interface ViewColumns {
|
|
|
84
79
|
}
|
|
85
80
|
export interface TableSettings {
|
|
86
81
|
/**
|
|
87
|
-
*
|
|
82
|
+
* Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
|
|
88
83
|
*/
|
|
89
84
|
type?: TableTypeV4;
|
|
90
85
|
/**
|
|
91
86
|
* Allows you to enable or disable row selection and choose between single or multiple row selection.
|
|
92
|
-
*
|
|
93
|
-
* -
|
|
94
|
-
* -
|
|
95
|
-
* -
|
|
96
|
-
*
|
|
87
|
+
* - Auto: This type is deprecated. Choose any of the following modes:
|
|
88
|
+
* - Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.
|
|
89
|
+
* - Single: This type allows single table selection if relevant actions are available in the toolbar.
|
|
90
|
+
* - None: No table selection is possible in display mode.
|
|
91
|
+
* @descriptionSrcURL https://help.sap.com/docs/SAPUI5/4a476671e9bd4e898445a16858d9cf24/116b5d82e8c545e2a56e1b51b8b0a9bd.html?#additional-features-in-sap-fiori-elements-for-odata-v4
|
|
97
92
|
*/
|
|
98
93
|
selectionMode?: SelectionMode;
|
|
99
94
|
/**
|
|
@@ -105,16 +100,16 @@ export interface TableSettings {
|
|
|
105
100
|
*/
|
|
106
101
|
selectionLimit?: number;
|
|
107
102
|
/**
|
|
108
|
-
*
|
|
103
|
+
* Defines whether the Export button is displayed in the table toolbar. The default value is true.
|
|
109
104
|
*
|
|
110
105
|
*/
|
|
111
106
|
enableExport?: boolean;
|
|
112
107
|
/**
|
|
113
|
-
* With quickVariantSelection you can switch
|
|
108
|
+
* With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.
|
|
114
109
|
*/
|
|
115
110
|
quickVariantSelection?: QuickVariantSelectionV4;
|
|
116
111
|
/**
|
|
117
|
-
*
|
|
112
|
+
* Determines whether the content density for ui.table is condensed.
|
|
118
113
|
*/
|
|
119
114
|
condensedTableLayout?: boolean;
|
|
120
115
|
/**
|
|
@@ -122,11 +117,11 @@ export interface TableSettings {
|
|
|
122
117
|
*/
|
|
123
118
|
hierarchyQualifier?: string;
|
|
124
119
|
/**
|
|
125
|
-
*
|
|
120
|
+
* Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.
|
|
126
121
|
*/
|
|
127
122
|
widthIncludingColumnHeader?: boolean;
|
|
128
123
|
/**
|
|
129
|
-
* By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode
|
|
124
|
+
* Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured.
|
|
130
125
|
*/
|
|
131
126
|
disableCopyToClipboard?: boolean;
|
|
132
127
|
}
|
|
@@ -137,7 +132,7 @@ export type ViewTypeV4 = LRTableView | LRChartView | TableViewExtension | boolea
|
|
|
137
132
|
*/
|
|
138
133
|
export interface MultiTableModeV4 {
|
|
139
134
|
/**
|
|
140
|
-
* List of annotation paths
|
|
135
|
+
* List of annotation paths.
|
|
141
136
|
*/
|
|
142
137
|
[key: string]: ViewTypeV4;
|
|
143
138
|
/**
|
|
@@ -171,8 +166,8 @@ export interface CommonViewSettings {
|
|
|
171
166
|
*/
|
|
172
167
|
index: number;
|
|
173
168
|
/**
|
|
174
|
-
*
|
|
175
|
-
*
|
|
169
|
+
* The annotationPath refers to a SelectionPresentationVariant or PresentationVariant annotation.
|
|
170
|
+
* To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier, and reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant annotation.
|
|
176
171
|
*/
|
|
177
172
|
annotationPath: string;
|
|
178
173
|
/**
|
|
@@ -191,7 +186,7 @@ export interface LRChartView extends CommonViewSettings {
|
|
|
191
186
|
*/
|
|
192
187
|
toolBar?: ViewChartToolBar;
|
|
193
188
|
/**
|
|
194
|
-
*
|
|
189
|
+
* Defines whether the view is visible or not.
|
|
195
190
|
*/
|
|
196
191
|
visible?: boolean;
|
|
197
192
|
}
|
|
@@ -205,11 +200,10 @@ export interface ALPTableView extends TableSettings {
|
|
|
205
200
|
*/
|
|
206
201
|
annotationPath: string;
|
|
207
202
|
/**
|
|
208
|
-
*
|
|
209
|
-
*
|
|
210
|
-
* -
|
|
211
|
-
* -
|
|
212
|
-
* - Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.
|
|
203
|
+
* Determines whether the data in the table is automatically loaded.
|
|
204
|
+
* - Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.
|
|
205
|
+
* - Enabled: Data is loaded automatically, as defined by the standard variant.
|
|
206
|
+
* - Disabled: Data is not loaded automatically. Users have to click the Go button.
|
|
213
207
|
*/
|
|
214
208
|
initialLoad?: InitialLoadType;
|
|
215
209
|
/**
|
|
@@ -248,7 +242,7 @@ export interface TableViewExtension {
|
|
|
248
242
|
*/
|
|
249
243
|
template: string;
|
|
250
244
|
/**
|
|
251
|
-
*
|
|
245
|
+
* Defines whether the view is visible.
|
|
252
246
|
*/
|
|
253
247
|
visible?: boolean;
|
|
254
248
|
}
|
|
@@ -293,7 +287,7 @@ export interface LRTableView extends TableSettings {
|
|
|
293
287
|
*/
|
|
294
288
|
columns?: ViewColumns;
|
|
295
289
|
/**
|
|
296
|
-
*
|
|
290
|
+
* Defines whether the view is visible.
|
|
297
291
|
*/
|
|
298
292
|
visible?: boolean;
|
|
299
293
|
}
|
|
@@ -307,11 +301,10 @@ export interface Table extends TableSettings {
|
|
|
307
301
|
*/
|
|
308
302
|
annotationPath?: string;
|
|
309
303
|
/**
|
|
310
|
-
*
|
|
311
|
-
*
|
|
312
|
-
* -
|
|
313
|
-
* -
|
|
314
|
-
* - Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.
|
|
304
|
+
* Determines whether the data in the table is automatically loaded.
|
|
305
|
+
* - Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.
|
|
306
|
+
* - Enabled: Data is loaded automatically, as defined by the standard variant
|
|
307
|
+
* - Disabled: Data is not loaded automatically. Users have to click the Go button.
|
|
315
308
|
*/
|
|
316
309
|
initialLoad?: InitialLoadType;
|
|
317
310
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACxB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE3D,oBAAY,aAAa;IACrB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB;AAED,oBAAY,WAAW;IACnB,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,eAAe,oBAAoB;IACnC,SAAS,cAAc;CAC1B;AAED,oBAAY,eAAe;IACvB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAED,oBAAY,eAAe;IACvB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACnC,cAAc,EAAE,MAAM,CAAC;CAC1B;
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACxB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE3D,oBAAY,aAAa;IACrB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB;AAED,oBAAY,WAAW;IACnB,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,eAAe,oBAAoB;IACnC,SAAS,cAAc;CAC1B;AAED,oBAAY,eAAe;IACvB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAED,oBAAY,eAAe;IACvB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACnC,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,KAAK,EAAE,sBAAsB,EAAE,CAAC;IAChC;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,iBAAiB,GAAG,iBAAiB,CAAC;CACtE;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,GAAG,qBAAqB,GAAG,qBAAqB,CAAC;CAClF;AAGD,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,qBAAqB,CAAC,EAAE,uBAAuB,CAAC;IAChD;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,kBAAkB,GAAG,OAAO,CAAC;AAElF;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC9B;AAED,MAAM,WAAW,kBAAkB;IAC/B;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAY,SAAQ,kBAAkB;IACnD;;;OAGG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;GAGG;AACH,MAAM,WAAW,YAAa,SAAQ,aAAa;IAC/C;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,uBAAuB,CAAC;IAC1C;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,WAAW,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAY,SAAQ,aAAa;IAC9C;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC;;;;OAIG;IACH,eAAe,CAAC,EAAE,uBAAuB,CAAC;IAC1C;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;GAGG;AACH,MAAM,WAAW,KAAM,SAAQ,aAAa;IACxC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,cAAc,CAAC;CAC5B"}
|
|
@@ -12,11 +12,11 @@ export declare enum SelectType {
|
|
|
12
12
|
*/
|
|
13
13
|
export interface ToolBarAction {
|
|
14
14
|
/**
|
|
15
|
-
* Enables single selection for a bound action
|
|
15
|
+
* Enables single selection for a bound action.
|
|
16
16
|
*/
|
|
17
17
|
enableOnSelect?: SelectType;
|
|
18
18
|
/**
|
|
19
|
-
* Settings that
|
|
19
|
+
* Settings that control the behavior after creating a new entry.
|
|
20
20
|
*/
|
|
21
21
|
afterExecution?: ActionAfterExecutionConfigurationToolBarLR;
|
|
22
22
|
}
|
|
@@ -30,7 +30,7 @@ export interface ViewToolBarAction {
|
|
|
30
30
|
*/
|
|
31
31
|
enableOnSelect?: SelectType;
|
|
32
32
|
/**
|
|
33
|
-
* Settings that
|
|
33
|
+
* Settings that control the behavior after creating a new entry.
|
|
34
34
|
*/
|
|
35
35
|
afterExecution?: ActionAfterExecutionConfigurationToolBarLR;
|
|
36
36
|
}
|
|
@@ -34,8 +34,7 @@ export interface ListReportConfigV4 extends PageConfig {
|
|
|
34
34
|
*/
|
|
35
35
|
defaultTemplateAnnotationPath?: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
38
|
-
*
|
|
37
|
+
* Definesthe initial view mode:
|
|
39
38
|
* - primary: This property loads the app in chart-only view.
|
|
40
39
|
* - secondary: This property loads the app in table-only view.
|
|
41
40
|
* - both: This property loads the app in hybrid view.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListReportConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ListReportConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzG,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC;IAE7B;;;OAGG;IACH,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC
|
|
1
|
+
{"version":3,"file":"ListReportConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ListReportConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzG,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC;IAE7B;;;OAGG;IACH,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;CACjC"}
|
|
@@ -8,10 +8,9 @@ export interface ObjectPageConfigV4 extends PageConfig {
|
|
|
8
8
|
header?: ObjectPageHeader;
|
|
9
9
|
layout?: ObjectPageLayout;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* -
|
|
14
|
-
* - Control: Individual personalization for each control is possible.
|
|
11
|
+
* Determines whether variant management is enabled for tables:
|
|
12
|
+
* - None (default): Variant management is disabled.
|
|
13
|
+
* - Control: Variant management can be enabled individually for each control using personalization.
|
|
15
14
|
*/
|
|
16
15
|
variantManagement?: VariantManagementTypeObjectPage;
|
|
17
16
|
sections?: GenericSections | CustomSections;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ObjectPageConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EACR,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,gBAAgB,EACnB,MAAM,aAAa,CAAC;AAErB,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;CACtB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B
|
|
1
|
+
{"version":3,"file":"ObjectPageConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ObjectPageConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EACR,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,gBAAgB,EACnB,MAAM,aAAa,CAAC;AAErB,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;CACtB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IAEpD,QAAQ,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAE5C,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC7B"}
|
|
@@ -88,7 +88,7 @@ export interface ObjectPageTableColumn extends TableColumn {
|
|
|
88
88
|
*/
|
|
89
89
|
export interface TableColumnAction extends TableColumn {
|
|
90
90
|
/**
|
|
91
|
-
* Settings that
|
|
91
|
+
* Settings that control the behavior after creating a new entry.
|
|
92
92
|
*/
|
|
93
93
|
afterExecution?: ActionAfterExecutionConfiguration;
|
|
94
94
|
}
|
|
@@ -98,7 +98,7 @@ export interface TableColumnAction extends TableColumn {
|
|
|
98
98
|
*/
|
|
99
99
|
export interface ViewTableColumnAction extends ViewTableColumn {
|
|
100
100
|
/**
|
|
101
|
-
* Settings that
|
|
101
|
+
* Settings that control the behavior after creating a new entry.
|
|
102
102
|
*/
|
|
103
103
|
afterExecution?: ActionAfterExecutionConfiguration;
|
|
104
104
|
}
|
|
@@ -132,7 +132,7 @@ export interface TableCustomColumn {
|
|
|
132
132
|
*/
|
|
133
133
|
width?: string;
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* Defines a target fragment.
|
|
136
136
|
* @artifactType Manifest
|
|
137
137
|
*/
|
|
138
138
|
template: string;
|
|
@@ -150,7 +150,8 @@ export interface TableCustomColumn {
|
|
|
150
150
|
*/
|
|
151
151
|
availability?: Availability;
|
|
152
152
|
/**
|
|
153
|
-
* If provided and sorting
|
|
153
|
+
* If provided and sorting for the table is enabled, the custom column header can be clicked.
|
|
154
|
+
* Once clicked, a list of properties that can be sorted by are displayed.
|
|
154
155
|
* @artifactType Manifest
|
|
155
156
|
*/
|
|
156
157
|
properties?: ColumnPropertiesType;
|
|
@@ -161,12 +162,12 @@ export interface TableCustomColumn {
|
|
|
161
162
|
*/
|
|
162
163
|
export interface ViewTableCustomColumn {
|
|
163
164
|
/**
|
|
164
|
-
*
|
|
165
|
+
* Defines the position of the column relative to other columns.
|
|
165
166
|
* @artifactType Manifest
|
|
166
167
|
*/
|
|
167
168
|
position?: ViewPosition;
|
|
168
169
|
/**
|
|
169
|
-
* The header
|
|
170
|
+
* The header appears in the table as a header, as well as in the add and remove dialogs.
|
|
170
171
|
* @i18nClassification COL: Custom column header text
|
|
171
172
|
* @artifactType Manifest
|
|
172
173
|
*/
|
|
@@ -178,7 +179,7 @@ export interface ViewTableCustomColumn {
|
|
|
178
179
|
*/
|
|
179
180
|
width?: string;
|
|
180
181
|
/**
|
|
181
|
-
*
|
|
182
|
+
* Defines a target fragment.
|
|
182
183
|
* @artifactType Manifest
|
|
183
184
|
*/
|
|
184
185
|
template: string;
|
|
@@ -196,7 +197,8 @@ export interface ViewTableCustomColumn {
|
|
|
196
197
|
*/
|
|
197
198
|
availability?: Availability;
|
|
198
199
|
/**
|
|
199
|
-
* If provided and sorting
|
|
200
|
+
* If provided and sorting for the table is enabled, the custom column header can be clicked.
|
|
201
|
+
* Once clicked, a list of properties that can be sorted by are displayed.
|
|
200
202
|
* @artifactType Manifest
|
|
201
203
|
*/
|
|
202
204
|
properties?: ColumnPropertiesType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManifestSettings.d.ts","sourceRoot":"","sources":["../../../../../../../types/src/v4/webapp/manifest/ManifestSettings.ts"],"names":[],"mappings":"AACA,oBAAY,SAAS;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,QAAQ;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,YAAY,GAAG;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACvB,CAAC;AAEF,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,oBAAY,YAAY;IACpB,SAAS,YAAY;IACrB,YAAY,eAAe;IAC3B,QAAQ,WAAW;CACtB;AAED,oBAAY,eAAe;IACvB,OAAO,UAAU;IACjB,QAAQ,WAAW;IACnB,KAAK,QAAQ;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;OAEG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACxC;AAED;;;GAGG;AACH,MAAM,WAAW,eAAgB,SAAQ,WAAW;CAAG;AAEvD;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,WAAW;CAAG;AAE7D;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IAClD;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,EAAE,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,2BAA4B,SAAQ,qBAAqB;CAAG;AAE7E;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B
|
|
1
|
+
{"version":3,"file":"ManifestSettings.d.ts","sourceRoot":"","sources":["../../../../../../../types/src/v4/webapp/manifest/ManifestSettings.ts"],"names":[],"mappings":"AACA,oBAAY,SAAS;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,QAAQ;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,YAAY,GAAG;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACvB,CAAC;AAEF,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,oBAAY,YAAY;IACpB,SAAS,YAAY;IACrB,YAAY,eAAe;IAC3B,QAAQ,WAAW;CACtB;AAED,oBAAY,eAAe;IACvB,OAAO,UAAU;IACjB,QAAQ,WAAW;IACnB,KAAK,QAAQ;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;OAEG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACxC;AAED;;;GAGG;AACH,MAAM,WAAW,eAAgB,SAAQ,WAAW;CAAG;AAEvD;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,WAAW;CAAG;AAE7D;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IAClD;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,EAAE,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,2BAA4B,SAAQ,qBAAqB;CAAG;AAE7E;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACrC;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACrC"}
|
|
@@ -4,7 +4,7 @@ import type { ManifestNamespace } from '../../../common';
|
|
|
4
4
|
import { type FlexibleColumnLayout } from '../../../common';
|
|
5
5
|
export interface FlexibleColumnLayoutV4 extends FlexibleColumnLayout {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column.
|
|
8
8
|
*/
|
|
9
9
|
limitFCLToTwoColumns?: boolean;
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.124.
|
|
3
|
+
"version": "1.124.5",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"publisher": "SAPSE",
|
|
52
52
|
"license": "SEE LICENSE IN LICENSE",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@sap-ux/fe-fpm-writer": "0.31.
|
|
55
|
-
"@sap-ux/vocabularies-types": "0.11.
|
|
54
|
+
"@sap-ux/fe-fpm-writer": "0.31.10",
|
|
55
|
+
"@sap-ux/vocabularies-types": "0.11.4"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@sap-ux/annotation-converter": "0.9.
|
|
58
|
+
"@sap-ux/annotation-converter": "0.9.6",
|
|
59
59
|
"@sap-ux/edmx-parser": "0.8.1",
|
|
60
|
-
"@sap/ux-specification-types": "1.124.
|
|
61
|
-
"@sapui5/types": "1.
|
|
60
|
+
"@sap/ux-specification-types": "1.124.5",
|
|
61
|
+
"@sapui5/types": "latest-1.124",
|
|
62
62
|
"@types/d3": "7.4.3",
|
|
63
63
|
"@types/jquery": "3.5.31",
|
|
64
64
|
"@types/mem-fs-editor": "7.0.7",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"deepmerge": "4.3.1",
|
|
72
72
|
"ejs": "3.1.10",
|
|
73
73
|
"excel4node": "1.8.2",
|
|
74
|
-
"i18next": "23.
|
|
74
|
+
"i18next": "23.16.2",
|
|
75
75
|
"jquery": "3.7.1",
|
|
76
76
|
"jsdom": "25.0.1",
|
|
77
77
|
"lodash.unset": "4.5.2",
|