@ethlete/core 2.6.1 → 2.7.0
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/esm2022/lib/components/structured-data/structured-data.component.mjs +5 -6
- package/esm2022/lib/directives/animatable/animatable.directive.mjs +5 -6
- package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +5 -6
- package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +5 -6
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +5 -6
- package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +18 -7
- package/esm2022/lib/directives/delayable/delayable.directive.mjs +5 -6
- package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +5 -6
- package/esm2022/lib/directives/is-element/is-element.directive.mjs +5 -6
- package/esm2022/lib/directives/let/let.directive.mjs +5 -6
- package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +5 -6
- package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +5 -6
- package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +5 -6
- package/esm2022/lib/directives/repeat/repeat.directive.mjs +5 -6
- package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +5 -6
- package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +5 -6
- package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +5 -6
- package/esm2022/lib/directives/seo/seo.directive.mjs +5 -6
- package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +5 -6
- package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +5 -6
- package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +5 -6
- package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +5 -6
- package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +5 -6
- package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +5 -6
- package/esm2022/lib/services/click-observer.service.mjs +9 -11
- package/esm2022/lib/services/content-observer.service.mjs +9 -11
- package/esm2022/lib/services/focus-visible.service.mjs +5 -6
- package/esm2022/lib/services/resize-observer.service.mjs +9 -11
- package/esm2022/lib/services/router-state.service.mjs +5 -6
- package/esm2022/lib/services/viewport.service.mjs +5 -6
- package/esm2022/lib/utils/scrollable.utils.mjs +39 -8
- package/fesm2022/ethlete-core.mjs +149 -107
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/components/structured-data/structured-data.component.d.ts +1 -1
- package/lib/directives/animatable/animatable.directive.d.ts +1 -1
- package/lib/directives/animated-lifecycle/animated-lifecycle.directive.d.ts +3 -3
- package/lib/directives/animated-overlay/animated-overlay.directive.d.ts +1 -1
- package/lib/directives/click-outside/click-outside.directive.d.ts +1 -1
- package/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.d.ts +5 -2
- package/lib/directives/delayable/delayable.directive.d.ts +1 -1
- package/lib/directives/is-active-element/is-active-element.directive.d.ts +1 -1
- package/lib/directives/is-element/is-element.directive.d.ts +1 -1
- package/lib/directives/let/let.directive.d.ts +1 -1
- package/lib/directives/observe-content/observe-content.directive.d.ts +1 -1
- package/lib/directives/observe-resize/observe-resize.directive.d.ts +1 -1
- package/lib/directives/observe-scroll-state/observe-scroll-state.directive.d.ts +1 -1
- package/lib/directives/repeat/repeat.directive.d.ts +1 -1
- package/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.d.ts +1 -1
- package/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.d.ts +1 -1
- package/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.d.ts +1 -1
- package/lib/directives/seo/seo.directive.d.ts +1 -1
- package/lib/utils/scrollable.utils.d.ts +29 -0
- package/package.json +5 -5
|
@@ -26,10 +26,10 @@ class StructuredDataComponent {
|
|
|
26
26
|
const html = `<script type="application/ld+json">${json}</script>`;
|
|
27
27
|
return this._sanitizer.bypassSecurityTrustHtml(html);
|
|
28
28
|
}
|
|
29
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
30
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0
|
|
29
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
30
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
31
31
|
}
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
33
33
|
type: Component,
|
|
34
34
|
args: [{
|
|
35
35
|
selector: 'et-structured-data',
|
|
@@ -731,10 +731,10 @@ const isElementVisible = (options) => {
|
|
|
731
731
|
container ||= document.documentElement;
|
|
732
732
|
const canScroll = elementCanScroll(container);
|
|
733
733
|
if (!canScroll) {
|
|
734
|
-
return { inline: true, block: true };
|
|
734
|
+
return { inline: true, block: true, blockIntersection: 100, inlineIntersection: 100, element };
|
|
735
735
|
}
|
|
736
736
|
const elementRect = element.getBoundingClientRect();
|
|
737
|
-
const containerRect = container.getBoundingClientRect();
|
|
737
|
+
const containerRect = options.containerRect || container.getBoundingClientRect();
|
|
738
738
|
const elementInlineStart = elementRect.left;
|
|
739
739
|
const elementBlockStart = elementRect.top;
|
|
740
740
|
const containerInlineStart = containerRect.left;
|
|
@@ -745,7 +745,17 @@ const isElementVisible = (options) => {
|
|
|
745
745
|
const containerBlockEnd = containerBlockStart + containerRect.height;
|
|
746
746
|
const isElementInlineVisible = elementInlineStart >= containerInlineStart && elementInlineEnd <= containerInlineEnd;
|
|
747
747
|
const isElementBlockVisible = elementBlockStart >= containerBlockStart && elementBlockEnd <= containerBlockEnd;
|
|
748
|
-
|
|
748
|
+
const inlineIntersection = Math.min(elementInlineEnd, containerInlineEnd) - Math.max(elementInlineStart, containerInlineStart);
|
|
749
|
+
const blockIntersection = Math.min(elementBlockEnd, containerBlockEnd) - Math.max(elementBlockStart, containerBlockStart);
|
|
750
|
+
const inlineIntersectionPercentage = clamp((inlineIntersection / elementRect.width) * 100);
|
|
751
|
+
const blockIntersectionPercentage = clamp((blockIntersection / elementRect.height) * 100);
|
|
752
|
+
return {
|
|
753
|
+
inline: isElementInlineVisible,
|
|
754
|
+
block: isElementBlockVisible,
|
|
755
|
+
inlineIntersection: inlineIntersectionPercentage,
|
|
756
|
+
blockIntersection: blockIntersectionPercentage,
|
|
757
|
+
element,
|
|
758
|
+
};
|
|
749
759
|
};
|
|
750
760
|
const scrollToElement = (options) => {
|
|
751
761
|
let { container } = options;
|
|
@@ -780,8 +790,14 @@ const scrollToElement = (options) => {
|
|
|
780
790
|
const elementBlockOrigin = origin === 'center' ? elementBlockCenter : origin === 'end' ? elementBlockEnd : elementBlockStart;
|
|
781
791
|
const containerInlineOrigin = origin === 'center' ? containerInlineCenter : origin === 'end' ? containerInlineEnd : containerInlineStart;
|
|
782
792
|
const containerBlockOrigin = origin === 'center' ? containerBlockCenter : origin === 'end' ? containerBlockEnd : containerBlockStart;
|
|
783
|
-
const
|
|
784
|
-
const
|
|
793
|
+
const inlineOffsetTemp = elementInlineOrigin - containerInlineOrigin;
|
|
794
|
+
const blockOffsetTemp = elementBlockOrigin - containerBlockOrigin;
|
|
795
|
+
const scrollDirInline = inlineOffsetTemp > 0 ? 'forward' : 'back';
|
|
796
|
+
const scrollDirBlock = blockOffsetTemp > 0 ? 'forward' : 'back';
|
|
797
|
+
const inlineOffset = elementInlineOrigin -
|
|
798
|
+
containerInlineOrigin +
|
|
799
|
+
(scrollDirInline === 'forward' ? scrollInlineMargin : -scrollInlineMargin);
|
|
800
|
+
const blockOffset = elementBlockOrigin - containerBlockOrigin + (scrollDirBlock === 'forward' ? scrollBlockMargin : -scrollBlockMargin);
|
|
785
801
|
let inlineScroll = direction === 'block' ? undefined : inlineOffset;
|
|
786
802
|
let blockScroll = direction === 'inline' ? undefined : blockOffset;
|
|
787
803
|
if (origin === 'nearest') {
|
|
@@ -797,11 +813,25 @@ const scrollToElement = (options) => {
|
|
|
797
813
|
}
|
|
798
814
|
}
|
|
799
815
|
container.scrollTo({
|
|
800
|
-
left: inlineScroll,
|
|
801
|
-
top: blockScroll,
|
|
816
|
+
left: container.scrollLeft + (inlineScroll || 0),
|
|
817
|
+
top: container.scrollTop + (blockScroll || 0),
|
|
802
818
|
behavior,
|
|
803
819
|
});
|
|
804
820
|
};
|
|
821
|
+
const getElementVisibleStates = (options) => {
|
|
822
|
+
let { container } = options;
|
|
823
|
+
const { elements } = options;
|
|
824
|
+
container ||= document.documentElement;
|
|
825
|
+
const rect = container.getBoundingClientRect();
|
|
826
|
+
const elementVisibleStates = elements
|
|
827
|
+
.map((e) => {
|
|
828
|
+
if (!e || !container)
|
|
829
|
+
return null;
|
|
830
|
+
return isElementVisible({ container, element: e, containerRect: rect });
|
|
831
|
+
})
|
|
832
|
+
.filter(Boolean);
|
|
833
|
+
return elementVisibleStates;
|
|
834
|
+
};
|
|
805
835
|
|
|
806
836
|
const isObject = (value) => {
|
|
807
837
|
return typeof value === 'object' && value !== null;
|
|
@@ -1248,15 +1278,15 @@ class AnimatableDirective {
|
|
|
1248
1278
|
.subscribe();
|
|
1249
1279
|
}
|
|
1250
1280
|
}
|
|
1251
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1252
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
1281
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1282
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
1253
1283
|
{
|
|
1254
1284
|
provide: ANIMATABLE_TOKEN,
|
|
1255
1285
|
useExisting: AnimatableDirective,
|
|
1256
1286
|
},
|
|
1257
1287
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
1258
1288
|
}
|
|
1259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
1260
1290
|
type: Directive,
|
|
1261
1291
|
args: [{
|
|
1262
1292
|
selector: '[etAnimatable]',
|
|
@@ -1356,15 +1386,15 @@ class AnimatedLifecycleDirective {
|
|
|
1356
1386
|
}), takeUntil(this._destroy$), take(1))
|
|
1357
1387
|
.subscribe();
|
|
1358
1388
|
}
|
|
1359
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1360
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
1389
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1390
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
|
|
1361
1391
|
{
|
|
1362
1392
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
1363
1393
|
useExisting: AnimatedLifecycleDirective,
|
|
1364
1394
|
},
|
|
1365
1395
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
1366
1396
|
}
|
|
1367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
1368
1398
|
type: Directive,
|
|
1369
1399
|
args: [{
|
|
1370
1400
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -1385,10 +1415,10 @@ class ClickObserverFactory {
|
|
|
1385
1415
|
create() {
|
|
1386
1416
|
return fromEvent(document, 'click');
|
|
1387
1417
|
}
|
|
1388
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1389
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
1418
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1419
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
1390
1420
|
}
|
|
1391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
1392
1422
|
type: Injectable,
|
|
1393
1423
|
args: [{ providedIn: 'root' }]
|
|
1394
1424
|
}] });
|
|
@@ -1441,10 +1471,10 @@ class ClickObserverService {
|
|
|
1441
1471
|
this._observedElements.delete(element);
|
|
1442
1472
|
}
|
|
1443
1473
|
}
|
|
1444
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1445
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
1474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ClickObserverService, deps: [{ token: ClickObserverFactory }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1475
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
1446
1476
|
}
|
|
1447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
1448
1478
|
type: Injectable,
|
|
1449
1479
|
args: [{ providedIn: 'root' }]
|
|
1450
1480
|
}], ctorParameters: function () { return [{ type: ClickObserverFactory }]; } });
|
|
@@ -1454,10 +1484,10 @@ class MutationObserverFactory {
|
|
|
1454
1484
|
create(callback) {
|
|
1455
1485
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
1456
1486
|
}
|
|
1457
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1458
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
1487
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1488
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
1459
1489
|
}
|
|
1460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
1461
1491
|
type: Injectable,
|
|
1462
1492
|
args: [{ providedIn: 'root' }]
|
|
1463
1493
|
}] });
|
|
@@ -1516,10 +1546,10 @@ class ContentObserverService {
|
|
|
1516
1546
|
this._observedElements.delete(element);
|
|
1517
1547
|
}
|
|
1518
1548
|
}
|
|
1519
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1520
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
1549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ContentObserverService, deps: [{ token: MutationObserverFactory }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1550
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
1521
1551
|
}
|
|
1522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
1523
1553
|
type: Injectable,
|
|
1524
1554
|
args: [{ providedIn: 'root' }]
|
|
1525
1555
|
}], ctorParameters: function () { return [{ type: MutationObserverFactory }]; } });
|
|
@@ -1545,10 +1575,10 @@ class FocusVisibleService {
|
|
|
1545
1575
|
onPointerDown() {
|
|
1546
1576
|
this._hadKeyboardEvent = false;
|
|
1547
1577
|
}
|
|
1548
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1549
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
1578
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1579
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
1550
1580
|
}
|
|
1551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
1552
1582
|
type: Injectable,
|
|
1553
1583
|
args: [{
|
|
1554
1584
|
providedIn: 'root',
|
|
@@ -1560,10 +1590,10 @@ class ResizeObserverFactory {
|
|
|
1560
1590
|
create(callback) {
|
|
1561
1591
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
1562
1592
|
}
|
|
1563
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1564
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
1593
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1594
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
1565
1595
|
}
|
|
1566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
1567
1597
|
type: Injectable,
|
|
1568
1598
|
args: [{ providedIn: 'root' }]
|
|
1569
1599
|
}] });
|
|
@@ -1618,10 +1648,10 @@ class ResizeObserverService {
|
|
|
1618
1648
|
this._observedElements.delete(element);
|
|
1619
1649
|
}
|
|
1620
1650
|
}
|
|
1621
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1622
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
1651
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ResizeObserverService, deps: [{ token: ResizeObserverFactory }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1652
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
1623
1653
|
}
|
|
1624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
1625
1655
|
type: Injectable,
|
|
1626
1656
|
args: [{ providedIn: 'root' }]
|
|
1627
1657
|
}], ctorParameters: function () { return [{ type: ResizeObserverFactory }]; } });
|
|
@@ -1789,10 +1819,10 @@ class RouterStateService {
|
|
|
1789
1819
|
}
|
|
1790
1820
|
return changes;
|
|
1791
1821
|
}
|
|
1792
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
1793
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
1822
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1823
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
1794
1824
|
}
|
|
1795
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
1825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: RouterStateService, decorators: [{
|
|
1796
1826
|
type: Injectable,
|
|
1797
1827
|
args: [{
|
|
1798
1828
|
providedIn: 'root',
|
|
@@ -1996,8 +2026,8 @@ class ViewportService {
|
|
|
1996
2026
|
}
|
|
1997
2027
|
return 'xs';
|
|
1998
2028
|
}
|
|
1999
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2000
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0
|
|
2029
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ViewportService, deps: [{ token: VIEWPORT_CONFIG, optional: true }, { token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2030
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2001
2031
|
}
|
|
2002
2032
|
__decorate([
|
|
2003
2033
|
Memo(),
|
|
@@ -2015,7 +2045,7 @@ __decorate([
|
|
|
2015
2045
|
__metadata("design:paramtypes", [Object]),
|
|
2016
2046
|
__metadata("design:returntype", void 0)
|
|
2017
2047
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ViewportService, decorators: [{
|
|
2019
2049
|
type: Injectable,
|
|
2020
2050
|
args: [{
|
|
2021
2051
|
providedIn: 'root',
|
|
@@ -2069,10 +2099,10 @@ class ObserveResizeDirective {
|
|
|
2069
2099
|
_unsubscribe() {
|
|
2070
2100
|
this._currentSubscription?.unsubscribe();
|
|
2071
2101
|
}
|
|
2072
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2073
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2103
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
2074
2104
|
}
|
|
2075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
2076
2106
|
type: Directive,
|
|
2077
2107
|
args: [{
|
|
2078
2108
|
selector: '[etObserveResize]',
|
|
@@ -2308,10 +2338,10 @@ class AnimatedOverlayDirective {
|
|
|
2308
2338
|
_reposition() {
|
|
2309
2339
|
this._popper?.update();
|
|
2310
2340
|
}
|
|
2311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2312
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2341
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2342
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", allowedAutoPlacements: "allowedAutoPlacements", offset: "offset", arrowPadding: "arrowPadding" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
|
|
2313
2343
|
}
|
|
2314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
2315
2345
|
type: Directive,
|
|
2316
2346
|
args: [{
|
|
2317
2347
|
standalone: true,
|
|
@@ -2348,10 +2378,10 @@ class ClickOutsideDirective {
|
|
|
2348
2378
|
ngOnDestroy() {
|
|
2349
2379
|
this._subscription?.unsubscribe();
|
|
2350
2380
|
}
|
|
2351
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2352
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2381
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2382
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
2353
2383
|
}
|
|
2354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
2355
2385
|
type: Directive,
|
|
2356
2386
|
args: [{
|
|
2357
2387
|
selector: '[etClickOutside]',
|
|
@@ -2383,6 +2413,9 @@ class CursorDragScrollDirective {
|
|
|
2383
2413
|
};
|
|
2384
2414
|
this._enabled = false;
|
|
2385
2415
|
this.allowedDirection = 'both';
|
|
2416
|
+
this.cursorDragStart = new EventEmitter();
|
|
2417
|
+
this.cursorDragMove = new EventEmitter();
|
|
2418
|
+
this.cursorDragEnd = new EventEmitter();
|
|
2386
2419
|
}
|
|
2387
2420
|
get enabled() {
|
|
2388
2421
|
return this._enabled;
|
|
@@ -2458,6 +2491,7 @@ class CursorDragScrollDirective {
|
|
|
2458
2491
|
const element = this._elementRef.nativeElement;
|
|
2459
2492
|
if (!this._isScrolling) {
|
|
2460
2493
|
this._isScrolling = true;
|
|
2494
|
+
this.cursorDragStart.emit();
|
|
2461
2495
|
document.documentElement.style.cursor = 'grabbing';
|
|
2462
2496
|
element.style.cursor = 'grabbing';
|
|
2463
2497
|
element.classList.add(CURSOR_DRAG_SCROLLING_CLASS);
|
|
@@ -2474,6 +2508,7 @@ class CursorDragScrollDirective {
|
|
|
2474
2508
|
if (shouldScrollX) {
|
|
2475
2509
|
element.scrollLeft = this._currentScrollState.left - dx;
|
|
2476
2510
|
}
|
|
2511
|
+
this.cursorDragMove.emit();
|
|
2477
2512
|
}
|
|
2478
2513
|
}
|
|
2479
2514
|
}
|
|
@@ -2489,6 +2524,7 @@ class CursorDragScrollDirective {
|
|
|
2489
2524
|
this._elementRef.nativeElement.style.cursor = 'grab';
|
|
2490
2525
|
this._elementRef.nativeElement.classList.remove(CURSOR_DRAG_SCROLLING_CLASS);
|
|
2491
2526
|
this._elementRef.nativeElement.classList.remove(CURSOR_DRAG_SCROLLING_PREPARED_CLASS);
|
|
2527
|
+
this.cursorDragEnd.emit();
|
|
2492
2528
|
}
|
|
2493
2529
|
_updateCanScrollState() {
|
|
2494
2530
|
this._canScroll = elementCanScroll(this._elementRef.nativeElement);
|
|
@@ -2499,10 +2535,10 @@ class CursorDragScrollDirective {
|
|
|
2499
2535
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
2500
2536
|
}
|
|
2501
2537
|
}
|
|
2502
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2503
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2538
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2539
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
2504
2540
|
}
|
|
2505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
2506
2542
|
type: Directive,
|
|
2507
2543
|
args: [{
|
|
2508
2544
|
selector: '[etCursorDragScroll]',
|
|
@@ -2514,6 +2550,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImpor
|
|
|
2514
2550
|
args: ['etCursorDragScroll']
|
|
2515
2551
|
}], allowedDirection: [{
|
|
2516
2552
|
type: Input
|
|
2553
|
+
}], cursorDragStart: [{
|
|
2554
|
+
type: Output
|
|
2555
|
+
}], cursorDragMove: [{
|
|
2556
|
+
type: Output
|
|
2557
|
+
}], cursorDragEnd: [{
|
|
2558
|
+
type: Output
|
|
2517
2559
|
}] } });
|
|
2518
2560
|
|
|
2519
2561
|
const DELAYABLE_TOKEN = new InjectionToken('DELAYABLE_DIRECTIVE_TOKEN');
|
|
@@ -2545,15 +2587,15 @@ class DelayableDirective {
|
|
|
2545
2587
|
}
|
|
2546
2588
|
this._isDelayed$.next(val);
|
|
2547
2589
|
}
|
|
2548
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2549
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2590
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2591
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
2550
2592
|
{
|
|
2551
2593
|
provide: DELAYABLE_TOKEN,
|
|
2552
2594
|
useExisting: DelayableDirective,
|
|
2553
2595
|
},
|
|
2554
2596
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
2555
2597
|
}
|
|
2556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
2557
2599
|
type: Directive,
|
|
2558
2600
|
args: [{
|
|
2559
2601
|
selector: '[etDelayable]',
|
|
@@ -2580,15 +2622,15 @@ class IsActiveElementDirective {
|
|
|
2580
2622
|
set isActiveElement(value) {
|
|
2581
2623
|
this._isActiveElement = coerceBooleanProperty(value);
|
|
2582
2624
|
}
|
|
2583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2584
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2625
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2626
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement"] }, providers: [
|
|
2585
2627
|
{
|
|
2586
2628
|
provide: IS_ACTIVE_ELEMENT,
|
|
2587
2629
|
useExisting: IsActiveElementDirective,
|
|
2588
2630
|
},
|
|
2589
2631
|
], ngImport: i0 }); }
|
|
2590
2632
|
}
|
|
2591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
2592
2634
|
type: Directive,
|
|
2593
2635
|
args: [{
|
|
2594
2636
|
selector: '[etIsActiveElement]',
|
|
@@ -2617,15 +2659,15 @@ class IsElementDirective {
|
|
|
2617
2659
|
set isElement(value) {
|
|
2618
2660
|
this._isElement = coerceBooleanProperty(value);
|
|
2619
2661
|
}
|
|
2620
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2621
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2663
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement"] }, providers: [
|
|
2622
2664
|
{
|
|
2623
2665
|
provide: IS_ELEMENT,
|
|
2624
2666
|
useExisting: IsElementDirective,
|
|
2625
2667
|
},
|
|
2626
2668
|
], ngImport: i0 }); }
|
|
2627
2669
|
}
|
|
2628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
2629
2671
|
type: Directive,
|
|
2630
2672
|
args: [{
|
|
2631
2673
|
selector: '[etIsElement]',
|
|
@@ -2675,10 +2717,10 @@ class LetDirective {
|
|
|
2675
2717
|
}
|
|
2676
2718
|
}
|
|
2677
2719
|
}
|
|
2678
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2679
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2720
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: LetDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2721
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
2680
2722
|
}
|
|
2681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: LetDirective, decorators: [{
|
|
2682
2724
|
type: Directive,
|
|
2683
2725
|
args: [{
|
|
2684
2726
|
selector: '[etLet]',
|
|
@@ -2730,10 +2772,10 @@ class ObserveContentDirective {
|
|
|
2730
2772
|
_unsubscribe() {
|
|
2731
2773
|
this._currentSubscription?.unsubscribe();
|
|
2732
2774
|
}
|
|
2733
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2734
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2775
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2776
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
2735
2777
|
}
|
|
2736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
2737
2779
|
type: Directive,
|
|
2738
2780
|
args: [{
|
|
2739
2781
|
selector: '[etObserveContent]',
|
|
@@ -2762,10 +2804,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
2762
2804
|
set isFirstElement(value) {
|
|
2763
2805
|
this._isFirstElement = coerceBooleanProperty(value);
|
|
2764
2806
|
}
|
|
2765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2766
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2807
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2808
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement"] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
2767
2809
|
}
|
|
2768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
2769
2811
|
type: Directive,
|
|
2770
2812
|
args: [{
|
|
2771
2813
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -2781,10 +2823,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImpor
|
|
|
2781
2823
|
|
|
2782
2824
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
2783
2825
|
class ScrollObserverIgnoreTargetDirective {
|
|
2784
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2785
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2826
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2827
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
2786
2828
|
}
|
|
2787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
2788
2830
|
type: Directive,
|
|
2789
2831
|
args: [{
|
|
2790
2832
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -2806,10 +2848,10 @@ class ScrollObserverLastElementDirective {
|
|
|
2806
2848
|
set isLastElement(value) {
|
|
2807
2849
|
this._isLastElement = coerceBooleanProperty(value);
|
|
2808
2850
|
}
|
|
2809
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2810
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
2851
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2852
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement"] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
|
|
2811
2853
|
}
|
|
2812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
2854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
2813
2855
|
type: Directive,
|
|
2814
2856
|
args: [{
|
|
2815
2857
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -2969,15 +3011,15 @@ class ObserveScrollStateDirective {
|
|
|
2969
3011
|
}
|
|
2970
3012
|
return element;
|
|
2971
3013
|
}
|
|
2972
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2973
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
3014
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3015
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { observerRootMargin: "observerRootMargin", observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
2974
3016
|
{
|
|
2975
3017
|
provide: OBSERVE_SCROLL_STATE,
|
|
2976
3018
|
useExisting: ObserveScrollStateDirective,
|
|
2977
3019
|
},
|
|
2978
3020
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
2979
3021
|
}
|
|
2980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
2981
3023
|
type: Directive,
|
|
2982
3024
|
args: [{
|
|
2983
3025
|
selector: '[etObserveScrollState]',
|
|
@@ -3018,10 +3060,10 @@ class RepeatDirective {
|
|
|
3018
3060
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
3019
3061
|
}
|
|
3020
3062
|
}
|
|
3021
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3022
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
3063
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3064
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
3023
3065
|
}
|
|
3024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
3025
3067
|
type: Directive,
|
|
3026
3068
|
args: [{
|
|
3027
3069
|
selector: '[etRepeat]',
|
|
@@ -3190,10 +3232,10 @@ class SeoDirective {
|
|
|
3190
3232
|
}
|
|
3191
3233
|
}
|
|
3192
3234
|
}
|
|
3193
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3194
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0
|
|
3235
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3236
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
3195
3237
|
}
|
|
3196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: SeoDirective, decorators: [{
|
|
3197
3239
|
type: Directive,
|
|
3198
3240
|
args: [{
|
|
3199
3241
|
standalone: true,
|
|
@@ -3239,10 +3281,10 @@ class NormalizeGameResultTypePipe {
|
|
|
3239
3281
|
constructor() {
|
|
3240
3282
|
this.transform = normalizeGameResultType;
|
|
3241
3283
|
}
|
|
3242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3243
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.0
|
|
3284
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3285
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
3244
3286
|
}
|
|
3245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
3246
3288
|
type: Pipe,
|
|
3247
3289
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
3248
3290
|
}] });
|
|
@@ -3270,10 +3312,10 @@ class NormalizeMatchStatePipe {
|
|
|
3270
3312
|
constructor() {
|
|
3271
3313
|
this.transform = normalizeMatchState;
|
|
3272
3314
|
}
|
|
3273
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3274
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.0
|
|
3315
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3316
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
3275
3317
|
}
|
|
3276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
3277
3319
|
type: Pipe,
|
|
3278
3320
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
3279
3321
|
}] });
|
|
@@ -3328,10 +3370,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
3328
3370
|
constructor() {
|
|
3329
3371
|
this.transform = normalizeMatchParticipants;
|
|
3330
3372
|
}
|
|
3331
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3332
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.0
|
|
3373
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3374
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
3333
3375
|
}
|
|
3334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
3335
3377
|
type: Pipe,
|
|
3336
3378
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
3337
3379
|
}] });
|
|
@@ -3465,10 +3507,10 @@ class NormalizeMatchScorePipe {
|
|
|
3465
3507
|
constructor() {
|
|
3466
3508
|
this.transform = normalizeMatchScore;
|
|
3467
3509
|
}
|
|
3468
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3469
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.0
|
|
3510
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3511
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
3470
3512
|
}
|
|
3471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
3472
3514
|
type: Pipe,
|
|
3473
3515
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
3474
3516
|
}] });
|
|
@@ -3515,10 +3557,10 @@ class NormalizeMatchTypePipe {
|
|
|
3515
3557
|
constructor() {
|
|
3516
3558
|
this.transform = normalizeMatchType;
|
|
3517
3559
|
}
|
|
3518
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3519
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.0
|
|
3560
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3561
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
3520
3562
|
}
|
|
3521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
3522
3564
|
type: Pipe,
|
|
3523
3565
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
3524
3566
|
}] });
|
|
@@ -3532,10 +3574,10 @@ class ToArrayPipe {
|
|
|
3532
3574
|
constructor() {
|
|
3533
3575
|
this.transform = toArray;
|
|
3534
3576
|
}
|
|
3535
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3536
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.0
|
|
3577
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3578
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
3537
3579
|
}
|
|
3538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0
|
|
3580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
3539
3581
|
type: Pipe,
|
|
3540
3582
|
args: [{ name: 'toArray', standalone: true }]
|
|
3541
3583
|
}] });
|
|
@@ -3602,5 +3644,5 @@ const Validators = {
|
|
|
3602
3644
|
* Generated bundle index. Do not edit.
|
|
3603
3645
|
*/
|
|
3604
3646
|
|
|
3605
|
-
export { ANIMATABLE_TOKEN, ANIMATED_LIFECYCLE_TOKEN, ActiveSelectionModel, AnimatableDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, BehaviorSubjectWithSubscriberCount, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, Validators, ViewportService, clamp, clone, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createReactiveBindings, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, isElementVisible, isGroupMatch, isKnockoutMatch, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, routerDisableScrollTop, scrollToElement, setCookie, toArray, toArrayTrackByFn };
|
|
3647
|
+
export { ANIMATABLE_TOKEN, ANIMATED_LIFECYCLE_TOKEN, ActiveSelectionModel, AnimatableDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, BehaviorSubjectWithSubscriberCount, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, Validators, ViewportService, clamp, clone, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createReactiveBindings, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, isElementVisible, isGroupMatch, isKnockoutMatch, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, routerDisableScrollTop, scrollToElement, setCookie, toArray, toArrayTrackByFn };
|
|
3606
3648
|
//# sourceMappingURL=ethlete-core.mjs.map
|