@fluentui/ability-attributes
Advanced tools
Comparing version 0.50.0 to 0.51.0
@@ -384,1 +384,139 @@ import { HTMLElementAttributes, Schema } from 'ability-attributes'; | ||
} | ||
export declare type FormField_Params = {}; | ||
export declare class FormField extends Schema.AttributeSchema<FormField_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormField_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormField; | ||
} | ||
export declare type FormInput_Params = {}; | ||
export declare class FormInput extends Schema.AttributeSchema<FormInput_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormInput_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormInput; | ||
} | ||
export declare type FormRadioGroup_Params = {}; | ||
export declare class FormRadioGroup extends Schema.AttributeSchema<FormRadioGroup_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormRadioGroup_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormRadioGroup; | ||
} | ||
export declare type FormDropdown_Params = {}; | ||
export declare class FormDropdown extends Schema.AttributeSchema<FormDropdown_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormDropdown_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormDropdown; | ||
} | ||
export declare type FormMessage_Params = {}; | ||
export declare class FormMessage extends Schema.AttributeSchema<FormMessage_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormMessage_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormMessage; | ||
} | ||
export declare type FormLabel_Params = {}; | ||
export declare class FormLabel extends Schema.AttributeSchema<FormLabel_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormLabel_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormLabel; | ||
} |
@@ -384,1 +384,139 @@ import { HTMLElementAttributes, Schema } from 'ability-attributes'; | ||
} | ||
export declare type FormField_Params = {}; | ||
export declare class FormField extends Schema.AttributeSchema<FormField_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormField_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormField; | ||
} | ||
export declare type FormInput_Params = {}; | ||
export declare class FormInput extends Schema.AttributeSchema<FormInput_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormInput_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormInput; | ||
} | ||
export declare type FormRadioGroup_Params = {}; | ||
export declare class FormRadioGroup extends Schema.AttributeSchema<FormRadioGroup_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormRadioGroup_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormRadioGroup; | ||
} | ||
export declare type FormDropdown_Params = {}; | ||
export declare class FormDropdown extends Schema.AttributeSchema<FormDropdown_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormDropdown_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormDropdown; | ||
} | ||
export declare type FormMessage_Params = {}; | ||
export declare class FormMessage extends Schema.AttributeSchema<FormMessage_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormMessage_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormMessage; | ||
} | ||
export declare type FormLabel_Params = {}; | ||
export declare class FormLabel extends Schema.AttributeSchema<FormLabel_Params> { | ||
static className: string; | ||
private static _tagsByTag; | ||
private static _allParamsByTag; | ||
private static _attrToParamByTag; | ||
private static _paramToAttrByTag; | ||
private static _nonParamAttrsByTag; | ||
private static _mandatoryParams; | ||
protected _className: string; | ||
protected _allParamsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _attrToParamByTag: { | ||
[tagName: string]: any; | ||
}; | ||
protected _mandatoryParams: {}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: FormLabel_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): FormLabel; | ||
} |
{ | ||
"name": "@fluentui/ability-attributes", | ||
"description": "Accessibility attributes schema for Fluent UI", | ||
"version": "0.50.0", | ||
"version": "0.51.0", | ||
"author": "Marat Abdullin <marata@microsoft.com>", | ||
@@ -32,3 +32,3 @@ "bugs": "https://github.com/microsoft/fluentui/issues", | ||
"types": "dist/es/index.d.ts", | ||
"gitHead": "f986757f9fccfef210e85163dfe9d795cf54f8af" | ||
"gitHead": "215aed1574db0b0db7d5fe130d19072178855423" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1520402
19292
64