Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/ability-attributes

Package Overview
Dependencies
Maintainers
8
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/ability-attributes - npm Package Compare versions

Comparing version 0.47.8 to 0.47.9

11

dist/commonjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
var _exportNames = {

@@ -18,8 +16,3 @@ setup: true

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _schema[key];
}
});
exports[key] = _schema[key];
});

@@ -26,0 +19,0 @@

208

dist/es/schema.d.ts

@@ -54,2 +54,72 @@ 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 = {

@@ -315,1 +385,139 @@ 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.8",
"version": "0.47.9",
"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": "e1212c16a5a52e3d2d537fbe16117eeadebe894f"
"gitHead": "9c61c7f71c84db004cc90a524d27ee06ebfd00f3"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc