rx-compo 1.0.4 → 1.0.52

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.
Files changed (33) hide show
  1. package/entry/types/index.d.ts +1 -0
  2. package/es/components/RxButton/index.d.ts +3 -3
  3. package/es/components/RxButton/index.js +15 -28
  4. package/es/components/RxButton/src/index.d.ts +3 -0
  5. package/es/components/RxButton/src/index.vue.d.ts +10 -0
  6. package/es/components/index.d.ts +1 -0
  7. package/es/index.d.ts +1 -0
  8. package/es/index.js +1 -0
  9. package/index.esm.js +17 -29
  10. package/index.js +18 -31
  11. package/lib/components/RxButton/index.d.ts +3 -3
  12. package/lib/components/RxButton/index.js +16 -29
  13. package/lib/components/RxButton/src/index.d.ts +3 -0
  14. package/lib/components/RxButton/src/index.vue.d.ts +10 -0
  15. package/lib/components/index.d.ts +1 -0
  16. package/lib/index.d.ts +1 -0
  17. package/lib/index.js +1 -0
  18. package/package.json +16 -16
  19. package/theme-chalk/css/icon.css +1 -0
  20. package/theme-chalk/css/index.css +1 -0
  21. package/theme-chalk/fonts/iconfont.ttf +0 -0
  22. package/theme-chalk/fonts/iconfont.woff +0 -0
  23. package/theme-chalk/fonts/iconfont.woff2 +0 -0
  24. package/types/components/RxButton/index.d.ts +3 -3
  25. package/types/components/RxButton/src/index.d.ts +3 -0
  26. package/types/components/RxButton/src/index.vue.d.ts +10 -0
  27. package/types/components/index.d.ts +1 -0
  28. package/es/components/RxButton/src/button.d.ts +0 -8
  29. package/es/components/RxButton/src/button.vue.d.ts +0 -15
  30. package/lib/components/RxButton/src/button.d.ts +0 -8
  31. package/lib/components/RxButton/src/button.vue.d.ts +0 -15
  32. package/types/components/RxButton/src/button.d.ts +0 -8
  33. package/types/components/RxButton/src/button.vue.d.ts +0 -15
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
- declare const WButton: import("@vue/runtime-core").Plugin;
2
- export { WButton };
3
- export default WButton;
1
+ declare const RxButton: import("@vue/runtime-core").Plugin;
2
+ export { RxButton };
3
+ export default RxButton;
@@ -0,0 +1,3 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ export declare const RxButtonProps: {};
3
+ export declare type RxButtonPropsType = ExtractPropTypes<typeof RxButtonProps>;
@@ -0,0 +1,10 @@
1
+ declare const _default: import("vue").DefineComponent<Readonly<import("vue").ComponentPropsOptions<{
2
+ [x: string]: unknown;
3
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly<{
4
+ [x: string]: unknown;
5
+ } & {} & {
6
+ [x: string]: unknown;
7
+ }>, {
8
+ [x: number]: string;
9
+ } | {}>;
10
+ export default _default;
@@ -1 +1,2 @@
1
1
  export * from './RxButton';
2
+ export * from './RxButton';
@@ -1,8 +0,0 @@
1
- import type { ExtractPropTypes, PropType } from 'vue';
2
- export declare const buttonProps: {
3
- type: {
4
- type: PropType<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
5
- default: string;
6
- };
7
- };
8
- export declare type ButtonProps = ExtractPropTypes<typeof buttonProps>;
@@ -1,15 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- type: {
3
- type: import("vue").PropType<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
4
- default: string;
5
- };
6
- }, {
7
- handlerClick: () => void;
8
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
9
- type?: unknown;
10
- } & {
11
- type: "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger";
12
- } & {}>, {
13
- type: "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger";
14
- }>;
15
- export default _default;
@@ -1,8 +0,0 @@
1
- import type { ExtractPropTypes, PropType } from 'vue';
2
- export declare const buttonProps: {
3
- type: {
4
- type: PropType<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
5
- default: string;
6
- };
7
- };
8
- export declare type ButtonProps = ExtractPropTypes<typeof buttonProps>;
@@ -1,15 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- type: {
3
- type: import("vue").PropType<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
4
- default: string;
5
- };
6
- }, {
7
- handlerClick: () => void;
8
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
9
- type?: unknown;
10
- } & {
11
- type: "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger";
12
- } & {}>, {
13
- type: "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger";
14
- }>;
15
- export default _default;
@@ -1,8 +0,0 @@
1
- import type { ExtractPropTypes, PropType } from 'vue';
2
- export declare const buttonProps: {
3
- type: {
4
- type: PropType<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
5
- default: string;
6
- };
7
- };
8
- export declare type ButtonProps = ExtractPropTypes<typeof buttonProps>;
@@ -1,15 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- type: {
3
- type: import("vue").PropType<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
4
- default: string;
5
- };
6
- }, {
7
- handlerClick: () => void;
8
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
9
- type?: unknown;
10
- } & {
11
- type: "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger";
12
- } & {}>, {
13
- type: "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger";
14
- }>;
15
- export default _default;