@fluentui/ability-attributes
Advanced tools
Comparing version 0.47.9 to 0.47.10-experimental.0
"use strict"; | ||
exports.__esModule = true; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _exportNames = { | ||
@@ -16,3 +18,8 @@ setup: true | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
exports[key] = _schema[key]; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _schema[key]; | ||
} | ||
}); | ||
}); | ||
@@ -19,0 +26,0 @@ |
@@ -0,0 +0,0 @@ import { DevEnv } from 'ability-attributes'; |
@@ -54,72 +54,2 @@ import { HTMLElementAttributes, Schema } from 'ability-attributes'; | ||
} | ||
export declare type TreeItem_Params = { | ||
title?: string; | ||
isExpanded: true | false; | ||
isSelected?: true; | ||
setsize: string; | ||
posinset: string; | ||
level: string; | ||
tabbable?: true | false; | ||
}; | ||
export declare class TreeItem extends Schema.AttributeSchema<TreeItem_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: { | ||
"4": string[]; | ||
"6": string[]; | ||
"7": string[]; | ||
"8": string[]; | ||
}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: TreeItem_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): TreeItem; | ||
} | ||
export declare type TreeTitle_Params = { | ||
title?: string; | ||
isSelected?: true; | ||
setsize: string; | ||
posinset: string; | ||
level: string; | ||
tabbable?: true | false; | ||
}; | ||
export declare class TreeTitle extends Schema.AttributeSchema<TreeTitle_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: { | ||
"5": string[]; | ||
"6": string[]; | ||
"7": string[]; | ||
}; | ||
protected _nonParamAttrsByTag: { | ||
[tagName: string]: any; | ||
}; | ||
constructor(tagName: string, params: TreeTitle_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): TreeTitle; | ||
} | ||
export declare type Button_Params = { | ||
@@ -385,139 +315,1 @@ label?: string; | ||
} | ||
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.47.9", | ||
"version": "0.47.10-experimental.0", | ||
"author": "Marat Abdullin <marata@microsoft.com>", | ||
@@ -32,3 +32,3 @@ "bugs": "https://github.com/OfficeDev/office-ui-fabric-react/issues", | ||
"types": "dist/es/index.d.ts", | ||
"gitHead": "9c61c7f71c84db004cc90a524d27ee06ebfd00f3" | ||
"gitHead": "44cf34f59f25f7d0bf2c7cfb237c879368a2ce2b" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1218875
16
15930
40