@sap/ux-specification 1.71.62 → 1.71.65

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 (37) hide show
  1. package/CHANGELOG.md +32 -1
  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/index-min.js +1 -1
  9. package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -2
  10. package/dist/schemas/v2/ApplicationV2.json +10 -1
  11. package/dist/schemas/v2/ListReportConfig.json +4 -3
  12. package/dist/schemas/v2/ObjectPageConfig.json +19 -18
  13. package/dist/scripts/to-json-schema.js +1 -1
  14. package/dist/scripts/to-json-schema.js.map +1 -1
  15. package/dist/src/api.js +1 -1
  16. package/dist/src/specification/common/page.d.ts +1 -1
  17. package/dist/src/specification/v2/controls/Table.d.ts +1 -0
  18. package/dist/src/specification/v2/controls/Table.js.map +1 -1
  19. package/dist/src/sync/common/appProvider.d.ts +1 -1
  20. package/dist/src/sync/common/appProvider.js +10 -8
  21. package/dist/src/sync/common/appProvider.js.map +1 -1
  22. package/dist/src/sync/common/generate/utils.d.ts +16 -16
  23. package/dist/src/sync/common/generate/utils.js +39 -37
  24. package/dist/src/sync/common/generate/utils.js.map +1 -1
  25. package/dist/src/sync/common/types.d.ts +2 -1
  26. package/dist/src/sync/common/types.js +2 -1
  27. package/dist/src/sync/common/types.js.map +1 -1
  28. package/dist/src/sync/common/utils.d.ts +2 -2
  29. package/dist/src/sync/common/utils.js +8 -12
  30. package/dist/src/sync/common/utils.js.map +1 -1
  31. package/dist/src/sync/v2/export/controls/Fragment.js +14 -5
  32. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  33. package/dist/src/sync/v2/export/export.d.ts +2 -1
  34. package/dist/src/sync/v2/export/export.js +3 -4
  35. package/dist/src/sync/v2/export/export.js.map +1 -1
  36. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  37. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -4,18 +4,47 @@ 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.71.62] - 2022-06-29
7
+ ## [1.71.65] - 2022-08-11
8
8
 
9
9
  ### Added
10
10
 
11
+ - OData V2:
12
+
11
13
  ### Changed
12
14
 
15
+ - OData V2:
16
+ - Mark custom column 'columnIndex' property as hidden
17
+
13
18
  ### Removed
14
19
 
15
20
  ### Deprecated
16
21
 
17
22
  ### Fixed
18
23
 
24
+ - OData V2:
25
+ - LR:
26
+
27
+ ### Quality
28
+
29
+ ## [1.71.64] - 2022-07-28
30
+
31
+ ### Quality
32
+
33
+ - Upgrade of webpack
34
+ - Upgrade of terser
35
+ - Upgrade of glob-parent
36
+ - Upgrade of lerna
37
+
38
+ ## [1.71.63] - 2022-07-14
39
+
40
+ ### Fixed
41
+
42
+ - Coding refactored in accordance with changes in higher release versions
43
+
44
+ ## [1.71.62] - 2022-06-29
45
+
46
+ ### Fixed
47
+
19
48
  - OData V2:
20
49
  - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
21
50
  - Table type property is now set to blank in case not maintained in manifest.json
@@ -26,6 +55,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
26
55
 
27
56
  ### Quality
28
57
 
58
+ - Switch from nexus repository to artifactory
59
+
29
60
  ## [1.71.61] - 2022-06-16
30
61
 
31
62
  ### Added