ability-attributes
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -74,2 +74,14 @@ /*! | ||
}; | ||
export interface AttributeInAssumption { | ||
name: string; | ||
value: string; | ||
} | ||
export declare type ClassAssumption = { | ||
tag: string; | ||
attributes: AttributeInAssumption[]; | ||
} | { | ||
tag: string; | ||
} | { | ||
attributes: AttributeInAssumption[]; | ||
}; | ||
export declare abstract class AttributeSchema<P extends { | ||
@@ -76,0 +88,0 @@ [name: string]: any; |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
import { AttributeSchema, AttributeToParameter, Constraint, ConstraintEntry, ConstraintRef, MandatoryParameters, NonParameterAttribute, NonParameterAttributes, ParamConstraint, ParameterEntry, Parameters, TagConstraints, VariantsInClass } from './Base'; | ||
import { AttributeSchema, AttributeToParameter, ClassAssumption, Constraint, ConstraintEntry, ConstraintRef, MandatoryParameters, NonParameterAttribute, NonParameterAttributes, ParamConstraint, ParameterEntry, Parameters, TagConstraints, VariantsInClass } from './Base'; | ||
import * as DevEnv from './DevEnv'; | ||
@@ -11,2 +11,2 @@ import { AssumptionSpecificity, AttributeSchemaClass } from './DevEnvTypes'; | ||
import { hasAccessibilityAttribute, isAccessibleElement } from './Utils'; | ||
export { AttributeSchema, AttributeSchemaClass, AssumptionSpecificity, AttributeToParameter, Constraint, ConstraintEntry, ConstraintRef, TagConstraints, MandatoryParameters, NonParameterAttribute, NonParameterAttributes, ParamConstraint, ParameterEntry, Parameters, VariantsInClass, AccessibilityAttributes, AccessibleElements, HTMLElementAttributes, isAccessibleElement, hasAccessibilityAttribute, DevEnv }; | ||
export { AttributeSchema, AttributeSchemaClass, AssumptionSpecificity, AttributeToParameter, ClassAssumption, Constraint, ConstraintEntry, ConstraintRef, TagConstraints, MandatoryParameters, NonParameterAttribute, NonParameterAttributes, ParamConstraint, ParameterEntry, Parameters, VariantsInClass, AccessibilityAttributes, AccessibleElements, HTMLElementAttributes, isAccessibleElement, hasAccessibilityAttribute, DevEnv }; |
{ | ||
"name": "ability-attributes", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A base package for the accessibility attributes schema runtime", | ||
@@ -31,3 +31,3 @@ "author": "Marat Abdullin <marata@microsoft.com>", | ||
}, | ||
"gitHead": "9275e9660742f8cbbe42cd0e118d4f647c1bcd14" | ||
"gitHead": "577a8f9cd88362ccdba26d47acce1851126a5c67" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
242839
2113