@sap/ux-specification 1.144.0 → 1.144.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +73 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +340 -330
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +208 -7
- package/dist/schemas/v4/ApplicationV4.json +14 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +384 -43
- package/dist/schemas/v4/ObjectPageConfig.json +112 -728
- package/dist/specification/package.json +11 -10
- package/dist/specification/scripts/generate-validity-report.js +1 -1
- package/dist/specification/scripts/generate-validity-report.js.map +1 -1
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +48 -1
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +23 -10
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +39 -3
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
- package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
- package/dist/specification/src/ftfs/ftfs.js +1 -0
- package/dist/specification/src/ftfs/ftfs.js.map +1 -1
- package/dist/specification/src/ftfs/index.d.ts +1 -1
- package/dist/specification/src/ftfs/index.d.ts.map +1 -1
- package/dist/specification/src/ftfs/index.js +2 -1
- package/dist/specification/src/ftfs/index.js.map +1 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.js +3 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +2 -1
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +8 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +10 -7
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/Decorator.d.ts +91 -0
- package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/Decorator.js +139 -0
- package/dist/specification/src/sync/common/decoration/Decorator.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +95 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.js +210 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +58 -22
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +23 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +6 -48
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +26 -106
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +4 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +4 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/interfaces.d.ts +38 -0
- package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/interfaces.js +3 -0
- package/dist/specification/src/sync/common/decoration/interfaces.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.js +50 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.js +46 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +26 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.js +77 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.js +43 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.js +68 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +19 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +48 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/index.d.ts +6 -0
- package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/index.js +14 -0
- package/dist/specification/src/sync/common/decoration/steps/index.js.map +1 -0
- package/dist/specification/src/sync/common/i18n.json +25 -1
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +2 -0
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/rules.d.ts +25 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +27 -2
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +4 -5
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +29 -20
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +3 -2
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +48 -19
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +54 -6
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.js +106 -12
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +7 -7
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +56 -2
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +2 -0
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +3 -2
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts +16 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +30 -18
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +12 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +167 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +60 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +626 -11
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +30 -6
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
- package/dist/specification/src/sync/v2/types.d.ts +2 -0
- package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/types.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +25 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +28 -4
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +12 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +28 -3
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +1 -2
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +1 -2
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -5
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +2 -7
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +9 -3
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -6
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +1 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +11 -51
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +95 -246
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +6 -21
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +46 -37
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +1 -2
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +3 -4
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.js +2 -4
- package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +212 -46
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/app.d.ts +11 -0
- package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/app.js +31 -0
- package/dist/specification/src/sync/v4/generate/app.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +13 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +93 -13
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +4 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +29 -27
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +12 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +32 -13
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +103 -78
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +13 -6
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js +107 -108
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -2
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +162 -118
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +20 -0
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +11 -50
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +2 -4
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +2 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +3 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +1 -302
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +0 -753
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +2 -4
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +10 -4
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.d.ts +19 -0
- package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.js +34 -0
- package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +22 -2
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +238 -41
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-utils/utils.d.ts +1 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
- package/dist/specification/test/test-utils/utils.js +11 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -1
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
- package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
- package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
- package/dist/templates/GridTableColumnsExtension.xml +3 -3
- package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
- package/dist/templates/TreeTableColumnsExtension.xml +4 -4
- package/dist/templates/fragment.xml +3 -3
- package/dist/templates/view.xml +3 -3
- package/dist/types/src/apiTypes.d.ts +15 -5
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js +1 -0
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +11 -6
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +12 -7
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/application.d.ts +15 -0
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/application.js +10 -0
- package/dist/types/src/v4/application.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +86 -252
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/package.json +12 -11
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PopinLayout } from 'sap/m/library';
|
|
2
|
-
import type { AnalyticalConfiguration, AnnotationPathAsObject, EnableMassEdit,
|
|
2
|
+
import type { AnalyticalConfiguration, AnnotationPathAsObject, EnableMassEdit, RowCountMode, TableSettings, TableTypeV4 } from '.';
|
|
3
3
|
import type { Placement, ObjectPageTableColumn as ObjectPageTableColumnIF, ObjectPageTableColumnAction, TableCustomColumn } from '../webapp/manifest/ManifestSettings';
|
|
4
4
|
import type { ObjectPageToolBar } from './ObjectPageToolBar';
|
|
5
5
|
export interface PositionOP {
|
|
@@ -24,84 +24,39 @@ export interface TableCustomColumnOP extends TableCustomColumn {
|
|
|
24
24
|
*/
|
|
25
25
|
position?: PositionOP;
|
|
26
26
|
}
|
|
27
|
-
export type AnyObjectPageTableType =
|
|
28
|
-
/**
|
|
29
|
-
* Table
|
|
30
|
-
*
|
|
31
|
-
* @isViewNode true
|
|
32
|
-
* @controlProperty type
|
|
33
|
-
*/
|
|
34
|
-
export interface ObjectPageGridTableV4 extends ObjectPageTable, RowCountable {
|
|
35
|
-
/**
|
|
36
|
-
* Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
|
|
37
|
-
*/
|
|
38
|
-
type?: TableTypeV4.GridTable;
|
|
39
|
-
/**
|
|
40
|
-
* Defines the page behavior when a new record is created.
|
|
41
|
-
*/
|
|
42
|
-
creationMode?: TableCreationModeInlineOPTable | TableCreationModeInlineCreationsRowsOPGridTable | TableCreationModeNewPageOPTable | TableCreationModeCreationDialogOPTable | TableCreationModeExternalOPTable;
|
|
43
|
-
}
|
|
27
|
+
export type AnyObjectPageTableType = ObjectPageTable;
|
|
44
28
|
export interface ObjectPageAnalyticalConfiguration extends AnalyticalConfiguration {
|
|
45
29
|
}
|
|
46
30
|
/**
|
|
47
31
|
* Table
|
|
48
32
|
*
|
|
49
33
|
* @isViewNode true
|
|
50
|
-
* @controlProperty type
|
|
51
34
|
*/
|
|
52
|
-
export interface
|
|
53
|
-
/**
|
|
54
|
-
* Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
|
|
55
|
-
*/
|
|
56
|
-
type?: TableTypeV4.AnalyticalTable;
|
|
57
|
-
analyticalConfiguration?: ObjectPageAnalyticalConfiguration;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* Table
|
|
61
|
-
*
|
|
62
|
-
* @isViewNode true
|
|
63
|
-
* @controlProperty type
|
|
64
|
-
*/
|
|
65
|
-
export interface ObjectPageTreeTableV4 extends ObjectPageTable, RowCountable {
|
|
35
|
+
export interface ObjectPageTable extends TableSettingsOP {
|
|
66
36
|
/**
|
|
67
37
|
* Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
|
|
68
38
|
*/
|
|
69
|
-
type?: TableTypeV4
|
|
70
|
-
/**
|
|
71
|
-
* Defines the page behavior when a new record is created.
|
|
72
|
-
*/
|
|
73
|
-
creationMode?: TableCreationModeNewPageOPTreeTable | TableCreationModeInlineOPTreeTable | TableCreationModeCreationDialogOPTreeTable;
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Table
|
|
77
|
-
*
|
|
78
|
-
* @isViewNode true
|
|
79
|
-
* @controlProperty type
|
|
80
|
-
* @defaultControlProperty true
|
|
81
|
-
*/
|
|
82
|
-
export interface ObjectPageResponsiveTableV4 extends ObjectPageTable {
|
|
39
|
+
type?: TableTypeV4;
|
|
83
40
|
/**
|
|
84
|
-
* Defines the table
|
|
41
|
+
* Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.
|
|
42
|
+
* - Fixed: The table always has as many rows as defined in the rowCount property.
|
|
43
|
+
* - Auto (default): The number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the rowCount property.
|
|
44
|
+
* - Interactive: The user can change the number of displayed rows by dragging a resize handle.
|
|
85
45
|
*/
|
|
86
|
-
|
|
46
|
+
rowCountMode?: RowCountMode;
|
|
87
47
|
/**
|
|
88
|
-
*
|
|
48
|
+
* Number of rows to be displayed in the table.
|
|
49
|
+
*
|
|
50
|
+
* @minimum 0
|
|
89
51
|
*/
|
|
90
|
-
|
|
52
|
+
rowCount?: number;
|
|
91
53
|
/**
|
|
92
54
|
* Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.
|
|
93
55
|
*
|
|
94
56
|
* @descriptionSrcURL https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html
|
|
95
57
|
*/
|
|
96
58
|
popinLayout?: PopinLayout.Block | PopinLayout.GridSmall | PopinLayout.GridLarge;
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Table
|
|
100
|
-
*
|
|
101
|
-
* @isViewNode true
|
|
102
|
-
* @controlProperty type
|
|
103
|
-
*/
|
|
104
|
-
export interface ObjectPageTable extends TableSettingsOP {
|
|
59
|
+
analyticalConfiguration?: ObjectPageAnalyticalConfiguration;
|
|
105
60
|
/**
|
|
106
61
|
* Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.
|
|
107
62
|
*/
|
|
@@ -114,6 +69,11 @@ export interface ObjectPageTable extends TableSettingsOP {
|
|
|
114
69
|
* Tool Bar
|
|
115
70
|
*/
|
|
116
71
|
toolBar?: ObjectPageToolBar;
|
|
72
|
+
/**
|
|
73
|
+
* Defines the page behavior when a new record is created.
|
|
74
|
+
* Note: Not available for AnalyticalTable.
|
|
75
|
+
*/
|
|
76
|
+
creationMode?: TableCreationModeOP;
|
|
117
77
|
}
|
|
118
78
|
/**
|
|
119
79
|
* Table Section
|
|
@@ -131,81 +91,36 @@ export declare enum TableCreationModeType {
|
|
|
131
91
|
External = "External"
|
|
132
92
|
}
|
|
133
93
|
/**
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
* @defaultControlProperty true
|
|
137
|
-
* @controlProperty name
|
|
94
|
+
* Creation mode configuration for Object Page tables.
|
|
95
|
+
* Visibility of specific properties is controlled by decorators in the specification package based on table type and creation mode.
|
|
138
96
|
*/
|
|
139
|
-
export interface
|
|
97
|
+
export interface TableCreationModeOP {
|
|
140
98
|
/**
|
|
141
|
-
* Defines the creation mode to be used by the
|
|
142
|
-
* Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
|
|
143
|
-
*
|
|
144
|
-
* - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
|
|
145
|
-
* - Inline: The creation is performed inline.
|
|
146
|
-
* - CreationDialog: The creation is performed in a table. There is a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
147
|
-
*
|
|
148
|
-
* If the 'name' property is not set:
|
|
149
|
-
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise, it is 'Inline'.
|
|
150
|
-
*/
|
|
151
|
-
name?: TableCreationModeType.NewPage;
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* Inline creation mode for TreeTable
|
|
155
|
-
*
|
|
156
|
-
* @controlProperty name
|
|
157
|
-
*/
|
|
158
|
-
export interface TableCreationModeInlineOPTreeTable extends TableCreationModeOPTreeTable {
|
|
159
|
-
/**
|
|
160
|
-
* Defines the creation mode to be used by the tree table.
|
|
161
|
-
* Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
|
|
99
|
+
* Defines the creation mode to be used by the table.
|
|
162
100
|
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
* - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
166
|
-
*
|
|
167
|
-
* If the 'name' property is not set:
|
|
168
|
-
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
|
|
169
|
-
*/
|
|
170
|
-
name?: TableCreationModeType.Inline;
|
|
171
|
-
}
|
|
172
|
-
/**
|
|
173
|
-
* CreationDialog creation mode for TreeTable
|
|
174
|
-
*
|
|
175
|
-
* @controlProperty name
|
|
176
|
-
*/
|
|
177
|
-
export interface TableCreationModeCreationDialogOPTreeTable extends TableCreationModeOPTreeTable {
|
|
178
|
-
/**
|
|
179
|
-
* Defines the creation mode to be used by the tree table.
|
|
180
|
-
* Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
|
|
101
|
+
* For tree tables, allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
|
|
102
|
+
* For responsive and grid tables, allowed values are 'NewPage', 'Inline', 'InlineCreationRows', 'External', or 'CreationDialog'.
|
|
181
103
|
*
|
|
182
104
|
* - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
|
|
183
|
-
* - Inline: The creation is performed inline
|
|
105
|
+
* - Inline: The creation is performed inline
|
|
106
|
+
* - InlineCreationRows: The creation is performed inline with an empty row (not available for tree tables)
|
|
107
|
+
* - External: The creation is performed in a different application which is specified using the `outbound` parameter (not available for tree tables)
|
|
184
108
|
* - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
185
109
|
*
|
|
186
110
|
* If the 'name' property is not set:
|
|
187
111
|
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
|
|
188
112
|
*/
|
|
189
|
-
name?: TableCreationModeType
|
|
113
|
+
name?: TableCreationModeType;
|
|
190
114
|
/**
|
|
191
|
-
*
|
|
192
|
-
* The value is
|
|
115
|
+
* Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.
|
|
116
|
+
* The default value is `false`.
|
|
193
117
|
*/
|
|
194
|
-
|
|
195
|
-
}
|
|
196
|
-
export interface TableCreationModeOPTreeTable {
|
|
118
|
+
createAtEnd?: boolean;
|
|
197
119
|
/**
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
* - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
|
|
202
|
-
* - Inline: The creation is performed inline.
|
|
203
|
-
* - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
204
|
-
*
|
|
205
|
-
* If the 'name' property is not set:
|
|
206
|
-
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
|
|
120
|
+
* Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.
|
|
121
|
+
* The default value is `false`.
|
|
207
122
|
*/
|
|
208
|
-
|
|
123
|
+
inlineCreationRowsHiddenInEditMode?: boolean;
|
|
209
124
|
/**
|
|
210
125
|
* Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).
|
|
211
126
|
* The default value is `false`. When set to `false`, the new entry is placed as the first child below its parent.
|
|
@@ -215,153 +130,72 @@ export interface TableCreationModeOPTreeTable {
|
|
|
215
130
|
* Defines the extension point to control the enablement of the "Create" button or "Create Menu" buttons.
|
|
216
131
|
*/
|
|
217
132
|
isCreateEnabled?: string;
|
|
218
|
-
}
|
|
219
|
-
/**
|
|
220
|
-
* Inline creation mode
|
|
221
|
-
*
|
|
222
|
-
* @controlProperty name
|
|
223
|
-
*/
|
|
224
|
-
export interface TableCreationModeInlineOPTable {
|
|
225
133
|
/**
|
|
226
|
-
* Defines the
|
|
227
|
-
*
|
|
228
|
-
*
|
|
229
|
-
* - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
|
|
230
|
-
* - Inline: The creation is performed inline
|
|
231
|
-
* - InlineCreationsRows: The creation is performed inline with an empty row
|
|
232
|
-
* - External: The creation is performed in a different application which is specified using the `outbound` parameter
|
|
233
|
-
* - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
234
|
-
*
|
|
235
|
-
* If the 'name' property is not set:
|
|
236
|
-
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
|
|
134
|
+
* Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.
|
|
135
|
+
* The value is a comma-separated list of property names.
|
|
237
136
|
*/
|
|
238
|
-
|
|
137
|
+
creationFields?: string[];
|
|
239
138
|
/**
|
|
240
|
-
*
|
|
241
|
-
* The default value is `false`.
|
|
139
|
+
* The navigation target where the document is created when `creationMode` is set to `External`.
|
|
242
140
|
*/
|
|
243
|
-
|
|
141
|
+
outbound?: string;
|
|
244
142
|
}
|
|
245
143
|
/**
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
* @controlProperty name
|
|
144
|
+
* @deprecated Use TableCreationModeOP instead
|
|
249
145
|
*/
|
|
250
|
-
export
|
|
251
|
-
/**
|
|
252
|
-
* Defines the creation mode to be used by the table.
|
|
253
|
-
* Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
|
|
254
|
-
*
|
|
255
|
-
* - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
|
|
256
|
-
* - Inline: The creation is performed inline
|
|
257
|
-
* - InlineCreationsRows: The creation is performed inline with an empty row
|
|
258
|
-
* - External: The creation is performed in a different application which is specified using the `outbound` parameter.
|
|
259
|
-
* - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
260
|
-
*
|
|
261
|
-
* If the 'name' property is not set:
|
|
262
|
-
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
|
|
263
|
-
*/
|
|
264
|
-
name?: TableCreationModeType.InlineCreationRows;
|
|
265
|
-
/**
|
|
266
|
-
* Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.
|
|
267
|
-
* The default value is `false`.
|
|
268
|
-
*/
|
|
269
|
-
inlineCreationRowsHiddenInEditMode?: boolean;
|
|
270
|
-
}
|
|
146
|
+
export type TableCreationModeOPTreeTable = TableCreationModeOP;
|
|
271
147
|
/**
|
|
272
|
-
*
|
|
273
|
-
*
|
|
274
|
-
* @controlProperty name
|
|
148
|
+
* @deprecated Use TableCreationModeOP instead
|
|
275
149
|
*/
|
|
276
|
-
export
|
|
277
|
-
/**
|
|
278
|
-
* Defines the creation mode to be used by the table.
|
|
279
|
-
* Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
|
|
280
|
-
*
|
|
281
|
-
* - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
|
|
282
|
-
* - Inline: The creation is performed inline
|
|
283
|
-
* - InlineCreationsRows: The creation is performed inline with an empty row
|
|
284
|
-
* - External: The creation is performed in a different application which is specified using the `outbound` parameter.
|
|
285
|
-
* - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
286
|
-
*
|
|
287
|
-
* If the 'name' property is not set:
|
|
288
|
-
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
|
|
289
|
-
*/
|
|
290
|
-
name?: TableCreationModeType.InlineCreationRows;
|
|
291
|
-
}
|
|
150
|
+
export type TableCreationModeNewPageOPTreeTable = TableCreationModeOP;
|
|
292
151
|
/**
|
|
293
|
-
*
|
|
294
|
-
*
|
|
295
|
-
* @defaultControlProperty true
|
|
296
|
-
* @controlProperty name
|
|
152
|
+
* @deprecated Use TableCreationModeOP instead
|
|
297
153
|
*/
|
|
298
|
-
export
|
|
299
|
-
/**
|
|
300
|
-
* Defines the creation mode to be used by the table.
|
|
301
|
-
* Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
|
|
302
|
-
*
|
|
303
|
-
* - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
|
|
304
|
-
* - Inline: The creation is performed inline
|
|
305
|
-
* - InlineCreationsRows: The creation is performed inline with an empty row
|
|
306
|
-
* - External: The creation is performed in a different application which is specified using the `outbound` parameter.
|
|
307
|
-
* - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
308
|
-
*
|
|
309
|
-
* If the 'name' property is not set:
|
|
310
|
-
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
|
|
311
|
-
*/
|
|
312
|
-
name?: TableCreationModeType.NewPage;
|
|
313
|
-
}
|
|
154
|
+
export type TableCreationModeInlineOPTreeTable = TableCreationModeOP;
|
|
314
155
|
/**
|
|
315
|
-
*
|
|
316
|
-
*
|
|
317
|
-
* @controlProperty name
|
|
156
|
+
* @deprecated Use TableCreationModeOP instead
|
|
318
157
|
*/
|
|
319
|
-
export
|
|
320
|
-
/**
|
|
321
|
-
* Defines the creation mode to be used by the table.
|
|
322
|
-
* Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
|
|
323
|
-
*
|
|
324
|
-
* - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
|
|
325
|
-
* - Inline: The creation is performed inline
|
|
326
|
-
* - InlineCreationsRows: The creation is performed inline with an empty row
|
|
327
|
-
* - External: The creation is performed in a different application which is specified using the `outbound` parameter.
|
|
328
|
-
* - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
|
|
329
|
-
*
|
|
330
|
-
* If the 'name' property is not set:
|
|
331
|
-
* If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
|
|
332
|
-
*/
|
|
333
|
-
name?: TableCreationModeType.CreationDialog;
|
|
334
|
-
/**
|
|
335
|
-
* Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.
|
|
336
|
-
* The value is a comma-separated list of property names.
|
|
337
|
-
*/
|
|
338
|
-
creationFields?: string[];
|
|
339
|
-
}
|
|
158
|
+
export type TableCreationModeCreationDialogOPTreeTable = TableCreationModeOP;
|
|
340
159
|
/**
|
|
341
|
-
*
|
|
342
|
-
*
|
|
343
|
-
* @controlProperty name
|
|
160
|
+
* @deprecated Use TableCreationModeOP instead
|
|
344
161
|
*/
|
|
345
|
-
export
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
162
|
+
export type TableCreationModeInlineOPTable = TableCreationModeOP;
|
|
163
|
+
/**
|
|
164
|
+
* @deprecated Use TableCreationModeOP instead
|
|
165
|
+
*/
|
|
166
|
+
export type TableCreationModeInlineCreationsRowsOPResponsiveTable = TableCreationModeOP;
|
|
167
|
+
/**
|
|
168
|
+
* @deprecated Use TableCreationModeOP instead
|
|
169
|
+
*/
|
|
170
|
+
export type TableCreationModeInlineCreationsRowsOPGridTable = TableCreationModeOP;
|
|
171
|
+
/**
|
|
172
|
+
* @deprecated Use TableCreationModeOP instead
|
|
173
|
+
*/
|
|
174
|
+
export type TableCreationModeNewPageOPTable = TableCreationModeOP;
|
|
175
|
+
/**
|
|
176
|
+
* @deprecated Use TableCreationModeOP instead
|
|
177
|
+
*/
|
|
178
|
+
export type TableCreationModeCreationDialogOPTable = TableCreationModeOP;
|
|
179
|
+
/**
|
|
180
|
+
* @deprecated Use TableCreationModeOP instead
|
|
181
|
+
*/
|
|
182
|
+
export type TableCreationModeExternalOPTable = TableCreationModeOP;
|
|
183
|
+
/**
|
|
184
|
+
* @deprecated Use ObjectPageTable instead
|
|
185
|
+
*/
|
|
186
|
+
export type ObjectPageGridTableV4 = ObjectPageTable;
|
|
187
|
+
/**
|
|
188
|
+
* @deprecated Use ObjectPageTable instead
|
|
189
|
+
*/
|
|
190
|
+
export type ObjectPageAnalyticalTableV4 = ObjectPageTable;
|
|
191
|
+
/**
|
|
192
|
+
* @deprecated Use ObjectPageTable instead
|
|
193
|
+
*/
|
|
194
|
+
export type ObjectPageTreeTableV4 = ObjectPageTable;
|
|
195
|
+
/**
|
|
196
|
+
* @deprecated Use ObjectPageTable instead
|
|
197
|
+
*/
|
|
198
|
+
export type ObjectPageResponsiveTableV4 = ObjectPageTable;
|
|
365
199
|
export interface PersonalizationTypeOP {
|
|
366
200
|
/**
|
|
367
201
|
* Defines whether the user can add and remove columns to a given table.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EACR,uBAAuB,EACvB,sBAAsB,EACtB,cAAc,EACd,YAAY,EACZ,aAAa,EACb,WAAW,EACd,MAAM,GAAG,CAAC;AACX,OAAO,KAAK,EACR,SAAS,EACT,qBAAqB,IAAI,uBAAuB,EAChD,2BAA2B,EAC3B,iBAAiB,EACpB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAI7D,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,mBAAoB,SAAQ,iBAAiB;IAC1D;;;;OAIG;IACH,QAAQ,CAAC,EAAE,UAAU,CAAC;CACzB;AAED,MAAM,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;AAyGA,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC7B,4CAAmB,CAAA;IACnB,kEAAyC,CAAA;IACzC,0CAAiB,CAAA;IACjB,0DAAiC,CAAA;IACjC,8CAAqB,CAAA;AACzB,CAAC,EANW,qBAAqB,qCAArB,qBAAqB,QAMhC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.144.
|
|
3
|
+
"version": "1.144.2",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
28
|
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
29
29
|
"create-json-schemas": "ts-node ./scripts/schema/index.ts ",
|
|
30
|
-
"copy-json-schemas": "
|
|
31
|
-
"copy-templates": "
|
|
30
|
+
"copy-json-schemas": "cpy \"schemas/**\" dist/schemas",
|
|
31
|
+
"copy-templates": "cpy \"src/sync/v2/export/templates/**\" dist/templates --flat",
|
|
32
32
|
"deleteSnapshots": "rimraf **/_file_snapshots_",
|
|
33
33
|
"docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
|
|
34
34
|
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
@@ -41,8 +41,9 @@
|
|
|
41
41
|
"lint:report": "eslint . -f multiple",
|
|
42
42
|
"lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
43
43
|
"macros": "ts-node ./scripts/macros/index.ts",
|
|
44
|
+
"macros:update": "npm run macros -- --update",
|
|
44
45
|
"test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
45
|
-
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
46
|
+
"test:ci": "node --max-old-space-size=4096 ./node_modules/.bin/jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
46
47
|
"update-snapshots": "jest --updateSnapshot",
|
|
47
48
|
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
|
|
48
49
|
"watch:doc": "npm-run-all -l -s clean:doc -s compile -s htmlV2 htmlV4 -s bundle:watch"
|
|
@@ -50,14 +51,14 @@
|
|
|
50
51
|
"publisher": "SAPSE",
|
|
51
52
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
53
|
"dependencies": {
|
|
53
|
-
"@sap-ux/fe-fpm-writer": "0.43.
|
|
54
|
+
"@sap-ux/fe-fpm-writer": "0.43.21",
|
|
54
55
|
"@sap-ux/vocabularies-types": "0.15.0"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"@sap-ux/annotation-converter": "0.10.21",
|
|
58
59
|
"@sap-ux/edmx-parser": "0.10.0",
|
|
59
|
-
"@sap-ux/project-access": "1.35.
|
|
60
|
-
"@sap/ux-specification-types": "1.144.
|
|
60
|
+
"@sap-ux/project-access": "1.35.20",
|
|
61
|
+
"@sap/ux-specification-types": "1.144.2",
|
|
61
62
|
"@sapui5/types": "latest-1.144",
|
|
62
63
|
"@types/d3": "7.4.3",
|
|
63
64
|
"@types/jquery": "3.5.34",
|
|
@@ -67,14 +68,14 @@
|
|
|
67
68
|
"@ui5/flexibility-utils": "0.1.3",
|
|
68
69
|
"@xml-tools/ast": "5.0.5",
|
|
69
70
|
"@xml-tools/parser": "1.0.11",
|
|
70
|
-
"axios": "1.
|
|
71
|
-
"
|
|
71
|
+
"axios": "1.15.0",
|
|
72
|
+
"cpy-cli": "7.0.0",
|
|
72
73
|
"d3": "7.9.0",
|
|
73
74
|
"deepmerge": "4.3.1",
|
|
74
75
|
"ejs": "3.1.10",
|
|
75
76
|
"eslint-formatter-checkstyle": "9.0.1",
|
|
76
77
|
"excel4node": "1.8.2",
|
|
77
|
-
"i18next": "25.8.
|
|
78
|
+
"i18next": "25.8.18",
|
|
78
79
|
"jquery": "3.7.1",
|
|
79
80
|
"jsdom": "25.0.1",
|
|
80
81
|
"jsonpath-plus": "10.4.0",
|
|
@@ -114,4 +115,4 @@
|
|
|
114
115
|
}
|
|
115
116
|
]
|
|
116
117
|
}
|
|
117
|
-
}
|
|
118
|
+
}
|