@fundamental-ngx/platform 0.62.2 → 0.62.3-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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/platform",
|
|
3
|
-
"version": "0.62.
|
|
3
|
+
"version": "0.62.3-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.62.
|
|
17
|
-
"@fundamental-ngx/core": "0.62.
|
|
18
|
-
"@fundamental-ngx/i18n": "0.62.
|
|
16
|
+
"@fundamental-ngx/cdk": "0.62.3-rc.1",
|
|
17
|
+
"@fundamental-ngx/core": "0.62.3-rc.1",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.62.3-rc.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"fast-equals": "^6.0.0",
|
|
@@ -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.62.
|
|
34
|
+
version: `0.62.3-rc.1`,
|
|
35
35
|
name: '@fundamental-ngx/core'
|
|
36
36
|
});
|
|
37
37
|
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
|
|
@@ -1479,6 +1479,11 @@ declare class TableHeaderRowComponent extends TableRowDirective implements OnIni
|
|
|
1479
1479
|
disableSelectionCheckbox: boolean;
|
|
1480
1480
|
/** @hidden */
|
|
1481
1481
|
private set _focusableCellItems(value);
|
|
1482
|
+
/**
|
|
1483
|
+
* @hidden
|
|
1484
|
+
* Used to remove the selection column title, to prevent screenreader from reading "Select All" when focusing non-header cells
|
|
1485
|
+
* */
|
|
1486
|
+
readonly selectionColumnHeaderDisableTitle: i0.WritableSignal<boolean>;
|
|
1482
1487
|
/** @hidden */
|
|
1483
1488
|
readonly SELECTION_MODE: typeof SelectionMode;
|
|
1484
1489
|
/** @hidden */
|