@fundamental-ngx/platform 0.61.2-rc.8 → 0.61.2
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 +16 -16
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs +3 -3
- package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-form.mjs +25 -28
- 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-link.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-link.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-list.mjs +23 -17
- package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs +4 -4
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-search-field.mjs +6 -6
- package/fesm2022/fundamental-ngx-platform-search-field.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-smart-filter-bar.mjs +25 -22
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +2 -3
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table.mjs +40 -42
- package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +6 -6
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs +6 -6
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +4 -4
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
- package/package.json +5 -5
- package/schematics/ng-add/index.js +1 -1
- package/types/fundamental-ngx-platform-form.d.ts +1 -3
- package/types/fundamental-ngx-platform-icon-tab-bar.d.ts +1 -3
- package/types/fundamental-ngx-platform-list.d.ts +6 -2
- package/types/fundamental-ngx-platform-smart-filter-bar.d.ts +3 -4
- package/types/fundamental-ngx-platform-table.d.ts +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/platform",
|
|
3
|
-
"version": "0.61.2
|
|
3
|
+
"version": "0.61.2",
|
|
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.61.2
|
|
17
|
-
"@fundamental-ngx/core": "0.61.2
|
|
18
|
-
"@fundamental-ngx/i18n": "0.61.2
|
|
16
|
+
"@fundamental-ngx/cdk": "0.61.2",
|
|
17
|
+
"@fundamental-ngx/core": "0.61.2",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.61.2"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"fast-equals": "^6.0.0",
|
|
@@ -143,4 +143,4 @@
|
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
"sideEffects": false
|
|
146
|
-
}
|
|
146
|
+
}
|
|
@@ -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.61.2
|
|
34
|
+
version: `0.61.2`,
|
|
35
35
|
name: '@fundamental-ngx/core'
|
|
36
36
|
});
|
|
37
37
|
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
|
|
@@ -147,8 +147,6 @@ declare class AutoCompleteDirective {
|
|
|
147
147
|
/** @hidden */
|
|
148
148
|
private readonly _zone;
|
|
149
149
|
/** @hidden */
|
|
150
|
-
private readonly _destroyRef;
|
|
151
|
-
/** @hidden */
|
|
152
150
|
constructor(_elementRef: ElementRef<HTMLInputElement>);
|
|
153
151
|
/** @hidden */
|
|
154
152
|
handleBlur(): void;
|
|
@@ -3589,7 +3587,7 @@ declare abstract class BaseMultiCombobox extends CollectionBaseInput implements
|
|
|
3589
3587
|
/** @hidden */
|
|
3590
3588
|
private readonly _mapLimit;
|
|
3591
3589
|
/** @hidden */
|
|
3592
|
-
private readonly
|
|
3590
|
+
private readonly _lang$;
|
|
3593
3591
|
/** @hidden */
|
|
3594
3592
|
private _translationResolver;
|
|
3595
3593
|
/** @hidden */
|
|
@@ -461,11 +461,9 @@ declare class IconTabBarPopoverComponent extends IconTabBarPopoverBase {
|
|
|
461
461
|
/**
|
|
462
462
|
* @description Label for button
|
|
463
463
|
*/
|
|
464
|
-
label: string
|
|
464
|
+
label: string;
|
|
465
465
|
/** Whether to display labels for tab items */
|
|
466
466
|
showItemLabel: boolean;
|
|
467
|
-
/** @hidden */
|
|
468
|
-
protected readonly _defaultLabel: _angular_core.Signal<string>;
|
|
469
467
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconTabBarPopoverComponent, never>;
|
|
470
468
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IconTabBarPopoverComponent, "fdp-icon-tab-bar-popover", never, { "leftSide": { "alias": "leftSide"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showItemLabel": { "alias": "showItemLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
471
469
|
}
|
|
@@ -8,6 +8,7 @@ import { RadioButtonComponent } from '@fundamental-ngx/core/radio';
|
|
|
8
8
|
import { DataProvider, ListDataSource, BaseComponent, CollectionBaseInput } from '@fundamental-ngx/platform/shared';
|
|
9
9
|
import { Observable } from 'rxjs';
|
|
10
10
|
import { FocusKeyManager, LiveAnnouncer } from '@angular/cdk/a11y';
|
|
11
|
+
import { FdLanguage } from '@fundamental-ngx/i18n';
|
|
11
12
|
import * as i2 from '@fundamental-ngx/core/content-density';
|
|
12
13
|
|
|
13
14
|
/**
|
|
@@ -470,6 +471,7 @@ declare class SelectionChangeEvent {
|
|
|
470
471
|
*/
|
|
471
472
|
declare class ListComponent<T> extends CollectionBaseInput implements ListUnreadIndicator, OnInit, AfterViewInit, OnDestroy, FdpList<BaseListItem> {
|
|
472
473
|
private readonly _liveAnnouncer;
|
|
474
|
+
private readonly _language$;
|
|
473
475
|
/** An array that holds a list of all selected items. **/
|
|
474
476
|
selectedItems: BaseListItem[];
|
|
475
477
|
/** define size of items for screen reader. */
|
|
@@ -632,11 +634,11 @@ declare class ListComponent<T> extends CollectionBaseInput implements ListUnread
|
|
|
632
634
|
*/
|
|
633
635
|
private _dsSubscription;
|
|
634
636
|
/** @hidden */
|
|
635
|
-
private
|
|
637
|
+
private _language;
|
|
636
638
|
/** @hidden */
|
|
637
639
|
private _afterViewInit$;
|
|
638
640
|
/** @hidden */
|
|
639
|
-
constructor(_liveAnnouncer: LiveAnnouncer);
|
|
641
|
+
constructor(_liveAnnouncer: LiveAnnouncer, _language$: Observable<FdLanguage>);
|
|
640
642
|
/**
|
|
641
643
|
* @hidden
|
|
642
644
|
* on Update navgiation styles for non navigated items
|
|
@@ -732,6 +734,8 @@ declare class ListComponent<T> extends CollectionBaseInput implements ListUnread
|
|
|
732
734
|
private _updateListItems;
|
|
733
735
|
/** @hidden */
|
|
734
736
|
private _waitForViewInit;
|
|
737
|
+
/** @hidden */
|
|
738
|
+
private _init;
|
|
735
739
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent<any>, never>;
|
|
736
740
|
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent<any>, "fdp-list", never, { "selectedItems": { "alias": "selectedItems"; "required": false; }; "ariaSetsize": { "alias": "ariaSetsize"; "required": false; }; "ariaMultiselectable": { "alias": "ariaMultiselectable"; "required": false; }; "loadTitle": { "alias": "loadTitle"; "required": false; }; "loadingLabel": { "alias": "loadingLabel"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "loadMore": { "alias": "loadMore"; "required": false; }; "loadOnScroll": { "alias": "loadOnScroll"; "required": false; }; "role": { "alias": "role"; "required": false; }; "listType": { "alias": "listType"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "noBorder": { "alias": "noBorder"; "required": false; }; "scrollOffsetPercentage": { "alias": "scrollOffsetPercentage"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "rowSelection": { "alias": "rowSelection"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; "navigationIndicator": { "alias": "navigationIndicator"; "required": false; }; "hasByLine": { "alias": "hasByLine"; "required": false; }; "hasObject": { "alias": "hasObject"; "required": false; }; "unreadIndicator": { "alias": "unreadIndicator"; "required": false; }; "interceptTabKey": { "alias": "interceptTabKey"; "required": false; }; }, { "selectedItemChange": "selectedItemChange"; }, ["listItemDef", "loadMoreContent", "listItems"], ["fd-toolbar", "*", "*", "#load"], true, never>;
|
|
737
741
|
}
|
|
@@ -5,8 +5,8 @@ import { InputType, BaseDynamicFormGeneratorControl, FormGeneratorService, Prepa
|
|
|
5
5
|
import { SelectItem, PresetManagedComponent } from '@fundamental-ngx/platform/shared';
|
|
6
6
|
import { FilterStrategy, FilterableColumnDataType, FilterAllStrategy, CollectionFilterGroup, FilterType, CollectionFilterGroupStrategy, CollectionFilterAndGroup, Resettable, Table, TableDataSource, TableRowSelectionChangeEvent, TableState, FILTER_STRATEGY } from '@fundamental-ngx/platform/table';
|
|
7
7
|
import { Observable, BehaviorSubject } from 'rxjs';
|
|
8
|
-
import { SearchInput } from '@fundamental-ngx/platform/search-field';
|
|
9
8
|
import { FdLanguage } from '@fundamental-ngx/i18n';
|
|
9
|
+
import { SearchInput } from '@fundamental-ngx/platform/search-field';
|
|
10
10
|
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
11
11
|
|
|
12
12
|
interface SmartFilterBarConditionBuilder {
|
|
@@ -271,6 +271,7 @@ interface SmartFilterSettingsDialogConfig {
|
|
|
271
271
|
|
|
272
272
|
declare class SmartFilterBarSettingsDialogComponent implements Resettable, AfterViewInit {
|
|
273
273
|
private _dialogRef;
|
|
274
|
+
private readonly _language$;
|
|
274
275
|
private readonly _cdr;
|
|
275
276
|
/**
|
|
276
277
|
* Table instance
|
|
@@ -302,9 +303,7 @@ declare class SmartFilterBarSettingsDialogComponent implements Resettable, After
|
|
|
302
303
|
/** @hidden */
|
|
303
304
|
private readonly _translationResolver;
|
|
304
305
|
/** @hidden */
|
|
305
|
-
|
|
306
|
-
/** @hidden */
|
|
307
|
-
constructor(_dialogRef: DialogRef<SmartFilterSettingsDialogConfig, string[]>, _cdr: ChangeDetectorRef);
|
|
306
|
+
constructor(_dialogRef: DialogRef<SmartFilterSettingsDialogConfig, string[]>, _language$: Observable<FdLanguage>, _cdr: ChangeDetectorRef);
|
|
308
307
|
/** @hidden */
|
|
309
308
|
ngAfterViewInit(): void;
|
|
310
309
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Signal, InjectionToken, AfterViewInit, TemplateRef, QueryList, OnInit, NgZone, Renderer2, ElementRef, OnChanges, SimpleChanges, OnDestroy, ChangeDetectorRef, EventEmitter, DoCheck, AfterViewChecked, Injector, TrackByFunction, PipeTransform
|
|
2
|
+
import { Signal, InjectionToken, AfterViewInit, TemplateRef, QueryList, OnInit, NgZone, Renderer2, ElementRef, OnChanges, SimpleChanges, OnDestroy, ChangeDetectorRef, EventEmitter, DoCheck, AfterViewChecked, Injector, TrackByFunction, PipeTransform } from '@angular/core';
|
|
3
3
|
import { Nullable, TemplateDirective, ContentDensity, FocusableGridDirective, TabbableElementService, FocusableCellPosition, FocusableItemPosition } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { ContentDensityMode, ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
5
5
|
import { SearchInput, SuggestionItem } from '@fundamental-ngx/platform/search-field';
|
|
@@ -2269,8 +2269,6 @@ declare class TableRowComponent<T> extends TableRowDirective implements OnInit,
|
|
|
2269
2269
|
/** @hidden */
|
|
2270
2270
|
protected readonly navigationIcon: i0.Signal<"slim-arrow-left" | "slim-arrow-right">;
|
|
2271
2271
|
/** @hidden */
|
|
2272
|
-
protected readonly _destroyRef: DestroyRef;
|
|
2273
|
-
/** @hidden */
|
|
2274
2272
|
private readonly _refreshChildRows$;
|
|
2275
2273
|
/** @hidden */
|
|
2276
2274
|
private readonly _rtlService;
|