@foblex/m-render 2.8.2 → 2.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/foblex-m-render.mjs +10 -10
- package/fesm2022/foblex-m-render.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1520,10 +1520,10 @@ class Mediatr {
|
|
|
1520
1520
|
_injector = inject(Injector);
|
|
1521
1521
|
static _executions = new Map();
|
|
1522
1522
|
static register(type, handler) {
|
|
1523
|
-
if (!type
|
|
1523
|
+
if (!type) {
|
|
1524
1524
|
throw new Error('Type must have a fToken static property: ' + JSON.stringify(type));
|
|
1525
1525
|
}
|
|
1526
|
-
Mediatr._executions.set(type
|
|
1526
|
+
Mediatr._executions.set(type, handler);
|
|
1527
1527
|
}
|
|
1528
1528
|
execute(request) {
|
|
1529
1529
|
const token = request.constructor.requestToken;
|
|
@@ -1613,7 +1613,7 @@ let RenderDynamicComponent = class RenderDynamicComponent {
|
|
|
1613
1613
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: RenderDynamicComponent });
|
|
1614
1614
|
};
|
|
1615
1615
|
RenderDynamicComponent = __decorate([
|
|
1616
|
-
MExecution(RenderDynamicComponentRequest)
|
|
1616
|
+
MExecution(RenderDynamicComponentRequest.requestToken)
|
|
1617
1617
|
], RenderDynamicComponent);
|
|
1618
1618
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: RenderDynamicComponent, decorators: [{
|
|
1619
1619
|
type: Injectable
|
|
@@ -1647,7 +1647,7 @@ let RenderExternalComponent = class RenderExternalComponent {
|
|
|
1647
1647
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: RenderExternalComponent });
|
|
1648
1648
|
};
|
|
1649
1649
|
RenderExternalComponent = __decorate([
|
|
1650
|
-
MExecution(RenderExternalComponentRequest)
|
|
1650
|
+
MExecution(RenderExternalComponentRequest.requestToken)
|
|
1651
1651
|
], RenderExternalComponent);
|
|
1652
1652
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: RenderExternalComponent, decorators: [{
|
|
1653
1653
|
type: Injectable
|
|
@@ -1699,7 +1699,7 @@ let RenderInternalComponents = class RenderInternalComponents {
|
|
|
1699
1699
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: RenderInternalComponents });
|
|
1700
1700
|
};
|
|
1701
1701
|
RenderInternalComponents = __decorate([
|
|
1702
|
-
MExecution(RenderInternalComponentsRequest)
|
|
1702
|
+
MExecution(RenderInternalComponentsRequest.requestToken)
|
|
1703
1703
|
], RenderInternalComponents);
|
|
1704
1704
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: RenderInternalComponents, decorators: [{
|
|
1705
1705
|
type: Injectable
|
|
@@ -2567,7 +2567,7 @@ let ActivateTocByHash = class ActivateTocByHash {
|
|
|
2567
2567
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: ActivateTocByHash });
|
|
2568
2568
|
};
|
|
2569
2569
|
ActivateTocByHash = __decorate([
|
|
2570
|
-
MExecution(ActivateTocByHashRequest)
|
|
2570
|
+
MExecution(ActivateTocByHashRequest.requestToken)
|
|
2571
2571
|
], ActivateTocByHash);
|
|
2572
2572
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: ActivateTocByHash, decorators: [{
|
|
2573
2573
|
type: Injectable
|
|
@@ -2615,7 +2615,7 @@ let CalculateAbsoluteTopToContainer = class CalculateAbsoluteTopToContainer {
|
|
|
2615
2615
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: CalculateAbsoluteTopToContainer });
|
|
2616
2616
|
};
|
|
2617
2617
|
CalculateAbsoluteTopToContainer = __decorate([
|
|
2618
|
-
MExecution(CalculateAbsoluteTopToContainerRequest)
|
|
2618
|
+
MExecution(CalculateAbsoluteTopToContainerRequest.requestToken)
|
|
2619
2619
|
], CalculateAbsoluteTopToContainer);
|
|
2620
2620
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: CalculateAbsoluteTopToContainer, decorators: [{
|
|
2621
2621
|
type: Injectable
|
|
@@ -2676,7 +2676,7 @@ let CalculateHashFromScrollPositionAndActivateToc = class CalculateHashFromScrol
|
|
|
2676
2676
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: CalculateHashFromScrollPositionAndActivateToc });
|
|
2677
2677
|
};
|
|
2678
2678
|
CalculateHashFromScrollPositionAndActivateToc = __decorate([
|
|
2679
|
-
MExecution(CalculateHashFromScrollPositionAndActivateTocRequest)
|
|
2679
|
+
MExecution(CalculateHashFromScrollPositionAndActivateTocRequest.requestToken)
|
|
2680
2680
|
], CalculateHashFromScrollPositionAndActivateToc);
|
|
2681
2681
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: CalculateHashFromScrollPositionAndActivateToc, decorators: [{
|
|
2682
2682
|
type: Injectable
|
|
@@ -2742,7 +2742,7 @@ let CalculateTableOfContent = class CalculateTableOfContent {
|
|
|
2742
2742
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: CalculateTableOfContent });
|
|
2743
2743
|
};
|
|
2744
2744
|
CalculateTableOfContent = __decorate([
|
|
2745
|
-
MExecution(CalculateTableOfContentRequest)
|
|
2745
|
+
MExecution(CalculateTableOfContentRequest.requestToken)
|
|
2746
2746
|
], CalculateTableOfContent);
|
|
2747
2747
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: CalculateTableOfContent, decorators: [{
|
|
2748
2748
|
type: Injectable
|
|
@@ -2799,7 +2799,7 @@ let ScrollToElementInContainer = class ScrollToElementInContainer {
|
|
|
2799
2799
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: ScrollToElementInContainer });
|
|
2800
2800
|
};
|
|
2801
2801
|
ScrollToElementInContainer = __decorate([
|
|
2802
|
-
MExecution(ScrollToElementInContainerRequest)
|
|
2802
|
+
MExecution(ScrollToElementInContainerRequest.requestToken)
|
|
2803
2803
|
], ScrollToElementInContainer);
|
|
2804
2804
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: ScrollToElementInContainer, decorators: [{
|
|
2805
2805
|
type: Injectable
|