@sap/ux-specification 1.96.9 → 1.96.12

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +82 -32
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  3. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  4. package/dist/documentation/v2/v2-ListReport.html +1 -1
  5. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  6. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  7. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  8. package/dist/documentation/v4/v4-ListReport.html +1 -1
  9. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  10. package/dist/index-min.js +1 -1
  11. package/dist/schemas/v2/AnalyticalListPageConfig.json +10 -10
  12. package/dist/schemas/v2/ListReportConfig.json +15 -15
  13. package/dist/schemas/v2/ObjectPageConfig.json +204 -20
  14. package/dist/schemas/v4/ListReportConfig.json +33 -3
  15. package/dist/schemas/v4/ObjectPageConfig.json +36 -0
  16. package/dist/specification/v2/index-min.js +1 -1
  17. package/dist/src/apiTypes.d.ts +2 -1
  18. package/dist/src/project.d.ts +1 -0
  19. package/dist/src/specification/v2/controls/Action.d.ts +6 -4
  20. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +3 -2
  21. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +40 -7
  22. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -3
  23. package/dist/src/specification/v2/controls/Table.d.ts +7 -4
  24. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +22 -1
  25. package/dist/src/specification/v4/controls/Table.d.ts +8 -0
  26. package/dist/src/specification/v4/pages/ListReportConfig.d.ts +6 -1
  27. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
  28. package/dist/src/sync/common/decoration/control.d.ts +1 -1
  29. package/dist/src/sync/common/generate/objectPage.d.ts +5 -4
  30. package/dist/src/sync/common/generate/utils.d.ts +54 -13
  31. package/dist/src/sync/common/import/utils.d.ts +3 -2
  32. package/dist/src/sync/common/types.d.ts +105 -26
  33. package/dist/src/sync/common/utils.d.ts +17 -12
  34. package/dist/src/sync/v2/export/controls/Action.d.ts +12 -10
  35. package/dist/src/sync/v2/export/controls/FormAction.d.ts +9 -7
  36. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +6 -4
  37. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +3 -2
  38. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -4
  39. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +26 -14
  40. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -3
  41. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +6 -4
  42. package/dist/src/sync/v2/export/controls/Table.d.ts +6 -3
  43. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +12 -10
  44. package/dist/src/sync/v2/export/export.d.ts +0 -1
  45. package/dist/src/sync/v2/export/manifest.d.ts +22 -0
  46. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +1 -1
  47. package/dist/src/sync/v2/generate/utils.d.ts +5 -4
  48. package/dist/src/sync/v2/import/app/appProvider.d.ts +9 -0
  49. package/dist/src/sync/v2/types.d.ts +8 -3
  50. package/dist/src/sync/v4/application.d.ts +22 -10
  51. package/dist/src/sync/v4/export/controls/Table.d.ts +8 -1
  52. package/dist/src/sync/v4/export/pages/ListReport.d.ts +1 -0
  53. package/dist/src/sync/v4/export/types.d.ts +5 -5
  54. package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
  55. package/dist/src/sync/v4/import/pages/objectPage.d.ts +13 -0
  56. package/dist/src/sync/v4/import/utils.d.ts +2 -1
  57. package/dist/src/sync/v4/types.d.ts +2 -0
  58. package/dist/src/sync/v4/utils/utils.d.ts +9 -10
  59. package/dist/test/unit/export/manifest.test.d.ts +1 -0
  60. package/package.json +4 -4
@@ -26,9 +26,14 @@
26
26
  }
27
27
  ]
28
28
  },
29
+ "defaultTemplateAnnotationPath": {
30
+ "description": "defaultTemplateAnnotationPath must be a reference to a SelectionPresentationVariant.\nYou use the SelectionPresentationVariant to configure the default visualizations and default filter values of the main content area.",
31
+ "type": "string",
32
+ "artifactType": "Manifest"
33
+ },
29
34
  "defaultPath": {
30
35
  "$ref": "#/definitions/DefaultPathType",
31
- "description": "\"defaultPath\" can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view.",
36
+ "description": "defaultPath can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view.",
32
37
  "artifactType": "Manifest"
33
38
  },
34
39
  "$schema": {
@@ -513,6 +518,11 @@
513
518
  "isViewNode": true,
514
519
  "type": "object",
515
520
  "properties": {
521
+ "annotationPath": {
522
+ "description": "The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
523
+ "type": "string",
524
+ "artifactType": "Manifest"
525
+ },
516
526
  "initialLoad": {
517
527
  "$ref": "#/definitions/InitialLoadType",
518
528
  "description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).",
@@ -643,6 +653,14 @@
643
653
  "isViewNode": true,
644
654
  "type": "object",
645
655
  "properties": {
656
+ "key": {
657
+ "type": "string",
658
+ "artifactType": "Manifest"
659
+ },
660
+ "index": {
661
+ "type": "number",
662
+ "artifactType": "Manifest"
663
+ },
646
664
  "annotationPath": {
647
665
  "description": "To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.\nReference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.",
648
666
  "type": "string",
@@ -660,7 +678,9 @@
660
678
  },
661
679
  "additionalProperties": false,
662
680
  "required": [
663
- "annotationPath"
681
+ "annotationPath",
682
+ "index",
683
+ "key"
664
684
  ]
665
685
  },
666
686
  "LRTableView": {
@@ -668,6 +688,14 @@
668
688
  "isViewNode": true,
669
689
  "type": "object",
670
690
  "properties": {
691
+ "key": {
692
+ "type": "string",
693
+ "artifactType": "Manifest"
694
+ },
695
+ "index": {
696
+ "type": "number",
697
+ "artifactType": "Manifest"
698
+ },
671
699
  "annotationPath": {
672
700
  "description": "The annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
673
701
  "type": "string",
@@ -738,7 +766,9 @@
738
766
  },
739
767
  "additionalProperties": false,
740
768
  "required": [
741
- "annotationPath"
769
+ "annotationPath",
770
+ "index",
771
+ "key"
742
772
  ]
743
773
  },
744
774
  "GenericColumns": {
@@ -234,6 +234,9 @@
234
234
  },
235
235
  {
236
236
  "$ref": "#/definitions/ObjectPageSectionAddress"
237
+ },
238
+ {
239
+ "$ref": "#/definitions/ObjectPageSectionPresentationVariant"
237
240
  }
238
241
  ]
239
242
  }
@@ -679,6 +682,39 @@
679
682
  },
680
683
  "additionalProperties": false
681
684
  },
685
+ "ObjectPageSectionPresentationVariant": {
686
+ "type": "object",
687
+ "additionalProperties": {
688
+ "anyOf": [
689
+ {
690
+ "$ref": "#/definitions/ObjectPageSectionTableV4"
691
+ },
692
+ {
693
+ "$ref": "#/definitions/ObjectPageSectionChart"
694
+ }
695
+ ]
696
+ }
697
+ },
698
+ "ObjectPageSectionChart": {
699
+ "type": "object",
700
+ "properties": {
701
+ "chart": {
702
+ "$ref": "#/definitions/ObjectPageChart",
703
+ "description": "Chart"
704
+ }
705
+ },
706
+ "additionalProperties": false
707
+ },
708
+ "ObjectPageChart": {
709
+ "type": "object",
710
+ "properties": {
711
+ "toolBar": {
712
+ "$ref": "#/definitions/ObjectPageToolBar",
713
+ "description": "Chart Toolbar"
714
+ }
715
+ },
716
+ "additionalProperties": false
717
+ },
682
718
  "CustomSections": {
683
719
  "description": "Custom Sections",
684
720
  "isViewNode": true,
@@ -1 +1 @@
1
- (()=>{"use strict";var e={3846:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.Top="Top",e.Middle="Middle",e.Bottom="Bottom"}(a.TableColumnVerticalAlignment||(a.TableColumnVerticalAlignment={})),function(e){e.persistence="persistence",e.discovery="discovery"}(a.StatePreservationMode||(a.StatePreservationMode={})),function(e){e.restricted="restricted"}(a.DraftDiscardEnabledSettings||(a.DraftDiscardEnabledSettings={}))},2387:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.bar="bar",e.column="column",e.line="line",e.combination="combination",e.pie="pie",e.donut="donut",e.scatter="scatter",e.bubble="bubble",e.heatmap="heatmap",e.bullet="bullet",e.verticalBullet="vertical_bullet",e.stackedBar="stacked_bar",e.stackedColumn="stacked_column",e.stackedCombination="stacked_combination",e.horizontalStackedCombination="horizontal_stacked_combination",e.dualBar="dual_bar",e.dualColumn="dual_column",e.dualLine="dual_line",e.dualStackedBar="dual_stacked_bar",e.dualStackedColumn="dual_stacked_column",e.dualCombination="dual_combination",e.dualStackedCombination="dual_stacked_combination",e.dualHorizontalCombination="dual_horizontal_combination",e.dualHorizontalStackedCombination="dual_horizontal_stacked_combination",e.hundredStackedBar="100_stacked_bar",e.hundredStackedColumn="100_stacked_column",e.hundredDualStackedBar="100_dual_stacked_bar",e.hundredDualStackedColumn="100_dual_stacked_column",e.waterfall="waterfall",e.horizontalWaterfall="horizontal_waterfall"}(a.ChartType||(a.ChartType={}))},6745:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.cardBubble="cardBubble",e.cardchartsline="cardchartsline",e.cardchartsdonut="cardchartsdonut"}(a.ChartCardType||(a.ChartCardType={})),function(e){e.analytical="sap.ovp.cards.charts.analytical",e.analyticalv4="sap.ovp.cards.v4.charts.analytical",e.list="sap.ovp.cards.list",e.listv4="sap.ovp.cards.v4.list",e.linklist="sap.ovp.cards.linklist",e.linklistv4="sap.ovp.cards.v4.linklist",e.table="sap.ovp.cards.table",e.tablev4="sap.ovp.cards.v4.table",e.stack="sap.ovp.cards.stack"}(a.CardTemplateType||(a.CardTemplateType={})),a.cardTemplateTypeMap={"sap.ovp.cards.charts.analytical":"AnalyticalCard","sap.ovp.cards.v4.charts.analytical":"AnalyticalCard","sap.ovp.cards.list":"ListCard","sap.ovp.cards.v4.list":"ListCard","sap.ovp.cards.linklist":"LinklistCard","sap.ovp.cards.v4.linklist":"LinklistCard","sap.ovp.cards.table":"TableCard","sap.ovp.cards.v4.table":"TableCard","sap.ovp.cards.stack":"StackCard"},function(e){e.analyticalCardSettings="analyticalCardSettings",e.analyticalCardSettingsv4="analyticalCardSettingsv4",e.listCardSettings="listCardSettings",e.listCardSettingsv4="listCardSettingsv4",e.stackCardSettings="stackCardSettings",e.linkListCardSettings="linkListCardSettings",e.tableCardSettings="tableCardSettings",e.tableCardSettingsv4="tableCardSettingsv4"}(a.CardSettingsType||(a.CardSettingsType={})),function(e){e.average="average",e.max="max",e.min="min",e.sum="sum",e.count="$count"}(a.MeasureAggregateValues||(a.MeasureAggregateValues={})),function(e){e.standard="standard",e.bar="bar",e.carousel="carousel"}(a.ListFlavorType||(a.ListFlavorType={})),function(e){e.extended="extended",e.condensed="condensed"}(a.ListTypeType||(a.ListTypeType={})),function(e){e.ascending="ascending",e.descending="descending"}(a.SortOrderType||(a.SortOrderType={})),function(e){e.standard="standard",e.carousel="carousel"}(a.LinkListFlavorType||(a.LinkListFlavorType={}))},2922:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.DATERANGE="DATERANGE",e.DATE="DATE",e.FROM="FROM",e.TO="TO",e.DAYS="DAYS",e.LASTDAYS="LASTDAYS",e.LASTWEEKS="LASTWEEKS",e.WEEK="WEEK",e.LASTMONTHS="LASTMONTHS",e.MONTH="MONTH",e.QUARTER="QUARTER",e.LASTQUARTERS="LASTQUARTERS",e.LASTYEARS="LASTYEARS",e.LASTYEAR="LASTYEAR",e.YEAR="YEAR",e.NEXTDAYS="NEXTDAYS",e.NEXTWEEKS="NEXTWEEKS",e.NEXTMONTHS="NEXTMONTHS",e.NEXTQUARTERS="NEXTQUARTERS",e.NEXTYEARS="NEXTYEARS",e.NEXT="NEXT",e.SPECIFICMONTH="SPECIFICMONTH",e.YESTERDAY="YESTERDAY",e.YEARTODATE="YEARTODATE",e.TODAY="TODAY",e.TOMORROW="TOMORROW",e.THISWEEK="THISWEEK",e.LASTWEEK="LASTWEEK",e.LAST2WEEKS="LAST2WEEKS",e.LAST3WEEKS="LAST3WEEKS",e.LAST4WEEKS="LAST4WEEKS",e.LAST5WEEKS="LAST5WEEKS",e.NEXTWEEK="NEXTWEEK",e.NEXT2WEEKS="NEXT2WEEKS",e.NEXT3WEEKS="NEXT3WEEKS",e.NEXT4WEEKS="NEXT4WEEKS",e.NEXT5WEEKS="NEXT5WEEKS",e.THISMONTH="THISMONTH",e.LASTMONTH="LASTMONTH",e.NEXTMONTH="NEXTMONTH",e.THISQUARTER="THISQUARTER",e.LASTQUARTER="LASTQUARTER",e.NEXTQUARTER="NEXTQUARTER",e.QUARTER1="QUARTER1",e.QUARTER2="QUARTER2",e.QUARTER3="QUARTER3",e.QUARTER4="QUARTER4",e.TODAYFROMTO="TODAYFROMTO"}(a.DateRangeType||(a.DateRangeType={})),function(e){e.YESTERDAY="YESTERDAY",e.TODAY="TODAY",e.THISWEEK="THISWEEK",e.LASTWEEK="LASTWEEK",e.THISMONTH="THISMONTH",e.TOMORROW="TOMORROW",e.LASTMONTH="LASTMONTH",e.THISQUARTER="THISQUARTER",e.LASTQUARTER="LASTQUARTER",e.THISYEAR="THISYEAR",e.LASTYEAR="LASTYEAR",e.LAST2WEEKS="LAST2WEEKS",e.LAST3WEEKS="LAST3WEEKS",e.LAST4WEEKS="LAST4WEEKS",e.LAST5WEEKS="LAST5WEEKS",e.YEARTODATE="YEARTODATE",e.QUARTER1="QUARTER1",e.QUARTER2="QUARTER2",e.QUARTER3="QUARTER3",e.QUARTER4="QUARTER4",e.DATETOYEAR="DATETOYEAR"}(a.DefaultDateRangeValueType||(a.DefaultDateRangeValueType={}))},7876:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.AfterFacet="AfterFacet",e.BeforeFacet="BeforeFacet",e.ReplaceFacet="ReplaceFacet"}(a.SectionPosition||(a.SectionPosition={})),function(e){e.XML="XML"}(a.ExtensionFragmentTypes||(a.ExtensionFragmentTypes={}))},9649:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.inline="inline"}(a.CreateMode||(a.CreateMode={}))},2906:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.XML="XML"}(a.customColumnViewTypes||(a.customColumnViewTypes={})),function(e){e.ResponsiveTable="ResponsiveTable",e.GridTable="GridTable",e.AnalyticalTable="AnalyticalTable",e.TreeTable="TreeTable"}(a.TableTypeV2||(a.TableTypeV2={})),function(e){e.ResponsiveTableColumnsExtension="ResponsiveTableColumnsExtension",e.AnalyticalTableColumnsExtension="AnalyticalTableColumnsExtension",e.TreeTableColumnsExtension="TreeTableColumnsExtension",e.GridTableColumnsExtension="GridTableColumnsExtension"}(a.TableColumnExtensionTypeV2||(a.TableColumnExtensionTypeV2={})),function(e){e.extension="extension"}(a.Strategy||(a.Strategy={})),function(e){e.charttable="charttable",e.chart="chart",e.table="table"}(a.DefaultContentView||(a.DefaultContentView={})),function(e){e.visual="visual",e.compact="compact"}(a.DefaultFilterMode||(a.DefaultFilterMode={})),function(e){e.always="always",e.never="never",e.ifAnyFilterExist="ifAnyFilterExist"}(a.LoadDataOnAppLaunchSettings||(a.LoadDataOnAppLaunchSettings={}))},6402:(e,a,t)=>{function n(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}Object.defineProperty(a,"__esModule",{value:!0}),n(t(6745)),n(t(2922)),n(t(2906)),n(t(2387)),n(t(7876)),n(t(9649))},390:(e,a,t)=>{function n(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}Object.defineProperty(a,"__esModule",{value:!0}),n(t(3800)),n(t(6402)),n(t(9809)),n(t(3846))},2505:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.fixed="fixed",e.resizable="resizable"}(a.ContainerLayoutType||(a.ContainerLayoutType={}))},3800:(e,a,t)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}(t(2505))},9809:(e,a,t)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}(t(4149))},4149:(e,a,t)=>{function n(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}Object.defineProperty(a,"__esModule",{value:!0}),n(t(4867)),n(t(1374))},1374:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.SAPUI5_VIEW_EXTENSION="sap.ui.viewExtensions",a.SAPUI5_CONTROLLER_EXTENSION="sap.ui.controllerExtensions",a.SAPUI5_VIEW_EXTENSION_OBJECT_PAGE="sap.suite.ui.generic.template.ObjectPage.view.Details",a.SAPUI5_VIEW_EXTENSION_LIST_REPORT="sap.suite.ui.generic.template.ListReport.view.ListReport",a.SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE="sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage"},4867:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.FE_TEMPLATE_V2="sap.suite.ui.generic.template",a.FE_TEMPLATE_V2_OBJECT_PAGE="sap.suite.ui.generic.template.ObjectPage",a.FE_TEMPLATE_V2_LIST_REPORT="sap.suite.ui.generic.template.ListReport",a.FE_TEMPLATE_V2_ALP="sap.suite.ui.generic.template.AnalyticalListPage"}},a={};var t=function t(n){var i=a[n];if(void 0!==i)return i.exports;var l=a[n]={exports:{}};return e[n](l,l.exports,t),l.exports}(390);module.exports=t})();
1
+ (()=>{"use strict";var e={3846:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.Top="Top",e.Middle="Middle",e.Bottom="Bottom"}(a.TableColumnVerticalAlignment||(a.TableColumnVerticalAlignment={})),function(e){e.persistence="persistence",e.discovery="discovery"}(a.StatePreservationMode||(a.StatePreservationMode={})),function(e){e.restricted="restricted"}(a.DraftDiscardEnabledSettings||(a.DraftDiscardEnabledSettings={}))},2387:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.bar="bar",e.column="column",e.line="line",e.combination="combination",e.pie="pie",e.donut="donut",e.scatter="scatter",e.bubble="bubble",e.heatmap="heatmap",e.bullet="bullet",e.verticalBullet="vertical_bullet",e.stackedBar="stacked_bar",e.stackedColumn="stacked_column",e.stackedCombination="stacked_combination",e.horizontalStackedCombination="horizontal_stacked_combination",e.dualBar="dual_bar",e.dualColumn="dual_column",e.dualLine="dual_line",e.dualStackedBar="dual_stacked_bar",e.dualStackedColumn="dual_stacked_column",e.dualCombination="dual_combination",e.dualStackedCombination="dual_stacked_combination",e.dualHorizontalCombination="dual_horizontal_combination",e.dualHorizontalStackedCombination="dual_horizontal_stacked_combination",e.hundredStackedBar="100_stacked_bar",e.hundredStackedColumn="100_stacked_column",e.hundredDualStackedBar="100_dual_stacked_bar",e.hundredDualStackedColumn="100_dual_stacked_column",e.waterfall="waterfall",e.horizontalWaterfall="horizontal_waterfall"}(a.ChartType||(a.ChartType={}))},6745:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.cardBubble="cardBubble",e.cardchartsline="cardchartsline",e.cardchartsdonut="cardchartsdonut"}(a.ChartCardType||(a.ChartCardType={})),function(e){e.analytical="sap.ovp.cards.charts.analytical",e.analyticalv4="sap.ovp.cards.v4.charts.analytical",e.list="sap.ovp.cards.list",e.listv4="sap.ovp.cards.v4.list",e.linklist="sap.ovp.cards.linklist",e.linklistv4="sap.ovp.cards.v4.linklist",e.table="sap.ovp.cards.table",e.tablev4="sap.ovp.cards.v4.table",e.stack="sap.ovp.cards.stack"}(a.CardTemplateType||(a.CardTemplateType={})),a.cardTemplateTypeMap={"sap.ovp.cards.charts.analytical":"AnalyticalCard","sap.ovp.cards.v4.charts.analytical":"AnalyticalCard","sap.ovp.cards.list":"ListCard","sap.ovp.cards.v4.list":"ListCard","sap.ovp.cards.linklist":"LinklistCard","sap.ovp.cards.v4.linklist":"LinklistCard","sap.ovp.cards.table":"TableCard","sap.ovp.cards.v4.table":"TableCard","sap.ovp.cards.stack":"StackCard"},function(e){e.analyticalCardSettings="analyticalCardSettings",e.analyticalCardSettingsv4="analyticalCardSettingsv4",e.listCardSettings="listCardSettings",e.listCardSettingsv4="listCardSettingsv4",e.stackCardSettings="stackCardSettings",e.linkListCardSettings="linkListCardSettings",e.tableCardSettings="tableCardSettings",e.tableCardSettingsv4="tableCardSettingsv4"}(a.CardSettingsType||(a.CardSettingsType={})),function(e){e.average="average",e.max="max",e.min="min",e.sum="sum",e.count="$count"}(a.MeasureAggregateValues||(a.MeasureAggregateValues={})),function(e){e.standard="standard",e.bar="bar",e.carousel="carousel"}(a.ListFlavorType||(a.ListFlavorType={})),function(e){e.extended="extended",e.condensed="condensed"}(a.ListTypeType||(a.ListTypeType={})),function(e){e.ascending="ascending",e.descending="descending"}(a.SortOrderType||(a.SortOrderType={})),function(e){e.standard="standard",e.carousel="carousel"}(a.LinkListFlavorType||(a.LinkListFlavorType={}))},2922:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.DATERANGE="DATERANGE",e.DATE="DATE",e.FROM="FROM",e.TO="TO",e.DAYS="DAYS",e.LASTDAYS="LASTDAYS",e.LASTWEEKS="LASTWEEKS",e.WEEK="WEEK",e.LASTMONTHS="LASTMONTHS",e.MONTH="MONTH",e.QUARTER="QUARTER",e.LASTQUARTERS="LASTQUARTERS",e.LASTYEARS="LASTYEARS",e.LASTYEAR="LASTYEAR",e.YEAR="YEAR",e.NEXTDAYS="NEXTDAYS",e.NEXTWEEKS="NEXTWEEKS",e.NEXTMONTHS="NEXTMONTHS",e.NEXTQUARTERS="NEXTQUARTERS",e.NEXTYEARS="NEXTYEARS",e.NEXT="NEXT",e.SPECIFICMONTH="SPECIFICMONTH",e.YESTERDAY="YESTERDAY",e.YEARTODATE="YEARTODATE",e.TODAY="TODAY",e.TOMORROW="TOMORROW",e.THISWEEK="THISWEEK",e.LASTWEEK="LASTWEEK",e.LAST2WEEKS="LAST2WEEKS",e.LAST3WEEKS="LAST3WEEKS",e.LAST4WEEKS="LAST4WEEKS",e.LAST5WEEKS="LAST5WEEKS",e.NEXTWEEK="NEXTWEEK",e.NEXT2WEEKS="NEXT2WEEKS",e.NEXT3WEEKS="NEXT3WEEKS",e.NEXT4WEEKS="NEXT4WEEKS",e.NEXT5WEEKS="NEXT5WEEKS",e.THISMONTH="THISMONTH",e.LASTMONTH="LASTMONTH",e.NEXTMONTH="NEXTMONTH",e.THISQUARTER="THISQUARTER",e.LASTQUARTER="LASTQUARTER",e.NEXTQUARTER="NEXTQUARTER",e.QUARTER1="QUARTER1",e.QUARTER2="QUARTER2",e.QUARTER3="QUARTER3",e.QUARTER4="QUARTER4",e.TODAYFROMTO="TODAYFROMTO"}(a.DateRangeType||(a.DateRangeType={})),function(e){e.YESTERDAY="YESTERDAY",e.TODAY="TODAY",e.THISWEEK="THISWEEK",e.LASTWEEK="LASTWEEK",e.THISMONTH="THISMONTH",e.TOMORROW="TOMORROW",e.LASTMONTH="LASTMONTH",e.THISQUARTER="THISQUARTER",e.LASTQUARTER="LASTQUARTER",e.THISYEAR="THISYEAR",e.LASTYEAR="LASTYEAR",e.LAST2WEEKS="LAST2WEEKS",e.LAST3WEEKS="LAST3WEEKS",e.LAST4WEEKS="LAST4WEEKS",e.LAST5WEEKS="LAST5WEEKS",e.YEARTODATE="YEARTODATE",e.QUARTER1="QUARTER1",e.QUARTER2="QUARTER2",e.QUARTER3="QUARTER3",e.QUARTER4="QUARTER4",e.DATETOYEAR="DATETOYEAR"}(a.DefaultDateRangeValueType||(a.DefaultDateRangeValueType={}))},7876:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.AfterFacet="AfterFacet",e.BeforeFacet="BeforeFacet",e.ReplaceFacet="ReplaceFacet"}(a.SectionPosition||(a.SectionPosition={})),function(e){e.XML="XML"}(a.ExtensionFragmentTypes||(a.ExtensionFragmentTypes={}))},9649:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.inline="inline"}(a.CreateMode||(a.CreateMode={}))},2906:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.XML="XML"}(a.customColumnViewTypes||(a.customColumnViewTypes={})),function(e){e.ResponsiveTable="ResponsiveTable",e.GridTable="GridTable",e.AnalyticalTable="AnalyticalTable",e.TreeTable="TreeTable"}(a.TableTypeV2||(a.TableTypeV2={})),function(e){e.ResponsiveTableColumnsExtension="ResponsiveTableColumnsExtension",e.AnalyticalTableColumnsExtension="AnalyticalTableColumnsExtension",e.TreeTableColumnsExtension="TreeTableColumnsExtension",e.GridTableColumnsExtension="GridTableColumnsExtension"}(a.TableColumnExtensionTypeV2||(a.TableColumnExtensionTypeV2={})),function(e){e.extension="extension"}(a.Strategy||(a.Strategy={})),function(e){e.charttable="charttable",e.chart="chart",e.table="table"}(a.DefaultContentView||(a.DefaultContentView={})),function(e){e.visual="visual",e.compact="compact"}(a.DefaultFilterMode||(a.DefaultFilterMode={})),function(e){e.always="always",e.never="never",e.ifAnyFilterExist="ifAnyFilterExist"}(a.LoadDataOnAppLaunchSettings||(a.LoadDataOnAppLaunchSettings={}))},6402:(e,a,t)=>{function n(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}Object.defineProperty(a,"__esModule",{value:!0}),n(t(6745)),n(t(2922)),n(t(2906)),n(t(2387)),n(t(7876)),n(t(9649))},390:(e,a,t)=>{function n(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}Object.defineProperty(a,"__esModule",{value:!0}),n(t(4350)),n(t(6402)),n(t(9809)),n(t(3846))},2505:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){e.fixed="fixed",e.resizable="resizable"}(a.ContainerLayoutType||(a.ContainerLayoutType={}))},4350:(e,a,t)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}(t(2505))},9809:(e,a,t)=>{Object.defineProperty(a,"__esModule",{value:!0}),function(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}(t(4149))},4149:(e,a,t)=>{function n(e){for(var t in e)a.hasOwnProperty(t)||(a[t]=e[t])}Object.defineProperty(a,"__esModule",{value:!0}),n(t(4867)),n(t(1374))},1374:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.SAPUI5_VIEW_EXTENSION="sap.ui.viewExtensions",a.SAPUI5_CONTROLLER_EXTENSION="sap.ui.controllerExtensions",a.SAPUI5_VIEW_EXTENSION_OBJECT_PAGE="sap.suite.ui.generic.template.ObjectPage.view.Details",a.SAPUI5_VIEW_EXTENSION_LIST_REPORT="sap.suite.ui.generic.template.ListReport.view.ListReport",a.SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE="sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage"},4867:(e,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.FE_TEMPLATE_V2="sap.suite.ui.generic.template",a.FE_TEMPLATE_V2_OBJECT_PAGE="sap.suite.ui.generic.template.ObjectPage",a.FE_TEMPLATE_V2_LIST_REPORT="sap.suite.ui.generic.template.ListReport",a.FE_TEMPLATE_V2_ALP="sap.suite.ui.generic.template.AnalyticalListPage"}},a={};var t=function t(n){var i=a[n];if(void 0!==i)return i.exports;var l=a[n]={exports:{}};return e[n](l,l.exports,t),l.exports}(390);module.exports=t})();
@@ -1,3 +1,4 @@
1
+ import type { Definition } from 'typescript-json-schema';
1
2
  import type { SchemaType } from './specification/schemaAccess';
2
3
  import type { FioriElementsVersion } from './specification/common/page';
3
4
  import type { Page as PageV2 } from './specification/v2/page';
@@ -247,7 +248,7 @@ export declare type ImportListReportV4 = {
247
248
  };
248
249
  export declare type ImportObjectPageV4Parameters = {
249
250
  manifest: object;
250
- jsonSchema: object;
251
+ jsonSchema: Definition;
251
252
  routingId: string;
252
253
  logger?: ExtensionLogger;
253
254
  };
@@ -9,6 +9,7 @@ export interface Project {
9
9
  }
10
10
  export declare const readDirectory: (path: string) => Promise<string[]>;
11
11
  export declare const isDirectory: (path: string) => Promise<boolean>;
12
+ export declare const getChanges: (webapp: string) => Promise<string[]>;
12
13
  /**
13
14
  * Get the project artefacts, like manifest, service metadata, annotations
14
15
  * @param root - project root where package.json is
@@ -1,4 +1,6 @@
1
- /// <reference types="@sapui5/ts-types" />
1
+ /// <reference types="@sapui5/ts-types-esm" />
2
+ import type { ButtonType } from 'sap/m/library';
3
+ import type { URI } from 'sap/ui/core/library';
2
4
  /**
3
5
  * Actions
4
6
  * @isViewNode true
@@ -19,15 +21,15 @@ export interface Action {
19
21
  /**
20
22
  * Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.
21
23
  */
22
- icon?: sap.ui.core.URI;
24
+ icon?: URI;
23
25
  /**
24
26
  * Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.
25
27
  */
26
- activeIcon?: sap.ui.core.URI;
28
+ activeIcon?: URI;
27
29
  /**
28
30
  * Defines the Button type.
29
31
  */
30
- type?: sap.m.ButtonType;
32
+ type?: ButtonType;
31
33
  }
32
34
  /**
33
35
  * Form Action
@@ -1,5 +1,6 @@
1
- /// <reference types="@sapui5/ts-types" />
1
+ /// <reference types="@sapui5/ts-types-esm" />
2
2
  import type { HeaderAction } from '.';
3
+ import type AvatarShape from 'sap/m/AvatarShape';
3
4
  export interface GenericActions {
4
5
  [id: string]: HeaderAction;
5
6
  }
@@ -23,7 +24,7 @@ export interface ObjectPageHeader<ACT = GenericActions> {
23
24
  /**
24
25
  * With displayShape you can define the shape of the avatar.
25
26
  */
26
- displayShape?: sap.m.AvatarShape;
27
+ displayShape?: AvatarShape;
27
28
  /**
28
29
  * Set properties of actions on Object Page Header
29
30
  */
@@ -4,7 +4,7 @@ import type { ViewTypes, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../
4
4
  * Section
5
5
  * @isViewNode true
6
6
  */
7
- export interface ObjectPageSection {
7
+ export interface ObjectPageSectionV2 {
8
8
  /**
9
9
  * Whether the section should be visible on the screen.
10
10
  */
@@ -14,32 +14,65 @@ export interface ObjectPageSection {
14
14
  * Form
15
15
  * @isViewNode true
16
16
  */
17
- export interface ObjectPageSectionFormV2 extends ObjectPageSection {
17
+ export interface ObjectPageSectionFormV2 extends ObjectPageSectionV2 {
18
18
  form?: ObjectPageForm;
19
19
  }
20
20
  /**
21
21
  * Table
22
22
  * @isViewNode true
23
23
  */
24
- export interface ObjectPageSectionTableV2 extends ObjectPageSection {
24
+ export interface ObjectPageSectionTableV2 extends ObjectPageSectionV2 {
25
25
  table?: ObjectPageResponsiveTableWithMultiSelect | ObjectPageResponsiveTableWithInlineDelete | ObjectPageAnalyticalTable | ObjectPageGridTable | ObjectPageTreeTable;
26
26
  }
27
27
  /**
28
28
  * Chart
29
29
  * @isViewNode true
30
30
  */
31
- export interface ObjectPageSectionChartV2 extends ObjectPageSection {
31
+ export interface ObjectPageSectionChartV2 extends ObjectPageSectionV2 {
32
32
  chart?: ObjectPageChart;
33
33
  }
34
+ export interface ObjectPageSectionContactV2 extends ObjectPageSectionV2 {
35
+ /**
36
+ * Contact
37
+ * @isViewNode true
38
+ */
39
+ contact?: object;
40
+ }
41
+ export interface ObjectPageSectionAddressV2 extends ObjectPageSectionV2 {
42
+ /**
43
+ * Address
44
+ * @isViewNode true
45
+ */
46
+ address?: object;
47
+ }
48
+ export interface ObjectPageSubSectionContactV2 extends ObjectPageSectionV2 {
49
+ /**
50
+ * Contact
51
+ * @isViewNode true
52
+ */
53
+ contact?: object;
54
+ }
55
+ export interface ObjectPageSubSectionAddressV2 extends ObjectPageSectionV2 {
56
+ /**
57
+ * Address
58
+ * @isViewNode true
59
+ */
60
+ address?: object;
61
+ }
62
+ export declare type AnySubSectionType = ObjectPageSectionTableV2 | ObjectPageSectionChartV2 | ObjectPageSectionFormV2 | ObjectPageSubSectionContactV2 | ObjectPageSubSectionAddressV2;
63
+ export interface GenericSubSections {
64
+ [key: string]: AnySubSectionType;
65
+ }
34
66
  /**
35
67
  * Subsection
36
68
  * @isViewNode true
37
69
  */
38
- export interface ObjectPageSubSectionV2 extends ObjectPageSection {
39
- subsections?: object;
70
+ export interface ObjectPageSubSectionV2 extends ObjectPageSectionV2 {
71
+ subsections?: GenericSubSections;
40
72
  }
73
+ export declare type AnySectionType = ObjectPageSectionTableV2 | ObjectPageSectionChartV2 | ObjectPageSectionFormV2 | ObjectPageSectionContactV2 | ObjectPageSectionAddressV2 | ObjectPageSectionV2 | ObjectPageSubSectionV2;
41
74
  export interface GenericSections {
42
- [key: string]: ObjectPageSectionTableV2 | ObjectPageSectionChartV2 | ObjectPageSectionFormV2 | ObjectPageSubSectionV2;
75
+ [key: string]: AnySectionType;
43
76
  }
44
77
  /**
45
78
  * Custom Sections
@@ -1,6 +1,8 @@
1
- /// <reference types="@sapui5/ts-types" />
1
+ /// <reference types="@sapui5/ts-types-esm" />
2
2
  import type { GenericColumns, TableTypeV2, QuickVariant } from './Table';
3
3
  import type { ObjectPageToolBar } from './ObjectPageToolBar';
4
+ import type { PopinLayout } from 'sap/m/library';
5
+ import type { smarttable } from 'sap/ui/comp/library';
4
6
  export interface QuickVariantSelectionOP {
5
7
  /**
6
8
  * To show the number of records available, set showCounts to true.
@@ -53,7 +55,7 @@ export interface ObjectPageCommonTableSettings<COLS = GenericColumns> {
53
55
  /**
54
56
  * Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.
55
57
  */
56
- exportType?: sap.ui.comp.smarttable.ExportType;
58
+ exportType?: smarttable.ExportType;
57
59
  /**
58
60
  * Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.
59
61
  */
@@ -90,7 +92,7 @@ export interface ObjectPageResponsiveTableCommonSettings extends ObjectPageCommo
90
92
  /**
91
93
  * popinLayout defines the layout in which the table pop-in rows shall be rendered.
92
94
  */
93
- popinLayout?: sap.m.PopinLayout;
95
+ popinLayout?: PopinLayout;
94
96
  /**
95
97
  * growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
96
98
  */
@@ -1,7 +1,10 @@
1
- /// <reference types="@sapui5/ts-types" />
1
+ /// <reference types="@sapui5/ts-types-esm" />
2
2
  import type { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
3
  import type { ToolBar } from './ToolBar';
4
4
  import type { Action } from './Action';
5
+ import type { PopinLayout } from 'sap/m/library';
6
+ import type { smarttable } from 'sap/ui/comp/library';
7
+ import type { TextAlign } from 'sap/ui/core/library';
5
8
  /**
6
9
  * Column
7
10
  * @isViewNode true
@@ -14,7 +17,7 @@ export interface TableColumn {
14
17
  /**
15
18
  * The hAlign property defines the horizontal alignment of the column content.
16
19
  */
17
- hAlign?: sap.ui.core.TextAlign;
20
+ hAlign?: TextAlign;
18
21
  }
19
22
  /**
20
23
  * Column Action
@@ -219,7 +222,7 @@ export interface CommonTableSettings<COLS = GenericColumns> {
219
222
  /**
220
223
  * Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.
221
224
  */
222
- exportType?: sap.ui.comp.smarttable.ExportType;
225
+ exportType?: smarttable.ExportType;
223
226
  /**
224
227
  * Set to false if the table does not occupy the entire space available in the container.
225
228
  */
@@ -267,7 +270,7 @@ export interface ResponsiveTableCommonSettings extends CommonTableSettings {
267
270
  /**
268
271
  * popinLayout defines the layout in which the table pop-in rows are rendered.
269
272
  */
270
- popinLayout?: sap.m.PopinLayout;
273
+ popinLayout?: PopinLayout;
271
274
  /**
272
275
  * createWithFilters adds a new create action that uses the filter settings as input.
273
276
  */
@@ -1,5 +1,6 @@
1
1
  import type { ObjectPageSectionTableV4 } from '../controls/ObjectPageTable';
2
2
  import type { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
+ import type { ObjectPageToolBar } from './ObjectPageToolBar';
3
4
  export interface ObjectPageSectionForm {
4
5
  /**
5
6
  * Form
@@ -28,8 +29,28 @@ export interface ObjectPageSectionAddress {
28
29
  */
29
30
  address?: object;
30
31
  }
32
+ export interface ObjectPageChart {
33
+ /**
34
+ * Chart Toolbar
35
+ * @isViewNode true
36
+ */
37
+ toolBar?: ObjectPageToolBar;
38
+ }
39
+ export interface ObjectPageSectionChart {
40
+ /**
41
+ * Chart
42
+ * @isViewNode true
43
+ */
44
+ chart?: ObjectPageChart;
45
+ }
46
+ export interface ObjectPageSectionPresentationVariant {
47
+ /**
48
+ * Presentation Variant
49
+ */
50
+ [key: string]: ObjectPageSectionTableV4 | ObjectPageSectionChart;
51
+ }
31
52
  export interface GenericSections {
32
- [key: string]: ObjectPageSectionTableV4 | ObjectPageSectionForm | ObjectPageSectionDataPoint | ObjectPageSectionContact | ObjectPageSectionAddress;
53
+ [key: string]: ObjectPageSectionTableV4 | ObjectPageSectionForm | ObjectPageSectionDataPoint | ObjectPageSectionContact | ObjectPageSectionAddress | ObjectPageSectionPresentationVariant;
33
54
  }
34
55
  /**
35
56
  * Subsections
@@ -179,6 +179,8 @@ export interface ALPChartView {
179
179
  * @isViewNode true
180
180
  */
181
181
  export interface LRChartView {
182
+ key: string;
183
+ index: number;
182
184
  /**
183
185
  * To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.
184
186
  * Reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.
@@ -231,6 +233,8 @@ export interface ALPTableView extends TableSettings {
231
233
  * @isViewNode true
232
234
  */
233
235
  export interface LRTableView extends TableSettings {
236
+ key: string;
237
+ index: number;
234
238
  /**
235
239
  * The annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.
236
240
  */
@@ -264,6 +268,10 @@ export interface LRTableView extends TableSettings {
264
268
  * @isViewNode true
265
269
  */
266
270
  export interface Table extends TableSettings {
271
+ /**
272
+ * The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.
273
+ */
274
+ annotationPath?: string;
267
275
  /**
268
276
  * initialLoad defines whether or not the data in the table is automatically loaded.
269
277
  * - Disabled - Data is never loaded when opening the app without an app state.
@@ -25,7 +25,12 @@ export interface ListReportConfig extends PageConfig {
25
25
  */
26
26
  table?: Table | ALPTableView;
27
27
  /**
28
- * "defaultPath" can be "primary", "secondary", or "both". If it is "primary", SAP Fiori elements loads the app in chart-only view. If it is "secondary", SAP Fiori elements loads the app in table-only view. If it is "both", SAP Fiori elements loads the app in hybrid view.
28
+ * defaultTemplateAnnotationPath must be a reference to a SelectionPresentationVariant.
29
+ * You use the SelectionPresentationVariant to configure the default visualizations and default filter values of the main content area.
30
+ */
31
+ defaultTemplateAnnotationPath?: string;
32
+ /**
33
+ * defaultPath can be "primary", "secondary", or "both". If it is "primary", SAP Fiori elements loads the app in chart-only view. If it is "secondary", SAP Fiori elements loads the app in table-only view. If it is "both", SAP Fiori elements loads the app in hybrid view.
29
34
  */
30
35
  defaultPath?: DefaultPathType;
31
36
  }
@@ -38,6 +38,7 @@ export declare type SapUiPageSettingsV4 = SapUiGenericAppPageSettings & {
38
38
  controlConfiguration?: SapUiGenericAppPageSettings;
39
39
  content?: SapUi5RoutingTargetContent;
40
40
  views?: SapUi5Views;
41
+ defaultTemplateAnnotationPath?: string;
41
42
  };
42
43
  export interface SapUiAppPageV4 {
43
44
  type: string;
@@ -35,7 +35,7 @@ export declare enum BindingValue {
35
35
  * @param controlType - controlType function of ecorators, not used here
36
36
  * @param title - title from JSON schema, comprising the facet ID
37
37
  */
38
- export declare const buildColumnControlId: (baseId: string, idBreadcrumbs: string[], breadcrumbs: string[], controlType: ControlTypeFunction, title: string) => string;
38
+ export declare const buildColumnControlId: (baseId: string, idBreadcrumbs: string[], breadcrumbs: string[], _controlType: ControlTypeFunction, title: string) => string;
39
39
  /**
40
40
  * Split up action breadcrumb and return different parts from it
41
41
  * @param breadcrumbs - array of breadcrumbs
@@ -3,6 +3,7 @@ import { FioriElementsVersion } from '../../../specification/common';
3
3
  import type { FacetConfig } from '..';
4
4
  import { SectionType } from '..';
5
5
  import type { EntitySet } from '@sap-ux/annotation-converter';
6
+ import type { Definition } from 'typescript-json-schema';
6
7
  /**
7
8
  * Adds definitions for forms in object page sections to the app schema
8
9
  * @param {SectionType} sectionType - prefix to distinguish Section and HeaderSection
@@ -11,7 +12,7 @@ import type { EntitySet } from '@sap-ux/annotation-converter';
11
12
  * @param {object} appSchema - app specific schema that gets enhanced
12
13
  * @param {FioriElementsVersion} version - Fiori Elements version
13
14
  */
14
- export declare function handleForm(sectionType: SectionType, section: FacetConfig, appSchemaSection: object, appSchema: object, version: FioriElementsVersion, withActions?: boolean): void;
15
+ export declare function handleForm(sectionType: SectionType, section: FacetConfig, appSchemaSection: Definition, appSchema: Definition, version: FioriElementsVersion, withActions?: boolean): void;
15
16
  /**
16
17
  * Replaces an alias in an annotation ID or reference, based on the AVT references' list
17
18
  * @param annotationIdentifier - annotation ID or reference
@@ -36,20 +37,20 @@ export declare function getActionNameAndId(action: string, entityType: EntityTyp
36
37
  * @param {EntityType} entityType - current entity type
37
38
  * @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
38
39
  */
39
- export declare function addFooterActions(appSchema: object, entityType: EntityType, oDataServiceAVT: ConverterOutput): void;
40
+ export declare function addFooterActions(appSchema: Definition, entityType: EntityType, oDataServiceAVT: ConverterOutput): void;
40
41
  /**
41
42
  * Add Object Page Header Action Buttons to app-specific schema
42
43
  * @param {object} appSchema Schema of the app
43
44
  * @param {EntityType} entityType - current entity type
44
45
  * @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
45
46
  */
46
- export declare function addHeaderActions(appSchema: object, entityType: EntityType, oDataServiceAVT: ConverterOutput, addHeaderActionCallBack: any): void;
47
+ export declare function addHeaderActions(appSchema: Definition, entityType: EntityType, oDataServiceAVT: ConverterOutput, addHeaderActionCallBack: any): void;
47
48
  /**
48
49
  * Adds common Object Page Header definitions to the app schema
49
50
  * @param appSchema - app-specific JSOn schema
50
51
  * @param entityType - current entity Type
51
52
  */
52
- export declare function addCommonHeaderSchema(appSchema: object, entityType: EntityType): void;
53
+ export declare function addCommonHeaderSchema(appSchema: Definition, entityType: EntityType): void;
53
54
  /**
54
55
  * Common logic to determine the EntitySet of a facet
55
56
  * @param facet - current facet or section