Repository URL to install this package:
|
Version:
2.1.14 ▾
|
export declare const wording: {
search: string;
team: string;
role: string;
name: string;
id: string;
email: string;
status: string;
};
export declare const searchTeamData: {
defaultValue: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
};
export declare const searchRoleData: {
defaultValue: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
};
export declare const EditFormTeam: {
defaultValue: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
};
export declare const EditFormRole: {
defaultValue: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
};
export declare const EditFormStatus: {
defaultValue: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
};
export declare const searchInputList: ({
identity: string;
type: string;
value: string;
className: string;
name: string;
labelText: string;
wrapperClassName: string;
validationType: string;
errorMessageFor: string;
autocomplete: string;
ariaLabel: string;
animatePlaceholder: boolean;
placeholder: string;
dataQa: string;
icon: {
breedType: string;
fill: string;
stroke: string;
width: string;
height: string;
className: string;
};
isFormView?: undefined;
title?: undefined;
options?: undefined;
shouldBeAbsolute?: undefined;
dropDownAlignmentType?: undefined;
} | {
type: string;
value: string;
className: string;
wrapperClassName: string;
name: string;
isFormView: boolean;
labelText: string;
title: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
shouldBeAbsolute: boolean;
dropDownAlignmentType: string;
dataQa: string;
identity?: undefined;
validationType?: undefined;
errorMessageFor?: undefined;
autocomplete?: undefined;
ariaLabel?: undefined;
animatePlaceholder?: undefined;
placeholder?: undefined;
icon?: undefined;
})[];
export declare const EditUserInput: ({
type: string;
validationType: string;
className: string;
name: string;
elementList: ({
identity: string;
type: string;
value: string;
className: string;
name: string;
labelText: string;
maxLength: string;
wrapperClassName: string;
validationType: string;
errorMessageFor: string;
autocomplete: string;
ariaLabel: string;
animatePlaceholder: boolean;
isDisabled: boolean;
dataQa: string;
} | {
identity: string;
type: string;
value: string;
name: string;
labelText: string;
animatePlaceholder: boolean;
maxLength: number;
wrapperClassName: string;
validationType: string;
errorMessageFor: string;
autocomplete: string;
ariaLabel: string;
isDisabled: boolean;
dataQa: string;
className?: undefined;
} | {
identity: string;
type: string;
value: string;
className: string;
name: string;
maxLength: string;
labelText: string;
wrapperClassName: string;
validationType: string;
errorMessageFor: string;
autocomplete: string;
animatePlaceholder: boolean;
isDisabled: boolean;
dataQa: string;
ariaLabel?: undefined;
})[];
} | {
type: string;
validationType: string;
className: string;
name: string;
elementList: ({
type: string;
value: string;
className: string;
name: string;
isFormView: boolean;
labelText: string;
title: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
shouldBeAbsolute: boolean;
dropDownAlignmentType: string;
dataQa: string;
wrapperClassName?: undefined;
} | {
type: string;
value: string;
className: string;
wrapperClassName: string;
name: string;
isFormView: boolean;
labelText: string;
title: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
shouldBeAbsolute: boolean;
dropDownAlignmentType: string;
dataQa: string;
})[];
})[];