@siemens/ix-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/components.d.ts +1 -1
- package/esm2020/app-initialize.mjs +3 -4
- package/esm2020/components.mjs +1 -1
- package/fesm2015/siemens-ix-angular.mjs +3 -4
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +3 -4
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -6,8 +6,8 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
|
6
6
|
import { __decorate, __awaiter } from 'tslib';
|
|
7
7
|
import { fromEvent } from 'rxjs';
|
|
8
8
|
import { DOCUMENT } from '@angular/common';
|
|
9
|
-
import { defineCustomElements } from '@siemens/ix-icons/loader';
|
|
10
|
-
import {
|
|
9
|
+
import { defineCustomElements as defineCustomElements$1 } from '@siemens/ix-icons/loader';
|
|
10
|
+
import { defineCustomElements } from '@siemens/ix/loader';
|
|
11
11
|
|
|
12
12
|
class ValueAccessor {
|
|
13
13
|
constructor(el) {
|
|
@@ -2593,8 +2593,7 @@ const appInitialize = (doc) => {
|
|
|
2593
2593
|
return;
|
|
2594
2594
|
}
|
|
2595
2595
|
didInitialize = true;
|
|
2596
|
-
|
|
2597
|
-
yield defineCustomElements();
|
|
2596
|
+
defineCustomElements();
|
|
2598
2597
|
yield defineCustomElements$1();
|
|
2599
2598
|
}
|
|
2600
2599
|
});
|