@skyux/core 9.0.0-alpha.1 → 9.0.0-alpha.3
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 +721 -721
- package/esm2022/index.mjs +47 -71
- package/esm2022/lib/modules/dynamic-component/dynamic-component-options.mjs +1 -1
- package/esm2022/lib/modules/dynamic-component/dynamic-component.service.mjs +9 -15
- package/esm2022/testing/public-api.mjs +6 -8
- package/fesm2022/skyux-core.mjs +9 -15
- package/fesm2022/skyux-core.mjs.map +1 -1
- package/index.d.ts +70 -70
- package/lib/modules/dynamic-component/dynamic-component-options.d.ts +3 -3
- package/lib/modules/dynamic-component/dynamic-component.service.d.ts +2 -2
- package/package.json +2 -2
- package/testing/public-api.d.ts +7 -7
package/index.d.ts
CHANGED
@@ -1,73 +1,73 @@
|
|
1
|
-
export
|
2
|
-
export
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export
|
6
|
-
export
|
7
|
-
export
|
8
|
-
export
|
9
|
-
export
|
10
|
-
export
|
11
|
-
export
|
12
|
-
export
|
13
|
-
export
|
14
|
-
export
|
15
|
-
export
|
16
|
-
export
|
17
|
-
export
|
18
|
-
export
|
19
|
-
export
|
20
|
-
export
|
21
|
-
export
|
22
|
-
export
|
23
|
-
export
|
24
|
-
export
|
25
|
-
export
|
26
|
-
export
|
27
|
-
export
|
28
|
-
export
|
29
|
-
export
|
30
|
-
export
|
31
|
-
export
|
32
|
-
export
|
33
|
-
export
|
34
|
-
export
|
35
|
-
export
|
36
|
-
export
|
37
|
-
export
|
38
|
-
export
|
39
|
-
export
|
40
|
-
export
|
41
|
-
export
|
42
|
-
export
|
43
|
-
export
|
44
|
-
export
|
45
|
-
export
|
46
|
-
export
|
47
|
-
export
|
48
|
-
export
|
49
|
-
export
|
50
|
-
export
|
51
|
-
export
|
52
|
-
export
|
53
|
-
export
|
54
|
-
export
|
55
|
-
export
|
56
|
-
export
|
57
|
-
export
|
58
|
-
export
|
59
|
-
export
|
60
|
-
export
|
61
|
-
export
|
62
|
-
export
|
63
|
-
export
|
64
|
-
export
|
65
|
-
export
|
66
|
-
export
|
67
|
-
export
|
68
|
-
export
|
69
|
-
export
|
70
|
-
export
|
1
|
+
export { SkyCoreAdapterModule } from './lib/modules/adapter-service/adapter.module';
|
2
|
+
export { SkyCoreAdapterService } from './lib/modules/adapter-service/adapter.service';
|
3
|
+
export { SkyFocusableChildrenOptions } from './lib/modules/adapter-service/focusable-children-options';
|
4
|
+
export { SkyAffixAutoFitContext } from './lib/modules/affix/affix-auto-fit-context';
|
5
|
+
export { SkyAffixConfig } from './lib/modules/affix/affix-config';
|
6
|
+
export { SkyAffixHorizontalAlignment } from './lib/modules/affix/affix-horizontal-alignment';
|
7
|
+
export { SkyAffixOffset } from './lib/modules/affix/affix-offset';
|
8
|
+
export { SkyAffixOffsetChange } from './lib/modules/affix/affix-offset-change';
|
9
|
+
export { SkyAffixPlacement } from './lib/modules/affix/affix-placement';
|
10
|
+
export { SkyAffixPlacementChange } from './lib/modules/affix/affix-placement-change';
|
11
|
+
export { SkyAffixPosition } from './lib/modules/affix/affix-position';
|
12
|
+
export { SkyAffixVerticalAlignment } from './lib/modules/affix/affix-vertical-alignment';
|
13
|
+
export { SkyAffixModule } from './lib/modules/affix/affix.module';
|
14
|
+
export { SkyAffixService } from './lib/modules/affix/affix.service';
|
15
|
+
export { SkyAffixer } from './lib/modules/affix/affixer';
|
16
|
+
export { SkyDefaultInputProvider } from './lib/modules/default-input-provider/default-input-provider';
|
17
|
+
export { SkyDockInsertComponentConfig } from './lib/modules/dock/dock-insert-component-config';
|
18
|
+
export { SkyDockItem } from './lib/modules/dock/dock-item';
|
19
|
+
export { SkyDockItemConfig } from './lib/modules/dock/dock-item-config';
|
20
|
+
export { SkyDockLocation } from './lib/modules/dock/dock-location';
|
21
|
+
export { SkyDockOptions } from './lib/modules/dock/dock-options';
|
22
|
+
export { SkyDockModule } from './lib/modules/dock/dock.module';
|
23
|
+
export { SkyDockService } from './lib/modules/dock/dock.service';
|
24
|
+
export { SkyDynamicComponentLocation } from './lib/modules/dynamic-component/dynamic-component-location';
|
25
|
+
export { SkyDynamicComponentOptions } from './lib/modules/dynamic-component/dynamic-component-options';
|
26
|
+
export { SkyDynamicComponentModule } from './lib/modules/dynamic-component/dynamic-component.module';
|
27
|
+
export { SkyDynamicComponentService } from './lib/modules/dynamic-component/dynamic-component.service';
|
28
|
+
export { SkyAppFormat } from './lib/modules/format/app-format';
|
29
|
+
export { SkyIdModule } from './lib/modules/id/id.module';
|
30
|
+
export { SkyIdService } from './lib/modules/id/id.service';
|
31
|
+
export { SkyLayoutHostForChildArgs } from './lib/modules/layout-host/layout-host-for-child-args';
|
32
|
+
export { SkyLayoutHostService } from './lib/modules/layout-host/layout-host.service';
|
33
|
+
export { SkyLiveAnnouncerService } from './lib/modules/live-announcer/live-announcer.service';
|
34
|
+
export { SkyLiveAnnouncerArgs } from './lib/modules/live-announcer/types/live-announcer-args';
|
35
|
+
export { SkyLiveAnnouncerPoliteness } from './lib/modules/live-announcer/types/live-announcer-politeness';
|
36
|
+
export { SkyLogModule } from './lib/modules/log/log.module';
|
37
|
+
export { SkyLogService } from './lib/modules/log/log.service';
|
38
|
+
export { SkyLogLevel } from './lib/modules/log/types/log-level';
|
39
|
+
export { SKY_LOG_LEVEL } from './lib/modules/log/types/log-level-token';
|
40
|
+
export { SkyMediaBreakpoints } from './lib/modules/media-query/media-breakpoints';
|
41
|
+
export { SkyMediaQueryListener } from './lib/modules/media-query/media-query-listener';
|
42
|
+
export { SkyMediaQueryModule } from './lib/modules/media-query/media-query.module';
|
43
|
+
export { SkyMediaQueryService } from './lib/modules/media-query/media-query.service';
|
44
|
+
export { SkyMutationObserverService } from './lib/modules/mutation/mutation-observer-service';
|
45
|
+
export { SkyNumericSymbol } from './lib/modules/numeric/numeric-symbol';
|
46
|
+
export { SkyNumericModule } from './lib/modules/numeric/numeric.module';
|
47
|
+
export { SkyNumericOptions, NumericOptions, } from './lib/modules/numeric/numeric.options';
|
48
|
+
export { SkyNumericPipe } from './lib/modules/numeric/numeric.pipe';
|
49
|
+
export { SkyNumericService } from './lib/modules/numeric/numeric.service';
|
50
|
+
export { SkyOverlayConfig } from './lib/modules/overlay/overlay-config';
|
51
|
+
export { SkyOverlayInstance } from './lib/modules/overlay/overlay-instance';
|
52
|
+
export { SkyOverlayPosition } from './lib/modules/overlay/overlay-position';
|
53
|
+
export { SkyOverlayModule } from './lib/modules/overlay/overlay.module';
|
54
|
+
export { SkyOverlayService } from './lib/modules/overlay/overlay.service';
|
55
|
+
export { SkyPercentPipeModule } from './lib/modules/percent-pipe/percent-pipe.module';
|
56
|
+
export { SkyPercentPipe } from './lib/modules/percent-pipe/percent.pipe';
|
57
|
+
export { SkyResizeObserverService } from './lib/modules/resize-observer/resize-observer.service';
|
58
|
+
export { SkyResizeObserverMediaQueryService } from './lib/modules/resize-observer/resize-observer-media-query.service';
|
59
|
+
export { SkyScrollableHostService } from './lib/modules/scrollable-host/scrollable-host.service';
|
60
|
+
export { SkyStackingContext } from './lib/modules/stacking-context/stacking-context';
|
61
|
+
export { SKY_STACKING_CONTEXT } from './lib/modules/stacking-context/stacking-context-token';
|
62
|
+
export { SkyAppSetTitleArgs } from './lib/modules/title/set-title-args';
|
63
|
+
export { SkyAppTitleService } from './lib/modules/title/title.service';
|
64
|
+
export { SkyTrimModule } from './lib/modules/trim/trim.module';
|
65
|
+
export { SkyUIConfigService } from './lib/modules/ui-config/ui-config.service';
|
66
|
+
export { SkyViewkeeperHostOptions } from './lib/modules/viewkeeper/viewkeeper-host-options';
|
67
|
+
export { SkyViewkeeperOptions } from './lib/modules/viewkeeper/viewkeeper-options';
|
68
|
+
export { SkyViewkeeperModule } from './lib/modules/viewkeeper/viewkeeper.module';
|
69
|
+
export { SkyViewkeeperService } from './lib/modules/viewkeeper/viewkeeper.service';
|
70
|
+
export { SkyAppWindowRef } from './lib/modules/window/window-ref';
|
71
71
|
export { SkyAffixDirective as λ1 } from './lib/modules/affix/affix.directive';
|
72
72
|
export { SkyIdDirective as λ2 } from './lib/modules/id/id.directive';
|
73
73
|
export { SkyViewkeeperDirective as λ3 } from './lib/modules/viewkeeper/viewkeeper.directive';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { EnvironmentInjector, StaticProvider, ViewContainerRef } from '@angular/core';
|
2
2
|
import { SkyDynamicComponentLocation } from './dynamic-component-location';
|
3
3
|
/**
|
4
4
|
* Options for adding a dynamic component to the page.
|
@@ -21,7 +21,7 @@ export interface SkyDynamicComponentOptions {
|
|
21
21
|
*/
|
22
22
|
viewContainerRef?: ViewContainerRef;
|
23
23
|
/**
|
24
|
-
*
|
24
|
+
* The environment injector to use instead of the dynamic component service's injector.
|
25
25
|
*/
|
26
|
-
|
26
|
+
environmentInjector?: EnvironmentInjector;
|
27
27
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ApplicationRef, ComponentRef, EnvironmentInjector,
|
1
|
+
import { ApplicationRef, ComponentRef, EnvironmentInjector, RendererFactory2, Type } from '@angular/core';
|
2
2
|
import { SkyAppWindowRef } from '../window/window-ref';
|
3
3
|
import { SkyDynamicComponentOptions } from './dynamic-component-options';
|
4
4
|
import * as i0 from "@angular/core";
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
8
8
|
*/
|
9
9
|
export declare class SkyDynamicComponentService {
|
10
10
|
#private;
|
11
|
-
constructor(applicationRef: ApplicationRef,
|
11
|
+
constructor(applicationRef: ApplicationRef, windowRef: SkyAppWindowRef, rendererFactory: RendererFactory2, environmentInjector: EnvironmentInjector);
|
12
12
|
/**
|
13
13
|
* Creates an instance of the specified component and adds it to the specified location
|
14
14
|
* on the page.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/core",
|
3
|
-
"version": "9.0.0-alpha.
|
3
|
+
"version": "9.0.0-alpha.3",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"@angular/core": "^16.1.7",
|
42
42
|
"@angular/platform-browser": "^16.1.7",
|
43
43
|
"@angular/router": "^16.1.7",
|
44
|
-
"@skyux/i18n": "9.0.0-alpha.
|
44
|
+
"@skyux/i18n": "9.0.0-alpha.3"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
47
|
"tslib": "^2.5.0"
|
package/testing/public-api.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
export
|
2
|
-
export
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export
|
6
|
-
export
|
7
|
-
export
|
1
|
+
export { SkyOverlayHarnessFilters } from './overlay/overlay-harness-filters';
|
2
|
+
export { SkyOverlayHarness } from './overlay/overlay-harness';
|
3
|
+
export { SkyComponentHarness } from './shared/component-harness';
|
4
|
+
export { SkyHarnessFilters } from './shared/harness-filters';
|
5
|
+
export { SkyCoreTestingModule } from './core-testing.module';
|
6
|
+
export { MockSkyMediaQueryService } from './mock-media-query.service';
|
7
|
+
export { MockSkyUIConfigService } from './mock-ui-config.service';
|