@leanix/components 0.4.599 → 0.4.601
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.
@@ -10566,33 +10566,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
10566
10566
|
|
10567
10567
|
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
|
10568
10568
|
class AngularNodeViewComponent {
|
10569
|
+
constructor() {
|
10570
|
+
this.editor = input.required();
|
10571
|
+
this.node = input.required();
|
10572
|
+
this.decorations = input.required();
|
10573
|
+
this.selected = input.required();
|
10574
|
+
this.extension = input.required();
|
10575
|
+
this.getPos = input.required();
|
10576
|
+
this.updateAttributes = input.required();
|
10577
|
+
this.deleteNode = input.required();
|
10578
|
+
}
|
10569
10579
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AngularNodeViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
10570
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
10580
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.6", type: AngularNodeViewComponent, isStandalone: true, selector: "ng-component", inputs: { editor: { classPropertyName: "editor", publicName: "editor", isSignal: true, isRequired: true, transformFunction: null }, node: { classPropertyName: "node", publicName: "node", isSignal: true, isRequired: true, transformFunction: null }, decorations: { classPropertyName: "decorations", publicName: "decorations", isSignal: true, isRequired: true, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: true, transformFunction: null }, extension: { classPropertyName: "extension", publicName: "extension", isSignal: true, isRequired: true, transformFunction: null }, getPos: { classPropertyName: "getPos", publicName: "getPos", isSignal: true, isRequired: true, transformFunction: null }, updateAttributes: { classPropertyName: "updateAttributes", publicName: "updateAttributes", isSignal: true, isRequired: true, transformFunction: null }, deleteNode: { classPropertyName: "deleteNode", publicName: "deleteNode", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: '', isInline: true }); }
|
10571
10581
|
}
|
10572
10582
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AngularNodeViewComponent, decorators: [{
|
10573
10583
|
type: Component,
|
10574
10584
|
args: [{
|
10575
|
-
template: ''
|
10576
|
-
// eslint-disable-next-line @angular-eslint/prefer-standalone
|
10577
|
-
standalone: false
|
10585
|
+
template: ''
|
10578
10586
|
}]
|
10579
|
-
}]
|
10580
|
-
type: Input
|
10581
|
-
}], node: [{
|
10582
|
-
type: Input
|
10583
|
-
}], decorations: [{
|
10584
|
-
type: Input
|
10585
|
-
}], selected: [{
|
10586
|
-
type: Input
|
10587
|
-
}], extension: [{
|
10588
|
-
type: Input
|
10589
|
-
}], getPos: [{
|
10590
|
-
type: Input
|
10591
|
-
}], updateAttributes: [{
|
10592
|
-
type: Input
|
10593
|
-
}], deleteNode: [{
|
10594
|
-
type: Input
|
10595
|
-
}] } });
|
10587
|
+
}] });
|
10596
10588
|
|
10597
10589
|
class AngularRenderer {
|
10598
10590
|
constructor(ViewComponent, injector, props) {
|