@fundamental-ngx/core 0.58.4 → 0.58.6

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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { ElementRef, EventEmitter, ChangeDetectorRef, DestroyRef, AfterViewInit, OnInit, TemplateRef, Injector, ViewContainerRef, InjectionToken } from '@angular/core';
2
+ import { ElementRef, EventEmitter, ChangeDetectorRef, DestroyRef, Injector, AfterViewInit, OnInit, TemplateRef, ViewContainerRef, InjectionToken } from '@angular/core';
3
3
  import * as i2 from '@fundamental-ngx/cdk/data-source';
4
4
  import { BaseDataSource, AbstractDataProvider, MatchingStrategy, DataProvider, DataSourceDirective, DataSourceParser } from '@fundamental-ngx/cdk/data-source';
5
5
  import * as i1 from '@fundamental-ngx/cdk/forms';
@@ -119,6 +119,8 @@ declare abstract class BaseMultiCombobox<T = any> {
119
119
  /** @Hidden */
120
120
  protected readonly _destroyRef: DestroyRef;
121
121
  /** @hidden */
122
+ protected readonly _injector: Injector;
123
+ /** @hidden */
122
124
  protected _dataSource: FdMultiComboboxAcceptableDataSource<T>;
123
125
  /** @hidden */
124
126
  protected _inputTextValue: string;
@@ -146,6 +148,8 @@ declare abstract class BaseMultiCombobox<T = any> {
146
148
  /** @hidden */
147
149
  private _dataSourceChanged;
148
150
  /** @hidden */
151
+ private readonly popover;
152
+ /** @hidden */
149
153
  writeValue(value: T[]): void;
150
154
  /**
151
155
  * Used to change the value of a control.
@@ -227,7 +231,7 @@ declare abstract class BaseMultiCombobox<T = any> {
227
231
  declare const FD_MAP_LIMIT: InjectionToken<number>;
228
232
  declare class MultiComboboxComponent<T = any> extends BaseMultiCombobox<T> implements AfterViewInit, OnInit {
229
233
  private readonly _elementRef;
230
- private readonly _injector;
234
+ protected readonly _injector: Injector;
231
235
  private readonly _viewContainerRef;
232
236
  private readonly _dynamicComponentService;
233
237
  private readonly _focusTrapService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.4",
3
+ "version": "0.58.6",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migrations.json"
@@ -23,8 +23,8 @@
23
23
  "@angular/forms": "^20.0.0",
24
24
  "@angular/platform-browser": "^20.0.0",
25
25
  "@angular/router": "^20.0.0",
26
- "@fundamental-ngx/cdk": "0.58.4",
27
- "@fundamental-ngx/i18n": "0.58.4",
26
+ "@fundamental-ngx/cdk": "0.58.6",
27
+ "@fundamental-ngx/i18n": "0.58.6",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -47,14 +47,14 @@
47
47
  "types": "./index.d.ts",
48
48
  "default": "./fesm2022/fundamental-ngx-core.mjs"
49
49
  },
50
- "./action-sheet": {
51
- "types": "./action-sheet/index.d.ts",
52
- "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
53
- },
54
50
  "./action-bar": {
55
51
  "types": "./action-bar/index.d.ts",
56
52
  "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
57
53
  },
54
+ "./action-sheet": {
55
+ "types": "./action-sheet/index.d.ts",
56
+ "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
57
+ },
58
58
  "./avatar": {
59
59
  "types": "./avatar/index.d.ts",
60
60
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
@@ -91,14 +91,14 @@
91
91
  "types": "./card/index.d.ts",
92
92
  "default": "./fesm2022/fundamental-ngx-core-card.mjs"
93
93
  },
94
- "./carousel": {
95
- "types": "./carousel/index.d.ts",
96
- "default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
97
- },
98
94
  "./checkbox": {
99
95
  "types": "./checkbox/index.d.ts",
100
96
  "default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
101
97
  },
98
+ "./carousel": {
99
+ "types": "./carousel/index.d.ts",
100
+ "default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
101
+ },
102
102
  "./combobox": {
103
103
  "types": "./combobox/index.d.ts",
104
104
  "default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
@@ -111,14 +111,14 @@
111
111
  "types": "./date-picker/index.d.ts",
112
112
  "default": "./fesm2022/fundamental-ngx-core-date-picker.mjs"
113
113
  },
114
- "./datetime-picker": {
115
- "types": "./datetime-picker/index.d.ts",
116
- "default": "./fesm2022/fundamental-ngx-core-datetime-picker.mjs"
117
- },
118
114
  "./datetime": {
119
115
  "types": "./datetime/index.d.ts",
120
116
  "default": "./fesm2022/fundamental-ngx-core-datetime.mjs"
121
117
  },
118
+ "./datetime-picker": {
119
+ "types": "./datetime-picker/index.d.ts",
120
+ "default": "./fesm2022/fundamental-ngx-core-datetime-picker.mjs"
121
+ },
122
122
  "./dialog": {
123
123
  "types": "./dialog/index.d.ts",
124
124
  "default": "./fesm2022/fundamental-ngx-core-dialog.mjs"
@@ -287,14 +287,14 @@
287
287
  "types": "./panel/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
289
289
  },
290
- "./product-switch": {
291
- "types": "./product-switch/index.d.ts",
292
- "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
293
- },
294
290
  "./popover": {
295
291
  "types": "./popover/index.d.ts",
296
292
  "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
297
293
  },
294
+ "./product-switch": {
295
+ "types": "./product-switch/index.d.ts",
296
+ "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
297
+ },
298
298
  "./progress-indicator": {
299
299
  "types": "./progress-indicator/index.d.ts",
300
300
  "default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"