@sap-ux/preview-middleware 0.16.154 → 0.16.156

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 (36) hide show
  1. package/dist/client/adp/controllers/AddFragment.controller.js +5 -5
  2. package/dist/client/adp/controllers/AddFragment.controller.ts +1 -1
  3. package/dist/client/adp/quick-actions/common/utils.js +20 -0
  4. package/dist/client/adp/quick-actions/common/utils.ts +7 -0
  5. package/dist/client/adp/quick-actions/control-types.js +23 -0
  6. package/dist/client/adp/quick-actions/control-types.ts +6 -0
  7. package/dist/client/adp/quick-actions/fe-v2/create-table-custom-column.js +6 -6
  8. package/dist/client/adp/quick-actions/fe-v2/create-table-custom-column.ts +2 -8
  9. package/dist/client/adp/quick-actions/fe-v2/lr-enable-table-filtering.js +5 -5
  10. package/dist/client/adp/quick-actions/fe-v2/lr-enable-table-filtering.ts +1 -1
  11. package/dist/client/adp/quick-actions/fe-v2/op-enable-empty-row-mode.js +95 -0
  12. package/dist/client/adp/quick-actions/fe-v2/op-enable-empty-row-mode.ts +99 -0
  13. package/dist/client/adp/quick-actions/fe-v2/registry.js +3 -2
  14. package/dist/client/adp/quick-actions/fe-v2/registry.ts +3 -1
  15. package/dist/client/adp/quick-actions/fe-v2/utils.js +12 -3
  16. package/dist/client/adp/quick-actions/fe-v2/utils.ts +14 -4
  17. package/dist/client/adp/quick-actions/fe-v4/change-table-columns.js +3 -2
  18. package/dist/client/adp/quick-actions/fe-v4/change-table-columns.ts +2 -1
  19. package/dist/client/adp/quick-actions/fe-v4/create-table-action.js +3 -2
  20. package/dist/client/adp/quick-actions/fe-v4/create-table-action.ts +2 -1
  21. package/dist/client/adp/quick-actions/fe-v4/create-table-custom-column.js +5 -5
  22. package/dist/client/adp/quick-actions/fe-v4/create-table-custom-column.ts +3 -7
  23. package/dist/client/adp/quick-actions/fe-v4/lr-enable-table-filtering.js +5 -5
  24. package/dist/client/adp/quick-actions/fe-v4/lr-enable-table-filtering.ts +4 -4
  25. package/dist/client/adp/quick-actions/fe-v4/op-enable-empty-row-mode.js +91 -0
  26. package/dist/client/adp/quick-actions/fe-v4/op-enable-empty-row-mode.ts +85 -0
  27. package/dist/client/adp/quick-actions/fe-v4/registry.js +3 -2
  28. package/dist/client/adp/quick-actions/fe-v4/registry.ts +3 -1
  29. package/dist/client/adp/quick-actions/fe-v4/table-quick-action-base.js +3 -3
  30. package/dist/client/adp/quick-actions/fe-v4/table-quick-action-base.ts +7 -4
  31. package/dist/client/adp/quick-actions/table-quick-action-base.js +18 -21
  32. package/dist/client/adp/quick-actions/table-quick-action-base.ts +29 -14
  33. package/dist/client/messagebundle.properties +4 -3
  34. package/dist/client/utils/fe-v4.js +13 -9
  35. package/dist/client/utils/fe-v4.ts +19 -11
  36. package/package.json +4 -4
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
11
11
  },
12
- "version": "0.16.154",
12
+ "version": "0.16.156",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -27,9 +27,9 @@
27
27
  "mem-fs-editor": "9.4.0",
28
28
  "@sap-ux/logger": "0.6.0",
29
29
  "@sap-ux/feature-toggle": "0.2.3",
30
- "@sap-ux/btp-utils": "0.17.2",
31
- "@sap-ux/adp-tooling": "0.12.100",
30
+ "@sap-ux/adp-tooling": "0.12.101",
32
31
  "@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.5.29",
32
+ "@sap-ux/btp-utils": "0.17.2",
33
33
  "@sap-ux/project-access": "1.28.10"
34
34
  },
35
35
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  "supertest": "6.3.3",
47
47
  "@sap-ux-private/playwright": "0.1.0",
48
48
  "dotenv": "16.3.1",
49
- "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.11.43",
49
+ "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.11.44",
50
50
  "@sap-ux/axios-extension": "1.17.8",
51
51
  "@sap-ux/store": "1.0.0",
52
52
  "@sap-ux/ui5-info": "0.8.3",