@dhutaryan/ngx-mat-timepicker 16.4.2 → 16.4.3

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,5 +1,11 @@
1
+ import { Subject } from 'rxjs';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class MatTimepickerIntl {
4
+ /**
5
+ * Stream that emits whenever the labels here are changed. Use this to notify
6
+ * components if the labels have changed after initialization.
7
+ */
8
+ readonly changes: Subject<void>;
3
9
  /** A label for inputs title. */
4
10
  inputsTitle: string;
5
11
  /** A label for dials title. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dhutaryan/ngx-mat-timepicker",
3
3
  "description": "Angular imepicker to add time which is based on material design and Angular material.",
4
- "version": "16.4.2",
4
+ "version": "16.4.3",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Dzmitry Hutaryan"