@skyux/core 13.7.0 → 13.7.2
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/fesm2022/skyux-core.mjs +25 -40
- package/fesm2022/skyux-core.mjs.map +1 -1
- package/index.d.ts +21 -22
- package/package.json +2 -2
package/fesm2022/skyux-core.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { NgModule, Injectable, inject, RendererFactory2, NgZone, DOCUMENT, EventEmitter, Output, Input, Directive, EnvironmentInjector, createEnvironmentInjector, createComponent, ChangeDetectorRef, ElementRef, ViewContainerRef, ViewChild, ChangeDetectionStrategy, Component, InjectionToken, input, effect, Optional, Inject, ApplicationRef, afterNextRender, Injector, Pipe, HostBinding, Renderer2, HostListener } from '@angular/core';
|
|
3
|
-
import * as i1$1 from '@angular/common';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
3
|
import { Subject, Subscription, ReplaySubject, fromEvent, of, Observable, filter, map, distinctUntilChanged, shareReplay, observeOn, animationFrameScheduler, takeUntil as takeUntil$1, BehaviorSubject, combineLatestWith, switchMap, concat, debounceTime as debounceTime$1 } from 'rxjs';
|
|
6
4
|
import { takeUntil, debounceTime, take } from 'rxjs/operators';
|
|
7
5
|
import { ViewportRuler } from '@angular/cdk/overlay';
|
|
8
6
|
import { toSignal, takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
9
7
|
import * as i1 from '@skyux/i18n';
|
|
10
8
|
import { SkyLibResourcesService, SkyI18nModule, SkyIntlNumberFormatStyle, SkyIntlNumberFormatter } from '@skyux/i18n';
|
|
9
|
+
import * as i1$1 from '@angular/common';
|
|
10
|
+
import { CommonModule } from '@angular/common';
|
|
11
11
|
import { Router, NavigationStart } from '@angular/router';
|
|
12
12
|
import * as i1$2 from '@angular/platform-browser';
|
|
13
13
|
|
|
@@ -996,13 +996,12 @@ class SkyAffixDirective {
|
|
|
996
996
|
}
|
|
997
997
|
}
|
|
998
998
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyAffixDirective, deps: [{ token: i0.ElementRef }, { token: SkyAffixService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
999
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SkyAffixDirective, isStandalone:
|
|
999
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SkyAffixDirective, isStandalone: true, 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 }); }
|
|
1000
1000
|
}
|
|
1001
1001
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyAffixDirective, decorators: [{
|
|
1002
1002
|
type: Directive,
|
|
1003
1003
|
args: [{
|
|
1004
1004
|
selector: '[skyAffixTo]',
|
|
1005
|
-
standalone: false,
|
|
1006
1005
|
}]
|
|
1007
1006
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: SkyAffixService }], propDecorators: { skyAffixTo: [{
|
|
1008
1007
|
type: Input
|
|
@@ -1032,15 +1031,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
1032
1031
|
|
|
1033
1032
|
class SkyAffixModule {
|
|
1034
1033
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyAffixModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1035
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyAffixModule,
|
|
1036
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyAffixModule
|
|
1034
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyAffixModule, imports: [SkyAffixDirective], exports: [SkyAffixDirective] }); }
|
|
1035
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyAffixModule }); }
|
|
1037
1036
|
}
|
|
1038
1037
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyAffixModule, decorators: [{
|
|
1039
1038
|
type: NgModule,
|
|
1040
1039
|
args: [{
|
|
1041
|
-
imports: [
|
|
1040
|
+
imports: [SkyAffixDirective],
|
|
1042
1041
|
exports: [SkyAffixDirective],
|
|
1043
|
-
declarations: [SkyAffixDirective],
|
|
1044
1042
|
}]
|
|
1045
1043
|
}] });
|
|
1046
1044
|
|
|
@@ -1522,7 +1520,7 @@ class SkyDockComponent {
|
|
|
1522
1520
|
}
|
|
1523
1521
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyDockComponent, decorators: [{
|
|
1524
1522
|
type: Component,
|
|
1525
|
-
args: [{
|
|
1523
|
+
args: [{ selector: 'sky-dock', providers: [SkyDockDomAdapterService], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #target />\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"] }]
|
|
1526
1524
|
}], propDecorators: { target: [{
|
|
1527
1525
|
type: ViewChild,
|
|
1528
1526
|
args: ['target', {
|
|
@@ -1742,26 +1740,25 @@ class SkyIdDirective {
|
|
|
1742
1740
|
this.#_id = id;
|
|
1743
1741
|
}
|
|
1744
1742
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyIdDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: SkyIdService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1745
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SkyIdDirective, isStandalone:
|
|
1743
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SkyIdDirective, isStandalone: true, selector: "[skyId]", exportAs: ["skyId"], ngImport: i0 }); }
|
|
1746
1744
|
}
|
|
1747
1745
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyIdDirective, decorators: [{
|
|
1748
1746
|
type: Directive,
|
|
1749
1747
|
args: [{
|
|
1750
1748
|
selector: '[skyId]',
|
|
1751
1749
|
exportAs: 'skyId',
|
|
1752
|
-
standalone: false,
|
|
1753
1750
|
}]
|
|
1754
1751
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: SkyIdService }] });
|
|
1755
1752
|
|
|
1756
1753
|
class SkyIdModule {
|
|
1757
1754
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyIdModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1758
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyIdModule,
|
|
1755
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyIdModule, imports: [SkyIdDirective], exports: [SkyIdDirective] }); }
|
|
1759
1756
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyIdModule }); }
|
|
1760
1757
|
}
|
|
1761
1758
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyIdModule, decorators: [{
|
|
1762
1759
|
type: NgModule,
|
|
1763
1760
|
args: [{
|
|
1764
|
-
|
|
1761
|
+
imports: [SkyIdDirective],
|
|
1765
1762
|
exports: [SkyIdDirective],
|
|
1766
1763
|
}]
|
|
1767
1764
|
}] });
|
|
@@ -1824,7 +1821,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
1824
1821
|
type: Directive,
|
|
1825
1822
|
args: [{
|
|
1826
1823
|
selector: '[skyLayoutHost]',
|
|
1827
|
-
standalone: true,
|
|
1828
1824
|
providers: [SkyLayoutHostService],
|
|
1829
1825
|
}]
|
|
1830
1826
|
}], ctorParameters: () => [] });
|
|
@@ -2461,7 +2457,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
2461
2457
|
exportAs: 'skyResponsiveHost',
|
|
2462
2458
|
providers: [provideSkyBreakpointObserver(SkyContainerBreakpointObserver)],
|
|
2463
2459
|
selector: '[skyResponsiveHost]',
|
|
2464
|
-
standalone: true,
|
|
2465
2460
|
}]
|
|
2466
2461
|
}], ctorParameters: () => [] });
|
|
2467
2462
|
|
|
@@ -2868,28 +2863,25 @@ class SkyNumericPipe {
|
|
|
2868
2863
|
return this.#formattedValue;
|
|
2869
2864
|
}
|
|
2870
2865
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericPipe, deps: [{ token: i1.SkyAppLocaleProvider }, { token: SkyNumericService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2871
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericPipe, isStandalone:
|
|
2866
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericPipe, isStandalone: true, name: "skyNumeric", pure: false }); }
|
|
2872
2867
|
}
|
|
2873
2868
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericPipe, decorators: [{
|
|
2874
2869
|
type: Pipe,
|
|
2875
2870
|
args: [{
|
|
2876
2871
|
name: 'skyNumeric',
|
|
2877
2872
|
pure: false,
|
|
2878
|
-
standalone: false,
|
|
2879
2873
|
}]
|
|
2880
2874
|
}], ctorParameters: () => [{ type: i1.SkyAppLocaleProvider }, { type: SkyNumericService }, { type: i0.ChangeDetectorRef }] });
|
|
2881
2875
|
|
|
2882
2876
|
class SkyNumericModule {
|
|
2883
2877
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2884
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule,
|
|
2885
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule,
|
|
2878
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, imports: [SkyCoreResourcesModule, SkyNumericPipe], exports: [SkyNumericPipe] }); }
|
|
2879
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, imports: [SkyCoreResourcesModule] }); }
|
|
2886
2880
|
}
|
|
2887
2881
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, decorators: [{
|
|
2888
2882
|
type: NgModule,
|
|
2889
2883
|
args: [{
|
|
2890
|
-
|
|
2891
|
-
providers: [SkyNumericPipe],
|
|
2892
|
-
imports: [SkyCoreResourcesModule],
|
|
2884
|
+
imports: [SkyCoreResourcesModule, SkyNumericPipe],
|
|
2893
2885
|
exports: [SkyNumericPipe],
|
|
2894
2886
|
}]
|
|
2895
2887
|
}] });
|
|
@@ -3413,28 +3405,25 @@ class SkyPercentPipe {
|
|
|
3413
3405
|
: '';
|
|
3414
3406
|
}
|
|
3415
3407
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipe, deps: [{ token: i1.SkyAppLocaleProvider }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3416
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipe, isStandalone:
|
|
3408
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipe, isStandalone: true, name: "skyPercent", pure: false }); }
|
|
3417
3409
|
}
|
|
3418
3410
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipe, decorators: [{
|
|
3419
3411
|
type: Pipe,
|
|
3420
3412
|
args: [{
|
|
3421
3413
|
name: 'skyPercent',
|
|
3422
3414
|
pure: false,
|
|
3423
|
-
standalone: false,
|
|
3424
3415
|
}]
|
|
3425
3416
|
}], ctorParameters: () => [{ type: i1.SkyAppLocaleProvider }] });
|
|
3426
3417
|
|
|
3427
3418
|
class SkyPercentPipeModule {
|
|
3428
3419
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3429
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule,
|
|
3430
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule,
|
|
3420
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, imports: [SkyCoreResourcesModule, SkyPercentPipe], exports: [SkyPercentPipe] }); }
|
|
3421
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, imports: [SkyCoreResourcesModule] }); }
|
|
3431
3422
|
}
|
|
3432
3423
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, decorators: [{
|
|
3433
3424
|
type: NgModule,
|
|
3434
3425
|
args: [{
|
|
3435
|
-
|
|
3436
|
-
providers: [SkyPercentPipe],
|
|
3437
|
-
imports: [SkyCoreResourcesModule],
|
|
3426
|
+
imports: [SkyCoreResourcesModule, SkyPercentPipe],
|
|
3438
3427
|
exports: [SkyPercentPipe],
|
|
3439
3428
|
}]
|
|
3440
3429
|
}] });
|
|
@@ -3642,7 +3631,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
3642
3631
|
type: Directive,
|
|
3643
3632
|
args: [{
|
|
3644
3633
|
selector: '[skyScreenReaderLabel]',
|
|
3645
|
-
standalone: true,
|
|
3646
3634
|
}]
|
|
3647
3635
|
}], propDecorators: { createLabel: [{
|
|
3648
3636
|
type: Input
|
|
@@ -3825,7 +3813,6 @@ class SkyScrollShadowDirective {
|
|
|
3825
3813
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyScrollShadowDirective, decorators: [{
|
|
3826
3814
|
type: Directive,
|
|
3827
3815
|
args: [{
|
|
3828
|
-
standalone: true,
|
|
3829
3816
|
selector: '[skyScrollShadow]',
|
|
3830
3817
|
}]
|
|
3831
3818
|
}], propDecorators: { skyScrollShadowEnabled: [{
|
|
@@ -4189,25 +4176,24 @@ class SkyTrimDirective {
|
|
|
4189
4176
|
}
|
|
4190
4177
|
}
|
|
4191
4178
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyTrimDirective, deps: [{ token: i0.ElementRef }, { token: SkyMutationObserverService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4192
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SkyTrimDirective, isStandalone:
|
|
4179
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SkyTrimDirective, isStandalone: true, selector: "[skyTrim]", ngImport: i0 }); }
|
|
4193
4180
|
}
|
|
4194
4181
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyTrimDirective, decorators: [{
|
|
4195
4182
|
type: Directive,
|
|
4196
4183
|
args: [{
|
|
4197
4184
|
selector: '[skyTrim]',
|
|
4198
|
-
standalone: false,
|
|
4199
4185
|
}]
|
|
4200
4186
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: SkyMutationObserverService }] });
|
|
4201
4187
|
|
|
4202
4188
|
class SkyTrimModule {
|
|
4203
4189
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyTrimModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4204
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyTrimModule,
|
|
4190
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyTrimModule, imports: [SkyTrimDirective], exports: [SkyTrimDirective] }); }
|
|
4205
4191
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyTrimModule }); }
|
|
4206
4192
|
}
|
|
4207
4193
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyTrimModule, decorators: [{
|
|
4208
4194
|
type: NgModule,
|
|
4209
4195
|
args: [{
|
|
4210
|
-
|
|
4196
|
+
imports: [SkyTrimDirective],
|
|
4211
4197
|
exports: [SkyTrimDirective],
|
|
4212
4198
|
}]
|
|
4213
4199
|
}] });
|
|
@@ -4699,13 +4685,12 @@ class SkyViewkeeperDirective {
|
|
|
4699
4685
|
}
|
|
4700
4686
|
}
|
|
4701
4687
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyViewkeeperDirective, deps: [{ token: i0.ElementRef }, { token: SkyMutationObserverService }, { token: SkyViewkeeperService }, { token: SkyScrollableHostService, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4702
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SkyViewkeeperDirective, isStandalone:
|
|
4688
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SkyViewkeeperDirective, isStandalone: true, selector: "[skyViewkeeper]", inputs: { skyViewkeeper: "skyViewkeeper", skyViewkeeperOmitShadow: "skyViewkeeperOmitShadow" }, ngImport: i0 }); }
|
|
4703
4689
|
}
|
|
4704
4690
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyViewkeeperDirective, decorators: [{
|
|
4705
4691
|
type: Directive,
|
|
4706
4692
|
args: [{
|
|
4707
4693
|
selector: '[skyViewkeeper]',
|
|
4708
|
-
standalone: false,
|
|
4709
4694
|
}]
|
|
4710
4695
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: SkyMutationObserverService }, { type: SkyViewkeeperService }, { type: SkyScrollableHostService, decorators: [{
|
|
4711
4696
|
type: Optional
|
|
@@ -4717,13 +4702,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
4717
4702
|
|
|
4718
4703
|
class SkyViewkeeperModule {
|
|
4719
4704
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyViewkeeperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4720
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyViewkeeperModule,
|
|
4705
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyViewkeeperModule, imports: [SkyViewkeeperDirective], exports: [SkyViewkeeperDirective] }); }
|
|
4721
4706
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyViewkeeperModule }); }
|
|
4722
4707
|
}
|
|
4723
4708
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyViewkeeperModule, decorators: [{
|
|
4724
4709
|
type: NgModule,
|
|
4725
4710
|
args: [{
|
|
4726
|
-
|
|
4711
|
+
imports: [SkyViewkeeperDirective],
|
|
4727
4712
|
exports: [SkyViewkeeperDirective],
|
|
4728
4713
|
}]
|
|
4729
4714
|
}] });
|
|
@@ -4745,7 +4730,7 @@ class Version {
|
|
|
4745
4730
|
/**
|
|
4746
4731
|
* Represents the version of @skyux/core.
|
|
4747
4732
|
*/
|
|
4748
|
-
const VERSION = new Version('13.7.
|
|
4733
|
+
const VERSION = new Version('13.7.2');
|
|
4749
4734
|
|
|
4750
4735
|
/**
|
|
4751
4736
|
* Generated bundle index. Do not edit.
|