@fundamental-ngx/platform 0.57.5-rc.1 → 0.57.5-rc.3
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.57.5-rc.
|
|
3
|
+
"version": "0.57.5-rc.3",
|
|
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.5-rc.
|
|
17
|
-
"@fundamental-ngx/core": "0.57.5-rc.
|
|
18
|
-
"@fundamental-ngx/i18n": "0.57.5-rc.
|
|
16
|
+
"@fundamental-ngx/cdk": "0.57.5-rc.3",
|
|
17
|
+
"@fundamental-ngx/core": "0.57.5-rc.3",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.57.5-rc.3"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"fast-deep-equal": "3.1.3",
|
|
@@ -33,25 +33,29 @@
|
|
|
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"
|
|
47
47
|
},
|
|
48
|
+
"./form": {
|
|
49
|
+
"types": "./form/index.d.ts",
|
|
50
|
+
"default": "./fesm2022/fundamental-ngx-platform-form.mjs"
|
|
51
|
+
},
|
|
48
52
|
"./feed-input": {
|
|
49
53
|
"types": "./feed-input/index.d.ts",
|
|
50
54
|
"default": "./fesm2022/fundamental-ngx-platform-feed-input.mjs"
|
|
51
55
|
},
|
|
52
|
-
"./
|
|
53
|
-
"types": "./
|
|
54
|
-
"default": "./fesm2022/fundamental-ngx-platform-
|
|
56
|
+
"./icon-tab-bar": {
|
|
57
|
+
"types": "./icon-tab-bar/index.d.ts",
|
|
58
|
+
"default": "./fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs"
|
|
55
59
|
},
|
|
56
60
|
"./info-label": {
|
|
57
61
|
"types": "./info-label/index.d.ts",
|
|
@@ -61,10 +65,6 @@
|
|
|
61
65
|
"types": "./link/index.d.ts",
|
|
62
66
|
"default": "./fesm2022/fundamental-ngx-platform-link.mjs"
|
|
63
67
|
},
|
|
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
|
-
"./panel": {
|
|
97
|
-
"types": "./panel/index.d.ts",
|
|
98
|
-
"default": "./fesm2022/fundamental-ngx-platform-panel.mjs"
|
|
99
|
-
},
|
|
100
96
|
"./page-footer": {
|
|
101
97
|
"types": "./page-footer/index.d.ts",
|
|
102
98
|
"default": "./fesm2022/fundamental-ngx-platform-page-footer.mjs"
|
|
103
99
|
},
|
|
100
|
+
"./panel": {
|
|
101
|
+
"types": "./panel/index.d.ts",
|
|
102
|
+
"default": "./fesm2022/fundamental-ngx-platform-panel.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,6 +133,10 @@
|
|
|
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
|
+
},
|
|
136
140
|
"./variant-management": {
|
|
137
141
|
"types": "./variant-management/index.d.ts",
|
|
138
142
|
"default": "./fesm2022/fundamental-ngx-platform-variant-management.mjs"
|
|
@@ -140,10 +144,6 @@
|
|
|
140
144
|
"./wizard-generator": {
|
|
141
145
|
"types": "./wizard-generator/index.d.ts",
|
|
142
146
|
"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.5-rc.
|
|
34
|
+
version: `0.57.5-rc.3`,
|
|
35
35
|
name: '@fundamental-ngx/core'
|
|
36
36
|
});
|
|
37
37
|
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
|
|
@@ -375,6 +375,8 @@ declare class SettingsGeneratorContentComponent {
|
|
|
375
375
|
private readonly _initialClass;
|
|
376
376
|
/** @hidden */
|
|
377
377
|
private readonly _tabPanels;
|
|
378
|
+
/** Optional alternative text for the settings generator dialog back button. */
|
|
379
|
+
backButtonLabel: i0.InputSignal<string | undefined>;
|
|
378
380
|
/** @hidden */
|
|
379
381
|
_id: Nullable<string>;
|
|
380
382
|
/** @hidden */
|
|
@@ -405,7 +407,7 @@ declare class SettingsGeneratorContentComponent {
|
|
|
405
407
|
*/
|
|
406
408
|
setActiveTab(id: string): void;
|
|
407
409
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsGeneratorContentComponent, never>;
|
|
408
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SettingsGeneratorContentComponent, "fdp-settings-generator-content", never, { "settings": { "alias": "settings"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; }, { "goBack": "goBack"; }, never, never, true, never>;
|
|
410
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SettingsGeneratorContentComponent, "fdp-settings-generator-content", never, { "settings": { "alias": "settings"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "backButtonLabel": { "alias": "backButtonLabel"; "required": false; "isSignal": true; }; }, { "goBack": "goBack"; }, never, never, true, never>;
|
|
409
411
|
}
|
|
410
412
|
|
|
411
413
|
type SettingsSectionItemsModel = SettingsTemplateTab | SettingsFormTab | SettingsItem;
|