@sirpho/components 1.0.3 → 1.0.4

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.
@@ -6,4 +6,9 @@ export declare const globalConfig: any;
6
6
  * vxeTable默认配置
7
7
  */
8
8
  export declare const vxeTableDefaultConfig: any;
9
- export declare function registerVariant(defHttp: any, variants: any): void;
9
+ /**
10
+ * Combox注册axios和默认接口链接
11
+ * @param defHttp
12
+ * @param variants
13
+ */
14
+ export declare const registerVariant: (defHttp: any, variants: any) => void;
@@ -5,4 +5,5 @@ import ComboBox from './Box/ComboBox.vue';
5
5
  import ModalBox from './Box/ModalBox.vue';
6
6
  import PageContainer from './PageContainer/index.vue';
7
7
  import QueryFilterContainer from './QueryFilterContainer/index.vue';
8
- export { PageContainer, QueryFilterContainer, VxeContainer, FilterExtend, StatusPop, ComboBox, ModalBox, };
8
+ import { vxeTableDefaultConfig, registerVariant } from "./Box/config";
9
+ export { PageContainer, QueryFilterContainer, VxeContainer, FilterExtend, StatusPop, ComboBox, ModalBox, vxeTableDefaultConfig, registerVariant };