@ojiepermana/angular-component 22.0.32 → 22.0.33
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
|
@@ -80,7 +80,7 @@ declare class CommandItemComponent {
|
|
|
80
80
|
readonly value: _angular_core.InputSignal<string>;
|
|
81
81
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
82
82
|
readonly class: _angular_core.InputSignal<string>;
|
|
83
|
-
readonly selected: _angular_core.OutputEmitterRef<
|
|
83
|
+
readonly selected: _angular_core.OutputEmitterRef<KeyboardEvent | MouseEvent>;
|
|
84
84
|
readonly active: _angular_core.WritableSignal<boolean>;
|
|
85
85
|
readonly visible: _angular_core.Signal<boolean>;
|
|
86
86
|
protected readonly classes: _angular_core.Signal<string>;
|