mc-plus 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.
@@ -1,15 +1,14 @@
1
- export type * from './types';
2
1
  export declare const McButton: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('packages/core').ButtonProps> & Readonly<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ButtonProps> & Readonly<{
4
3
  onClick?: ((val: MouseEvent) => any) | undefined;
5
4
  }>, {
6
5
  ref: import('vue').Ref<HTMLButtonElement | void>;
7
6
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
7
  click: (val: MouseEvent) => any;
9
8
  }, import('vue').PublicProps, {
10
- size: import('packages/core').ButtonSize;
11
- type: import('packages/core').ButtonType;
12
- nativeType: import('packages/core').NativeType;
9
+ size: import('./types').ButtonSize;
10
+ type: import('./types').ButtonType;
11
+ nativeType: import('./types').NativeType;
13
12
  useThrottle: boolean;
14
13
  throttleDuration: number;
15
14
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -21,30 +20,30 @@ export declare const McButton: {
21
20
  C: {};
22
21
  M: {};
23
22
  Defaults: {};
24
- }, Readonly<import('packages/core').ButtonProps> & Readonly<{
23
+ }, Readonly<import('./types').ButtonProps> & Readonly<{
25
24
  onClick?: ((val: MouseEvent) => any) | undefined;
26
25
  }>, {
27
26
  ref: import('vue').Ref<HTMLButtonElement | void>;
28
27
  }, {}, {}, {}, {
29
- size: import('packages/core').ButtonSize;
30
- type: import('packages/core').ButtonType;
31
- nativeType: import('packages/core').NativeType;
28
+ size: import('./types').ButtonSize;
29
+ type: import('./types').ButtonType;
30
+ nativeType: import('./types').NativeType;
32
31
  useThrottle: boolean;
33
32
  throttleDuration: number;
34
33
  }>;
35
34
  __isFragment?: never;
36
35
  __isTeleport?: never;
37
36
  __isSuspense?: never;
38
- } & import('vue').ComponentOptionsBase<Readonly<import('packages/core').ButtonProps> & Readonly<{
37
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').ButtonProps> & Readonly<{
39
38
  onClick?: ((val: MouseEvent) => any) | undefined;
40
39
  }>, {
41
40
  ref: import('vue').Ref<HTMLButtonElement | void>;
42
41
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
43
42
  click: (val: MouseEvent) => any;
44
43
  }, string, {
45
- size: import('packages/core').ButtonSize;
46
- type: import('packages/core').ButtonType;
47
- nativeType: import('packages/core').NativeType;
44
+ size: import('./types').ButtonSize;
45
+ type: import('./types').ButtonType;
46
+ nativeType: import('./types').NativeType;
48
47
  useThrottle: boolean;
49
48
  throttleDuration: number;
50
49
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -1,6 +1,5 @@
1
- export type * from './types';
2
1
  export declare const McIcon: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('packages/core').IconProps> & Readonly<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').IconProps> & Readonly<{
4
3
  onClick?: ((val: MouseEvent) => any) | undefined;
5
4
  }>, {
6
5
  ref: import('vue').Ref<HTMLElement | void>;
@@ -15,7 +14,7 @@ export declare const McIcon: {
15
14
  C: {};
16
15
  M: {};
17
16
  Defaults: {};
18
- }, Readonly<import('packages/core').IconProps> & Readonly<{
17
+ }, Readonly<import('./types').IconProps> & Readonly<{
19
18
  onClick?: ((val: MouseEvent) => any) | undefined;
20
19
  }>, {
21
20
  ref: import('vue').Ref<HTMLElement | void>;
@@ -23,7 +22,7 @@ export declare const McIcon: {
23
22
  __isFragment?: never;
24
23
  __isTeleport?: never;
25
24
  __isSuspense?: never;
26
- } & import('vue').ComponentOptionsBase<Readonly<import('packages/core').IconProps> & Readonly<{
25
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').IconProps> & Readonly<{
27
26
  onClick?: ((val: MouseEvent) => any) | undefined;
28
27
  }>, {
29
28
  ref: import('vue').Ref<HTMLElement | void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mc-plus",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Components library for Vue 3.X by Meta Compass",
5
5
  "type": "module",
6
6
  "files": [