@sap/ux-specification 1.142.5 → 1.144.1
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 +26 -160
- 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 +312 -317
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +18 -0
- package/dist/schemas/v2/ListReportConfig.json +30 -0
- package/dist/schemas/v2/ListReportNewConfig.json +7 -202
- package/dist/schemas/v2/ObjectPageConfig.json +30 -0
- package/dist/schemas/v4/ApplicationV4.json +5 -13
- package/dist/schemas/v4/BuildingBlocksConfig.json +2094 -1618
- package/dist/schemas/v4/ObjectPageConfig.json +734 -112
- package/dist/specification/package.json +10 -9
- 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 +18 -24
- 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 +10 -23
- 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 +9 -45
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/ftfs/ftfs.d.ts +0 -8
- package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
- package/dist/specification/src/ftfs/ftfs.js +0 -1
- 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 +1 -2
- 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 +1 -3
- package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +22 -58
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +1 -23
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +8 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +15 -0
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +0 -4
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +0 -4
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +1 -0
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +0 -25
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +3 -3
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/rules.d.ts +1 -1
- package/dist/specification/src/sync/common/rules.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +5 -4
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +20 -29
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +25 -40
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts +1 -0
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +24 -34
- package/dist/specification/src/sync/v2/export/controls/Table.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 +2 -3
- 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 +19 -48
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +0 -2
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +6 -17
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +6 -54
- 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 +12 -106
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +15 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/generate.d.ts +6 -3
- package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/generate.js +12 -7
- package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +2 -0
- package/dist/specification/src/sync/v2/generate/listReport.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 +20 -6
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts +19 -0
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +75 -0
- 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/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 +2 -59
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +7 -582
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +0 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +0 -1
- 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 +14 -29
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
- package/dist/specification/src/sync/v2/types.d.ts +0 -2
- 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 +0 -25
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +4 -28
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +1 -1
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +2 -2
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +5 -3
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +7 -2
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +3 -9
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +6 -10
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +51 -11
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +246 -95
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +27 -6
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +38 -11
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +2 -1
- 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 +4 -2
- package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +0 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +46 -212
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ObjectPage.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ObjectPage.js +11 -0
- package/dist/specification/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +0 -13
- 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 +2 -74
- 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.js +5 -5
- 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 +39 -29
- 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 +3 -12
- 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 +13 -32
- 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 +78 -103
- 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 +4 -7
- 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 +19 -34
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +2 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +95 -136
- 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 +0 -20
- 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 +50 -11
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +4 -2
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +1 -2
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +1 -2
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +1 -3
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +294 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +753 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +4 -2
- 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 +4 -10
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.d.ts +0 -19
- package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.js +0 -34
- package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +4 -24
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +43 -240
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-utils/utils.d.ts +1 -2
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
- package/dist/specification/test/test-utils/utils.js +18 -26
- 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 +9 -15
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js +0 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +13 -11
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +7 -12
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -0
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +4 -0
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/application.d.ts +4 -13
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/application.js +0 -10
- package/dist/types/src/v4/application.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +252 -86
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +4 -0
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/package.json +10 -9
- package/dist/specification/src/sync/common/decoration/Decorator.d.ts +0 -91
- package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/Decorator.js +0 -139
- package/dist/specification/src/sync/common/decoration/Decorator.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +0 -95
- package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/condition-evaluator.js +0 -210
- package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/interfaces.d.ts +0 -38
- package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/interfaces.js +0 -3
- package/dist/specification/src/sync/common/decoration/interfaces.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +0 -18
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Enums.js +0 -50
- package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +0 -18
- package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Hide.js +0 -46
- package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +0 -26
- package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Message.js +0 -77
- package/dist/specification/src/sync/common/decoration/steps/Message.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +0 -18
- package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Readonly.js +0 -43
- package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +0 -18
- package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/Validity.js +0 -68
- package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +0 -19
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +0 -48
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/index.d.ts +0 -6
- package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +0 -1
- package/dist/specification/src/sync/common/decoration/steps/index.js +0 -14
- package/dist/specification/src/sync/common/decoration/steps/index.js.map +0 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +0 -12
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +0 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +0 -167
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/app.d.ts +0 -11
- package/dist/specification/src/sync/v4/generate/app.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/app.js +0 -31
- package/dist/specification/src/sync/v4/generate/app.js.map +0 -1
|
@@ -6,20 +6,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.ObjectPageAnalyticalConfiguration = exports.ObjectPageTable = exports.QuickVariantSelectionV4OP = exports.PersonalizationTypeOP = exports.
|
|
9
|
+
exports.ObjectPageTreeTableV4 = exports.ObjectPageGridTableV4 = exports.ObjectPageAnalyticalTableV4 = exports.ObjectPageAnalyticalConfiguration = exports.ObjectPageResponsiveTableV4 = exports.ObjectPageTableRowCountable = exports.ObjectPageTable = exports.QuickVariantSelectionV4OP = exports.PersonalizationTypeOP = exports.TableCreationModeExternalOPTable = exports.TableCreationModeCreationDialogOPTable = exports.TableCreationModeNewPageOPTable = exports.TableCreationModeInlineCreationsRowsOPGridTable = exports.TableCreationModeInlineCreationsRowsOPResponsiveTable = exports.TableCreationModeInlineOPTable = exports.TableCreationModeCreationDialogOPTreeTable = exports.TableCreationModeInlineOPTreeTable = exports.TableCreationModeNewPageOPTreeTable = exports.TableCreationModeOPTreeTable = void 0;
|
|
10
10
|
const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
11
|
-
const ux_specification_types_2 = require("@sap/ux-specification-types");
|
|
12
11
|
const decorators_1 = require("../../../common/decoration/decorators");
|
|
13
|
-
const decorator_paths_1 = require("../../../common/decoration/decorator-paths");
|
|
14
12
|
const application_1 = require("../../application");
|
|
15
13
|
const Table_1 = require("./Table");
|
|
16
|
-
|
|
17
|
-
* Creation mode configuration for Object Page tables.
|
|
18
|
-
* Uses decorators to control property visibility based on table type and creation mode.
|
|
19
|
-
*/
|
|
20
|
-
class TableCreationModeOP {
|
|
14
|
+
class TableCreationModeOPTreeTable {
|
|
21
15
|
}
|
|
22
|
-
exports.
|
|
16
|
+
exports.TableCreationModeOPTreeTable = TableCreationModeOPTreeTable;
|
|
23
17
|
__decorate([
|
|
24
18
|
(0, decorators_1.syncRule)({
|
|
25
19
|
manifest: {
|
|
@@ -28,15 +22,8 @@ __decorate([
|
|
|
28
22
|
delete: Table_1.deleteCreationModeProperty
|
|
29
23
|
}
|
|
30
24
|
}),
|
|
31
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
32
|
-
|
|
33
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'name', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
34
|
-
(0, decorators_1.enums)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), [
|
|
35
|
-
ux_specification_types_1.v4.TableCreationModeType.NewPage,
|
|
36
|
-
ux_specification_types_1.v4.TableCreationModeType.Inline,
|
|
37
|
-
ux_specification_types_1.v4.TableCreationModeType.CreationDialog
|
|
38
|
-
])
|
|
39
|
-
], TableCreationModeOP.prototype, "name", void 0);
|
|
25
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
26
|
+
], TableCreationModeOPTreeTable.prototype, "name", void 0);
|
|
40
27
|
__decorate([
|
|
41
28
|
(0, decorators_1.syncRule)({
|
|
42
29
|
manifest: {
|
|
@@ -45,17 +32,8 @@ __decorate([
|
|
|
45
32
|
delete: Table_1.deleteCreationModeProperty
|
|
46
33
|
}
|
|
47
34
|
}),
|
|
48
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/
|
|
49
|
-
|
|
50
|
-
// When name is not set, navigation determines default: NewPage if navigation exists, Inline otherwise
|
|
51
|
-
(0, decorator_paths_1.and)((0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name)), (0, decorator_paths_1.when)(decorator_paths_1.opTableContext.hasNavigation, true)))),
|
|
52
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createAtEnd)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'createAtEnd', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
53
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createAtEnd)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'createAtEnd', tableType: ux_specification_types_1.v4.TableTypeV4.TreeTable }, { deletable: true })),
|
|
54
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.Inline), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createAtEnd)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE', { propertyName: 'createAtEnd', creationMode: ux_specification_types_1.v4.TableCreationModeType.Inline }, { deletable: true })),
|
|
55
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)(
|
|
56
|
-
// When name is not set, default creation mode is determined by navigation (NewPage if navigation exists)
|
|
57
|
-
(0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name)), (0, decorator_paths_1.when)(decorator_paths_1.opTableContext.hasNavigation, true), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createAtEnd)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE', { propertyName: 'createAtEnd', creationMode: ux_specification_types_1.v4.TableCreationModeType.Inline }, { deletable: true }))
|
|
58
|
-
], TableCreationModeOP.prototype, "createAtEnd", void 0);
|
|
35
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f')
|
|
36
|
+
], TableCreationModeOPTreeTable.prototype, "createInPlace", void 0);
|
|
59
37
|
__decorate([
|
|
60
38
|
(0, decorators_1.syncRule)({
|
|
61
39
|
manifest: {
|
|
@@ -64,15 +42,24 @@ __decorate([
|
|
|
64
42
|
delete: Table_1.deleteCreationModeProperty
|
|
65
43
|
}
|
|
66
44
|
}),
|
|
67
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
45
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f')
|
|
46
|
+
], TableCreationModeOPTreeTable.prototype, "isCreateEnabled", void 0);
|
|
47
|
+
class TableCreationModeNewPageOPTreeTable extends TableCreationModeOPTreeTable {
|
|
48
|
+
}
|
|
49
|
+
exports.TableCreationModeNewPageOPTreeTable = TableCreationModeNewPageOPTreeTable;
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, decorators_1.syncRule)({
|
|
52
|
+
manifest: {
|
|
53
|
+
path: application_1.getTableSettingsPathForOP,
|
|
54
|
+
export: Table_1.exportCreationModeProperty,
|
|
55
|
+
delete: Table_1.deleteCreationModeProperty
|
|
56
|
+
}
|
|
57
|
+
}),
|
|
58
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
59
|
+
], TableCreationModeNewPageOPTreeTable.prototype, "name", void 0);
|
|
60
|
+
class TableCreationModeInlineOPTreeTable extends TableCreationModeOPTreeTable {
|
|
61
|
+
}
|
|
62
|
+
exports.TableCreationModeInlineOPTreeTable = TableCreationModeInlineOPTreeTable;
|
|
76
63
|
__decorate([
|
|
77
64
|
(0, decorators_1.syncRule)({
|
|
78
65
|
manifest: {
|
|
@@ -81,11 +68,11 @@ __decorate([
|
|
|
81
68
|
delete: Table_1.deleteCreationModeProperty
|
|
82
69
|
}
|
|
83
70
|
}),
|
|
84
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
71
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
72
|
+
], TableCreationModeInlineOPTreeTable.prototype, "name", void 0);
|
|
73
|
+
class TableCreationModeCreationDialogOPTreeTable extends TableCreationModeOPTreeTable {
|
|
74
|
+
}
|
|
75
|
+
exports.TableCreationModeCreationDialogOPTreeTable = TableCreationModeCreationDialogOPTreeTable;
|
|
89
76
|
__decorate([
|
|
90
77
|
(0, decorators_1.syncRule)({
|
|
91
78
|
manifest: {
|
|
@@ -94,11 +81,8 @@ __decorate([
|
|
|
94
81
|
delete: Table_1.deleteCreationModeProperty
|
|
95
82
|
}
|
|
96
83
|
}),
|
|
97
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/
|
|
98
|
-
|
|
99
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.isCreateEnabled)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'isCreateEnabled', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
100
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.isCreateEnabled)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'isCreateEnabled', tableType: ux_specification_types_1.v4.TableTypeV4.TreeTable }, { deletable: true }))
|
|
101
|
-
], TableCreationModeOP.prototype, "isCreateEnabled", void 0);
|
|
84
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
85
|
+
], TableCreationModeCreationDialogOPTreeTable.prototype, "name", void 0);
|
|
102
86
|
__decorate([
|
|
103
87
|
(0, decorators_1.syncRule)({
|
|
104
88
|
manifest: {
|
|
@@ -107,11 +91,57 @@ __decorate([
|
|
|
107
91
|
import: Table_1.importCreationModeCreationFieldsProperty
|
|
108
92
|
}
|
|
109
93
|
}),
|
|
110
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0')
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
94
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0')
|
|
95
|
+
], TableCreationModeCreationDialogOPTreeTable.prototype, "creationFields", void 0);
|
|
96
|
+
class TableCreationModeInlineOPTable {
|
|
97
|
+
}
|
|
98
|
+
exports.TableCreationModeInlineOPTable = TableCreationModeInlineOPTable;
|
|
99
|
+
__decorate([
|
|
100
|
+
(0, decorators_1.syncRule)({
|
|
101
|
+
manifest: {
|
|
102
|
+
path: application_1.getTableSettingsPathForOP,
|
|
103
|
+
export: Table_1.exportCreationModeProperty,
|
|
104
|
+
delete: Table_1.deleteCreationModeProperty
|
|
105
|
+
}
|
|
106
|
+
}),
|
|
107
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
108
|
+
], TableCreationModeInlineOPTable.prototype, "name", void 0);
|
|
109
|
+
__decorate([
|
|
110
|
+
(0, decorators_1.syncRule)({
|
|
111
|
+
manifest: {
|
|
112
|
+
path: application_1.getTableSettingsPathForOP,
|
|
113
|
+
export: Table_1.exportCreationModeProperty,
|
|
114
|
+
delete: Table_1.deleteCreationModeProperty
|
|
115
|
+
}
|
|
116
|
+
}),
|
|
117
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
118
|
+
], TableCreationModeInlineOPTable.prototype, "createAtEnd", void 0);
|
|
119
|
+
class TableCreationModeInlineCreationsRowsOPResponsiveTable {
|
|
120
|
+
}
|
|
121
|
+
exports.TableCreationModeInlineCreationsRowsOPResponsiveTable = TableCreationModeInlineCreationsRowsOPResponsiveTable;
|
|
122
|
+
__decorate([
|
|
123
|
+
(0, decorators_1.syncRule)({
|
|
124
|
+
manifest: {
|
|
125
|
+
path: application_1.getTableSettingsPathForOP,
|
|
126
|
+
export: Table_1.exportCreationModeProperty,
|
|
127
|
+
delete: Table_1.deleteCreationModeProperty
|
|
128
|
+
}
|
|
129
|
+
}),
|
|
130
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
131
|
+
], TableCreationModeInlineCreationsRowsOPResponsiveTable.prototype, "name", void 0);
|
|
132
|
+
__decorate([
|
|
133
|
+
(0, decorators_1.syncRule)({
|
|
134
|
+
manifest: {
|
|
135
|
+
path: application_1.getTableSettingsPathForOP,
|
|
136
|
+
export: Table_1.exportCreationModeProperty,
|
|
137
|
+
delete: Table_1.deleteCreationModeProperty
|
|
138
|
+
}
|
|
139
|
+
}),
|
|
140
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
141
|
+
], TableCreationModeInlineCreationsRowsOPResponsiveTable.prototype, "inlineCreationRowsHiddenInEditMode", void 0);
|
|
142
|
+
class TableCreationModeInlineCreationsRowsOPGridTable {
|
|
143
|
+
}
|
|
144
|
+
exports.TableCreationModeInlineCreationsRowsOPGridTable = TableCreationModeInlineCreationsRowsOPGridTable;
|
|
115
145
|
__decorate([
|
|
116
146
|
(0, decorators_1.syncRule)({
|
|
117
147
|
manifest: {
|
|
@@ -120,11 +150,67 @@ __decorate([
|
|
|
120
150
|
delete: Table_1.deleteCreationModeProperty
|
|
121
151
|
}
|
|
122
152
|
}),
|
|
123
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
153
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
154
|
+
], TableCreationModeInlineCreationsRowsOPGridTable.prototype, "name", void 0);
|
|
155
|
+
class TableCreationModeNewPageOPTable {
|
|
156
|
+
}
|
|
157
|
+
exports.TableCreationModeNewPageOPTable = TableCreationModeNewPageOPTable;
|
|
158
|
+
__decorate([
|
|
159
|
+
(0, decorators_1.syncRule)({
|
|
160
|
+
manifest: {
|
|
161
|
+
path: application_1.getTableSettingsPathForOP,
|
|
162
|
+
export: Table_1.exportCreationModeProperty,
|
|
163
|
+
delete: Table_1.deleteCreationModeProperty
|
|
164
|
+
}
|
|
165
|
+
}),
|
|
166
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
167
|
+
], TableCreationModeNewPageOPTable.prototype, "name", void 0);
|
|
168
|
+
class TableCreationModeCreationDialogOPTable {
|
|
169
|
+
}
|
|
170
|
+
exports.TableCreationModeCreationDialogOPTable = TableCreationModeCreationDialogOPTable;
|
|
171
|
+
__decorate([
|
|
172
|
+
(0, decorators_1.syncRule)({
|
|
173
|
+
manifest: {
|
|
174
|
+
path: application_1.getTableSettingsPathForOP,
|
|
175
|
+
export: Table_1.exportCreationModeProperty,
|
|
176
|
+
delete: Table_1.deleteCreationModeProperty
|
|
177
|
+
}
|
|
178
|
+
}),
|
|
179
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
180
|
+
], TableCreationModeCreationDialogOPTable.prototype, "name", void 0);
|
|
181
|
+
__decorate([
|
|
182
|
+
(0, decorators_1.syncRule)({
|
|
183
|
+
manifest: {
|
|
184
|
+
path: application_1.getTableSettingsPathForOP,
|
|
185
|
+
export: Table_1.exportCreationModeCreationFieldsProperty,
|
|
186
|
+
import: Table_1.importCreationModeCreationFieldsProperty
|
|
187
|
+
}
|
|
188
|
+
}),
|
|
189
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0')
|
|
190
|
+
], TableCreationModeCreationDialogOPTable.prototype, "creationFields", void 0);
|
|
191
|
+
class TableCreationModeExternalOPTable {
|
|
192
|
+
}
|
|
193
|
+
exports.TableCreationModeExternalOPTable = TableCreationModeExternalOPTable;
|
|
194
|
+
__decorate([
|
|
195
|
+
(0, decorators_1.syncRule)({
|
|
196
|
+
manifest: {
|
|
197
|
+
path: application_1.getTableSettingsPathForOP,
|
|
198
|
+
export: Table_1.exportCreationModeProperty,
|
|
199
|
+
delete: Table_1.deleteCreationModeProperty
|
|
200
|
+
}
|
|
201
|
+
}),
|
|
202
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b')
|
|
203
|
+
], TableCreationModeExternalOPTable.prototype, "name", void 0);
|
|
204
|
+
__decorate([
|
|
205
|
+
(0, decorators_1.syncRule)({
|
|
206
|
+
manifest: {
|
|
207
|
+
path: application_1.getTableSettingsPathForOP,
|
|
208
|
+
export: Table_1.exportCreationModeProperty,
|
|
209
|
+
delete: Table_1.deleteCreationModeProperty
|
|
210
|
+
}
|
|
211
|
+
}),
|
|
212
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/5c2bc2ea8a7e482e968124959354d736')
|
|
213
|
+
], TableCreationModeExternalOPTable.prototype, "outbound", void 0);
|
|
128
214
|
class PersonalizationTypeOP {
|
|
129
215
|
}
|
|
130
216
|
exports.PersonalizationTypeOP = PersonalizationTypeOP;
|
|
@@ -161,21 +247,21 @@ exports.QuickVariantSelectionV4OP = QuickVariantSelectionV4OP;
|
|
|
161
247
|
__decorate([
|
|
162
248
|
(0, decorators_1.syncRule)({
|
|
163
249
|
manifest: {
|
|
164
|
-
path: (pageName, manifest, sectionId) => (0, application_1.getTableSettingsPathForOP)(pageName, manifest, sectionId) +
|
|
250
|
+
path: (pageName, manifest, sectionId) => (0, application_1.getTableSettingsPathForOP)(pageName, manifest, sectionId) + ux_specification_types_1.QUICKVARPATH
|
|
165
251
|
}
|
|
166
252
|
})
|
|
167
253
|
], QuickVariantSelectionV4OP.prototype, "paths", void 0);
|
|
168
254
|
__decorate([
|
|
169
255
|
(0, decorators_1.syncRule)({
|
|
170
256
|
manifest: {
|
|
171
|
-
path: (pageName, manifest, sectionId) => (0, application_1.getTableSettingsPathForOP)(pageName, manifest, sectionId) +
|
|
257
|
+
path: (pageName, manifest, sectionId) => (0, application_1.getTableSettingsPathForOP)(pageName, manifest, sectionId) + ux_specification_types_1.QUICKVARPATH
|
|
172
258
|
}
|
|
173
259
|
})
|
|
174
260
|
], QuickVariantSelectionV4OP.prototype, "hideTableTitle", void 0);
|
|
175
261
|
__decorate([
|
|
176
262
|
(0, decorators_1.syncRule)({
|
|
177
263
|
manifest: {
|
|
178
|
-
path: (pageName, manifest, sectionId) => (0, application_1.getTableSettingsPathForOP)(pageName, manifest, sectionId) +
|
|
264
|
+
path: (pageName, manifest, sectionId) => (0, application_1.getTableSettingsPathForOP)(pageName, manifest, sectionId) + ux_specification_types_1.QUICKVARPATH
|
|
179
265
|
}
|
|
180
266
|
})
|
|
181
267
|
], QuickVariantSelectionV4OP.prototype, "showCounts", void 0);
|
|
@@ -330,39 +416,35 @@ __decorate([
|
|
|
330
416
|
since: '1.126.0'
|
|
331
417
|
})
|
|
332
418
|
], ObjectPageTable.prototype, "enableMassEdit", void 0);
|
|
419
|
+
class ObjectPageTableRowCountable extends ObjectPageTable {
|
|
420
|
+
}
|
|
421
|
+
exports.ObjectPageTableRowCountable = ObjectPageTableRowCountable;
|
|
333
422
|
__decorate([
|
|
334
423
|
(0, decorators_1.syncRule)({
|
|
335
424
|
manifest: {
|
|
336
|
-
path: application_1.getTableSettingsPathForOP
|
|
337
|
-
import: Table_1.importCreationMode
|
|
425
|
+
path: application_1.getTableSettingsPathForOP
|
|
338
426
|
}
|
|
339
427
|
}),
|
|
340
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/api/sap.fe.macros.Table%23controlProperties'),
|
|
341
428
|
(0, decorators_1.validity)({
|
|
342
|
-
since: '1.
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
429
|
+
since: '1.120.0'
|
|
430
|
+
/**
|
|
431
|
+
* since '1.130.0': 'Interactive', special message in sync/v4/generate/objectPage.ts
|
|
432
|
+
*/
|
|
433
|
+
})
|
|
434
|
+
], ObjectPageTableRowCountable.prototype, "rowCountMode", void 0);
|
|
346
435
|
__decorate([
|
|
347
436
|
(0, decorators_1.syncRule)({
|
|
348
437
|
manifest: {
|
|
349
438
|
path: application_1.getTableSettingsPathForOP
|
|
350
439
|
}
|
|
351
440
|
}),
|
|
352
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/api/sap.ui.mdc.enums.TableRowCountMode'),
|
|
353
441
|
(0, decorators_1.validity)({
|
|
354
442
|
since: '1.120.0'
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.rowCountMode)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'rowCountMode', tableType: ux_specification_types_1.v4.TableTypeV4.ResponsiveTable }, { deletable: true })),
|
|
361
|
-
(0, decorators_1.enums)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.sectionLayout, ux_specification_types_1.v4.SectionLayoutType.Tabs), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.isCollection, true)), [
|
|
362
|
-
ux_specification_types_1.v4.RowCountMode.Auto
|
|
363
|
-
]),
|
|
364
|
-
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.sectionLayout, ux_specification_types_1.v4.SectionLayoutType.Tabs), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.isCollection, true), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.rowCountMode), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.rowCountMode, ux_specification_types_1.v4.RowCountMode.Auto)), (0, decorator_paths_1.msg)('WARNING_DEFAULT_ROW_COUNT_MODE'))
|
|
365
|
-
], ObjectPageTable.prototype, "rowCountMode", void 0);
|
|
443
|
+
})
|
|
444
|
+
], ObjectPageTableRowCountable.prototype, "rowCount", void 0);
|
|
445
|
+
class ObjectPageResponsiveTableV4 extends ObjectPageTable {
|
|
446
|
+
}
|
|
447
|
+
exports.ObjectPageResponsiveTableV4 = ObjectPageResponsiveTableV4;
|
|
366
448
|
__decorate([
|
|
367
449
|
(0, decorators_1.syncRule)({
|
|
368
450
|
manifest: {
|
|
@@ -370,11 +452,21 @@ __decorate([
|
|
|
370
452
|
}
|
|
371
453
|
}),
|
|
372
454
|
(0, decorators_1.validity)({
|
|
373
|
-
since: '1.
|
|
455
|
+
since: '1.84.0'
|
|
456
|
+
})
|
|
457
|
+
], ObjectPageResponsiveTableV4.prototype, "type", void 0);
|
|
458
|
+
__decorate([
|
|
459
|
+
(0, decorators_1.syncRule)({
|
|
460
|
+
manifest: {
|
|
461
|
+
path: application_1.getTableSettingsPathForOP,
|
|
462
|
+
import: Table_1.importCreationMode
|
|
463
|
+
}
|
|
374
464
|
}),
|
|
375
|
-
(0, decorators_1.
|
|
376
|
-
(0, decorators_1.
|
|
377
|
-
|
|
465
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/api/sap.fe.macros.Table%23controlProperties'),
|
|
466
|
+
(0, decorators_1.validity)({
|
|
467
|
+
since: '1.130.0'
|
|
468
|
+
})
|
|
469
|
+
], ObjectPageResponsiveTableV4.prototype, "creationMode", void 0);
|
|
378
470
|
__decorate([
|
|
379
471
|
(0, decorators_1.syncRule)({
|
|
380
472
|
manifest: {
|
|
@@ -383,10 +475,34 @@ __decorate([
|
|
|
383
475
|
}),
|
|
384
476
|
(0, decorators_1.validity)({
|
|
385
477
|
since: '1.139.0'
|
|
478
|
+
})
|
|
479
|
+
], ObjectPageResponsiveTableV4.prototype, "popinLayout", void 0);
|
|
480
|
+
class ObjectPageAnalyticalConfiguration {
|
|
481
|
+
}
|
|
482
|
+
exports.ObjectPageAnalyticalConfiguration = ObjectPageAnalyticalConfiguration;
|
|
483
|
+
__decorate([
|
|
484
|
+
(0, decorators_1.syncRule)({
|
|
485
|
+
manifest: {
|
|
486
|
+
path: application_1.getTableAnalyticalConfigurationPathForOP
|
|
487
|
+
}
|
|
488
|
+
}),
|
|
489
|
+
(0, decorators_1.validity)({
|
|
490
|
+
since: '1.136.0'
|
|
491
|
+
})
|
|
492
|
+
], ObjectPageAnalyticalConfiguration.prototype, "aggregationOnLeafLevel", void 0);
|
|
493
|
+
class ObjectPageAnalyticalTableV4 extends ObjectPageTableRowCountable {
|
|
494
|
+
}
|
|
495
|
+
exports.ObjectPageAnalyticalTableV4 = ObjectPageAnalyticalTableV4;
|
|
496
|
+
__decorate([
|
|
497
|
+
(0, decorators_1.syncRule)({
|
|
498
|
+
manifest: {
|
|
499
|
+
path: application_1.getTableSettingsPathForOP
|
|
500
|
+
}
|
|
386
501
|
}),
|
|
387
|
-
(0, decorators_1.
|
|
388
|
-
|
|
389
|
-
|
|
502
|
+
(0, decorators_1.validity)({
|
|
503
|
+
since: '1.84.0'
|
|
504
|
+
})
|
|
505
|
+
], ObjectPageAnalyticalTableV4.prototype, "type", void 0);
|
|
390
506
|
__decorate([
|
|
391
507
|
(0, decorators_1.syncRule)({
|
|
392
508
|
manifest: {
|
|
@@ -395,21 +511,56 @@ __decorate([
|
|
|
395
511
|
}),
|
|
396
512
|
(0, decorators_1.validity)({
|
|
397
513
|
since: '1.136.0'
|
|
514
|
+
})
|
|
515
|
+
], ObjectPageAnalyticalTableV4.prototype, "analyticalConfiguration", void 0);
|
|
516
|
+
class ObjectPageGridTableV4 extends ObjectPageTableRowCountable {
|
|
517
|
+
}
|
|
518
|
+
exports.ObjectPageGridTableV4 = ObjectPageGridTableV4;
|
|
519
|
+
__decorate([
|
|
520
|
+
(0, decorators_1.syncRule)({
|
|
521
|
+
manifest: {
|
|
522
|
+
path: application_1.getTableSettingsPathForOP
|
|
523
|
+
}
|
|
398
524
|
}),
|
|
399
|
-
(0, decorators_1.
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
525
|
+
(0, decorators_1.validity)({
|
|
526
|
+
since: '1.84.0'
|
|
527
|
+
})
|
|
528
|
+
], ObjectPageGridTableV4.prototype, "type", void 0);
|
|
529
|
+
__decorate([
|
|
530
|
+
(0, decorators_1.syncRule)({
|
|
531
|
+
manifest: {
|
|
532
|
+
path: application_1.getTableSettingsPathForOP,
|
|
533
|
+
import: Table_1.importCreationMode
|
|
534
|
+
}
|
|
535
|
+
}),
|
|
536
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/api/sap.fe.macros.Table%23controlProperties'),
|
|
537
|
+
(0, decorators_1.validity)({
|
|
538
|
+
since: '1.130.0'
|
|
539
|
+
})
|
|
540
|
+
], ObjectPageGridTableV4.prototype, "creationMode", void 0);
|
|
541
|
+
class ObjectPageTreeTableV4 extends ObjectPageTableRowCountable {
|
|
403
542
|
}
|
|
404
|
-
exports.
|
|
543
|
+
exports.ObjectPageTreeTableV4 = ObjectPageTreeTableV4;
|
|
405
544
|
__decorate([
|
|
406
545
|
(0, decorators_1.syncRule)({
|
|
407
546
|
manifest: {
|
|
408
|
-
path: application_1.
|
|
547
|
+
path: application_1.getTableSettingsPathForOP
|
|
409
548
|
}
|
|
410
549
|
}),
|
|
411
550
|
(0, decorators_1.validity)({
|
|
412
|
-
since: '1.
|
|
551
|
+
since: '1.84.0'
|
|
413
552
|
})
|
|
414
|
-
],
|
|
553
|
+
], ObjectPageTreeTableV4.prototype, "type", void 0);
|
|
554
|
+
__decorate([
|
|
555
|
+
(0, decorators_1.syncRule)({
|
|
556
|
+
manifest: {
|
|
557
|
+
path: application_1.getTableSettingsPathForOP,
|
|
558
|
+
import: Table_1.importCreationMode
|
|
559
|
+
}
|
|
560
|
+
}),
|
|
561
|
+
(0, decorators_1.validity)({
|
|
562
|
+
since: '1.130.0'
|
|
563
|
+
}),
|
|
564
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/api/sap.fe.macros.Table%23controlProperties')
|
|
565
|
+
], ObjectPageTreeTableV4.prototype, "creationMode", void 0);
|
|
415
566
|
//# sourceMappingURL=ObjectPageTable.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../../src/sync/v4/export/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;;;;;;;AAAA,wEAAgE;AAChE,wEAA2D;AAC3D,sEAAoH;AACpH,gFAA6G;AAC7G,mDAAwG;AACxG,mCAWiB;AAGjB;;;GAGG;AACH,MAAa,mBAAmB;CAsR/B;AAtRD,kDAsRC;AA/PG;IAtBC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;IAC/D,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,EACxG,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,MAAM,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACxD,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,kBAAK,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE;QACxD,2BAAE,CAAC,qBAAqB,CAAC,OAAO;QAChC,2BAAE,CAAC,qBAAqB,CAAC,MAAM;QAC/B,2BAAE,CAAC,qBAAqB,CAAC,cAAc;KAC1C,CAAC;iDAC8B;AA+DhC;IA7DC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EACnD,IAAA,qBAAG,EACC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,EACxC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,MAAM,CAAC,CACzE;IACD,sGAAsG;IACtG,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAA,sBAAI,EAAC,gCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,CAC/F,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,EAC/G,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EAC/D,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,EACzG,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,EAAE,EACpE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,EACxC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,MAAM,CAAC,EACtE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAClD,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,MAAM,EAAE,EAC9E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG;IACC,yGAAyG;IACzG,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,EAC7C,IAAA,sBAAI,EAAC,gCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,EACxC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAClD,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,MAAM,EAAE,EAC9E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;wDACqB;AAqDtB;IAnDC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,EAClF,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,CAC3D,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,kCAAkC,CAAC,CACzE,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,oCAAoC,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACtF,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACxD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,kCAAkC,CAAC,CACzE,EACD,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,oCAAoC,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EACjG,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,EAClF,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,kCAAkC,CAAC,CACzE,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC;QACI,YAAY,EAAE,oCAAoC;QAClD,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,kBAAkB;KAC5D,EACD,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;+EAC4C;AAmC7C;IAjCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,CACrD,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,aAAa,CAAC,CACpD,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACjE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC,EAC1G,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,EAAE,EACtE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;0DACuB;AAmCxB;IAjCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,CACrD,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,eAAe,CAAC,CACtD,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,iBAAiB,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACnE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,eAAe,CAAC,CAAC,EAC5G,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,iBAAiB,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,EAAE,EACxE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;4DACwB;AAiCzB;IA/BC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,gDAAwC;YAChD,MAAM,EAAE,gDAAwC;SACnD;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,cAAc,CAAC,CAAC;IACpF,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,cAAc,CAAC,CACrD,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,gBAAgB,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EAClE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,cAAc,CAAC,EAC9E,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,cAAc,CAAC,CACrD,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,cAAc,EAAE,EACzF,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;2DACyB;AAmC1B;IAjCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAC3E,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,EAC5G,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EAC5D,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,QAAQ,CAAC,EACxE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,QAAQ,CAAC,CAC/C,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,QAAQ,EAAE,EAC7E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;qDACiB;AAGtB,MAAa,qBAAqB;CA2BjC;AA3BD,sDA2BC;AAnBG;IAPC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB,EAAE,6EAA6E;YAC9G,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;qDACe;AASjB;IAPC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB,EAAE,6EAA6E;YAC9G,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;mDACa;AASf;IAPC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;qDACe;AAGrB,MAAa,yBAAyB;CAwBrC;AAxBD,8DAwBC;AAjBG;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;wDACiC;AAQnC;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;iEACuB;AAQzB;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;6DACmB;AAGzB,MAAa,eAAe;CAkQ3B;AAlQD,0CAkQC;AAzPG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;6CACoB;AAWtB;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,6BAAqB;SAChC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;wDACgD;AAUlD;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;sDAC+B;AAUjC;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;kDACkB;AAUpB;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;uDACsB;AAWxB;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,8BAAiB,EAAC,kEAAkE,CAAC;qDAC/D;AAUvB;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;8DACgD;AAWlD;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,8BAAiB,EAAC,kEAAkE,CAAC;6DACvD;AAU/B;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;yDACyB;AAU3B;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;oDACoB;AAWtB;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;2DACtD;AAW5B;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;mEAC7C;AAWrC;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;+DACjD;AAYjC;IAVC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,4BAAoB;YAC5B,MAAM,EAAE,4BAAoB;SAC/B;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;uDACiC;AAkBnC;IAhBC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,0BAAkB;SAC7B;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,mEAAmE,CAAC;IACtF,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,CAAC,CAAC,EACxG,IAAA,sBAAI,EAAC,gCAAc,CAAC,YAAY,EAAE,KAAK,CAAC,CAC3C,CACJ;qDACkC;AAmCnC;IAjCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;QAChB;;WAEG;KACN,CAAC;IACD,IAAA,iBAAI,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;IAC/D,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,CAAC,EACnG,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,cAAc,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EAC3E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,kBAAK,EAAC,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,aAAa,EAAE,2BAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAAE,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC,EAAE;QAC/G,2BAAE,CAAC,YAAY,CAAC,IAAI;KACvB,CAAC;IACD,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,aAAa,EAAE,2BAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAC7D,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,EAAE,IAAI,CAAC,EACtC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,EACnC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,EAAE,2BAAE,CAAC,YAAY,CAAC,IAAI,CAAC,CACzD,EACD,IAAA,qBAAG,EAAC,gCAAgC,CAAC,CACxC;qDAC8B;AAmB/B;IAjBC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,iBAAI,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;IAC/D,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,QAAQ,CAAC,CAAC,EAC/F,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EACvE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;iDACiB;AAmBlB;IAjBC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,iBAAI,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;IAC9D,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,WAAW,CAAC,CAAC,EACjG,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EAC1E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;oDACyB;AAmB1B;IAjBC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,iBAAI,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;IAC9D,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,uBAAuB,CAAC,CAAC,EAC7G,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,yBAAyB,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EACtF,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;gEAC2D;AAGhE,MAAa,iCAAiC;CAU7C;AAVD,8EAUC;AADG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,sDAAwC;SACjD;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;iFAC+B"}
|
|
1
|
+
{"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../../src/sync/v4/export/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;;;;;;;AACA,wEAA2D;AAC3D,sEAA8F;AAC9F,mDAAwG;AACxG,mCAWiB;AAGjB,MAAa,4BAA4B;CA8BxC;AA9BD,oEA8BC;AArBG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;0DACkC;AAUpH;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;mEAC1D;AAUxB;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;qEACzD;AAG7B,MAAa,mCACT,SAAQ,4BAA4B;CAYvC;AAbD,kFAaC;AADG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;iEAC1C;AAG5C,MAAa,kCACT,SAAQ,4BAA4B;CAYvC;AAbD,gFAaC;AADG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;gEAC3C;AAG3C,MAAa,0CACT,SAAQ,4BAA4B;CAsBvC;AAvBD,gGAuBC;AAXG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;wEACnC;AAU/C;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,gDAAwC;YAChD,MAAM,EAAE,gDAAwC;SACnD;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;kFACxD;AAG9B,MAAa,8BAA8B;CAoB1C;AApBD,wEAoBC;AAXG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;4DAC3C;AAUvC;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;mEAC5D;AAG1B,MAAa,qDAAqD;CAqBjE;AArBD,sHAqBC;AAVG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;mFAC/B;AASnD;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;iHACrC;AAGjD,MAAa,+CAA+C;CAY3D;AAZD,0GAYC;AADG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;6EAC/B;AAGvD,MAAa,+BAA+B;CAU3C;AAVD,0EAUC;AADG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;6DAC1C;AAG5C,MAAa,sCAAsC;CAoBlD;AApBD,wFAoBC;AAXG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;oEACnC;AAU/C;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,gDAAwC;YAChD,MAAM,EAAE,gDAAwC;SACnD;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;8EACxD;AAG9B,MAAa,gCAAgC;CAoB5C;AApBD,4EAoBC;AAXG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;8DACzC;AAUzC;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;kEAChE;AAGtB,MAAa,qBAAqB;CA2BjC;AA3BD,sDA2BC;AAnBG;IAPC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB,EAAE,6EAA6E;YAC9G,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;qDACe;AASjB;IAPC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB,EAAE,6EAA6E;YAC9G,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;mDACa;AASf;IAPC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;qDACe;AAGrB,MAAa,yBAAyB;CAwBrC;AAxBD,8DAwBC;AAjBG;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;wDACiC;AAQnC;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;iEACuB;AAQzB;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;6DACmB;AAGzB,MAAa,eAAe;CAoJ3B;AApJD,0CAoJC;AA3IG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;6CACoB;AAWtB;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,6BAAqB;SAChC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;wDACgD;AAUlD;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;sDAC+B;AAUjC;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;kDACkB;AAUpB;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;uDACsB;AAWxB;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,8BAAiB,EAAC,kEAAkE,CAAC;qDAC/D;AAUvB;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;8DACgD;AAWlD;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,8BAAiB,EAAC,kEAAkE,CAAC;6DACvD;AAU/B;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;yDACyB;AAU3B;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;oDACoB;AAWtB;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;2DACtD;AAW5B;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;mEAC7C;AAWrC;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;+DACjD;AAYjC;IAVC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,4BAAoB;YAC5B,MAAM,EAAE,4BAAoB;SAC/B;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;uDACiC;AAGvC,MAAa,2BAA4B,SAAQ,eAAe;CAuB/D;AAvBD,kEAuBC;AAXG;IAXC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;QAChB;;WAEG;KACN,CAAC;iEAC6B;AAU/B;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;6DACgB;AAGtB,MAAa,2BAA4B,SAAQ,eAAe;CAqC/D;AArCD,kEAqCC;AA5BW;IARP,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;yDAC4C;AAY9C;IAVC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,0BAAkB;SAC7B;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,mEAAmE,CAAC;IACtF,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;iEAMqC;AAUvC;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;gEACwB;AAG9B,MAAa,iCAAiC;CAU7C;AAVD,8EAUC;AADG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,sDAAwC;SACjD;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;iFAC+B;AAGrC,MAAa,2BAA4B,SAAQ,2BAA2B;CAmB3E;AAnBD,kEAmBC;AAVW;IARP,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;yDAC4C;AAS9C;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;4EAC0D;AAGhE,MAAa,qBAAsB,SAAQ,2BAA2B;CA2BrE;AA3BD,sDA2BC;AAlBW;IARP,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;mDACsC;AAYxC;IAVC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,0BAAkB;SAC7B;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,mEAAmE,CAAC;IACtF,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;2DAMqC;AAG3C,MAAa,qBAAsB,SAAQ,2BAA2B;CAyBrE;AAzBD,sDAyBC;AAhBW;IARP,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;mDACsC;AAYxC;IAVC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,0BAAkB;SAC7B;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,mEAAmE,CAAC;2DAItC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { v4 } from '@sap/ux-specification-types';
|
|
2
2
|
import type { ToolBar } from './ToolBar';
|
|
3
|
+
import { Decorator } from '../../sync-rules';
|
|
3
4
|
import type { PopinLayout } from 'sap/m/library';
|
|
4
5
|
/**
|
|
5
6
|
* Deletes a property from the creation mode section of the manifest object,
|
|
@@ -116,7 +117,14 @@ export declare class QuickVariantSelectionV4 implements v4.QuickVariantSelection
|
|
|
116
117
|
/****************************************
|
|
117
118
|
* Sync class for TableSettings
|
|
118
119
|
*/
|
|
119
|
-
export declare class TableSettings implements v4.TableSettings {
|
|
120
|
+
export declare class TableSettings extends Decorator implements v4.TableSettings {
|
|
121
|
+
/**
|
|
122
|
+
* Returns the schema definition name to use for applying decorators.
|
|
123
|
+
* The schema uses 'Table' as the definition name, not 'TableSettings'.
|
|
124
|
+
*
|
|
125
|
+
* @returns The class name 'Table'
|
|
126
|
+
*/
|
|
127
|
+
getClassName(): string;
|
|
120
128
|
type?: v4.TableTypeV4;
|
|
121
129
|
personalization?: PersonalizationType | boolean;
|
|
122
130
|
selectionMode?: v4.SelectionMode;
|
|
@@ -132,11 +140,11 @@ export declare class TableSettings implements v4.TableSettings {
|
|
|
132
140
|
/****************************************
|
|
133
141
|
* Sync class for ALPChartView (renamed due to indirection in app schema)
|
|
134
142
|
*/
|
|
135
|
-
export declare class ALPChart implements v4.ALPChartView {
|
|
143
|
+
export declare class ALPChart extends Decorator implements v4.ALPChartView {
|
|
136
144
|
annotationPath: string;
|
|
137
145
|
toolBar?: v4.ViewChartToolBar;
|
|
138
146
|
}
|
|
139
|
-
export declare class CommonViewSettings implements v4.CommonViewSettings {
|
|
147
|
+
export declare class CommonViewSettings extends Decorator implements v4.CommonViewSettings {
|
|
140
148
|
key: string;
|
|
141
149
|
index: number;
|
|
142
150
|
annotationPath: string;
|
|
@@ -146,6 +154,13 @@ export declare class CommonViewSettings implements v4.CommonViewSettings {
|
|
|
146
154
|
* Sync class for view table settings
|
|
147
155
|
*/
|
|
148
156
|
export declare class TableViewSettings extends CommonViewSettings implements v4.TableSettings {
|
|
157
|
+
/**
|
|
158
|
+
* Returns the schema definition name to use for applying decorators.
|
|
159
|
+
* The schema uses 'LRTableView' as the definition name for table view settings.
|
|
160
|
+
*
|
|
161
|
+
* @returns The class name 'LRTableView'
|
|
162
|
+
*/
|
|
163
|
+
getClassName(): string;
|
|
149
164
|
type?: v4.TableTypeV4;
|
|
150
165
|
personalization?: ViewPersonalizationType | boolean;
|
|
151
166
|
selectionMode?: v4.SelectionMode;
|
|
@@ -194,10 +209,10 @@ export declare class TableViewExtension implements v4.TableViewExtension {
|
|
|
194
209
|
template: string;
|
|
195
210
|
visible?: boolean;
|
|
196
211
|
}
|
|
197
|
-
export declare class AnalyticalConfiguration implements v4.AnalyticalConfiguration {
|
|
212
|
+
export declare class AnalyticalConfiguration extends Decorator implements v4.AnalyticalConfiguration {
|
|
198
213
|
aggregationOnLeafLevel?: boolean;
|
|
199
214
|
}
|
|
200
|
-
export declare class ViewAnalyticalConfiguration implements v4.ViewAnalyticalConfiguration {
|
|
215
|
+
export declare class ViewAnalyticalConfiguration extends Decorator implements v4.ViewAnalyticalConfiguration {
|
|
201
216
|
aggregationOnLeafLevel?: boolean;
|
|
202
217
|
}
|
|
203
218
|
/**
|
|
@@ -220,7 +235,13 @@ export declare class Table extends TableSettings implements v4.Table {
|
|
|
220
235
|
analyticalConfiguration?: AnalyticalConfiguration;
|
|
221
236
|
popinLayout?: PopinLayout;
|
|
222
237
|
}
|
|
223
|
-
export declare class TableCreationModeLR implements v4.TableCreationModeLR {
|
|
238
|
+
export declare class TableCreationModeLR extends Decorator implements v4.TableCreationModeLR {
|
|
239
|
+
/**
|
|
240
|
+
* Returns the schema definition name to use for applying decorators.
|
|
241
|
+
*
|
|
242
|
+
* @returns The class name 'TableCreationModeLR'
|
|
243
|
+
*/
|
|
244
|
+
getClassName(): string;
|
|
224
245
|
name?: v4.TableCreationModeType.NewPage | v4.TableCreationModeType.CreationDialog;
|
|
225
246
|
creationFields?: string[];
|
|
226
247
|
createInPlace?: boolean;
|