x-next 0.0.0-alpha.3 → 0.0.0-alpha.30

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 (96) hide show
  1. package/README.md +1 -1
  2. package/{x-next → dist}/_utils/config.d.ts +1 -1
  3. package/dist/_utils/constant.d.ts +17 -0
  4. package/{x-next → dist}/_utils/is.d.ts +2 -0
  5. package/{x-next → dist}/_utils/vue-eco.d.ts +4 -1
  6. package/{x-next/componets/button/index.vue.d.ts → dist/components/button/Button.d.ts} +5 -70
  7. package/dist/components/button/index.d.ts +181 -0
  8. package/{x-next/componets/dialog/index.vue.d.ts → dist/components/dialog/Dialog.d.ts} +13 -46
  9. package/dist/components/dialog/index.d.ts +334 -0
  10. package/{x-next/componets → dist/components}/dialog/props.d.ts +5 -5
  11. package/dist/components/index.d.ts +7 -0
  12. package/dist/components/message/Message.d.ts +108 -0
  13. package/{x-next/componets/message/index.vue.d.ts → dist/components/message/MessageVue.vue.d.ts} +22 -47
  14. package/dist/components/message/index.d.ts +193 -0
  15. package/dist/components/message-box/index.d.ts +4 -0
  16. package/dist/components/message-box/warp.d.ts +2 -0
  17. package/dist/components/notification/Notification.d.ts +89 -0
  18. package/dist/components/notification/index.d.ts +166 -0
  19. package/dist/components/scrollbar/props.d.ts +16 -0
  20. package/{x-next/componets/space/index.d.ts → dist/components/space/Space.d.ts} +1 -1
  21. package/dist/components/space/index.d.ts +82 -0
  22. package/dist/components/tag-cloud/index.d.ts +0 -0
  23. package/dist/components/trend-chart/components/trend-chart-curve.d.ts +111 -0
  24. package/dist/components/trend-chart/components/trend-chart-grid.d.ts +55 -0
  25. package/dist/components/trend-chart/components/trend-chart-labels.d.ts +22 -0
  26. package/dist/components/trend-chart/components/trend-chart.d.ts +277 -0
  27. package/dist/components/trend-chart/helpers/genPath.d.ts +8 -0
  28. package/dist/components/trend-chart/helpers/genPoints.d.ts +3 -0
  29. package/dist/components/trend-chart/helpers/getPadding.d.ts +7 -0
  30. package/dist/components/trend-chart/helpers/validatePadding.d.ts +2 -0
  31. package/dist/components/trend-chart/index.d.ts +536 -0
  32. package/dist/components/trend-chart/props.d.ts +203 -0
  33. package/dist/components/trend-chart/themes.d.ts +128 -0
  34. package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-curve.d.ts +2 -5
  35. package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart.d.ts +19 -15
  36. package/dist/components/trend-chart.bak/index.d.ts +530 -0
  37. package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/props.d.ts +10 -5
  38. package/dist/components/trend-chart.bak/themes.d.ts +152 -0
  39. package/dist/directives/clipboard/cache.d.ts +8 -0
  40. package/dist/directives/clipboard/clipboard.d.ts +18 -0
  41. package/dist/directives/clipboard/convert.d.ts +3 -0
  42. package/dist/directives/clipboard/index.d.ts +3 -0
  43. package/dist/directives/clipboard/plugin.d.ts +2 -0
  44. package/dist/directives/clipboard/textarea.d.ts +3 -0
  45. package/{x-next/icons/default/exclamation-circle-fill.vue.d.ts → dist/icons/animation/animation-loading.d.ts} +4 -9
  46. package/{x-next/icons/animation/animation-loading.vue.d.ts → dist/icons/default/check-circle-fill.d.ts} +4 -9
  47. package/{x-next/icons/default/close-circle-fill.vue.d.ts → dist/icons/default/close-circle-fill.d.ts} +4 -9
  48. package/{x-next/icons/default/check-circle-fill.vue.d.ts → dist/icons/default/exclamation-circle-fill.d.ts} +4 -9
  49. package/dist/icons/default/info-circle-fill.d.ts +50 -0
  50. package/dist/icons/default/logo-simple.d.ts +50 -0
  51. package/dist/icons/default/minus-circle-fill.d.ts +50 -0
  52. package/dist/icons/icon.d.ts +51 -0
  53. package/{x-next → dist}/icons/index.d.ts +8 -7
  54. package/dist/index.d.ts +13 -0
  55. package/dist/index.es.js +2064 -0
  56. package/dist/index.umd.js +1 -0
  57. package/dist/style.css +1 -0
  58. package/dist/types.d.ts +12 -0
  59. package/package.json +23 -13
  60. package/volar.d.ts +13 -0
  61. package/x-next/_utils/icon.d.ts +0 -59
  62. package/x-next/componets/message-box/warp.d.ts +0 -2
  63. package/x-next/componets/notification/index.vue.d.ts +0 -160
  64. package/x-next/componets/trend-chart/index.d.ts +0 -2
  65. package/x-next/icons/default/info-circle-fill.vue.d.ts +0 -55
  66. package/x-next/icons/default/minus-circle-fill.vue.d.ts +0 -55
  67. package/x-next/style.css +0 -1
  68. package/x-next/ui.d.ts +0 -5
  69. package/x-next/ui.js +0 -1357
  70. package/x-next/ui.umd.cjs +0 -1
  71. /package/{x-next → dist}/_hooks/use-overflow.d.ts +0 -0
  72. /package/{x-next → dist}/_hooks/use-popup-manager.d.ts +0 -0
  73. /package/{x-next → dist}/_props/css.d.ts +0 -0
  74. /package/{x-next → dist}/_props/global.d.ts +0 -0
  75. /package/{x-next → dist}/_utils/convert-case.d.ts +0 -0
  76. /package/{x-next → dist}/_utils/dom.d.ts +0 -0
  77. /package/{x-next → dist}/_utils/helpers.d.ts +0 -0
  78. /package/{x-next → dist}/_utils/keyboard.d.ts +0 -0
  79. /package/{x-next → dist}/_utils/number.d.ts +0 -0
  80. /package/{x-next/componets → dist/components}/button/props.d.ts +0 -0
  81. /package/{x-next/componets → dist/components}/dialog/use-props.d.ts +0 -0
  82. /package/{x-next/componets → dist/components}/dialog/use.d.ts +0 -0
  83. /package/{x-next/componets → dist/components}/dialog/warp.d.ts +0 -0
  84. /package/{x-next/componets → dist/components}/message/props.d.ts +0 -0
  85. /package/{x-next/componets → dist/components}/message/warp.d.ts +0 -0
  86. /package/{x-next/componets/message-box/index.d.ts → dist/components/message-box/MessageBox.d.ts} +0 -0
  87. /package/{x-next/componets → dist/components}/message-box/props.d.ts +0 -0
  88. /package/{x-next/componets → dist/components}/notification/props.d.ts +0 -0
  89. /package/{x-next/componets → dist/components}/notification/warp.d.ts +0 -0
  90. /package/{x-next/componets/tag-cloud → dist/components/scrollbar}/index.d.ts +0 -0
  91. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-grid.d.ts +0 -0
  92. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-labels.d.ts +0 -0
  93. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/genPath.d.ts +0 -0
  94. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/genPoints.d.ts +0 -0
  95. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/getPadding.d.ts +0 -0
  96. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/validatePadding.d.ts +0 -0
@@ -0,0 +1,152 @@
1
+ export declare const TrendChartTheme: {
2
+ DANGER: {
3
+ color: string;
4
+ point: {
5
+ radius: number;
6
+ borderWidth: number;
7
+ borderColor: string;
8
+ backgroundColor: string;
9
+ opacity: number;
10
+ hoverRadius: number;
11
+ hoverColor: string;
12
+ hoverBorderWidth: number;
13
+ hoverBorderColor: string;
14
+ hoverBackgroundColor: string;
15
+ hoverOpacity: number;
16
+ };
17
+ stroke: {
18
+ width: number;
19
+ color: string;
20
+ opacity: number;
21
+ };
22
+ fill: {
23
+ color: string;
24
+ opacity: number;
25
+ };
26
+ };
27
+ STRONG: {
28
+ color: string;
29
+ point: {
30
+ radius: number;
31
+ borderWidth: number;
32
+ borderColor: string;
33
+ backgroundColor: string;
34
+ opacity: number;
35
+ hoverRadius: number;
36
+ hoverColor: string;
37
+ hoverBorderWidth: number;
38
+ hoverBorderColor: string;
39
+ hoverBackgroundColor: string;
40
+ hoverOpacity: number;
41
+ };
42
+ stroke: {
43
+ width: number;
44
+ color: string;
45
+ opacity: number;
46
+ };
47
+ fill: {
48
+ color: string;
49
+ opacity: number;
50
+ };
51
+ };
52
+ WARNING: {
53
+ color: string;
54
+ point: {
55
+ radius: number;
56
+ borderWidth: number;
57
+ borderColor: string;
58
+ backgroundColor: string;
59
+ opacity: number;
60
+ hoverRadius: number;
61
+ hoverColor: string;
62
+ hoverBorderWidth: number;
63
+ hoverBorderColor: string;
64
+ hoverBackgroundColor: string;
65
+ hoverOpacity: number;
66
+ };
67
+ stroke: {
68
+ width: number;
69
+ color: string;
70
+ opacity: number;
71
+ };
72
+ fill: {
73
+ color: string;
74
+ opacity: number;
75
+ };
76
+ };
77
+ SUCCESS: {
78
+ color: string;
79
+ point: {
80
+ radius: number;
81
+ borderWidth: number;
82
+ borderColor: string;
83
+ backgroundColor: string;
84
+ opacity: number;
85
+ hoverRadius: number;
86
+ hoverColor: string;
87
+ hoverBorderWidth: number;
88
+ hoverBorderColor: string;
89
+ hoverBackgroundColor: string;
90
+ hoverOpacity: number;
91
+ };
92
+ stroke: {
93
+ width: number;
94
+ color: string;
95
+ opacity: number;
96
+ };
97
+ fill: {
98
+ color: string;
99
+ opacity: number;
100
+ };
101
+ };
102
+ INFO: {
103
+ color: string;
104
+ point: {
105
+ radius: number;
106
+ borderWidth: number;
107
+ borderColor: string;
108
+ backgroundColor: string;
109
+ opacity: number;
110
+ hoverRadius: number;
111
+ hoverColor: string;
112
+ hoverBorderWidth: number;
113
+ hoverBorderColor: string;
114
+ hoverBackgroundColor: string;
115
+ hoverOpacity: number;
116
+ };
117
+ stroke: {
118
+ width: number;
119
+ color: string;
120
+ opacity: number;
121
+ };
122
+ fill: {
123
+ color: string;
124
+ opacity: number;
125
+ };
126
+ };
127
+ PRIMARY: {
128
+ color: string;
129
+ point: {
130
+ radius: number;
131
+ borderWidth: number;
132
+ borderColor: string;
133
+ backgroundColor: string;
134
+ opacity: number;
135
+ hoverRadius: number;
136
+ hoverColor: string;
137
+ hoverBorderWidth: number;
138
+ hoverBorderColor: string;
139
+ hoverBackgroundColor: string;
140
+ hoverOpacity: number;
141
+ };
142
+ stroke: {
143
+ width: number;
144
+ color: string;
145
+ opacity: number;
146
+ };
147
+ fill: {
148
+ color: string;
149
+ opacity: number;
150
+ };
151
+ };
152
+ };
@@ -0,0 +1,8 @@
1
+ export declare class Cache {
2
+ private seed;
3
+ private data;
4
+ private id;
5
+ add(value: Function, id?: string): string;
6
+ get(id: string): Function | undefined;
7
+ delete(id: string): void;
8
+ }
@@ -0,0 +1,18 @@
1
+ export declare const Clipboard: {
2
+ /**
3
+ * Requests Navigator API persmission to clipboard.
4
+ */
5
+ requestClipboardPermission(): Promise<PermissionStatus>;
6
+ /**
7
+ * Writes to cliboard using Navigator API.
8
+ */
9
+ writeClipboard(value: string): Promise<boolean>;
10
+ /**
11
+ * Writes to clipboard using old-school execCommand('copy').
12
+ */
13
+ writeClipboardExecCommand(value: string): boolean;
14
+ /**
15
+ * Maes an attempt to copy data to the clipboard.
16
+ */
17
+ copy(input: any): Promise<true | undefined>;
18
+ };
@@ -0,0 +1,3 @@
1
+ export declare const Convert: {
2
+ asString(value: any): string;
3
+ };
@@ -0,0 +1,3 @@
1
+ import { ClipboardPlugin } from './plugin';
2
+ export * from './clipboard';
3
+ export default ClipboardPlugin;
@@ -0,0 +1,2 @@
1
+ import { Plugin } from 'vue';
2
+ export declare const ClipboardPlugin: Plugin;
@@ -0,0 +1,3 @@
1
+ export declare const Textarea: {
2
+ createTextarea(value: string): HTMLTextAreaElement;
3
+ };
@@ -1,6 +1,6 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  size: {
3
- type: (StringConstructor | NumberConstructor)[];
3
+ type: (NumberConstructor | StringConstructor)[];
4
4
  default: undefined;
5
5
  };
6
6
  rotate: {
@@ -19,14 +19,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
19
  type: ArrayConstructor;
20
20
  default: undefined;
21
21
  };
22
- }>, {
23
- cls: import('vue').ComputedRef<(string | {
24
- "x-icon-loading": boolean;
25
- })[]>;
26
- styles: import('vue').ComputedRef<import('vue').CSSProperties>;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
23
  size: {
29
- type: (StringConstructor | NumberConstructor)[];
24
+ type: (NumberConstructor | StringConstructor)[];
30
25
  default: undefined;
31
26
  };
32
27
  rotate: {
@@ -47,9 +42,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
47
42
  };
48
43
  }>> & Readonly<{}>, {
49
44
  size: string | number;
50
- color: string;
51
45
  rotate: number;
52
46
  spin: boolean;
47
+ color: string;
53
48
  fillColor: unknown[];
54
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
55
50
  export default _default;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  size: {
3
- type: (StringConstructor | NumberConstructor)[];
3
+ type: (NumberConstructor | StringConstructor)[];
4
4
  default: undefined;
5
5
  };
6
6
  rotate: {
@@ -19,14 +19,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
19
  type: ArrayConstructor;
20
20
  default: undefined;
21
21
  };
22
- }>, {
23
- cls: import('vue').ComputedRef<(string | {
24
- "x-icon-loading": boolean;
25
- })[]>;
26
- styles: import('vue').ComputedRef<import('vue').CSSProperties>;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
23
  size: {
29
- type: (StringConstructor | NumberConstructor)[];
24
+ type: (NumberConstructor | StringConstructor)[];
30
25
  default: undefined;
31
26
  };
32
27
  rotate: {
@@ -47,9 +42,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
47
42
  };
48
43
  }>> & Readonly<{}>, {
49
44
  size: string | number;
50
- color: string;
51
45
  rotate: number;
52
46
  spin: boolean;
47
+ color: string;
53
48
  fillColor: unknown[];
54
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
55
50
  export default _default;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  size: {
3
- type: (StringConstructor | NumberConstructor)[];
3
+ type: (NumberConstructor | StringConstructor)[];
4
4
  default: undefined;
5
5
  };
6
6
  rotate: {
@@ -19,14 +19,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
19
  type: ArrayConstructor;
20
20
  default: undefined;
21
21
  };
22
- }>, {
23
- cls: import('vue').ComputedRef<(string | {
24
- "x-icon-loading": boolean;
25
- })[]>;
26
- styles: import('vue').ComputedRef<import('vue').CSSProperties>;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
23
  size: {
29
- type: (StringConstructor | NumberConstructor)[];
24
+ type: (NumberConstructor | StringConstructor)[];
30
25
  default: undefined;
31
26
  };
32
27
  rotate: {
@@ -47,9 +42,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
47
42
  };
48
43
  }>> & Readonly<{}>, {
49
44
  size: string | number;
50
- color: string;
51
45
  rotate: number;
52
46
  spin: boolean;
47
+ color: string;
53
48
  fillColor: unknown[];
54
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
55
50
  export default _default;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  size: {
3
- type: (StringConstructor | NumberConstructor)[];
3
+ type: (NumberConstructor | StringConstructor)[];
4
4
  default: undefined;
5
5
  };
6
6
  rotate: {
@@ -19,14 +19,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
19
  type: ArrayConstructor;
20
20
  default: undefined;
21
21
  };
22
- }>, {
23
- cls: import('vue').ComputedRef<(string | {
24
- "x-icon-loading": boolean;
25
- })[]>;
26
- styles: import('vue').ComputedRef<import('vue').CSSProperties>;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
23
  size: {
29
- type: (StringConstructor | NumberConstructor)[];
24
+ type: (NumberConstructor | StringConstructor)[];
30
25
  default: undefined;
31
26
  };
32
27
  rotate: {
@@ -47,9 +42,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
47
42
  };
48
43
  }>> & Readonly<{}>, {
49
44
  size: string | number;
50
- color: string;
51
45
  rotate: number;
52
46
  spin: boolean;
47
+ color: string;
53
48
  fillColor: unknown[];
54
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
55
50
  export default _default;
@@ -0,0 +1,50 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ size: {
3
+ type: (NumberConstructor | StringConstructor)[];
4
+ default: undefined;
5
+ };
6
+ rotate: {
7
+ type: NumberConstructor;
8
+ default: undefined;
9
+ };
10
+ spin: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ color: {
15
+ type: StringConstructor;
16
+ default: undefined;
17
+ };
18
+ fillColor: {
19
+ type: ArrayConstructor;
20
+ default: undefined;
21
+ };
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
+ size: {
24
+ type: (NumberConstructor | StringConstructor)[];
25
+ default: undefined;
26
+ };
27
+ rotate: {
28
+ type: NumberConstructor;
29
+ default: undefined;
30
+ };
31
+ spin: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ color: {
36
+ type: StringConstructor;
37
+ default: undefined;
38
+ };
39
+ fillColor: {
40
+ type: ArrayConstructor;
41
+ default: undefined;
42
+ };
43
+ }>> & Readonly<{}>, {
44
+ size: string | number;
45
+ rotate: number;
46
+ spin: boolean;
47
+ color: string;
48
+ fillColor: unknown[];
49
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
50
+ export default _default;
@@ -0,0 +1,50 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ size: {
3
+ type: (NumberConstructor | StringConstructor)[];
4
+ default: undefined;
5
+ };
6
+ rotate: {
7
+ type: NumberConstructor;
8
+ default: undefined;
9
+ };
10
+ spin: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ color: {
15
+ type: StringConstructor;
16
+ default: undefined;
17
+ };
18
+ fillColor: {
19
+ type: ArrayConstructor;
20
+ default: undefined;
21
+ };
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
+ size: {
24
+ type: (NumberConstructor | StringConstructor)[];
25
+ default: undefined;
26
+ };
27
+ rotate: {
28
+ type: NumberConstructor;
29
+ default: undefined;
30
+ };
31
+ spin: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ color: {
36
+ type: StringConstructor;
37
+ default: undefined;
38
+ };
39
+ fillColor: {
40
+ type: ArrayConstructor;
41
+ default: undefined;
42
+ };
43
+ }>> & Readonly<{}>, {
44
+ size: string | number;
45
+ rotate: number;
46
+ spin: boolean;
47
+ color: string;
48
+ fillColor: unknown[];
49
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
50
+ export default _default;
@@ -0,0 +1,50 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ size: {
3
+ type: (NumberConstructor | StringConstructor)[];
4
+ default: undefined;
5
+ };
6
+ rotate: {
7
+ type: NumberConstructor;
8
+ default: undefined;
9
+ };
10
+ spin: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ color: {
15
+ type: StringConstructor;
16
+ default: undefined;
17
+ };
18
+ fillColor: {
19
+ type: ArrayConstructor;
20
+ default: undefined;
21
+ };
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
+ size: {
24
+ type: (NumberConstructor | StringConstructor)[];
25
+ default: undefined;
26
+ };
27
+ rotate: {
28
+ type: NumberConstructor;
29
+ default: undefined;
30
+ };
31
+ spin: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ color: {
36
+ type: StringConstructor;
37
+ default: undefined;
38
+ };
39
+ fillColor: {
40
+ type: ArrayConstructor;
41
+ default: undefined;
42
+ };
43
+ }>> & Readonly<{}>, {
44
+ size: string | number;
45
+ rotate: number;
46
+ spin: boolean;
47
+ color: string;
48
+ fillColor: unknown[];
49
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
50
+ export default _default;
@@ -0,0 +1,51 @@
1
+ import { VNode } from 'vue';
2
+ import { JSX } from 'vue/jsx-runtime';
3
+ export declare function generateIcon(name: string, template: JSX.Element | VNode): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ size: {
5
+ type: (NumberConstructor | StringConstructor)[];
6
+ default: undefined;
7
+ };
8
+ rotate: {
9
+ type: NumberConstructor;
10
+ default: undefined;
11
+ };
12
+ spin: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ color: {
17
+ type: StringConstructor;
18
+ default: undefined;
19
+ };
20
+ fillColor: {
21
+ type: ArrayConstructor;
22
+ default: undefined;
23
+ };
24
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
25
+ size: {
26
+ type: (NumberConstructor | StringConstructor)[];
27
+ default: undefined;
28
+ };
29
+ rotate: {
30
+ type: NumberConstructor;
31
+ default: undefined;
32
+ };
33
+ spin: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ color: {
38
+ type: StringConstructor;
39
+ default: undefined;
40
+ };
41
+ fillColor: {
42
+ type: ArrayConstructor;
43
+ default: undefined;
44
+ };
45
+ }>> & Readonly<{}>, {
46
+ size: string | number;
47
+ rotate: number;
48
+ spin: boolean;
49
+ color: string;
50
+ fillColor: unknown[];
51
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,7 +1,8 @@
1
- import { default as CloseCircleFill } from './default/close-circle-fill.vue';
2
- import { default as CheckCircleFill } from './default/check-circle-fill.vue';
3
- import { default as ExclamationCircleFill } from './default/exclamation-circle-fill.vue';
4
- import { default as InfoCircleFill } from './default/info-circle-fill.vue';
5
- import { default as MinusCircleFill } from './default/minus-circle-fill.vue';
6
- import { default as AnimationLoading } from './animation/animation-loading.vue';
7
- export { CloseCircleFill, CheckCircleFill, ExclamationCircleFill, InfoCircleFill, MinusCircleFill, AnimationLoading, };
1
+ import { default as CloseCircleFill } from './default/close-circle-fill';
2
+ import { default as CheckCircleFill } from './default/check-circle-fill';
3
+ import { default as ExclamationCircleFill } from './default/exclamation-circle-fill';
4
+ import { default as InfoCircleFill } from './default/info-circle-fill';
5
+ import { default as MinusCircleFill } from './default/minus-circle-fill';
6
+ import { default as LogoSimple } from './default/logo-simple.tsx';
7
+ import { default as AnimationLoading } from './animation/animation-loading';
8
+ export { CloseCircleFill, CheckCircleFill, ExclamationCircleFill, InfoCircleFill, MinusCircleFill, AnimationLoading, LogoSimple, };
@@ -0,0 +1,13 @@
1
+ import { App } from 'vue';
2
+ import { default as Dialog } from './components/dialog/warp';
3
+ import { default as Message } from './components/message/warp';
4
+ import { default as MessageBox } from './components/message-box/warp';
5
+ import { default as Notification } from './components/notification/warp';
6
+ export * from './components';
7
+ export { Dialog, Message, MessageBox, Notification };
8
+ export { TrendChartTheme } from './components/trend-chart/themes';
9
+ declare const XNext: {
10
+ install: (app: App) => void;
11
+ };
12
+ export default XNext;
13
+ export type {} from './types';