@sap/ux-specification 1.96.25 → 1.96.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-FreestylePage.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +185 -55
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +9 -0
- package/dist/schemas/v2/ListReportConfig.json +9 -0
- package/dist/schemas/v2/ObjectPageConfig.json +13 -4
- package/dist/schemas/v4/ListReportConfig.json +66 -43
- package/dist/schemas/v4/ObjectPageConfig.json +209 -59
- package/dist/scripts/to-json-schema.d.ts.map +1 -1
- package/dist/scripts/to-json-schema.js +9 -1
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/src/api.d.ts +1 -2
- package/dist/src/api.d.ts.map +1 -1
- package/dist/src/api.js +14 -6
- package/dist/src/api.js.map +1 -1
- package/dist/src/extensionLogger.d.ts +1 -24
- package/dist/src/extensionLogger.d.ts.map +1 -1
- package/dist/src/extensionLogger.js +5 -15
- package/dist/src/extensionLogger.js.map +1 -1
- package/dist/src/index.d.ts +0 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +0 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/project.d.ts +1 -2
- package/dist/src/project.d.ts.map +1 -1
- package/dist/src/project.js.map +1 -1
- package/dist/src/sync/common/appProvider.d.ts +1 -3
- package/dist/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/src/sync/common/appProvider.js +3 -4
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +1 -1
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +12 -12
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/decoration/decorators.d.ts +1 -1
- package/dist/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/flex.d.ts +1 -2
- package/dist/src/sync/common/decoration/flex.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/flex.js.map +1 -1
- package/dist/src/sync/common/flexUtils.d.ts +1 -4
- package/dist/src/sync/common/flexUtils.d.ts.map +1 -1
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +12 -8
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +226 -115
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +20 -4
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +93 -27
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/import/utils.d.ts +1 -2
- package/dist/src/sync/common/import/utils.d.ts.map +1 -1
- package/dist/src/sync/common/import/utils.js +4 -3
- package/dist/src/sync/common/import/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.d.ts +1 -2
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +22 -23
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/index.d.ts +0 -1
- package/dist/src/sync/common/index.d.ts.map +1 -1
- package/dist/src/sync/common/index.js +0 -1
- package/dist/src/sync/common/index.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +2 -12
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +67 -61
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.d.ts.map +1 -1
- package/dist/src/sync/v2/application.js +1 -2
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +1 -2
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Field.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Field.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.js +4 -5
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts +2 -4
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +12 -13
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +2 -3
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -2
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +3 -3
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +1 -2
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +6 -6
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.js +1 -1
- package/dist/src/sync/v2/export/export.d.ts +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +6 -6
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts +1 -2
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +1 -1
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.d.ts +1 -2
- package/dist/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js +2 -2
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +10 -10
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts +1 -2
- package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/generate.js +3 -3
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +5 -5
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +114 -78
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +3 -4
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +53 -40
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +1 -3
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts +1 -2
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +1 -3
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +9 -9
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.d.ts.map +1 -1
- package/dist/src/sync/v2/import/controls/table.js +3 -4
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +1 -2
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +16 -16
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +1 -2
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +15 -15
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +31 -31
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +1 -1
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v4/application.d.ts +3 -0
- package/dist/src/sync/v4/application.d.ts.map +1 -1
- package/dist/src/sync/v4/application.js +15 -3
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.d.ts +5 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.js +7 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +9 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js +42 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageForm.d.ts +16 -0
- package/dist/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageForm.js +48 -0
- package/dist/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +10 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js +68 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +9 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +42 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +4 -4
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +0 -10
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +9 -9
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +2 -1
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +33 -9
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/index.d.ts +6 -0
- package/dist/src/sync/v4/export/controls/index.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/index.js +6 -0
- package/dist/src/sync/v4/export/controls/index.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts +1 -3
- package/dist/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/src/sync/v4/export/export.js +36 -36
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/exportCustomColumn.d.ts +1 -1
- package/dist/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -1
- package/dist/src/sync/v4/export/exportCustomColumn.js +3 -4
- package/dist/src/sync/v4/export/exportCustomColumn.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +1 -1
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +1 -0
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +1 -3
- package/dist/src/sync/v4/export/types.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/freestylePage.d.ts +1 -1
- package/dist/src/sync/v4/generate/freestylePage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts +2 -3
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js +2 -2
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +137 -120
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +245 -159
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +1 -2
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +2 -4
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.js +4 -4
- package/dist/src/sync/v4/import/app/baseAppProvider.js.map +1 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts +1 -2
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.d.ts +1 -2
- package/dist/src/sync/v4/import/fragment.d.ts.map +1 -1
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +1 -2
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +36 -36
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +3 -3
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +125 -28
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts +4 -0
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +3 -11
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +5 -6
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +109 -68
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +4 -19
- package/dist/src/apiTypes.d.ts +0 -335
- package/dist/src/apiTypes.d.ts.map +0 -1
- package/dist/src/apiTypes.js +0 -25
- package/dist/src/apiTypes.js.map +0 -1
- package/dist/src/sync/common/types.d.ts +0 -306
- package/dist/src/sync/common/types.d.ts.map +0 -1
- package/dist/src/sync/common/types.js +0 -176
- package/dist/src/sync/common/types.js.map +0 -1
package/dist/src/apiTypes.d.ts
DELETED
|
@@ -1,335 +0,0 @@
|
|
|
1
|
-
import type { Definition } from 'typescript-json-schema';
|
|
2
|
-
import type { v2, v4, Manifest, FioriElementsVersion, SchemaType, FlexChangeLayer } from '@sap/ux-specification-types';
|
|
3
|
-
import type { ExportResults, File, FileData } from './sync/common/types';
|
|
4
|
-
import type { ConvertedMetadata, EntitySet } from '@sap-ux/vocabularies-types';
|
|
5
|
-
import type { Editor } from 'mem-fs-editor';
|
|
6
|
-
import type { TemplateType } from './sync/common';
|
|
7
|
-
import type { CustomPage as FPMCustomPage, CustomTableColumn as FPMCustomTableColumn, CustomSection as FPMCustomSection, ObjectPage as FPMObjectPage, CustomAction as FPMCustomAction, CustomView as FPMCustomView, ControllerExtension as FPMControllerExtension } from '@sap-ux/fe-fpm-writer';
|
|
8
|
-
import { TargetControl } from '@sap-ux/fe-fpm-writer';
|
|
9
|
-
export { TargetControl as CustomActionTargetControl };
|
|
10
|
-
export declare type MessageMetadataType = (object | string | number)[];
|
|
11
|
-
/**
|
|
12
|
-
* Interface used to define a logger for the specificaton API
|
|
13
|
-
*/
|
|
14
|
-
export interface ExtensionLogger {
|
|
15
|
-
info: (message: string, ...meta: MessageMetadataType) => void;
|
|
16
|
-
warning: (message: string, ...meta: MessageMetadataType) => void;
|
|
17
|
-
error: (message: string, ...meta: MessageMetadataType) => void;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Types for V2 schema generation
|
|
21
|
-
*/
|
|
22
|
-
export declare type GenerateListReportV2 = {
|
|
23
|
-
[SchemaType.ListReport]: {
|
|
24
|
-
genericSchema: object;
|
|
25
|
-
entitySet: string;
|
|
26
|
-
annotations: FileData[];
|
|
27
|
-
manifest: object;
|
|
28
|
-
fragments: FileData[];
|
|
29
|
-
logger?: ExtensionLogger;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
export declare type GenerateObjectPageV2 = {
|
|
33
|
-
[SchemaType.ObjectPage]: {
|
|
34
|
-
genericSchema: object;
|
|
35
|
-
entitySet: string;
|
|
36
|
-
annotations: FileData[];
|
|
37
|
-
manifest: object;
|
|
38
|
-
fragments: FileData[];
|
|
39
|
-
logger?: ExtensionLogger;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
export declare type GenerateOverviewPageV2 = {
|
|
43
|
-
[SchemaType.OverviewPage]: {
|
|
44
|
-
genericSchema: object;
|
|
45
|
-
logger?: ExtensionLogger;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
export declare type GenerateAnalyticalListPageV2 = {
|
|
49
|
-
[SchemaType.AnalyticalListPage]: {
|
|
50
|
-
genericSchema: object;
|
|
51
|
-
entitySet: string;
|
|
52
|
-
annotations: object[];
|
|
53
|
-
manifest: object;
|
|
54
|
-
fragments: FileData[];
|
|
55
|
-
logger?: ExtensionLogger;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export declare type GenerateSchemaV2Type = GenerateListReportV2 | GenerateObjectPageV2 | GenerateOverviewPageV2 | GenerateAnalyticalListPageV2;
|
|
59
|
-
export interface GenerateSchemaV2 {
|
|
60
|
-
[FioriElementsVersion.v2]: GenerateSchemaV2Type;
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Types for V4 schema generation
|
|
64
|
-
*/
|
|
65
|
-
export declare type GenerateListReportV4 = {
|
|
66
|
-
[SchemaType.ListReport]: {
|
|
67
|
-
genericSchema: object;
|
|
68
|
-
entitySet: string;
|
|
69
|
-
annotations: FileData[];
|
|
70
|
-
logger?: ExtensionLogger;
|
|
71
|
-
manifest?: object;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
export declare type GenerateObjectPageV4 = {
|
|
75
|
-
[SchemaType.ObjectPage]: {
|
|
76
|
-
genericSchema: object;
|
|
77
|
-
entitySet: string;
|
|
78
|
-
annotations: FileData[];
|
|
79
|
-
manifest: object;
|
|
80
|
-
logger?: ExtensionLogger;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
export declare type GenerateAnalyticalListPageV4 = {
|
|
84
|
-
[SchemaType.AnalyticalListPage]: {
|
|
85
|
-
genericSchema: object;
|
|
86
|
-
entitySet: string;
|
|
87
|
-
annotations: FileData[];
|
|
88
|
-
logger?: ExtensionLogger;
|
|
89
|
-
manifest?: object;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
export declare type GenerateFreestylePageV4 = {
|
|
93
|
-
[SchemaType.FreestylePage]: {
|
|
94
|
-
genericSchema: object;
|
|
95
|
-
annotations: FileData[];
|
|
96
|
-
manifest: object;
|
|
97
|
-
logger?: ExtensionLogger;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
export declare type GenerateSchemaV4Type = GenerateListReportV4 | GenerateObjectPageV4 | GenerateAnalyticalListPageV4 | GenerateFreestylePageV4;
|
|
101
|
-
export interface GenerateSchemaV4 {
|
|
102
|
-
[FioriElementsVersion.v4]: GenerateSchemaV4Type;
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Union types for schema generation
|
|
106
|
-
*/
|
|
107
|
-
export declare type GenerateSchemaParameters = GenerateSchemaV2 | GenerateSchemaV4;
|
|
108
|
-
/**
|
|
109
|
-
* Types for v2 export
|
|
110
|
-
*/
|
|
111
|
-
export declare type ExportListReportV2Parameters = {
|
|
112
|
-
appId: string;
|
|
113
|
-
page: v2.Page;
|
|
114
|
-
manifest: object;
|
|
115
|
-
jsonSchema: object;
|
|
116
|
-
fragments?: FileData[];
|
|
117
|
-
logger?: ExtensionLogger;
|
|
118
|
-
};
|
|
119
|
-
export declare type ExportListReportV2 = {
|
|
120
|
-
[SchemaType.ListReport]: ExportListReportV2Parameters;
|
|
121
|
-
};
|
|
122
|
-
export declare type ExportAnalyticalListPageV2Parameters = ExportListReportV2Parameters;
|
|
123
|
-
export declare type ExportAnalyticalListPageV2 = {
|
|
124
|
-
[SchemaType.AnalyticalListPage]: ExportAnalyticalListPageV2Parameters;
|
|
125
|
-
};
|
|
126
|
-
export declare type ExportOverviewPageV2Parameters = {
|
|
127
|
-
page: v2.Page;
|
|
128
|
-
manifest: object;
|
|
129
|
-
jsonSchema: object;
|
|
130
|
-
logger?: ExtensionLogger;
|
|
131
|
-
};
|
|
132
|
-
export declare type ExportOverviewPageV2 = {
|
|
133
|
-
[SchemaType.OverviewPage]: ExportOverviewPageV2Parameters;
|
|
134
|
-
};
|
|
135
|
-
export declare type ExportObjectPageV2Parameters = {
|
|
136
|
-
appId: string;
|
|
137
|
-
page: v2.Page;
|
|
138
|
-
manifest: object;
|
|
139
|
-
jsonSchema: object;
|
|
140
|
-
fragments?: FileData[];
|
|
141
|
-
logger?: ExtensionLogger;
|
|
142
|
-
};
|
|
143
|
-
export declare type ExportObjectPageV2 = {
|
|
144
|
-
[SchemaType.ObjectPage]: ExportObjectPageV2Parameters;
|
|
145
|
-
};
|
|
146
|
-
export declare type ExportAppV2 = {
|
|
147
|
-
[SchemaType.Application]: {
|
|
148
|
-
application: v2.ApplicationV2;
|
|
149
|
-
manifest: object;
|
|
150
|
-
jsonSchema: object;
|
|
151
|
-
logger?: ExtensionLogger;
|
|
152
|
-
};
|
|
153
|
-
};
|
|
154
|
-
/**
|
|
155
|
-
* Types for v4 export
|
|
156
|
-
*/
|
|
157
|
-
export declare type ExportListReportV4Parameters = {
|
|
158
|
-
appId: string;
|
|
159
|
-
page: v4.PageV4;
|
|
160
|
-
manifest: object;
|
|
161
|
-
jsonSchema: object;
|
|
162
|
-
logger?: ExtensionLogger;
|
|
163
|
-
appRootPath?: string;
|
|
164
|
-
};
|
|
165
|
-
export declare type ExportListReportV4 = {
|
|
166
|
-
[SchemaType.ListReport]: ExportListReportV4Parameters;
|
|
167
|
-
};
|
|
168
|
-
export declare type ExportAnalyticalListPageV4Parameters = ExportListReportV4Parameters;
|
|
169
|
-
export declare type ExportAnalyticalListPageV4 = {
|
|
170
|
-
[SchemaType.AnalyticalListPage]: ExportAnalyticalListPageV4Parameters;
|
|
171
|
-
};
|
|
172
|
-
export declare type ExportObjectPageV4Parameters = {
|
|
173
|
-
appId: string;
|
|
174
|
-
page: v4.Page;
|
|
175
|
-
manifest: object;
|
|
176
|
-
jsonSchema: object;
|
|
177
|
-
logger?: ExtensionLogger;
|
|
178
|
-
appRootPath?: string;
|
|
179
|
-
};
|
|
180
|
-
export declare type ExportObjectPageV4 = {
|
|
181
|
-
[SchemaType.ObjectPage]: ExportObjectPageV4Parameters;
|
|
182
|
-
};
|
|
183
|
-
export declare type ExportAppV4 = {
|
|
184
|
-
[SchemaType.Application]: {
|
|
185
|
-
application: v4.ApplicationV4;
|
|
186
|
-
manifest: object;
|
|
187
|
-
jsonSchema: object;
|
|
188
|
-
logger?: ExtensionLogger;
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
|
-
export declare type ExportParametersV4Type = ExportListReportV4 | ExportObjectPageV4 | ExportAppV4 | ExportAnalyticalListPageV4;
|
|
192
|
-
export interface ExportParametersV4 {
|
|
193
|
-
[FioriElementsVersion.v4]: ExportParametersV4Type;
|
|
194
|
-
}
|
|
195
|
-
export interface UI5Version {
|
|
196
|
-
ui5Version?: string;
|
|
197
|
-
layer?: FlexChangeLayer;
|
|
198
|
-
}
|
|
199
|
-
export declare type ExportParametersV2Type = ExportListReportV2 | ExportObjectPageV2 | ExportOverviewPageV2 | ExportAppV2 | ExportAnalyticalListPageV2;
|
|
200
|
-
export interface ExportParametersV2 {
|
|
201
|
-
[FioriElementsVersion.v2]: ExportParametersV2Type;
|
|
202
|
-
}
|
|
203
|
-
/**
|
|
204
|
-
* Union types for export
|
|
205
|
-
*/
|
|
206
|
-
export declare type ExportConfigParameters = UI5Version & (ExportParametersV2 | ExportParametersV4);
|
|
207
|
-
/**
|
|
208
|
-
* Types for v2 import
|
|
209
|
-
*/
|
|
210
|
-
export declare type ImportListReportV2Parameters = {
|
|
211
|
-
manifest: object;
|
|
212
|
-
flex: string[];
|
|
213
|
-
jsonSchema: object;
|
|
214
|
-
fragments?: FileData[];
|
|
215
|
-
logger?: ExtensionLogger;
|
|
216
|
-
};
|
|
217
|
-
export declare type ImportListReportV2 = {
|
|
218
|
-
[SchemaType.ListReport]: ImportListReportV2Parameters;
|
|
219
|
-
};
|
|
220
|
-
export declare type ImportObjectPageV2Parameters = {
|
|
221
|
-
manifest: object;
|
|
222
|
-
flex: string[];
|
|
223
|
-
jsonSchema: object;
|
|
224
|
-
entitySet: string;
|
|
225
|
-
fragments?: FileData[];
|
|
226
|
-
logger?: ExtensionLogger;
|
|
227
|
-
};
|
|
228
|
-
export declare type ImportObjectPageV2 = {
|
|
229
|
-
[SchemaType.ObjectPage]: ImportObjectPageV2Parameters;
|
|
230
|
-
};
|
|
231
|
-
export declare type ImportOverviewPageV2Parameters = {
|
|
232
|
-
manifest: object;
|
|
233
|
-
jsonSchema: object;
|
|
234
|
-
logger?: ExtensionLogger;
|
|
235
|
-
};
|
|
236
|
-
export declare type ImportOverviewPageV2 = {
|
|
237
|
-
[SchemaType.OverviewPage]: ImportOverviewPageV2Parameters;
|
|
238
|
-
};
|
|
239
|
-
export declare type ImportALPV2Parameters = ImportListReportV2Parameters;
|
|
240
|
-
export declare type ImportAnalyticalListPageV2 = {
|
|
241
|
-
[SchemaType.AnalyticalListPage]: ImportALPV2Parameters;
|
|
242
|
-
};
|
|
243
|
-
/**
|
|
244
|
-
* Types for v4 import
|
|
245
|
-
*/
|
|
246
|
-
export declare type ImportListReportV4Parameters = {
|
|
247
|
-
manifest: object;
|
|
248
|
-
jsonSchema: Definition;
|
|
249
|
-
logger?: ExtensionLogger;
|
|
250
|
-
};
|
|
251
|
-
export declare type ImportListReportV4 = {
|
|
252
|
-
[SchemaType.ListReport]: ImportListReportV4Parameters;
|
|
253
|
-
};
|
|
254
|
-
export declare type ImportObjectPageV4Parameters = {
|
|
255
|
-
manifest: object;
|
|
256
|
-
jsonSchema: Definition;
|
|
257
|
-
routingId: string;
|
|
258
|
-
logger?: ExtensionLogger;
|
|
259
|
-
};
|
|
260
|
-
export declare type ImportObjectPageV4 = {
|
|
261
|
-
[SchemaType.ObjectPage]: ImportObjectPageV4Parameters;
|
|
262
|
-
};
|
|
263
|
-
export declare type ImportAnalyticalListPageV4Parameters = ImportListReportV4Parameters;
|
|
264
|
-
export declare type ImportAnalyticalListPageV4 = {
|
|
265
|
-
[SchemaType.AnalyticalListPage]: ImportAnalyticalListPageV4Parameters;
|
|
266
|
-
};
|
|
267
|
-
export declare type ImportParametersV4Type = ImportListReportV4 | ImportObjectPageV4 | ImportAnalyticalListPageV4;
|
|
268
|
-
export interface ImportParametersV4 {
|
|
269
|
-
[FioriElementsVersion.v4]: ImportParametersV4Type;
|
|
270
|
-
}
|
|
271
|
-
export declare type ImportParametersV2Type = ImportListReportV2 | ImportObjectPageV2 | ImportOverviewPageV2 | ImportAnalyticalListPageV2;
|
|
272
|
-
export interface ImportParametersV2 {
|
|
273
|
-
[FioriElementsVersion.v2]: ImportParametersV2Type;
|
|
274
|
-
}
|
|
275
|
-
export declare type ImportResultsV2 = v2.ListReportConfigV2 | v2.ObjectPageConfigV2 | v2.OverviewPageConfigV2 | v2.AnalyticalListPageConfigV2;
|
|
276
|
-
export declare type ImportResultsV4 = v4.ListReportConfigV4 | v4.ObjectPageConfigV4;
|
|
277
|
-
export declare type ImportConfigParameters = ImportParametersV2 | ImportParametersV4;
|
|
278
|
-
export declare type ImportResults = ImportResultsV2 | ImportResultsV4;
|
|
279
|
-
/**
|
|
280
|
-
* Types for project import
|
|
281
|
-
*/
|
|
282
|
-
export interface ImportProjectParameters {
|
|
283
|
-
manifest: Manifest;
|
|
284
|
-
annotations: FileData[];
|
|
285
|
-
flex?: string[];
|
|
286
|
-
fragments?: FileData[];
|
|
287
|
-
logger?: ExtensionLogger;
|
|
288
|
-
}
|
|
289
|
-
export interface GenerateAppSchemaParameters {
|
|
290
|
-
templateType: TemplateType;
|
|
291
|
-
manifest: Manifest;
|
|
292
|
-
serviceAVT: ConvertedMetadata;
|
|
293
|
-
fioriElementsVersion: FioriElementsVersion;
|
|
294
|
-
entitySet?: EntitySet;
|
|
295
|
-
fragments?: FileData[];
|
|
296
|
-
logger?: ExtensionLogger;
|
|
297
|
-
}
|
|
298
|
-
export declare enum CustomExtensionType {
|
|
299
|
-
CustomPage = "CustomPage",
|
|
300
|
-
CustomColumn = "CustomColumn",
|
|
301
|
-
CustomSection = "CustomSection",
|
|
302
|
-
ObjectPage = "ObjectPage",
|
|
303
|
-
CustomAction = "CustomAction",
|
|
304
|
-
CustomView = "CustomView",
|
|
305
|
-
ControllerExtension = "ControllerExtension"
|
|
306
|
-
}
|
|
307
|
-
export interface GenerateCustomExtensionParams {
|
|
308
|
-
customExtension: CustomExtensionType;
|
|
309
|
-
basePath: string;
|
|
310
|
-
data: CustomExtensionData;
|
|
311
|
-
fsEditor?: Editor;
|
|
312
|
-
}
|
|
313
|
-
export declare type CustomExtensionData = FPMCustomPage | FPMCustomTableColumn | FPMCustomSection | FPMObjectPage | FPMCustomAction | FPMCustomView | FPMControllerExtension;
|
|
314
|
-
export declare const FPMWriterMap: Map<CustomExtensionType, (basePath: string, data: CustomExtensionData, fs?: Editor) => Editor>;
|
|
315
|
-
/**
|
|
316
|
-
* API Version
|
|
317
|
-
*/
|
|
318
|
-
export interface ApiVersion {
|
|
319
|
-
version?: string;
|
|
320
|
-
fpmWriter?: string;
|
|
321
|
-
}
|
|
322
|
-
/**
|
|
323
|
-
* API interface
|
|
324
|
-
*/
|
|
325
|
-
export interface Specification {
|
|
326
|
-
getGenericSchema: (FioriElementsVersion: any, SchemaType: any) => Promise<JSON>;
|
|
327
|
-
generateSchema: (GenerateSchemaParameters: any) => object;
|
|
328
|
-
exportConfig: (ExportConfigParameters: any) => ExportResults;
|
|
329
|
-
importConfig: (ImportConfigParameters: any) => ImportResults;
|
|
330
|
-
importProject: (ImportProjectParameters: any) => Promise<File[]>;
|
|
331
|
-
getApiVersion: () => ApiVersion;
|
|
332
|
-
importProjectSchema: (ImportProjectParameters: any) => Promise<File[]>;
|
|
333
|
-
generateCustomExtension: (GenerateCustomExtensionParams: any) => Editor;
|
|
334
|
-
}
|
|
335
|
-
//# sourceMappingURL=apiTypes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"apiTypes.d.ts","sourceRoot":"","sources":["../../src/apiTypes.ts"],"names":[],"mappings":"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"}
|
package/dist/src/apiTypes.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FPMWriterMap = exports.CustomExtensionType = exports.CustomActionTargetControl = void 0;
|
|
4
|
-
const fe_fpm_writer_1 = require("@sap-ux/fe-fpm-writer");
|
|
5
|
-
Object.defineProperty(exports, "CustomActionTargetControl", { enumerable: true, get: function () { return fe_fpm_writer_1.TargetControl; } });
|
|
6
|
-
var CustomExtensionType;
|
|
7
|
-
(function (CustomExtensionType) {
|
|
8
|
-
CustomExtensionType["CustomPage"] = "CustomPage";
|
|
9
|
-
CustomExtensionType["CustomColumn"] = "CustomColumn";
|
|
10
|
-
CustomExtensionType["CustomSection"] = "CustomSection";
|
|
11
|
-
CustomExtensionType["ObjectPage"] = "ObjectPage";
|
|
12
|
-
CustomExtensionType["CustomAction"] = "CustomAction";
|
|
13
|
-
CustomExtensionType["CustomView"] = "CustomView";
|
|
14
|
-
CustomExtensionType["ControllerExtension"] = "ControllerExtension";
|
|
15
|
-
})(CustomExtensionType = exports.CustomExtensionType || (exports.CustomExtensionType = {}));
|
|
16
|
-
exports.FPMWriterMap = new Map([
|
|
17
|
-
[CustomExtensionType.CustomPage, fe_fpm_writer_1.generateCustomPage],
|
|
18
|
-
[CustomExtensionType.CustomColumn, fe_fpm_writer_1.generateCustomColumn],
|
|
19
|
-
[CustomExtensionType.CustomSection, fe_fpm_writer_1.generateCustomSection],
|
|
20
|
-
[CustomExtensionType.ObjectPage, fe_fpm_writer_1.generateObjectPage],
|
|
21
|
-
[CustomExtensionType.CustomAction, fe_fpm_writer_1.generateCustomAction],
|
|
22
|
-
[CustomExtensionType.CustomView, fe_fpm_writer_1.generateCustomView],
|
|
23
|
-
[CustomExtensionType.ControllerExtension, fe_fpm_writer_1.generateControllerExtension]
|
|
24
|
-
]);
|
|
25
|
-
//# sourceMappingURL=apiTypes.js.map
|
package/dist/src/apiTypes.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"apiTypes.js","sourceRoot":"","sources":["../../src/apiTypes.ts"],"names":[],"mappings":";;;AAeA,yDAS+B;AAEL,0GAHtB,6BAAa,OAGkC;AAoWnD,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC3B,gDAAyB,CAAA;IACzB,oDAA6B,CAAA;IAC7B,sDAA+B,CAAA;IAC/B,gDAAyB,CAAA;IACzB,oDAA6B,CAAA;IAC7B,gDAAyB,CAAA;IACzB,kEAA2C,CAAA;AAC/C,CAAC,EARW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAQ9B;AAkBY,QAAA,YAAY,GAAG,IAAI,GAAG,CAGjC;IACE,CAAC,mBAAmB,CAAC,UAAU,EAAE,kCAAkB,CAAC;IACpD,CAAC,mBAAmB,CAAC,YAAY,EAAE,oCAAoB,CAAC;IACxD,CAAC,mBAAmB,CAAC,aAAa,EAAE,qCAAqB,CAAC;IAC1D,CAAC,mBAAmB,CAAC,UAAU,EAAE,kCAAkB,CAAC;IACpD,CAAC,mBAAmB,CAAC,YAAY,EAAE,oCAAoB,CAAC;IACxD,CAAC,mBAAmB,CAAC,UAAU,EAAE,kCAAkB,CAAC;IACpD,CAAC,mBAAmB,CAAC,mBAAmB,EAAE,2CAA2B,CAAC;CACzE,CAAC,CAAC"}
|
|
@@ -1,306 +0,0 @@
|
|
|
1
|
-
import type { ChangeContent, ControlType, Manifest, ManifestSettingsType } from '@sap/ux-specification-types';
|
|
2
|
-
import type { AnnotationTerm, EntityType } from '@sap-ux/vocabularies-types';
|
|
3
|
-
import type { CollectionFacet, ReferenceFacet, ReferenceURLFacet } from '@sap-ux/vocabularies-types/vocabularies/UI';
|
|
4
|
-
export declare type anyFacetType = AnnotationTerm<CollectionFacet> | AnnotationTerm<ReferenceFacet> | AnnotationTerm<ReferenceURLFacet>;
|
|
5
|
-
export declare enum DirName {
|
|
6
|
-
Sapux = "src",
|
|
7
|
-
Schemas = ".schemas",
|
|
8
|
-
Pages = "pages",
|
|
9
|
-
Webapp = "webapp",
|
|
10
|
-
Temp = ".tmp",
|
|
11
|
-
Changes = "changes",
|
|
12
|
-
LocalService = "localService",
|
|
13
|
-
Controller = "controller",
|
|
14
|
-
View = "view",
|
|
15
|
-
Fragment = "fragment",
|
|
16
|
-
Ext = "ext",
|
|
17
|
-
VSCode = ".vscode"
|
|
18
|
-
}
|
|
19
|
-
export declare enum FileName {
|
|
20
|
-
App = "app.json"
|
|
21
|
-
}
|
|
22
|
-
export declare const FacetTitlePrefix = "Facet ID: ";
|
|
23
|
-
export declare const ActionTitlePrefix = "Action ID: ";
|
|
24
|
-
export interface FileData {
|
|
25
|
-
dataSourceUri: string;
|
|
26
|
-
fileContent: string;
|
|
27
|
-
}
|
|
28
|
-
export interface ExportResults {
|
|
29
|
-
flexChanges: string[];
|
|
30
|
-
manifest: Manifest;
|
|
31
|
-
fragments: FileData[];
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Taken over from https://github.com/sap-staging/ui5-flexibility-utils/blob/origin/master/src/changeUtils.js
|
|
35
|
-
*/
|
|
36
|
-
export interface ChangeDefinition {
|
|
37
|
-
controlId: string;
|
|
38
|
-
controlType: string;
|
|
39
|
-
type: string;
|
|
40
|
-
content: ChangeContent;
|
|
41
|
-
isCustomer: boolean;
|
|
42
|
-
sapui5Version: string;
|
|
43
|
-
creatingTool: string;
|
|
44
|
-
id: string;
|
|
45
|
-
reference: string;
|
|
46
|
-
appVersion: string;
|
|
47
|
-
creation: string;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Taken over from https://github.com/sap-staging/ui5-flexibility-utils/blob/origin/master/src/changeUtils.js
|
|
51
|
-
*/
|
|
52
|
-
export interface ChangeDefinitionInCreation {
|
|
53
|
-
controlId: string;
|
|
54
|
-
controlType: string;
|
|
55
|
-
type?: string;
|
|
56
|
-
content: ChangeContent;
|
|
57
|
-
isCustomer?: boolean;
|
|
58
|
-
sapui5Version?: string;
|
|
59
|
-
creatingTool?: string;
|
|
60
|
-
}
|
|
61
|
-
export declare type CreateFlexChange = (change: ChangeDefinitionInCreation, manifest: Manifest) => string;
|
|
62
|
-
export declare type exportFlexValue = (flexChange: ChangeDefinitionInCreation, configObject: object, key: string) => void;
|
|
63
|
-
export declare type importFlexValue = (flexChange: ChangeDefinitionInCreation, configObject: object, key: string) => void;
|
|
64
|
-
export declare type ControlTypeFunction = () => ControlType;
|
|
65
|
-
export declare type ControlIdFunction = (baseId: string, idBreadcrumbs: string[], breadcrumbs: string[], controlType?: ControlTypeFunction, title?: string) => string;
|
|
66
|
-
export interface FlexAdapter {
|
|
67
|
-
controlId: ControlIdFunction;
|
|
68
|
-
controlType: ControlTypeFunction;
|
|
69
|
-
createFlexChange: CreateFlexChange;
|
|
70
|
-
exportFlexValue?: exportFlexValue;
|
|
71
|
-
importFlexValue?: importFlexValue;
|
|
72
|
-
}
|
|
73
|
-
export declare type ManifestPath = (pageKeys?: string[], manifest?: Manifest, ...pathParts: any[]) => string;
|
|
74
|
-
export declare type ExportHandlerFunction = (manifestSection: unknown, configObject: unknown, key: string, manifestKey?: string, ...pathParts: string[]) => unknown;
|
|
75
|
-
export interface ManifestConverter {
|
|
76
|
-
path: ManifestPath;
|
|
77
|
-
key?: string;
|
|
78
|
-
import?: ((manifestSection: unknown, sectionId?: string, propertyKey?: string, breadcrumbs?: string[]) => unknown) | boolean;
|
|
79
|
-
export?: ExportHandlerFunction | boolean;
|
|
80
|
-
delete?: ((manifestSection: unknown, configObject: unknown, key: string, manifestKey: string, syncRuleKey?: string, config?: object) => unknown) | boolean;
|
|
81
|
-
}
|
|
82
|
-
export interface SyncRule {
|
|
83
|
-
flex?: FlexAdapter;
|
|
84
|
-
manifest?: ManifestConverter;
|
|
85
|
-
generate?: (schema: object, definition: object, propertyName: string) => unknown;
|
|
86
|
-
}
|
|
87
|
-
export interface Content {
|
|
88
|
-
property: string;
|
|
89
|
-
oldValue?: ManifestSettingsType;
|
|
90
|
-
newValue: ManifestSettingsType;
|
|
91
|
-
}
|
|
92
|
-
export interface Selector {
|
|
93
|
-
id: string;
|
|
94
|
-
type: string;
|
|
95
|
-
idIsLocal?: boolean;
|
|
96
|
-
}
|
|
97
|
-
export interface PageLayoutInformation {
|
|
98
|
-
id: string;
|
|
99
|
-
pageId: string;
|
|
100
|
-
}
|
|
101
|
-
export interface FakeLRepSettings {
|
|
102
|
-
isKeyUser: boolean;
|
|
103
|
-
isAtoAvailable: boolean;
|
|
104
|
-
isProductiveSystem: boolean;
|
|
105
|
-
}
|
|
106
|
-
export interface ValidityInformation {
|
|
107
|
-
since: string;
|
|
108
|
-
deprecated?: Deprecated;
|
|
109
|
-
}
|
|
110
|
-
export interface DeprecatedProperties {
|
|
111
|
-
[key: string]: ValidityInformation;
|
|
112
|
-
}
|
|
113
|
-
export interface Deprecated {
|
|
114
|
-
since: string;
|
|
115
|
-
text?: string;
|
|
116
|
-
}
|
|
117
|
-
export declare enum FacetBase {
|
|
118
|
-
LineItem = "LineItem",
|
|
119
|
-
CollectionFacet = "CollectionFacet",
|
|
120
|
-
Chart = "Chart",
|
|
121
|
-
Form = "Form",
|
|
122
|
-
Identification = "Identification",
|
|
123
|
-
DataPoint = "DataPoint",
|
|
124
|
-
Address = "Address",
|
|
125
|
-
Contact = "Contact",
|
|
126
|
-
PresentationVariant = "PresentationVariant",
|
|
127
|
-
Unknown = ""
|
|
128
|
-
}
|
|
129
|
-
export interface FacetConfig {
|
|
130
|
-
base: FacetBase;
|
|
131
|
-
lineItem?: string[];
|
|
132
|
-
Label?: string;
|
|
133
|
-
ID?: string;
|
|
134
|
-
entityType?: EntityType;
|
|
135
|
-
annotationPath?: string;
|
|
136
|
-
target?: object;
|
|
137
|
-
facets?: FacetConfigs;
|
|
138
|
-
}
|
|
139
|
-
export interface SubSectionConfig {
|
|
140
|
-
base: FacetBase;
|
|
141
|
-
Label?: string;
|
|
142
|
-
ID?: string;
|
|
143
|
-
facets: FacetConfigs;
|
|
144
|
-
annotationPath?: string;
|
|
145
|
-
entityType?: EntityType;
|
|
146
|
-
target?: object;
|
|
147
|
-
}
|
|
148
|
-
export interface FacetConfigs {
|
|
149
|
-
[key: string]: FacetConfig | SubSectionConfig;
|
|
150
|
-
}
|
|
151
|
-
export interface File {
|
|
152
|
-
dataSourceUri: string;
|
|
153
|
-
fileContent: string;
|
|
154
|
-
}
|
|
155
|
-
export interface Files {
|
|
156
|
-
[name: string]: object;
|
|
157
|
-
}
|
|
158
|
-
export interface FacetSection {
|
|
159
|
-
key: string;
|
|
160
|
-
label?: string;
|
|
161
|
-
ID?: string;
|
|
162
|
-
custom?: boolean;
|
|
163
|
-
entityType?: EntityType;
|
|
164
|
-
}
|
|
165
|
-
export interface SchemaFilePath {
|
|
166
|
-
filename: string;
|
|
167
|
-
path: string;
|
|
168
|
-
}
|
|
169
|
-
export interface ObjectPageSectionData {
|
|
170
|
-
target: string;
|
|
171
|
-
key?: string;
|
|
172
|
-
}
|
|
173
|
-
export declare const BindingPropertyRegexAsString = "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$";
|
|
174
|
-
export declare enum ViewTemplateType {
|
|
175
|
-
ResponsiveTableColumnsExtension = "ResponsiveTableColumnsExtension",
|
|
176
|
-
AnalyticalTableColumnsExtension = "AnalyticalTableColumnsExtension",
|
|
177
|
-
TreeTableColumnsExtension = "TreeTableColumnsExtension",
|
|
178
|
-
GridTableColumnsExtension = "GridTableColumnsExtension",
|
|
179
|
-
ResponsiveTableCellsExtension = "ResponsiveTableCellsExtension"
|
|
180
|
-
}
|
|
181
|
-
export declare enum DefinitionName {
|
|
182
|
-
Action = "Action",
|
|
183
|
-
Actions = "Actions",
|
|
184
|
-
ActionsLR = "Actions<LineItems>",
|
|
185
|
-
ALPChart = "ALPChart",
|
|
186
|
-
ALPChartView = "ALPChartView",
|
|
187
|
-
ALPTable = "ALPTable",
|
|
188
|
-
ALPTableView = "ALPTableView",
|
|
189
|
-
AnalyticalListPageFilterBar = "AnalyticalListPageFilterBar",
|
|
190
|
-
AnnotationPathAsObject = "AnnotationPathAsObject",
|
|
191
|
-
ChartToolBarAction = "ChartToolBarAction",
|
|
192
|
-
CommonHeaderFacetSettings = "CommonHeaderFacetSettings",
|
|
193
|
-
CustomAction = "CustomAction",
|
|
194
|
-
CustomActionOP = "CustomActionOP",
|
|
195
|
-
CustomColumn = "TableCustomColumn",
|
|
196
|
-
CustomColumnOP = "TableCustomColumnOP",
|
|
197
|
-
CustomColumns = "TableCustomColumns",
|
|
198
|
-
CustomSections = "CustomSections",
|
|
199
|
-
FieldPath = "FieldPath",
|
|
200
|
-
Field = "Field",
|
|
201
|
-
Fields = "Fields",
|
|
202
|
-
Fields4Dialog = "Fields4Dialog",
|
|
203
|
-
FilterBar = "FilterBar",
|
|
204
|
-
Footer = "Footer",
|
|
205
|
-
FooterAction = "FooterAction",
|
|
206
|
-
FooterActions = "FooterActions",
|
|
207
|
-
FooterActionsLR = "FooterActions<LineItems>",
|
|
208
|
-
Form = "Form",
|
|
209
|
-
FormAction = "FormAction",
|
|
210
|
-
GenericActions = "GenericActions",
|
|
211
|
-
GenericColumnsOP = "GenericColumnsOP",
|
|
212
|
-
GenericFooter = "GenericFooter",
|
|
213
|
-
GenericSections = "GenericSections",
|
|
214
|
-
HeaderActions = "HeaderActions",
|
|
215
|
-
HeaderSections = "HeaderSections",
|
|
216
|
-
LineItems = "LineItems",
|
|
217
|
-
LineItemsOfView = "LineItemsOfView",
|
|
218
|
-
ListReportFilterBar = "ListReportFilterBar",
|
|
219
|
-
LRTableView = "LRTableView",
|
|
220
|
-
LRChartView = "LRChartView",
|
|
221
|
-
MultiTableModeV4 = "MultiTableModeV4",
|
|
222
|
-
ObjectPageChart = "ObjectPageChart",
|
|
223
|
-
ObjectPageCustomSectionFragment = "ObjectPageCustomSectionFragment",
|
|
224
|
-
ObjectPageFooter = "ObjectPageFooter",
|
|
225
|
-
ObjectPageFooterAction = "ObjectPageFooterAction",
|
|
226
|
-
ObjectPageFooterActions = "ObjectPageFooterActions",
|
|
227
|
-
ObjectPageHeader = "ObjectPageHeader",
|
|
228
|
-
ObjectPageHeaderSectionForm = "ObjectPageHeaderSectionForm",
|
|
229
|
-
ObjectPageHeaderSectionChart = "ObjectPageHeaderSectionChart",
|
|
230
|
-
ObjectPageHeaderSectionDataPoint = "ObjectPageHeaderSectionDataPoint",
|
|
231
|
-
ObjectPageHeaderSectionContact = "ObjectPageHeaderSectionContact",
|
|
232
|
-
ObjectPageHeaderSectionAddress = "ObjectPageHeaderSectionAddress",
|
|
233
|
-
ObjectPageLayout = "ObjectPageLayout",
|
|
234
|
-
ObjectPagePresentationVariant = "ObjectPagePresentationVariant",
|
|
235
|
-
ObjectPageSectionAddress = "ObjectPageSectionAddress",
|
|
236
|
-
ObjectPageSectionChart = "ObjectPageSectionChart",
|
|
237
|
-
ObjectPageSectionContact = "ObjectPageSectionContact",
|
|
238
|
-
ObjectPageSectionDataPoint = "ObjectPageSectionDataPoint",
|
|
239
|
-
ObjectPageSectionForm = "ObjectPageSectionForm",
|
|
240
|
-
ObjectPageSectionPresentationVariant = "ObjectPageSectionPresentationVariant",
|
|
241
|
-
ObjectPageSectionTableV4 = "ObjectPageSectionTableV4",
|
|
242
|
-
ObjectPageSubSections = "ObjectPageSubSections",
|
|
243
|
-
ObjectPageTable = "ObjectPageTable",
|
|
244
|
-
ObjectPageTableColumn = "ObjectPageTableColumn",
|
|
245
|
-
ObjectPageToolBar = "ObjectPageToolBar",
|
|
246
|
-
ObjectPageToolBarAction = "ObjectPageToolBarAction",
|
|
247
|
-
ObjectPageToolBarActions = "ObjectPageToolBarActions",
|
|
248
|
-
Position = "Position",
|
|
249
|
-
PositionOP = "PositionOP",
|
|
250
|
-
QuickVariant = "QuickVariant",
|
|
251
|
-
QuickVariantSelectionOP = "QuickVariantSelectionOP",
|
|
252
|
-
QuickVariantSelectionV4OP = "QuickVariantSelectionV4OP",
|
|
253
|
-
RelatedFacetKeys = "RelatedFacetKeys",
|
|
254
|
-
Sections = "Sections",
|
|
255
|
-
SelectionFields = "SelectionFields",
|
|
256
|
-
Table = "Table",
|
|
257
|
-
TableSPV = "TableSPV",
|
|
258
|
-
TableColumn = "TableColumn",
|
|
259
|
-
TableViewExtension = "TableViewExtension",
|
|
260
|
-
ToolBarAction = "ToolBarAction",
|
|
261
|
-
ToolBarLR = "ToolBar<LineItems>",
|
|
262
|
-
ToolBar = "ToolBar",
|
|
263
|
-
ViewTableColumn = "ViewTableColumn",
|
|
264
|
-
ViewCustomColumn = "ViewTableCustomColumn",
|
|
265
|
-
ViewCustomAction = "ViewTableCustomAction",
|
|
266
|
-
ViewChartToolBar = "ViewChartToolBar",
|
|
267
|
-
ViewToolBarAction = "ViewToolBarAction",
|
|
268
|
-
ViewPosition = "ViewPosition",
|
|
269
|
-
ViewCustomActionPosition = "ViewCustomActionPosition",
|
|
270
|
-
CustomActionPosition = "CustomActionPosition",
|
|
271
|
-
CustomActionPositionOP = "CustomActionPositionOP"
|
|
272
|
-
}
|
|
273
|
-
export declare enum PropertyName {
|
|
274
|
-
actions = "actions",
|
|
275
|
-
annotationPath = "annotationPath",
|
|
276
|
-
chart = "chart",
|
|
277
|
-
defaultPath = "defaultPath",
|
|
278
|
-
defaultTemplateAnnotationPath = "defaultTemplateAnnotationPath",
|
|
279
|
-
sections = "sections",
|
|
280
|
-
table = "table",
|
|
281
|
-
views = "views"
|
|
282
|
-
}
|
|
283
|
-
export declare enum SchemaTag {
|
|
284
|
-
annotationPath = "annotationPath",
|
|
285
|
-
annotationType = "annotationType",
|
|
286
|
-
artifactType = "artifactType",
|
|
287
|
-
controlType = "controlType",
|
|
288
|
-
dataType = "dataType",
|
|
289
|
-
fullyQualifiedName = "fullyQualifiedName",
|
|
290
|
-
hidden = "hidden",
|
|
291
|
-
isViewNode = "isViewNode",
|
|
292
|
-
key = "key",
|
|
293
|
-
propertyIndex = "propertyIndex"
|
|
294
|
-
}
|
|
295
|
-
export declare const METADATAPATH = "webapp/localService/metadata.xml";
|
|
296
|
-
export declare const MANIFESTPATH = "webapp/manifest.json";
|
|
297
|
-
export declare const VOCWITHSLASH = "/@com.sap.vocabularies";
|
|
298
|
-
export declare const VOCWITHCOLONS = "::@com.sap.vocabularies";
|
|
299
|
-
export declare const UIVOCABULARY = "com.sap.vocabularies.UI.v1";
|
|
300
|
-
export declare const UIVOCABULARYDOT = "com.sap.vocabularies.UI.v1.";
|
|
301
|
-
export declare const UIVOCABULARYALPHADOT = "@com.sap.vocabularies.UI.v1.";
|
|
302
|
-
export declare const QUICKVARPATH = "/quickVariantSelection";
|
|
303
|
-
export declare const QUICKVARPATHX = "/quickVariantSelectionX";
|
|
304
|
-
export declare const DATESETTINGSPATH = "/filterSettings/dateSettings";
|
|
305
|
-
export declare const FRAGMENTNAMEPART = ".fragment.";
|
|
306
|
-
//# sourceMappingURL=types.d.ts.map
|