@ascentgl/ads-ui 21.65.0 → 21.67.0
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
|
@@ -3576,11 +3576,9 @@ declare class AdsTimeFieldComponent extends AdsInputDropdownComponent implements
|
|
|
3576
3576
|
timeControl: FormControl<string>;
|
|
3577
3577
|
/** @ignore */
|
|
3578
3578
|
periodOptions: string[];
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
invalidMilitaryTime: string;
|
|
3583
|
-
};
|
|
3579
|
+
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
3580
|
+
/** @ignore */
|
|
3581
|
+
get mergedErrorMessages(): GENERIC_COLLECTION<string>;
|
|
3584
3582
|
/** @ignore */
|
|
3585
3583
|
private subscription;
|
|
3586
3584
|
/** @ignore */
|