@easyui/element-plus-pro
Version: 
This is an extended ui components library for element-plus
56 lines (55 loc) • 2.29 kB
JavaScript
import { SSpace as o } from "../components/container/space/index.js";
import { SLayout as r, SLayoutMain as m, SLayoutSide as t } from "../components/container/layout/index.js";
import { SFrame as i, SFramePane as S } from "../components/container/frame/index.js";
import { SForm as p, SFormItem as e } from "../components/form/form/index.js";
import { SSearchForm as a } from "../components/form/search-form/index.js";
import { SModalForm as f } from "../components/form/modal-form/index.js";
import { SInputNumber as n } from "../components/form/input-number/index.js";
import { SRadioGroup as l } from "../components/form/radio-group/index.js";
import { STextarea as u } from "../components/form/textarea/index.js";
import { SModalInput as c } from "../components/form/modal-input/index.js";
import { SDropdownSelect as b } from "../components/form/dropdown-select/index.js";
import { STable as d } from "../components/display/table/index.js";
import { SList as s, SListItem as L } from "../components/display/list/index.js";
import { SSortTable as y } from "../components/display/sort-table/index.js";
import { SSortList as T } from "../components/display/sort-list/index.js";
import { SDynamicTable as F } from "../components/display/dynamic-table/index.js";
import { SDynamicList as I } from "../components/display/dynamic-list/index.js";
import { STabLinks as M } from "../components/navigation/tab-links/index.js";
import { SModal as D } from "../components/other/modal/index.js";
import { SDrawer as _ } from "../components/other/drawer/index.js";
import { STooltip as P } from "../components/other/tooltip/index.js";
import { SIcon as g } from "../components/other/icon/index.js";
const W = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
  __proto__: null,
  SDrawer: _,
  SDropdownSelect: b,
  SDynamicList: I,
  SDynamicTable: F,
  SForm: p,
  SFormItem: e,
  SFrame: i,
  SFramePane: S,
  SIcon: g,
  SInputNumber: n,
  SLayout: r,
  SLayoutMain: m,
  SLayoutSide: t,
  SList: s,
  SListItem: L,
  SModal: D,
  SModalForm: f,
  SModalInput: c,
  SRadioGroup: l,
  SSearchForm: a,
  SSortList: T,
  SSortTable: y,
  SSpace: o,
  STabLinks: M,
  STable: d,
  STextarea: u,
  STooltip: P
}, Symbol.toStringTag, { value: "Module" }));
export {
  W as E
};