@sap-ux/preview-middleware 0.23.72 → 0.23.73
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/dist/base/flp.js +1 -1
- package/dist/client/adp/controllers/AddSubpage.controller.ts +1 -1
- package/dist/client/adp/controllers/AddTableColumnFragments.controller.ts +2 -2
- package/dist/client/adp/controllers/BaseDialog.controller.js +5 -6
- package/dist/client/adp/controllers/BaseDialog.controller.ts +6 -5
- package/dist/client/adp/controllers/ControllerExtension.controller.js +1 -2
- package/dist/client/adp/dialog-factory.js +2 -4
- package/dist/client/adp/dialog-factory.ts +5 -4
- package/dist/client/adp/extension-point.js +2 -2
- package/dist/client/adp/extension-point.ts +6 -4
- package/dist/client/adp/init-dialogs.js +0 -2
- package/dist/client/adp/init-dialogs.ts +1 -3
- package/dist/client/adp/quick-actions/common/add-controller-to-page.ts +1 -1
- package/dist/client/adp/quick-actions/common/add-new-annotation-file.js +2 -2
- package/dist/client/adp/quick-actions/common/add-new-annotation-file.ts +1 -1
- package/dist/client/adp/quick-actions/common/create-page-action.ts +7 -3
- package/dist/client/adp/quick-actions/common/op-add-custom-section.ts +6 -3
- package/dist/client/adp/quick-actions/common/op-add-header-field.ts +8 -5
- package/dist/client/adp/quick-actions/common/utils.ts +1 -1
- package/dist/client/adp/quick-actions/enablement-validator.ts +1 -0
- package/dist/client/adp/quick-actions/fe-v2/change-table-columns.ts +6 -3
- package/dist/client/adp/quick-actions/fe-v2/create-table-action.ts +3 -3
- package/dist/client/adp/quick-actions/fe-v2/create-table-custom-column.ts +6 -6
- package/dist/client/adp/quick-actions/fe-v2/lr-enable-semantic-date-range-filter-bar.ts +6 -3
- package/dist/client/adp/quick-actions/fe-v2/lr-enable-table-filtering.ts +5 -2
- package/dist/client/adp/quick-actions/fe-v2/lr-enable-variant-management.ts +5 -2
- package/dist/client/adp/quick-actions/fe-v2/lr-toggle-clear-filter-bar.ts +5 -2
- package/dist/client/adp/quick-actions/fe-v2/op-enable-empty-row-mode.ts +6 -3
- package/dist/client/adp/quick-actions/fe-v2/op-enable-variant-management.ts +7 -4
- package/dist/client/adp/quick-actions/fe-v2/registry.js +2 -2
- package/dist/client/adp/quick-actions/fe-v2/registry.ts +1 -1
- package/dist/client/adp/quick-actions/fe-v2/utils.ts +4 -4
- package/dist/client/adp/quick-actions/fe-v4/change-table-columns.ts +6 -3
- package/dist/client/adp/quick-actions/fe-v4/enable-variant-management.ts +5 -2
- package/dist/client/adp/quick-actions/fe-v4/lr-enable-semantic-date-range-filter-bar.ts +6 -3
- package/dist/client/adp/quick-actions/fe-v4/lr-enable-table-filtering.ts +6 -3
- package/dist/client/adp/quick-actions/fe-v4/lr-toggle-clear-filter-bar.ts +6 -3
- package/dist/client/adp/quick-actions/fe-v4/op-enable-empty-row-mode.ts +6 -3
- package/dist/client/adp/quick-actions/fe-v4/registry.js +2 -2
- package/dist/client/adp/quick-actions/fe-v4/utils.ts +2 -2
- package/dist/client/adp/quick-actions/quick-action-base.js +2 -4
- package/dist/client/adp/quick-actions/quick-action-base.ts +1 -1
- package/dist/client/adp/quick-actions/simple-quick-action-base.js +1 -2
- package/dist/client/adp/quick-actions/simple-quick-action-base.ts +5 -4
- package/dist/client/adp/quick-actions/table-quick-action-base.js +12 -4
- package/dist/client/adp/quick-actions/table-quick-action-base.ts +20 -10
- package/dist/client/adp/sync-views-utils.js +1 -2
- package/dist/client/cpe/changes/flex-change.ts +3 -1
- package/dist/client/cpe/changes/generic-change.js +22 -29
- package/dist/client/cpe/changes/service.js +2 -3
- package/dist/client/cpe/changes/service.ts +1 -1
- package/dist/client/cpe/changes/validator.ts +4 -4
- package/dist/client/cpe/communication-service.js +3 -2
- package/dist/client/cpe/communication-service.ts +3 -2
- package/dist/client/cpe/connector-service.js +1 -3
- package/dist/client/cpe/connector-service.ts +3 -2
- package/dist/client/cpe/control-data.ts +5 -4
- package/dist/client/cpe/feature-service.js +3 -2
- package/dist/client/cpe/init.js +1 -2
- package/dist/client/cpe/logger.ts +1 -3
- package/dist/client/cpe/odata-health/odata-health-checker.js +4 -7
- package/dist/client/cpe/outline/editable.js +1 -2
- package/dist/client/cpe/outline/editable.ts +1 -1
- package/dist/client/cpe/outline/nodes.js +2 -2
- package/dist/client/cpe/outline/nodes.ts +4 -4
- package/dist/client/cpe/quick-actions/quick-action-definition.ts +1 -1
- package/dist/client/cpe/quick-actions/quick-action-service.js +1 -0
- package/dist/client/cpe/quick-actions/quick-action-service.ts +20 -12
- package/dist/client/cpe/quick-actions/registry.js +1 -1
- package/dist/client/cpe/quick-actions/registry.ts +4 -4
- package/dist/client/cpe/quick-actions/utils.js +3 -3
- package/dist/client/cpe/quick-actions/utils.ts +9 -10
- package/dist/client/cpe/rta-service.js +1 -1
- package/dist/client/cpe/rta-service.ts +4 -4
- package/dist/client/cpe/selection.js +3 -2
- package/dist/client/cpe/selection.ts +6 -3
- package/dist/client/cpe/types.ts +2 -2
- package/dist/client/flp/WorkspaceConnector.js +1 -1
- package/dist/client/flp/WorkspaceConnector.ts +3 -2
- package/dist/client/flp/common.ts +1 -1
- package/dist/client/flp/enableFakeConnector.js +1 -4
- package/dist/client/flp/enableFakeConnector.ts +2 -1
- package/dist/client/flp/init.js +10 -14
- package/dist/client/flp/init.ts +3 -3
- package/dist/client/flp/initCdm.ts +2 -6
- package/dist/client/flp/initRta.ts +2 -2
- package/dist/client/i18n.js +2 -4
- package/dist/client/utils/fe-v2.ts +1 -3
- package/dist/client/utils/info-center-message.js +6 -7
- package/dist/client/utils/version.js +4 -8
- package/dist/client/utils/version.ts +1 -2
- package/package.json +16 -16
|
@@ -30,6 +30,7 @@ export const minVersionInfo = {
|
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* Check if the given version info is valid.
|
|
33
|
+
*
|
|
33
34
|
* @param versionInfo to check
|
|
34
35
|
* @throws Error if the version info is invalid
|
|
35
36
|
*/
|
|
@@ -86,7 +87,6 @@ export async function getUi5Version(library: string = 'sap.ui.core'): Promise<Ui
|
|
|
86
87
|
* @param ui5VersionInfo to check
|
|
87
88
|
* @param minUi5VersionInfo to check against (default is 1.71)
|
|
88
89
|
* @throws Error if the version info is invalid
|
|
89
|
-
*
|
|
90
90
|
* @returns boolean
|
|
91
91
|
*/
|
|
92
92
|
export function isLowerThanMinimalUi5Version(
|
|
@@ -112,7 +112,6 @@ export function isLowerThanMinimalUi5Version(
|
|
|
112
112
|
* @param ui5VersionInfo to check
|
|
113
113
|
* @param targetUi5VersionInfo to check against (default is 1.71)
|
|
114
114
|
* @throws Error if the version info is invalid
|
|
115
|
-
*
|
|
116
115
|
* @returns boolean
|
|
117
116
|
*/
|
|
118
117
|
export function isVersionEqualOrHasNewerPatch(
|
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.23.
|
|
12
|
+
"version": "0.23.73",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"mem-fs-editor": "9.4.0",
|
|
28
28
|
"qrcode": "1.5.4",
|
|
29
29
|
"@sap/bas-sdk": "3.12.0",
|
|
30
|
-
"@sap-ux/adp-tooling": "0.18.
|
|
31
|
-
"@sap-ux/btp-utils": "1.1.
|
|
32
|
-
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.7.
|
|
33
|
-
"@sap-ux/feature-toggle": "0.3.
|
|
34
|
-
"@sap-ux/logger": "0.7.
|
|
35
|
-
"@sap-ux/project-access": "1.32.
|
|
36
|
-
"@sap-ux/system-access": "0.6.
|
|
37
|
-
"@sap-ux/i18n": "0.3.
|
|
30
|
+
"@sap-ux/adp-tooling": "0.18.21",
|
|
31
|
+
"@sap-ux/btp-utils": "1.1.6",
|
|
32
|
+
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.7.4",
|
|
33
|
+
"@sap-ux/feature-toggle": "0.3.5",
|
|
34
|
+
"@sap-ux/logger": "0.7.2",
|
|
35
|
+
"@sap-ux/project-access": "1.32.16",
|
|
36
|
+
"@sap-ux/system-access": "0.6.32",
|
|
37
|
+
"@sap-ux/i18n": "0.3.6"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@sap-ux-private/playwright": "0.2.
|
|
40
|
+
"@sap-ux-private/playwright": "0.2.3",
|
|
41
41
|
"@types/connect": "^3.4.38",
|
|
42
42
|
"@types/qrcode": "1.5.5",
|
|
43
43
|
"@types/ejs": "3.1.2",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"nock": "13.4.0",
|
|
54
54
|
"npm-run-all2": "6.2.0",
|
|
55
55
|
"supertest": "7.1.4",
|
|
56
|
-
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.18.
|
|
57
|
-
"@sap-ux/axios-extension": "1.24.
|
|
58
|
-
"@sap-ux/store": "1.3.
|
|
59
|
-
"@sap-ux/ui5-info": "0.13.
|
|
56
|
+
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.18.5",
|
|
57
|
+
"@sap-ux/axios-extension": "1.24.6",
|
|
58
|
+
"@sap-ux/store": "1.3.5",
|
|
59
|
+
"@sap-ux/ui5-info": "0.13.4"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"express": "4"
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"watch": "tsc --watch",
|
|
73
73
|
"clean": "rimraf --glob dist test/test-output coverage *.tsbuildinfo playwright-report",
|
|
74
74
|
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
|
|
75
|
-
"lint": "eslint
|
|
76
|
-
"lint:fix": "eslint
|
|
75
|
+
"lint": "eslint",
|
|
76
|
+
"lint:fix": "eslint --fix",
|
|
77
77
|
"test": "jest --ci --forceExit --detectOpenHandles --colors",
|
|
78
78
|
"test-u": "jest --ci --forceExit --detectOpenHandles --colors -u",
|
|
79
79
|
"test:integration:clean": "rimraf --glob playwright-report",
|