@ethlete/core 4.23.4 → 4.23.6
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/CHANGELOG.md +12 -0
- package/esm2022/lib/components/structured-data/structured-data.component.mjs +3 -3
- package/esm2022/lib/directives/animatable/animatable.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +3 -3
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +3 -3
- package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +3 -3
- package/esm2022/lib/directives/debug/debug.directive.mjs +3 -3
- package/esm2022/lib/directives/delayable/delayable.directive.mjs +3 -3
- package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +3 -3
- package/esm2022/lib/directives/is-element/is-element.directive.mjs +3 -3
- package/esm2022/lib/directives/let/let.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +3 -3
- package/esm2022/lib/directives/repeat/repeat.directive.mjs +3 -3
- package/esm2022/lib/directives/root-boundary/root-boundary.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +3 -3
- package/esm2022/lib/directives/seo/seo.directive.mjs +3 -3
- package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.util.mjs +25 -5
- package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
- package/esm2022/lib/props/element-dictionary.mjs +2 -2
- package/esm2022/lib/props/props.directive.mjs +3 -3
- package/esm2022/lib/services/click-observer.service.mjs +6 -6
- package/esm2022/lib/services/content-observer.service.mjs +6 -6
- package/esm2022/lib/services/focus-visible.service.mjs +3 -3
- package/esm2022/lib/services/intersection-observer.service.mjs +6 -6
- package/esm2022/lib/services/resize-observer.service.mjs +6 -6
- package/esm2022/lib/services/router-state.service.mjs +3 -3
- package/esm2022/lib/services/viewport.service.mjs +3 -3
- package/esm2022/lib/utils/signal.utils.mjs +16 -4
- package/fesm2022/ethlete-core.mjs +163 -131
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/pipes/infer-mime-type/infer-mime-type.util.d.ts +5 -0
- package/lib/utils/signal.utils.d.ts +9 -1
- package/package.json +1 -1
|
@@ -30,10 +30,10 @@ class StructuredDataComponent {
|
|
|
30
30
|
const html = `<script type="application/ld+json">${json}</script>`;
|
|
31
31
|
return this._sanitizer.bypassSecurityTrustHtml(html);
|
|
32
32
|
}
|
|
33
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
34
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", 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 }); }
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
37
37
|
type: Component,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: 'et-structured-data',
|
|
@@ -1516,10 +1516,10 @@ class ClickObserverFactory {
|
|
|
1516
1516
|
create() {
|
|
1517
1517
|
return fromEvent(document, 'click');
|
|
1518
1518
|
}
|
|
1519
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1520
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1519
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1520
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
1521
1521
|
}
|
|
1522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
1523
1523
|
type: Injectable,
|
|
1524
1524
|
args: [{ providedIn: 'root' }]
|
|
1525
1525
|
}] });
|
|
@@ -1572,10 +1572,10 @@ class ClickObserverService {
|
|
|
1572
1572
|
this._observedElements.delete(element);
|
|
1573
1573
|
}
|
|
1574
1574
|
}
|
|
1575
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1576
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1575
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1576
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
1577
1577
|
}
|
|
1578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
1579
1579
|
type: Injectable,
|
|
1580
1580
|
args: [{ providedIn: 'root' }]
|
|
1581
1581
|
}] });
|
|
@@ -1585,10 +1585,10 @@ class MutationObserverFactory {
|
|
|
1585
1585
|
create(callback) {
|
|
1586
1586
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
1587
1587
|
}
|
|
1588
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1589
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1588
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1589
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
1590
1590
|
}
|
|
1591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
1592
1592
|
type: Injectable,
|
|
1593
1593
|
args: [{ providedIn: 'root' }]
|
|
1594
1594
|
}] });
|
|
@@ -1647,10 +1647,10 @@ class ContentObserverService {
|
|
|
1647
1647
|
this._observedElements.delete(element);
|
|
1648
1648
|
}
|
|
1649
1649
|
}
|
|
1650
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1651
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1650
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1651
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
1652
1652
|
}
|
|
1653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
1654
1654
|
type: Injectable,
|
|
1655
1655
|
args: [{ providedIn: 'root' }]
|
|
1656
1656
|
}] });
|
|
@@ -1676,10 +1676,10 @@ class FocusVisibleService {
|
|
|
1676
1676
|
onPointerDown() {
|
|
1677
1677
|
this._hadKeyboardEvent = false;
|
|
1678
1678
|
}
|
|
1679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1680
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1680
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
1681
1681
|
}
|
|
1682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
1683
1683
|
type: Injectable,
|
|
1684
1684
|
args: [{
|
|
1685
1685
|
providedIn: 'root',
|
|
@@ -1691,10 +1691,10 @@ class IntersectionObserverFactory {
|
|
|
1691
1691
|
create(callback) {
|
|
1692
1692
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
1693
1693
|
}
|
|
1694
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1695
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1694
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1695
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
1696
1696
|
}
|
|
1697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
1698
1698
|
type: Injectable,
|
|
1699
1699
|
args: [{ providedIn: 'root' }]
|
|
1700
1700
|
}] });
|
|
@@ -1749,10 +1749,10 @@ class IntersectionObserverService {
|
|
|
1749
1749
|
this._observedElements.delete(element);
|
|
1750
1750
|
}
|
|
1751
1751
|
}
|
|
1752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1753
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1752
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1753
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
1754
1754
|
}
|
|
1755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
1756
1756
|
type: Injectable,
|
|
1757
1757
|
args: [{ providedIn: 'root' }]
|
|
1758
1758
|
}] });
|
|
@@ -1762,10 +1762,10 @@ class ResizeObserverFactory {
|
|
|
1762
1762
|
create(callback) {
|
|
1763
1763
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
1764
1764
|
}
|
|
1765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1766
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1765
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1766
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
1767
1767
|
}
|
|
1768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
1769
1769
|
type: Injectable,
|
|
1770
1770
|
args: [{ providedIn: 'root' }]
|
|
1771
1771
|
}] });
|
|
@@ -1820,10 +1820,10 @@ class ResizeObserverService {
|
|
|
1820
1820
|
this._observedElements.delete(element);
|
|
1821
1821
|
}
|
|
1822
1822
|
}
|
|
1823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1824
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1823
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1824
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
1825
1825
|
}
|
|
1826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
1827
1827
|
type: Injectable,
|
|
1828
1828
|
args: [{ providedIn: 'root' }]
|
|
1829
1829
|
}] });
|
|
@@ -2018,10 +2018,10 @@ class RouterStateService {
|
|
|
2018
2018
|
fragment,
|
|
2019
2019
|
};
|
|
2020
2020
|
}
|
|
2021
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2022
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2021
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2022
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2023
2023
|
}
|
|
2024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2025
2025
|
type: Injectable,
|
|
2026
2026
|
args: [{
|
|
2027
2027
|
providedIn: 'root',
|
|
@@ -2237,8 +2237,8 @@ class ViewportService {
|
|
|
2237
2237
|
}
|
|
2238
2238
|
return 'xs';
|
|
2239
2239
|
}
|
|
2240
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2241
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2241
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2242
2242
|
}
|
|
2243
2243
|
__decorate([
|
|
2244
2244
|
Memo(),
|
|
@@ -2256,7 +2256,7 @@ __decorate([
|
|
|
2256
2256
|
__metadata("design:paramtypes", [Object]),
|
|
2257
2257
|
__metadata("design:returntype", void 0)
|
|
2258
2258
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ViewportService, decorators: [{
|
|
2260
2260
|
type: Injectable,
|
|
2261
2261
|
args: [{
|
|
2262
2262
|
providedIn: 'root',
|
|
@@ -2766,9 +2766,21 @@ const previousSignalValue = (signal) => {
|
|
|
2766
2766
|
const obs = toObservable(signal).pipe(pairwise(), map(([prev]) => prev));
|
|
2767
2767
|
return toSignal(obs);
|
|
2768
2768
|
};
|
|
2769
|
-
const syncSignal = (from, to) => {
|
|
2770
|
-
|
|
2771
|
-
|
|
2769
|
+
const syncSignal = (from, to, options) => {
|
|
2770
|
+
let isFirstRun = options?.skipSyncRead ? false : true;
|
|
2771
|
+
if (!options?.skipSyncRead) {
|
|
2772
|
+
try {
|
|
2773
|
+
// this might throw if the signal is not yet initialized (eg. a required signal input inside the constructor)
|
|
2774
|
+
// in that case we just skip the initial sync
|
|
2775
|
+
to.set(from());
|
|
2776
|
+
}
|
|
2777
|
+
catch {
|
|
2778
|
+
isFirstRun = false;
|
|
2779
|
+
if (isDevMode()) {
|
|
2780
|
+
console.warn('Failed to sync signals. The target signal is not yet initialized.', { from, to });
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2783
|
+
}
|
|
2772
2784
|
const ref = effect(() => {
|
|
2773
2785
|
const formVal = from();
|
|
2774
2786
|
if (isFirstRun) {
|
|
@@ -3449,15 +3461,15 @@ class AnimatableDirective {
|
|
|
3449
3461
|
.subscribe();
|
|
3450
3462
|
}
|
|
3451
3463
|
}
|
|
3452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3453
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
3464
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3465
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
3454
3466
|
{
|
|
3455
3467
|
provide: ANIMATABLE_TOKEN,
|
|
3456
3468
|
useExisting: AnimatableDirective,
|
|
3457
3469
|
},
|
|
3458
3470
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
3459
3471
|
}
|
|
3460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
3461
3473
|
type: Directive,
|
|
3462
3474
|
args: [{
|
|
3463
3475
|
selector: '[etAnimatable]',
|
|
@@ -3580,15 +3592,15 @@ class AnimatedLifecycleDirective {
|
|
|
3580
3592
|
_forceState(state) {
|
|
3581
3593
|
this._state$.next(state);
|
|
3582
3594
|
}
|
|
3583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3584
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.
|
|
3595
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3596
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.9", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", inputs: { skipNextEnter: { classPropertyName: "skipNextEnter", publicName: "skipNextEnter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stateChange: "stateChange", skipNextEnter: "skipNextEnterChange" }, providers: [
|
|
3585
3597
|
{
|
|
3586
3598
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
3587
3599
|
useExisting: AnimatedLifecycleDirective,
|
|
3588
3600
|
},
|
|
3589
3601
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
3590
3602
|
}
|
|
3591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
3592
3604
|
type: Directive,
|
|
3593
3605
|
args: [{
|
|
3594
3606
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -3625,15 +3637,15 @@ class AnimatedIfDirective {
|
|
|
3625
3637
|
.subscribe();
|
|
3626
3638
|
}
|
|
3627
3639
|
}
|
|
3628
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3629
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
3640
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3641
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
3630
3642
|
{
|
|
3631
3643
|
provide: ANIMATED_IF_TOKEN,
|
|
3632
3644
|
useExisting: AnimatedIfDirective,
|
|
3633
3645
|
},
|
|
3634
3646
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
3635
3647
|
}
|
|
3636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3648
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
3637
3649
|
type: Directive,
|
|
3638
3650
|
args: [{
|
|
3639
3651
|
selector: '[etAnimatedIf]',
|
|
@@ -3663,15 +3675,15 @@ class RootBoundaryDirective {
|
|
|
3663
3675
|
set boundaryElement(v) {
|
|
3664
3676
|
this._boundaryElement = v;
|
|
3665
3677
|
}
|
|
3666
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3667
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
3678
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3679
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
3668
3680
|
{
|
|
3669
3681
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
3670
3682
|
useExisting: RootBoundaryDirective,
|
|
3671
3683
|
},
|
|
3672
3684
|
], ngImport: i0 }); }
|
|
3673
3685
|
}
|
|
3674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
3675
3687
|
type: Directive,
|
|
3676
3688
|
args: [{
|
|
3677
3689
|
selector: '[etRootBoundary]',
|
|
@@ -3983,10 +3995,10 @@ class AnimatedOverlayDirective {
|
|
|
3983
3995
|
this._isUnmounting$.next(false);
|
|
3984
3996
|
this._afterClosed?.next();
|
|
3985
3997
|
}
|
|
3986
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3987
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.
|
|
3998
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3999
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.9", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: ["autoResize", "autoResize", booleanAttribute], shift: ["shift", "shift", booleanAttribute], autoHide: ["autoHide", "autoHide", booleanAttribute], autoCloseIfReferenceHidden: ["autoCloseIfReferenceHidden", "autoCloseIfReferenceHidden", booleanAttribute], referenceElement: "referenceElement" }, host: { classAttribute: "et-animated-overlay" }, ngImport: i0 }); }
|
|
3988
4000
|
}
|
|
3989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
3990
4002
|
type: Directive,
|
|
3991
4003
|
args: [{
|
|
3992
4004
|
standalone: true,
|
|
@@ -4041,10 +4053,10 @@ class ClickOutsideDirective {
|
|
|
4041
4053
|
ngOnDestroy() {
|
|
4042
4054
|
this._subscription?.unsubscribe();
|
|
4043
4055
|
}
|
|
4044
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4045
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4056
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4057
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
4046
4058
|
}
|
|
4047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
4048
4060
|
type: Directive,
|
|
4049
4061
|
args: [{
|
|
4050
4062
|
selector: '[etClickOutside]',
|
|
@@ -4198,10 +4210,10 @@ class CursorDragScrollDirective {
|
|
|
4198
4210
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
4199
4211
|
}
|
|
4200
4212
|
}
|
|
4201
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4202
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4214
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
4203
4215
|
}
|
|
4204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
4205
4217
|
type: Directive,
|
|
4206
4218
|
args: [{
|
|
4207
4219
|
selector: '[etCursorDragScroll]',
|
|
@@ -4234,15 +4246,15 @@ class DebugDirective {
|
|
|
4234
4246
|
set sDebug(value) {
|
|
4235
4247
|
this._debug.set(value);
|
|
4236
4248
|
}
|
|
4237
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4238
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.
|
|
4249
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4250
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.9", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
4239
4251
|
{
|
|
4240
4252
|
provide: DEBUG_TOKEN,
|
|
4241
4253
|
useExisting: DebugDirective,
|
|
4242
4254
|
},
|
|
4243
4255
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
4244
4256
|
}
|
|
4245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DebugDirective, decorators: [{
|
|
4246
4258
|
type: Directive,
|
|
4247
4259
|
args: [{
|
|
4248
4260
|
selector: '[etDebug]',
|
|
@@ -4289,15 +4301,15 @@ class DelayableDirective {
|
|
|
4289
4301
|
}
|
|
4290
4302
|
this._isDelayed$.next(val);
|
|
4291
4303
|
}
|
|
4292
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4293
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4304
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4305
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
4294
4306
|
{
|
|
4295
4307
|
provide: DELAYABLE_TOKEN,
|
|
4296
4308
|
useExisting: DelayableDirective,
|
|
4297
4309
|
},
|
|
4298
4310
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
4299
4311
|
}
|
|
4300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
4301
4313
|
type: Directive,
|
|
4302
4314
|
args: [{
|
|
4303
4315
|
selector: '[etDelayable]',
|
|
@@ -4318,15 +4330,15 @@ class IsActiveElementDirective {
|
|
|
4318
4330
|
this.elementRef = inject(ElementRef);
|
|
4319
4331
|
this.isActiveElement = false;
|
|
4320
4332
|
}
|
|
4321
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4322
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.
|
|
4333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4334
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.9", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
4323
4335
|
{
|
|
4324
4336
|
provide: IS_ACTIVE_ELEMENT,
|
|
4325
4337
|
useExisting: IsActiveElementDirective,
|
|
4326
4338
|
},
|
|
4327
4339
|
], ngImport: i0 }); }
|
|
4328
4340
|
}
|
|
4329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
4330
4342
|
type: Directive,
|
|
4331
4343
|
args: [{
|
|
4332
4344
|
selector: '[etIsActiveElement]',
|
|
@@ -4349,15 +4361,15 @@ class IsElementDirective {
|
|
|
4349
4361
|
this.elementRef = inject(ElementRef);
|
|
4350
4362
|
this.isElement = false;
|
|
4351
4363
|
}
|
|
4352
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4353
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.
|
|
4364
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4365
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.9", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
4354
4366
|
{
|
|
4355
4367
|
provide: IS_ELEMENT,
|
|
4356
4368
|
useExisting: IsElementDirective,
|
|
4357
4369
|
},
|
|
4358
4370
|
], ngImport: i0 }); }
|
|
4359
4371
|
}
|
|
4360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
4361
4373
|
type: Directive,
|
|
4362
4374
|
args: [{
|
|
4363
4375
|
selector: '[etIsElement]',
|
|
@@ -4407,10 +4419,10 @@ class LetDirective {
|
|
|
4407
4419
|
}
|
|
4408
4420
|
}
|
|
4409
4421
|
}
|
|
4410
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4411
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4423
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
4412
4424
|
}
|
|
4413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: LetDirective, decorators: [{
|
|
4414
4426
|
type: Directive,
|
|
4415
4427
|
args: [{
|
|
4416
4428
|
selector: '[etLet]',
|
|
@@ -4467,10 +4479,10 @@ class ObserveContentDirective {
|
|
|
4467
4479
|
_unsubscribe() {
|
|
4468
4480
|
this._currentSubscription?.unsubscribe();
|
|
4469
4481
|
}
|
|
4470
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4471
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4482
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4483
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
4472
4484
|
}
|
|
4473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
4474
4486
|
type: Directive,
|
|
4475
4487
|
args: [{
|
|
4476
4488
|
selector: '[etObserveContent]',
|
|
@@ -4535,10 +4547,10 @@ class ObserveResizeDirective {
|
|
|
4535
4547
|
_unsubscribe() {
|
|
4536
4548
|
this._currentSubscription?.unsubscribe();
|
|
4537
4549
|
}
|
|
4538
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4539
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4550
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4551
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
4540
4552
|
}
|
|
4541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
4542
4554
|
type: Directive,
|
|
4543
4555
|
args: [{
|
|
4544
4556
|
selector: '[etObserveResize]',
|
|
@@ -4563,10 +4575,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
4563
4575
|
constructor() {
|
|
4564
4576
|
this.isFirstElement = false;
|
|
4565
4577
|
}
|
|
4566
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4567
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.
|
|
4578
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4579
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.9", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
4568
4580
|
}
|
|
4569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
4570
4582
|
type: Directive,
|
|
4571
4583
|
args: [{
|
|
4572
4584
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -4582,10 +4594,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
|
|
|
4582
4594
|
|
|
4583
4595
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
4584
4596
|
class ScrollObserverIgnoreTargetDirective {
|
|
4585
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4586
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4597
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4598
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
4587
4599
|
}
|
|
4588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
4589
4601
|
type: Directive,
|
|
4590
4602
|
args: [{
|
|
4591
4603
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -4601,10 +4613,10 @@ class ScrollObserverLastElementDirective {
|
|
|
4601
4613
|
constructor() {
|
|
4602
4614
|
this.isLastElement = false;
|
|
4603
4615
|
}
|
|
4604
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4605
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.
|
|
4616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4617
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.9", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
|
|
4606
4618
|
}
|
|
4607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
4608
4620
|
type: Directive,
|
|
4609
4621
|
args: [{
|
|
4610
4622
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -4761,15 +4773,15 @@ class ObserveScrollStateDirective {
|
|
|
4761
4773
|
}
|
|
4762
4774
|
return element;
|
|
4763
4775
|
}
|
|
4764
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4765
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.
|
|
4776
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4777
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.9", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
4766
4778
|
{
|
|
4767
4779
|
provide: OBSERVE_SCROLL_STATE,
|
|
4768
4780
|
useExisting: ObserveScrollStateDirective,
|
|
4769
4781
|
},
|
|
4770
4782
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
4771
4783
|
}
|
|
4772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
4773
4785
|
type: Directive,
|
|
4774
4786
|
args: [{
|
|
4775
4787
|
selector: '[etObserveScrollState]',
|
|
@@ -4839,15 +4851,15 @@ class ObserveVisibilityDirective {
|
|
|
4839
4851
|
}))
|
|
4840
4852
|
.subscribe();
|
|
4841
4853
|
}
|
|
4842
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4843
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4854
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4855
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
4844
4856
|
{
|
|
4845
4857
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
4846
4858
|
useExisting: ObserveVisibilityDirective,
|
|
4847
4859
|
},
|
|
4848
4860
|
], ngImport: i0 }); }
|
|
4849
4861
|
}
|
|
4850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
4851
4863
|
type: Directive,
|
|
4852
4864
|
args: [{
|
|
4853
4865
|
selector: '[etObserveVisibility]',
|
|
@@ -4885,10 +4897,10 @@ class RepeatDirective {
|
|
|
4885
4897
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
4886
4898
|
}
|
|
4887
4899
|
}
|
|
4888
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4889
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4900
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4901
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
4890
4902
|
}
|
|
4891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
4892
4904
|
type: Directive,
|
|
4893
4905
|
args: [{
|
|
4894
4906
|
selector: '[etRepeat]',
|
|
@@ -5057,10 +5069,10 @@ class SeoDirective {
|
|
|
5057
5069
|
}
|
|
5058
5070
|
}
|
|
5059
5071
|
}
|
|
5060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5061
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
5072
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5073
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
5062
5074
|
}
|
|
5063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: SeoDirective, decorators: [{
|
|
5064
5076
|
type: Directive,
|
|
5065
5077
|
args: [{
|
|
5066
5078
|
standalone: true,
|
|
@@ -5068,14 +5080,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
|
|
|
5068
5080
|
}]
|
|
5069
5081
|
}] });
|
|
5070
5082
|
|
|
5083
|
+
/**
|
|
5084
|
+
* Infers the mime type of a given url or srcset.
|
|
5085
|
+
* If a srcset is provided, it will infer the mime type of the first url in the srcset.
|
|
5086
|
+
* If the srcset contains a query parameter `?fm=`, it will use the value of that parameter, since it is often used to specify the file format in image api's like contentful.
|
|
5087
|
+
*/
|
|
5071
5088
|
const inferMimeType = (srcset) => {
|
|
5072
5089
|
if (!srcset)
|
|
5073
5090
|
return null;
|
|
5074
|
-
const urls = srcset.split(',')
|
|
5091
|
+
const urls = srcset.split(',');
|
|
5075
5092
|
const firstUrl = urls[0];
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5093
|
+
if (!firstUrl)
|
|
5094
|
+
return null;
|
|
5095
|
+
const containsFm = firstUrl.includes('?fm=');
|
|
5096
|
+
let fileExtension = null;
|
|
5097
|
+
if (containsFm) {
|
|
5098
|
+
const fmMatch = firstUrl.match(/\?fm=(\w+)/);
|
|
5099
|
+
if (fmMatch && fmMatch[1]) {
|
|
5100
|
+
fileExtension = fmMatch[1].toLowerCase();
|
|
5101
|
+
}
|
|
5102
|
+
}
|
|
5103
|
+
if (!fileExtension) {
|
|
5104
|
+
const noQueryUrl = firstUrl.split('?')[0] || firstUrl;
|
|
5105
|
+
const lastDotIndex = noQueryUrl.lastIndexOf('.');
|
|
5106
|
+
if (lastDotIndex === -1)
|
|
5107
|
+
return null;
|
|
5108
|
+
fileExtension = noQueryUrl.substring(lastDotIndex + 1).toLowerCase();
|
|
5109
|
+
}
|
|
5110
|
+
if (fileExtension) {
|
|
5079
5111
|
switch (fileExtension) {
|
|
5080
5112
|
case 'avif':
|
|
5081
5113
|
return 'image/avif';
|
|
@@ -5236,10 +5268,10 @@ class InferMimeTypePipe {
|
|
|
5236
5268
|
constructor() {
|
|
5237
5269
|
this.transform = inferMimeType;
|
|
5238
5270
|
}
|
|
5239
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5240
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
5271
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5272
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
5241
5273
|
}
|
|
5242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
5243
5275
|
type: Pipe,
|
|
5244
5276
|
args: [{
|
|
5245
5277
|
name: 'inferMimeType',
|
|
@@ -5285,10 +5317,10 @@ class NormalizeGameResultTypePipe {
|
|
|
5285
5317
|
constructor() {
|
|
5286
5318
|
this.transform = normalizeGameResultType;
|
|
5287
5319
|
}
|
|
5288
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5289
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
5320
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5321
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
5290
5322
|
}
|
|
5291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
5292
5324
|
type: Pipe,
|
|
5293
5325
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
5294
5326
|
}] });
|
|
@@ -5316,10 +5348,10 @@ class NormalizeMatchStatePipe {
|
|
|
5316
5348
|
constructor() {
|
|
5317
5349
|
this.transform = normalizeMatchState;
|
|
5318
5350
|
}
|
|
5319
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5320
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
5351
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5352
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
5321
5353
|
}
|
|
5322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
5323
5355
|
type: Pipe,
|
|
5324
5356
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
5325
5357
|
}] });
|
|
@@ -5374,10 +5406,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
5374
5406
|
constructor() {
|
|
5375
5407
|
this.transform = normalizeMatchParticipants;
|
|
5376
5408
|
}
|
|
5377
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5378
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
5409
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5410
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
5379
5411
|
}
|
|
5380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
5381
5413
|
type: Pipe,
|
|
5382
5414
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
5383
5415
|
}] });
|
|
@@ -5511,10 +5543,10 @@ class NormalizeMatchScorePipe {
|
|
|
5511
5543
|
constructor() {
|
|
5512
5544
|
this.transform = normalizeMatchScore;
|
|
5513
5545
|
}
|
|
5514
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5515
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
5546
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5547
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
5516
5548
|
}
|
|
5517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
5518
5550
|
type: Pipe,
|
|
5519
5551
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
5520
5552
|
}] });
|
|
@@ -5561,10 +5593,10 @@ class NormalizeMatchTypePipe {
|
|
|
5561
5593
|
constructor() {
|
|
5562
5594
|
this.transform = normalizeMatchType;
|
|
5563
5595
|
}
|
|
5564
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5565
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
5596
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5597
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
5566
5598
|
}
|
|
5567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
5568
5600
|
type: Pipe,
|
|
5569
5601
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
5570
5602
|
}] });
|
|
@@ -5578,10 +5610,10 @@ class ToArrayPipe {
|
|
|
5578
5610
|
constructor() {
|
|
5579
5611
|
this.transform = toArray;
|
|
5580
5612
|
}
|
|
5581
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5582
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
5613
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5614
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
5583
5615
|
}
|
|
5584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
5585
5617
|
type: Pipe,
|
|
5586
5618
|
args: [{ name: 'toArray', standalone: true }]
|
|
5587
5619
|
}] });
|
|
@@ -5608,7 +5640,7 @@ const createElementDictionary = () => {
|
|
|
5608
5640
|
};
|
|
5609
5641
|
const firstElement = computed(() => {
|
|
5610
5642
|
const id = dictionary.ids()[0];
|
|
5611
|
-
return id ? dictionary.elements()[id] ?? null : null;
|
|
5643
|
+
return id ? (dictionary.elements()[id] ?? null) : null;
|
|
5612
5644
|
});
|
|
5613
5645
|
const firstId = computed(() => {
|
|
5614
5646
|
const id = dictionary.ids()[0];
|
|
@@ -5803,10 +5835,10 @@ class PropsDirective {
|
|
|
5803
5835
|
});
|
|
5804
5836
|
});
|
|
5805
5837
|
}
|
|
5806
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5807
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.
|
|
5838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5839
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.9", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
|
|
5808
5840
|
}
|
|
5809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: PropsDirective, decorators: [{
|
|
5810
5842
|
type: Directive,
|
|
5811
5843
|
args: [{
|
|
5812
5844
|
selector: '[etProps]',
|