valtech-components 4.0.561 → 4.0.563
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/esm2022/lib/components/organisms/mini-games/chessimals-game.component.mjs +123 -45
- package/esm2022/lib/components/organisms/mini-games/christianity-card.component.mjs +9 -3
- package/esm2022/lib/components/organisms/mini-games/christianity-game.component.mjs +59 -10
- package/esm2022/lib/components/organisms/mini-games/mini-games.i18n.mjs +41 -7
- package/esm2022/lib/version.mjs +2 -2
- package/fesm2022/valtech-components.mjs +229 -62
- package/fesm2022/valtech-components.mjs.map +1 -1
- package/lib/components/organisms/mini-games/chessimals-game.component.d.ts +9 -1
- package/lib/components/organisms/mini-games/christianity-game.component.d.ts +4 -0
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/assets/games/chessimals/path/README.md +15 -0
- package/src/lib/assets/games/chessimals/path/favorite-power.png +0 -0
- package/src/lib/assets/games/chessimals/path/progress-map.png +0 -0
- package/src/lib/assets/games/chessimals/path/streak.png +0 -0
- package/src/lib/assets/games/chessimals/path/trophy.png +0 -0
|
@@ -59,6 +59,12 @@ interface ChessimalsProgressRingView {
|
|
|
59
59
|
detail: string;
|
|
60
60
|
progress: string;
|
|
61
61
|
}
|
|
62
|
+
interface ChessimalsPathHighlightView {
|
|
63
|
+
title: string;
|
|
64
|
+
body: string;
|
|
65
|
+
value: string;
|
|
66
|
+
imageSrc: string;
|
|
67
|
+
}
|
|
62
68
|
interface ChessimalsMoveScoreView {
|
|
63
69
|
combo: number;
|
|
64
70
|
label: string;
|
|
@@ -114,7 +120,7 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
|
|
|
114
120
|
readonly botProfiles: ChessimalsBotProfile[];
|
|
115
121
|
readonly challengeLadder: ChessimalsChallengeBot[];
|
|
116
122
|
readonly animals: ChessimalsAnimalView[];
|
|
117
|
-
readonly valtechComponentsVersion = "4.0.
|
|
123
|
+
readonly valtechComponentsVersion = "4.0.563";
|
|
118
124
|
readonly screen: import("@angular/core").WritableSignal<"home" | "challenge" | "path" | "game">;
|
|
119
125
|
readonly selectedBoardSize: import("@angular/core").WritableSignal<ChessimalsBoardSize>;
|
|
120
126
|
readonly selectedLocalMode: import("@angular/core").WritableSignal<ChessimalsLocalMode>;
|
|
@@ -470,6 +476,8 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
|
|
|
470
476
|
modeWinRateLabel(mode: ChessimalsStatsMode): string;
|
|
471
477
|
modeStatsLine(mode: ChessimalsStatsMode): string;
|
|
472
478
|
progressPowerStats(): ChessimalsProgressMetricView[];
|
|
479
|
+
pathHighlights(): ChessimalsPathHighlightView[];
|
|
480
|
+
favoritePowerLabel(): string;
|
|
473
481
|
progressRings(): ChessimalsProgressRingView[];
|
|
474
482
|
progressMetricPercent(value: string | number): string;
|
|
475
483
|
private progressRing;
|
|
@@ -99,6 +99,7 @@ export declare class ChristianityGameComponent {
|
|
|
99
99
|
protected readonly previewTilt: import("@angular/core").WritableSignal<ChristianityPreviewTilt>;
|
|
100
100
|
protected readonly selectedPreviewAbilityIndex: import("@angular/core").WritableSignal<number>;
|
|
101
101
|
protected readonly previewSlideDirection: import("@angular/core").WritableSignal<0 | 1 | -1>;
|
|
102
|
+
private previewSwipeStart;
|
|
102
103
|
protected readonly hoveredHandIndex: import("@angular/core").WritableSignal<number>;
|
|
103
104
|
protected readonly draggingCardId: import("@angular/core").WritableSignal<string>;
|
|
104
105
|
protected readonly draggingAttackerInstanceId: import("@angular/core").WritableSignal<string>;
|
|
@@ -319,6 +320,9 @@ export declare class ChristianityGameComponent {
|
|
|
319
320
|
protected closeOfferings(): void;
|
|
320
321
|
protected openGallery(): void;
|
|
321
322
|
protected closeGallery(): void;
|
|
323
|
+
protected startPreviewSwipe(event: PointerEvent): void;
|
|
324
|
+
protected finishPreviewSwipe(event: PointerEvent): void;
|
|
325
|
+
protected cancelPreviewSwipe(event: PointerEvent): void;
|
|
322
326
|
protected navigatePreview(direction: -1 | 1): void;
|
|
323
327
|
private currentPreviewCarouselItems;
|
|
324
328
|
private currentPreviewCarouselIndex;
|
package/lib/version.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Chessimals Path Assets
|
|
2
|
+
|
|
3
|
+
Small UI assets for the Chessimals "Mi camino" progress view.
|
|
4
|
+
|
|
5
|
+
- `progress-map.png`: adventure/progress map.
|
|
6
|
+
- `trophy.png`: victories and trophies.
|
|
7
|
+
- `streak.png`: win streaks or recent momentum.
|
|
8
|
+
- `favorite-power.png`: favorite animal power card.
|
|
9
|
+
|
|
10
|
+
Each asset is a transparent 512x512 PNG generated from the current Chessimals
|
|
11
|
+
retro game style. Keep labels in Angular/i18n, not inside the images.
|
|
12
|
+
|
|
13
|
+
Only the sweet pawn and the four Chessimals animals belong in this asset family:
|
|
14
|
+
lion, eagle, kangaroo, and bull. Do not introduce unrelated animals or mascot
|
|
15
|
+
characters here.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|