valtech-components 4.0.561 → 4.0.562

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.
@@ -6,7 +6,7 @@ export declare class PhoneDisplayComponent {
6
6
  props: PhoneDisplayMetadata;
7
7
  onClick: EventEmitter<string>;
8
8
  protected rawPhone: import("@angular/core").Signal<string>;
9
- protected mode: import("@angular/core").Signal<"button" | "link" | "text">;
9
+ protected mode: import("@angular/core").Signal<"button" | "text" | "link">;
10
10
  protected formatted: import("@angular/core").Signal<string>;
11
11
  protected href: import("@angular/core").Signal<string>;
12
12
  protected ariaLabel: import("@angular/core").Signal<string>;
@@ -114,7 +114,7 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
114
114
  readonly botProfiles: ChessimalsBotProfile[];
115
115
  readonly challengeLadder: ChessimalsChallengeBot[];
116
116
  readonly animals: ChessimalsAnimalView[];
117
- readonly valtechComponentsVersion = "4.0.561";
117
+ readonly valtechComponentsVersion = "4.0.562";
118
118
  readonly screen: import("@angular/core").WritableSignal<"home" | "challenge" | "path" | "game">;
119
119
  readonly selectedBoardSize: import("@angular/core").WritableSignal<ChessimalsBoardSize>;
120
120
  readonly selectedLocalMode: import("@angular/core").WritableSignal<ChessimalsLocalMode>;
@@ -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
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.561";
5
+ export declare const VERSION = "4.0.562";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.561",
3
+ "version": "4.0.562",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"