@uf_lee/leeui 1.0.106 → 1.0.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/leeui.es.js +5 -2
- package/dist/leeui.umd.js +15 -15
- package/dist/types/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/leeui.es.js
CHANGED
|
@@ -43261,12 +43261,15 @@ console.warn = function(...e) {
|
|
|
43261
43261
|
}
|
|
43262
43262
|
o9.apply(console, e);
|
|
43263
43263
|
};
|
|
43264
|
-
const
|
|
43264
|
+
const a9 = (e, t) => {
|
|
43265
43265
|
e.use(GW, t), e.component("LElForm", t9), e.component("LElCom", Xr), e.component("LElTable", n9);
|
|
43266
|
+
}, c9 = {
|
|
43267
|
+
install: a9
|
|
43266
43268
|
};
|
|
43267
43269
|
export {
|
|
43268
43270
|
Xr as LElCom,
|
|
43269
43271
|
t9 as LElForm,
|
|
43270
43272
|
n9 as LElTable,
|
|
43271
|
-
|
|
43273
|
+
c9 as default,
|
|
43274
|
+
a9 as install
|
|
43272
43275
|
};
|