@sap/ux-specification 1.102.0 → 1.102.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +72 -5
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  4. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  5. package/dist/documentation/v2/v2-ListReport.html +1 -1
  6. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  7. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  8. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  9. package/dist/documentation/v4/v4-FreestylePage.html +48 -0
  10. package/dist/documentation/v4/v4-ListReport.html +1 -1
  11. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  12. package/dist/index-min.js +1 -1
  13. package/dist/schemas/v2/AnalyticalListPageConfig.json +2 -2
  14. package/dist/schemas/v2/ListReportConfig.json +4 -4
  15. package/dist/schemas/v2/ObjectPageConfig.json +19 -19
  16. package/dist/schemas/v4/ApplicationV4.json +4 -0
  17. package/dist/schemas/v4/FreestylePageConfig.json +10 -0
  18. package/dist/schemas/v4/ListReportConfig.json +184 -1
  19. package/dist/schemas/v4/ObjectPageConfig.json +101 -1
  20. package/dist/specification/v4/index-min.js +1 -1
  21. package/dist/src/apiTypes.d.ts +16 -4
  22. package/dist/src/specification/schemaAccess.d.ts +2 -1
  23. package/dist/src/specification/v4/ApplicationV4.d.ts +4 -0
  24. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +14 -2
  25. package/dist/src/specification/v4/controls/ToolBar.d.ts +59 -2
  26. package/dist/src/specification/v4/pages/FreestylePageConfig.d.ts +2 -0
  27. package/dist/src/specification/v4/pages/index.d.ts +1 -0
  28. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +2 -0
  29. package/dist/src/sync/common/appProvider.d.ts +1 -1
  30. package/dist/src/sync/common/generate/utils.d.ts +39 -18
  31. package/dist/src/sync/common/types.d.ts +14 -3
  32. package/dist/src/sync/common/utils.d.ts +16 -2
  33. package/dist/src/sync/v2/export/controls/Table.d.ts +1 -2
  34. package/dist/src/sync/v2/export/export.d.ts +2 -1
  35. package/dist/src/sync/v2/import/common/index.d.ts +1 -0
  36. package/dist/src/sync/v2/import/controls/table.d.ts +3 -1
  37. package/dist/src/sync/v2/types.d.ts +4 -3
  38. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +16 -1
  39. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
  40. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +31 -1
  41. package/dist/src/sync/v4/export/pages/FreestylePage.d.ts +5 -0
  42. package/dist/src/sync/v4/export/pages/index.d.ts +1 -0
  43. package/dist/src/sync/v4/export/utils.d.ts +6 -0
  44. package/dist/src/sync/v4/generate/freestylePage.d.ts +10 -0
  45. package/dist/src/sync/v4/generate/generate.d.ts +12 -0
  46. package/dist/src/sync/v4/generate/index.d.ts +2 -1
  47. package/dist/src/sync/v4/import/app/appProvider.d.ts +4 -17
  48. package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +45 -0
  49. package/dist/src/sync/v4/import/app/freestyleProvider.d.ts +7 -0
  50. package/dist/src/sync/v4/import/app/index.d.ts +3 -0
  51. package/dist/src/sync/v4/utils/utils.d.ts +20 -3
  52. package/dist/test/unit/generateAppSchema/generateAppSchemaFFV4.test.d.ts +1 -0
  53. package/dist/test/unit/generateGenericSchema/generateGenericSchemaFFV4.test.d.ts +1 -0
  54. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -4,27 +4,94 @@ All notable changes to this project are documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
6
6
 
7
+ ## [1.102.3] - 2022-07-28
8
+
9
+ ### Added
10
+
11
+ - OData V4:
12
+ - Added support for custom actions for tables in LR and OP
13
+
14
+ ### Changed
15
+
16
+ ### Removed
17
+
18
+ ### Deprecated
19
+
20
+ ### Fixed
21
+
22
+ - OData V4:
23
+ - Fixed an issue with custom column export where it was not possible to restore a deleted column
24
+
25
+ ### Quality
26
+
27
+ - Upgrade of webpack and dependent modules
28
+ - Upgrade of terser
29
+ - Upgrade of glob-parent, mem-fs-editor
30
+ - Upgrade of lerna
31
+ - Upgrade of fe-fpm-writer
32
+
33
+ ## [1.102.2] - 2022-07-14
34
+
35
+ ### Changed
36
+
37
+ - OData V4: In case of PresentationVariant definitions for charts or line items an intermediate node had originally been introduced in the Object Page schema that represents the PresentationVariant. This multi-level propagation of references caused issues in the consuming UI, thus the intermediate node got deleted again. The PresentationVariant must be determined by the consuming application if necessary.
38
+
39
+ ### Fixed
40
+
41
+ - OData V2:
42
+ - OVP:
43
+
44
+ - OData V4:
45
+ - Properties of custom columns on object page had not been exported correctly if the table is associated to another entity type via navigation path or is using a PresentationVariant.
46
+ The value help of the anchor in LSP (config JSON) also did not show the right values.
47
+ - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
48
+ wrong `annotationPath` and `isViewNode` settings are adjusted.
49
+ - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
50
+
51
+ ### Quality
52
+
53
+ - Switch from nexus repository to artifactory
54
+
55
+ ## [1.102.1] - 2022-06-29
56
+
57
+ ### Added
58
+
59
+ - OData V4:
60
+ - Extend pagemap support for freestyle apps using FPM library
61
+
62
+ ### Fixed
63
+
64
+ - OData V2:
65
+ - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
66
+ - Table type property is now set to blank in case not maintained in manifest.json
67
+ - If two sections of object page referred to an element (e.g. action, table column) of the same name, they had been sync'd by the program logic: changes of one property had also been refelected in the other.
68
+ - One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
69
+ - No sorting by time took place before for flexibility changes, as a result an older change of the same property may have shown up instead of the newer one.
70
+ - If several flexibility changes existed for the same control property, secondary ones had not been imported correctly: you could find them under a wrong property name in the config JSON file.
71
+
7
72
  ## [1.102.0] - 2022-06-16
8
73
 
9
74
  ### Added
75
+
10
76
  - Missing exposure of type definitions was added.
11
77
 
12
78
  ### Changed
79
+
13
80
  OData V2:
81
+
14
82
  - Custom column property "columnIndex". Schema enhancement by defining range using "minimum=0".
15
83
 
16
84
  ### Removed
85
+
17
86
  OData V4:
18
- - In case of List Report views, non-applicable table properties are removed.
19
87
 
20
- ### Deprecated
88
+ - In case of List Report views, non-applicable table properties are removed.
21
89
 
22
90
  ### Fixed
91
+
23
92
  OData V4:
93
+
24
94
  - In case of List Report views, custom columns with navigation property are considered for the correct view.
25
95
  - Avoid creation of empty personalization object
26
96
  OData V2:
27
97
  - Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files
28
-
29
- ### Quality
30
-