@sap-ux/preview-middleware 1.2.7 → 1.2.9

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.
@@ -14,7 +14,7 @@
14
14
  singleContainerFullSize="false"
15
15
  visible="{/inputFormVisibility}">
16
16
  <f:content>
17
- <Label text="Controller Name" />
17
+ <Label text="Name" />
18
18
  <Input
19
19
  id="controllerName"
20
20
  description="{/controllerExtension}"
@@ -42,9 +42,9 @@ ADP_ADD_FRAGMENT_WITH_TEMPLATE_NOTIFICATION = Note: The `{0}.fragment.xml` fragm
42
42
  ADP_CONTROLLER_EXTENSION_EXISTS = An existing controller extension has been found. Please use the previously created extension controller.
43
43
  ADP_CONTROLLER_PENDING_CHANGE_EXISTS = A pending change for controller extension has been found. Please use the previously created extension controller after saving the change or delete the pending change.
44
44
  ADP_CREATE_CONTROLLER_EXTENSION = Note: The `{0}` controller extension will be created once you save the change.
45
- ADP_CONTROLLER_TYPE_SELECTION_LABEL = Which controller would you like to extend?
45
+ ADP_CONTROLLER_TYPE_SELECTION_LABEL = Extend From
46
46
  ADP_CONTROLLER_TYPE_BASE = Base Page Controller
47
- ADP_CONTROLLER_TYPE_INSTANCE = This entity specific controller
47
+ ADP_CONTROLLER_TYPE_INSTANCE = Entity-Specific Controller
48
48
  ADP_ADD_TWO_FRAGMENTS_WITH_TEMPLATE_NOTIFICATION = Note: The `{0}.fragment.xml` and `{1}.fragment.xml` fragments will be created once you save the changes.
49
49
  ADP_SYNC_VIEWS_MESSAGE = Synchronous views are detected for this application. Controller extensions are not supported for such views and will be disabled.
50
50
  ADP_QUICK_ACTION_DIALOG_OPEN_MESSAGE = This action is disabled because a dialog is already open.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "bugs": {
11
11
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
12
12
  },
13
- "version": "1.2.7",
13
+ "version": "1.2.9",
14
14
  "license": "Apache-2.0",
15
15
  "author": "@SAP/ux-tools-team",
16
16
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "mem-fs-editor": "9.4.0",
29
29
  "qrcode": "1.5.4",
30
30
  "@sap/bas-sdk": "3.13.10",
31
- "@sap-ux/adp-tooling": "1.0.50",
31
+ "@sap-ux/adp-tooling": "1.0.51",
32
32
  "@sap-ux/btp-utils": "2.0.6",
33
33
  "@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@1.0.11",
34
34
  "@sap-ux/feature-toggle": "1.0.5",
@@ -54,7 +54,7 @@
54
54
  "nock": "14.0.16",
55
55
  "npm-run-all2": "9.0.2",
56
56
  "supertest": "7.2.2",
57
- "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@1.2.7",
57
+ "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@1.2.9",
58
58
  "@sap-ux-private/playwright": "1.0.6",
59
59
  "@sap-ux/axios-extension": "2.0.9",
60
60
  "@sap-ux/store": "2.0.7",