@fundamental-ngx/platform 0.58.0-rc.65 → 0.58.0-rc.67

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/platform",
3
- "version": "0.58.0-rc.65",
3
+ "version": "0.58.0-rc.67",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - platform",
6
6
  "license": "Apache-2.0",
@@ -13,9 +13,9 @@
13
13
  "node": ">= 10"
14
14
  },
15
15
  "peerDependencies": {
16
- "@fundamental-ngx/cdk": "0.58.0-rc.65",
17
- "@fundamental-ngx/core": "0.58.0-rc.65",
18
- "@fundamental-ngx/i18n": "0.58.0-rc.65"
16
+ "@fundamental-ngx/cdk": "0.58.0-rc.67",
17
+ "@fundamental-ngx/core": "0.58.0-rc.67",
18
+ "@fundamental-ngx/i18n": "0.58.0-rc.67"
19
19
  },
20
20
  "dependencies": {
21
21
  "fast-deep-equal": "3.1.3",
@@ -81,26 +81,26 @@
81
81
  "types": "./message-popover/index.d.ts",
82
82
  "default": "./fesm2022/fundamental-ngx-platform-message-popover.mjs"
83
83
  },
84
- "./object-marker": {
85
- "types": "./object-marker/index.d.ts",
86
- "default": "./fesm2022/fundamental-ngx-platform-object-marker.mjs"
87
- },
88
84
  "./object-attribute": {
89
85
  "types": "./object-attribute/index.d.ts",
90
86
  "default": "./fesm2022/fundamental-ngx-platform-object-attribute.mjs"
91
87
  },
88
+ "./object-marker": {
89
+ "types": "./object-marker/index.d.ts",
90
+ "default": "./fesm2022/fundamental-ngx-platform-object-marker.mjs"
91
+ },
92
92
  "./object-status": {
93
93
  "types": "./object-status/index.d.ts",
94
94
  "default": "./fesm2022/fundamental-ngx-platform-object-status.mjs"
95
95
  },
96
- "./page-footer": {
97
- "types": "./page-footer/index.d.ts",
98
- "default": "./fesm2022/fundamental-ngx-platform-page-footer.mjs"
99
- },
100
96
  "./panel": {
101
97
  "types": "./panel/index.d.ts",
102
98
  "default": "./fesm2022/fundamental-ngx-platform-panel.mjs"
103
99
  },
100
+ "./page-footer": {
101
+ "types": "./page-footer/index.d.ts",
102
+ "default": "./fesm2022/fundamental-ngx-platform-page-footer.mjs"
103
+ },
104
104
  "./search-field": {
105
105
  "types": "./search-field/index.d.ts",
106
106
  "default": "./fesm2022/fundamental-ngx-platform-search-field.mjs"
@@ -133,10 +133,6 @@
133
133
  "types": "./table-helpers/index.d.ts",
134
134
  "default": "./fesm2022/fundamental-ngx-platform-table-helpers.mjs"
135
135
  },
136
- "./value-help-dialog": {
137
- "types": "./value-help-dialog/index.d.ts",
138
- "default": "./fesm2022/fundamental-ngx-platform-value-help-dialog.mjs"
139
- },
140
136
  "./variant-management": {
141
137
  "types": "./variant-management/index.d.ts",
142
138
  "default": "./fesm2022/fundamental-ngx-platform-variant-management.mjs"
@@ -144,6 +140,10 @@
144
140
  "./wizard-generator": {
145
141
  "types": "./wizard-generator/index.d.ts",
146
142
  "default": "./fesm2022/fundamental-ngx-platform-wizard-generator.mjs"
143
+ },
144
+ "./value-help-dialog": {
145
+ "types": "./value-help-dialog/index.d.ts",
146
+ "default": "./fesm2022/fundamental-ngx-platform-value-help-dialog.mjs"
147
147
  }
148
148
  },
149
149
  "sideEffects": false
@@ -31,7 +31,7 @@ function callCoreSchematic(options) {
31
31
  (0, dependencies_1.addPackageJsonDependency)(tree, {
32
32
  type: dependencies_1.NodeDependencyType.Default,
33
33
  // Will be replaced with the real version during sync-version script run
34
- version: `0.58.0-rc.65`,
34
+ version: `0.58.0-rc.67`,
35
35
  name: '@fundamental-ngx/core'
36
36
  });
37
37
  const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({