@qin-ui/antd-vue-pro 1.1.25 → 2.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 CHANGED
@@ -1,12 +1,10 @@
1
- import "./style.css";
2
- import { _ as _sfc_main } from "./form/index-1cdda7ac.js";
3
- import { B, d, C, b, f, F, e, h, U, i, u, j, k } from "./form/index-1cdda7ac.js";
1
+ import "./antd-vue-pro.css";
2
+ import _sfc_main from "./form/index.js";
3
+ import { BaseField, BaseFormItem, COMPONENT_MAP, ContainerFragment, FORM, FORM_ITEM_SLOT_KEYS, PATH, SlotComponent, TeleportComponentNamePrefix, useFields, useForm, useFormData } from "./form/index.js";
4
4
  import BaseTable from "./table/index.js";
5
5
  import { useTable } from "./table/index.js";
6
- import _sfc_main$1 from "./component-provider/index.js";
7
- import { INIT_PROPS_MAP, INJECT_KEYS, useInjectProps, useProviderProps } from "./component-provider/index.js";
8
- import "vue";
9
- import "ant-design-vue";
6
+ import { _ as _sfc_main$1 } from "./component-provider/index-DtsWFG3s.js";
7
+ import { I } from "./component-provider/index-DtsWFG3s.js";
10
8
  const withInstall = (comp) => {
11
9
  comp.install = (app) => {
12
10
  app.component(comp.name, comp);
@@ -25,26 +23,23 @@ const index = {
25
23
  }
26
24
  };
27
25
  export {
28
- B as BaseField,
29
- d as BaseFormItem,
30
- C as COMPONENT_MAP,
31
- b as ContainerFragment,
32
- f as FORM_DATA,
33
- F as FORM_ITEM_SLOT_KEYS,
34
- INIT_PROPS_MAP,
35
- INJECT_KEYS,
26
+ BaseField,
27
+ _sfc_main as BaseForm,
28
+ BaseFormItem,
29
+ COMPONENT_MAP,
30
+ ContainerFragment,
31
+ FORM,
32
+ FORM_ITEM_SLOT_KEYS,
33
+ I as INJECT_CONFIG,
34
+ PATH,
36
35
  ProComponentProvider,
37
36
  ProForm,
38
37
  ProTable,
39
- e as SlotComponent,
40
- h as UPDATE_ACTIVE_PATH,
41
- U as UPDATE_FORM_DATA,
38
+ SlotComponent,
39
+ TeleportComponentNamePrefix,
42
40
  index as default,
43
- i as useFields,
44
- u as useForm,
45
- j as useFormData,
46
- k as useInitProps,
47
- useInjectProps,
48
- useProviderProps,
41
+ useFields,
42
+ useForm,
43
+ useFormData,
49
44
  useTable
50
45
  };