@qin-ui/element-plus-pro 1.0.0

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/es/index.js ADDED
@@ -0,0 +1,51 @@
1
+ import "./element-plus-pro.css";
2
+ import { a as _sfc_main } from "./form/index-BvqMIOZ8.js";
3
+ import { c, B, b, F, d, T, e, h, f, u, g } from "./form/index-BvqMIOZ8.js";
4
+ import { I, a, e as e2 } from "./core/index-VQxpXgLX.js";
5
+ import BaseTable from "./table/index.js";
6
+ import { useTable } from "./table/index.js";
7
+ import _sfc_main$1 from "./component-provider/index.js";
8
+ import { INJECT_COMPONENTS, INJECT_CONFIG, ensureInjectConfig, getInjectConfig } from "./component-provider/index.js";
9
+ const withInstall = (comp) => {
10
+ comp.install = (app) => {
11
+ app.component(comp.name, comp);
12
+ };
13
+ return comp;
14
+ };
15
+ const ProForm = withInstall(_sfc_main);
16
+ const ProTable = withInstall(BaseTable);
17
+ const ProComponentProvider = withInstall(_sfc_main$1);
18
+ const components = [ProForm, ProTable, ProComponentProvider];
19
+ const index = {
20
+ install(app) {
21
+ components.forEach((component) => {
22
+ app.component(component.name, component);
23
+ });
24
+ }
25
+ };
26
+ export {
27
+ c as BaseField,
28
+ _sfc_main as BaseForm,
29
+ B as BaseFormItem,
30
+ b as ContainerFragment,
31
+ F as FORM_ITEM_SLOT_KEYS,
32
+ INJECT_COMPONENTS,
33
+ INJECT_CONFIG,
34
+ I as InjectionFormKey,
35
+ a as InjectionPathKey,
36
+ ProComponentProvider,
37
+ ProForm,
38
+ ProTable,
39
+ d as SlotComponent,
40
+ T as TeleportComponentNamePrefix,
41
+ e as componentMap,
42
+ index as default,
43
+ ensureInjectConfig,
44
+ h as getInitProps,
45
+ getInjectConfig,
46
+ f as useFields,
47
+ u as useForm,
48
+ e2 as useFormData,
49
+ g as useFormRef,
50
+ useTable
51
+ };