tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
124 lines (123 loc) • 4.05 kB
TypeScript
export declare const TreeSelect: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
mode: {
title: string;
dataSource: string[];
};
autoClearSearchValue: {
title: string;
tooltip: string;
};
defaultActiveFirstOption: string;
defaultOpen: string;
filterOption: string;
filterSort: string;
labelInValue: {
title: string;
tooltip: string;
};
listHeight: string;
maxTagCount: {
title: string;
tooltip: string;
};
maxTagPlaceholder: {
title: string;
tooltip: string;
};
maxTagTextLength: string;
showArrow: string;
virtual: string;
dropdownMatchSelectWidth: {
title: string;
tooltip: string;
};
showCheckedStrategy: {
title: string;
tooltip: string;
dataSource: string[];
};
treeCheckable: string;
treeDefaultExpandAll: string;
treeDefaultExpandedKeys: {
title: string;
tooltip: string;
};
treeNodeFilterProp: {
title: string;
tooltip: string;
};
treeDataSimpleMode: {
title: string;
tooltip: string;
};
treeNodeLabelProp: {
title: string;
tooltip: string;
};
filterTreeNode: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
mode: {
title: string;
dataSource: string[];
};
autoClearSearchValue: {
title: string;
tooltip: string;
};
defaultActiveFirstOption: string;
defaultOpen: string;
filterOption: string;
filterSort: string;
labelInValue: string;
listHeight: string;
maxTagCount: string;
maxTagPlaceholder: {
title: string;
tooltip: string;
};
maxTagTextLength: string;
notFoundContent: string;
showArrow: string;
virtual: string;
dropdownMatchSelectWidth: {
title: string;
tooltip: string;
};
showCheckedStrategy: {
title: string;
tooltip: string;
dataSource: string[];
};
treeCheckable: string;
treeDefaultExpandAll: string;
treeDefaultExpandedKeys: {
title: string;
tooltip: string;
};
treeNodeFilterProp: {
title: string;
tooltip: string;
};
treeDataSimpleMode: {
title: string;
tooltip: string;
};
treeNodeLabelProp: {
title: string;
tooltip: string;
};
filterTreeNode: string;
};
};
};
};