@nettyapps/ntyui 21.1.14 → 21.1.16
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nettyapps/ntyui",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.16",
|
|
4
4
|
"description": "This library contains the common UI components for the netty projects. This components should not have any dependencies out side of this library. The ntyui component library provides modern and reusable UI components for Angular applications. Developed with Material Design principles in mind, this library helps your application maintain a consistent and aesthetic look.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -290,8 +290,8 @@ declare class NettyUITimePicker extends UiBase {
|
|
|
290
290
|
timeFormat: _angular_core.InputSignal<string>;
|
|
291
291
|
private readonly _adapter;
|
|
292
292
|
constructor();
|
|
293
|
-
ngOnInit(): void;
|
|
294
293
|
protected onTimeChange(newTime: Date | null): void;
|
|
294
|
+
writeValue(value: any): void;
|
|
295
295
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NettyUITimePicker, never>;
|
|
296
296
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NettyUITimePicker, "ntyui-time-picker", never, { "timeValue": { "alias": "timeValue"; "required": false; "isSignal": true; }; "timeFormat": { "alias": "timeFormat"; "required": false; "isSignal": true; }; }, { "timeValue": "timeValueChange"; }, never, never, true, never>;
|
|
297
297
|
}
|