@skyux/core 7.0.0-beta.12 → 7.0.0-beta.13
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/documentation.json +404 -378
- package/esm2020/lib/modules/dynamic-component/dynamic-component-options.mjs +1 -1
- package/esm2020/lib/modules/dynamic-component/dynamic-component.service.mjs +2 -2
- package/fesm2015/skyux-core.mjs +1 -1
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +1 -1
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/dynamic-component/dynamic-component-options.d.ts +5 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { StaticProvider } from '@angular/core';
|
1
|
+
import { Injector, StaticProvider } from '@angular/core';
|
2
2
|
import { SkyDynamicComponentLocation } from './dynamic-component-location';
|
3
3
|
/**
|
4
4
|
* Options for adding a dynamic component to the page.
|
@@ -16,4 +16,8 @@ export interface SkyDynamicComponentOptions {
|
|
16
16
|
* The reference element used when using the `ElementTop` or `ElementBottom` locations.
|
17
17
|
*/
|
18
18
|
referenceEl?: HTMLElement;
|
19
|
+
/**
|
20
|
+
* Parent injector to use instead of the dynamic component service's injector
|
21
|
+
*/
|
22
|
+
parentInjector?: Injector;
|
19
23
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/core",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.13",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"@angular/core": "^14.2.0",
|
46
46
|
"@angular/platform-browser": "^14.2.0",
|
47
47
|
"@angular/router": "^14.2.0",
|
48
|
-
"@skyux/i18n": "7.0.0-beta.
|
48
|
+
"@skyux/i18n": "7.0.0-beta.13"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
51
|
"tslib": "^2.3.1"
|