@ethlete/core 2.6.0 → 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 +36 -12
- 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 +167 -112
- 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 +6 -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]',
|
|
@@ -2382,6 +2412,10 @@ class CursorDragScrollDirective {
|
|
|
2382
2412
|
y: 0,
|
|
2383
2413
|
};
|
|
2384
2414
|
this._enabled = false;
|
|
2415
|
+
this.allowedDirection = 'both';
|
|
2416
|
+
this.cursorDragStart = new EventEmitter();
|
|
2417
|
+
this.cursorDragMove = new EventEmitter();
|
|
2418
|
+
this.cursorDragEnd = new EventEmitter();
|
|
2385
2419
|
}
|
|
2386
2420
|
get enabled() {
|
|
2387
2421
|
return this._enabled;
|
|
@@ -2449,21 +2483,32 @@ class CursorDragScrollDirective {
|
|
|
2449
2483
|
}
|
|
2450
2484
|
const dx = e.clientX - this._currentScrollState.x;
|
|
2451
2485
|
const dy = e.clientY - this._currentScrollState.y;
|
|
2452
|
-
|
|
2486
|
+
const shouldScrollX = (this.allowedDirection === 'horizontal' || this.allowedDirection === 'both') &&
|
|
2487
|
+
Math.abs(dx) > this._bufferUntilScroll;
|
|
2488
|
+
const shouldScrollY = (this.allowedDirection === 'vertical' || this.allowedDirection === 'both') &&
|
|
2489
|
+
Math.abs(dy) > this._bufferUntilScroll;
|
|
2490
|
+
if (shouldScrollX || shouldScrollY) {
|
|
2453
2491
|
const element = this._elementRef.nativeElement;
|
|
2454
2492
|
if (!this._isScrolling) {
|
|
2455
2493
|
this._isScrolling = true;
|
|
2494
|
+
this.cursorDragStart.emit();
|
|
2495
|
+
document.documentElement.style.cursor = 'grabbing';
|
|
2456
2496
|
element.style.cursor = 'grabbing';
|
|
2457
2497
|
element.classList.add(CURSOR_DRAG_SCROLLING_CLASS);
|
|
2458
2498
|
element.scroll({
|
|
2459
|
-
top: this._currentScrollState.top - dy,
|
|
2460
|
-
left: this._currentScrollState.left - dx,
|
|
2499
|
+
top: shouldScrollY ? this._currentScrollState.top - dy : undefined,
|
|
2500
|
+
left: shouldScrollX ? this._currentScrollState.left - dx : undefined,
|
|
2461
2501
|
behavior: 'smooth',
|
|
2462
2502
|
});
|
|
2463
2503
|
}
|
|
2464
2504
|
else {
|
|
2465
|
-
|
|
2466
|
-
|
|
2505
|
+
if (shouldScrollY) {
|
|
2506
|
+
element.scrollTop = this._currentScrollState.top - dy;
|
|
2507
|
+
}
|
|
2508
|
+
if (shouldScrollX) {
|
|
2509
|
+
element.scrollLeft = this._currentScrollState.left - dx;
|
|
2510
|
+
}
|
|
2511
|
+
this.cursorDragMove.emit();
|
|
2467
2512
|
}
|
|
2468
2513
|
}
|
|
2469
2514
|
}
|
|
@@ -2475,9 +2520,11 @@ class CursorDragScrollDirective {
|
|
|
2475
2520
|
}
|
|
2476
2521
|
this._elementRef.nativeElement.style.scrollSnapType = '';
|
|
2477
2522
|
this._elementRef.nativeElement.style.scrollBehavior = '';
|
|
2523
|
+
document.documentElement.style.cursor = '';
|
|
2478
2524
|
this._elementRef.nativeElement.style.cursor = 'grab';
|
|
2479
2525
|
this._elementRef.nativeElement.classList.remove(CURSOR_DRAG_SCROLLING_CLASS);
|
|
2480
2526
|
this._elementRef.nativeElement.classList.remove(CURSOR_DRAG_SCROLLING_PREPARED_CLASS);
|
|
2527
|
+
this.cursorDragEnd.emit();
|
|
2481
2528
|
}
|
|
2482
2529
|
_updateCanScrollState() {
|
|
2483
2530
|
this._canScroll = elementCanScroll(this._elementRef.nativeElement);
|
|
@@ -2488,10 +2535,10 @@ class CursorDragScrollDirective {
|
|
|
2488
2535
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
2489
2536
|
}
|
|
2490
2537
|
}
|
|
2491
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2492
|
-
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 }); }
|
|
2493
2540
|
}
|
|
2494
|
-
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: [{
|
|
2495
2542
|
type: Directive,
|
|
2496
2543
|
args: [{
|
|
2497
2544
|
selector: '[etCursorDragScroll]',
|
|
@@ -2501,6 +2548,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImpor
|
|
|
2501
2548
|
}], propDecorators: { enabled: [{
|
|
2502
2549
|
type: Input,
|
|
2503
2550
|
args: ['etCursorDragScroll']
|
|
2551
|
+
}], allowedDirection: [{
|
|
2552
|
+
type: Input
|
|
2553
|
+
}], cursorDragStart: [{
|
|
2554
|
+
type: Output
|
|
2555
|
+
}], cursorDragMove: [{
|
|
2556
|
+
type: Output
|
|
2557
|
+
}], cursorDragEnd: [{
|
|
2558
|
+
type: Output
|
|
2504
2559
|
}] } });
|
|
2505
2560
|
|
|
2506
2561
|
const DELAYABLE_TOKEN = new InjectionToken('DELAYABLE_DIRECTIVE_TOKEN');
|
|
@@ -2532,15 +2587,15 @@ class DelayableDirective {
|
|
|
2532
2587
|
}
|
|
2533
2588
|
this._isDelayed$.next(val);
|
|
2534
2589
|
}
|
|
2535
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2536
|
-
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: [
|
|
2537
2592
|
{
|
|
2538
2593
|
provide: DELAYABLE_TOKEN,
|
|
2539
2594
|
useExisting: DelayableDirective,
|
|
2540
2595
|
},
|
|
2541
2596
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
2542
2597
|
}
|
|
2543
|
-
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: [{
|
|
2544
2599
|
type: Directive,
|
|
2545
2600
|
args: [{
|
|
2546
2601
|
selector: '[etDelayable]',
|
|
@@ -2567,15 +2622,15 @@ class IsActiveElementDirective {
|
|
|
2567
2622
|
set isActiveElement(value) {
|
|
2568
2623
|
this._isActiveElement = coerceBooleanProperty(value);
|
|
2569
2624
|
}
|
|
2570
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2571
|
-
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: [
|
|
2572
2627
|
{
|
|
2573
2628
|
provide: IS_ACTIVE_ELEMENT,
|
|
2574
2629
|
useExisting: IsActiveElementDirective,
|
|
2575
2630
|
},
|
|
2576
2631
|
], ngImport: i0 }); }
|
|
2577
2632
|
}
|
|
2578
|
-
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: [{
|
|
2579
2634
|
type: Directive,
|
|
2580
2635
|
args: [{
|
|
2581
2636
|
selector: '[etIsActiveElement]',
|
|
@@ -2604,15 +2659,15 @@ class IsElementDirective {
|
|
|
2604
2659
|
set isElement(value) {
|
|
2605
2660
|
this._isElement = coerceBooleanProperty(value);
|
|
2606
2661
|
}
|
|
2607
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2608
|
-
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: [
|
|
2609
2664
|
{
|
|
2610
2665
|
provide: IS_ELEMENT,
|
|
2611
2666
|
useExisting: IsElementDirective,
|
|
2612
2667
|
},
|
|
2613
2668
|
], ngImport: i0 }); }
|
|
2614
2669
|
}
|
|
2615
|
-
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: [{
|
|
2616
2671
|
type: Directive,
|
|
2617
2672
|
args: [{
|
|
2618
2673
|
selector: '[etIsElement]',
|
|
@@ -2662,10 +2717,10 @@ class LetDirective {
|
|
|
2662
2717
|
}
|
|
2663
2718
|
}
|
|
2664
2719
|
}
|
|
2665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2666
|
-
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 }); }
|
|
2667
2722
|
}
|
|
2668
|
-
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: [{
|
|
2669
2724
|
type: Directive,
|
|
2670
2725
|
args: [{
|
|
2671
2726
|
selector: '[etLet]',
|
|
@@ -2717,10 +2772,10 @@ class ObserveContentDirective {
|
|
|
2717
2772
|
_unsubscribe() {
|
|
2718
2773
|
this._currentSubscription?.unsubscribe();
|
|
2719
2774
|
}
|
|
2720
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2721
|
-
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 }); }
|
|
2722
2777
|
}
|
|
2723
|
-
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: [{
|
|
2724
2779
|
type: Directive,
|
|
2725
2780
|
args: [{
|
|
2726
2781
|
selector: '[etObserveContent]',
|
|
@@ -2749,10 +2804,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
2749
2804
|
set isFirstElement(value) {
|
|
2750
2805
|
this._isFirstElement = coerceBooleanProperty(value);
|
|
2751
2806
|
}
|
|
2752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2753
|
-
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 }); }
|
|
2754
2809
|
}
|
|
2755
|
-
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: [{
|
|
2756
2811
|
type: Directive,
|
|
2757
2812
|
args: [{
|
|
2758
2813
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -2768,10 +2823,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImpor
|
|
|
2768
2823
|
|
|
2769
2824
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
2770
2825
|
class ScrollObserverIgnoreTargetDirective {
|
|
2771
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2772
|
-
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 }); }
|
|
2773
2828
|
}
|
|
2774
|
-
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: [{
|
|
2775
2830
|
type: Directive,
|
|
2776
2831
|
args: [{
|
|
2777
2832
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -2793,10 +2848,10 @@ class ScrollObserverLastElementDirective {
|
|
|
2793
2848
|
set isLastElement(value) {
|
|
2794
2849
|
this._isLastElement = coerceBooleanProperty(value);
|
|
2795
2850
|
}
|
|
2796
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2797
|
-
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 }); }
|
|
2798
2853
|
}
|
|
2799
|
-
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: [{
|
|
2800
2855
|
type: Directive,
|
|
2801
2856
|
args: [{
|
|
2802
2857
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -2956,15 +3011,15 @@ class ObserveScrollStateDirective {
|
|
|
2956
3011
|
}
|
|
2957
3012
|
return element;
|
|
2958
3013
|
}
|
|
2959
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
2960
|
-
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: [
|
|
2961
3016
|
{
|
|
2962
3017
|
provide: OBSERVE_SCROLL_STATE,
|
|
2963
3018
|
useExisting: ObserveScrollStateDirective,
|
|
2964
3019
|
},
|
|
2965
3020
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
2966
3021
|
}
|
|
2967
|
-
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: [{
|
|
2968
3023
|
type: Directive,
|
|
2969
3024
|
args: [{
|
|
2970
3025
|
selector: '[etObserveScrollState]',
|
|
@@ -3005,10 +3060,10 @@ class RepeatDirective {
|
|
|
3005
3060
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
3006
3061
|
}
|
|
3007
3062
|
}
|
|
3008
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3009
|
-
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 }); }
|
|
3010
3065
|
}
|
|
3011
|
-
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: [{
|
|
3012
3067
|
type: Directive,
|
|
3013
3068
|
args: [{
|
|
3014
3069
|
selector: '[etRepeat]',
|
|
@@ -3177,10 +3232,10 @@ class SeoDirective {
|
|
|
3177
3232
|
}
|
|
3178
3233
|
}
|
|
3179
3234
|
}
|
|
3180
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3181
|
-
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 }); }
|
|
3182
3237
|
}
|
|
3183
|
-
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: [{
|
|
3184
3239
|
type: Directive,
|
|
3185
3240
|
args: [{
|
|
3186
3241
|
standalone: true,
|
|
@@ -3226,10 +3281,10 @@ class NormalizeGameResultTypePipe {
|
|
|
3226
3281
|
constructor() {
|
|
3227
3282
|
this.transform = normalizeGameResultType;
|
|
3228
3283
|
}
|
|
3229
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3230
|
-
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" }); }
|
|
3231
3286
|
}
|
|
3232
|
-
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: [{
|
|
3233
3288
|
type: Pipe,
|
|
3234
3289
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
3235
3290
|
}] });
|
|
@@ -3257,10 +3312,10 @@ class NormalizeMatchStatePipe {
|
|
|
3257
3312
|
constructor() {
|
|
3258
3313
|
this.transform = normalizeMatchState;
|
|
3259
3314
|
}
|
|
3260
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3261
|
-
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" }); }
|
|
3262
3317
|
}
|
|
3263
|
-
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: [{
|
|
3264
3319
|
type: Pipe,
|
|
3265
3320
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
3266
3321
|
}] });
|
|
@@ -3315,10 +3370,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
3315
3370
|
constructor() {
|
|
3316
3371
|
this.transform = normalizeMatchParticipants;
|
|
3317
3372
|
}
|
|
3318
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3319
|
-
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" }); }
|
|
3320
3375
|
}
|
|
3321
|
-
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: [{
|
|
3322
3377
|
type: Pipe,
|
|
3323
3378
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
3324
3379
|
}] });
|
|
@@ -3452,10 +3507,10 @@ class NormalizeMatchScorePipe {
|
|
|
3452
3507
|
constructor() {
|
|
3453
3508
|
this.transform = normalizeMatchScore;
|
|
3454
3509
|
}
|
|
3455
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3456
|
-
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" }); }
|
|
3457
3512
|
}
|
|
3458
|
-
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: [{
|
|
3459
3514
|
type: Pipe,
|
|
3460
3515
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
3461
3516
|
}] });
|
|
@@ -3502,10 +3557,10 @@ class NormalizeMatchTypePipe {
|
|
|
3502
3557
|
constructor() {
|
|
3503
3558
|
this.transform = normalizeMatchType;
|
|
3504
3559
|
}
|
|
3505
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3506
|
-
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" }); }
|
|
3507
3562
|
}
|
|
3508
|
-
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: [{
|
|
3509
3564
|
type: Pipe,
|
|
3510
3565
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
3511
3566
|
}] });
|
|
@@ -3519,10 +3574,10 @@ class ToArrayPipe {
|
|
|
3519
3574
|
constructor() {
|
|
3520
3575
|
this.transform = toArray;
|
|
3521
3576
|
}
|
|
3522
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0
|
|
3523
|
-
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" }); }
|
|
3524
3579
|
}
|
|
3525
|
-
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: [{
|
|
3526
3581
|
type: Pipe,
|
|
3527
3582
|
args: [{ name: 'toArray', standalone: true }]
|
|
3528
3583
|
}] });
|
|
@@ -3589,5 +3644,5 @@ const Validators = {
|
|
|
3589
3644
|
* Generated bundle index. Do not edit.
|
|
3590
3645
|
*/
|
|
3591
3646
|
|
|
3592
|
-
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 };
|
|
3593
3648
|
//# sourceMappingURL=ethlete-core.mjs.map
|