lwx-test-ui
Version:
lwx-test-ui
93 lines (92 loc) • 3.7 kB
JavaScript
import r from "./components.js";
import { version as t } from "./version.js";
import { LwxBigDialog as n } from "../components/big-dialog/index.js";
import { LwxButton as c } from "../components/button/index.js";
import { LwxDic as u } from "../components/dic/index.js";
import { LwxInput as g } from "../components/input/index.js";
import { LwxRenderTsx as L } from "../components/render-tsx/index.js";
import { LwxSelect as D } from "../components/select/index.js";
import { LwxSelectIcon as d } from "../components/select-icon/index.js";
import { LwxSelectTree as I } from "../components/select-tree/index.js";
import { LwxTablePro as h } from "../components/table-pro/index.js";
import { LwxTextarea as F } from "../components/textarea/index.js";
import { useGlobalProperties as N } from "../hooks/use-global-properties/index.js";
import { useInstallSFC as A } from "../hooks/use-install/index.js";
import { withInstall as K } from "../hooks/use-install2/index.js";
import { useRef as U } from "../hooks/use-ref/index.js";
import { getDarkColor as k, getLightColor as v, hexToRgb as G, rgbToHex as W } from "../utils/color.js";
import { is as q, isArray as z, isAsyncFunction as J, isBoolean as M, isClient as Q, isDate as V, isDef as X, isElement as Y, isFunction as Z, isHexColor as $, isNull as oo, isNullOrUnDef as eo, isNumber as ro, isObject as to, isPromise as so, isString as io, isUnDef as xo, isWindow as mo } from "../utils/is.js";
import { bigDialogEmits as lo, bigDialogProps as fo } from "../components/big-dialog/src/big-dialog.js";
import { dicEmits as ao, dicProps as co } from "../components/dic/src/dic.js";
import { inputEmits as uo, inputProps as bo } from "../components/input/src/input.js";
import { renderTsxProps as wo } from "../components/render-tsx/src/render-tsx.js";
import { selectEmits as Eo, selectProps as Do } from "../components/select/src/select.js";
import { selectIconEmits as Co, selectIconProps as Io } from "../components/select-icon/src/select-icon.js";
import { selectTreeEmits as ho, selectTreeProps as yo } from "../components/select-tree/src/select-tree.js";
import { tableProContextKey as Bo, tableProSearchFormContextKey as No } from "../components/table-pro/src/constants.js";
import { tableProEmits as Ao, tableProProps as Ho } from "../components/table-pro/src/table-pro.js";
import { textareaEmits as Oo, textareaProps as Uo } from "../components/textarea/src/textarea.js";
function s(e, i = {}) {
r.forEach((o) => {
e.component(o.name, o);
});
}
const p = { install: s, version: t };
export {
n as LwxBigDialog,
c as LwxButton,
u as LwxDic,
g as LwxInput,
L as LwxRenderTsx,
D as LwxSelect,
d as LwxSelectIcon,
I as LwxSelectTree,
h as LwxTablePro,
F as LwxTextarea,
lo as bigDialogEmits,
fo as bigDialogProps,
p as default,
ao as dicEmits,
co as dicProps,
k as getDarkColor,
v as getLightColor,
G as hexToRgb,
uo as inputEmits,
bo as inputProps,
q as is,
z as isArray,
J as isAsyncFunction,
M as isBoolean,
Q as isClient,
V as isDate,
X as isDef,
Y as isElement,
Z as isFunction,
$ as isHexColor,
oo as isNull,
eo as isNullOrUnDef,
ro as isNumber,
to as isObject,
so as isPromise,
io as isString,
xo as isUnDef,
mo as isWindow,
wo as renderTsxProps,
W as rgbToHex,
Eo as selectEmits,
Co as selectIconEmits,
Io as selectIconProps,
Do as selectProps,
ho as selectTreeEmits,
yo as selectTreeProps,
Bo as tableProContextKey,
Ao as tableProEmits,
Ho as tableProProps,
No as tableProSearchFormContextKey,
Oo as textareaEmits,
Uo as textareaProps,
N as useGlobalProperties,
A as useInstallSFC,
U as useRef,
K as withInstall
};