@fundamental-ngx/platform 0.57.5-rc.2 → 0.57.5
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
|
|
3
|
+
"version": "0.57.5",
|
|
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
|
|
17
|
-
"@fundamental-ngx/core": "0.57.5
|
|
18
|
-
"@fundamental-ngx/i18n": "0.57.5
|
|
16
|
+
"@fundamental-ngx/cdk": "0.57.5",
|
|
17
|
+
"@fundamental-ngx/core": "0.57.5",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.57.5"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"fast-deep-equal": "3.1.3",
|
|
@@ -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
|
|
34
|
+
version: `0.57.5`,
|
|
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;
|