@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 } 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) {
|
|
@@ -2604,8 +2604,7 @@ const appInitialize = (doc) => {
|
|
|
2604
2604
|
return;
|
|
2605
2605
|
}
|
|
2606
2606
|
didInitialize = true;
|
|
2607
|
-
|
|
2608
|
-
await defineCustomElements();
|
|
2607
|
+
defineCustomElements();
|
|
2609
2608
|
await defineCustomElements$1();
|
|
2610
2609
|
}
|
|
2611
2610
|
};
|