@sap-ux/preview-middleware 0.19.11 → 0.19.14

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.
@@ -35,9 +35,9 @@ ADP_ADD_FRAGMENT_DIALOG_COLUMN_FRAGMENT_NAME_LABEL = Column Fragment Name
35
35
  ADP_ADD_FRAGMENT_DIALOG_CELL_FRAGMENT_NAME_LABEL = Cell Fragment Name
36
36
  ADP_ADD_SUB_PAGE_DIALOG_PAGE_TYPE_LABEL = Page Type
37
37
  ADP_ADD_SUB_PAGE_DIALOG_NAVIGATION_LABEL = Navigation
38
- ADP_ADD_FRAGMENT_NOTIFICATION = Note: The "{0}.fragment.xml" fragment will be created once you save the change.
39
- ADP_ADD_FRAGMENT_WITH_TEMPLATE_NOTIFICATION = Note: The "{0}.fragment.xml" fragment will be created once you save the changes.
40
- 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.
38
+ ADP_ADD_FRAGMENT_NOTIFICATION = Note: The `{0}.fragment.xml` fragment will be created once you save the change.
39
+ ADP_ADD_FRAGMENT_WITH_TEMPLATE_NOTIFICATION = Note: The `{0}.fragment.xml` fragment will be created once you save the changes.
40
+ 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.
41
41
  ADP_SYNC_VIEWS_MESSAGE = Synchronous views are detected for this application. Controller extensions are not supported for such views and will be disabled.
42
42
  ADP_QUICK_ACTION_DIALOG_OPEN_MESSAGE = This action is disabled because a dialog is already open.
43
43
  ADP_ADD_FRAGMENT_MENU_ITEM = Add: Fragment
@@ -67,9 +67,9 @@ ANNOTATION_FILE_HAS_BEEN_FOUND=An annotation file has been found.
67
67
  SHOW_FILE_IN_VSCODE=Show File in VSCode
68
68
 
69
69
  INVALID_BINDING_STRING=Invalid binding string.
70
- INVALID_BINDING_STRING_FORMAT=Invalid binding string. Supported value pattern is {i18n>YOUR_KEY}
70
+ INVALID_BINDING_STRING_FORMAT=Invalid binding string. The supported value pattern is {i18n>YOUR_KEY}
71
71
  INVALID_BINDING_MODEL=Invalid binding model.
72
- INVALID_BINDING_MODEL_KEY=Invalid key in the binding string. Supported value pattern is {i18n>YOUR_KEY}. Check if the key already exists in i18n.properties.If not, add the key in the i18n.properties file and reload the editor for the new key to take effect.
72
+ INVALID_BINDING_MODEL_KEY=Invalid key in the binding string. The supported value pattern is {i18n>YOUR_KEY}. Check if the key already exists in the `i18n.properties` file. If not, add the key in the `i18n.properties` file and reload the editor for the new key to take effect.
73
73
 
74
74
  NO_SUB_PAGES_TO_ADD=This option has been disabled because there are no subpages to add
75
75
  ADD_SUB_PAGE_DIALOG_TITLE=Add Subpage
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.19.11",
12
+ "version": "0.19.14",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -25,10 +25,10 @@
25
25
  "ejs": "3.1.10",
26
26
  "mem-fs": "2.1.0",
27
27
  "mem-fs-editor": "9.4.0",
28
- "@sap-ux/adp-tooling": "0.13.22",
29
- "@sap-ux/feature-toggle": "0.2.3",
28
+ "@sap-ux/adp-tooling": "0.13.24",
30
29
  "@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.6.2",
31
30
  "@sap-ux/btp-utils": "1.0.2",
31
+ "@sap-ux/feature-toggle": "0.2.3",
32
32
  "@sap-ux/logger": "0.6.0",
33
33
  "@sap-ux/project-access": "1.29.18",
34
34
  "@sap-ux/system-access": "0.5.34"
@@ -49,7 +49,7 @@
49
49
  "nock": "13.4.0",
50
50
  "npm-run-all2": "6.2.0",
51
51
  "supertest": "6.3.3",
52
- "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.13.13",
52
+ "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.13.14",
53
53
  "@sap-ux/axios-extension": "1.19.2",
54
54
  "@sap-ux/i18n": "0.2.3",
55
55
  "@sap-ux/store": "1.0.0",