tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
99 lines (98 loc) • 2.74 kB
TypeScript
export declare const ArrayTable: {
"ru-RU": {
title: string;
addSortHandle: string;
addColumn: string;
addIndex: string;
addOperation: string;
settings: {
"x-component-props": {
showHeader: string;
sticky: string;
align: {
title: string;
dataSource: string[];
};
colSpan: string;
fixed: {
title: string;
dataSource: string[];
};
width: string;
defaultValue: string;
tableLayout: {
title: string;
dataSource: string[];
};
};
};
};
"en-US": {
title: string;
addSortHandle: string;
addColumn: string;
addIndex: string;
addOperation: string;
settings: {
"x-component-props": {
showHeader: string;
sticky: string;
align: {
title: string;
dataSource: string[];
};
colSpan: string;
fixed: {
title: string;
dataSource: string[];
};
width: string;
defaultValue: string;
tableLayout: {
title: string;
dataSource: string[];
};
};
};
};
};
export declare const ArrayTableColumn: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
title: string;
titleTooltip: string;
align: {
title: string;
dataSource: string[];
};
colSpan: string;
width: string;
fixed: {
title: string;
dataSource: string[];
};
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
title: string;
titleTooltip: string;
align: {
title: string;
dataSource: string[];
};
colSpan: string;
width: string;
fixed: {
title: string;
dataSource: string[];
};
};
};
};
};