@fundamental-ngx/platform 0.57.4-rc.8 → 0.57.4
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 +4 -4
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-button.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-form.mjs +9 -18
- package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +9 -9
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-list.mjs +7 -7
- package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-menu-button.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-menu-button.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 +4 -4
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-shared.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs +3 -3
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-table-helpers.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table.mjs +45 -20
- package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +3 -3
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/ng-add/index.js +1 -1
- package/shared/index.d.ts +1 -1
- package/table/index.d.ts +9 -1
- package/table-helpers/index.d.ts +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/platform",
|
|
3
|
-
"version": "0.57.4
|
|
3
|
+
"version": "0.57.4",
|
|
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.4
|
|
17
|
-
"@fundamental-ngx/core": "0.57.4
|
|
18
|
-
"@fundamental-ngx/i18n": "0.57.4
|
|
16
|
+
"@fundamental-ngx/cdk": "0.57.4",
|
|
17
|
+
"@fundamental-ngx/core": "0.57.4",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.57.4"
|
|
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"
|
|
@@ -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.4
|
|
34
|
+
version: `0.57.4`,
|
|
35
35
|
name: '@fundamental-ngx/core'
|
|
36
36
|
});
|
|
37
37
|
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
|
package/shared/index.d.ts
CHANGED
|
@@ -754,7 +754,7 @@ declare abstract class BaseInput extends BaseComponent implements PlatformFormFi
|
|
|
754
754
|
abstract get value(): any;
|
|
755
755
|
abstract set value(value: any);
|
|
756
756
|
/** @hidden */
|
|
757
|
-
formMessage: FormInputMessageGroupComponent
|
|
757
|
+
formMessage: Nullable<FormInputMessageGroupComponent>;
|
|
758
758
|
/**
|
|
759
759
|
* See @FormFieldControl
|
|
760
760
|
*/
|
package/table/index.d.ts
CHANGED
|
@@ -185,6 +185,8 @@ declare class TableColumnComponent extends TableColumn implements OnInit, OnChan
|
|
|
185
185
|
applyText: boolean;
|
|
186
186
|
/** Column role attribute. */
|
|
187
187
|
role: 'cell' | 'rowheader' | 'gridcell';
|
|
188
|
+
/** Whether to announce empty cells to screen readers. Default is true. */
|
|
189
|
+
readonly announceEmptyCell: i0.InputSignal<boolean>;
|
|
188
190
|
/** Column cell template */
|
|
189
191
|
columnCellTemplate: Nullable<TemplateRef<any>>;
|
|
190
192
|
/** Label change event */
|
|
@@ -223,7 +225,7 @@ declare class TableColumnComponent extends TableColumn implements OnInit, OnChan
|
|
|
223
225
|
/** @hidden */
|
|
224
226
|
private _validateNameOption;
|
|
225
227
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnComponent, [null, { optional: true; host: true; }]>;
|
|
226
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnComponent, "fdp-column", never, { "name": { "alias": "name"; "required": false; }; "key": { "alias": "key"; "required": false; }; "label": { "alias": "label"; "required": false; }; "footerLabel": { "alias": "footerLabel"; "required": false; }; "footerCellTemplate": { "alias": "footerCellTemplate"; "required": false; }; "align": { "alias": "align"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; "filterSelectOptions": { "alias": "filterSelectOptions"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "freezable": { "alias": "freezable"; "required": false; }; "endFreezable": { "alias": "endFreezable"; "required": false; }; "nonInteractive": { "alias": "nonInteractive"; "required": false; }; "width": { "alias": "width"; "required": false; }; "noWrap": { "alias": "noWrap"; "required": false; }; "applyText": { "alias": "applyText"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, ["fdpCellDef", "fdpEditableCellDef", "fdpHeaderCellDef", "fdpHeaderCellPopover"], never, true, never>;
|
|
228
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnComponent, "fdp-column", never, { "name": { "alias": "name"; "required": false; }; "key": { "alias": "key"; "required": false; }; "label": { "alias": "label"; "required": false; }; "footerLabel": { "alias": "footerLabel"; "required": false; }; "footerCellTemplate": { "alias": "footerCellTemplate"; "required": false; }; "align": { "alias": "align"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; "filterSelectOptions": { "alias": "filterSelectOptions"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "freezable": { "alias": "freezable"; "required": false; }; "endFreezable": { "alias": "endFreezable"; "required": false; }; "nonInteractive": { "alias": "nonInteractive"; "required": false; }; "width": { "alias": "width"; "required": false; }; "noWrap": { "alias": "noWrap"; "required": false; }; "applyText": { "alias": "applyText"; "required": false; }; "role": { "alias": "role"; "required": false; }; "announceEmptyCell": { "alias": "announceEmptyCell"; "required": false; "isSignal": true; }; }, {}, ["fdpCellDef", "fdpEditableCellDef", "fdpHeaderCellDef", "fdpHeaderCellPopover"], never, true, never>;
|
|
227
229
|
}
|
|
228
230
|
|
|
229
231
|
declare class TableHeaderCellContentComponent {
|
|
@@ -2245,6 +2247,8 @@ declare class TableRowComponent<T> extends TableRowDirective implements OnInit,
|
|
|
2245
2247
|
/** @hidden */
|
|
2246
2248
|
_rowSelectionHelperTextId: string;
|
|
2247
2249
|
/** @hidden */
|
|
2250
|
+
readonly _announceEmptyCell: i0.WritableSignal<boolean>;
|
|
2251
|
+
/** @hidden */
|
|
2248
2252
|
readonly _isTreeRowFirstCell: typeof isTreeRowFirstCell;
|
|
2249
2253
|
/** @hidden */
|
|
2250
2254
|
readonly SELECTION_MODE: typeof SelectionMode;
|
|
@@ -2291,11 +2295,15 @@ declare class TableRowComponent<T> extends TableRowDirective implements OnInit,
|
|
|
2291
2295
|
/** @hidden */
|
|
2292
2296
|
_itemFocusedEventAnnouncer: (position: FocusableItemPosition) => string;
|
|
2293
2297
|
/** @hidden */
|
|
2298
|
+
_handleCellFocused(event: FocusableItemPosition, index: number, row: TableRow<T>, column: TableColumn, tableTextContainer: HTMLElement): void;
|
|
2299
|
+
/** @hidden */
|
|
2294
2300
|
protected _handleCellSpaceKey(colIdx: number, tableCellElement: HTMLTableCellElement, $event: Event): void;
|
|
2295
2301
|
/** @hidden */
|
|
2296
2302
|
private _listenToRowExpansion;
|
|
2297
2303
|
/** @hidden */
|
|
2298
2304
|
private _onKeyDown;
|
|
2305
|
+
/** @hidden */
|
|
2306
|
+
private _setAnnounceEmptyCell;
|
|
2299
2307
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent<any>, never>;
|
|
2300
2308
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent<any>, "[fdp-table-row]", never, { "rowId": { "alias": "rowId"; "required": false; }; "row": { "alias": "row"; "required": false; }; "index": { "alias": "index"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "selectableKey": { "alias": "selectableKey"; "required": false; }; "enableTristateMode": { "alias": "enableTristateMode"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "selectionColumnWidth": { "alias": "selectionColumnWidth"; "required": false; }; "freezeColumnsTo": { "alias": "freezeColumnsTo"; "required": false; }; "freezeEndColumnsTo": { "alias": "freezeEndColumnsTo"; "required": false; }; }, { "keyboardDrag": "keyboardDrag"; }, never, ["*"], true, never>;
|
|
2301
2309
|
}
|
package/table-helpers/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { TemplateRef, EventEmitter, ElementRef, OnDestroy, InjectionToken, Injector,
|
|
2
|
+
import { TemplateRef, Signal, EventEmitter, ElementRef, OnDestroy, InjectionToken, Injector, OnInit, AfterViewInit, NgZone, OnChanges, SimpleChanges, PipeTransform } from '@angular/core';
|
|
3
3
|
import { SearchInput } from '@fundamental-ngx/platform/search-field';
|
|
4
4
|
import { DataSource, SelectItem, PresetManagedComponent } from '@fundamental-ngx/platform/shared';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
@@ -228,6 +228,11 @@ declare abstract class TableColumn {
|
|
|
228
228
|
abstract responsiveState: FdpColumnResponsiveState;
|
|
229
229
|
/** Column role attribute. */
|
|
230
230
|
abstract role: 'cell' | 'rowheader' | 'gridcell';
|
|
231
|
+
/**
|
|
232
|
+
* Whether to announce built-in empty cells to screen readers for columns with column templates.
|
|
233
|
+
* This provides option to turn off the announcement if the column template already includes its own
|
|
234
|
+
* */
|
|
235
|
+
abstract announceEmptyCell: Signal<boolean>;
|
|
231
236
|
/** @hidden */
|
|
232
237
|
abstract _freezed: boolean;
|
|
233
238
|
/** @hidden */
|