@fundamental-ngx/platform 0.58.0-rc.62 → 0.58.0-rc.64
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 +32 -32
- 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.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.64",
|
|
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.
|
|
17
|
-
"@fundamental-ngx/core": "0.58.0-rc.
|
|
18
|
-
"@fundamental-ngx/i18n": "0.58.0-rc.
|
|
16
|
+
"@fundamental-ngx/cdk": "0.58.0-rc.64",
|
|
17
|
+
"@fundamental-ngx/core": "0.58.0-rc.64",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.64"
|
|
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
|
-
"./approval-flow": {
|
|
37
|
-
"types": "./approval-flow/index.d.ts",
|
|
38
|
-
"default": "./fesm2022/fundamental-ngx-platform-approval-flow.mjs"
|
|
39
|
-
},
|
|
40
36
|
"./button": {
|
|
41
37
|
"types": "./button/index.d.ts",
|
|
42
38
|
"default": "./fesm2022/fundamental-ngx-platform-button.mjs"
|
|
43
39
|
},
|
|
40
|
+
"./approval-flow": {
|
|
41
|
+
"types": "./approval-flow/index.d.ts",
|
|
42
|
+
"default": "./fesm2022/fundamental-ngx-platform-approval-flow.mjs"
|
|
43
|
+
},
|
|
44
44
|
"./dynamic-page": {
|
|
45
45
|
"types": "./dynamic-page/index.d.ts",
|
|
46
46
|
"default": "./fesm2022/fundamental-ngx-platform-dynamic-page.mjs"
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"types": "./feed-input/index.d.ts",
|
|
50
50
|
"default": "./fesm2022/fundamental-ngx-platform-feed-input.mjs"
|
|
51
51
|
},
|
|
52
|
-
"./
|
|
53
|
-
"types": "./
|
|
54
|
-
"default": "./fesm2022/fundamental-ngx-platform-
|
|
52
|
+
"./form": {
|
|
53
|
+
"types": "./form/index.d.ts",
|
|
54
|
+
"default": "./fesm2022/fundamental-ngx-platform-form.mjs"
|
|
55
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"
|
|
59
59
|
},
|
|
60
|
-
"./
|
|
61
|
-
"types": "./
|
|
62
|
-
"default": "./fesm2022/fundamental-ngx-platform-
|
|
60
|
+
"./info-label": {
|
|
61
|
+
"types": "./info-label/index.d.ts",
|
|
62
|
+
"default": "./fesm2022/fundamental-ngx-platform-info-label.mjs"
|
|
63
63
|
},
|
|
64
64
|
"./link": {
|
|
65
65
|
"types": "./link/index.d.ts",
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
"types": "./object-marker/index.d.ts",
|
|
90
90
|
"default": "./fesm2022/fundamental-ngx-platform-object-marker.mjs"
|
|
91
91
|
},
|
|
92
|
-
"./page-footer": {
|
|
93
|
-
"types": "./page-footer/index.d.ts",
|
|
94
|
-
"default": "./fesm2022/fundamental-ngx-platform-page-footer.mjs"
|
|
95
|
-
},
|
|
96
92
|
"./object-status": {
|
|
97
93
|
"types": "./object-status/index.d.ts",
|
|
98
94
|
"default": "./fesm2022/fundamental-ngx-platform-object-status.mjs"
|
|
99
95
|
},
|
|
96
|
+
"./page-footer": {
|
|
97
|
+
"types": "./page-footer/index.d.ts",
|
|
98
|
+
"default": "./fesm2022/fundamental-ngx-platform-page-footer.mjs"
|
|
99
|
+
},
|
|
100
100
|
"./panel": {
|
|
101
101
|
"types": "./panel/index.d.ts",
|
|
102
102
|
"default": "./fesm2022/fundamental-ngx-platform-panel.mjs"
|
|
@@ -113,37 +113,37 @@
|
|
|
113
113
|
"types": "./shared/index.d.ts",
|
|
114
114
|
"default": "./fesm2022/fundamental-ngx-platform-shared.mjs"
|
|
115
115
|
},
|
|
116
|
-
"./smart-filter-bar": {
|
|
117
|
-
"types": "./smart-filter-bar/index.d.ts",
|
|
118
|
-
"default": "./fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs"
|
|
119
|
-
},
|
|
120
116
|
"./slider": {
|
|
121
117
|
"types": "./slider/index.d.ts",
|
|
122
118
|
"default": "./fesm2022/fundamental-ngx-platform-slider.mjs"
|
|
123
119
|
},
|
|
124
|
-
"./
|
|
125
|
-
"types": "./
|
|
126
|
-
"default": "./fesm2022/fundamental-ngx-platform-
|
|
120
|
+
"./smart-filter-bar": {
|
|
121
|
+
"types": "./smart-filter-bar/index.d.ts",
|
|
122
|
+
"default": "./fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs"
|
|
123
|
+
},
|
|
124
|
+
"./split-menu-button": {
|
|
125
|
+
"types": "./split-menu-button/index.d.ts",
|
|
126
|
+
"default": "./fesm2022/fundamental-ngx-platform-split-menu-button.mjs"
|
|
127
127
|
},
|
|
128
128
|
"./table": {
|
|
129
129
|
"types": "./table/index.d.ts",
|
|
130
130
|
"default": "./fesm2022/fundamental-ngx-platform-table.mjs"
|
|
131
131
|
},
|
|
132
|
-
"./
|
|
133
|
-
"types": "./
|
|
134
|
-
"default": "./fesm2022/fundamental-ngx-platform-
|
|
132
|
+
"./table-helpers": {
|
|
133
|
+
"types": "./table-helpers/index.d.ts",
|
|
134
|
+
"default": "./fesm2022/fundamental-ngx-platform-table-helpers.mjs"
|
|
135
135
|
},
|
|
136
136
|
"./variant-management": {
|
|
137
137
|
"types": "./variant-management/index.d.ts",
|
|
138
138
|
"default": "./fesm2022/fundamental-ngx-platform-variant-management.mjs"
|
|
139
139
|
},
|
|
140
|
-
"./value-help-dialog": {
|
|
141
|
-
"types": "./value-help-dialog/index.d.ts",
|
|
142
|
-
"default": "./fesm2022/fundamental-ngx-platform-value-help-dialog.mjs"
|
|
143
|
-
},
|
|
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.
|
|
34
|
+
version: `0.58.0-rc.64`,
|
|
35
35
|
name: '@fundamental-ngx/core'
|
|
36
36
|
});
|
|
37
37
|
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
|