@fundamental-ngx/platform 0.57.4 → 0.57.5-rc.1
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/fesm2022/fundamental-ngx-platform-approval-flow.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-form.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-list.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table.mjs +7 -7
- package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
- package/package.json +20 -20
- package/schematics/ng-add/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/platform",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.5-rc.1",
|
|
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.57.
|
|
17
|
-
"@fundamental-ngx/core": "0.57.
|
|
18
|
-
"@fundamental-ngx/i18n": "0.57.
|
|
16
|
+
"@fundamental-ngx/cdk": "0.57.5-rc.1",
|
|
17
|
+
"@fundamental-ngx/core": "0.57.5-rc.1",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.57.5-rc.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"fast-deep-equal": "3.1.3",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"types": "./index.d.ts",
|
|
34
34
|
"default": "./fesm2022/fundamental-ngx-platform.mjs"
|
|
35
35
|
},
|
|
36
|
-
"./button": {
|
|
37
|
-
"types": "./button/index.d.ts",
|
|
38
|
-
"default": "./fesm2022/fundamental-ngx-platform-button.mjs"
|
|
39
|
-
},
|
|
40
36
|
"./approval-flow": {
|
|
41
37
|
"types": "./approval-flow/index.d.ts",
|
|
42
38
|
"default": "./fesm2022/fundamental-ngx-platform-approval-flow.mjs"
|
|
43
39
|
},
|
|
40
|
+
"./button": {
|
|
41
|
+
"types": "./button/index.d.ts",
|
|
42
|
+
"default": "./fesm2022/fundamental-ngx-platform-button.mjs"
|
|
43
|
+
},
|
|
44
44
|
"./dynamic-page": {
|
|
45
45
|
"types": "./dynamic-page/index.d.ts",
|
|
46
46
|
"default": "./fesm2022/fundamental-ngx-platform-dynamic-page.mjs"
|
|
@@ -53,10 +53,6 @@
|
|
|
53
53
|
"types": "./form/index.d.ts",
|
|
54
54
|
"default": "./fesm2022/fundamental-ngx-platform-form.mjs"
|
|
55
55
|
},
|
|
56
|
-
"./icon-tab-bar": {
|
|
57
|
-
"types": "./icon-tab-bar/index.d.ts",
|
|
58
|
-
"default": "./fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs"
|
|
59
|
-
},
|
|
60
56
|
"./info-label": {
|
|
61
57
|
"types": "./info-label/index.d.ts",
|
|
62
58
|
"default": "./fesm2022/fundamental-ngx-platform-info-label.mjs"
|
|
@@ -65,6 +61,10 @@
|
|
|
65
61
|
"types": "./link/index.d.ts",
|
|
66
62
|
"default": "./fesm2022/fundamental-ngx-platform-link.mjs"
|
|
67
63
|
},
|
|
64
|
+
"./icon-tab-bar": {
|
|
65
|
+
"types": "./icon-tab-bar/index.d.ts",
|
|
66
|
+
"default": "./fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs"
|
|
67
|
+
},
|
|
68
68
|
"./list": {
|
|
69
69
|
"types": "./list/index.d.ts",
|
|
70
70
|
"default": "./fesm2022/fundamental-ngx-platform-list.mjs"
|
|
@@ -93,14 +93,14 @@
|
|
|
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.57.
|
|
34
|
+
version: `0.57.5-rc.1`,
|
|
35
35
|
name: '@fundamental-ngx/core'
|
|
36
36
|
});
|
|
37
37
|
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
|