@sap/ux-specification 1.90.9 → 1.90.13
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 +99 -24
- package/README.md +4 -4
- package/dist/documentation/runDocu-min.js +2 -0
- package/dist/documentation/runDocu-min.js.LICENSE.txt +24 -0
- package/dist/documentation/styleDocu.css +227 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +49 -0
- package/dist/documentation/v2/v2-ApplicationV2.html +48 -0
- package/dist/documentation/v2/v2-ListReport.html +49 -0
- package/dist/documentation/v2/v2-ObjectPage.html +49 -0
- package/dist/documentation/v2/v2-OverviewPage.html +49 -0
- package/dist/documentation/v4/v4-AnalyticalListPage.html +49 -0
- package/dist/documentation/v4/v4-ApplicationV4.html +48 -0
- package/dist/documentation/v4/v4-ListReport.html +49 -0
- package/dist/documentation/v4/v4-ObjectPage.html +49 -0
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +87 -12
- package/dist/schemas/v2/ApplicationV2.json +6 -0
- package/dist/schemas/v2/ListReportConfig.json +86 -11
- package/dist/schemas/v2/ObjectPageConfig.json +338 -52
- package/dist/schemas/v2/OverviewPageConfig.json +25 -42
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ObjectPageConfig.json +35 -2
- package/dist/scripts/extractDocu.js +186 -19
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.d.ts +1 -0
- package/dist/scripts/runDocu.js +561 -0
- package/dist/scripts/runDocu.js.map +1 -0
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/specification/v4/index-min.js +1 -1
- package/dist/src/api.js +13 -22
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +117 -105
- package/dist/src/extensionLogger.js +7 -2
- package/dist/src/extensionLogger.js.map +1 -1
- package/dist/src/specification/common/page.d.ts +2 -3
- package/dist/src/specification/common/page.js +0 -1
- package/dist/src/specification/common/page.js.map +1 -1
- package/dist/src/specification/common/types.d.ts +1 -0
- package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +3 -1
- package/dist/src/specification/common/webapp/manifest/Manifest.js +1 -0
- package/dist/src/specification/common/webapp/manifest/Manifest.js.map +1 -1
- package/dist/src/specification/common/webapp/manifest/sapOvp.d.ts +2 -1
- package/dist/src/specification/v2/ApplicationV2.d.ts +6 -0
- package/dist/src/specification/v2/controls/AnalyticalListPageChart.d.ts +1 -1
- package/dist/src/specification/v2/controls/Card.d.ts +11 -10
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/Facets.d.ts +2 -1
- package/dist/src/specification/v2/controls/Field.d.ts +10 -0
- package/dist/src/specification/v2/controls/Field.js +3 -0
- package/dist/src/specification/v2/controls/Field.js.map +1 -0
- package/dist/src/specification/v2/controls/FormAction.d.ts +43 -0
- package/dist/src/specification/v2/controls/FormAction.js +20 -0
- package/dist/src/specification/v2/controls/FormAction.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageChart.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +11 -0
- package/dist/src/specification/v2/controls/ObjectPageFooter.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +16 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.d.ts +21 -5
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js +0 -5
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +25 -8
- package/dist/src/specification/v2/controls/ObjectPageSection.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +12 -5
- package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/specification/v2/controls/Table.d.ts +4 -3
- package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -6
- package/dist/src/specification/v2/controls/index.d.ts +5 -0
- package/dist/src/specification/v2/controls/index.js +1 -1
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -1
- package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +2 -1
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +1 -0
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +1 -0
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +1 -1
- package/dist/src/specification/v4/ApplicationV4.d.ts +2 -0
- package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +11 -0
- package/dist/src/specification/v4/controls/ObjectPageFooter.js +3 -0
- package/dist/src/specification/v4/controls/ObjectPageFooter.js.map +1 -0
- package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +6 -1
- package/dist/src/specification/v4/controls/index.d.ts +1 -0
- package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -1
- package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +2 -1
- package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +1 -0
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +8 -1
- package/dist/src/sync/common/decoration/control.js +62 -21
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/flexUtils.d.ts +2 -2
- package/dist/src/sync/common/flexUtils.js +10 -5
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/generate/index.d.ts +1 -0
- package/dist/src/sync/common/generate/index.js +7 -0
- package/dist/src/sync/common/generate/index.js.map +1 -0
- package/dist/src/sync/common/generate/objectPage.d.ts +49 -0
- package/dist/src/sync/common/generate/objectPage.js +331 -0
- package/dist/src/sync/common/generate/objectPage.js.map +1 -0
- package/dist/src/sync/common/i18n.json +1 -0
- package/dist/src/sync/common/import/utils.d.ts +28 -0
- package/dist/src/sync/common/import/utils.js +75 -0
- package/dist/src/sync/common/import/utils.js.map +1 -0
- package/dist/src/sync/common/importProject.js +70 -79
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/index.d.ts +2 -0
- package/dist/src/sync/common/index.js +2 -0
- package/dist/src/sync/common/index.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +17 -5
- package/dist/src/sync/common/types.js +12 -0
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +41 -13
- package/dist/src/sync/common/utils.js +291 -198
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.d.ts +2 -0
- package/dist/src/sync/v2/application.js +21 -10
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +4 -3
- package/dist/src/sync/v2/export/controls/Card.js +16 -9
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Field.d.ts +4 -0
- package/dist/src/sync/v2/export/controls/Field.js +32 -0
- package/dist/src/sync/v2/export/controls/Field.js.map +1 -0
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +1 -2
- package/dist/src/sync/v2/export/controls/FilterBar.js +17 -19
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +15 -0
- package/dist/src/sync/v2/export/controls/FormAction.js +133 -0
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +100 -87
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +4 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js +13 -0
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +43 -4
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +32 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +144 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -4
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +19 -7
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +12 -4
- package/dist/src/sync/v2/export/controls/Table.js +105 -57
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.js +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/controls/index.d.ts +3 -0
- package/dist/src/sync/v2/export/controls/index.js +3 -0
- package/dist/src/sync/v2/export/controls/index.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts +24 -10
- package/dist/src/sync/v2/export/export.js +284 -503
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts +10 -0
- package/dist/src/sync/v2/export/exportPage.js +311 -0
- package/dist/src/sync/v2/export/exportPage.js.map +1 -0
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -1
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +4 -2
- package/dist/src/sync/v2/export/pages/OverviewPage.js +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +3 -9
- package/dist/src/sync/v2/generate/analyticalListReport.js +15 -16
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.js +28 -6
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +3 -10
- package/dist/src/sync/v2/generate/listReport.js +24 -30
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +3 -10
- package/dist/src/sync/v2/generate/objectPage.js +246 -155
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +1 -2
- package/dist/src/sync/v2/generate/utils.js +19 -4
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +25 -3
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +7 -3
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +10 -1
- package/dist/src/sync/v2/import/common/index.js +17 -38
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.d.ts +2 -1
- package/dist/src/sync/v2/import/controls/table.js +1 -1
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -8
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +23 -24
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +3 -7
- package/dist/src/sync/v2/import/pages/listReport.js +26 -27
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +3 -10
- package/dist/src/sync/v2/import/pages/objectPage.js +294 -156
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +65 -57
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +3 -3
- package/dist/src/sync/v2/import/utils.js +5 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +33 -0
- package/dist/src/sync/v2/types.js +16 -0
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/application.js +10 -10
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +4 -3
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +4 -3
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts +1 -1
- package/dist/src/sync/v4/export/export.js +219 -175
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +100 -78
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +3 -2
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +14 -1
- package/dist/src/sync/v4/generate/generate.js +10 -2
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +1 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +3 -6
- package/dist/src/sync/v4/generate/objectPage.js +97 -193
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +131 -52
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.js +53 -58
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +2 -2
- package/dist/src/sync/v4/import/pages/analyticalListPage.js +6 -6
- package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +5 -7
- package/dist/src/sync/v4/import/pages/listReport.js +21 -23
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +3 -5
- package/dist/src/sync/v4/import/pages/objectPage.js +105 -73
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +11 -9
- package/dist/src/sync/v4/import/utils.js +23 -13
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +5 -7
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +3 -2
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +16 -7
- package/dist/src/sync/v4/import/common/index.d.ts +0 -12
- package/dist/src/sync/v4/import/common/index.js +0 -41
- package/dist/src/sync/v4/import/common/index.js.map +0 -1
|
@@ -104,7 +104,7 @@ export interface CommonCardSettings {
|
|
|
104
104
|
*/
|
|
105
105
|
defaultSpan?: DefaultSpanDef;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Define an authorization check at card level
|
|
108
108
|
*/
|
|
109
109
|
requireAppAuthorization?: string;
|
|
110
110
|
}
|
|
@@ -217,10 +217,6 @@ export interface StackCard {
|
|
|
217
217
|
* Represents the properties that are passed to the stack card.
|
|
218
218
|
*/
|
|
219
219
|
stackCardSettings: StackCardSettings;
|
|
220
|
-
/**
|
|
221
|
-
* Represents the Stack Card with view switch control.
|
|
222
|
-
*/
|
|
223
|
-
tabs?: [TabSetting, ...TabSetting[]];
|
|
224
220
|
}
|
|
225
221
|
/**
|
|
226
222
|
* Link List Card
|
|
@@ -240,10 +236,6 @@ export interface LinklistCard {
|
|
|
240
236
|
* Represents the properties that are passed to the link list card.
|
|
241
237
|
*/
|
|
242
238
|
linkListCardSettings: LinkListCardSettings;
|
|
243
|
-
/**
|
|
244
|
-
* Represents the card with view switch control.
|
|
245
|
-
*/
|
|
246
|
-
tabs?: [TabSetting, ...TabSetting[]];
|
|
247
239
|
}
|
|
248
240
|
/**
|
|
249
241
|
* Table Card
|
|
@@ -296,6 +288,7 @@ export interface AnalyticalCard {
|
|
|
296
288
|
*/
|
|
297
289
|
tabs?: [TabSetting, ...TabSetting[]];
|
|
298
290
|
}
|
|
291
|
+
export declare type CustomCardNavigationType = 'dataPointNav' | 'chartNav' | 'headerNav' | 'noHeaderNav';
|
|
299
292
|
/**
|
|
300
293
|
* @displayName settings
|
|
301
294
|
*/
|
|
@@ -384,7 +377,7 @@ export interface CustomCardSettings extends CommonCardSettings {
|
|
|
384
377
|
/**
|
|
385
378
|
* Represents the configuration to alter the navigation mode in OVP Analytical Cards.
|
|
386
379
|
*/
|
|
387
|
-
navigation?:
|
|
380
|
+
navigation?: CustomCardNavigationType;
|
|
388
381
|
/**
|
|
389
382
|
* Represents a switch to Show or Hide Filters in Cards Headers in OVP application.
|
|
390
383
|
*/
|
|
@@ -646,6 +639,14 @@ export interface LinkListCardSettings {
|
|
|
646
639
|
* staticContent represents the static content of a static link list card.
|
|
647
640
|
*/
|
|
648
641
|
staticContent?: StaticContent[];
|
|
642
|
+
/**
|
|
643
|
+
* Define an authorization check at card level
|
|
644
|
+
*/
|
|
645
|
+
requireAppAuthorization?: string;
|
|
646
|
+
/**
|
|
647
|
+
* Represents the annotation path.
|
|
648
|
+
*/
|
|
649
|
+
annotationPath?: string;
|
|
649
650
|
}
|
|
650
651
|
export interface StaticContent {
|
|
651
652
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Card.ts"],"names":[],"mappings":";;AAqHA,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,0CAAyB,CAAA;IACzB,kDAAiC,CAAA;IACjC,oDAAmC,CAAA;AACvC,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB;AAED,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IACxB,kEAA8C,CAAA;IAC9C,uEAAmD,CAAA;IACnD,+CAA2B,CAAA;IAC3B,oDAAgC,CAAA;IAChC,uDAAmC,CAAA;IACnC,4DAAwC,CAAA;IACxC,iDAA6B,CAAA;IAC7B,sDAAkC,CAAA;IAClC,iDAA6B,CAAA;AACjC,CAAC,EAVW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAU3B;AAEY,QAAA,mBAAmB,GAAG;IAC/B,iCAAiC,EAAE,gBAAgB;IACnD,oCAAoC,EAAE,gBAAgB;IACtD,oBAAoB,EAAE,UAAU;IAChC,uBAAuB,EAAE,UAAU;IACnC,wBAAwB,EAAE,cAAc;IACxC,2BAA2B,EAAE,cAAc;IAC3C,qBAAqB,EAAE,WAAW;IAClC,wBAAwB,EAAE,WAAW;IACrC,qBAAqB,EAAE,WAAW;CACrC,CAAC;AAEF,IAAY,gBASX;AATD,WAAY,gBAAgB;IACxB,qEAAiD,CAAA;IACjD,yEAAqD,CAAA;IACrD,yDAAqC,CAAA;IACrC,6DAAyC,CAAA;IACzC,2DAAuC,CAAA;IACvC,iEAA6C,CAAA;IAC7C,2DAAuC,CAAA;IACvC,+DAA2C,CAAA;AAC/C,CAAC,EATW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAS3B;AAED,IAAY,sBAMX;AAND,WAAY,sBAAsB;IAC9B,6CAAmB,CAAA;IACnB,qCAAW,CAAA;IACX,qCAAW,CAAA;IACX,qCAAW,CAAA;IACX,0CAAgB,CAAA;AACpB,CAAC,EANW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAMjC;
|
|
1
|
+
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Card.ts"],"names":[],"mappings":";;AAqHA,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,0CAAyB,CAAA;IACzB,kDAAiC,CAAA;IACjC,oDAAmC,CAAA;AACvC,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB;AAED,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IACxB,kEAA8C,CAAA;IAC9C,uEAAmD,CAAA;IACnD,+CAA2B,CAAA;IAC3B,oDAAgC,CAAA;IAChC,uDAAmC,CAAA;IACnC,4DAAwC,CAAA;IACxC,iDAA6B,CAAA;IAC7B,sDAAkC,CAAA;IAClC,iDAA6B,CAAA;AACjC,CAAC,EAVW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAU3B;AAEY,QAAA,mBAAmB,GAAG;IAC/B,iCAAiC,EAAE,gBAAgB;IACnD,oCAAoC,EAAE,gBAAgB;IACtD,oBAAoB,EAAE,UAAU;IAChC,uBAAuB,EAAE,UAAU;IACnC,wBAAwB,EAAE,cAAc;IACxC,2BAA2B,EAAE,cAAc;IAC3C,qBAAqB,EAAE,WAAW;IAClC,wBAAwB,EAAE,WAAW;IACrC,qBAAqB,EAAE,WAAW;CACrC,CAAC;AAEF,IAAY,gBASX;AATD,WAAY,gBAAgB;IACxB,qEAAiD,CAAA;IACjD,yEAAqD,CAAA;IACrD,yDAAqC,CAAA;IACrC,6DAAyC,CAAA;IACzC,2DAAuC,CAAA;IACvC,iEAA6C,CAAA;IAC7C,2DAAuC,CAAA;IACvC,+DAA2C,CAAA;AAC/C,CAAC,EATW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAS3B;AAED,IAAY,sBAMX;AAND,WAAY,sBAAsB;IAC9B,6CAAmB,CAAA;IACnB,qCAAW,CAAA;IACX,qCAAW,CAAA;IACX,qCAAW,CAAA;IACX,0CAAgB,CAAA;AACpB,CAAC,EANW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAMjC;AAsTD,IAAY,cAIX;AAJD,WAAY,cAAc;IACtB,uCAAqB,CAAA;IACrB,6BAAW,CAAA;IACX,uCAAqB,CAAA;AACzB,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,qCAAqB,CAAA;IACrB,uCAAuB,CAAA;AAC3B,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAED,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;AAC7B,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAiID,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC1B,2CAAqB,CAAA;IACrB,2CAAqB,CAAA;AACzB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { ObjectPageResponsiveTable, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable } from './ObjectPageTable';
|
|
2
|
+
export declare type ObjectPageTableTypeV2 = ObjectPageResponsiveTable | ObjectPageAnalyticalTable | ObjectPageGridTable | ObjectPageTreeTable;
|
|
2
3
|
/**
|
|
3
4
|
* Table Facet
|
|
4
5
|
* @isViewNode true
|
|
5
6
|
*/
|
|
6
7
|
export interface LineItemFacet {
|
|
7
|
-
table:
|
|
8
|
+
table: ObjectPageTableTypeV2;
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
11
|
* Form Facet
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Field.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Field.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare type SapUiCoreURI = string;
|
|
2
|
+
export declare enum ButtonType {
|
|
3
|
+
Accept = "Accept",
|
|
4
|
+
Attention = "Attention",
|
|
5
|
+
Back = "Back",
|
|
6
|
+
Critical = "Critical",
|
|
7
|
+
Default = "Default",
|
|
8
|
+
Emphasized = "Emphasized",
|
|
9
|
+
Ghost = "Ghost",
|
|
10
|
+
Negative = "Negative",
|
|
11
|
+
Neutral = "Neutral",
|
|
12
|
+
Reject = "Reject",
|
|
13
|
+
Success = "Success",
|
|
14
|
+
Transparent = "Transparent",
|
|
15
|
+
Unstyled = "Unstyled",
|
|
16
|
+
Up = "Up"
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Action
|
|
20
|
+
* @isViewNode true
|
|
21
|
+
*/
|
|
22
|
+
export interface FormAction {
|
|
23
|
+
/**
|
|
24
|
+
* Text for tooltip of button
|
|
25
|
+
*/
|
|
26
|
+
tooltip?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.
|
|
29
|
+
*/
|
|
30
|
+
icon?: SapUiCoreURI;
|
|
31
|
+
/**
|
|
32
|
+
* Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.
|
|
33
|
+
*/
|
|
34
|
+
activeIcon?: SapUiCoreURI;
|
|
35
|
+
/**
|
|
36
|
+
* Defines the Button type.
|
|
37
|
+
*/
|
|
38
|
+
type?: ButtonType;
|
|
39
|
+
/**
|
|
40
|
+
* Whether the button should be visible on the screen.
|
|
41
|
+
*/
|
|
42
|
+
visible?: boolean;
|
|
43
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var ButtonType;
|
|
4
|
+
(function (ButtonType) {
|
|
5
|
+
ButtonType["Accept"] = "Accept";
|
|
6
|
+
ButtonType["Attention"] = "Attention";
|
|
7
|
+
ButtonType["Back"] = "Back";
|
|
8
|
+
ButtonType["Critical"] = "Critical";
|
|
9
|
+
ButtonType["Default"] = "Default";
|
|
10
|
+
ButtonType["Emphasized"] = "Emphasized";
|
|
11
|
+
ButtonType["Ghost"] = "Ghost";
|
|
12
|
+
ButtonType["Negative"] = "Negative";
|
|
13
|
+
ButtonType["Neutral"] = "Neutral";
|
|
14
|
+
ButtonType["Reject"] = "Reject";
|
|
15
|
+
ButtonType["Success"] = "Success";
|
|
16
|
+
ButtonType["Transparent"] = "Transparent";
|
|
17
|
+
ButtonType["Unstyled"] = "Unstyled";
|
|
18
|
+
ButtonType["Up"] = "Up";
|
|
19
|
+
})(ButtonType = exports.ButtonType || (exports.ButtonType = {}));
|
|
20
|
+
//# sourceMappingURL=FormAction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormAction.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/FormAction.ts"],"names":[],"mappings":";;AAEA,IAAY,UAeX;AAfD,WAAY,UAAU;IAClB,+BAAiB,CAAA;IACjB,qCAAuB,CAAA;IACvB,2BAAa,CAAA;IACb,mCAAqB,CAAA;IACrB,iCAAmB,CAAA;IACnB,uCAAyB,CAAA;IACzB,6BAAe,CAAA;IACf,mCAAqB,CAAA;IACrB,iCAAmB,CAAA;IACnB,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;IACnB,yCAA2B,CAAA;IAC3B,mCAAqB,CAAA;IACrB,uBAAS,CAAA;AACb,CAAC,EAfW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAerB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ObjectPageFooter.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageFooter.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FormAction } from './FormAction';
|
|
2
|
+
import { Field } from './Field';
|
|
3
|
+
/**
|
|
4
|
+
* Object Page Form
|
|
5
|
+
* @isViewNode true
|
|
6
|
+
*/
|
|
7
|
+
export interface ObjectPageForm {
|
|
8
|
+
fields?: ObjectPageFormFields;
|
|
9
|
+
actions?: ObjectPageFormActions;
|
|
10
|
+
}
|
|
11
|
+
export interface ObjectPageFormFields {
|
|
12
|
+
[key: string]: Field;
|
|
13
|
+
}
|
|
14
|
+
export interface ObjectPageFormActions {
|
|
15
|
+
[key: string]: FormAction;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ObjectPageForm.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageForm.ts"],"names":[],"mappings":""}
|
|
@@ -1,11 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
Editable = "{ui>/editable}",
|
|
3
|
-
NotEditable = "{= !${ui>/editable}}"
|
|
4
|
-
}
|
|
1
|
+
import { ButtonType, SapUiCoreURI } from '.';
|
|
5
2
|
/**
|
|
6
3
|
* Header Action
|
|
7
4
|
* @isViewNode true
|
|
8
5
|
*/
|
|
9
6
|
export interface HeaderAction {
|
|
10
|
-
|
|
7
|
+
/**
|
|
8
|
+
* Text for tooltip of button
|
|
9
|
+
*/
|
|
10
|
+
tooltip?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.
|
|
13
|
+
*/
|
|
14
|
+
icon?: SapUiCoreURI;
|
|
15
|
+
/**
|
|
16
|
+
* Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.
|
|
17
|
+
*/
|
|
18
|
+
activeIcon?: SapUiCoreURI;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the Button type.
|
|
21
|
+
*/
|
|
22
|
+
type?: ButtonType;
|
|
23
|
+
/**
|
|
24
|
+
* Whether the button should be visible on the screen.
|
|
25
|
+
*/
|
|
26
|
+
visible?: boolean;
|
|
11
27
|
}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var BindingValue;
|
|
4
|
-
(function (BindingValue) {
|
|
5
|
-
BindingValue["Editable"] = "{ui>/editable}";
|
|
6
|
-
BindingValue["NotEditable"] = "{= !${ui>/editable}}";
|
|
7
|
-
})(BindingValue = exports.BindingValue || (exports.BindingValue = {}));
|
|
8
3
|
//# sourceMappingURL=ObjectPageHeaderAction.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageHeaderAction.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageHeaderAction.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ObjectPageHeaderAction.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageHeaderAction.ts"],"names":[],"mappings":""}
|
|
@@ -1,28 +1,45 @@
|
|
|
1
|
-
import { ObjectPageResponsiveTableWithMultiSelect, ObjectPageResponsiveTableWithInlineDelete, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable, ObjectPageChart } from './index';
|
|
1
|
+
import { ObjectPageResponsiveTableWithMultiSelect, ObjectPageResponsiveTableWithInlineDelete, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable, ObjectPageChart, ObjectPageForm } from './index';
|
|
2
2
|
import { ViewTypes, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../common/webapp/manifest/sapUi5';
|
|
3
|
+
/**
|
|
4
|
+
* Section
|
|
5
|
+
* @isViewNode true
|
|
6
|
+
*/
|
|
7
|
+
export interface ObjectPageSection {
|
|
8
|
+
/**
|
|
9
|
+
* Whether the section should be visible on the screen.
|
|
10
|
+
*/
|
|
11
|
+
visible?: boolean;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Form
|
|
15
|
+
* @isViewNode true
|
|
16
|
+
*/
|
|
17
|
+
export interface ObjectPageSectionFormV2 extends ObjectPageSection {
|
|
18
|
+
form?: ObjectPageForm;
|
|
19
|
+
}
|
|
3
20
|
/**
|
|
4
21
|
* Table
|
|
5
22
|
* @isViewNode true
|
|
6
23
|
*/
|
|
7
|
-
export interface ObjectPageSectionTableV2 {
|
|
24
|
+
export interface ObjectPageSectionTableV2 extends ObjectPageSection {
|
|
8
25
|
table?: ObjectPageResponsiveTableWithMultiSelect | ObjectPageResponsiveTableWithInlineDelete | ObjectPageAnalyticalTable | ObjectPageGridTable | ObjectPageTreeTable;
|
|
9
26
|
}
|
|
10
27
|
/**
|
|
11
28
|
* Chart
|
|
12
29
|
* @isViewNode true
|
|
13
30
|
*/
|
|
14
|
-
export interface ObjectPageSectionChartV2 {
|
|
31
|
+
export interface ObjectPageSectionChartV2 extends ObjectPageSection {
|
|
15
32
|
chart?: ObjectPageChart;
|
|
16
33
|
}
|
|
17
34
|
/**
|
|
18
|
-
*
|
|
35
|
+
* Subsection
|
|
19
36
|
* @isViewNode true
|
|
20
37
|
*/
|
|
21
|
-
export interface
|
|
22
|
-
subsections
|
|
38
|
+
export interface ObjectPageSubSectionV2 extends ObjectPageSection {
|
|
39
|
+
subsections?: object;
|
|
23
40
|
}
|
|
24
41
|
export interface GenericSections {
|
|
25
|
-
[key: string]: ObjectPageSectionTableV2 | ObjectPageSectionChartV2;
|
|
42
|
+
[key: string]: ObjectPageSectionTableV2 | ObjectPageSectionChartV2 | ObjectPageSectionFormV2 | ObjectPageSubSectionV2;
|
|
26
43
|
}
|
|
27
44
|
/**
|
|
28
45
|
* Custom Sections
|
|
@@ -35,7 +52,7 @@ export interface ObjectPageCustomSectionBase {
|
|
|
35
52
|
relatedFacet: string;
|
|
36
53
|
relativePosition: SectionPosition;
|
|
37
54
|
/**
|
|
38
|
-
* The label of the custom section,
|
|
55
|
+
* The label of the custom section, preferably as an i18n key
|
|
39
56
|
* @i18nClassification TIT: Custom section title
|
|
40
57
|
*/
|
|
41
58
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageSection.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageSection.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ObjectPageSection.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageSection.ts"],"names":[],"mappings":";;AAyGA,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,4CAAyB,CAAA;IACzB,8CAA2B,CAAA;IAC3B,gDAA6B,CAAA;AACjC,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B;AAED,IAAY,sBAEX;AAFD,WAAY,sBAAsB;IAC9B,qCAAW,CAAA;AACf,CAAC,EAFW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAEjC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GenericColumns, TableTypeV2, PopinLayout, QuickVariant
|
|
1
|
+
import { GenericColumns, TableTypeV2, PopinLayout, QuickVariant } from './Table';
|
|
2
2
|
import { ObjectPageToolBar } from './ObjectPageToolBar';
|
|
3
3
|
export interface QuickVariantSelectionOP {
|
|
4
4
|
/**
|
|
@@ -12,10 +12,14 @@ export interface QuickVariantSelectionOP {
|
|
|
12
12
|
[key: number]: QuickVariant;
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
|
+
export interface FieldPathOP {
|
|
16
|
+
path: string;
|
|
17
|
+
}
|
|
18
|
+
export interface CreationFieldKeysOP {
|
|
19
|
+
[key: string]: FieldPathOP;
|
|
20
|
+
}
|
|
15
21
|
export interface Fields4DialogOP {
|
|
16
|
-
fields:
|
|
17
|
-
[key: string]: FieldPath;
|
|
18
|
-
};
|
|
22
|
+
fields: CreationFieldKeysOP;
|
|
19
23
|
}
|
|
20
24
|
export declare enum CreateMode {
|
|
21
25
|
inline = "inline"
|
|
@@ -53,7 +57,6 @@ export interface ObjectPageCommonTableSettings<COLS = GenericColumns> {
|
|
|
53
57
|
* If createMode is set to inline, you can use this setting to disable the default sort order.
|
|
54
58
|
*/
|
|
55
59
|
disableDefaultInlineCreateSort?: boolean;
|
|
56
|
-
columns?: COLS;
|
|
57
60
|
/**
|
|
58
61
|
* To enable variant management for a specific table on an object page.
|
|
59
62
|
*/
|
|
@@ -62,6 +65,10 @@ export interface ObjectPageCommonTableSettings<COLS = GenericColumns> {
|
|
|
62
65
|
* Tool Bar
|
|
63
66
|
*/
|
|
64
67
|
toolBar?: ObjectPageToolBar;
|
|
68
|
+
/**
|
|
69
|
+
* Columns
|
|
70
|
+
*/
|
|
71
|
+
columns?: COLS;
|
|
65
72
|
}
|
|
66
73
|
/**
|
|
67
74
|
* @controlProperty type
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageTable.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageTable.ts"],"names":[],"mappings":";;AA4BA,IAAY,UAEX;AAFD,WAAY,UAAU;IAClB,+BAAiB,CAAA;AACrB,CAAC,EAFW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAErB"}
|
|
@@ -191,13 +191,14 @@ export interface DataLoadSettings {
|
|
|
191
191
|
*/
|
|
192
192
|
loadDataOnAppLaunch: LoadDataOnAppLaunchSettings;
|
|
193
193
|
}
|
|
194
|
+
export interface CreationFieldKeys {
|
|
195
|
+
[key: string]: FieldPath;
|
|
196
|
+
}
|
|
194
197
|
export interface FieldPath {
|
|
195
198
|
path: string;
|
|
196
199
|
}
|
|
197
200
|
export interface Fields4Dialog {
|
|
198
|
-
fields:
|
|
199
|
-
[key: string]: FieldPath;
|
|
200
|
-
};
|
|
201
|
+
fields: CreationFieldKeys;
|
|
201
202
|
}
|
|
202
203
|
export interface CommonTableSettings<COLS = GenericColumns> {
|
|
203
204
|
/**
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
* Action
|
|
3
|
-
* @isViewNode true
|
|
4
|
-
*/
|
|
5
|
-
export declare type Action = object;
|
|
1
|
+
import { FormAction } from './FormAction';
|
|
6
2
|
/**
|
|
7
3
|
* Actions
|
|
8
4
|
* @isViewNode true
|
|
9
5
|
*/
|
|
10
6
|
export interface Actions {
|
|
11
|
-
[key: string]:
|
|
7
|
+
[key: string]: FormAction;
|
|
12
8
|
}
|
|
13
9
|
/**
|
|
14
10
|
* Toolbar
|
|
@@ -5,9 +5,14 @@ export * from './ToolBar';
|
|
|
5
5
|
export * from './ObjectPageToolBar';
|
|
6
6
|
export * from './ObjectPageHeader';
|
|
7
7
|
export * from './ObjectPageHeaderAction';
|
|
8
|
+
export * from './ObjectPageFooter';
|
|
8
9
|
export * from './ObjectPageLayout';
|
|
9
10
|
export * from './ObjectPageSection';
|
|
10
11
|
export * from './Card';
|
|
11
12
|
export * from './ObjectPageTable';
|
|
12
13
|
export * from './AnalyticalListPageChart';
|
|
13
14
|
export * from './ObjectPageChart';
|
|
15
|
+
export * from './ObjectPageForm';
|
|
16
|
+
export * from './Field';
|
|
17
|
+
export * from './ObjectPageHeaderAction';
|
|
18
|
+
export * from './FormAction';
|
|
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
__export(require("./FilterBar"));
|
|
7
7
|
__export(require("./Table"));
|
|
8
8
|
__export(require("./ObjectPageHeader"));
|
|
9
|
-
__export(require("./ObjectPageHeaderAction"));
|
|
10
9
|
__export(require("./ObjectPageSection"));
|
|
11
10
|
__export(require("./Card"));
|
|
12
11
|
__export(require("./ObjectPageTable"));
|
|
13
12
|
__export(require("./AnalyticalListPageChart"));
|
|
13
|
+
__export(require("./FormAction"));
|
|
14
14
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/index.ts"],"names":[],"mappings":";;;;;AAAA,iCAA4B;AAC5B,6BAAwB;AAIxB,wCAAmC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/index.ts"],"names":[],"mappings":";;;;;AAAA,iCAA4B;AAC5B,6BAAwB;AAIxB,wCAAmC;AAInC,yCAAoC;AACpC,4BAAuB;AACvB,uCAAkC;AAClC,+CAA0C;AAK1C,kCAA6B"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { TreeTable, FilterBar, AnalyticalTable, GridTable, ResponsiveTableWithInlineDelete, ResponsiveTableWithMultiSelect } from '../controls';
|
|
2
2
|
import { PageConfig } from '../../common/page';
|
|
3
|
+
export declare type ListReportTableTypeV2 = ResponsiveTableWithMultiSelect | ResponsiveTableWithInlineDelete | TreeTable | AnalyticalTable | GridTable;
|
|
3
4
|
export interface ListReportConfig extends PageConfig {
|
|
4
5
|
/**
|
|
5
6
|
* Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed.
|
|
6
7
|
*/
|
|
7
8
|
fitContent?: boolean;
|
|
8
|
-
table?:
|
|
9
|
+
table?: ListReportTableTypeV2;
|
|
9
10
|
filterBar?: FilterBar;
|
|
10
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections, GlobalChartSettings } from '../controls';
|
|
1
|
+
import { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections, GlobalChartSettings, ObjectPageFooter } from '../controls';
|
|
2
2
|
import { PageConfig } from '../../common/page';
|
|
3
3
|
import { FlexibleColumnLayoutType } from '../../common/types';
|
|
4
4
|
export interface ObjectPageConfig extends PageConfig {
|
|
@@ -29,4 +29,5 @@ export interface ObjectPageConfig extends PageConfig {
|
|
|
29
29
|
header?: ObjectPageHeader;
|
|
30
30
|
layout?: ObjectPageLayout;
|
|
31
31
|
sections?: GenericSections | CustomSections;
|
|
32
|
+
footer?: ObjectPageFooter;
|
|
32
33
|
}
|
|
@@ -8,6 +8,7 @@ export interface SapUiAppV2 {
|
|
|
8
8
|
export interface SapUiAppPagesV2 {
|
|
9
9
|
[key: string]: SapUiAppPageV2;
|
|
10
10
|
}
|
|
11
|
+
export declare const FE_TEMPLATE_V2 = "sap.suite.ui.generic.template";
|
|
11
12
|
export declare const FE_TEMPLATE_V2_OBJECT_PAGE = "sap.suite.ui.generic.template.ObjectPage";
|
|
12
13
|
export declare const FE_TEMPLATE_V2_LIST_REPORT = "sap.suite.ui.generic.template.ListReport";
|
|
13
14
|
export declare const FE_TEMPLATE_V2_ALP = "sap.suite.ui.generic.template.AnalyticalListPage";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FE_TEMPLATE_V2 = 'sap.suite.ui.generic.template';
|
|
3
4
|
exports.FE_TEMPLATE_V2_OBJECT_PAGE = 'sap.suite.ui.generic.template.ObjectPage';
|
|
4
5
|
exports.FE_TEMPLATE_V2_LIST_REPORT = 'sap.suite.ui.generic.template.ListReport';
|
|
5
6
|
exports.FE_TEMPLATE_V2_ALP = 'sap.suite.ui.generic.template.AnalyticalListPage';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sapUiPageV2.js","sourceRoot":"","sources":["../../../../../../src/specification/v2/webapp/manifest/sapUiPageV2.ts"],"names":[],"mappings":";;AAaa,QAAA,0BAA0B,GAAG,0CAA0C,CAAC;AACxE,QAAA,0BAA0B,GAAG,0CAA0C,CAAC;AACxE,QAAA,kBAAkB,GAAG,kDAAkD,CAAC"}
|
|
1
|
+
{"version":3,"file":"sapUiPageV2.js","sourceRoot":"","sources":["../../../../../../src/specification/v2/webapp/manifest/sapUiPageV2.ts"],"names":[],"mappings":";;AAaa,QAAA,cAAc,GAAG,+BAA+B,CAAC;AACjD,QAAA,0BAA0B,GAAG,0CAA0C,CAAC;AACxE,QAAA,0BAA0B,GAAG,0CAA0C,CAAC;AACxE,QAAA,kBAAkB,GAAG,kDAAkD,CAAC"}
|
|
@@ -4,10 +4,12 @@ import { FlexibleColumnLayoutAggregations } from '.';
|
|
|
4
4
|
export interface AppSettings {
|
|
5
5
|
/**
|
|
6
6
|
* To change the application header, in your project artifacts, change i18n property file for your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as {{appTitle}} in the sap.app section of the manifest file.
|
|
7
|
+
* @i18nClassification TIT: Title of the application
|
|
7
8
|
*/
|
|
8
9
|
title?: string;
|
|
9
10
|
/**
|
|
10
11
|
* To change the application header, in your project artifacts, change i18n property file for your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description as {{appDescription}} in the sap.app section of the manifest file.
|
|
12
|
+
* @i18nClassification TIT: Description of the application
|
|
11
13
|
*/
|
|
12
14
|
description?: string;
|
|
13
15
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ObjectPageFooter.js","sourceRoot":"","sources":["../../../../../src/specification/v4/controls/ObjectPageFooter.ts"],"names":[],"mappings":""}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { HeaderSections } from './ObjectPageHeaderSection';
|
|
2
|
+
export declare type HeaderActionV4 = object;
|
|
3
|
+
export interface GenericActions {
|
|
4
|
+
[id: string]: HeaderActionV4;
|
|
5
|
+
}
|
|
2
6
|
/**
|
|
3
7
|
* Header
|
|
4
8
|
* @isViewNode true
|
|
5
9
|
*/
|
|
6
|
-
export interface ObjectPageHeader {
|
|
10
|
+
export interface ObjectPageHeader<ACT = GenericActions> {
|
|
7
11
|
/**
|
|
8
12
|
* Set editableHeaderContent to true to make the header fields editable.
|
|
9
13
|
*/
|
|
@@ -20,5 +24,6 @@ export interface ObjectPageHeader {
|
|
|
20
24
|
* Set visible to true to make the anchor bar visible.
|
|
21
25
|
*/
|
|
22
26
|
anchorBarVisible?: boolean;
|
|
27
|
+
actions?: ACT;
|
|
23
28
|
sections?: HeaderSections;
|
|
24
29
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PageConfig } from '../../common/page';
|
|
2
|
-
import { ObjectPageLayout, ObjectPageHeader, GenericSections, CustomSections } from '../controls';
|
|
2
|
+
import { ObjectPageLayout, ObjectPageHeader, ObjectPageFooter, GenericSections, CustomSections } from '../controls';
|
|
3
3
|
export declare enum VariantManagementTypeObjectPage {
|
|
4
4
|
None = "None",
|
|
5
5
|
Control = "Control"
|
|
@@ -14,4 +14,5 @@ export interface ObjectPageConfig extends PageConfig {
|
|
|
14
14
|
*/
|
|
15
15
|
variantManagement?: VariantManagementTypeObjectPage;
|
|
16
16
|
sections?: GenericSections | CustomSections;
|
|
17
|
+
footer?: ObjectPageFooter;
|
|
17
18
|
}
|
|
@@ -17,8 +17,9 @@ export interface SapUi5RoutingV4 {
|
|
|
17
17
|
routes?: SapUi5RoutingRoute[];
|
|
18
18
|
targets: SapUi5RoutingTargetsV4;
|
|
19
19
|
}
|
|
20
|
+
export declare type RoutingTargetOptions = SapUi5RoutingTargetV4 | SapUi5RoutingTargetCustomPageV4 | SapUi5RoutingTargetCustomPageV4New;
|
|
20
21
|
export interface SapUi5RoutingTargetsV4 {
|
|
21
|
-
[key: string]:
|
|
22
|
+
[key: string]: RoutingTargetOptions;
|
|
22
23
|
}
|
|
23
24
|
export interface SapUi5RoutingTargetBaseV4 {
|
|
24
25
|
options?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sapUi5.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/sapUi5.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"sapUi5.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/sapUi5.ts"],"names":[],"mappings":";;AAmFa,QAAA,sBAAsB,GAAG,sBAAsB,CAAC;AAO7D,IAAY,gCAIX;AAJD,WAAY,gCAAgC;IACxC,yEAAqC,CAAA;IACrC,qEAAiC,CAAA;IACjC,qEAAiC,CAAA;AACrC,CAAC,EAJW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAI3C;AAQY,QAAA,2BAA2B,GAAG,OAAO,CAAC"}
|
|
@@ -28,6 +28,7 @@ export interface SapUiAppPageV4 {
|
|
|
28
28
|
settings?: SapUiPageSettingsV4;
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
|
+
export declare const FE_TEMPLATE_V4 = "sap.fe.templates";
|
|
31
32
|
export declare const FE_TEMPLATE_V4_CUSTOM_PAGE = "sap.fe.core.fpm";
|
|
32
33
|
export declare const FE_TEMPLATE_V4_OBJECT_PAGE = "sap.fe.templates.ObjectPage";
|
|
33
34
|
export declare const FE_TEMPLATE_V4_LIST_REPORT = "sap.fe.templates.ListReport";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FE_TEMPLATE_V4 = 'sap.fe.templates';
|
|
3
4
|
exports.FE_TEMPLATE_V4_CUSTOM_PAGE = 'sap.fe.core.fpm';
|
|
4
5
|
exports.FE_TEMPLATE_V4_OBJECT_PAGE = 'sap.fe.templates.ObjectPage';
|
|
5
6
|
exports.FE_TEMPLATE_V4_LIST_REPORT = 'sap.fe.templates.ListReport';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sapUiPageV4.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/sapUiPageV4.ts"],"names":[],"mappings":";;AAoCa,QAAA,0BAA0B,GAAG,iBAAiB,CAAC;AAC/C,QAAA,0BAA0B,GAAG,6BAA6B,CAAC;AAC3D,QAAA,0BAA0B,GAAG,6BAA6B,CAAC;AAC3D,QAAA,kBAAkB,GAAG,qCAAqC,CAAC;AAgB3D,QAAA,uBAAuB,GAAG,aAAa,CAAC;AASrD,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,8CAAyB,CAAA;IACzB,gDAA2B,CAAA;AAC/B,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B"}
|
|
1
|
+
{"version":3,"file":"sapUiPageV4.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/sapUiPageV4.ts"],"names":[],"mappings":";;AAoCa,QAAA,cAAc,GAAG,kBAAkB,CAAC;AACpC,QAAA,0BAA0B,GAAG,iBAAiB,CAAC;AAC/C,QAAA,0BAA0B,GAAG,6BAA6B,CAAC;AAC3D,QAAA,0BAA0B,GAAG,6BAA6B,CAAC;AAC3D,QAAA,kBAAkB,GAAG,qCAAqC,CAAC;AAgB3D,QAAA,uBAAuB,GAAG,aAAa,CAAC;AASrD,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,8CAAyB,CAAA;IACzB,gDAA2B,CAAA;AAC/B,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B"}
|