@ship-ui/core 0.15.22 → 0.15.23
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { inject, ElementRef, Renderer2, ChangeDetectionStrategy, Component, signal, DestroyRef, InjectionToken, input, computed, viewChild, effect, HostListener, NgModule, Injectable, DOCUMENT, model, output, ApplicationRef, createComponent, isSignal, OutputEmitterRef, PLATFORM_ID, ViewChild, contentChild, contentChildren, afterNextRender, assertInInjectionContext, Injector, HostBinding, TemplateRef, runInInjectionContext, Directive, ChangeDetectorRef, viewChildren, ViewContainerRef, EnvironmentInjector } from '@angular/core';
|
|
3
3
|
import { isPlatformBrowser, JsonPipe, DatePipe, NgTemplateOutlet } from '@angular/common';
|
|
4
|
-
import { ShipCardComponent as ShipCardComponent$1, ShipIconComponent as ShipIconComponent$1, ShipButtonComponent as ShipButtonComponent$1 } from 'ship-ui';
|
|
5
4
|
import { NgModel } from '@angular/forms';
|
|
6
5
|
import { SIGNAL } from '@angular/core/primitives/signals';
|
|
7
6
|
|
|
@@ -1509,13 +1508,13 @@ class ShipBlueprintComponent {
|
|
|
1509
1508
|
</div>
|
|
1510
1509
|
}
|
|
1511
1510
|
</div>
|
|
1512
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ShipCardComponent
|
|
1511
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ShipCardComponent, selector: "sh-card" }, { kind: "component", type: ShipIconComponent, selector: "sh-icon" }, { kind: "component", type: ShipButtonComponent, selector: "[shButton]" }, { kind: "pipe", type: JsonPipe, name: "json" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1513
1512
|
}
|
|
1514
1513
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ShipBlueprintComponent, decorators: [{
|
|
1515
1514
|
type: Component,
|
|
1516
1515
|
args: [{
|
|
1517
1516
|
selector: 'sh-blueprint',
|
|
1518
|
-
imports: [ShipCardComponent
|
|
1517
|
+
imports: [ShipCardComponent, ShipIconComponent, JsonPipe, ShipButtonComponent],
|
|
1519
1518
|
template: `
|
|
1520
1519
|
<div
|
|
1521
1520
|
class="canvas-container"
|