@sap/ux-specification 1.84.25 → 1.84.29
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 +84 -8
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/styleDocu.css +4 -5
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +31 -38
- package/dist/schemas/v2/ListReportConfig.json +38 -28
- package/dist/schemas/v2/ObjectPageConfig.json +183 -48
- package/dist/schemas/v2/OverviewPageConfig.json +258 -196
- package/dist/schemas/v4/AnalyticalListPageConfig.json +23 -25
- package/dist/schemas/v4/ListReportConfig.json +23 -25
- package/dist/schemas/v4/ObjectPageConfig.json +2 -48
- package/dist/scripts/extractDocu.js +18 -8
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.js +105 -89
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/scripts/to-json-schema.js +11 -2
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/src/specification/v2/controls/{FormAction.d.ts → Action.d.ts} +29 -2
- package/dist/src/specification/v2/controls/{FormAction.js → Action.js} +1 -1
- package/dist/src/specification/v2/controls/Action.js.map +1 -0
- package/dist/src/specification/v2/controls/Card.d.ts +20 -72
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/FilterBar.d.ts +4 -0
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +2 -2
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.d.ts → ObjectPageFooterAction.d.ts} +5 -4
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.js → ObjectPageFooterAction.js} +1 -1
- package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -0
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +6 -9
- package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -2
- package/dist/src/specification/v2/controls/index.d.ts +8 -9
- package/dist/src/specification/v2/controls/index.js +3 -3
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -9
- package/dist/src/specification/v4/controls/Table.d.ts +4 -5
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +8 -19
- package/dist/src/sync/common/generate/index.d.ts +1 -0
- package/dist/src/sync/common/generate/index.js +1 -0
- package/dist/src/sync/common/generate/index.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +22 -17
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +59 -0
- package/dist/src/sync/common/generate/utils.js +192 -0
- package/dist/src/sync/common/generate/utils.js.map +1 -0
- package/dist/src/sync/common/importProject.js +8 -8
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +3 -30
- package/dist/src/sync/common/utils.js +15 -113
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +13 -0
- package/dist/src/sync/v2/export/controls/Action.js +74 -0
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Card.d.ts +3 -7
- package/dist/src/sync/v2/export/controls/Card.js +15 -43
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js +10 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +5 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +8 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +62 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +11 -29
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +4 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +15 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +8 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +59 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.d.ts +5 -4
- package/dist/src/sync/v2/export/controls/Table.js +16 -21
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js +6 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
- package/dist/src/sync/v2/export/controls/index.d.ts +12 -8
- package/dist/src/sync/v2/export/controls/index.js +12 -8
- package/dist/src/sync/v2/export/controls/index.js.map +1 -1
- package/dist/src/sync/v2/export/export.js +1 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +3 -2
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +6 -3
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +8 -0
- package/dist/src/sync/v2/generate/listReport.js +17 -3
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +0 -1
- package/dist/src/sync/v2/generate/objectPage.js +204 -122
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +3 -3
- package/dist/src/sync/v2/generate/utils.js +22 -14
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +8 -1
- package/dist/src/sync/v2/import/common/index.js +107 -43
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +31 -0
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +305 -240
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +1 -1
- package/dist/src/sync/v2/import/utils.js +2 -2
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +21 -2
- package/dist/src/sync/v2/types.js +7 -0
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +2 -8
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +3 -68
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +3 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -10
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +1 -8
- package/dist/src/sync/v4/export/controls/Table.js +2 -75
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +3 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +5 -2
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/export.js +21 -14
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +1 -0
- package/dist/src/sync/v4/generate/listReport.d.ts +2 -1
- package/dist/src/sync/v4/generate/listReport.js +47 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +100 -50
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +2 -2
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +1 -3
- package/dist/src/sync/v4/import/pages/listReport.js +27 -17
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +10 -12
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -8
- package/dist/src/sync/v4/utils/utils.js +31 -53
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +7 -4
- package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
|
@@ -73,6 +73,10 @@ export interface TabSetting {
|
|
|
73
73
|
[k: string]: any;
|
|
74
74
|
}
|
|
75
75
|
export interface CommonCardSettings {
|
|
76
|
+
/**
|
|
77
|
+
* Represents the dominant entity set that will be displayed in the given card.
|
|
78
|
+
*/
|
|
79
|
+
entitySet?: string;
|
|
76
80
|
/**
|
|
77
81
|
* The language-dependent title of the card, used in the card header.
|
|
78
82
|
* @i18nClassification TIT: Title of the card, used in the card header
|
|
@@ -104,9 +108,17 @@ export interface CommonCardSettings {
|
|
|
104
108
|
*/
|
|
105
109
|
defaultSpan?: DefaultSpanDef;
|
|
106
110
|
/**
|
|
107
|
-
* Define an authorization check at card level
|
|
111
|
+
* Define an authorization check at card level.
|
|
108
112
|
*/
|
|
109
113
|
requireAppAuthorization?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Represents the card with view switch control.
|
|
116
|
+
*/
|
|
117
|
+
tabs?: [TabSetting, ...TabSetting[]];
|
|
118
|
+
/**
|
|
119
|
+
* add $Select parameter in data fetch URL
|
|
120
|
+
*/
|
|
121
|
+
addODataSelect?: boolean;
|
|
110
122
|
}
|
|
111
123
|
export declare enum ChartCardType {
|
|
112
124
|
cardBubble = "cardBubble",
|
|
@@ -192,10 +204,6 @@ export interface ListCard {
|
|
|
192
204
|
* Represents the properties that are passed to the list card.
|
|
193
205
|
*/
|
|
194
206
|
listCardSettings: ListCardSettings;
|
|
195
|
-
/**
|
|
196
|
-
* Represents the List Card with view switch control.
|
|
197
|
-
*/
|
|
198
|
-
tabs?: [TabSetting, ...TabSetting[]];
|
|
199
207
|
}
|
|
200
208
|
/**
|
|
201
209
|
* Stack Card
|
|
@@ -253,10 +261,6 @@ export interface TableCard {
|
|
|
253
261
|
* Represents the properties that are passed to the table card.
|
|
254
262
|
*/
|
|
255
263
|
tableCardSettings: TableCardSettings;
|
|
256
|
-
/**
|
|
257
|
-
* Represents the card with view switch control.
|
|
258
|
-
*/
|
|
259
|
-
tabs?: [TabSetting, ...TabSetting[]];
|
|
260
264
|
/**
|
|
261
265
|
* If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.
|
|
262
266
|
* If you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.
|
|
@@ -281,20 +285,12 @@ export interface AnalyticalCard {
|
|
|
281
285
|
* Represents the properties that are passed to the analytical card.
|
|
282
286
|
*/
|
|
283
287
|
analyticalCardSettings: AnalyticalCardSettings | AnalyticalCardSettingsv4;
|
|
284
|
-
/**
|
|
285
|
-
* Represents the Analytical Card with view switch control.
|
|
286
|
-
*/
|
|
287
|
-
tabs?: [TabSetting, ...TabSetting[]];
|
|
288
288
|
}
|
|
289
289
|
export declare type CustomCardNavigationType = 'dataPointNav' | 'chartNav' | 'headerNav' | 'noHeaderNav';
|
|
290
290
|
/**
|
|
291
291
|
* @displayName settings
|
|
292
292
|
*/
|
|
293
293
|
export interface CustomCardSettings extends CommonCardSettings {
|
|
294
|
-
/**
|
|
295
|
-
* Represents the dominant entity set that will be displayed in the given card.
|
|
296
|
-
*/
|
|
297
|
-
entitySet?: string;
|
|
298
294
|
/**
|
|
299
295
|
* Represents the user defined string in placeholder card.
|
|
300
296
|
*/
|
|
@@ -420,10 +416,6 @@ export interface CustomCardSettings extends CommonCardSettings {
|
|
|
420
416
|
* @displayName settings
|
|
421
417
|
*/
|
|
422
418
|
export interface AnalyticalCardSettings extends CommonCardSettings {
|
|
423
|
-
/**
|
|
424
|
-
* Represents the dominant entity set that will be displayed in the given card.
|
|
425
|
-
*/
|
|
426
|
-
entitySet: string;
|
|
427
419
|
/**
|
|
428
420
|
* Represents the chart annotation path.
|
|
429
421
|
*/
|
|
@@ -463,10 +455,6 @@ export declare enum SortOrderType {
|
|
|
463
455
|
* @displayName settings
|
|
464
456
|
*/
|
|
465
457
|
export interface ListCardSettings extends CommonCardSettings {
|
|
466
|
-
/**
|
|
467
|
-
* Represents the dominant entity set that will be displayed in the given card.
|
|
468
|
-
*/
|
|
469
|
-
entitySet: string;
|
|
470
458
|
/**
|
|
471
459
|
* Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.
|
|
472
460
|
*/
|
|
@@ -491,29 +479,19 @@ export interface ListCardSettings extends CommonCardSettings {
|
|
|
491
479
|
* Defines the sort order.
|
|
492
480
|
*/
|
|
493
481
|
sortOrder?: SortOrderType;
|
|
494
|
-
/**
|
|
495
|
-
* add $Select parameter in data fetch URL
|
|
496
|
-
*/
|
|
497
|
-
addODataSelect?: boolean;
|
|
498
|
-
/**
|
|
499
|
-
* Represents the card with view switch control.
|
|
500
|
-
* This property doesn't exist in the app descriptor json schema for settings, but is there on the card level next to the template.
|
|
501
|
-
* However, in the reference application it is in the settings of a sap.ovp.cards.list.
|
|
502
|
-
*/
|
|
503
|
-
tabs?: [TabSetting, ...TabSetting[]];
|
|
504
482
|
/**
|
|
505
483
|
* Represents the data point annotation path.
|
|
506
484
|
*/
|
|
507
485
|
dataPointAnnotationPath?: string;
|
|
486
|
+
/**
|
|
487
|
+
* Flag for show line item detail in list and table card.
|
|
488
|
+
*/
|
|
489
|
+
showLineItemDetail?: boolean;
|
|
508
490
|
}
|
|
509
491
|
/**
|
|
510
492
|
* @displayName settings
|
|
511
493
|
*/
|
|
512
494
|
export interface StackCardSettings extends CommonCardSettings {
|
|
513
|
-
/**
|
|
514
|
-
* Represents the dominant entity set that will be displayed in the given card.
|
|
515
|
-
*/
|
|
516
|
-
entitySet: string;
|
|
517
495
|
/**
|
|
518
496
|
* Represents the user defined string in placeholder card.
|
|
519
497
|
*/
|
|
@@ -542,10 +520,6 @@ export interface StackCardSettings extends CommonCardSettings {
|
|
|
542
520
|
* @displayName settings
|
|
543
521
|
*/
|
|
544
522
|
export interface TableCardSettings extends CommonCardSettings {
|
|
545
|
-
/**
|
|
546
|
-
* Represents the dominant entity set that will be displayed in the given card.
|
|
547
|
-
*/
|
|
548
|
-
entitySet: string;
|
|
549
523
|
/**
|
|
550
524
|
* Represents the annotation path.
|
|
551
525
|
*/
|
|
@@ -579,9 +553,9 @@ export interface TableCardSettings extends CommonCardSettings {
|
|
|
579
553
|
*/
|
|
580
554
|
sortOrder?: SortOrderType;
|
|
581
555
|
/**
|
|
582
|
-
*
|
|
556
|
+
* Flag for show line item detail in list and table card.
|
|
583
557
|
*/
|
|
584
|
-
|
|
558
|
+
showLineItemDetail?: boolean;
|
|
585
559
|
}
|
|
586
560
|
export declare enum LinkListFlavorType {
|
|
587
561
|
standard = "standard",
|
|
@@ -590,21 +564,7 @@ export declare enum LinkListFlavorType {
|
|
|
590
564
|
/**
|
|
591
565
|
* @displayName settings
|
|
592
566
|
*/
|
|
593
|
-
export interface LinkListCardSettings {
|
|
594
|
-
/**
|
|
595
|
-
* entitySet represents the entity set that will be displayed in this card.
|
|
596
|
-
*/
|
|
597
|
-
entitySet?: string;
|
|
598
|
-
/**
|
|
599
|
-
* title represents the language-dependent title of the card, as used in the card header.
|
|
600
|
-
* @i18nClassification TIT: Title of the card, used in the card header
|
|
601
|
-
*/
|
|
602
|
-
title: string;
|
|
603
|
-
/**
|
|
604
|
-
* YOu can define the language-dependent subtitle of the card, as used in the card header.
|
|
605
|
-
* @i18nClassification TIT: Subtitle of the card, used in the card header
|
|
606
|
-
*/
|
|
607
|
-
subTitle?: string;
|
|
567
|
+
export interface LinkListCardSettings extends CommonCardSettings {
|
|
608
568
|
/**
|
|
609
569
|
* The targetUri is a URI defining the link to a quick view, related application or external resource.
|
|
610
570
|
*/
|
|
@@ -625,22 +585,10 @@ export interface LinkListCardSettings {
|
|
|
625
585
|
* headerAnnotationPath represents the path to a HeaderInfo annotation.
|
|
626
586
|
*/
|
|
627
587
|
headerAnnotationPath?: string;
|
|
628
|
-
/**
|
|
629
|
-
* identificationAnnotationPath represents the path to an Identification annotation.
|
|
630
|
-
*/
|
|
631
|
-
identificationAnnotationPath?: string;
|
|
632
|
-
/**
|
|
633
|
-
* To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.
|
|
634
|
-
*/
|
|
635
|
-
defaultSpan?: DefaultSpanDef;
|
|
636
588
|
/**
|
|
637
589
|
* staticContent represents the static content of a static link list card.
|
|
638
590
|
*/
|
|
639
591
|
staticContent?: StaticContent[];
|
|
640
|
-
/**
|
|
641
|
-
* Define an authorization check at card level
|
|
642
|
-
*/
|
|
643
|
-
requireAppAuthorization?: string;
|
|
644
592
|
/**
|
|
645
593
|
* Represents the annotation path.
|
|
646
594
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Card.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Card.ts"],"names":[],"mappings":";;AAiIA,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,gBASX;AATD,WAAY,gBAAgB;IACxB,kEAA8C,CAAA;IAC9C,uEAAmD,CAAA;IACnD,+CAA2B,CAAA;IAC3B,oDAAgC,CAAA;IAChC,uDAAmC,CAAA;IACnC,iDAA6B,CAAA;IAC7B,sDAAkC,CAAA;IAClC,iDAA6B,CAAA;AACjC,CAAC,EATW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAS3B;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,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;AAkSD,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;AA+GD,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC1B,2CAAqB,CAAA;IACrB,2CAAqB,CAAA;AACzB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B"}
|
|
@@ -173,4 +173,8 @@ export interface AnalyticalListPageFilterBar extends FilterBar {
|
|
|
173
173
|
* Go button is displayed for compact filters when this is set to true
|
|
174
174
|
*/
|
|
175
175
|
showGoButtonOnFilterBar?: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* Lets you to add default values for FilterBar using SelectionVariant annotation
|
|
178
|
+
*/
|
|
179
|
+
filterDefaultsFromSelectionVariant?: boolean;
|
|
176
180
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SapUiCoreURI, ButtonType } from '.';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Footer Action
|
|
4
4
|
* @isViewNode true
|
|
5
5
|
*/
|
|
6
|
-
export interface
|
|
6
|
+
export interface FooterAction {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* The text of the button tooltip, preferably as an i18n key.
|
|
9
|
+
* @i18nClassification ACT: Text for tooltip of button.
|
|
9
10
|
*/
|
|
10
11
|
tooltip?: string;
|
|
11
12
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ObjectPageFooterAction.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageFooterAction.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="@sapui5/ts-types" />
|
|
1
2
|
import { GenericColumns, TableTypeV2, PopinLayout, QuickVariant } from './Table';
|
|
2
3
|
import { ObjectPageToolBar } from './ObjectPageToolBar';
|
|
3
4
|
export interface QuickVariantSelectionOP {
|
|
@@ -49,6 +50,10 @@ export interface ObjectPageCommonTableSettings<COLS = GenericColumns> {
|
|
|
49
50
|
* useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.
|
|
50
51
|
*/
|
|
51
52
|
useExportToExcel?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.
|
|
55
|
+
*/
|
|
56
|
+
exportType?: sap.ui.comp.smarttable.ExportType;
|
|
52
57
|
/**
|
|
53
58
|
* Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.
|
|
54
59
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="@sapui5/ts-types" />
|
|
1
2
|
import { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
|
|
2
3
|
import { ToolBar } from './ToolBar';
|
|
3
4
|
export declare enum HAlign {
|
|
@@ -32,7 +33,7 @@ export interface TableCustomColumn {
|
|
|
32
33
|
*/
|
|
33
34
|
id?: string;
|
|
34
35
|
/**
|
|
35
|
-
* The label of the custom column,
|
|
36
|
+
* The label of the custom column, preferably as an i18n key.
|
|
36
37
|
* @i18nClassification COL: Custom column header text
|
|
37
38
|
*/
|
|
38
39
|
text?: string;
|
|
@@ -221,6 +222,10 @@ export interface CommonTableSettings<COLS = GenericColumns> {
|
|
|
221
222
|
* useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.
|
|
222
223
|
*/
|
|
223
224
|
useExportToExcel?: boolean;
|
|
225
|
+
/**
|
|
226
|
+
* Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.
|
|
227
|
+
*/
|
|
228
|
+
exportType?: sap.ui.comp.smarttable.ExportType;
|
|
224
229
|
/**
|
|
225
230
|
* Set to false if the table does not occupy the entire space available in the container.
|
|
226
231
|
*/
|
|
@@ -357,10 +362,6 @@ export interface AnalyticalTable extends CommonTableSettings {
|
|
|
357
362
|
* @i18nClassification TIT: Title for the content area
|
|
358
363
|
*/
|
|
359
364
|
contentTitle?: string;
|
|
360
|
-
/**
|
|
361
|
-
* Lets you to add default values for FilterBar using SelectionVariant annotation
|
|
362
|
-
*/
|
|
363
|
-
filterDefaultsFromSelectionVariant?: boolean;
|
|
364
365
|
/**
|
|
365
366
|
* All filter fields will be set as in parameter
|
|
366
367
|
*/
|
|
@@ -405,10 +406,6 @@ export interface TableALPCommonSettings extends CommonTableSettings {
|
|
|
405
406
|
* This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered.
|
|
406
407
|
*/
|
|
407
408
|
autoHide?: boolean;
|
|
408
|
-
/**
|
|
409
|
-
* Lets you to add default values for FilterBar using SelectionVariant annotation
|
|
410
|
-
*/
|
|
411
|
-
filterDefaultsFromSelectionVariant?: boolean;
|
|
412
409
|
/**
|
|
413
410
|
* All filter fields will be set as in parameter
|
|
414
411
|
*/
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
export * from './Action';
|
|
2
|
+
export * from './Card';
|
|
3
|
+
export * from './Facets';
|
|
4
|
+
export * from './Field';
|
|
1
5
|
export * from './FilterBar';
|
|
2
6
|
export * from './Table';
|
|
3
|
-
export * from './Facets';
|
|
4
7
|
export * from './ToolBar';
|
|
5
|
-
export * from './
|
|
8
|
+
export * from './AnalyticalListPageChart';
|
|
6
9
|
export * from './ObjectPageHeader';
|
|
7
|
-
export * from './ObjectPageHeaderAction';
|
|
8
10
|
export * from './ObjectPageFooter';
|
|
11
|
+
export * from './ObjectPageFooterAction';
|
|
9
12
|
export * from './ObjectPageLayout';
|
|
10
13
|
export * from './ObjectPageSection';
|
|
11
|
-
export * from './Card';
|
|
12
|
-
export * from './ObjectPageTable';
|
|
13
|
-
export * from './AnalyticalListPageChart';
|
|
14
14
|
export * from './ObjectPageChart';
|
|
15
15
|
export * from './ObjectPageForm';
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './FormAction';
|
|
16
|
+
export * from './ObjectPageTable';
|
|
17
|
+
export * from './ObjectPageToolBar';
|
|
@@ -3,12 +3,12 @@ function __export(m) {
|
|
|
3
3
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
4
4
|
}
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
__export(require("./Action"));
|
|
7
|
+
__export(require("./Card"));
|
|
6
8
|
__export(require("./FilterBar"));
|
|
7
9
|
__export(require("./Table"));
|
|
10
|
+
__export(require("./AnalyticalListPageChart"));
|
|
8
11
|
__export(require("./ObjectPageHeader"));
|
|
9
12
|
__export(require("./ObjectPageSection"));
|
|
10
|
-
__export(require("./Card"));
|
|
11
13
|
__export(require("./ObjectPageTable"));
|
|
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;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/index.ts"],"names":[],"mappings":";;;;;AAAA,8BAAyB;AACzB,4BAAuB;AAGvB,iCAA4B;AAC5B,6BAAwB;AAExB,+CAA0C;AAC1C,wCAAmC;AAInC,yCAAoC;AAGpC,uCAAkC"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import { AnnotationPathAsObject, TableCreationModeType, TableCustomColumns, TableSettings } from '../controls';
|
|
2
|
-
import {
|
|
2
|
+
import { ObjectPageTableColumnAction, TableColumn } from '../webapp/manifest/ManifestSettings';
|
|
3
3
|
import { ObjectPageToolBar } from './ObjectPageToolBar';
|
|
4
4
|
/**
|
|
5
5
|
* Table
|
|
6
6
|
* @isViewNode true
|
|
7
7
|
*/
|
|
8
8
|
export interface ObjectPageTable extends TableSettingsOP {
|
|
9
|
-
/**
|
|
10
|
-
* By setting enableFullScreen to true you can enable the full screen mode for this table; this will display a new button on the table toolbar allowing the user to open the table in a fullscreen dialog.
|
|
11
|
-
*/
|
|
12
|
-
enableFullScreen?: boolean;
|
|
13
9
|
/**
|
|
14
10
|
* In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true.
|
|
15
11
|
*/
|
|
@@ -69,7 +65,7 @@ export interface QuickVariantSelectionV4OP {
|
|
|
69
65
|
showCounts?: boolean;
|
|
70
66
|
}
|
|
71
67
|
interface GenericColumns {
|
|
72
|
-
[key: string]:
|
|
68
|
+
[key: string]: TableColumn | ObjectPageTableColumnAction | TableCustomColumns;
|
|
73
69
|
}
|
|
74
70
|
export interface TableSettingsOP extends TableSettings {
|
|
75
71
|
/**
|
|
@@ -78,10 +74,8 @@ export interface TableSettingsOP extends TableSettings {
|
|
|
78
74
|
creationMode?: TableCreationModeOP;
|
|
79
75
|
/**
|
|
80
76
|
* Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.
|
|
81
|
-
* By default all table settings are enabled. You can change this for the different parts of the table by setting the properties "Column", "Sort" and "Filter" accordingly.
|
|
82
|
-
* Omitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.
|
|
83
77
|
*/
|
|
84
|
-
personalization?:
|
|
78
|
+
personalization?: boolean;
|
|
85
79
|
/**
|
|
86
80
|
* With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.
|
|
87
81
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TableColumn, TableCustomColumn } from './../webapp/manifest/ManifestSettings';
|
|
1
|
+
import { TableColumn, TableColumnAction, TableCustomColumn } from './../webapp/manifest/ManifestSettings';
|
|
2
2
|
import { ToolBar } from './ToolBar';
|
|
3
3
|
export declare enum SelectionMode {
|
|
4
4
|
Multi = "Multi",
|
|
@@ -49,6 +49,7 @@ export interface AnnotationPathAsObject {
|
|
|
49
49
|
export interface AnnotationPathWithKey {
|
|
50
50
|
key: string;
|
|
51
51
|
annotationPath: string;
|
|
52
|
+
entitySet?: string;
|
|
52
53
|
}
|
|
53
54
|
export interface QuickVariantSelectionV4 {
|
|
54
55
|
/**
|
|
@@ -80,7 +81,7 @@ export interface MultiTableModeV4 {
|
|
|
80
81
|
*/
|
|
81
82
|
export declare type TableCustomColumns = Array<TableCustomColumn>;
|
|
82
83
|
export interface GenericColumns {
|
|
83
|
-
[key: string]: TableColumn | TableCustomColumns;
|
|
84
|
+
[key: string]: TableColumn | TableColumnAction | TableCustomColumns;
|
|
84
85
|
}
|
|
85
86
|
export interface TableSettings<COLS = GenericColumns> {
|
|
86
87
|
/**
|
|
@@ -93,10 +94,8 @@ export interface TableSettings<COLS = GenericColumns> {
|
|
|
93
94
|
creationMode?: TableCreationMode;
|
|
94
95
|
/**
|
|
95
96
|
* Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.
|
|
96
|
-
* By default all table settings are enabled. You can change this for the different parts of the table by setting the properties "Column", "Sort" and "Filter" accordingly.
|
|
97
|
-
* Omitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.
|
|
98
97
|
*/
|
|
99
|
-
personalization?:
|
|
98
|
+
personalization?: boolean;
|
|
100
99
|
/**
|
|
101
100
|
* Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:
|
|
102
101
|
* - "Auto": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.
|
|
@@ -61,33 +61,22 @@ export declare type TableColumn = {
|
|
|
61
61
|
* Hidden: the column is neither available in the table nor in adaptation.
|
|
62
62
|
*/
|
|
63
63
|
availability?: Availability;
|
|
64
|
-
/**
|
|
65
|
-
* Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
|
|
66
|
-
*/
|
|
67
|
-
afterExecution?: ActionAfterExecutionConfiguration;
|
|
68
64
|
};
|
|
69
65
|
/**
|
|
70
|
-
*
|
|
66
|
+
* Inline Action
|
|
71
67
|
* @isViewNode true
|
|
72
68
|
*/
|
|
73
|
-
export declare type
|
|
74
|
-
/**
|
|
75
|
-
* A string type that represents CSS size values.
|
|
76
|
-
* Refer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.
|
|
77
|
-
*/
|
|
78
|
-
width?: string;
|
|
79
|
-
/**
|
|
80
|
-
* Defines where the column should be shown.
|
|
81
|
-
* Default: it will be shown by default in the table.
|
|
82
|
-
* Adaptation: it will initially not shown in the table but be available via end user adaptation.
|
|
83
|
-
* Hidden: the column is neither available in the table nor in adaptation.
|
|
84
|
-
*/
|
|
85
|
-
availability?: Availability;
|
|
69
|
+
export declare type TableColumnAction = TableColumn & {
|
|
86
70
|
/**
|
|
87
71
|
* Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
|
|
88
72
|
*/
|
|
89
|
-
afterExecution?:
|
|
73
|
+
afterExecution?: ActionAfterExecutionConfiguration;
|
|
90
74
|
};
|
|
75
|
+
/**
|
|
76
|
+
* Inline Action for Object Page
|
|
77
|
+
* @isViewNode true
|
|
78
|
+
*/
|
|
79
|
+
export declare type ObjectPageTableColumnAction = TableColumn;
|
|
91
80
|
/**
|
|
92
81
|
* Custom Column
|
|
93
82
|
* @isViewNode true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/sync/common/generate/index.ts"],"names":[],"mappings":";;;;;AAAA,kCAA6B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/sync/common/generate/index.ts"],"names":[],"mappings":";;;;;AAAA,kCAA6B;AAC7B,6BAAwB"}
|
|
@@ -27,8 +27,8 @@ function addField(sectionType, appSchema, field, targetID, key, section, version
|
|
|
27
27
|
const fieldDefinition = version === common_1.FioriElementsVersion.v2
|
|
28
28
|
? `${fieldReferenceType}<${targetID}::${fieldReference}>`
|
|
29
29
|
: `${targetID}::${fieldReference}`;
|
|
30
|
-
const fieldsDefinition = `${sectionType}Fields<${targetID}
|
|
31
|
-
const actionsDefinition = `${sectionType}Actions<${targetID}
|
|
30
|
+
const fieldsDefinition = __1.prepareRef(`${sectionType}Fields<${targetID}>`);
|
|
31
|
+
const actionsDefinition = __1.prepareRef(`${sectionType}Actions<${targetID}>`);
|
|
32
32
|
if (!field || !field.$Type) {
|
|
33
33
|
return;
|
|
34
34
|
}
|
|
@@ -52,7 +52,8 @@ function addField(sectionType, appSchema, field, targetID, key, section, version
|
|
|
52
52
|
isViewNode: true,
|
|
53
53
|
properties: {},
|
|
54
54
|
description: __1.getDatafieldDescription(field, section.entityType),
|
|
55
|
-
additionalProperties: false
|
|
55
|
+
additionalProperties: false,
|
|
56
|
+
annotationType: field.$Type
|
|
56
57
|
};
|
|
57
58
|
if (version === common_1.FioriElementsVersion.v4 && appSchema['definitions']['Field']) {
|
|
58
59
|
switch (field.$Type) {
|
|
@@ -81,7 +82,7 @@ function addField(sectionType, appSchema, field, targetID, key, section, version
|
|
|
81
82
|
appSchema['definitions'][fieldDefinition]['properties'] = appSchema['definitions']['FormAction']['properties'];
|
|
82
83
|
}
|
|
83
84
|
if ((_c = (_b = field['Value']) === null || _b === void 0 ? void 0 : _b.$target) === null || _c === void 0 ? void 0 : _c.type) {
|
|
84
|
-
appSchema['definitions'][fieldDefinition].dataType = (_e = (_d = field['Value']) === null || _d === void 0 ? void 0 : _d.$target) === null || _e === void 0 ? void 0 : _e.type;
|
|
85
|
+
appSchema['definitions'][fieldDefinition].dataType = (_e = (_d = field['Value']) === null || _d === void 0 ? void 0 : _d.$target) === null || _e === void 0 ? void 0 : _e.type.replace('Edm.', '');
|
|
85
86
|
}
|
|
86
87
|
appSchema['definitions'][fieldDefinition].annotationPath = `/${section.entityType.fullyQualifiedName}/${field.fullyQualifiedName.split(section.entityType.fullyQualifiedName)[1]}`;
|
|
87
88
|
}
|
|
@@ -111,9 +112,9 @@ function handleForm(sectionType, section, appSchemaSection, appSchema, version,
|
|
|
111
112
|
return;
|
|
112
113
|
}
|
|
113
114
|
const targetID = determineTargetIdOfForm(section);
|
|
114
|
-
const formDefinition = `${sectionType}Form<${targetID}
|
|
115
|
-
const fieldsDefinition = `${sectionType}Fields<${targetID}
|
|
116
|
-
const actionsDefinition = `${sectionType}Actions<${targetID}
|
|
115
|
+
const formDefinition = __1.prepareRef(`${sectionType}Form<${targetID}>`);
|
|
116
|
+
const fieldsDefinition = __1.prepareRef(`${sectionType}Fields<${targetID}>`);
|
|
117
|
+
const actionsDefinition = __1.prepareRef(`${sectionType}Actions<${targetID}>`);
|
|
117
118
|
// Form definition
|
|
118
119
|
appSchemaSection['properties']['form'] = { $ref: __1.DEFINITION_LINK_PREFIX + formDefinition };
|
|
119
120
|
if (sectionType === __1.SectionType.Section && withActions) {
|
|
@@ -231,7 +232,7 @@ function addFooterActions(appSchema, entityType, oDataServiceAVT) {
|
|
|
231
232
|
appSchema['definitions']['ObjectPageFooter'] = JSON.parse(JSON.stringify(appSchema['definitions']['ObjectPageFooter<GenericFooterActions>']));
|
|
232
233
|
// Change reference of footer
|
|
233
234
|
appSchema['properties']['footer'] = {
|
|
234
|
-
$ref: __1.DEFINITION_LINK_PREFIX
|
|
235
|
+
$ref: `${__1.DEFINITION_LINK_PREFIX}ObjectPageFooter`
|
|
235
236
|
};
|
|
236
237
|
// Add action to configuration
|
|
237
238
|
appSchema['definitions']['ObjectPageFooter'].properties['actions'] = {
|
|
@@ -256,14 +257,19 @@ function addFooterActions(appSchema, entityType, oDataServiceAVT) {
|
|
|
256
257
|
if (item['Determining'] && item.$Type === "com.sap.vocabularies.UI.v1.DataFieldForAction" /* DataFieldForAction */) {
|
|
257
258
|
const { actionName, actionId } = getActionNameAndId(item.Action, entityType);
|
|
258
259
|
const description = item.Label || actionName;
|
|
259
|
-
const actionDefinitionKey = `FooterAction<${actionId}
|
|
260
|
-
appSchema['definitions'][
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
260
|
+
const actionDefinitionKey = __1.prepareRef(`FooterAction<${actionId}>`);
|
|
261
|
+
if (appSchema['definitions']['FooterAction']) {
|
|
262
|
+
appSchema['definitions'][actionDefinitionKey] = Object.assign(Object.assign({}, JSON.parse(JSON.stringify(appSchema['definitions']['FooterAction']))), { description, annotationPath: `/${convertedIdentification}/${index}` });
|
|
263
|
+
}
|
|
264
|
+
else {
|
|
265
|
+
appSchema['definitions'][actionDefinitionKey] = {
|
|
266
|
+
isViewNode: true,
|
|
267
|
+
type: 'object',
|
|
268
|
+
properties: {},
|
|
269
|
+
description: description,
|
|
270
|
+
annotationPath: `/${convertedIdentification}/${index}`
|
|
271
|
+
};
|
|
272
|
+
}
|
|
267
273
|
footerActions.properties[actionId] = {
|
|
268
274
|
$ref: `${__1.DEFINITION_LINK_PREFIX}${actionDefinitionKey}`
|
|
269
275
|
};
|
|
@@ -274,7 +280,6 @@ function addFooterActions(appSchema, entityType, oDataServiceAVT) {
|
|
|
274
280
|
footerActions['annotationPath'] = `/${entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`;
|
|
275
281
|
}
|
|
276
282
|
delete appSchema['definitions']['GenericFooterActions'];
|
|
277
|
-
delete appSchema['definitions']['FooterAction'];
|
|
278
283
|
delete appSchema['definitions']['ObjectPageFooter<GenericFooterActions>'];
|
|
279
284
|
}
|
|
280
285
|
exports.addFooterActions = addFooterActions;
|