@bscomp/ep-ui 0.2.4 → 0.2.5

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.
@@ -7,6 +7,7 @@ import EPRadio from "./radio/src/index.vue"
7
7
  import EPCheckbox from "./checkbox/src/index.vue"
8
8
  import EPDialog from "./form-dialog/src/index.vue"
9
9
  import EPForm from "./form/src/index.vue"
10
+ import EPConfigProvider from "./config-provider/src/config-provider"
10
11
 
11
12
  declare module "vue" {
12
13
  export interface GlobalComponents {
@@ -19,5 +20,6 @@ declare module "vue" {
19
20
  EPCheckbox: typeof EPCheckbox
20
21
  EPDialog: typeof EPDialog
21
22
  EPForm: typeof EPForm
23
+ EPConfigProvider: typeof EPConfigProvider
22
24
  }
23
25
  }
@@ -0,0 +1,41 @@
1
+ export declare const EPConfigProvider: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
+ table: {
4
+ type: ObjectConstructor;
5
+ default: () => {};
6
+ };
7
+ }>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
8
+ [key: string]: any;
9
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
10
+ table: Record<string, any>;
11
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
12
+ P: {};
13
+ B: {};
14
+ D: {};
15
+ C: {};
16
+ M: {};
17
+ Defaults: {};
18
+ }, Readonly<import('vue').ExtractPropTypes<{
19
+ table: {
20
+ type: ObjectConstructor;
21
+ default: () => {};
22
+ };
23
+ }>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
24
+ [key: string]: any;
25
+ }>, {}, {}, {}, {
26
+ table: Record<string, any>;
27
+ }>;
28
+ __isFragment?: undefined;
29
+ __isTeleport?: undefined;
30
+ __isSuspense?: undefined;
31
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
32
+ table: {
33
+ type: ObjectConstructor;
34
+ default: () => {};
35
+ };
36
+ }>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
37
+ [key: string]: any;
38
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
39
+ table: Record<string, any>;
40
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]>) & Record<string, any>;
41
+ export default EPConfigProvider;
@@ -0,0 +1,16 @@
1
+ declare const ConfigProvider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ table: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
7
+ [key: string]: any;
8
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
+ table: {
10
+ type: ObjectConstructor;
11
+ default: () => {};
12
+ };
13
+ }>> & Readonly<{}>, {
14
+ table: Record<string, any>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
+ export default ConfigProvider;
@@ -2,8 +2,10 @@ declare const EPDatePicker: ({
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
3
  modelValue: import('vue').PropType<any>;
4
4
  }>> & Readonly<{
5
+ onChange?: ((...args: any[]) => any) | undefined;
5
6
  onGetRef?: ((...args: any[]) => any) | undefined;
6
7
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ change: (...args: any[]) => void;
7
9
  getRef: (...args: any[]) => void;
8
10
  }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
9
11
  P: {};
@@ -15,6 +17,7 @@ declare const EPDatePicker: ({
15
17
  }, Readonly<import('vue').ExtractPropTypes<{
16
18
  modelValue: import('vue').PropType<any>;
17
19
  }>> & Readonly<{
20
+ onChange?: ((...args: any[]) => any) | undefined;
18
21
  onGetRef?: ((...args: any[]) => any) | undefined;
19
22
  }>, {}, {}, {}, {}, {}>;
20
23
  __isFragment?: undefined;
@@ -23,8 +26,10 @@ declare const EPDatePicker: ({
23
26
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
24
27
  modelValue: import('vue').PropType<any>;
25
28
  }>> & Readonly<{
29
+ onChange?: ((...args: any[]) => any) | undefined;
26
30
  onGetRef?: ((...args: any[]) => any) | undefined;
27
31
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
+ change: (...args: any[]) => void;
28
33
  getRef: (...args: any[]) => void;
29
34
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
30
35
  $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
@@ -1,10 +1,12 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  modelValue: import('vue').PropType<any>;
3
3
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4
+ change: (...args: any[]) => void;
4
5
  getRef: (...args: any[]) => void;
5
6
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
7
  modelValue: import('vue').PropType<any>;
7
8
  }>> & Readonly<{
9
+ onChange?: ((...args: any[]) => any) | undefined;
8
10
  onGetRef?: ((...args: any[]) => any) | undefined;
9
11
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
10
12
  export default _default;