UNPKG

el-plus-powerful-table

Version:

## [DOCS](https://peng-xiao-shuai.github.io/vite-vue-admin-docs/zh-CN/component_directive/component/powerful-table-doc.html)

96 lines (95 loc) 3.34 kB
import "element-plus/theme-chalk/el-button-group.css"; import "element-plus/theme-chalk/el-message.css"; import "element-plus/theme-chalk/el-message-box.css"; import "element-plus/theme-chalk/el-popover.css"; import "element-plus/theme-chalk/el-checkbox.css"; import "element-plus/theme-chalk/el-scrollbar.css"; import "element-plus/theme-chalk/el-tooltip.css"; import "element-plus/theme-chalk/el-button.css"; import "element-plus/theme-chalk/el-image.css"; import "element-plus/theme-chalk/el-input.css"; import "element-plus/theme-chalk/el-link.css"; import "element-plus/theme-chalk/el-rate.css"; import "element-plus/theme-chalk/el-switch.css"; import "element-plus/theme-chalk/el-tag.css"; import "./style.css"; import n from "./components/index.mjs"; import { PowerfulTable as f } from "./powerful-table/index.mjs"; import l from "./filter/index.mjs"; import { PTBtnPlus as s } from "./btn-plus/index.mjs"; import { PowerfulTableSymbol as c } from "./keys.mjs"; import { EmitEnum as $ } from "./powerful-table/src/powerful-table-data.mjs"; import { default as z } from "./powerful-table/src/powerful-table.vue.mjs"; import { FDatePicker as H, PTFDatePicker as K } from "./filter/src/FDatePicker.mjs"; import { FInput as N, PTFInput as Q } from "./filter/src/FInput.mjs"; import { FSelect as W, PTFSelect as X } from "./filter/src/FSelect.mjs"; import { PTButton as Z } from "./components/src/button.mjs"; import { PTImage as oo } from "./components/src/image.mjs"; import { PTTags as ro } from "./components/src/tags.mjs"; import { PTText as mo } from "./components/src/text.mjs"; import { PTVideo as po } from "./components/src/video.mjs"; import { PTRate as fo } from "./components/src/rate.mjs"; import { PTLink as so } from "./components/src/link.mjs"; import { PTInput as Po } from "./components/src/input.mjs"; import { PTIcon as uo } from "./components/src/icon.mjs"; import { PTFilter as ao, filterFun as yo } from "./components/src/filter.mjs"; import { PTSwitch as bo } from "./components/src/switch.mjs"; import { PTRenderJsx as wo } from "./components/src/RenderJsx.mjs"; const m = (o) => Object.prototype.toString.call(o).slice(8, -1), A = (o, t) => { function e(i) { return typeof i == "function"; } const { type: r } = o; return r !== void 0 && e(r) ? r(t.row, t.index) : r; }, p = (o) => { let t; m(o) === "Object" ? t = {} : m(o) === "Array" ? t = [] : t = o; for (const e in o) { const r = o[e]; m(r) === "Object" || m(r) === "Array" ? t[e] = p(r) : t[e] = r; } return t; }, B = (o, t) => t(o), R = (o) => o, P = (o = []) => (e, r) => { o.forEach((i) => { e.use(i); }), e.provide(c, r || {}), e.config.globalProperties.$deepClone = p; }, J = { install: P([ ...n, ...l, s, f ]) }; export { $ as EmitEnum, H as FDatePicker, N as FInput, W as FSelect, s as PTBtnPlus, Z as PTButton, K as PTFDatePicker, Q as PTFInput, X as PTFSelect, ao as PTFilter, uo as PTIcon, oo as PTImage, Po as PTInput, so as PTLink, fo as PTRate, wo as PTRenderJsx, bo as PTSwitch, ro as PTTags, mo as PTText, po as PTVideo, f as PowerfulTable, z as PowerfulTableComponent, p as deepClone, J as default, yo as filterFun, A as getPropType, m as getType, B as isTypeProtect, R as setData }; //# sourceMappingURL=index.mjs.map