@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,7 +1,7 @@
1
- import { ConverterOutput } from '@sap-ux/vocabularies-types';
2
- import { EntitySet } from '@sap-ux/vocabularies-types/dist/Converter';
3
- import { ImportProjectParameters } from '../../apiTypes';
4
- import { File } from './types';
1
+ import type { ConverterOutput } from '@sap-ux/vocabularies-types';
2
+ import type { EntitySet } from '@sap-ux/vocabularies-types/dist/Converter';
3
+ import type { ImportProjectParameters } from '../../apiTypes';
4
+ import type { File } from './types';
5
5
  export declare function getEntitySetByEntitySetName(entitySetName: string, oDataServiceAVT: ConverterOutput): EntitySet;
6
6
  /**
7
7
  * Import the schema and config files for a given project
@@ -1,10 +1,14 @@
1
- import { Manifest } from '../../specification/common/webapp/manifest';
2
- import { EntityType } from '@sap-ux/vocabularies-types';
3
- import { ManifestSettingsType } from '../../specification/common/types';
1
+ import type { Manifest } from '../../specification/common/webapp/manifest';
2
+ import type { EntityType } from '@sap-ux/vocabularies-types';
3
+ import type { ManifestSettingsType } from '../../specification/common/types';
4
4
  export declare enum ExportArtifacts {
5
5
  flex = "flex",
6
6
  manifest = "manifest"
7
7
  }
8
+ export declare enum ALPViewType {
9
+ Primary = "primary",
10
+ Secondary = "secondary"
11
+ }
8
12
  export declare enum DirName {
9
13
  Sapux = "src",
10
14
  Schemas = ".schemas",
@@ -108,8 +112,8 @@ export declare type ManifestPath = (pageKeys?: string[], manifest?: Manifest, ..
108
112
  export interface ManifestConverter {
109
113
  path: ManifestPath;
110
114
  key?: string;
111
- import?: ((manifestSection: unknown, sectionId?: string, propertyKey?: string) => unknown) | boolean;
112
- export?: ((manifestSection: unknown, configObject: unknown, key: string, manifestKey?: string) => unknown) | boolean;
115
+ import?: ((manifestSection: unknown, sectionId?: string, propertyKey?: string, breadcrumbs?: string[]) => unknown) | boolean;
116
+ export?: ((manifestSection: unknown, configObject: unknown, key: string, manifestKey?: string, ...pathParts: string[]) => unknown) | boolean;
113
117
  delete?: (manifestSection: unknown, configObject: unknown, key: string, manifestKey: string) => unknown;
114
118
  }
115
119
  export interface SyncRule {
@@ -215,16 +219,34 @@ export declare enum ViewTemplateType {
215
219
  }
216
220
  export declare enum DefinitionName {
217
221
  TableColumn = "TableColumn",
222
+ ViewTableColumn = "ViewTableColumn",
218
223
  ObjectPageTable = "ObjectPageTable",
219
224
  ObjectPageTableColumn = "ObjectPageTableColumn",
220
225
  ToolBarLR = "ToolBar<LineItems>",
226
+ ToolBar = "ToolBar",
221
227
  CustomColumns = "TableCustomColumns",
222
228
  CustomColumn = "TableCustomColumn",
229
+ ViewCustomColumn = "ViewTableCustomColumn",
223
230
  CustomColumnOP = "TableCustomColumnOP",
224
231
  Position = "Position",
225
232
  PositionOP = "PositionOP",
226
233
  ListReportFilterBar = "ListReportFilterBar",
227
- AnalyticalListPageFilterBar = "AnalyticalListPageFilterBar"
234
+ AnalyticalListPageFilterBar = "AnalyticalListPageFilterBar",
235
+ ALPChart = "ALPChart",
236
+ ALPChartView = "ALPChartView",
237
+ ViewChartToolBar = "ViewChartToolBar",
238
+ Table = "Table",
239
+ LRTableView = "LRTableView",
240
+ LRChartView = "LRChartView",
241
+ Actions = "Actions",
242
+ ViewToolBarAction = "ViewToolBarAction",
243
+ ChartToolBarAction = "ChartToolBarAction",
244
+ ToolBarAction = "ToolBarAction",
245
+ ObjectPageToolBarAction = "ObjectPageToolBarAction",
246
+ MultiTableModeV4 = "MultiTableModeV4",
247
+ AnnotationPathAsObject = "AnnotationPathAsObject",
248
+ ALPTable = "ALPTable",
249
+ ALPTableView = "ALPTableView"
228
250
  }
229
251
  export declare const METADATAPATH = "webapp/localService/metadata.xml";
230
252
  export declare const MANIFESTPATH = "webapp/manifest.json";
@@ -1,9 +1,10 @@
1
- import { FacetConfigs, FileData, FacetConfig, FacetSection, SchemaFilePath } from './types';
2
- import { AnnotationTerm, CollectionFacet, ConverterOutput, DataFieldAbstractTypes, EntityType, PropertyAnnotations, PropertyPath, ReferenceFacet, ReferenceURLFacet } from '@sap-ux/vocabularies-types';
3
- import { FioriElementsVersion, Manifest, PageType, PageTypeV4 } from '../../specification/common';
1
+ import type { FacetConfigs, FileData, FacetConfig, FacetSection, SchemaFilePath } from './types';
2
+ import type { AnnotationTerm, CollectionFacet, ConverterOutput, DataFieldAbstractTypes, EntityType, PropertyAnnotations, PropertyPath, ReferenceFacet, ReferenceURLFacet } from '@sap-ux/vocabularies-types';
3
+ import type { Manifest } from '../../specification/common';
4
+ import { FioriElementsVersion, PageType, PageTypeV4 } from '../../specification/common';
4
5
  import { SchemaType } from '../../specification/schemaAccess';
5
- import { ExtensionLogger } from '../../apiTypes';
6
- import { MetadataInstanceInterface } from './decoration/factory';
6
+ import type { ExtensionLogger } from '../../apiTypes';
7
+ import type { MetadataInstanceInterface } from './decoration/factory';
7
8
  export declare enum TemplateType {
8
9
  ListReportObjectPageV2 = "ListReportObjectPageV2",
9
10
  ListReportObjectPageV4 = "ListReportObjectPageV4",
@@ -82,15 +83,17 @@ export declare function findAlias(namespace: string, oDataServiceAVT: ConverterO
82
83
  */
83
84
  export declare function getSectionFacet(facetDefinition: AnnotationTerm<CollectionFacet> | AnnotationTerm<ReferenceFacet> | AnnotationTerm<ReferenceURLFacet>, sourceEntityType: EntityType, oDataServiceAVT: ConverterOutput, logger?: ExtensionLogger, oDataVersion?: FioriElementsVersion, keyForRelatedFacetKeys?: boolean): FacetSection | undefined;
84
85
  /**
85
- * Finds the alias for a given namespace in the references' section of the converted service metadata
86
- * @param {object} exportResultManifest - manifest that is being modified during export
86
+ * Finds the alias for a given namespace in the references' section of the converted service metadata.
87
+ * An empty object is created if the path element does not exist yet.
88
+ * Exception: if an empty array is the next element of the 'path' definition, an empty array is created instaed of an empty object.
89
+ * @param {object} manifest - manifest that is being modified during export
87
90
  * @param {string} path - path of the property in the manifest
88
91
  * @param {string} targetAnnotation - target annotation (optional)
89
92
  * @param {string} targetAnnotationEncoded - target annotation in its encoded form, as used in manifest settings
90
93
  * @param {boolean} importScenario - indicates if the function is called for the import, else it is the export
91
94
  * @returns returns section of the manifest based on path, generates an empty object in case it does not exists
92
95
  */
93
- export declare const getManifestSectionByPathV4: (exportResultManifest: object, path: string, targetAnnotation?: string, targetAnnotationEncoded?: string, importScenario?: boolean) => object;
96
+ export declare const getManifestSectionByPathV4: (manifest: object, path: string, targetAnnotation?: string, targetAnnotationEncoded?: string, importScenario?: boolean) => object;
94
97
  export declare function getSchemaKeyOfLineItemRecord(lineItemRecord: DataFieldAbstractTypes): string;
95
98
  /**
96
99
  * Retrieve header facet configurations that can be used to generate ObjectPage schemas
@@ -1,2 +1,2 @@
1
- import { i18n } from 'i18next';
1
+ import type { i18n } from 'i18next';
2
2
  export declare function initI18n(i18nInstance: i18n): void;
@@ -1,5 +1,5 @@
1
- import { AppSettings as CommonSettingsV2, Pages, TableColumnVerticalAlignment, StatePreservationMode, DraftDiscardConfirmationSettings } from '../../specification/v2';
2
- import { Target, Application, FlexibleColumnLayout, Manifest } from '../../specification/common';
1
+ import type { AppSettings as CommonSettingsV2, Pages, TableColumnVerticalAlignment, StatePreservationMode, DraftDiscardConfirmationSettings } from '../../specification/v2';
2
+ import type { Target, Application, FlexibleColumnLayout, Manifest } from '../../specification/common';
3
3
  export declare const getAppSettingPathV2: (pageKeys: string[]) => string;
4
4
  export declare const getTableSettingPathV2: (pageKeys: string[]) => string;
5
5
  export declare const getChartSettingPathV2: (pageKeys: string[]) => string;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { Action as ActionConfig } from '../../../../specification/v2';
2
+ import type { Action as ActionConfig } from '../../../../specification/v2';
3
3
  /**
4
4
  * Create stable ID for Intent Based Action button
5
5
  *
@@ -1,4 +1,4 @@
1
- import { ChartSettings as ChartConfig, ChartType } from '../../../../specification/v2/controls/AnalyticalListPageChart';
1
+ import type { ChartSettings as ChartConfig, ChartType } from '../../../../specification/v2/controls/AnalyticalListPageChart';
2
2
  export declare const getSmartChartControlId: (baseId: string) => string;
3
3
  export declare class ChartSettings implements ChartConfig {
4
4
  showLegendButton?: boolean;
@@ -1,4 +1,4 @@
1
- import { KPISettings as KPIConfig } from '../../../../specification/v2/controls/AnalyticalListPageKPI';
1
+ import type { KPISettings as KPIConfig } from '../../../../specification/v2/controls/AnalyticalListPageKPI';
2
2
  export declare class KPISettings implements KPIConfig {
3
3
  model: string;
4
4
  entitySet?: string;
@@ -1,4 +1,4 @@
1
- import { CustomCard as CustomCardConfig, ListCard as ListCardConfig, AnalyticalCard as AnalyticalCardConfig, StackCard as StackCardConfig, LinklistCard as LinklistCardConfig, TableCard as TableCardConfig, AnalyticalCardSettings, AnalyticalCardSettingsv4, TableCardSettings, LinkListCardSettings, ListCardSettings, StackCardSettings, TabSetting, CustomCardSettings, CommonCardSettings as CommonCardConfig, DefaultSpanDef, StaticContent, CardTemplateType, PlotAreaDef } from '../../../../specification/v2/controls/Card';
1
+ import type { CustomCard as CustomCardConfig, ListCard as ListCardConfig, AnalyticalCard as AnalyticalCardConfig, StackCard as StackCardConfig, LinklistCard as LinklistCardConfig, TableCard as TableCardConfig, AnalyticalCardSettings, AnalyticalCardSettingsv4, TableCardSettings, LinkListCardSettings, ListCardSettings, StackCardSettings, TabSetting, CustomCardSettings, CommonCardSettings as CommonCardConfig, DefaultSpanDef, StaticContent, CardTemplateType, PlotAreaDef } from '../../../../specification/v2/controls/Card';
2
2
  export declare class CommonCardSettings implements CommonCardConfig {
3
3
  entitySet?: string;
4
4
  title: string;
@@ -1,4 +1,4 @@
1
- import { Field as ObjectPageFieldConfig } from '../../../../specification/v2';
1
+ import type { Field as ObjectPageFieldConfig } from '../../../../specification/v2';
2
2
  export declare class Field implements ObjectPageFieldConfig {
3
3
  visible?: boolean;
4
4
  }
@@ -1,4 +1,5 @@
1
- import { FilterType, DateRangeType, SelectionField, DefaultDateRangeValueType, DateRange as DateRangeInterface, CommonFilterBar as FilterBarConfig, SelectionFields as SelectionFieldsConfig, DefaultDateRange as DefaultDateRangeConfig, ListReportFilterBar as ListReportFilterBarIF, AnalyticalListPageFilterBar as AnalyticalListPageFilterBarIF, SelectionFieldDateSettings as SelectionFieldDateSettingsConfig } from '../../../../specification/v2';
1
+ import type { FilterType, DateRangeType, DefaultDateRangeValueType, DateRange as DateRangeInterface, CommonFilterBar as FilterBarConfig, SelectionFields as SelectionFieldsConfig, DefaultDateRange as DefaultDateRangeConfig, ListReportFilterBar as ListReportFilterBarIF, AnalyticalListPageFilterBar as AnalyticalListPageFilterBarIF, SelectionFieldDateSettings as SelectionFieldDateSettingsConfig } from '../../../../specification/v2';
2
+ import { SelectionField } from '../../../../specification/v2';
2
3
  export declare function importDateSettings(manifestSection: object): DateRange;
3
4
  export declare function exportDateSettings(manifestSection: unknown, configPart: DateRange, key: string): void;
4
5
  export declare function exportDateSettingsField(manifestSection: unknown, configPart: DateRange, key: string): void;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { FormAction as FormActionConfig } from '../../../../specification/v2';
2
+ import type { FormAction as FormActionConfig } from '../../../../specification/v2';
3
3
  export declare class FormAction implements FormActionConfig {
4
4
  visible: boolean;
5
5
  tooltip?: string;
@@ -1,15 +1,9 @@
1
- import { FileData, ViewTemplateType } from '../../../common/types';
2
- import { ExportResults, ExtensionLogger } from '../../../../v2';
3
- import { TableCustomColumns, SapUiAppPageV2 } from '../../../../specification/v2';
1
+ import type { TableCustomColumns, SapUiAppPageV2 } from '../../../../specification/v2';
2
+ import type { ExportResults, ExtensionLogger } from '../../../../v2';
3
+ import type { FileData } from '../../../common/types';
4
+ import { ViewTemplateType } from '../../../common/types';
4
5
  export declare const FRAGMENT_DEFINITION = "core:FragmentDefinition";
5
- /**
6
- * Method which receives fragment definition node and returns 'tag' name of root column definition.
7
- * There is different column definition names - method resolves them.
8
- * For example 'Column', 'table:Column', etc.
9
- * @param {unknown} definition - Application or Page Config object.
10
- * @returns {unknown | undefined} Root column tag name.
11
- */
12
- export declare function getTagNameFromFragmentJSON(definition: unknown): string | undefined;
6
+ export declare const SAP_UI_TABLE = "sap.ui.table";
13
7
  /**
14
8
  * Method which receives fragment definition node and reads root column definition.
15
9
  * @param {unknown} definition - Application or Page Config object.
@@ -1,4 +1,4 @@
1
- import { ObjectPageChart as ObjectPageChartConfig, GlobalChartSettings as GlobalChartSettingsConfig } from '../../../../specification/v2/index';
1
+ import type { ObjectPageChart as ObjectPageChartConfig, GlobalChartSettings as GlobalChartSettingsConfig } from '../../../../specification/v2/index';
2
2
  export declare class ObjectPageChart implements ObjectPageChartConfig {
3
3
  variantManagement?: boolean;
4
4
  }
@@ -1,6 +1,6 @@
1
- import { SectionPosition, ObjectPageCustomSectionView as ViewCustomSectionConfig, ObjectPageCustomSectionFragment as FragmentCustomSectionConfig, ObjectPageCustomSectionBase as BaseCustomSectionConfig, ExtensionFragmentTypes } from '../../../../specification/v2';
2
- import { SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../../../specification/common';
3
- import { ViewTypes } from '../../../../specification/common/webapp/manifest/sapUi5';
1
+ import type { SectionPosition, ObjectPageCustomSectionView as ViewCustomSectionConfig, ObjectPageCustomSectionFragment as FragmentCustomSectionConfig, ObjectPageCustomSectionBase as BaseCustomSectionConfig, ExtensionFragmentTypes } from '../../../../specification/v2';
2
+ import type { SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../../../specification/common';
3
+ import type { ViewTypes } from '../../../../specification/common/webapp/manifest/sapUi5';
4
4
  export declare class BaseCustomSection implements BaseCustomSectionConfig {
5
5
  relatedFacet: string;
6
6
  relativePosition: SectionPosition;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { ObjectPageFooterAction as FooterActionConfig } from '../../../../specification/v2';
2
+ import type { ObjectPageFooterAction as FooterActionConfig } from '../../../../specification/v2';
3
3
  export declare class ObjectPageFooterAction implements FooterActionConfig {
4
4
  visible: boolean;
5
5
  tooltip?: string;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { ObjectPageHeader as ObjectPageHeaderConfig, GenericActions } from '../../../../specification/v2/controls/ObjectPageHeader';
2
+ import type { ObjectPageHeader as ObjectPageHeaderConfig, GenericActions } from '../../../../specification/v2/controls/ObjectPageHeader';
3
3
  export declare class ObjectPageHeader<ACT = GenericActions> implements ObjectPageHeaderConfig<ACT> {
4
4
  showRelatedApps?: boolean;
5
5
  editableHeaderContent?: boolean;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { HeaderAction as HeaderActionConfig } from '../../../../specification/v2';
2
+ import type { HeaderAction as HeaderActionConfig } from '../../../../specification/v2';
3
3
  export declare class HeaderAction implements HeaderActionConfig {
4
4
  visible: boolean;
5
5
  tooltip?: string;
@@ -1,4 +1,4 @@
1
- import { ObjectPageLayout as ObjectPageLayoutConfig } from '../../../../specification/v2/controls/ObjectPageLayout';
1
+ import type { ObjectPageLayout as ObjectPageLayoutConfig } from '../../../../specification/v2/controls/ObjectPageLayout';
2
2
  export declare class ObjectPageLayout implements ObjectPageLayoutConfig {
3
3
  showHeaderContent?: boolean;
4
4
  showAnchorBar?: boolean;
@@ -1,5 +1,5 @@
1
- import { ObjectPageSectionFormV2 as ObjectPageSectionFormV2Config, ObjectPageSectionChartV2 as ObjectPageSectionChartV2Config, ObjectPageSectionTableV2 as ObjectPageSectionTableV2Config, ObjectPageSubSectionV2 as ObjectPageSubSectionV2Config } from '../../../../specification/v2/index';
2
- import { ControlTypeFunction } from '../../../common';
1
+ import type { ObjectPageSectionFormV2 as ObjectPageSectionFormV2Config, ObjectPageSectionChartV2 as ObjectPageSectionChartV2Config, ObjectPageSectionTableV2 as ObjectPageSectionTableV2Config, ObjectPageSubSectionV2 as ObjectPageSubSectionV2Config } from '../../../../specification/v2/index';
2
+ import type { ControlTypeFunction } from '../../../common';
3
3
  export declare const FacetTitlePrefix = "Facet ID: ";
4
4
  export declare const getTableSectionControlId: (baseId: string, idBreadcrumbs: string[], breadcrumbs: string[], controlType: ControlTypeFunction, facetId: string) => string;
5
5
  export declare const getFormSectionControlId: (baseId: string, idBreadcrumbs: string[], breadcrumbs: string[], controlType: ControlTypeFunction, facetId: string) => string;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { GenericColumns, CreateMode, TableTypeV2, Fields4Dialog, QuickVariant, FieldPathOP as FieldPathOPInterface, CreationFieldKeys, ObjectPageToolBar } from '../../../../specification/v2';
3
- import { ObjectPageCommonTableSettings as ObjectPageCommonTableConfig, ObjectPageResponsiveTable as ObjectPageResponsiveTableConfig, ObjectPageAnalyticalTable as ObjectPageAnalyticalTableConfig, ObjectPageGridTable as ObjectPageGridTableConfig, ObjectPageTreeTable as ObjectPageTreeTableConfig } from '../../../../specification/v2/controls/ObjectPageTable';
4
- import { DeprecatedProperties } from '../../../common';
2
+ import type { GenericColumns, CreateMode, TableTypeV2, Fields4Dialog, QuickVariant, FieldPathOP as FieldPathOPInterface, CreationFieldKeys, ObjectPageToolBar } from '../../../../specification/v2';
3
+ import type { ObjectPageCommonTableSettings as ObjectPageCommonTableConfig, ObjectPageResponsiveTable as ObjectPageResponsiveTableConfig, ObjectPageAnalyticalTable as ObjectPageAnalyticalTableConfig, ObjectPageGridTable as ObjectPageGridTableConfig, ObjectPageTreeTable as ObjectPageTreeTableConfig } from '../../../../specification/v2/controls/ObjectPageTable';
4
+ import type { DeprecatedProperties } from '../../../common';
5
5
  export declare class QuickVariantSelectionOP {
6
6
  showCounts?: boolean;
7
7
  variants: {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { ObjectPageToolBarAction as ToolBarActionConfig } from '../../../../specification/v2';
2
+ import type { ObjectPageToolBarAction as ToolBarActionConfig } from '../../../../specification/v2';
3
3
  export declare class ObjectPageToolBarAction implements ToolBarActionConfig {
4
4
  visible: boolean;
5
5
  tooltip?: string;
@@ -1,6 +1,7 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { AnalyticalTable as AnalyticalTableConfig, TableALP as TableALPConfig, CommonTableSettings as CommonTableConfig, DefaultContentView, DefaultFilterMode, GenericColumns, GridTable as GridTableConfig, LoadDataOnAppLaunchSettings, QuickVariantSelectionX as QuickVariantSelectionXInterface, ResponsiveTable as ResponsiveTableConfig, TableTypeV2, TreeTable as TreeTableConfig, Strategy, FieldPath as FieldPathInterface, QuickVariant, QuickVariantX, CreationFieldKeys, ToolBar } from '../../../../specification/v2';
3
- import { ControlTypeFunction, DeprecatedProperties } from '../../../common';
2
+ import type { AnalyticalTable as AnalyticalTableConfig, TableALP as TableALPConfig, CommonTableSettings as CommonTableConfig, DefaultContentView, DefaultFilterMode, GenericColumns, GridTable as GridTableConfig, LoadDataOnAppLaunchSettings, QuickVariantSelectionX as QuickVariantSelectionXInterface, ResponsiveTable as ResponsiveTableConfig, TreeTable as TreeTableConfig, Strategy, FieldPath as FieldPathInterface, QuickVariant, QuickVariantX, CreationFieldKeys, ToolBar } from '../../../../specification/v2';
3
+ import { TableTypeV2 } from '../../../../specification/v2';
4
+ import type { ControlTypeFunction, DeprecatedProperties } from '../../../common';
4
5
  export declare const getSmartTableControlId: (baseId: string, idBreadcrumbs: string[], _breadcrumbs: string[], controlType: ControlTypeFunction) => string;
5
6
  export declare function importCreateParameters(manifestSection: object): object;
6
7
  export declare function exportCreateParameters(manifestSection: unknown, configPart: Fields4Dialog): void;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { TableColumn as TableColumnConfig, TableColumnAction as TableColumnActionConfig, TableCustomColumn as TableCustomColumnConfig, TableColumnExtensionTypeV2 } from '../../../../specification/v2';
3
- import { SAPUI5_FRAGMENT_CLASS } from '../../../../specification/common/webapp/manifest';
2
+ import type { TableColumn as TableColumnConfig, TableColumnAction as TableColumnActionConfig, TableCustomColumn as TableCustomColumnConfig, TableColumnExtensionTypeV2 } from '../../../../specification/v2';
3
+ import type { SAPUI5_FRAGMENT_CLASS } from '../../../../specification/common/webapp/manifest';
4
4
  export declare class TableColumn implements TableColumnConfig {
5
5
  width?: string;
6
6
  hAlign?: sap.ui.core.TextAlign;
@@ -1,4 +1,4 @@
1
- import { ToolBar as ToolBarConfig, Actions } from '../../../../specification/v2';
1
+ import type { ToolBar as ToolBarConfig, Actions } from '../../../../specification/v2';
2
2
  export declare class ToolBar implements ToolBarConfig {
3
3
  actions: Actions;
4
4
  }
@@ -1,6 +1,6 @@
1
- import { ExportResults } from '../../../v2';
2
- import { MetadataInstanceInterface } from '../../common/decoration/factory';
3
- import { TransferParameterTypeV2 } from '../types';
1
+ import type { ExportResults } from '../../../v2';
2
+ import type { MetadataInstanceInterface } from '../../common/decoration/factory';
3
+ import type { TransferParameterTypeV2 } from '../types';
4
4
  /**
5
5
  * Private recursive function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes
6
6
  * @param configObject - current object to traverse
@@ -1,5 +1,5 @@
1
- import { UI5Version, ExportParametersV2, FioriElementsVersion } from '../../..';
2
- import { ExportResults } from '../../common';
1
+ import type { UI5Version, ExportParametersV2, FioriElementsVersion } from '../../..';
2
+ import type { ExportResults } from '../../common';
3
3
  /**
4
4
  * Exports a Fiori Element V2 page.
5
5
  * It converts the entries of the input page (config file) to corresponding manifest settings and flex changes
@@ -1,4 +1,5 @@
1
- import { MetadataInstanceInterface, MetadataFactory } from '../../common/decoration/factory';
1
+ import type { MetadataInstanceInterface } from '../../common/decoration/factory';
2
+ import { MetadataFactory } from '../../common/decoration/factory';
2
3
  /**
3
4
  * V2 specific factory class for creating instances of (reflect) metadata classes
4
5
  */
@@ -1,4 +1,4 @@
1
- import { Pages } from '../../../specification/v2';
1
+ import type { Pages } from '../../../specification/v2';
2
2
  export declare const getManifestSectionByPathV2: (manifest: object, path: string) => object;
3
3
  export declare const deleteManifestSectionByPathV2: (manifest: object, path: string) => void;
4
4
  export declare function transformPageToNewManifestV2(pageId: string, configPages: Pages, manifestPage: object): void;
@@ -1,7 +1,7 @@
1
- import { AnalyticalListPageConfig, AnalyticalListPageFilterBar } from '../../../../specification/v2';
2
- import { AnalyticalTable } from '../controls/Table';
3
- import { ChartSettings, GenericFooter } from '../../../../specification/v2/controls';
4
- import { KPISettings } from '../../../../specification/v2/controls/AnalyticalListPageKPI';
1
+ import type { AnalyticalListPageConfig, AnalyticalListPageFilterBar } from '../../../../specification/v2';
2
+ import type { AnalyticalTable } from '../controls/Table';
3
+ import type { ChartSettings, GenericFooter } from '../../../../specification/v2/controls';
4
+ import type { KPISettings } from '../../../../specification/v2/controls/AnalyticalListPageKPI';
5
5
  export declare class AnalyticalListPage implements AnalyticalListPageConfig {
6
6
  fitContent?: boolean;
7
7
  table?: AnalyticalTable;
@@ -1,5 +1,5 @@
1
- import { ListReportConfig, ListReportFilterBar, GenericFooter } from '../../../../specification/v2';
2
- import { ResponsiveTable, TreeTable, AnalyticalTable, GridTable } from '../controls/Table';
1
+ import type { ListReportConfig, ListReportFilterBar, GenericFooter } from '../../../../specification/v2';
2
+ import type { ResponsiveTable, TreeTable, AnalyticalTable, GridTable } from '../controls/Table';
3
3
  declare type TableClassType = ResponsiveTable | TreeTable | AnalyticalTable | GridTable;
4
4
  export declare class ListReport implements ListReportConfig {
5
5
  fitContent?: boolean;
@@ -2,9 +2,9 @@
2
2
  * The module is mapped to specification/v2/pages/ObjectPageConfig.ts
3
3
  * This comment is maintained as this module is named as ObjectPage.ts and the corresponding module is named as ObjectPageConfig.ts
4
4
  */
5
- import { ObjectPageConfig, GlobalChartSettings } from '../../../../specification/v2/index';
6
- import { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections } from '../../../../specification/v2/controls';
7
- import { FlexibleColumnLayoutType } from '../../../../specification/common/types';
5
+ import type { ObjectPageConfig, GlobalChartSettings } from '../../../../specification/v2/index';
6
+ import type { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections } from '../../../../specification/v2/controls';
7
+ import type { FlexibleColumnLayoutType } from '../../../../specification/common/types';
8
8
  export declare class ObjectPage implements ObjectPageConfig {
9
9
  showConfirmationOnDraftActivate?: boolean;
10
10
  hideChevronForUnauthorizedExtNav?: boolean;
@@ -1,5 +1,5 @@
1
- import { OverviewPageConfig, ContainerLayoutType, ChartSettingsType, FilterSettingsType, DateRange } from '../../../../specification/v2';
2
- import { ListCard, AnalyticalCard, StackCard, LinklistCard, TableCard, CustomCard } from '../controls/Card';
1
+ import type { OverviewPageConfig, ContainerLayoutType, ChartSettingsType, FilterSettingsType, DateRange } from '../../../../specification/v2';
2
+ import type { ListCard, AnalyticalCard, StackCard, LinklistCard, TableCard, CustomCard } from '../controls/Card';
3
3
  export declare function importDateSettingsOVP(manifestSection: object): DateRange;
4
4
  export declare function importFilterSettings(manifestSection: object): object;
5
5
  export declare function exportFilterSettings(manifestSection: unknown, configPart: FilterSettingsType): void;
@@ -1,5 +1,5 @@
1
- import { ViewTemplateType } from '../../common';
2
- import { TableCustomColumns, TableCustomColumn } from '../../../specification/v2';
1
+ import type { ViewTemplateType } from '../../common';
2
+ import type { TableCustomColumns, TableCustomColumn } from '../../../specification/v2';
3
3
  export declare enum ViewTypes {
4
4
  XML = "xml",
5
5
  HTML = "html",
@@ -1,4 +1,4 @@
1
- import { GenerateAppSchemaParameters } from '../../../v2';
1
+ import type { GenerateAppSchemaParameters } from '../../../v2';
2
2
  /**
3
3
  * Generates an app specific schema out of the generic schema.
4
4
  * Generic types are replaced by information from the app specific annotations.
@@ -1,5 +1,5 @@
1
- import { FileData } from '../../common/types';
2
- import { ExtensionLogger } from '../../../apiTypes';
1
+ import type { FileData } from '../../common/types';
2
+ import type { ExtensionLogger } from '../../../apiTypes';
3
3
  /**
4
4
  * Generates an app specific schema out of the generic schema.
5
5
  * Generic types are replaced by information from the app specific annotations.
@@ -1,12 +1,15 @@
1
- import { GenerateAppSchemaParameters } from '../../../v2';
2
- import { ConverterOutput, EntityType } from '@sap-ux/vocabularies-types';
1
+ import type { GenerateAppSchemaParameters } from '../../../v2';
2
+ import type { ConverterOutput, EntityType } from '@sap-ux/vocabularies-types';
3
+ import type { EntitySet } from '@sap-ux/annotation-converter';
4
+ import type { Definition } from 'typescript-json-schema';
3
5
  /**
4
6
  * Adds the enum types for QuickVariant and QuickVariantX, based on the entity type annotations
5
7
  * @param {EntityType} entityType
6
- * @param appSchema - app specific JSON schema
8
+ * @param {EntitySet} entitySet - current entity set of the page or view
9
+ * @param {Definition} appSchema - app specific JSON schema
7
10
  * @param {ConverterOutput} oDataServiceAVT - combined service metadata, as returned by annotation vocabularies tools
8
11
  */
9
- export declare function addEnumForVariantPaths(entityType: EntityType, appSchema: object, oDataServiceAVT: ConverterOutput): void;
12
+ export declare function addEnumForVariantPaths(entityType: EntityType, entitySet: EntitySet, appSchema: Definition, oDataServiceAVT: ConverterOutput): void;
10
13
  /**
11
14
  * Generates an app specific schema for the FE V2 Listreport from the generic schema.
12
15
  * Generic types are replaced by information from the app specific annotations.
@@ -1,4 +1,4 @@
1
- import { GenerateAppSchemaParameters } from '../../../v2';
1
+ import type { GenerateAppSchemaParameters } from '../../../v2';
2
2
  /**
3
3
  * Generates an app specific schema out of the generic schema.
4
4
  * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
@@ -1,4 +1,4 @@
1
- import { Manifest } from '../../../specification/common';
1
+ import type { Manifest } from '../../../specification/common';
2
2
  /**
3
3
  * Method returns array of card definition names.
4
4
  * @param genericSchema - Generic schema of Overview Page.
@@ -1,8 +1,8 @@
1
- import { FileData } from '../../common';
2
- import { AnnotationTerm, EntityType, LineItem, SelectionFields } from '@sap-ux/vocabularies-types';
3
- import { SapUiAppPageV2 } from '../../../specification/v2';
4
- import { MetadataInstanceInterface } from '../../common/decoration/factory';
5
- import { PageType, PageTypeV4 } from '../../../specification/common';
1
+ import type { FileData } from '../../common';
2
+ import type { AnnotationTerm, EntityType, LineItem, SelectionFields } from '@sap-ux/vocabularies-types';
3
+ import type { SapUiAppPageV2 } from '../../../specification/v2';
4
+ import type { MetadataInstanceInterface } from '../../common/decoration/factory';
5
+ import type { PageType, PageTypeV4 } from '../../../specification/common';
6
6
  import { ActionTypeV2 } from '../types';
7
7
  /**
8
8
  * Processes a LineItem record of type DataFieldForAction and DataFieldForIntentBasedNavigation during app schema generation
@@ -1,8 +1,8 @@
1
- import { SapUiAppPagesV2, Pages } from '../../../../specification/v2';
2
- import { Manifest } from '../../../../specification/common';
1
+ import type { SapUiAppPagesV2, Pages } from '../../../../specification/v2';
2
+ import type { Manifest } from '../../../../specification/common';
3
3
  import { AppProvider } from '../../../common/appProvider';
4
- import { FileData, Files } from '../../../common';
5
- import { ExtensionLogger } from '../../../../v2';
4
+ import type { FileData, Files } from '../../../common';
5
+ import type { ExtensionLogger } from '../../../../v2';
6
6
  export declare class V2AppProvider extends AppProvider {
7
7
  constructor(manifest: Manifest, changes: string[], schemas: Files, fragments?: FileData[], logger?: ExtensionLogger);
8
8
  }
@@ -1,7 +1,7 @@
1
- import { Manifest } from '../../../../specification/common';
1
+ import type { Manifest } from '../../../../specification/common';
2
2
  import { AppProvider } from '../../../common/appProvider';
3
- import { Files } from '../../../common';
4
- import { ExtensionLogger } from '../../../..';
3
+ import type { Files } from '../../../common';
4
+ import type { ExtensionLogger } from '../../../..';
5
5
  export declare class V2OvpProvider extends AppProvider {
6
6
  constructor(manifest: Manifest, schemas: Files, logger?: ExtensionLogger);
7
7
  }
@@ -1,9 +1,10 @@
1
1
  import { PageType } from '../../../../specification/common/page';
2
- import { ListReportConfig, AnalyticalListPageConfig, ObjectPageConfig } from '../../../../specification/v2/pages';
3
- import { FileData, ObjectPageSectionData } from '../../../common';
4
- import { Manifest } from '../../../../specification/common/webapp/manifest/Manifest';
5
- import { SapUiAppPageV2, TableTypeV2 } from '../../../../specification/v2';
6
- import { ExtensionLogger } from '../../../../apiTypes';
2
+ import type { ListReportConfig, AnalyticalListPageConfig, ObjectPageConfig } from '../../../../specification/v2/pages';
3
+ import type { FileData, ObjectPageSectionData } from '../../../common';
4
+ import type { Manifest } from '../../../../specification/common/webapp/manifest/Manifest';
5
+ import type { SapUiAppPageV2 } from '../../../../specification/v2';
6
+ import { TableTypeV2 } from '../../../../specification/v2';
7
+ import type { ExtensionLogger } from '../../../../apiTypes';
7
8
  export declare type LROPConfigsType = ListReportConfig | AnalyticalListPageConfig | ObjectPageConfig;
8
9
  /**
9
10
  * Unescapes the selector ID of a flex change
@@ -1,4 +1,4 @@
1
- import { TreeTable, ResponsiveTable, AnalyticalTable, GridTable, TableALP } from '../../../../specification/v2/index';
1
+ import type { TreeTable, ResponsiveTable, AnalyticalTable, GridTable, TableALP } from '../../../../specification/v2/index';
2
2
  export declare type FlexForTransfer = {
3
3
  controlId: string;
4
4
  controlType: string;
@@ -1,5 +1,5 @@
1
- import { AnalyticalListPageConfig } from '../../../../specification/v2';
2
- import { ImportALPV2Parameters } from '../../../../apiTypes';
1
+ import type { AnalyticalListPageConfig } from '../../../../specification/v2';
2
+ import type { ImportALPV2Parameters } from '../../../../apiTypes';
3
3
  /**
4
4
  * Creates the configuration file content for an analytical list page V2
5
5
  * @param {ImportALPV2Parameters} importParameters - object comprising all input data
@@ -1,5 +1,5 @@
1
- import { ListReportConfig } from '../../../../specification/v2/pages';
2
- import { ImportListReportV2Parameters } from '../../../../apiTypes';
1
+ import type { ListReportConfig } from '../../../../specification/v2/pages';
2
+ import type { ImportListReportV2Parameters } from '../../../../apiTypes';
3
3
  /**
4
4
  * Creates the configuration file content for a list report V2
5
5
  * @param {ImportListReportV2Parameters} importParameters - object comprising all input data
@@ -1,4 +1,4 @@
1
- import { ImportObjectPageV2Parameters, ObjectPageConfig } from '../../../../v2';
1
+ import type { ImportObjectPageV2Parameters, ObjectPageConfig } from '../../../../v2';
2
2
  /**
3
3
  * Creates the configuration (file content) for a V2 object page
4
4
  * @param {ImportObjectPageV2Parameters} importParameters - object comprising all input data
@@ -1,5 +1,5 @@
1
- import { OverviewPageConfig } from '../../../../specification/v2';
2
- import { ImportOverviewPageV2Parameters } from '../../../..';
1
+ import type { OverviewPageConfig } from '../../../../specification/v2';
2
+ import type { ImportOverviewPageV2Parameters } from '../../../..';
3
3
  /**
4
4
  * Creates the configuration (file content) for an overview page
5
5
  * @param {object} manifest - manifest of the app
@@ -1,4 +1,5 @@
1
- import { SapUiAppPageV2, SapUiAppPagesV2, ListReportConfig, AnalyticalListPageConfig } from '../../../specification/v2';
1
+ import type { SapUiAppPageV2, SapUiAppPagesV2, ListReportConfig, AnalyticalListPageConfig } from '../../../specification/v2';
2
+ import type { ExtensionLogger } from '../../..';
2
3
  /**
3
4
  * Determines a V2 object page in the manifest, based on the given entity set
4
5
  * @param v2Pages - manifest['sap.ui.generic.app'].pages
@@ -20,7 +21,7 @@ export declare function findListReportPageV2(v2Pages: SapUiAppPagesV2, pageKeys:
20
21
  * @param pageKeys - list of page keys, to be filled
21
22
  * @returns v2Page - page as specified in the manifest
22
23
  */
23
- export declare function findAnalyticalListPage(v2Pages: SapUiAppPagesV2, pageKeys: string[]): SapUiAppPageV2 | undefined;
24
+ export declare function findAnalyticalListPage(v2Pages: SapUiAppPagesV2, pageKeys: string[], logger?: ExtensionLogger): SapUiAppPageV2 | undefined;
24
25
  /**
25
26
  * Method checks if passed extension key is associated to custom section with passed entity.
26
27
  * @param {string} extensionKey - Extension key.