@sap/ux-specification 1.96.6 → 1.96.9

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 (157) hide show
  1. package/CHANGELOG.md +44 -1
  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/ApplicationV2.json +14 -14
  12. package/dist/schemas/v4/ApplicationV4.json +9 -5
  13. package/dist/schemas/v4/ListReportConfig.json +609 -209
  14. package/dist/specification/v2/index-min.js +1 -1
  15. package/dist/specification/v4/index-min.js +1 -1
  16. package/dist/src/api.d.ts +3 -3
  17. package/dist/src/apiTypes.d.ts +16 -20
  18. package/dist/src/extensionLogger.d.ts +1 -1
  19. package/dist/src/project.d.ts +1 -1
  20. package/dist/src/specification/common/Application.d.ts +24 -4
  21. package/dist/src/specification/common/page.d.ts +1 -1
  22. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +6 -6
  23. package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +1 -1
  24. package/dist/src/specification/schemaAccess.d.ts +1 -1
  25. package/dist/src/specification/v2/ApplicationV2.d.ts +3 -17
  26. package/dist/src/specification/v2/controls/Facets.d.ts +1 -1
  27. package/dist/src/specification/v2/controls/Footer.d.ts +2 -2
  28. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -1
  29. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
  30. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +2 -2
  31. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +2 -2
  32. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -1
  33. package/dist/src/specification/v2/controls/Table.d.ts +3 -3
  34. package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -1
  35. package/dist/src/specification/v2/page.d.ts +1 -1
  36. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +4 -4
  37. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
  38. package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +3 -3
  39. package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +3 -3
  40. package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -2
  41. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +2 -2
  42. package/dist/src/specification/v4/ApplicationV4.d.ts +4 -14
  43. package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +1 -1
  44. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +2 -2
  45. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -3
  46. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +1 -1
  47. package/dist/src/specification/v4/controls/Table.d.ts +162 -25
  48. package/dist/src/specification/v4/controls/ToolBar.d.ts +26 -1
  49. package/dist/src/specification/v4/page.d.ts +2 -2
  50. package/dist/src/specification/v4/pages/ListReportConfig.d.ts +17 -3
  51. package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -2
  52. package/dist/src/specification/v4/pages/index.d.ts +0 -1
  53. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +77 -0
  54. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +12 -3
  55. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +20 -1
  56. package/dist/src/sync/common/appProvider.d.ts +6 -5
  57. package/dist/src/sync/common/decoration/control.d.ts +1 -1
  58. package/dist/src/sync/common/decoration/decorators.d.ts +1 -1
  59. package/dist/src/sync/common/decoration/factory.d.ts +3 -3
  60. package/dist/src/sync/common/decoration/flex.d.ts +3 -3
  61. package/dist/src/sync/common/flexUtils.d.ts +4 -4
  62. package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
  63. package/dist/src/sync/common/generate/utils.d.ts +11 -9
  64. package/dist/src/sync/common/import/utils.d.ts +4 -3
  65. package/dist/src/sync/common/importProject.d.ts +4 -4
  66. package/dist/src/sync/common/types.d.ts +28 -6
  67. package/dist/src/sync/common/utils.d.ts +11 -8
  68. package/dist/src/sync/i18n.d.ts +1 -1
  69. package/dist/src/sync/v2/application.d.ts +2 -2
  70. package/dist/src/sync/v2/export/controls/Action.d.ts +1 -1
  71. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -1
  72. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +1 -1
  73. package/dist/src/sync/v2/export/controls/Card.d.ts +1 -1
  74. package/dist/src/sync/v2/export/controls/Field.d.ts +1 -1
  75. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +2 -1
  76. package/dist/src/sync/v2/export/controls/FormAction.d.ts +1 -1
  77. package/dist/src/sync/v2/export/controls/Fragment.d.ts +5 -11
  78. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +1 -1
  79. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +3 -3
  80. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +1 -1
  81. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
  82. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +1 -1
  83. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +1 -1
  84. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
  85. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +3 -3
  86. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  87. package/dist/src/sync/v2/export/controls/Table.d.ts +3 -2
  88. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +2 -2
  89. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +1 -1
  90. package/dist/src/sync/v2/export/export.d.ts +3 -3
  91. package/dist/src/sync/v2/export/exportPage.d.ts +2 -2
  92. package/dist/src/sync/v2/export/factory.d.ts +2 -1
  93. package/dist/src/sync/v2/export/manifest.d.ts +1 -1
  94. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +4 -4
  95. package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
  96. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +3 -3
  97. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +2 -2
  98. package/dist/src/sync/v2/export/view-controller-generator.d.ts +2 -2
  99. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +1 -1
  100. package/dist/src/sync/v2/generate/generate.d.ts +2 -2
  101. package/dist/src/sync/v2/generate/listReport.d.ts +7 -4
  102. package/dist/src/sync/v2/generate/objectPage.d.ts +1 -1
  103. package/dist/src/sync/v2/generate/overviewPage.d.ts +1 -1
  104. package/dist/src/sync/v2/generate/utils.d.ts +5 -5
  105. package/dist/src/sync/v2/import/app/appProvider.d.ts +4 -4
  106. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +3 -3
  107. package/dist/src/sync/v2/import/common/index.d.ts +6 -5
  108. package/dist/src/sync/v2/import/controls/table.d.ts +1 -1
  109. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
  110. package/dist/src/sync/v2/import/pages/listReport.d.ts +2 -2
  111. package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
  112. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -2
  113. package/dist/src/sync/v2/import/utils.d.ts +3 -2
  114. package/dist/src/sync/v2/types.d.ts +7 -7
  115. package/dist/src/sync/v4/application.d.ts +8 -4
  116. package/dist/src/sync/v4/export/controls/FilterBar.d.ts +1 -1
  117. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  118. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
  119. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
  120. package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +1 -1
  121. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  122. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -1
  123. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  124. package/dist/src/sync/v4/export/controls/Table.d.ts +125 -9
  125. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +39 -1
  126. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
  127. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -1
  128. package/dist/src/sync/v4/export/export.d.ts +2 -2
  129. package/dist/src/sync/v4/export/exportCustomColumn.d.ts +2 -2
  130. package/dist/src/sync/v4/export/factory.d.ts +2 -1
  131. package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +1 -1
  132. package/dist/src/sync/v4/export/manifest.d.ts +1 -1
  133. package/dist/src/sync/v4/export/pages/ListReport.d.ts +8 -3
  134. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
  135. package/dist/src/sync/v4/export/pages/index.d.ts +0 -1
  136. package/dist/src/sync/v4/export/types.d.ts +7 -5
  137. package/dist/src/sync/v4/export/utils.d.ts +1 -1
  138. package/dist/src/sync/v4/generate/generate.d.ts +5 -4
  139. package/dist/src/sync/v4/generate/listReport.d.ts +2 -4
  140. package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
  141. package/dist/src/sync/v4/import/app/appProvider.d.ts +6 -5
  142. package/dist/src/sync/v4/import/fragment.d.ts +2 -2
  143. package/dist/src/sync/v4/import/index.d.ts +0 -1
  144. package/dist/src/sync/v4/import/pages/listReport.d.ts +8 -7
  145. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
  146. package/dist/src/sync/v4/import/utils.d.ts +2 -2
  147. package/dist/src/sync/v4/types.d.ts +2 -2
  148. package/dist/src/sync/v4/utils/utils.d.ts +14 -5
  149. package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +1 -1
  150. package/dist/test/test-projects/index.d.ts +1 -1
  151. package/dist/test/test-utils/utils.d.ts +5 -4
  152. package/package.json +12 -9
  153. package/dist/documentation/v4/v4-AnalyticalListPage.html +0 -49
  154. package/dist/schemas/v4/AnalyticalListPageConfig.json +0 -481
  155. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.d.ts +0 -13
  156. package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +0 -8
  157. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +0 -11
@@ -1 +1 @@
1
- (()=>{"use strict";var e={6442:(e,t)=>{var a;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.OData="OData",e.ODataAnnotation="ODataAnnotation"}(t.DataSourceType||(t.DataSourceType={})),function(e){e.ui="sap.ui",e.app="sap.app",e.generic="sap.ui.generic.app",e.ovp="sap.ovp",e.ui5="sap.ui5"}(a=t.ManifestSection||(t.ManifestSection={})),t.GENERICAPPSETTINGS=`${a.generic}/settings`},3404:(e,t,a)=>{function n(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}Object.defineProperty(t,"__esModule",{value:!0}),n(a(6442)),n(a(5281))},5281:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIORI_FCL_ROOT_VIEW_NAME="sap.fe.templates.RootContainer.view.Fcl",t.FIORI_FCL_ROOT_ID="appRootView",function(e){e.XML="XML",e.HTML="HTML",e.JS="JS",e.JSON="JSON"}(t.ViewTypes||(t.ViewTypes={})),t.SAPUI5_VIEW_CLASS="sap.ui.core.mvc.View",t.SAPUI5_FRAGMENT_CLASS="sap.ui.core.Fragment"},3846:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Top="Top",e.Middle="Middle",e.Bottom="Bottom"}(t.TableColumnVerticalAlignment||(t.TableColumnVerticalAlignment={})),function(e){e.persistence="persistence",e.discovery="discovery"}(t.StatePreservationMode||(t.StatePreservationMode={})),function(e){e.restricted="restricted"}(t.DraftDiscardEnabledSettings||(t.DraftDiscardEnabledSettings={}))},2387:(e,t)=>{Object.defineProperty(t,"__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"}(t.ChartType||(t.ChartType={}))},6745:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.cardBubble="cardBubble",e.cardchartsline="cardchartsline",e.cardchartsdonut="cardchartsdonut"}(t.ChartCardType||(t.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"}(t.CardTemplateType||(t.CardTemplateType={})),t.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"}(t.CardSettingsType||(t.CardSettingsType={})),function(e){e.average="average",e.max="max",e.min="min",e.sum="sum",e.count="$count"}(t.MeasureAggregateValues||(t.MeasureAggregateValues={})),function(e){e.standard="standard",e.bar="bar",e.carousel="carousel"}(t.ListFlavorType||(t.ListFlavorType={})),function(e){e.extended="extended",e.condensed="condensed"}(t.ListTypeType||(t.ListTypeType={})),function(e){e.ascending="ascending",e.descending="descending"}(t.SortOrderType||(t.SortOrderType={})),function(e){e.standard="standard",e.carousel="carousel"}(t.LinkListFlavorType||(t.LinkListFlavorType={}))},2922:(e,t)=>{Object.defineProperty(t,"__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"}(t.DateRangeType||(t.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"}(t.DefaultDateRangeValueType||(t.DefaultDateRangeValueType={}))},7876:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.AfterFacet="AfterFacet",e.BeforeFacet="BeforeFacet",e.ReplaceFacet="ReplaceFacet"}(t.SectionPosition||(t.SectionPosition={})),function(e){e.XML="XML"}(t.ExtensionFragmentTypes||(t.ExtensionFragmentTypes={}))},9649:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.inline="inline"}(t.CreateMode||(t.CreateMode={}))},2906:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.XML="XML"}(t.customColumnViewTypes||(t.customColumnViewTypes={})),function(e){e.ResponsiveTable="ResponsiveTable",e.GridTable="GridTable",e.AnalyticalTable="AnalyticalTable",e.TreeTable="TreeTable"}(t.TableTypeV2||(t.TableTypeV2={})),function(e){e.ResponsiveTableColumnsExtension="ResponsiveTableColumnsExtension",e.AnalyticalTableColumnsExtension="AnalyticalTableColumnsExtension",e.TreeTableColumnsExtension="TreeTableColumnsExtension",e.GridTableColumnsExtension="GridTableColumnsExtension"}(t.TableColumnExtensionTypeV2||(t.TableColumnExtensionTypeV2={})),function(e){e.extension="extension"}(t.Strategy||(t.Strategy={})),function(e){e.charttable="charttable",e.chart="chart",e.table="table"}(t.DefaultContentView||(t.DefaultContentView={})),function(e){e.visual="visual",e.compact="compact"}(t.DefaultFilterMode||(t.DefaultFilterMode={})),function(e){e.always="always",e.never="never",e.ifAnyFilterExist="ifAnyFilterExist"}(t.LoadDataOnAppLaunchSettings||(t.LoadDataOnAppLaunchSettings={}))},6402:(e,t,a)=>{function n(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}Object.defineProperty(t,"__esModule",{value:!0}),n(a(6745)),n(a(2922)),n(a(2906)),n(a(2387)),n(a(7876)),n(a(9649))},390:(e,t,a)=>{function n(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}Object.defineProperty(t,"__esModule",{value:!0}),n(a(3800)),n(a(6402)),n(a(9809)),n(a(3846))},2505:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.fixed="fixed",e.resizable="resizable"}(t.ContainerLayoutType||(t.ContainerLayoutType={}))},3800:(e,t,a)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}(a(2505))},9809:(e,t,a)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}(a(4149))},4149:(e,t,a)=>{function n(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}Object.defineProperty(t,"__esModule",{value:!0}),n(a(4867)),n(a(1374))},1374:(e,t,a)=>{Object.defineProperty(t,"__esModule",{value:!0});a(5877);t.SAPUI5_VIEW_EXTENSION="sap.ui.viewExtensions",t.SAPUI5_CONTROLLER_EXTENSION="sap.ui.controllerExtensions",t.SAPUI5_VIEW_EXTENSION_OBJECT_PAGE="sap.suite.ui.generic.template.ObjectPage.view.Details",t.SAPUI5_VIEW_EXTENSION_LIST_REPORT="sap.suite.ui.generic.template.ListReport.view.ListReport",t.SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE="sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage"},4867:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FE_TEMPLATE_V2="sap.suite.ui.generic.template",t.FE_TEMPLATE_V2_OBJECT_PAGE="sap.suite.ui.generic.template.ObjectPage",t.FE_TEMPLATE_V2_LIST_REPORT="sap.suite.ui.generic.template.ListReport",t.FE_TEMPLATE_V2_ALP="sap.suite.ui.generic.template.AnalyticalListPage"},9734:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e["not-adaptable-visibility"]="not-adaptable-visibility"}(t.DesigntimeValues||(t.DesigntimeValues={}))},8554:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Tabs="Tabs",e.Page="Page"}(t.SectionLayoutType||(t.SectionLayoutType={}))},4685:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.After="After",e.Before="Before"}(t.SectionPosition||(t.SectionPosition={})),function(e){e.XML="XML"}(t.CustomSectionViewTypesV4||(t.CustomSectionViewTypesV4={}))},7093:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Multi="Multi",e.None="None",e.Single="Single",e.Auto="Auto"}(t.SelectionMode||(t.SelectionMode={})),function(e){e.ResponsiveTable="ResponsiveTable",e.GridTable="GridTable",e.AnalyticalTable="AnalyticalTable"}(t.TableTypeV4||(t.TableTypeV4={})),function(e){e.NewPage="NewPage",e.Inline="Inline",e.CreationRow="CreationRow"}(t.TableCreationModeType||(t.TableCreationModeType={})),function(e){e.Disabled="Disabled",e.Enabled="Enabled",e.Auto="Auto"}(t.InitialLoadType||(t.InitialLoadType={}))},8452:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.single="single",e.multi="multi"}(t.SelectType||(t.SelectType={}))},1709:(e,t,a)=>{function n(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}Object.defineProperty(t,"__esModule",{value:!0}),n(a(7093)),n(a(8452)),n(a(9734)),n(a(8554)),n(a(4685))},5877:(e,t,a)=>{function n(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}Object.defineProperty(t,"__esModule",{value:!0}),n(a(7005)),n(a(1709)),n(a(5113))},5759:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.None="None",e.Control="Control",e.Page="Page"}(t.VariantManagementTypeListReport||(t.VariantManagementTypeListReport={}))},8999:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.None="None",e.Control="Control"}(t.VariantManagementTypeObjectPage||(t.VariantManagementTypeObjectPage={}))},7005:(e,t,a)=>{function n(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}Object.defineProperty(t,"__esModule",{value:!0}),n(a(8999)),n(a(5759))},5113:(e,t,a)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}(a(6568))},5817:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.After="After",e.Before="Before",e.End="End"}(t.Placement||(t.Placement={})),function(e){e.Default="Default",e.Adaptation="Adaptation",e.Hidden="Hidden"}(t.Availability||(t.Availability={})),function(e){e.Begin="Begin",e.Center="Center",e.End="End"}(t.HorizontalAlign||(t.HorizontalAlign={}))},6568:(e,t,a)=>{function n(e){for(var a in e)t.hasOwnProperty(a)||(t[a]=e[a])}Object.defineProperty(t,"__esModule",{value:!0}),n(a(8778)),n(a(8741)),n(a(3404)),n(a(5817))},8741:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIORI_FCL_ROUTER_CLASS="sap.f.routing.Router",function(e){e.BeginColumnPages="beginColumnPages",e.MidColumnPages="midColumnPages",e.EndColumnPages="endColumnPages"}(t.FlexibleColumnLayoutAggregations||(t.FlexibleColumnLayoutAggregations={})),t.SAPUI5_DEPENDENCY_LIB_SAP_F="sap.f"},8778:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FE_TEMPLATE_V4="sap.fe.templates",t.FE_TEMPLATE_V4_CUSTOM_PAGE="sap.fe.core.fpm",t.FE_TEMPLATE_V4_OBJECT_PAGE="sap.fe.templates.ObjectPage",t.FE_TEMPLATE_V4_LIST_REPORT="sap.fe.templates.ListReport",t.FE_TEMPLATE_V4_ALP="sap.fe.templates.AnalyticalListPage",t.SAPUI5_FRAGMENT_TYPE_V4="XMLFragment",function(e){e.AfterFacet="AfterFacet",e.BeforeFacet="BeforeFacet"}(t.SectionPositionV4||(t.SectionPositionV4={}))}},t={};var a=function a(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={exports:{}};return e[n](o,o.exports,a),o.exports}(390);module.exports=a})();
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 +1 @@
1
- (()=>{"use strict";var e={6442:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.OData="OData",e.ODataAnnotation="ODataAnnotation"}(t.DataSourceType||(t.DataSourceType={})),function(e){e.ui="sap.ui",e.app="sap.app",e.generic="sap.ui.generic.app",e.ovp="sap.ovp",e.ui5="sap.ui5"}(n=t.ManifestSection||(t.ManifestSection={})),t.GENERICAPPSETTINGS=`${n.generic}/settings`},3404:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(6442)),o(n(5281))},5281:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIORI_FCL_ROOT_VIEW_NAME="sap.fe.templates.RootContainer.view.Fcl",t.FIORI_FCL_ROOT_ID="appRootView",function(e){e.XML="XML",e.HTML="HTML",e.JS="JS",e.JSON="JSON"}(t.ViewTypes||(t.ViewTypes={})),t.SAPUI5_VIEW_CLASS="sap.ui.core.mvc.View",t.SAPUI5_FRAGMENT_CLASS="sap.ui.core.Fragment"},9734:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e["not-adaptable-visibility"]="not-adaptable-visibility"}(t.DesigntimeValues||(t.DesigntimeValues={}))},8554:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Tabs="Tabs",e.Page="Page"}(t.SectionLayoutType||(t.SectionLayoutType={}))},4685:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.After="After",e.Before="Before"}(t.SectionPosition||(t.SectionPosition={})),function(e){e.XML="XML"}(t.CustomSectionViewTypesV4||(t.CustomSectionViewTypesV4={}))},7093:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Multi="Multi",e.None="None",e.Single="Single",e.Auto="Auto"}(t.SelectionMode||(t.SelectionMode={})),function(e){e.ResponsiveTable="ResponsiveTable",e.GridTable="GridTable",e.AnalyticalTable="AnalyticalTable"}(t.TableTypeV4||(t.TableTypeV4={})),function(e){e.NewPage="NewPage",e.Inline="Inline",e.CreationRow="CreationRow"}(t.TableCreationModeType||(t.TableCreationModeType={})),function(e){e.Disabled="Disabled",e.Enabled="Enabled",e.Auto="Auto"}(t.InitialLoadType||(t.InitialLoadType={}))},8452:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.single="single",e.multi="multi"}(t.SelectType||(t.SelectType={}))},1709:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(7093)),o(n(8452)),o(n(9734)),o(n(8554)),o(n(4685))},5877:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(7005)),o(n(1709)),o(n(5113))},5759:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.None="None",e.Control="Control",e.Page="Page"}(t.VariantManagementTypeListReport||(t.VariantManagementTypeListReport={}))},8999:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.None="None",e.Control="Control"}(t.VariantManagementTypeObjectPage||(t.VariantManagementTypeObjectPage={}))},7005:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(8999)),o(n(5759))},5113:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n(6568))},5817:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.After="After",e.Before="Before",e.End="End"}(t.Placement||(t.Placement={})),function(e){e.Default="Default",e.Adaptation="Adaptation",e.Hidden="Hidden"}(t.Availability||(t.Availability={})),function(e){e.Begin="Begin",e.Center="Center",e.End="End"}(t.HorizontalAlign||(t.HorizontalAlign={}))},6568:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(8778)),o(n(8741)),o(n(3404)),o(n(5817))},8741:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIORI_FCL_ROUTER_CLASS="sap.f.routing.Router",function(e){e.BeginColumnPages="beginColumnPages",e.MidColumnPages="midColumnPages",e.EndColumnPages="endColumnPages"}(t.FlexibleColumnLayoutAggregations||(t.FlexibleColumnLayoutAggregations={})),t.SAPUI5_DEPENDENCY_LIB_SAP_F="sap.f"},8778:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FE_TEMPLATE_V4="sap.fe.templates",t.FE_TEMPLATE_V4_CUSTOM_PAGE="sap.fe.core.fpm",t.FE_TEMPLATE_V4_OBJECT_PAGE="sap.fe.templates.ObjectPage",t.FE_TEMPLATE_V4_LIST_REPORT="sap.fe.templates.ListReport",t.FE_TEMPLATE_V4_ALP="sap.fe.templates.AnalyticalListPage",t.SAPUI5_FRAGMENT_TYPE_V4="XMLFragment",function(e){e.AfterFacet="AfterFacet",e.BeforeFacet="BeforeFacet"}(t.SectionPositionV4||(t.SectionPositionV4={}))}},t={};var n=function n(o){var a=t[o];if(void 0!==a)return a.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,n),i.exports}(5877);module.exports=n})();
1
+ (()=>{"use strict";var e={6442:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.OData="OData",e.ODataAnnotation="ODataAnnotation"}(t.DataSourceType||(t.DataSourceType={})),function(e){e.ui="sap.ui",e.app="sap.app",e.generic="sap.ui.generic.app",e.ovp="sap.ovp",e.ui5="sap.ui5"}(n=t.ManifestSection||(t.ManifestSection={})),t.GENERICAPPSETTINGS=`${n.generic}/settings`},3404:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(6442)),o(n(5281))},5281:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIORI_FCL_ROOT_VIEW_NAME="sap.fe.templates.RootContainer.view.Fcl",t.FIORI_FCL_ROOT_ID="appRootView",function(e){e.XML="XML",e.HTML="HTML",e.JS="JS",e.JSON="JSON"}(t.ViewTypes||(t.ViewTypes={})),t.SAPUI5_VIEW_CLASS="sap.ui.core.mvc.View",t.SAPUI5_FRAGMENT_CLASS="sap.ui.core.Fragment"},9734:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e["not-adaptable-visibility"]="not-adaptable-visibility"}(t.DesigntimeValues||(t.DesigntimeValues={}))},8554:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Tabs="Tabs",e.Page="Page"}(t.SectionLayoutType||(t.SectionLayoutType={}))},4685:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.After="After",e.Before="Before"}(t.SectionPosition||(t.SectionPosition={})),function(e){e.XML="XML"}(t.CustomSectionViewTypesV4||(t.CustomSectionViewTypesV4={}))},7093:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Multi="Multi",e.None="None",e.Single="Single",e.Auto="Auto"}(t.SelectionMode||(t.SelectionMode={})),function(e){e.ResponsiveTable="ResponsiveTable",e.GridTable="GridTable",e.AnalyticalTable="AnalyticalTable"}(t.TableTypeV4||(t.TableTypeV4={})),function(e){e.NewPage="NewPage",e.Inline="Inline",e.CreationRow="CreationRow"}(t.TableCreationModeType||(t.TableCreationModeType={})),function(e){e.Disabled="Disabled",e.Enabled="Enabled",e.Auto="Auto"}(t.InitialLoadType||(t.InitialLoadType={})),function(e){e.Primary="primary",e.Secondary="secondary",e.Both="both"}(t.DefaultPathType||(t.DefaultPathType={}))},8452:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.single="single",e.multi="multi"}(t.SelectType||(t.SelectType={}))},1709:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(7093)),o(n(8452)),o(n(9734)),o(n(8554)),o(n(4685))},5877:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(7005)),o(n(1709)),o(n(5113))},5759:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.None="None",e.Control="Control",e.Page="Page"}(t.VariantManagementTypeListReport||(t.VariantManagementTypeListReport={}))},8999:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.None="None",e.Control="Control"}(t.VariantManagementTypeObjectPage||(t.VariantManagementTypeObjectPage={}))},7005:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(8999)),o(n(5759))},5113:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n(6568))},5817:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.After="After",e.Before="Before",e.End="End"}(t.Placement||(t.Placement={})),function(e){e.Default="Default",e.Adaptation="Adaptation",e.Hidden="Hidden"}(t.Availability||(t.Availability={})),function(e){e.Begin="Begin",e.Center="Center",e.End="End"}(t.HorizontalAlign||(t.HorizontalAlign={}))},6568:(e,t,n)=>{function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(8778)),o(n(8741)),o(n(3404)),o(n(5817))},8741:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIORI_FCL_ROUTER_CLASS="sap.f.routing.Router",function(e){e.BeginColumnPages="beginColumnPages",e.MidColumnPages="midColumnPages",e.EndColumnPages="endColumnPages"}(t.FlexibleColumnLayoutAggregations||(t.FlexibleColumnLayoutAggregations={})),t.SAPUI5_DEPENDENCY_LIB_SAP_F="sap.f"},8778:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FE_TEMPLATE_V4="sap.fe.templates",t.FE_TEMPLATE_V4_CUSTOM_PAGE="sap.fe.core.fpm",t.FE_TEMPLATE_V4_OBJECT_PAGE="sap.fe.templates.ObjectPage",t.FE_TEMPLATE_V4_LIST_REPORT="sap.fe.templates.ListReport",t.FE_TEMPLATE_V4_ALP="sap.fe.templates.AnalyticalListPage",t.SAPUI5_FRAGMENT_TYPE_V4="XMLFragment",function(e){e.AfterFacet="AfterFacet",e.BeforeFacet="BeforeFacet"}(t.SectionPositionV4||(t.SectionPositionV4={}))}},t={};var n=function n(o){var a=t[o];if(void 0!==a)return a.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,n),i.exports}(5877);module.exports=n})();
package/dist/src/api.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { File, ExportResults } from './sync/common/types';
2
- import { GenerateSchemaParameters, ExportConfigParameters, ImportConfigParameters, ImportProjectParameters, ApiVersion, GenerateCustomExtensionParams } from './apiTypes';
3
- import { Editor } from 'mem-fs-editor';
1
+ import type { File, ExportResults } from './sync/common/types';
2
+ import type { GenerateSchemaParameters, ExportConfigParameters, ImportConfigParameters, ImportProjectParameters, ApiVersion, GenerateCustomExtensionParams } from './apiTypes';
3
+ import type { Editor } from 'mem-fs-editor';
4
4
  /**
5
5
  * Return the generic (project independent) JSON schema
6
6
  * @param specification - reference to spec
@@ -1,13 +1,14 @@
1
- import { SchemaType } from './specification/schemaAccess';
2
- import { FioriElementsVersion } from './specification/common/page';
3
- import { Page as PageV2 } from './specification/v2/page';
4
- import { Page as PageV4 } from './specification/v4/page';
5
- import { FileData, File, ExportResults } from './sync/common/types';
6
- import { ApplicationV2, ObjectPageConfig as ObjectPageConfigV2, ListReportConfig as ListReportConfigV2, OverviewPageConfig as OverviewPageConfigV2, AnalyticalListPageConfig as AnalyticalListPageConfigV2, Manifest as ManifestV2, FlexChangeLayer } from './v2';
7
- import { ApplicationV4, ObjectPageConfig as ObjectPageConfigV4, ListReportConfig as ListReportConfigV4, Manifest as ManifestV4 } from './v4';
8
- import { ConverterOutput } from '@sap-ux/vocabularies-types';
9
- import { CustomPage, CustomTableColumn, CustomSection } from '@sap-ux/fe-fpm-writer';
10
- import { Editor } from 'mem-fs-editor';
1
+ import type { SchemaType } from './specification/schemaAccess';
2
+ import type { FioriElementsVersion } from './specification/common/page';
3
+ import type { Page as PageV2 } from './specification/v2/page';
4
+ import type { Page as PageV4 } from './specification/v4/page';
5
+ import type { FileData, File, ExportResults } from './sync/common/types';
6
+ import type { ApplicationV2, ObjectPageConfig as ObjectPageConfigV2, ListReportConfig as ListReportConfigV2, OverviewPageConfig as OverviewPageConfigV2, AnalyticalListPageConfig as AnalyticalListPageConfigV2, Manifest as ManifestV2, FlexChangeLayer } from './v2';
7
+ import type { ApplicationV4, ObjectPageConfig as ObjectPageConfigV4, ListReportConfig as ListReportConfigV4, Manifest as ManifestV4 } from './v4';
8
+ import type { ConverterOutput } from '@sap-ux/vocabularies-types';
9
+ import type { CustomPage, CustomTableColumn, CustomSection } from '@sap-ux/fe-fpm-writer';
10
+ import type { Editor } from 'mem-fs-editor';
11
+ import type { TemplateType } from './sync/common';
11
12
  export declare type MessageMetadataType = (object | string | number)[];
12
13
  /**
13
14
  * Interface used to define a logger for the specificaton API
@@ -158,6 +159,10 @@ export declare type ExportListReportV4Parameters = {
158
159
  export declare type ExportListReportV4 = {
159
160
  [SchemaType.ListReport]: ExportListReportV4Parameters;
160
161
  };
162
+ export declare type ExportAnalyticalListPageV4Parameters = ExportListReportV4Parameters;
163
+ export declare type ExportAnalyticalListPageV4 = {
164
+ [SchemaType.AnalyticalListPage]: ExportAnalyticalListPageV4Parameters;
165
+ };
161
166
  export declare type ExportObjectPageV4Parameters = {
162
167
  appId: string;
163
168
  page: PageV4;
@@ -177,16 +182,6 @@ export declare type ExportAppV4 = {
177
182
  logger?: ExtensionLogger;
178
183
  };
179
184
  };
180
- export declare type ExportAnalyticalListPageV4Parameters = {
181
- appId: string;
182
- page: PageV4;
183
- manifest: object;
184
- jsonSchema: object;
185
- logger?: ExtensionLogger;
186
- };
187
- export declare type ExportAnalyticalListPageV4 = {
188
- [SchemaType.AnalyticalListPage]: ExportAnalyticalListPageV4Parameters;
189
- };
190
185
  export declare type ExportParametersV4Type = ExportListReportV4 | ExportObjectPageV4 | ExportAppV4 | ExportAnalyticalListPageV4;
191
186
  export interface ExportParametersV4 {
192
187
  [FioriElementsVersion.v4]: ExportParametersV4Type;
@@ -286,6 +281,7 @@ export interface ImportProjectParameters {
286
281
  logger?: ExtensionLogger;
287
282
  }
288
283
  export interface GenerateAppSchemaParameters {
284
+ templateType: TemplateType;
289
285
  manifest: ManifestV2 | ManifestV4;
290
286
  serviceAVT: ConverterOutput;
291
287
  fioriElementsVersion: FioriElementsVersion;
@@ -1,4 +1,4 @@
1
- import { ExtensionLogger } from './apiTypes';
1
+ import type { ExtensionLogger } from './apiTypes';
2
2
  export declare const enum LogSeverity {
3
3
  Error = "error",
4
4
  Warning = "warning",
@@ -1,4 +1,4 @@
1
- import { FileData, Manifest } from './index';
1
+ import type { FileData, Manifest } from './index';
2
2
  export interface Project {
3
3
  root: string;
4
4
  name: string;
@@ -1,7 +1,7 @@
1
- import { Target } from './page';
2
- import { AppSettings as CommonSettingsV2, Pages as PagesV2 } from '../v2';
3
- import { AppSettings as CommonSettingsV4, Pages as PagesV4 } from '../v4';
4
- import { FlexibleColumnLayoutType } from '../common/types';
1
+ import type { Target } from './page';
2
+ import type { AppSettings as CommonSettingsV2, Pages as PagesV2 } from '../v2';
3
+ import type { AppSettings as CommonSettingsV4, Pages as PagesV4 } from '../v4';
4
+ import type { FlexibleColumnLayoutType } from '../common/types';
5
5
  export interface Application {
6
6
  $schema?: string;
7
7
  id?: string;
@@ -14,3 +14,23 @@ export interface FlexibleColumnLayout {
14
14
  defaultTwoColumnLayoutType?: FlexibleColumnLayoutType;
15
15
  defaultThreeColumnLayoutType?: FlexibleColumnLayoutType;
16
16
  }
17
+ export interface CommonAppSettings {
18
+ /**
19
+ * To change the application header, in your project artifacts, change the i18n property file
20
+ * for your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as
21
+ * {{appTitle}} in the sap.app section of the manifest file.
22
+ * @i18nClassification TIT: Title of the application
23
+ */
24
+ title?: string;
25
+ /**
26
+ * To change the application header, in your project artifacts, change the i18n property file
27
+ * for your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description
28
+ * as {{appDescription}} in the sap.app section of the manifest file.
29
+ * @i18nClassification TIT: Description of the application
30
+ */
31
+ description?: string;
32
+ /**
33
+ * To enable key user adaptation for the application, set the flexEnabled property to "true".
34
+ */
35
+ flexEnabled?: boolean;
36
+ }
@@ -1,4 +1,4 @@
1
- import { FlexibleColumnLayoutType, ManifestSettingsType } from '../common/types';
1
+ import type { FlexibleColumnLayoutType, ManifestSettingsType } from '../common/types';
2
2
  export declare enum PageType {
3
3
  ObjectPage = "ObjectPage",
4
4
  ListReport = "ListReport",
@@ -1,9 +1,9 @@
1
- import { SapUiAppV2 } from '../../../v2/webapp/manifest/sapUiPageV2';
2
- import { SapUi5 as SapUi5V2 } from '../../../v2/webapp/manifest/sapUi5';
3
- import { SapUi as SapUiV2 } from '../../../v2/webapp/manifest/sapUi';
4
- import { SapOvp } from './sapOvp';
5
- import { SapUi5V4 } from '../../../v4/webapp/manifest/sapUi5';
6
- import { ManifestSettingsType } from '../../types';
1
+ import type { SapUiAppV2 } from '../../../v2/webapp/manifest/sapUiPageV2';
2
+ import type { SapUi5 as SapUi5V2 } from '../../../v2/webapp/manifest/sapUi5';
3
+ import type { SapUi as SapUiV2 } from '../../../v2/webapp/manifest/sapUi';
4
+ import type { SapOvp } from './sapOvp';
5
+ import type { SapUi5V4 } from '../../../v4/webapp/manifest/sapUi5';
6
+ import type { ManifestSettingsType } from '../../types';
7
7
  export declare enum DataSourceType {
8
8
  OData = "OData",
9
9
  ODataAnnotation = "ODataAnnotation"
@@ -1,4 +1,4 @@
1
- import { FlexibleColumnLayoutType } from '../../../common/types';
1
+ import type { FlexibleColumnLayoutType } from '../../../common/types';
2
2
  export declare const FIORI_FCL_ROOT_VIEW_NAME = "sap.fe.templates.RootContainer.view.Fcl";
3
3
  export declare const FIORI_FCL_ROOT_ID = "appRootView";
4
4
  export declare enum ViewTypes {
@@ -1,4 +1,4 @@
1
- import { FioriElementsVersion } from './common';
1
+ import type { FioriElementsVersion } from './common';
2
2
  /**
3
3
  * Type for all available schema types, e.g. Application, ListReport, ObjectPage, ...
4
4
  */
@@ -1,5 +1,5 @@
1
- import { Application, FlexibleColumnLayout } from '../common';
2
- import { Pages } from './page';
1
+ import type { Application, CommonAppSettings, FlexibleColumnLayout } from '../common';
2
+ import type { Pages } from './page';
3
3
  export declare enum TableColumnVerticalAlignment {
4
4
  Top = "Top",
5
5
  Middle = "Middle",
@@ -18,17 +18,7 @@ export interface DraftDiscardConfirmationSettings {
18
18
  export declare enum DraftDiscardEnabledSettings {
19
19
  restricted = "restricted"
20
20
  }
21
- export interface AppSettings {
22
- /**
23
- * To change the application header, in your project artifacts, change the 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.
24
- * @i18nClassification TIT: Title of the application
25
- */
26
- title?: string;
27
- /**
28
- * 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.
29
- * @i18nClassification TIT: Description of the application
30
- */
31
- description?: string;
21
+ export interface AppSettings extends CommonAppSettings {
32
22
  /**
33
23
  * If forceGlobalRefresh is not explicitly set to false, a global model refresh is triggered when the annotated side effects are executed.
34
24
  */
@@ -41,10 +31,6 @@ export interface AppSettings {
41
31
  * tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table.
42
32
  */
43
33
  tableColumnVerticalAlignment?: TableColumnVerticalAlignment;
44
- /**
45
- * The flexEnabled indicates if the application supports UI adaptation.
46
- */
47
- flexEnabled?: boolean;
48
34
  /**
49
35
  * Allows applications to configure confirmation popups in various scenarios
50
36
  */
@@ -1,4 +1,4 @@
1
- import { ObjectPageResponsiveTable, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable } from './ObjectPageTable';
1
+ import type { ObjectPageResponsiveTable, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable } from './ObjectPageTable';
2
2
  export declare type ObjectPageTableTypeV2 = ObjectPageResponsiveTable | ObjectPageAnalyticalTable | ObjectPageGridTable | ObjectPageTreeTable;
3
3
  /**
4
4
  * Table Facet
@@ -1,5 +1,5 @@
1
- import { ObjectPageFooterAction } from './Action';
2
- import { Actions } from '.';
1
+ import type { ObjectPageFooterAction } from './Action';
2
+ import type { Actions } from '.';
3
3
  interface ObjectPageFooterActions {
4
4
  [id: string]: ObjectPageFooterAction;
5
5
  }
@@ -1,4 +1,4 @@
1
- import { FormAction, Field } from '.';
1
+ import type { FormAction, Field } from '.';
2
2
  /**
3
3
  * Object Page Form
4
4
  * @isViewNode true
@@ -1,5 +1,5 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { HeaderAction } from '.';
2
+ import type { HeaderAction } from '.';
3
3
  export interface GenericActions {
4
4
  [id: string]: HeaderAction;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ObjectPageResponsiveTableWithMultiSelect, ObjectPageResponsiveTableWithInlineDelete, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable, ObjectPageChart, ObjectPageForm } from './index';
2
- import { ViewTypes, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../common/webapp/manifest/sapUi5';
1
+ import type { ObjectPageResponsiveTableWithMultiSelect, ObjectPageResponsiveTableWithInlineDelete, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable, ObjectPageChart, ObjectPageForm } from './index';
2
+ import type { ViewTypes, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../common/webapp/manifest/sapUi5';
3
3
  /**
4
4
  * Section
5
5
  * @isViewNode true
@@ -1,6 +1,6 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { GenericColumns, TableTypeV2, QuickVariant } from './Table';
3
- import { ObjectPageToolBar } from './ObjectPageToolBar';
2
+ import type { GenericColumns, TableTypeV2, QuickVariant } from './Table';
3
+ import type { ObjectPageToolBar } from './ObjectPageToolBar';
4
4
  export interface QuickVariantSelectionOP {
5
5
  /**
6
6
  * To show the number of records available, set showCounts to true.
@@ -1,4 +1,4 @@
1
- import { ObjectPageToolBarAction } from '.';
1
+ import type { ObjectPageToolBarAction } from '.';
2
2
  /**
3
3
  * Actions
4
4
  * @isViewNode true
@@ -1,7 +1,7 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
- import { ToolBar } from './ToolBar';
4
- import { Action } from './Action';
2
+ import type { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
+ import type { ToolBar } from './ToolBar';
4
+ import type { Action } from './Action';
5
5
  /**
6
6
  * Column
7
7
  * @isViewNode true
@@ -1,4 +1,4 @@
1
- import { Actions } from '.';
1
+ import type { Actions } from '.';
2
2
  /**
3
3
  * Toolbar
4
4
  * @isViewNode true
@@ -1,4 +1,4 @@
1
- import { PagesBase, PageBase, PageType } from '../common';
1
+ import type { PagesBase, PageBase, PageType } from '../common';
2
2
  export interface Page extends PageBase {
3
3
  pageType?: PageType;
4
4
  }
@@ -1,7 +1,7 @@
1
- import { AnalyticalListPageFilterBar, ALPAnalyticalTable, ALPGridTable, ALPResponsiveTable, GenericFooter } from '../controls';
2
- import { PageConfig } from '../../common/page';
3
- import { ChartSettings } from '../../../specification/v2/controls';
4
- import { KPISettings } from '../../../specification/v2/controls/AnalyticalListPageKPI';
1
+ import type { AnalyticalListPageFilterBar, ALPAnalyticalTable, ALPGridTable, ALPResponsiveTable, GenericFooter } from '../controls';
2
+ import type { PageConfig } from '../../common/page';
3
+ import type { ChartSettings } from '../../../specification/v2/controls';
4
+ import type { KPISettings } from '../../../specification/v2/controls/AnalyticalListPageKPI';
5
5
  export interface AnalyticalListPageConfig extends PageConfig {
6
6
  /**
7
7
  * Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed.
@@ -1,5 +1,5 @@
1
- import { TreeTable, ListReportFilterBar, GenericFooter, AnalyticalTable, GridTable, ResponsiveTableWithInlineDelete, ResponsiveTableWithMultiSelect } from '../controls';
2
- import { PageConfig } from '../../common/page';
1
+ import type { TreeTable, ListReportFilterBar, GenericFooter, AnalyticalTable, GridTable, ResponsiveTableWithInlineDelete, ResponsiveTableWithMultiSelect } from '../controls';
2
+ import type { PageConfig } from '../../common/page';
3
3
  export declare type ListReportTableTypeV2 = ResponsiveTableWithMultiSelect | ResponsiveTableWithInlineDelete | TreeTable | AnalyticalTable | GridTable;
4
4
  export interface ListReportConfig extends PageConfig {
5
5
  /**
@@ -1,6 +1,6 @@
1
- import { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections, GlobalChartSettings, ObjectPageFooter } from '../controls';
2
- import { PageConfig } from '../../common/page';
3
- import { FlexibleColumnLayoutType } from '../../common/types';
1
+ import type { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections, GlobalChartSettings, ObjectPageFooter } from '../controls';
2
+ import type { PageConfig } from '../../common/page';
3
+ import type { FlexibleColumnLayoutType } from '../../common/types';
4
4
  export interface ObjectPageConfig extends PageConfig {
5
5
  /**
6
6
  * Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings.
@@ -2,9 +2,9 @@
2
2
  * This file is is based on a json schema to typescript generator and adjusted to our needs.
3
3
  * JSON schema source: https://github.wdf.sap.corp/AppDescriptor/manifest/blob/master/schema/sap.ovp/subschema_sapovp.json
4
4
  */
5
- import { PageConfig } from '../../common/page';
6
- import { ListCard, AnalyticalCard, StackCard, LinklistCard, TableCard, CustomCard } from '../controls/Card';
7
- import { DateRange, DateRangeType, DefaultDateRange, FilterType } from '../controls/FilterBar';
5
+ import type { PageConfig } from '../../common/page';
6
+ import type { ListCard, AnalyticalCard, StackCard, LinklistCard, TableCard, CustomCard } from '../controls/Card';
7
+ import type { DateRange, DateRangeType, DefaultDateRange, FilterType } from '../controls/FilterBar';
8
8
  /**
9
9
  * @isViewNode false
10
10
  */
@@ -1,5 +1,5 @@
1
- import { SapUi5RootView, SapUi5OdataModel, SapUi5ResourceModel, SapUi5RoutingRoute, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS, ViewTypes } from '../../../common/webapp/manifest/sapUi5';
2
- import { ManifestSection } from '../../../v4';
1
+ import type { SapUi5RootView, SapUi5OdataModel, SapUi5ResourceModel, SapUi5RoutingRoute, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS, ViewTypes } from '../../../common/webapp/manifest/sapUi5';
2
+ import type { ManifestSection } from '../../../v4';
3
3
  export interface SapUi5 {
4
4
  flexEnabled?: boolean;
5
5
  resources?: object;
@@ -1,5 +1,5 @@
1
- import { SapUiGenericAppPageSettings } from '../../../common/page';
2
- import { FlexibleColumnLayout, FlexibleColumnLayoutType } from '../../../common';
1
+ import type { SapUiGenericAppPageSettings } from '../../../common/page';
2
+ import type { FlexibleColumnLayout, FlexibleColumnLayoutType } from '../../../common';
3
3
  export interface SapUiAppV2 {
4
4
  pages: SapUiAppPagesV2;
5
5
  _version?: string;
@@ -1,17 +1,7 @@
1
- import { Application, FlexibleColumnLayout, PageTypeV4, PageBase } from '../common';
2
- import { Pages, PageView } from './page';
3
- import { FlexibleColumnLayoutAggregations } from '.';
4
- export interface AppSettings {
5
- /**
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
8
- */
9
- title?: string;
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
13
- */
14
- description?: string;
1
+ import type { Application, CommonAppSettings, FlexibleColumnLayout, PageTypeV4, PageBase } from '../common';
2
+ import type { Pages, PageView } from './page';
3
+ import type { FlexibleColumnLayoutAggregations } from '.';
4
+ export interface AppSettings extends CommonAppSettings {
15
5
  /**
16
6
  * The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas. For the overview page, this layout is not relevant.
17
7
  */
@@ -1,4 +1,4 @@
1
- import { HeaderSections } from './ObjectPageHeaderSection';
1
+ import type { HeaderSections } from './ObjectPageHeaderSection';
2
2
  export declare type HeaderActionV4 = object;
3
3
  export interface GenericActions {
4
4
  [id: string]: HeaderActionV4;
@@ -1,5 +1,5 @@
1
- import { ObjectPageSectionTableV4 } from '../controls/ObjectPageTable';
2
- import { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
1
+ import type { ObjectPageSectionTableV4 } from '../controls/ObjectPageTable';
2
+ import type { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
3
  export interface ObjectPageSectionForm {
4
4
  /**
5
5
  * Form
@@ -1,6 +1,6 @@
1
- import { AnnotationPathAsObject, TableCreationModeType, TableSettings } from '../controls';
2
- import { Placement, ObjectPageTableColumn as ObjectPageTableColumnIF, ObjectPageTableColumnAction, TableCustomColumn } from '../webapp/manifest/ManifestSettings';
3
- import { ObjectPageToolBar } from './ObjectPageToolBar';
1
+ import type { AnnotationPathAsObject, TableCreationModeType, TableSettings } from '../controls';
2
+ import type { Placement, ObjectPageTableColumn as ObjectPageTableColumnIF, ObjectPageTableColumnAction, TableCustomColumn } from '../webapp/manifest/ManifestSettings';
3
+ import type { ObjectPageToolBar } from './ObjectPageToolBar';
4
4
  export interface PositionOP {
5
5
  /**
6
6
  * The key of another column to be used as placement anchor.
@@ -1,4 +1,4 @@
1
- import { SelectType } from './ToolBar';
1
+ import type { SelectType } from './ToolBar';
2
2
  /**
3
3
  * Action
4
4
  * @isViewNode true