UNPKG

yanzhen-design-vue

Version:

22 lines (21 loc) 655 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const HIDDEN_CLASS = "is-hidden"; const VIRTUAL_CLASS = "is-virtual"; const CELL_CLASS = "vxe-cell"; function defaultVxeTableConfig() { return { config: void 0, data: void 0, tag: void 0, table: void 0, editRows: void 0, editColumns: void 0 }; } const VxeTableConfigContextKey = Symbol("vxe-table-config-context"); exports.CELL_CLASS = CELL_CLASS; exports.HIDDEN_CLASS = HIDDEN_CLASS; exports.VIRTUAL_CLASS = VIRTUAL_CLASS; exports.VxeTableConfigContextKey = VxeTableConfigContextKey; exports.defaultVxeTableConfig = defaultVxeTableConfig;