tdesign-mobile-vue
Version:
tdesign-mobile-vue
95 lines (92 loc) • 1.64 kB
JavaScript
/**
* tdesign v1.9.3
* (c) 2025 TDesign Group
* @license MIT
*/
var defaultConfig = {
classPrefix: "t",
animation: {
include: ["ripple", "expand", "fade"],
exclude: []
},
attach: null,
calendar: {
firstDayOfWeek: 1,
fillWithZero: true,
controllerConfig: void 0
},
icon: {},
input: {
autocomplete: ""
},
dialog: {
closeOnEscKeydown: true,
closeOnOverlayClick: true,
confirmBtnTheme: {
default: "primary",
info: "primary",
warning: "primary",
danger: "primary",
success: "primary"
}
},
message: {},
popconfirm: {
confirmBtnTheme: {
default: "primary",
warning: "primary",
danger: "primary"
}
},
table: {
expandIcon: void 0,
sortIcon: void 0,
filterIcon: void 0,
treeExpandAndFoldIcon: void 0,
hideSortTips: false,
size: "medium"
},
select: {
clearIcon: void 0,
filterable: false
},
drawer: {
closeOnEscKeydown: true,
closeOnOverlayClick: true,
size: "small"
},
tree: {
folderIcon: void 0
},
datePicker: {
firstDayOfWeek: 1
},
steps: {
checkIcon: void 0,
errorIcon: void 0
},
tag: {
closeIcon: void 0
},
form: {
requiredMark: void 0
},
empty: {
titleText: {
maintenance: void 0,
success: void 0,
fail: void 0,
empty: void 0,
networkError: void 0
},
image: {
maintenance: void 0,
success: void 0,
fail: void 0,
empty: void 0,
networkError: void 0
}
}
};
export { defaultConfig as default };
//# sourceMappingURL=default-config.js.map