@eui/core 15.0.0-rc.13 → 15.0.0-rc.14
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/docs/dependencies.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +3 -4
- package/fesm2015/eui-core.mjs +2 -3
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +2 -3
- package/fesm2020/eui-core.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2020/eui-core.mjs
CHANGED
|
@@ -3020,10 +3020,9 @@ class UxDynamicComponentService {
|
|
|
3020
3020
|
}
|
|
3021
3021
|
}
|
|
3022
3022
|
/** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3023
|
-
/** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: UxDynamicComponentService
|
|
3023
|
+
/** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: UxDynamicComponentService });
|
|
3024
3024
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: UxDynamicComponentService, decorators: [{
|
|
3025
|
-
type: Injectable
|
|
3026
|
-
args: [{ providedIn: 'root' }]
|
|
3025
|
+
type: Injectable
|
|
3027
3026
|
}], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }]; } });
|
|
3028
3027
|
|
|
3029
3028
|
const UX_COUNTRIES = {
|