Skip to content

Commit 2efd060

Browse files
authored
chore: analyzer update meta adjustments (#1549)
1 parent e1114a1 commit 2efd060

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/components/button/button-base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ export abstract class IgcButtonBaseComponent extends EventEmitterMixin<
8787
this.toggleAttribute('disabled', Boolean(this._disabled));
8888
}
8989

90+
/* blazorCSSuppress */
91+
/* alternateType: object */
9092
/** Returns the HTMLFormElement associated with this element. */
9193
public get form() {
9294
return this.__internals.form;

src/components/common/validators.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
type ValidatorHandler<T> = (host: T) => boolean;
1212
type ValidatorMessageFormat<T> = (host: T) => string;
1313

14+
/** @ignore */
1415
export interface Validator<T = any> {
1516
key: keyof ValidityStateFlags;
1617
message: string | ValidatorMessageFormat<T>;

0 commit comments

Comments
 (0)