@basis-ng/primitives 0.0.1-alpha.55 → 0.0.1-alpha.57

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.
@@ -4,6 +4,10 @@ import * as i1 from "@angular/cdk/menu";
4
4
  * Represents a checkbox menu item.
5
5
  */
6
6
  export declare class MenuItemCheckboxComponent {
7
+ /**
8
+ * Input to set the squared state of the menu item.
9
+ */
10
+ readonly squared: import("@angular/core").InputSignal<boolean>;
7
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemCheckboxComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemCheckboxComponent, "button[b-menu-item-checkbox]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.CdkMenuItemCheckbox; inputs: { "cdkMenuItemDisabled": "disabled"; "cdkMenuitemTypeaheadLabel": "typeaheadLabel"; "cdkMenuItemChecked": "active"; }; outputs: { "cdkMenuItemTriggered": "triggered"; }; }]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemCheckboxComponent, "button[b-menu-item-checkbox]", never, { "squared": { "alias": "squared"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1.CdkMenuItemCheckbox; inputs: { "cdkMenuItemDisabled": "disabled"; "cdkMenuitemTypeaheadLabel": "typeaheadLabel"; "cdkMenuItemChecked": "active"; }; outputs: { "cdkMenuItemTriggered": "triggered"; }; }]>;
9
13
  }
@@ -4,6 +4,10 @@ import * as i1 from "@angular/cdk/menu";
4
4
  * Represents a radio menu item.
5
5
  */
6
6
  export declare class MenuItemRadioComponent {
7
+ /**
8
+ * Input to set the squared state of the menu item.
9
+ */
10
+ readonly squared: import("@angular/core").InputSignal<boolean>;
7
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemRadioComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemRadioComponent, "button[b-menu-item-radio]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.CdkMenuItemRadio; inputs: { "cdkMenuItemDisabled": "disabled"; "cdkMenuitemTypeaheadLabel": "typeaheadLabel"; "cdkMenuItemChecked": "active"; }; outputs: { "cdkMenuItemTriggered": "triggered"; }; }]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemRadioComponent, "button[b-menu-item-radio]", never, { "squared": { "alias": "squared"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1.CdkMenuItemRadio; inputs: { "cdkMenuItemDisabled": "disabled"; "cdkMenuitemTypeaheadLabel": "typeaheadLabel"; "cdkMenuItemChecked": "active"; }; outputs: { "cdkMenuItemTriggered": "triggered"; }; }]>;
9
13
  }
@@ -50,6 +50,10 @@ export declare class TooltipDirective implements OnDestroy {
50
50
  * Reference to the overlay instance.
51
51
  */
52
52
  readonly overlayRef: import("@angular/core").WritableSignal<OverlayRef | null>;
53
+ /**
54
+ * Unique identifier for the tooltip instance.
55
+ */
56
+ readonly id: import("@angular/core").WritableSignal<number>;
53
57
  /**
54
58
  * Map of positions for the tooltip.
55
59
  */