@ssv/ngx.ux 3.2.0 → 3.3.0-dev.76

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.
Files changed (42) hide show
  1. package/fesm2022/ssv-ngx.ux.mjs +60 -72
  2. package/fesm2022/ssv-ngx.ux.mjs.map +1 -1
  3. package/index.d.ts +225 -3
  4. package/package.json +1 -3
  5. package/esm2022/index.mjs +0 -4
  6. package/esm2022/internal/internal.model.mjs +0 -2
  7. package/esm2022/platform/window.mjs +0 -31
  8. package/esm2022/ssv-ngx.ux.mjs +0 -5
  9. package/esm2022/ux.module.mjs +0 -19
  10. package/esm2022/version.mjs +0 -2
  11. package/esm2022/viewport/index.mjs +0 -10
  12. package/esm2022/viewport/viewport-data/index.mjs +0 -4
  13. package/esm2022/viewport/viewport-data/viewport-data-matcher.mjs +0 -107
  14. package/esm2022/viewport/viewport-data/viewport-data.pipe.mjs +0 -48
  15. package/esm2022/viewport/viewport-data/viewport-data.service.mjs +0 -32
  16. package/esm2022/viewport/viewport-data/viewport-data.utils.mjs +0 -100
  17. package/esm2022/viewport/viewport-matcher-var.directive.mjs +0 -69
  18. package/esm2022/viewport/viewport-matcher.directive.mjs +0 -136
  19. package/esm2022/viewport/viewport-server-size.service.mjs +0 -38
  20. package/esm2022/viewport/viewport.model.mjs +0 -30
  21. package/esm2022/viewport/viewport.module.mjs +0 -27
  22. package/esm2022/viewport/viewport.options.mjs +0 -51
  23. package/esm2022/viewport/viewport.service.mjs +0 -79
  24. package/esm2022/viewport/viewport.util.mjs +0 -117
  25. package/internal/internal.model.d.ts +0 -3
  26. package/platform/window.d.ts +0 -13
  27. package/ux.module.d.ts +0 -7
  28. package/version.d.ts +0 -1
  29. package/viewport/index.d.ts +0 -9
  30. package/viewport/viewport-data/index.d.ts +0 -3
  31. package/viewport/viewport-data/viewport-data-matcher.d.ts +0 -32
  32. package/viewport/viewport-data/viewport-data.pipe.d.ts +0 -18
  33. package/viewport/viewport-data/viewport-data.service.d.ts +0 -16
  34. package/viewport/viewport-data/viewport-data.utils.d.ts +0 -21
  35. package/viewport/viewport-matcher-var.directive.d.ts +0 -25
  36. package/viewport/viewport-matcher.directive.d.ts +0 -33
  37. package/viewport/viewport-server-size.service.d.ts +0 -10
  38. package/viewport/viewport.model.d.ts +0 -47
  39. package/viewport/viewport.module.d.ts +0 -9
  40. package/viewport/viewport.options.d.ts +0 -19
  41. package/viewport/viewport.service.d.ts +0 -34
  42. package/viewport/viewport.util.d.ts +0 -25
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, inject, Injectable, makeEnvironmentProviders, Pipe, Directive, Input, NgModule } from '@angular/core';
2
+ import { InjectionToken, inject, Injectable, makeEnvironmentProviders, ChangeDetectorRef, Pipe, ViewContainerRef, TemplateRef, Directive, Input, Renderer2, NgModule } from '@angular/core';
3
3
  import { fromEvent, map, share, auditTime, of, startWith, distinctUntilChanged, shareReplay, Subscription, tap, Subject, ReplaySubject, combineLatest, takeUntil, filter, pairwise } from 'rxjs';
4
4
  import { toSignal } from '@angular/core/rxjs-interop';
5
5
 
@@ -129,10 +129,10 @@ class WindowRef {
129
129
  get hasNative() {
130
130
  return !!this.native.window;
131
131
  }
132
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: WindowRef, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
133
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: WindowRef, providedIn: "root" });
132
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: WindowRef, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
133
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: WindowRef, providedIn: "root" });
134
134
  }
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: WindowRef, decorators: [{
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: WindowRef, decorators: [{
136
136
  type: Injectable,
137
137
  args: [{
138
138
  providedIn: "root",
@@ -194,10 +194,10 @@ class ViewportServerSizeService {
194
194
  get() {
195
195
  return viewportSizeSSR[this.deviceType] || viewportSizeSSR[DeviceType.desktop];
196
196
  }
197
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportServerSizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
198
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportServerSizeService, providedIn: "root" });
197
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportServerSizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
198
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportServerSizeService, providedIn: "root" });
199
199
  }
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportServerSizeService, decorators: [{
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportServerSizeService, decorators: [{
201
201
  type: Injectable,
202
202
  args: [{
203
203
  providedIn: "root",
@@ -429,10 +429,10 @@ class ViewportService {
429
429
  height: this.#windowRef.native.innerHeight,
430
430
  };
431
431
  }
432
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
433
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportService, providedIn: "root" });
432
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
433
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportService, providedIn: "root" });
434
434
  }
435
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportService, decorators: [{
435
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportService, decorators: [{
436
436
  type: Injectable,
437
437
  args: [{
438
438
  providedIn: "root",
@@ -553,10 +553,10 @@ class ViewportDataService {
553
553
  generateRules(dataConfig, strategy = this.#config.defaultDataMatchStrategy) {
554
554
  return generateViewportRulesRangeFromDataMatcher(dataConfig, strategy, this.#viewport.sizeTypes, this.#viewport.sizeTypeMap);
555
555
  }
556
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportDataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
557
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportDataService, providedIn: "root" });
556
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportDataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
557
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportDataService, providedIn: "root" });
558
558
  }
559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportDataService, decorators: [{
559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportDataService, decorators: [{
560
560
  type: Injectable,
561
561
  args: [{
562
562
  providedIn: "root",
@@ -564,17 +564,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
564
564
  }] });
565
565
 
566
566
  class ViewportDataPipe {
567
- viewportData;
568
- cdr;
567
+ #viewportData = inject(ViewportDataService);
568
+ #cdr = inject(ChangeDetectorRef);
569
569
  markForTransform = true;
570
570
  value;
571
571
  data;
572
572
  strategy;
573
573
  data$$ = Subscription.EMPTY;
574
- constructor(viewportData, cdr) {
575
- this.viewportData = viewportData;
576
- this.cdr = cdr;
577
- }
578
574
  transform(data, strategy) {
579
575
  if (!this.markForTransform && data === this.data && strategy === this.strategy) {
580
576
  return this.value;
@@ -582,10 +578,10 @@ class ViewportDataPipe {
582
578
  this.data = data;
583
579
  this.strategy = strategy;
584
580
  this.data$$.unsubscribe();
585
- this.data$$ = this.viewportData.get$(data, ViewportDataMatchStrategy[strategy]).pipe(tap(value => {
581
+ this.data$$ = this.#viewportData.get$(data, ViewportDataMatchStrategy[strategy]).pipe(tap(value => {
586
582
  this.markForTransform = true;
587
583
  this.value = value;
588
- this.cdr.markForCheck();
584
+ this.#cdr.markForCheck();
589
585
  })).subscribe();
590
586
  this.markForTransform = false;
591
587
  return this.value;
@@ -593,17 +589,17 @@ class ViewportDataPipe {
593
589
  ngOnDestroy() {
594
590
  this.data$$.unsubscribe();
595
591
  }
596
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportDataPipe, deps: [{ token: ViewportDataService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Pipe });
597
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: ViewportDataPipe, isStandalone: true, name: "ssvViewportData", pure: false });
592
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportDataPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
593
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.7", ngImport: i0, type: ViewportDataPipe, isStandalone: true, name: "ssvViewportData", pure: false });
598
594
  }
599
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportDataPipe, decorators: [{
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: ViewportDataPipe, decorators: [{
600
596
  type: Pipe,
601
597
  args: [{
602
598
  name: "ssvViewportData",
603
599
  pure: false,
604
600
  standalone: true,
605
601
  }]
606
- }], ctorParameters: () => [{ type: ViewportDataService }, { type: i0.ChangeDetectorRef }] });
602
+ }] });
607
603
 
608
604
  const NAME_CAMEL = "ssvViewportMatcherVar";
609
605
  class SsvViewportMatcherVarContext {
@@ -613,9 +609,9 @@ class SsvViewportMatcherVarContext {
613
609
  }
614
610
  }
615
611
  class SsvViewportMatcherVarDirective {
616
- viewport;
617
- viewContainer;
618
- templateRef;
612
+ #viewport = inject(ViewportService);
613
+ #viewContainer = inject(ViewContainerRef);
614
+ #templateRef = inject(TemplateRef);
619
615
  _matchConditions = {};
620
616
  _context = new SsvViewportMatcherVarContext();
621
617
  _destroy$ = new Subject();
@@ -637,33 +633,28 @@ class SsvViewportMatcherVarDirective {
637
633
  }
638
634
  this._update$.next();
639
635
  }
640
- constructor(viewport, viewContainer, templateRef) {
641
- this.viewport = viewport;
642
- this.viewContainer = viewContainer;
643
- this.templateRef = templateRef;
644
- }
645
636
  ngOnInit() {
646
637
  this.updateView();
647
- combineLatest([this.viewport.sizeType$, this._update$]).pipe(map(([sizeType]) => isViewportConditionMatch(sizeType, this._matchConditions, this.viewport.sizeTypeMap)), tap(x => this._context.$implicit = x), tap(() => this._viewRef.markForCheck()), takeUntil(this._destroy$)).subscribe();
638
+ combineLatest([this.#viewport.sizeType$, this._update$]).pipe(map(([sizeType]) => isViewportConditionMatch(sizeType, this._matchConditions, this.#viewport.sizeTypeMap)), tap(x => this._context.$implicit = x), tap(() => this._viewRef.markForCheck()), takeUntil(this._destroy$)).subscribe();
648
639
  }
649
640
  ngOnDestroy() {
650
641
  this._destroy$.next();
651
642
  this._destroy$.complete();
652
643
  }
653
644
  updateView() {
654
- this.viewContainer.clear();
655
- this._viewRef = this.viewContainer.createEmbeddedView(this.templateRef, this._context);
645
+ this.#viewContainer.clear();
646
+ this._viewRef = this.#viewContainer.createEmbeddedView(this.#templateRef, this._context);
656
647
  }
657
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvViewportMatcherVarDirective, deps: [{ token: ViewportService }, { token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
658
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: SsvViewportMatcherVarDirective, isStandalone: true, selector: "[ssvViewportMatcherVar]", inputs: { condition: ["ssvViewportMatcherVarWhen", "condition"] }, ngImport: i0 });
648
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvViewportMatcherVarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
649
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.7", type: SsvViewportMatcherVarDirective, isStandalone: true, selector: "[ssvViewportMatcherVar]", inputs: { condition: ["ssvViewportMatcherVarWhen", "condition"] }, ngImport: i0 });
659
650
  }
660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvViewportMatcherVarDirective, decorators: [{
651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvViewportMatcherVarDirective, decorators: [{
661
652
  type: Directive,
662
653
  args: [{
663
654
  selector: `[${NAME_CAMEL}]`,
664
655
  standalone: true,
665
656
  }]
666
- }], ctorParameters: () => [{ type: ViewportService }, { type: i0.ViewContainerRef }, { type: i0.TemplateRef }], propDecorators: { condition: [{
657
+ }], propDecorators: { condition: [{
667
658
  type: Input,
668
659
  args: [`${NAME_CAMEL}When`]
669
660
  }] } });
@@ -674,10 +665,10 @@ class SsvViewportMatcherContext {
674
665
  expression;
675
666
  }
676
667
  class SsvViewportMatcherDirective {
677
- viewport;
678
- renderer;
679
- viewContainer;
680
- cdr;
668
+ #viewport = inject(ViewportService);
669
+ #renderer = inject(Renderer2);
670
+ #viewContainer = inject(ViewContainerRef);
671
+ #cdr = inject(ChangeDetectorRef);
681
672
  sizeInfo;
682
673
  _context = new SsvViewportMatcherContext();
683
674
  _thenTemplateRef = null;
@@ -718,11 +709,8 @@ class SsvViewportMatcherDirective {
718
709
  this._update$.next(this._context);
719
710
  }
720
711
  }
721
- constructor(viewport, renderer, viewContainer, cdr, templateRef) {
722
- this.viewport = viewport;
723
- this.renderer = renderer;
724
- this.viewContainer = viewContainer;
725
- this.cdr = cdr;
712
+ constructor() {
713
+ const templateRef = inject(TemplateRef);
726
714
  this._thenTemplateRef = templateRef;
727
715
  }
728
716
  ngOnInit() {
@@ -733,14 +721,14 @@ class SsvViewportMatcherDirective {
733
721
  filter(() => !!this.sizeInfo),
734
722
  // tap(x => console.log(">>> ssvViewportMatcher - updating...", x)),
735
723
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
736
- tap(() => this._updateView(this.sizeInfo)), tap(() => this.cdr.markForCheck()))
724
+ tap(() => this._updateView(this.sizeInfo)), tap(() => this.#cdr.markForCheck()))
737
725
  .subscribe();
738
- this.sizeType$$ = this.viewport.sizeType$
726
+ this.sizeType$$ = this.#viewport.sizeType$
739
727
  .pipe(
740
728
  // tap(x => console.log("ssvViewportMatcher - sizeType changed", x)),
741
729
  tap(x => this.sizeInfo = x), tap(() => this._update$.next(this._context)))
742
730
  .subscribe();
743
- this.cssClass$$ = this.viewport.sizeType$
731
+ this.cssClass$$ = this.#viewport.sizeType$
744
732
  .pipe(startWith(undefined), filter(() => !!(this._thenViewRef || this._elseViewRef)), pairwise(), tap(([prev, curr]) => {
745
733
  const el = this._thenViewRef
746
734
  ? this._thenViewRef.rootNodes[0]
@@ -749,9 +737,9 @@ class SsvViewportMatcherDirective {
749
737
  return;
750
738
  }
751
739
  if (prev) {
752
- this.renderer.removeClass(el, `ssv-vp-size--${prev.name}`);
740
+ this.#renderer.removeClass(el, `ssv-vp-size--${prev.name}`);
753
741
  }
754
- this.renderer.addClass(el, `ssv-vp-size--${curr?.name}`);
742
+ this.#renderer.addClass(el, `ssv-vp-size--${curr?.name}`);
755
743
  }))
756
744
  .subscribe();
757
745
  }
@@ -761,36 +749,36 @@ class SsvViewportMatcherDirective {
761
749
  this._update$.complete();
762
750
  }
763
751
  _updateView(sizeInfo) {
764
- if (isViewportConditionMatch(sizeInfo, this._context, this.viewport.sizeTypeMap)) {
752
+ if (isViewportConditionMatch(sizeInfo, this._context, this.#viewport.sizeTypeMap)) {
765
753
  if (!this._thenViewRef) {
766
- this.viewContainer.clear();
754
+ this.#viewContainer.clear();
767
755
  this._elseViewRef = null;
768
756
  if (this._thenTemplateRef) {
769
- this._thenViewRef = this.viewContainer.createEmbeddedView(this._thenTemplateRef, this._context);
757
+ this._thenViewRef = this.#viewContainer.createEmbeddedView(this._thenTemplateRef, this._context);
770
758
  }
771
759
  }
772
760
  }
773
761
  else {
774
762
  if (!this._elseViewRef) {
775
- this.viewContainer.clear();
763
+ this.#viewContainer.clear();
776
764
  this._thenViewRef = null;
777
765
  if (this._elseTemplateRef) {
778
- this._elseViewRef = this.viewContainer.createEmbeddedView(this._elseTemplateRef, this._context);
766
+ this._elseViewRef = this.#viewContainer.createEmbeddedView(this._elseTemplateRef, this._context);
779
767
  }
780
768
  }
781
769
  }
782
770
  }
783
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvViewportMatcherDirective, deps: [{ token: ViewportService }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
784
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: SsvViewportMatcherDirective, isStandalone: true, selector: "[ssvViewportMatcher]", inputs: { ssvViewportMatcher: "ssvViewportMatcher", ssvViewportMatcherExclude: "ssvViewportMatcherExclude", ssvViewportMatcherElse: "ssvViewportMatcherElse" }, exportAs: ["ssvViewportMatcher"], ngImport: i0 });
771
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvViewportMatcherDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
772
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.7", type: SsvViewportMatcherDirective, isStandalone: true, selector: "[ssvViewportMatcher]", inputs: { ssvViewportMatcher: "ssvViewportMatcher", ssvViewportMatcherExclude: "ssvViewportMatcherExclude", ssvViewportMatcherElse: "ssvViewportMatcherElse" }, exportAs: ["ssvViewportMatcher"], ngImport: i0 });
785
773
  }
786
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvViewportMatcherDirective, decorators: [{
774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvViewportMatcherDirective, decorators: [{
787
775
  type: Directive,
788
776
  args: [{
789
777
  selector: "[ssvViewportMatcher]",
790
778
  exportAs: "ssvViewportMatcher",
791
779
  standalone: true,
792
780
  }]
793
- }], ctorParameters: () => [{ type: ViewportService }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }, { type: i0.TemplateRef }], propDecorators: { ssvViewportMatcher: [{
781
+ }], ctorParameters: () => [], propDecorators: { ssvViewportMatcher: [{
794
782
  type: Input
795
783
  }], ssvViewportMatcherExclude: [{
796
784
  type: Input
@@ -804,15 +792,15 @@ const EXPORTED_IMPORTS$1 = [
804
792
  ViewportDataPipe,
805
793
  ];
806
794
  class SsvUxViewportModule {
807
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvUxViewportModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
808
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: SsvUxViewportModule, imports: [SsvViewportMatcherDirective,
795
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvUxViewportModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
796
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.7", ngImport: i0, type: SsvUxViewportModule, imports: [SsvViewportMatcherDirective,
809
797
  SsvViewportMatcherVarDirective,
810
798
  ViewportDataPipe], exports: [SsvViewportMatcherDirective,
811
799
  SsvViewportMatcherVarDirective,
812
800
  ViewportDataPipe] });
813
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvUxViewportModule });
801
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvUxViewportModule });
814
802
  }
815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvUxViewportModule, decorators: [{
803
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvUxViewportModule, decorators: [{
816
804
  type: NgModule,
817
805
  args: [{
818
806
  imports: [EXPORTED_IMPORTS$1],
@@ -824,11 +812,11 @@ const EXPORTED_IMPORTS = [
824
812
  SsvUxViewportModule,
825
813
  ];
826
814
  class SsvUxModule {
827
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvUxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
828
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: SsvUxModule, imports: [SsvUxViewportModule], exports: [SsvUxViewportModule] });
829
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvUxModule, imports: [EXPORTED_IMPORTS, SsvUxViewportModule] });
815
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvUxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
816
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.7", ngImport: i0, type: SsvUxModule, imports: [SsvUxViewportModule], exports: [SsvUxViewportModule] });
817
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvUxModule, imports: [EXPORTED_IMPORTS, SsvUxViewportModule] });
830
818
  }
831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SsvUxModule, decorators: [{
819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.7", ngImport: i0, type: SsvUxModule, decorators: [{
832
820
  type: NgModule,
833
821
  args: [{
834
822
  imports: [EXPORTED_IMPORTS],
@@ -836,7 +824,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
836
824
  }]
837
825
  }] });
838
826
 
839
- const VERSION = "3.2.0";
827
+ const VERSION = "3.3.0-dev.76";
840
828
 
841
829
  /**
842
830
  * Generated bundle index. Do not edit.