@ascentgl/ads-ui 21.114.3 → 21.114.4
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
|
@@ -216,7 +216,7 @@ declare class AdsButtonComponent {
|
|
|
216
216
|
/** Whether the button is a smaller version */
|
|
217
217
|
size: i0.InputSignal<Size>;
|
|
218
218
|
/** Sets the "type" attribute on the button */
|
|
219
|
-
type: i0.InputSignal<"
|
|
219
|
+
type: i0.InputSignal<"submit" | "button" | "reset">;
|
|
220
220
|
/** Makes the button take 100% width of its container */
|
|
221
221
|
fullWidth: i0.InputSignal<boolean>;
|
|
222
222
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
|
|
@@ -4076,6 +4076,7 @@ declare class AdsTimeFieldComponent extends AdsInputDropdownComponent implements
|
|
|
4076
4076
|
/** @ignore */
|
|
4077
4077
|
ngOnChanges(changes: {
|
|
4078
4078
|
skipValidationWhenEmpty?: SimpleChange;
|
|
4079
|
+
immediateValidation?: SimpleChange;
|
|
4079
4080
|
} & Record<string, SimpleChange>): void;
|
|
4080
4081
|
/** @ignore */
|
|
4081
4082
|
ngOnInit(): void;
|