@bizy/core 19.17.0 → 19.17.2

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,12 +1,11 @@
1
- import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
1
+ import { EventEmitter, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class BizyLongPressDirective implements OnDestroy {
4
4
  #private;
5
- private elementRef;
6
5
  threshold: number;
7
- press: EventEmitter<void>;
8
- constructor(elementRef: ElementRef);
6
+ bizyLongPress: EventEmitter<void>;
7
+ constructor();
9
8
  ngOnDestroy(): void;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BizyLongPressDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<BizyLongPressDirective, "[bizyLongPress]", never, { "threshold": { "alias": "threshold"; "required": false; }; }, { "press": "press"; }, never, never, true, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BizyLongPressDirective, "[bizyLongPress]", never, { "threshold": { "alias": "threshold"; "required": false; }; }, { "bizyLongPress": "bizyLongPress"; }, never, never, true, never>;
12
11
  }
@@ -1,6 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BizyMenuTitleComponent {
3
+ id: string;
3
4
  customClass: string;
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BizyMenuTitleComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<BizyMenuTitleComponent, "bizy-menu-title", never, { "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["*"], true, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<BizyMenuTitleComponent, "bizy-menu-title", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["*"], true, never>;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizy/core",
3
- "version": "19.17.0",
3
+ "version": "19.17.2",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "19.2.10",
6
6
  "@angular/cdk": "19.2.16",
@@ -145,7 +145,7 @@
145
145
 
146
146
  --bizy-menu-title-background-color: transparent;
147
147
  --bizy-menu-title-color: #000;
148
- --bizy-menu-title-underline-color: var(--bizy-info-color);
148
+ --bizy-menu-title-text-decoration: none;
149
149
 
150
150
  --bizy-menu-padding: 0;
151
151
  --bizy-menu-color: #fff;