@fundamental-ngx/platform 0.58.0-rc.38 → 0.58.0-rc.39

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.38",
3
+ "version": "0.58.0-rc.39",
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.38",
17
- "@fundamental-ngx/core": "0.58.0-rc.38",
18
- "@fundamental-ngx/i18n": "0.58.0-rc.38"
16
+ "@fundamental-ngx/cdk": "0.58.0-rc.39",
17
+ "@fundamental-ngx/core": "0.58.0-rc.39",
18
+ "@fundamental-ngx/i18n": "0.58.0-rc.39"
19
19
  },
20
20
  "dependencies": {
21
21
  "fast-deep-equal": "3.1.3",
@@ -45,14 +45,14 @@
45
45
  "types": "./dynamic-page/index.d.ts",
46
46
  "default": "./fesm2022/fundamental-ngx-platform-dynamic-page.mjs"
47
47
  },
48
- "./feed-input": {
49
- "types": "./feed-input/index.d.ts",
50
- "default": "./fesm2022/fundamental-ngx-platform-feed-input.mjs"
51
- },
52
48
  "./form": {
53
49
  "types": "./form/index.d.ts",
54
50
  "default": "./fesm2022/fundamental-ngx-platform-form.mjs"
55
51
  },
52
+ "./feed-input": {
53
+ "types": "./feed-input/index.d.ts",
54
+ "default": "./fesm2022/fundamental-ngx-platform-feed-input.mjs"
55
+ },
56
56
  "./icon-tab-bar": {
57
57
  "types": "./icon-tab-bar/index.d.ts",
58
58
  "default": "./fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs"
@@ -113,6 +113,10 @@
113
113
  "types": "./shared/index.d.ts",
114
114
  "default": "./fesm2022/fundamental-ngx-platform-shared.mjs"
115
115
  },
116
+ "./slider": {
117
+ "types": "./slider/index.d.ts",
118
+ "default": "./fesm2022/fundamental-ngx-platform-slider.mjs"
119
+ },
116
120
  "./smart-filter-bar": {
117
121
  "types": "./smart-filter-bar/index.d.ts",
118
122
  "default": "./fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs"
@@ -129,10 +133,6 @@
129
133
  "types": "./table-helpers/index.d.ts",
130
134
  "default": "./fesm2022/fundamental-ngx-platform-table-helpers.mjs"
131
135
  },
132
- "./slider": {
133
- "types": "./slider/index.d.ts",
134
- "default": "./fesm2022/fundamental-ngx-platform-slider.mjs"
135
- },
136
136
  "./value-help-dialog": {
137
137
  "types": "./value-help-dialog/index.d.ts",
138
138
  "default": "./fesm2022/fundamental-ngx-platform-value-help-dialog.mjs"
@@ -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.38`,
34
+ version: `0.58.0-rc.39`,
35
35
  name: '@fundamental-ngx/core'
36
36
  });
37
37
  const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({