@fundamental-ngx/core 0.36.0-rc.42 → 0.36.0-rc.45
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/action-bar/package.json +1 -1
- package/action-sheet/package.json +1 -1
- package/alert/package.json +1 -1
- package/avatar/package.json +1 -1
- package/avatar-group/package.json +1 -1
- package/bar/package.json +1 -1
- package/breadcrumb/package.json +1 -1
- package/busy-indicator/package.json +1 -1
- package/button/package.json +1 -1
- package/calendar/package.json +1 -1
- package/card/package.json +1 -1
- package/carousel/package.json +1 -1
- package/checkbox/package.json +1 -1
- package/combobox/combobox.component.d.ts +5 -1
- package/combobox/esm2020/combobox.component.mjs +21 -17
- package/combobox/fesm2015/fundamental-ngx-core-combobox.mjs +19 -16
- package/combobox/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/combobox/fesm2020/fundamental-ngx-core-combobox.mjs +19 -16
- package/combobox/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/combobox/package.json +1 -1
- package/content-density/package.json +2 -2
- package/date-picker/package.json +1 -1
- package/datetime/package.json +1 -1
- package/datetime-picker/package.json +1 -1
- package/dialog/package.json +1 -1
- package/dynamic-page/package.json +1 -1
- package/dynamic-side-content/package.json +1 -1
- package/esm2020/combobox/combobox.component.mjs +21 -17
- package/esm2020/table/directives/table-body.directive.mjs +3 -3
- package/esm2020/table/directives/table-cell.directive.mjs +96 -37
- package/esm2020/table/directives/table-row.directive.mjs +45 -12
- package/esm2020/table/fd-table.interface.mjs +1 -1
- package/esm2020/table/table.component.mjs +74 -17
- package/esm2020/utils/directives/initial-focus/initial-focus.directive.mjs +13 -40
- package/esm2020/utils/public_api.mjs +2 -1
- package/esm2020/utils/services/tabbable-element.service.mjs +41 -0
- package/facets/package.json +1 -1
- package/feed-input/package.json +1 -1
- package/feed-list-item/package.json +1 -1
- package/fesm2015/fundamental-ngx-core-combobox.mjs +19 -16
- package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-table.mjs +453 -298
- package/fesm2015/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-utils.mjs +49 -39
- package/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-combobox.mjs +19 -16
- package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-table.mjs +454 -308
- package/fesm2020/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-utils.mjs +46 -36
- package/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
- package/file-uploader/package.json +1 -1
- package/fixed-card-layout/package.json +1 -1
- package/flexible-column-layout/package.json +1 -1
- package/form/package.json +1 -1
- package/formatted-text/package.json +1 -1
- package/grid-list/package.json +1 -1
- package/icon/package.json +1 -1
- package/illustrated-message/package.json +1 -1
- package/infinite-scroll/package.json +1 -1
- package/info-label/package.json +1 -1
- package/inline-help/package.json +1 -1
- package/input-group/package.json +1 -1
- package/layout-grid/package.json +1 -1
- package/layout-panel/package.json +1 -1
- package/link/package.json +1 -1
- package/list/package.json +1 -1
- package/menu/package.json +1 -1
- package/message-box/package.json +1 -1
- package/message-strip/package.json +1 -1
- package/message-toast/package.json +1 -1
- package/micro-process-flow/package.json +1 -1
- package/mobile-mode/package.json +1 -1
- package/multi-input/package.json +1 -1
- package/nested-list/package.json +1 -1
- package/notification/package.json +1 -1
- package/object-identifier/package.json +1 -1
- package/object-marker/package.json +1 -1
- package/object-number/package.json +1 -1
- package/object-status/package.json +1 -1
- package/overflow-layout/package.json +4 -4
- package/package.json +2 -2
- package/pagination/package.json +1 -1
- package/panel/package.json +1 -1
- package/popover/package.json +1 -1
- package/product-switch/package.json +1 -1
- package/progress-indicator/package.json +1 -1
- package/quick-view/package.json +1 -1
- package/radio/package.json +1 -1
- package/rating-indicator/package.json +1 -1
- package/resizable-card-layout/package.json +1 -1
- package/scroll-spy/package.json +1 -1
- package/scrollbar/package.json +1 -1
- package/segmented-button/package.json +1 -1
- package/select/package.json +1 -1
- package/shared/package.json +1 -1
- package/shellbar/package.json +1 -1
- package/side-navigation/package.json +1 -1
- package/slider/package.json +1 -1
- package/split-button/package.json +1 -1
- package/splitter/package.json +1 -1
- package/status-indicator/package.json +1 -1
- package/step-input/package.json +1 -1
- package/switch/package.json +1 -1
- package/table/directives/table-body.directive.d.ts +2 -2
- package/table/directives/table-cell.directive.d.ts +48 -26
- package/table/directives/table-row.directive.d.ts +25 -10
- package/table/esm2020/directives/table-body.directive.mjs +3 -3
- package/table/esm2020/directives/table-cell.directive.mjs +96 -37
- package/table/esm2020/directives/table-row.directive.mjs +45 -12
- package/table/esm2020/fd-table.interface.mjs +1 -1
- package/table/esm2020/table.component.mjs +74 -17
- package/table/fd-table.interface.d.ts +4 -0
- package/table/fesm2015/fundamental-ngx-core-table.mjs +453 -298
- package/table/fesm2015/fundamental-ngx-core-table.mjs.map +1 -1
- package/table/fesm2020/fundamental-ngx-core-table.mjs +454 -308
- package/table/fesm2020/fundamental-ngx-core-table.mjs.map +1 -1
- package/table/package.json +1 -1
- package/table/table.component.d.ts +22 -6
- package/tabs/package.json +1 -1
- package/text/package.json +1 -1
- package/theming/package.json +1 -1
- package/tile/package.json +1 -1
- package/time/package.json +1 -1
- package/time-picker/package.json +1 -1
- package/timeline/package.json +1 -1
- package/title/package.json +1 -1
- package/token/package.json +1 -1
- package/toolbar/package.json +1 -1
- package/tree/package.json +1 -1
- package/upload-collection/package.json +1 -1
- package/utils/directives/initial-focus/initial-focus.directive.d.ts +4 -9
- package/utils/esm2020/directives/initial-focus/initial-focus.directive.mjs +13 -40
- package/utils/esm2020/public_api.mjs +2 -1
- package/utils/esm2020/services/tabbable-element.service.mjs +41 -0
- package/utils/fesm2015/fundamental-ngx-core-utils.mjs +49 -39
- package/utils/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
- package/utils/fesm2020/fundamental-ngx-core-utils.mjs +46 -36
- package/utils/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
- package/utils/package.json +1 -1
- package/utils/public_api.d.ts +1 -0
- package/utils/services/tabbable-element.service.d.ts +11 -0
- package/vertical-navigation/package.json +1 -1
- package/wizard/package.json +1 -1
package/action-bar/package.json
CHANGED
package/alert/package.json
CHANGED
package/avatar/package.json
CHANGED
package/bar/package.json
CHANGED
package/breadcrumb/package.json
CHANGED
package/button/package.json
CHANGED
package/calendar/package.json
CHANGED
package/card/package.json
CHANGED
package/carousel/package.json
CHANGED
package/checkbox/package.json
CHANGED
|
@@ -11,6 +11,7 @@ import { ComboboxInterface } from './combobox.interface';
|
|
|
11
11
|
import { ComboboxItem } from './combobox-item';
|
|
12
12
|
import { GroupFunction } from './list-group.pipe';
|
|
13
13
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
14
|
+
import { Overlay, RepositionScrollStrategy } from '@angular/cdk/overlay';
|
|
14
15
|
import * as i0 from "@angular/core";
|
|
15
16
|
/**
|
|
16
17
|
* Allows users to filter through results and select a value.
|
|
@@ -25,6 +26,7 @@ import * as i0 from "@angular/core";
|
|
|
25
26
|
* ```
|
|
26
27
|
*/
|
|
27
28
|
export declare class ComboboxComponent implements ComboboxInterface, ControlValueAccessor, OnInit, OnChanges, AfterViewInit, OnDestroy, FormItemControl {
|
|
29
|
+
private readonly _overlay;
|
|
28
30
|
private readonly _cdRef;
|
|
29
31
|
private readonly _injector;
|
|
30
32
|
private readonly _viewContainerRef;
|
|
@@ -162,6 +164,8 @@ export declare class ComboboxComponent implements ComboboxInterface, ControlValu
|
|
|
162
164
|
readonly nonOpeningKeys: number[];
|
|
163
165
|
/** Keys, that will close popover's body, when dispatched on search input */
|
|
164
166
|
readonly closingKeys: number[];
|
|
167
|
+
/** @hidden */
|
|
168
|
+
readonly _repositionScrollStrategy: RepositionScrollStrategy;
|
|
165
169
|
/** Whether the combobox is opened. */
|
|
166
170
|
open: boolean;
|
|
167
171
|
/**
|
|
@@ -184,7 +188,7 @@ export declare class ComboboxComponent implements ComboboxInterface, ControlValu
|
|
|
184
188
|
/** @hidden */
|
|
185
189
|
onTouched: () => void;
|
|
186
190
|
/** @hidden */
|
|
187
|
-
constructor(_cdRef: ChangeDetectorRef, _injector: Injector, _viewContainerRef: ViewContainerRef, _dynamicComponentService: DynamicComponentService, _contentDensityObserver: ContentDensityObserver);
|
|
191
|
+
constructor(_overlay: Overlay, _cdRef: ChangeDetectorRef, _injector: Injector, _viewContainerRef: ViewContainerRef, _dynamicComponentService: DynamicComponentService, _contentDensityObserver: ContentDensityObserver);
|
|
188
192
|
/** @hidden */
|
|
189
193
|
ngOnInit(): void;
|
|
190
194
|
/** @hidden */
|