@skyux/core 11.0.0-alpha.5 → 11.0.0-alpha.7
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 +1239 -1175
- package/esm2022/index.mjs +2 -1
- package/esm2022/lib/modules/adapter-service/adapter.module.mjs +4 -4
- package/esm2022/lib/modules/adapter-service/adapter.service.mjs +3 -3
- package/esm2022/lib/modules/affix/affix.directive.mjs +3 -3
- package/esm2022/lib/modules/affix/affix.module.mjs +4 -4
- package/esm2022/lib/modules/affix/affix.service.mjs +3 -3
- package/esm2022/lib/modules/dock/dock-dom-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/dock/dock.component.mjs +3 -3
- package/esm2022/lib/modules/dock/dock.module.mjs +4 -4
- package/esm2022/lib/modules/dock/dock.service.mjs +3 -3
- package/esm2022/lib/modules/dynamic-component/dynamic-component.module.mjs +4 -4
- package/esm2022/lib/modules/dynamic-component/dynamic-component.service.mjs +6 -6
- package/esm2022/lib/modules/format/app-format.mjs +3 -3
- package/esm2022/lib/modules/forms-utility/forms-utility.mjs +1 -8
- package/esm2022/lib/modules/help/help.service.mjs +11 -4
- package/esm2022/lib/modules/id/id.directive.mjs +3 -3
- package/esm2022/lib/modules/id/id.module.mjs +4 -4
- package/esm2022/lib/modules/id/id.service.mjs +3 -3
- package/esm2022/lib/modules/layout-host/layout-host.service.mjs +3 -3
- package/esm2022/lib/modules/live-announcer/live-announcer.service.mjs +3 -3
- package/esm2022/lib/modules/log/log.module.mjs +4 -4
- package/esm2022/lib/modules/log/log.service.mjs +3 -3
- package/esm2022/lib/modules/media-query/media-query.module.mjs +4 -4
- package/esm2022/lib/modules/media-query/media-query.service.mjs +3 -3
- package/esm2022/lib/modules/mutation/mutation-observer-service.mjs +3 -3
- package/esm2022/lib/modules/numeric/numeric.module.mjs +4 -4
- package/esm2022/lib/modules/numeric/numeric.pipe.mjs +3 -3
- package/esm2022/lib/modules/numeric/numeric.service.mjs +3 -3
- package/esm2022/lib/modules/overlay/overlay-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/overlay/overlay.component.mjs +3 -3
- package/esm2022/lib/modules/overlay/overlay.module.mjs +4 -4
- package/esm2022/lib/modules/overlay/overlay.service.mjs +6 -6
- package/esm2022/lib/modules/percent-pipe/percent-pipe.module.mjs +4 -4
- package/esm2022/lib/modules/percent-pipe/percent.pipe.mjs +3 -3
- package/esm2022/lib/modules/resize-observer/resize-observer-media-query.service.mjs +3 -3
- package/esm2022/lib/modules/resize-observer/resize-observer.service.mjs +3 -3
- package/esm2022/lib/modules/screen-reader-label/screen-reader-label.directive.mjs +3 -3
- package/esm2022/lib/modules/scroll-shadow/scroll-shadow-event-args.mjs +2 -0
- package/esm2022/lib/modules/scroll-shadow/scroll-shadow.directive.mjs +123 -0
- package/esm2022/lib/modules/scrollable-host/scrollable-host.service.mjs +3 -3
- package/esm2022/lib/modules/shared/sky-core-resources.module.mjs +4 -4
- package/esm2022/lib/modules/title/title.service.mjs +3 -3
- package/esm2022/lib/modules/trim/trim.directive.mjs +3 -3
- package/esm2022/lib/modules/trim/trim.module.mjs +4 -4
- package/esm2022/lib/modules/ui-config/ui-config.service.mjs +3 -3
- package/esm2022/lib/modules/viewkeeper/viewkeeper-host-options.mjs +3 -3
- package/esm2022/lib/modules/viewkeeper/viewkeeper.directive.mjs +3 -3
- package/esm2022/lib/modules/viewkeeper/viewkeeper.module.mjs +4 -4
- package/esm2022/lib/modules/viewkeeper/viewkeeper.service.mjs +3 -3
- package/esm2022/lib/modules/window/window-ref.mjs +3 -3
- package/esm2022/testing/core-testing.module.mjs +4 -4
- package/esm2022/testing/help/help-testing-controller.mjs +2 -1
- package/esm2022/testing/help/help-testing.module.mjs +4 -4
- package/esm2022/testing/help/help-testing.service.mjs +9 -4
- package/esm2022/testing/mock-media-query.service.mjs +3 -3
- package/esm2022/testing/mock-ui-config.service.mjs +3 -3
- package/esm2022/version.mjs +1 -1
- package/fesm2022/skyux-core-testing.mjs +20 -17
- package/fesm2022/skyux-core-testing.mjs.map +1 -1
- package/fesm2022/skyux-core.mjs +286 -168
- package/fesm2022/skyux-core.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/modules/forms-utility/forms-utility.d.ts +0 -5
- package/lib/modules/help/help.service.d.ts +5 -0
- package/lib/modules/scroll-shadow/scroll-shadow-event-args.d.ts +7 -0
- package/lib/modules/scroll-shadow/scroll-shadow.directive.d.ts +19 -0
- package/package.json +8 -8
- package/testing/help/help-testing.service.d.ts +2 -0
package/fesm2022/skyux-core.mjs
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { NgModule, Injectable, inject, RendererFactory2, NgZone, EventEmitter, Directive, Input, Output, EnvironmentInjector, createEnvironmentInjector, createComponent, ChangeDetectorRef, ElementRef, ViewContainerRef, Component, ChangeDetectionStrategy, ViewChild, InjectionToken, Optional, Inject, Pipe, HostBinding, ApplicationRef, Renderer2 } from '@angular/core';
|
2
|
+
import { NgModule, Injectable, inject, RendererFactory2, NgZone, EventEmitter, Directive, Input, Output, EnvironmentInjector, createEnvironmentInjector, createComponent, ChangeDetectorRef, ElementRef, ViewContainerRef, Component, ChangeDetectionStrategy, ViewChild, InjectionToken, Optional, Inject, Pipe, HostBinding, ApplicationRef, Renderer2, HostListener } from '@angular/core';
|
3
3
|
import * as i1$1 from '@angular/common';
|
4
4
|
import { DOCUMENT, CommonModule } from '@angular/common';
|
5
|
-
import { Subject, Subscription, ReplaySubject, fromEvent, BehaviorSubject, Observable, filter, map, distinctUntilChanged, shareReplay, throttle, animationFrames, take, takeUntil as takeUntil$1,
|
5
|
+
import { Subject, Subscription, ReplaySubject, fromEvent, of, BehaviorSubject, Observable, filter, map, distinctUntilChanged, shareReplay, throttle, animationFrames, take, takeUntil as takeUntil$1, concat, animationFrameScheduler } from 'rxjs';
|
6
6
|
import { takeUntil, debounceTime, switchMap, map as map$1 } from 'rxjs/operators';
|
7
7
|
import { ViewportRuler } from '@angular/cdk/overlay';
|
8
8
|
import * as i1 from '@skyux/i18n';
|
@@ -15,11 +15,11 @@ import * as i1$2 from '@angular/platform-browser';
|
|
15
15
|
* The `SkyCoreAdapterModule` can be removed from your project.
|
16
16
|
*/
|
17
17
|
class SkyCoreAdapterModule {
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
19
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
20
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreAdapterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
19
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreAdapterModule }); }
|
20
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreAdapterModule }); }
|
21
21
|
}
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreAdapterModule, decorators: [{
|
23
23
|
type: NgModule,
|
24
24
|
args: [{}]
|
25
25
|
}] });
|
@@ -251,10 +251,10 @@ class SkyCoreAdapterService {
|
|
251
251
|
element.getClientRects().length);
|
252
252
|
return hasBounds;
|
253
253
|
}
|
254
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
255
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
254
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreAdapterService, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
255
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreAdapterService, providedIn: 'root' }); }
|
256
256
|
}
|
257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreAdapterService, decorators: [{
|
258
258
|
type: Injectable,
|
259
259
|
args: [{
|
260
260
|
providedIn: 'root',
|
@@ -872,10 +872,10 @@ class SkyAffixService {
|
|
872
872
|
this.#renderer.appendChild(doc.body, layoutViewportElement);
|
873
873
|
return layoutViewportElement;
|
874
874
|
}
|
875
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
876
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
875
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
876
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixService, providedIn: 'root' }); }
|
877
877
|
}
|
878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixService, decorators: [{
|
879
879
|
type: Injectable,
|
880
880
|
args: [{
|
881
881
|
providedIn: 'root',
|
@@ -959,10 +959,10 @@ class SkyAffixDirective {
|
|
959
959
|
});
|
960
960
|
}
|
961
961
|
}
|
962
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
963
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixDirective, deps: [{ token: i0.ElementRef }, { token: SkyAffixService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
963
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.2", type: SkyAffixDirective, selector: "[skyAffixTo]", inputs: { skyAffixTo: "skyAffixTo", affixAutoFitContext: "affixAutoFitContext", affixAutoFitOverflowOffset: "affixAutoFitOverflowOffset", affixEnableAutoFit: "affixEnableAutoFit", affixHorizontalAlignment: "affixHorizontalAlignment", affixIsSticky: "affixIsSticky", affixPlacement: "affixPlacement", affixPosition: "affixPosition", affixVerticalAlignment: "affixVerticalAlignment" }, outputs: { affixOffsetChange: "affixOffsetChange", affixOverflowScroll: "affixOverflowScroll", affixPlacementChange: "affixPlacementChange" }, usesOnChanges: true, ngImport: i0 }); }
|
964
964
|
}
|
965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixDirective, decorators: [{
|
966
966
|
type: Directive,
|
967
967
|
args: [{
|
968
968
|
selector: '[skyAffixTo]',
|
@@ -994,11 +994,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
994
994
|
}] } });
|
995
995
|
|
996
996
|
class SkyAffixModule {
|
997
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
998
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
999
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
997
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
998
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixModule, declarations: [SkyAffixDirective], imports: [CommonModule], exports: [SkyAffixDirective] }); }
|
999
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixModule, imports: [CommonModule] }); }
|
1000
1000
|
}
|
1001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAffixModule, decorators: [{
|
1002
1002
|
type: NgModule,
|
1003
1003
|
args: [{
|
1004
1004
|
imports: [CommonModule],
|
@@ -1108,11 +1108,11 @@ var SkyDockLocation;
|
|
1108
1108
|
* @deprecated The `SkyDockModule` is no longer needed and can be removed from your application.
|
1109
1109
|
*/
|
1110
1110
|
class SkyDockModule {
|
1111
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1112
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
1113
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
1111
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1112
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyDockModule }); }
|
1113
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockModule }); }
|
1114
1114
|
}
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockModule, decorators: [{
|
1116
1116
|
type: NgModule,
|
1117
1117
|
args: [{}]
|
1118
1118
|
}] });
|
@@ -1162,10 +1162,10 @@ class SkyAppWindowRef {
|
|
1162
1162
|
get nativeWindow() {
|
1163
1163
|
return getWindow();
|
1164
1164
|
}
|
1165
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1166
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1165
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppWindowRef, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1166
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppWindowRef, providedIn: 'root' }); }
|
1167
1167
|
}
|
1168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppWindowRef, decorators: [{
|
1169
1169
|
type: Injectable,
|
1170
1170
|
args: [{
|
1171
1171
|
providedIn: 'root',
|
@@ -1256,10 +1256,10 @@ class SkyDynamicComponentService {
|
|
1256
1256
|
// https://malcoded.com/posts/angular-dynamic-components
|
1257
1257
|
return componentRef.hostView.rootNodes[0];
|
1258
1258
|
}
|
1259
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1260
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentService, deps: [{ token: i0.ApplicationRef }, { token: SkyAppWindowRef }, { token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1260
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentService, providedIn: 'root' }); }
|
1261
1261
|
}
|
1262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentService, decorators: [{
|
1263
1263
|
type: Injectable,
|
1264
1264
|
args: [{
|
1265
1265
|
providedIn: 'root',
|
@@ -1271,10 +1271,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
1271
1271
|
* @deprecated Use `SkyDynamicComponentService` to create a standalone component instead.
|
1272
1272
|
*/
|
1273
1273
|
class SkyDynamicComponentLegacyService extends SkyDynamicComponentService {
|
1274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1275
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1274
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentLegacyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
1275
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentLegacyService, providedIn: 'any' }); }
|
1276
1276
|
}
|
1277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentLegacyService, decorators: [{
|
1278
1278
|
type: Injectable,
|
1279
1279
|
args: [{
|
1280
1280
|
providedIn: 'any',
|
@@ -1288,10 +1288,10 @@ class SkyMutationObserverService {
|
|
1288
1288
|
create(callback) {
|
1289
1289
|
return new MutationObserver(callback);
|
1290
1290
|
}
|
1291
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1292
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1291
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMutationObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1292
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMutationObserverService, providedIn: 'root' }); }
|
1293
1293
|
}
|
1294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMutationObserverService, decorators: [{
|
1295
1295
|
type: Injectable,
|
1296
1296
|
args: [{
|
1297
1297
|
providedIn: 'root',
|
@@ -1367,10 +1367,10 @@ class SkyDockDomAdapterService {
|
|
1367
1367
|
#destroyStyleElement() {
|
1368
1368
|
this.#renderer.removeChild(document.head, this.#styleElement);
|
1369
1369
|
}
|
1370
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1371
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1370
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockDomAdapterService, deps: [{ token: SkyMutationObserverService }, { token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1371
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockDomAdapterService }); }
|
1372
1372
|
}
|
1373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockDomAdapterService, decorators: [{
|
1374
1374
|
type: Injectable
|
1375
1375
|
}], ctorParameters: () => [{ type: SkyMutationObserverService }, { type: i0.RendererFactory2 }] });
|
1376
1376
|
|
@@ -1468,10 +1468,10 @@ class SkyDockComponent {
|
|
1468
1468
|
}
|
1469
1469
|
return this.#itemRefs[0].stackOrder + 1;
|
1470
1470
|
}
|
1471
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1472
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
1471
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
1472
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: SkyDockComponent, isStandalone: true, selector: "sky-dock", providers: [SkyDockDomAdapterService], viewQueries: [{ propertyName: "target", first: true, predicate: ["target"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<ng-container #target></ng-container>\n", styles: [":host{display:flex;flex-direction:column;width:100%}:host:not(.sky-dock-unbound){position:fixed;left:var(--sky-viewport-left, 0);bottom:var(--sky-viewport-bottom, 0);right:var(--sky-viewport-right, 0);width:auto}:host.sky-dock-sticky{position:sticky}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
1473
1473
|
}
|
1474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockComponent, decorators: [{
|
1475
1475
|
type: Component,
|
1476
1476
|
args: [{ standalone: true, selector: 'sky-dock', providers: [SkyDockDomAdapterService], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #target></ng-container>\n", styles: [":host{display:flex;flex-direction:column;width:100%}:host:not(.sky-dock-unbound){position:fixed;left:var(--sky-viewport-left, 0);bottom:var(--sky-viewport-bottom, 0);right:var(--sky-viewport-right, 0);width:auto}:host.sky-dock-sticky{position:sticky}\n"] }]
|
1477
1477
|
}], propDecorators: { target: [{
|
@@ -1558,11 +1558,11 @@ class SkyDockService {
|
|
1558
1558
|
this.#dynamicComponentSvc.removeComponent(_a$2.dockRef);
|
1559
1559
|
_a$2.dockRef = undefined;
|
1560
1560
|
}
|
1561
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1562
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1561
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockService, deps: [{ token: SkyDynamicComponentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1562
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockService, providedIn: 'root' }); }
|
1563
1563
|
}
|
1564
1564
|
_a$2 = SkyDockService;
|
1565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDockService, decorators: [{
|
1566
1566
|
type: Injectable,
|
1567
1567
|
args: [{
|
1568
1568
|
providedIn: 'root',
|
@@ -1575,11 +1575,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
1575
1575
|
* The `SkyDynamicComponentModule` can be removed from your project.
|
1576
1576
|
*/
|
1577
1577
|
class SkyDynamicComponentModule {
|
1578
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1579
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
1580
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
1578
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1579
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentModule }); }
|
1580
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentModule }); }
|
1581
1581
|
}
|
1582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyDynamicComponentModule, decorators: [{
|
1583
1583
|
type: NgModule,
|
1584
1584
|
args: [{}]
|
1585
1585
|
}] });
|
@@ -1589,13 +1589,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
1589
1589
|
* @internal
|
1590
1590
|
*/
|
1591
1591
|
class SkyFormsUtility {
|
1592
|
-
/**
|
1593
|
-
* Coerces a data-bound value (typically a string) to a boolean.
|
1594
|
-
* @deprecated Use the `booleanAttribute` transform instead.
|
1595
|
-
*/
|
1596
|
-
static coerceBooleanProperty(value) {
|
1597
|
-
return value !== undefined && `${value}` !== 'false';
|
1598
|
-
}
|
1599
1592
|
/**
|
1600
1593
|
* Gets the required state of the checkbox.
|
1601
1594
|
* Currently, Angular doesn't offer a way to get this easily, so we have to create an empty
|
@@ -1621,10 +1614,10 @@ class SkyAppFormat {
|
|
1621
1614
|
return args[parseInt(capture, 10)];
|
1622
1615
|
});
|
1623
1616
|
}
|
1624
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1625
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppFormat, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1618
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppFormat, providedIn: 'root' }); }
|
1626
1619
|
}
|
1627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppFormat, decorators: [{
|
1628
1621
|
type: Injectable,
|
1629
1622
|
args: [{
|
1630
1623
|
providedIn: 'root',
|
@@ -1641,10 +1634,16 @@ const SKY_HELP_GLOBAL_OPTIONS = new InjectionToken('SkyHelpGlobalOptions');
|
|
1641
1634
|
* Provides methods for opening a globally accessible help dialog.
|
1642
1635
|
*/
|
1643
1636
|
class SkyHelpService {
|
1644
|
-
|
1645
|
-
|
1637
|
+
/**
|
1638
|
+
* Emits when the help widget ready state changes.
|
1639
|
+
*/
|
1640
|
+
get widgetReadyStateChange() {
|
1641
|
+
return of(false);
|
1642
|
+
}
|
1643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyHelpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1644
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyHelpService }); }
|
1646
1645
|
}
|
1647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyHelpService, decorators: [{
|
1648
1647
|
type: Injectable
|
1649
1648
|
}] });
|
1650
1649
|
|
@@ -1660,10 +1659,10 @@ class SkyIdService {
|
|
1660
1659
|
// elements with the same ID across sessions.
|
1661
1660
|
return `sky-id-gen__${new Date().getTime()}__${idIndex}`;
|
1662
1661
|
}
|
1663
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1664
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1663
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyIdService, providedIn: 'root' }); }
|
1665
1664
|
}
|
1666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyIdService, decorators: [{
|
1667
1666
|
type: Injectable,
|
1668
1667
|
args: [{
|
1669
1668
|
providedIn: 'root',
|
@@ -1687,10 +1686,10 @@ class SkyIdDirective {
|
|
1687
1686
|
renderer.setAttribute(elRef.nativeElement, 'id', id);
|
1688
1687
|
this.#_id = id;
|
1689
1688
|
}
|
1690
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1691
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
1689
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyIdDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: SkyIdService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
1690
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.2", type: SkyIdDirective, selector: "[skyId]", exportAs: ["skyId"], ngImport: i0 }); }
|
1692
1691
|
}
|
1693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyIdDirective, decorators: [{
|
1694
1693
|
type: Directive,
|
1695
1694
|
args: [{
|
1696
1695
|
selector: '[skyId]',
|
@@ -1699,11 +1698,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
1699
1698
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: SkyIdService }] });
|
1700
1699
|
|
1701
1700
|
class SkyIdModule {
|
1702
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1703
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
1704
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
1701
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyIdModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1702
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyIdModule, declarations: [SkyIdDirective], exports: [SkyIdDirective] }); }
|
1703
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyIdModule }); }
|
1705
1704
|
}
|
1706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyIdModule, decorators: [{
|
1707
1706
|
type: NgModule,
|
1708
1707
|
args: [{
|
1709
1708
|
declarations: [SkyIdDirective],
|
@@ -1723,10 +1722,10 @@ class SkyLayoutHostService {
|
|
1723
1722
|
setHostLayoutForChild(layout) {
|
1724
1723
|
this.#hostLayoutForChild.next(layout);
|
1725
1724
|
}
|
1726
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1727
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1725
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLayoutHostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1726
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLayoutHostService }); }
|
1728
1727
|
}
|
1729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLayoutHostService, decorators: [{
|
1730
1729
|
type: Injectable
|
1731
1730
|
}] });
|
1732
1731
|
|
@@ -1796,10 +1795,10 @@ class SkyLiveAnnouncerService {
|
|
1796
1795
|
this.#document.body.appendChild(liveEl);
|
1797
1796
|
return liveEl;
|
1798
1797
|
}
|
1799
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1800
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1798
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLiveAnnouncerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1799
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLiveAnnouncerService, providedIn: 'root' }); }
|
1801
1800
|
}
|
1802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLiveAnnouncerService, decorators: [{
|
1803
1802
|
type: Injectable,
|
1804
1803
|
args: [{
|
1805
1804
|
providedIn: 'root',
|
@@ -1811,11 +1810,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
1811
1810
|
* The `SkyLogModule` can be removed from your project.
|
1812
1811
|
*/
|
1813
1812
|
class SkyLogModule {
|
1814
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1815
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
1816
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
1813
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1814
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyLogModule }); }
|
1815
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLogModule }); }
|
1817
1816
|
}
|
1818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLogModule, decorators: [{
|
1819
1818
|
type: NgModule,
|
1820
1819
|
args: [{}]
|
1821
1820
|
}] });
|
@@ -1954,10 +1953,10 @@ class SkyLogService {
|
|
1954
1953
|
}
|
1955
1954
|
return key;
|
1956
1955
|
}
|
1957
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1958
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
1956
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLogService, deps: [{ token: SkyAppFormat }, { token: SKY_LOG_LEVEL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1957
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLogService, providedIn: 'root' }); }
|
1959
1958
|
}
|
1960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyLogService, decorators: [{
|
1961
1960
|
type: Injectable,
|
1962
1961
|
args: [{
|
1963
1962
|
providedIn: 'root',
|
@@ -1974,11 +1973,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
1974
1973
|
* The `SkyMediaQueryModule` can be removed from your project.
|
1975
1974
|
*/
|
1976
1975
|
class SkyMediaQueryModule {
|
1977
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
1978
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
1979
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
1976
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMediaQueryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1977
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyMediaQueryModule }); }
|
1978
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMediaQueryModule }); }
|
1980
1979
|
}
|
1981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
1980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMediaQueryModule, decorators: [{
|
1982
1981
|
type: NgModule,
|
1983
1982
|
args: [{}]
|
1984
1983
|
}] });
|
@@ -2093,11 +2092,11 @@ class SkyMediaQueryService {
|
|
2093
2092
|
this.#currentBreakpoint = breakpoint;
|
2094
2093
|
this.#currentSubject.next(breakpoint);
|
2095
2094
|
}
|
2096
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2097
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
2095
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMediaQueryService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
2096
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMediaQueryService, providedIn: 'root' }); }
|
2098
2097
|
}
|
2099
2098
|
_a$1 = SkyMediaQueryService;
|
2100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyMediaQueryService, decorators: [{
|
2101
2100
|
type: Injectable,
|
2102
2101
|
args: [{
|
2103
2102
|
providedIn: 'root',
|
@@ -2129,9 +2128,9 @@ class SkyCoreResourcesProvider {
|
|
2129
2128
|
* Import into any component library module that needs to use resource strings.
|
2130
2129
|
*/
|
2131
2130
|
class SkyCoreResourcesModule {
|
2132
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2133
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
2134
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
2131
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreResourcesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
2132
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreResourcesModule, exports: [SkyI18nModule] }); }
|
2133
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreResourcesModule, providers: [
|
2135
2134
|
{
|
2136
2135
|
provide: SKY_LIB_RESOURCES_PROVIDERS,
|
2137
2136
|
useClass: SkyCoreResourcesProvider,
|
@@ -2139,7 +2138,7 @@ class SkyCoreResourcesModule {
|
|
2139
2138
|
},
|
2140
2139
|
], imports: [SkyI18nModule] }); }
|
2141
2140
|
}
|
2142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyCoreResourcesModule, decorators: [{
|
2143
2142
|
type: NgModule,
|
2144
2143
|
args: [{
|
2145
2144
|
exports: [SkyI18nModule],
|
@@ -2438,10 +2437,10 @@ class SkyNumericService {
|
|
2438
2437
|
// TODO: Need to implement the async `getString` method in a breaking change.
|
2439
2438
|
return this.#resourcesSvc.getStringForLocale({ locale: 'en_US' }, key);
|
2440
2439
|
}
|
2441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2442
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
2440
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericService, deps: [{ token: i1.SkyLibResourcesService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
2441
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericService, providedIn: 'root' }); }
|
2443
2442
|
}
|
2444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericService, decorators: [{
|
2445
2444
|
type: Injectable,
|
2446
2445
|
args: [{
|
2447
2446
|
providedIn: 'root',
|
@@ -2514,10 +2513,10 @@ class SkyNumericPipe {
|
|
2514
2513
|
this.#formattedValue = this.#numericSvc.formatNumber(value, options);
|
2515
2514
|
return this.#formattedValue;
|
2516
2515
|
}
|
2517
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2518
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.
|
2516
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericPipe, deps: [{ token: i1.SkyAppLocaleProvider }, { token: SkyNumericService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
2517
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericPipe, name: "skyNumeric", pure: false }); }
|
2519
2518
|
}
|
2520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericPipe, decorators: [{
|
2521
2520
|
type: Pipe,
|
2522
2521
|
args: [{
|
2523
2522
|
name: 'skyNumeric',
|
@@ -2526,11 +2525,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
2526
2525
|
}], ctorParameters: () => [{ type: i1.SkyAppLocaleProvider }, { type: SkyNumericService }, { type: i0.ChangeDetectorRef }] });
|
2527
2526
|
|
2528
2527
|
class SkyNumericModule {
|
2529
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2530
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
2531
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
2528
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
2529
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericModule, declarations: [SkyNumericPipe], imports: [SkyCoreResourcesModule], exports: [SkyNumericPipe] }); }
|
2530
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericModule, providers: [SkyNumericPipe], imports: [SkyCoreResourcesModule] }); }
|
2532
2531
|
}
|
2533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyNumericModule, decorators: [{
|
2534
2533
|
type: NgModule,
|
2535
2534
|
args: [{
|
2536
2535
|
declarations: [SkyNumericPipe],
|
@@ -2605,11 +2604,11 @@ class SkyOverlayInstance {
|
|
2605
2604
|
* @deprecated The `SkyOverlayModule` is no longer needed and can be removed from your application.
|
2606
2605
|
*/
|
2607
2606
|
class SkyOverlayModule {
|
2608
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2609
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
2610
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
2607
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
2608
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayModule }); }
|
2609
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayModule }); }
|
2611
2610
|
}
|
2612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayModule, decorators: [{
|
2613
2612
|
type: NgModule,
|
2614
2613
|
args: [{}]
|
2615
2614
|
}] });
|
@@ -2676,10 +2675,10 @@ class SkyOverlayAdapterService {
|
|
2676
2675
|
});
|
2677
2676
|
siblingAriaHiddenCache.clear();
|
2678
2677
|
}
|
2679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2680
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
2678
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayAdapterService, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
2679
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayAdapterService, providedIn: 'root' }); }
|
2681
2680
|
}
|
2682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayAdapterService, decorators: [{
|
2683
2682
|
type: Injectable,
|
2684
2683
|
args: [{
|
2685
2684
|
providedIn: 'root',
|
@@ -2863,10 +2862,10 @@ class SkyOverlayComponent {
|
|
2863
2862
|
this.#routerSubscription = undefined;
|
2864
2863
|
}
|
2865
2864
|
}
|
2866
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2867
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
2865
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
2866
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: SkyOverlayComponent, isStandalone: true, selector: "sky-overlay", host: { properties: { "id": "this.id" } }, viewQueries: [{ propertyName: "overlayContentRef", first: true, predicate: ["overlayContentRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "overlayRef", first: true, predicate: ["overlayRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "targetRef", first: true, predicate: ["target"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<div\n [class]=\"'sky-overlay-position-' + position + ' ' + wrapperClass\"\n [style.z-index]=\"zIndex\"\n [style.clip-path]=\"clipPath$ | async\"\n [ngClass]=\"{\n 'enable-pointer-events-pass-through': enablePointerEvents,\n 'sky-overlay': true\n }\"\n #overlayRef\n>\n <div class=\"sky-overlay-content\" #overlayContentRef>\n <ng-template #target> </ng-template>\n </div>\n <div *ngIf=\"showBackdrop\" class=\"sky-overlay-backdrop\"></div>\n</div>\n", styles: [".sky-overlay{inset:0;width:100%;height:100%;display:flex;pointer-events:auto}.sky-overlay-position-absolute{position:absolute}.sky-overlay-position-fixed{position:fixed}.sky-overlay-content{position:relative;z-index:1;display:inline-flex;align-self:start;pointer-events:auto}.sky-overlay-backdrop{background:#00000080;inset:0;width:100%;height:100%;position:absolute}.enable-pointer-events-pass-through,.enable-pointer-events-pass-through .sky-overlay-backdrop{pointer-events:none}.enable-pointer-events-pass-through .sky-overlay-content{pointer-events:auto}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
2868
2867
|
}
|
2869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayComponent, decorators: [{
|
2870
2869
|
type: Component,
|
2871
2870
|
args: [{ standalone: true, selector: 'sky-overlay', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule], template: "<div\n [class]=\"'sky-overlay-position-' + position + ' ' + wrapperClass\"\n [style.z-index]=\"zIndex\"\n [style.clip-path]=\"clipPath$ | async\"\n [ngClass]=\"{\n 'enable-pointer-events-pass-through': enablePointerEvents,\n 'sky-overlay': true\n }\"\n #overlayRef\n>\n <div class=\"sky-overlay-content\" #overlayContentRef>\n <ng-template #target> </ng-template>\n </div>\n <div *ngIf=\"showBackdrop\" class=\"sky-overlay-backdrop\"></div>\n</div>\n", styles: [".sky-overlay{inset:0;width:100%;height:100%;display:flex;pointer-events:auto}.sky-overlay-position-absolute{position:absolute}.sky-overlay-position-fixed{position:fixed}.sky-overlay-content{position:relative;z-index:1;display:inline-flex;align-self:start;pointer-events:auto}.sky-overlay-backdrop{background:#00000080;inset:0;width:100%;height:100%;position:absolute}.enable-pointer-events-pass-through,.enable-pointer-events-pass-through .sky-overlay-backdrop{pointer-events:none}.enable-pointer-events-pass-through .sky-overlay-content{pointer-events:auto}\n"] }]
|
2872
2871
|
}], ctorParameters: () => [], propDecorators: { id: [{
|
@@ -2989,11 +2988,11 @@ class SkyOverlayService {
|
|
2989
2988
|
}
|
2990
2989
|
}
|
2991
2990
|
}
|
2992
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
2993
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
2991
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayService, deps: [{ token: SkyDynamicComponentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
2992
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayService, providedIn: 'root' }); }
|
2994
2993
|
}
|
2995
2994
|
_a = SkyOverlayService;
|
2996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
2995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayService, decorators: [{
|
2997
2996
|
type: Injectable,
|
2998
2997
|
args: [{
|
2999
2998
|
providedIn: 'root',
|
@@ -3009,10 +3008,10 @@ class SkyOverlayLegacyService extends SkyOverlayService {
|
|
3009
3008
|
constructor(dynamicComponentSvc) {
|
3010
3009
|
super(dynamicComponentSvc);
|
3011
3010
|
}
|
3012
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3013
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
3011
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayLegacyService, deps: [{ token: SkyDynamicComponentLegacyService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3012
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayLegacyService, providedIn: 'any' }); }
|
3014
3013
|
}
|
3015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyOverlayLegacyService, decorators: [{
|
3016
3015
|
type: Injectable,
|
3017
3016
|
args: [{
|
3018
3017
|
providedIn: 'any',
|
@@ -3057,10 +3056,10 @@ class SkyPercentPipe {
|
|
3057
3056
|
? SkyNumberFormatUtility.formatNumber(locale, this.#value, SkyIntlNumberFormatStyle.Percent, format)
|
3058
3057
|
: '';
|
3059
3058
|
}
|
3060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3061
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.
|
3059
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyPercentPipe, deps: [{ token: i1.SkyAppLocaleProvider }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
3060
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyPercentPipe, name: "skyPercent", pure: false }); }
|
3062
3061
|
}
|
3063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyPercentPipe, decorators: [{
|
3064
3063
|
type: Pipe,
|
3065
3064
|
args: [{
|
3066
3065
|
name: 'skyPercent',
|
@@ -3069,11 +3068,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
3069
3068
|
}], ctorParameters: () => [{ type: i1.SkyAppLocaleProvider }] });
|
3070
3069
|
|
3071
3070
|
class SkyPercentPipeModule {
|
3072
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3073
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
3074
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
3071
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyPercentPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
3072
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyPercentPipeModule, declarations: [SkyPercentPipe], imports: [CommonModule, SkyCoreResourcesModule], exports: [SkyPercentPipe] }); }
|
3073
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyPercentPipeModule, providers: [SkyPercentPipe], imports: [CommonModule, SkyCoreResourcesModule] }); }
|
3075
3074
|
}
|
3076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyPercentPipeModule, decorators: [{
|
3077
3076
|
type: NgModule,
|
3078
3077
|
args: [{
|
3079
3078
|
declarations: [SkyPercentPipe],
|
@@ -3184,10 +3183,10 @@ class SkyResizeObserverService {
|
|
3184
3183
|
}
|
3185
3184
|
errorLogRegistered = false;
|
3186
3185
|
}
|
3187
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3188
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
3186
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3187
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyResizeObserverService, providedIn: 'root' }); }
|
3189
3188
|
}
|
3190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyResizeObserverService, decorators: [{
|
3191
3190
|
type: Injectable,
|
3192
3191
|
args: [{
|
3193
3192
|
providedIn: 'root',
|
@@ -3319,10 +3318,10 @@ class SkyResizeObserverMediaQueryService {
|
|
3319
3318
|
this.#updateBreakpoint(breakpoint, updateResponsiveClasses);
|
3320
3319
|
}
|
3321
3320
|
}
|
3322
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3323
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
3321
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyResizeObserverMediaQueryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3322
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyResizeObserverMediaQueryService }); }
|
3324
3323
|
}
|
3325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyResizeObserverMediaQueryService, decorators: [{
|
3326
3325
|
type: Injectable
|
3327
3326
|
}] });
|
3328
3327
|
|
@@ -3377,10 +3376,10 @@ class SkyScreenReaderLabelDirective {
|
|
3377
3376
|
containerEl.remove();
|
3378
3377
|
}
|
3379
3378
|
}
|
3380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3381
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
3379
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyScreenReaderLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
3380
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.2", type: SkyScreenReaderLabelDirective, isStandalone: true, selector: "[skyScreenReaderLabel]", inputs: { createLabel: "createLabel" }, ngImport: i0 }); }
|
3382
3381
|
}
|
3383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyScreenReaderLabelDirective, decorators: [{
|
3384
3383
|
type: Directive,
|
3385
3384
|
args: [{
|
3386
3385
|
selector: '[skyScreenReaderLabel]',
|
@@ -3390,6 +3389,125 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
3390
3389
|
type: Input
|
3391
3390
|
}] } });
|
3392
3391
|
|
3392
|
+
/**
|
3393
|
+
* Raises an event when the box shadow for a component's header or footer should be adjusted
|
3394
|
+
* based on the scroll position of the host element.
|
3395
|
+
* @internal
|
3396
|
+
*/
|
3397
|
+
class SkyScrollShadowDirective {
|
3398
|
+
constructor() {
|
3399
|
+
this.skyScrollShadow = new EventEmitter();
|
3400
|
+
this.#ngUnsubscribe = new Subject();
|
3401
|
+
this.#elRef = inject(ElementRef);
|
3402
|
+
this.#mutationObserverSvc = inject(SkyMutationObserverService);
|
3403
|
+
this.#ngZone = inject(NgZone);
|
3404
|
+
this.#_enabled = false;
|
3405
|
+
}
|
3406
|
+
set skyScrollShadowEnabled(value) {
|
3407
|
+
this.#_enabled = value;
|
3408
|
+
if (value) {
|
3409
|
+
this.#initMutationObserver();
|
3410
|
+
}
|
3411
|
+
else {
|
3412
|
+
this.#emitShadow({
|
3413
|
+
bottomShadow: 'none',
|
3414
|
+
topShadow: 'none',
|
3415
|
+
});
|
3416
|
+
this.#destroyMutationObserver();
|
3417
|
+
}
|
3418
|
+
}
|
3419
|
+
get skyScrollShadowEnabled() {
|
3420
|
+
return this.#_enabled;
|
3421
|
+
}
|
3422
|
+
#currentShadow;
|
3423
|
+
#mutationObserver;
|
3424
|
+
#ngUnsubscribe;
|
3425
|
+
#elRef;
|
3426
|
+
#mutationObserverSvc;
|
3427
|
+
#ngZone;
|
3428
|
+
#_enabled;
|
3429
|
+
windowResize() {
|
3430
|
+
this.#checkForShadow();
|
3431
|
+
}
|
3432
|
+
scroll() {
|
3433
|
+
this.#checkForShadow();
|
3434
|
+
}
|
3435
|
+
ngOnDestroy() {
|
3436
|
+
this.#ngUnsubscribe.next();
|
3437
|
+
this.#ngUnsubscribe.complete();
|
3438
|
+
this.#destroyMutationObserver();
|
3439
|
+
}
|
3440
|
+
#initMutationObserver() {
|
3441
|
+
if (!this.#mutationObserver) {
|
3442
|
+
const el = this.#elRef.nativeElement;
|
3443
|
+
// MutationObserver is patched by Zone.js and therefore becomes part of the
|
3444
|
+
// Angular change detection cycle, but this can lead to infinite loops in some
|
3445
|
+
// scenarios. This will keep MutationObserver from triggering change detection.
|
3446
|
+
this.#ngZone.runOutsideAngular(() => {
|
3447
|
+
this.#mutationObserver = this.#mutationObserverSvc.create(() => {
|
3448
|
+
this.#checkForShadow();
|
3449
|
+
});
|
3450
|
+
this.#mutationObserver.observe(el, {
|
3451
|
+
attributes: true,
|
3452
|
+
characterData: true,
|
3453
|
+
childList: true,
|
3454
|
+
subtree: true,
|
3455
|
+
});
|
3456
|
+
});
|
3457
|
+
}
|
3458
|
+
}
|
3459
|
+
#destroyMutationObserver() {
|
3460
|
+
if (this.#mutationObserver) {
|
3461
|
+
this.#mutationObserver.disconnect();
|
3462
|
+
this.#mutationObserver = undefined;
|
3463
|
+
}
|
3464
|
+
}
|
3465
|
+
#checkForShadow() {
|
3466
|
+
if (this.skyScrollShadowEnabled) {
|
3467
|
+
const el = this.#elRef.nativeElement;
|
3468
|
+
const topShadow = this.#buildShadowStyle(el.scrollTop);
|
3469
|
+
const bottomShadow = this.#buildShadowStyle(el.scrollHeight - el.scrollTop - el.clientHeight);
|
3470
|
+
this.#emitShadow({
|
3471
|
+
bottomShadow,
|
3472
|
+
topShadow,
|
3473
|
+
});
|
3474
|
+
}
|
3475
|
+
}
|
3476
|
+
#buildShadowStyle(pixelsFromEnd) {
|
3477
|
+
// Progressively darken the shadow until the user scrolls 30 pixels from the top or bottom
|
3478
|
+
// of the scrollable element, with a max opacity of 0.3.
|
3479
|
+
const opacity = Math.min(pixelsFromEnd / 30, 1) * 0.3;
|
3480
|
+
return opacity > 0 ? `0px 1px 8px 0px rgba(0, 0, 0, ${opacity})` : 'none';
|
3481
|
+
}
|
3482
|
+
#emitShadow(shadow) {
|
3483
|
+
if (!this.#currentShadow ||
|
3484
|
+
this.#currentShadow.bottomShadow !== shadow.bottomShadow ||
|
3485
|
+
this.#currentShadow.topShadow !== shadow.topShadow) {
|
3486
|
+
this.skyScrollShadow.emit(shadow);
|
3487
|
+
this.#currentShadow = shadow;
|
3488
|
+
}
|
3489
|
+
}
|
3490
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyScrollShadowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
3491
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.2", type: SkyScrollShadowDirective, isStandalone: true, selector: "[skyScrollShadow]", inputs: { skyScrollShadowEnabled: "skyScrollShadowEnabled" }, outputs: { skyScrollShadow: "skyScrollShadow" }, host: { listeners: { "window:resize": "windowResize()", "scroll": "scroll()" } }, ngImport: i0 }); }
|
3492
|
+
}
|
3493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyScrollShadowDirective, decorators: [{
|
3494
|
+
type: Directive,
|
3495
|
+
args: [{
|
3496
|
+
standalone: true,
|
3497
|
+
selector: '[skyScrollShadow]',
|
3498
|
+
}]
|
3499
|
+
}], propDecorators: { skyScrollShadowEnabled: [{
|
3500
|
+
type: Input
|
3501
|
+
}], skyScrollShadow: [{
|
3502
|
+
type: Output
|
3503
|
+
}], windowResize: [{
|
3504
|
+
type: HostListener,
|
3505
|
+
args: ['window:resize']
|
3506
|
+
}], scroll: [{
|
3507
|
+
type: HostListener,
|
3508
|
+
args: ['scroll']
|
3509
|
+
}] } });
|
3510
|
+
|
3393
3511
|
function notifySubscribers(subscribers, item) {
|
3394
3512
|
for (const subscriber of subscribers) {
|
3395
3513
|
subscriber.next(item);
|
@@ -3594,10 +3712,10 @@ class SkyScrollableHostService {
|
|
3594
3712
|
height: docElem.clientHeight,
|
3595
3713
|
};
|
3596
3714
|
}
|
3597
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3598
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
3715
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyScrollableHostService, deps: [{ token: SkyMutationObserverService }, { token: SkyAppWindowRef }, { token: SkyResizeObserverService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3716
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyScrollableHostService, providedIn: 'root' }); }
|
3599
3717
|
}
|
3600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyScrollableHostService, decorators: [{
|
3601
3719
|
type: Injectable,
|
3602
3720
|
args: [{
|
3603
3721
|
providedIn: 'root',
|
@@ -3624,10 +3742,10 @@ class SkyAppTitleService {
|
|
3624
3742
|
this.#title.setTitle(args.titleParts.join(' - '));
|
3625
3743
|
}
|
3626
3744
|
}
|
3627
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3628
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
3745
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppTitleService, deps: [{ token: i1$2.Title }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3746
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppTitleService, providedIn: 'root' }); }
|
3629
3747
|
}
|
3630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyAppTitleService, decorators: [{
|
3631
3749
|
type: Injectable,
|
3632
3750
|
args: [{
|
3633
3751
|
providedIn: 'root',
|
@@ -3685,10 +3803,10 @@ class SkyTrimDirective {
|
|
3685
3803
|
}
|
3686
3804
|
this.#observe();
|
3687
3805
|
}
|
3688
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3689
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
3806
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyTrimDirective, deps: [{ token: i0.ElementRef }, { token: SkyMutationObserverService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
3807
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.2", type: SkyTrimDirective, selector: "[skyTrim]", ngImport: i0 }); }
|
3690
3808
|
}
|
3691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyTrimDirective, decorators: [{
|
3692
3810
|
type: Directive,
|
3693
3811
|
args: [{
|
3694
3812
|
selector: '[skyTrim]',
|
@@ -3696,11 +3814,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
3696
3814
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: SkyMutationObserverService }] });
|
3697
3815
|
|
3698
3816
|
class SkyTrimModule {
|
3699
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3700
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
3701
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
3817
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyTrimModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
3818
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyTrimModule, declarations: [SkyTrimDirective], exports: [SkyTrimDirective] }); }
|
3819
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyTrimModule }); }
|
3702
3820
|
}
|
3703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyTrimModule, decorators: [{
|
3704
3822
|
type: NgModule,
|
3705
3823
|
args: [{
|
3706
3824
|
declarations: [SkyTrimDirective],
|
@@ -3716,10 +3834,10 @@ class SkyUIConfigService {
|
|
3716
3834
|
setConfig(key, value) {
|
3717
3835
|
return of({});
|
3718
3836
|
}
|
3719
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3720
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
3837
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyUIConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3838
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyUIConfigService, providedIn: 'root' }); }
|
3721
3839
|
}
|
3722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyUIConfigService, decorators: [{
|
3723
3841
|
type: Injectable,
|
3724
3842
|
args: [{
|
3725
3843
|
providedIn: 'root',
|
@@ -3727,10 +3845,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
3727
3845
|
}] });
|
3728
3846
|
|
3729
3847
|
class SkyViewkeeperHostOptions {
|
3730
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
3731
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
3848
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperHostOptions, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3849
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperHostOptions }); }
|
3732
3850
|
}
|
3733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
3851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperHostOptions, decorators: [{
|
3734
3852
|
type: Injectable
|
3735
3853
|
}] });
|
3736
3854
|
|
@@ -4053,10 +4171,10 @@ class SkyViewkeeperService {
|
|
4053
4171
|
destroy(vk) {
|
4054
4172
|
vk.destroy();
|
4055
4173
|
}
|
4056
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
4057
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
4174
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperService, deps: [{ token: SkyViewkeeperHostOptions, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
4175
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperService, providedIn: 'root' }); }
|
4058
4176
|
}
|
4059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
4177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperService, decorators: [{
|
4060
4178
|
type: Injectable,
|
4061
4179
|
args: [{
|
4062
4180
|
providedIn: 'root',
|
@@ -4175,10 +4293,10 @@ class SkyViewkeeperDirective {
|
|
4175
4293
|
this.#currentViewkeeperEls = viewkeeperEls;
|
4176
4294
|
}
|
4177
4295
|
}
|
4178
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
4179
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
4296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperDirective, deps: [{ token: i0.ElementRef }, { token: SkyMutationObserverService }, { token: SkyViewkeeperService }, { token: SkyScrollableHostService, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
4297
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.2", type: SkyViewkeeperDirective, selector: "[skyViewkeeper]", inputs: { skyViewkeeper: "skyViewkeeper" }, ngImport: i0 }); }
|
4180
4298
|
}
|
4181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
4299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperDirective, decorators: [{
|
4182
4300
|
type: Directive,
|
4183
4301
|
args: [{
|
4184
4302
|
selector: '[skyViewkeeper]',
|
@@ -4190,11 +4308,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
4190
4308
|
}] } });
|
4191
4309
|
|
4192
4310
|
class SkyViewkeeperModule {
|
4193
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
4194
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
4195
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
4311
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
4312
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperModule, declarations: [SkyViewkeeperDirective], exports: [SkyViewkeeperDirective] }); }
|
4313
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperModule }); }
|
4196
4314
|
}
|
4197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
4315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SkyViewkeeperModule, decorators: [{
|
4198
4316
|
type: NgModule,
|
4199
4317
|
args: [{
|
4200
4318
|
declarations: [SkyViewkeeperDirective],
|
@@ -4219,11 +4337,11 @@ class Version {
|
|
4219
4337
|
/**
|
4220
4338
|
* Represents the version of @skyux/core.
|
4221
4339
|
*/
|
4222
|
-
const VERSION = new Version('11.0.0-alpha.
|
4340
|
+
const VERSION = new Version('11.0.0-alpha.7');
|
4223
4341
|
|
4224
4342
|
/**
|
4225
4343
|
* Generated bundle index. Do not edit.
|
4226
4344
|
*/
|
4227
4345
|
|
4228
|
-
export { NumericOptions, SKY_HELP_GLOBAL_OPTIONS, SKY_LOG_LEVEL, SKY_STACKING_CONTEXT, SkyAffixAutoFitContext, SkyAffixModule, SkyAffixService, SkyAffixer, SkyAppFormat, SkyAppTitleService, SkyAppWindowRef, SkyContentInfoProvider, SkyCoreAdapterModule, SkyCoreAdapterService, SkyDefaultInputProvider, SkyDockItem, SkyDockLocation, SkyDockModule, SkyDockService, SkyDynamicComponentLegacyService, SkyDynamicComponentLocation, SkyDynamicComponentModule, SkyDynamicComponentService, SkyFormsUtility, SkyHelpService, SkyIdModule, SkyIdService, SkyLayoutHostService, SkyLiveAnnouncerService, SkyLogModule, SkyLogService, SkyMediaBreakpoints, SkyMediaQueryModule, SkyMediaQueryService, SkyMutationObserverService, SkyNumericModule, SkyNumericPipe, SkyNumericService, SkyOverlayInstance, SkyOverlayLegacyService, SkyOverlayModule, SkyOverlayService, SkyPercentPipe, SkyPercentPipeModule, SkyResizeObserverMediaQueryService, SkyResizeObserverService, SkyScreenReaderLabelDirective, SkyScrollableHostService, SkyTrimModule, SkyUIConfigService, SkyViewkeeperHostOptions, SkyViewkeeperModule, SkyViewkeeperService, VERSION, SkyAffixDirective as λ1, SkyIdDirective as λ2, SkyViewkeeperDirective as λ3, SkyTrimDirective as λ4 };
|
4346
|
+
export { NumericOptions, SKY_HELP_GLOBAL_OPTIONS, SKY_LOG_LEVEL, SKY_STACKING_CONTEXT, SkyAffixAutoFitContext, SkyAffixModule, SkyAffixService, SkyAffixer, SkyAppFormat, SkyAppTitleService, SkyAppWindowRef, SkyContentInfoProvider, SkyCoreAdapterModule, SkyCoreAdapterService, SkyDefaultInputProvider, SkyDockItem, SkyDockLocation, SkyDockModule, SkyDockService, SkyDynamicComponentLegacyService, SkyDynamicComponentLocation, SkyDynamicComponentModule, SkyDynamicComponentService, SkyFormsUtility, SkyHelpService, SkyIdModule, SkyIdService, SkyLayoutHostService, SkyLiveAnnouncerService, SkyLogModule, SkyLogService, SkyMediaBreakpoints, SkyMediaQueryModule, SkyMediaQueryService, SkyMutationObserverService, SkyNumericModule, SkyNumericPipe, SkyNumericService, SkyOverlayInstance, SkyOverlayLegacyService, SkyOverlayModule, SkyOverlayService, SkyPercentPipe, SkyPercentPipeModule, SkyResizeObserverMediaQueryService, SkyResizeObserverService, SkyScreenReaderLabelDirective, SkyScrollShadowDirective, SkyScrollableHostService, SkyTrimModule, SkyUIConfigService, SkyViewkeeperHostOptions, SkyViewkeeperModule, SkyViewkeeperService, VERSION, SkyAffixDirective as λ1, SkyIdDirective as λ2, SkyViewkeeperDirective as λ3, SkyTrimDirective as λ4 };
|
4229
4347
|
//# sourceMappingURL=skyux-core.mjs.map
|