@sap/ux-specification 1.84.132 → 1.84.133

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 (103) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-ListReport.html +2 -2
  10. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  11. package/dist/index-min.js +196 -191
  12. package/dist/index-min.js.map +4 -4
  13. package/dist/schemas/v2/ListReportNewConfig.json +164 -56
  14. package/dist/specification/package.json +8 -8
  15. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  16. package/dist/specification/scripts/schema/to-json-schema.js +2 -1
  17. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  18. package/dist/specification/src/api.d.ts +9 -1
  19. package/dist/specification/src/api.d.ts.map +1 -1
  20. package/dist/specification/src/api.js +51 -2
  21. package/dist/specification/src/api.js.map +1 -1
  22. package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
  23. package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
  24. package/dist/specification/src/ftfs/ftfs.js +1 -0
  25. package/dist/specification/src/ftfs/ftfs.js.map +1 -1
  26. package/dist/specification/src/ftfs/index.d.ts +1 -1
  27. package/dist/specification/src/ftfs/index.d.ts.map +1 -1
  28. package/dist/specification/src/ftfs/index.js +2 -1
  29. package/dist/specification/src/ftfs/index.js.map +1 -1
  30. package/dist/specification/src/sync/common/decoration/control.d.ts +4 -2
  31. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  32. package/dist/specification/src/sync/common/decoration/control.js +4 -2
  33. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  34. package/dist/specification/src/sync/common/generate/objectPage.js +2 -2
  35. package/dist/specification/src/sync/common/i18n.json +18 -0
  36. package/dist/specification/src/sync/common/utils.d.ts +2 -2
  37. package/dist/specification/src/sync/common/utils.js +3 -3
  38. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +5 -5
  39. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  40. package/dist/specification/src/sync/v2/export/controls/Fragment.js +39 -27
  41. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  42. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v2/export/export.js +6 -4
  44. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  45. package/dist/specification/src/sync/v2/export/exportPage.d.ts +2 -1
  46. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  47. package/dist/specification/src/sync/v2/export/exportPage.js +54 -21
  48. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  49. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
  50. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
  52. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  53. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +70 -18
  54. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  55. package/dist/specification/src/sync/v2/export/view-controller-generator.js +123 -25
  56. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  57. package/dist/specification/src/sync/v2/generate/objectPage.js +4 -4
  58. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
  59. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  60. package/dist/specification/src/sync/v2/generate/utils.d.ts +2 -2
  61. package/dist/specification/src/sync/v2/generate/utils.js +2 -2
  62. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts +0 -5
  63. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -1
  64. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -35
  65. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
  66. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
  67. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
  68. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +56 -2
  69. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  70. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +567 -3
  71. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  72. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  73. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +29 -6
  74. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  75. package/dist/specification/src/sync/v2/types.d.ts +2 -0
  76. package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
  77. package/dist/specification/src/sync/v2/types.js.map +1 -1
  78. package/dist/specification/src/sync/v2/utils.d.ts +25 -0
  79. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  80. package/dist/specification/src/sync/v2/utils.js +28 -4
  81. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  82. package/dist/specification/src/sync/v4/export/manifest.js +1 -1
  83. package/dist/specification/src/sync/v4/export/utils.d.ts +1 -1
  84. package/dist/specification/src/sync/v4/export/utils.js +1 -1
  85. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts +1 -1
  86. package/dist/specification/src/sync/v4/import/app/appProvider.js +4 -4
  87. package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
  88. package/dist/specification/test/test-utils/utils.js +4 -0
  89. package/dist/specification/test/test-utils/utils.js.map +1 -1
  90. package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
  91. package/dist/templates/GridTableColumnsExtension.xml +3 -3
  92. package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
  93. package/dist/templates/TreeTableColumnsExtension.xml +4 -4
  94. package/dist/templates/fragment.xml +3 -3
  95. package/dist/templates/view.xml +3 -3
  96. package/dist/types/src/apiTypes.d.ts +23 -4
  97. package/dist/types/src/apiTypes.d.ts.map +1 -1
  98. package/dist/types/src/apiTypes.js +5 -1
  99. package/dist/types/src/apiTypes.js.map +1 -1
  100. package/dist/types/src/common/types.d.ts +1 -0
  101. package/dist/types/src/common/types.d.ts.map +1 -1
  102. package/dist/types/src/common/types.js.map +1 -1
  103. package/package.json +8 -8

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.