@vault-tec/pip-boy 1.3.1 → 1.4.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/package.json
CHANGED
|
@@ -385,7 +385,7 @@ declare class PipBoy3000Shell implements OnInit, OnDestroy {
|
|
|
385
385
|
protected readonly videoStore: VideoStore;
|
|
386
386
|
protected readonly audioPlayer: AudioPlayer;
|
|
387
387
|
private readonly hostRef;
|
|
388
|
-
protected readonly appVersion = "1.
|
|
388
|
+
protected readonly appVersion = "1.4.0";
|
|
389
389
|
protected readonly scanLineColorRgb: string | null;
|
|
390
390
|
protected readonly musicWaveformColorRgb: string | null;
|
|
391
391
|
protected readonly extraStatusTabs: StatusMeterKind[];
|
|
@@ -477,6 +477,16 @@ declare class PipBoy3000Shell implements OnInit, OnDestroy {
|
|
|
477
477
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PipBoy3000Shell, never, never, { "returnToUrl": { "alias": "returnToUrl"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
+
declare class PipBoy3000 extends PipBoy3000Shell {
|
|
481
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PipBoy3000, never>;
|
|
482
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PipBoy3000, "pip-boy-3000", never, {}, {}, never, never, true, never>;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
declare class PipBoy3000MkIV {
|
|
486
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PipBoy3000MkIV, never>;
|
|
487
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PipBoy3000MkIV, "pip-boy-3000-mk-iv", never, {}, {}, never, never, true, never>;
|
|
488
|
+
}
|
|
489
|
+
|
|
480
490
|
declare class PipBoy3000a extends PipBoy3000Shell {
|
|
481
491
|
protected readonly scanLineColorRgb = "255, 159, 28";
|
|
482
492
|
protected readonly musicWaveformColorRgb = "255, 159, 28";
|
|
@@ -488,15 +498,4 @@ declare class PipBoy3000a extends PipBoy3000Shell {
|
|
|
488
498
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PipBoy3000a, "pip-boy-3000a", never, {}, {}, never, never, true, never>;
|
|
489
499
|
}
|
|
490
500
|
|
|
491
|
-
|
|
492
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PipBoy3000MkIV, never>;
|
|
493
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PipBoy3000MkIV, "pip-boy-3000-mk-iv", never, {}, {}, never, never, true, never>;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
declare class PipBoy3000 extends PipBoy3000Shell {
|
|
497
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PipBoy3000, never>;
|
|
498
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PipBoy3000, "pip-boy-3000", never, {}, {}, never, never, true, never>;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
export { PipBoy2000MkVI, PipBoy3000, PipBoy3000MkIV, PipBoy3000State, PipBoy3000a };
|
|
502
|
-
export type { PipBoy3000DataTab, PipBoy3000ItemsTab, PipBoy3000PrimaryTab, PipBoy3000SecondaryTab, PipBoy3000StatsTab, PipBoy3000StatusTab };
|
|
501
|
+
export { PipBoy2000MkVI, PipBoy3000, PipBoy3000MkIV, PipBoy3000a };
|
|
Binary file
|
|
Binary file
|