@mozaic-ds/angular 2.3.0 → 2.4.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": "@mozaic-ds/angular",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=20.3.15",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.8.1",
|
|
11
11
|
"libphonenumber-js": "^1.12.31",
|
|
12
|
-
"@mozaic-ds/icons-angular": "^0.
|
|
12
|
+
"@mozaic-ds/icons-angular": "^0.19.0"
|
|
13
13
|
},
|
|
14
14
|
"sideEffects": false,
|
|
15
15
|
"publishConfig": {
|
|
@@ -2426,6 +2426,7 @@ declare class MozComboboxComponent<T = string> implements ControlValueAccessor {
|
|
|
2426
2426
|
readonly searched: _angular_core.OutputEmitterRef<string>;
|
|
2427
2427
|
private readonly triggerEl;
|
|
2428
2428
|
private readonly viewportEl;
|
|
2429
|
+
private readonly connectedOverlay;
|
|
2429
2430
|
/** Unique instance id */
|
|
2430
2431
|
readonly uniqId: number;
|
|
2431
2432
|
readonly comboboxId: string;
|