@ascentgl/ads-ui 21.73.0 → 21.74.1
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
|
@@ -212,7 +212,7 @@ declare class AdsButtonComponent {
|
|
|
212
212
|
/** Whether the button is a smaller version */
|
|
213
213
|
size: i0.InputSignal<Size>;
|
|
214
214
|
/** Sets the "type" attribute on the button */
|
|
215
|
-
type: i0.InputSignal<"
|
|
215
|
+
type: i0.InputSignal<"button" | "submit" | "reset">;
|
|
216
216
|
/** Makes the button take 100% width of its container */
|
|
217
217
|
fullWidth: i0.InputSignal<boolean>;
|
|
218
218
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
|
|
@@ -1618,6 +1618,7 @@ type SearchDropdownStaticOptionTemplateContext = {
|
|
|
1618
1618
|
type SearchDropdownStaticOption = {
|
|
1619
1619
|
label: string | TemplateRef<SearchDropdownStaticOptionTemplateContext>;
|
|
1620
1620
|
onClick?: (currentInputValue: string) => void;
|
|
1621
|
+
cssClass?: string;
|
|
1621
1622
|
};
|
|
1622
1623
|
|
|
1623
1624
|
type TEMPLATE_TYPE = {
|