@mc-markets/ui 1.0.37 → 1.0.38

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 (83) hide show
  1. package/dist/index.js +38 -4
  2. package/dist/ui.css +1 -0
  3. package/package.json +17 -48
  4. package/packages/styles/README.md +0 -150
  5. package/packages/styles/element/form.scss +9 -15
  6. package/packages/styles/element/popper.scss +6 -0
  7. package/packages/styles/element/select.scss +35 -0
  8. package/packages/styles/index.scss +2 -1
  9. package/packages/styles/{theme-config.ts → theme-config.js} +35 -55
  10. package/packages/styles/variables.scss +17 -79
  11. package/dist/components/Alert/Alert.vue.d.ts +0 -18
  12. package/dist/components/Alert/index.d.ts +0 -3
  13. package/dist/components/Banner/Banner.vue.d.ts +0 -18
  14. package/dist/components/Banner/index.d.ts +0 -3
  15. package/dist/components/DatePicker/DatePicker.vue.d.ts +0 -17
  16. package/dist/components/DatePicker/index.d.ts +0 -3
  17. package/dist/components/Dialog/index.vue.d.ts +0 -51
  18. package/dist/components/Empty/Empty.vue.d.ts +0 -19
  19. package/dist/components/Empty/index.d.ts +0 -3
  20. package/dist/components/Icon/index.d.ts +0 -3
  21. package/dist/components/Icon/types.d.ts +0 -35
  22. package/dist/components/Notification/Notification.vue.d.ts +0 -18
  23. package/dist/components/Notification/index.d.ts +0 -3
  24. package/dist/components/Pagination/Pagination.vue.d.ts +0 -17
  25. package/dist/components/Pagination/index.d.ts +0 -3
  26. package/dist/components/Tab/Tab.vue.d.ts +0 -17
  27. package/dist/components/Tab/TabPane.vue.d.ts +0 -18
  28. package/dist/components/Tooltips/Tooltips.vue.d.ts +0 -18
  29. package/dist/components/Tooltips/index.d.ts +0 -3
  30. package/dist/index.d.ts +0 -24
  31. package/dist/node_modules/@babel/parser/typings/babel-parser.d.ts +0 -235
  32. package/dist/node_modules/@babel/types/lib/index.d.ts +0 -3308
  33. package/dist/node_modules/@ctrl/tinycolor/dist/conversion.d.ts +0 -61
  34. package/dist/node_modules/@ctrl/tinycolor/dist/css-color-names.d.ts +0 -4
  35. package/dist/node_modules/@ctrl/tinycolor/dist/format-input.d.ts +0 -37
  36. package/dist/node_modules/@ctrl/tinycolor/dist/from-ratio.d.ts +0 -14
  37. package/dist/node_modules/@ctrl/tinycolor/dist/index.d.ts +0 -207
  38. package/dist/node_modules/@ctrl/tinycolor/dist/interfaces.d.ts +0 -46
  39. package/dist/node_modules/@ctrl/tinycolor/dist/public_api.d.ts +0 -11
  40. package/dist/node_modules/@ctrl/tinycolor/dist/random.d.ts +0 -24
  41. package/dist/node_modules/@ctrl/tinycolor/dist/readability.d.ts +0 -46
  42. package/dist/node_modules/@ctrl/tinycolor/dist/to-ms-filter.d.ts +0 -5
  43. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.d.mts +0 -514
  44. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts +0 -327
  45. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.d.mts +0 -103
  46. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.d.mts +0 -47
  47. package/dist/node_modules/@types/lodash/common/array.d.ts +0 -2137
  48. package/dist/node_modules/@types/lodash/common/collection.d.ts +0 -1938
  49. package/dist/node_modules/@types/lodash/common/common.d.ts +0 -287
  50. package/dist/node_modules/@types/lodash/common/date.d.ts +0 -23
  51. package/dist/node_modules/@types/lodash/common/function.d.ts +0 -1455
  52. package/dist/node_modules/@types/lodash/common/lang.d.ts +0 -1700
  53. package/dist/node_modules/@types/lodash/common/math.d.ts +0 -405
  54. package/dist/node_modules/@types/lodash/common/number.d.ts +0 -131
  55. package/dist/node_modules/@types/lodash/common/object.d.ts +0 -2643
  56. package/dist/node_modules/@types/lodash/common/seq.d.ts +0 -210
  57. package/dist/node_modules/@types/lodash/common/string.d.ts +0 -788
  58. package/dist/node_modules/@types/lodash/common/util.d.ts +0 -1220
  59. package/dist/node_modules/@types/lodash/index.d.ts +0 -21
  60. package/dist/node_modules/@vue/compiler-core/dist/compiler-core.d.ts +0 -1093
  61. package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts +0 -45
  62. package/dist/node_modules/@vue/reactivity/dist/reactivity.d.ts +0 -756
  63. package/dist/node_modules/@vue/runtime-core/dist/runtime-core.d.ts +0 -1839
  64. package/dist/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts +0 -1397
  65. package/dist/node_modules/@vue/shared/dist/shared.d.ts +0 -335
  66. package/dist/node_modules/@vueuse/core/index.d.ts +0 -4536
  67. package/dist/node_modules/@vueuse/core/node_modules/vue-demi/lib/index.d.ts +0 -22
  68. package/dist/node_modules/@vueuse/shared/index.d.ts +0 -1072
  69. package/dist/node_modules/@vueuse/shared/node_modules/vue-demi/lib/index.d.ts +0 -22
  70. package/dist/node_modules/async-validator/dist-types/index.d.ts +0 -43
  71. package/dist/node_modules/async-validator/dist-types/interface.d.ts +0 -135
  72. package/dist/node_modules/csstype/index.d.ts +0 -21297
  73. package/dist/node_modules/dayjs/index.d.ts +0 -429
  74. package/dist/node_modules/dayjs/locale/index.d.ts +0 -11
  75. package/dist/node_modules/dayjs/locale/types.d.ts +0 -33
  76. package/dist/node_modules/element-plus/es/index.d.ts +0 -26960
  77. package/dist/node_modules/element-plus/es/utils/vue3.3.polyfill.d.ts +0 -34
  78. package/dist/node_modules/memoize-one/dist/memoize-one.d.ts +0 -7
  79. package/dist/node_modules/vue/dist/vue.d.mts +0 -7
  80. package/dist/style.css +0 -1
  81. package/dist/styles/theme-config.d.ts +0 -83
  82. package/dist/types/auto-imports.d.ts +0 -84
  83. package/dist/types/components.d.ts +0 -55
@@ -11,7 +11,7 @@
11
11
  // 自定义颜色变量
12
12
  $colors: (
13
13
  'primary': (
14
- 'base': red,
14
+ 'base': #FFD905,
15
15
  ),
16
16
  'success': (
17
17
  'base': #34A88B ,
@@ -26,6 +26,12 @@
26
26
  'base': #585660,
27
27
  ),
28
28
  ),
29
+ $text-color: (
30
+ 'primary': #303133,
31
+ 'regular': red,
32
+ 'secondary': #909399,
33
+ 'placeholder': #C0C4CC,
34
+ ),
29
35
  // 自定义字体大小
30
36
  $font-size: (
31
37
  'extra-large': 20px,
@@ -42,7 +48,7 @@
42
48
  'round': 20px,
43
49
  'circle': 100%,
44
50
  ),
45
-
51
+ $border-color-hover:var(--text-brand),
46
52
  // 自定义阴影
47
53
  $box-shadow: (
48
54
  'base': (
@@ -63,12 +69,13 @@
63
69
  $common-component-size: (
64
70
  'large': 40px,
65
71
  'default': 48px,
66
- 'small': 24px,
72
+ 'small': 40px,
67
73
  )
68
74
  );
69
75
  @use "element-plus/theme-chalk/src/index.scss" as *;
70
76
  @use 'element-plus/theme-chalk/src/dark/css-vars.scss';
71
77
 
78
+
72
79
  // 导入项目变量
73
80
  @use './variables/border-mode.css';
74
81
  @use './variables/color-modes-dark.css';
@@ -77,81 +84,12 @@
77
84
  @use './variables/spacing-mode.css';
78
85
  @use './variables/typography-desktop.css';
79
86
 
80
- // // 生成CSS变量
81
- // :root{
82
- // --el-component-size-large: 40px;
83
- // --el-component-size: 48px;
84
- // --el-component-size-small: 24px;
85
- // }
86
- // :root.dark {
87
- // // 主色调
88
- // --el-color-primary: #FFD905;
89
- // --el-color-primary-light-3: #FFE855;
90
- // --el-color-primary-light-5: #FFED7A;
91
- // --el-color-primary-light-7: #FFF2A0;
92
- // --el-color-primary-light-8: #FFF5B3;
93
- // --el-color-primary-light-9: #FFF9D9;
94
- // --el-color-primary-dark-2: #E6C300;
95
-
96
- // // 成功色
97
- // --el-color-success: #34A88B;
98
- // --el-color-success-light-3: #5BB89E;
99
- // --el-color-success-light-5: #7CC7B1;
100
- // --el-color-success-light-7: #9DD6C4;
101
- // --el-color-success-light-8: #B3E0D2;
102
- // --el-color-success-light-9: #D9F0E8;
103
- // --el-color-success-dark-2: #2A8A73;
104
-
105
- // // 警告色
106
- // --el-color-warning: #FFA61F;
107
- // --el-color-warning-light-3: #FFB84D;
108
- // --el-color-warning-light-5: #FFC973;
109
- // --el-color-warning-light-7: #FFD999;
110
- // --el-color-warning-light-8: #FFE2B3;
111
- // --el-color-warning-light-9: #FFF0D9;
112
- // --el-color-warning-dark-2: #E6940C;
113
-
114
- // // 危险色
115
- // --el-color-danger: #f14654;
116
- // --el-color-danger-light-3: #F46B77;
117
- // --el-color-danger-light-5: #F78A94;
118
- // --el-color-danger-light-7: #FAA9B1;
119
- // --el-color-danger-light-8: #FBC2C8;
120
- // --el-color-danger-light-9: #FDE0E3;
121
- // --el-color-danger-dark-2: #D63A47;
122
-
123
- // // 信息色
124
- // --el-color-info: #585660;
125
- // --el-color-info-light-3: #7A7A82;
126
- // --el-color-info-light-5: #96969C;
127
- // --el-color-info-light-7: #B2B2B6;
128
- // --el-color-info-light-8: #C6C6C9;
129
- // --el-color-info-light-9: #E0E0E2;
130
- // --el-color-info-dark-2: #46464E;
131
-
132
- // // 字体大小
133
- // --el-font-size-extra-large: 20px;
134
- // --el-font-size-large: 18px;
135
- // --el-font-size-medium: 16px;
136
- // --el-font-size-base: 14px;
137
- // --el-font-size-small: 12px;
138
- // --el-font-size-extra-small: 10px;
139
-
140
- // // 圆角
141
- // --el-border-radius-base: 8px;
142
- // --el-border-radius-small: 4px;
143
- // --el-border-radius-round: 20px;
144
- // --el-border-radius-circle: 100%;
145
-
146
- // // 间距
147
- // --el-spacing-base: 16px;
148
- // --el-spacing-small: 8px;
149
- // --el-spacing-large: 24px;
150
87
 
151
- // // 边框
88
+ html.dark{
89
+ --el-text-color-regular: var(--text-white);
90
+ --el-disabled-border-color:rgba(255, 255, 255, 0);
91
+ --el-border-color-light:var(--border-primary);
92
+ --el-popover-border-radius:8px;
152
93
 
153
- // //
154
- // --el-component-size-large: 40px;
155
- // --el-component-size: 48px;
156
- // --el-component-size-small: 24px;
157
- // }
94
+ --el-text-color-placeholder:var(--text-tertiary);
95
+ }
@@ -1,18 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- title?(_: {}): any;
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: any;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
- export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,3 +0,0 @@
1
- import { default as Alert } from './Alert.vue';
2
- export { Alert };
3
- export default Alert;
@@ -1,18 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- title?(_: {}): any;
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: any;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
- export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,3 +0,0 @@
1
- import { default as Banner } from './Banner.vue';
2
- export { Banner };
3
- export default Banner;
@@ -1,17 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: any;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
- export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
@@ -1,3 +0,0 @@
1
- import { default as DatePicker } from './DatePicker.vue';
2
- export { DatePicker };
3
- export default DatePicker;
@@ -1,51 +0,0 @@
1
- interface DialogParam {
2
- modelValue: boolean;
3
- attrs?: Object;
4
- title?: string;
5
- width?: number | string;
6
- draggable?: boolean;
7
- showConfirmButton?: boolean;
8
- showCancelButton?: boolean;
9
- confirmButtonText?: string;
10
- cancelButtonText?: string;
11
- }
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- header?(_: {
16
- close: () => void;
17
- titleId: string;
18
- titleClass: string;
19
- }): any;
20
- default?(_: {}): any;
21
- footer?(_: {}): any;
22
- };
23
- refs: {};
24
- rootEl: any;
25
- };
26
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
- declare const __VLS_component: import('vue').DefineComponent<DialogParam, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
- "update:modelValue": (...args: any[]) => void;
29
- close: (...args: any[]) => void;
30
- confirm: (...args: any[]) => void;
31
- }, string, import('vue').PublicProps, Readonly<DialogParam> & Readonly<{
32
- "onUpdate:modelValue"?: (...args: any[]) => any;
33
- onClose?: (...args: any[]) => any;
34
- onConfirm?: (...args: any[]) => any;
35
- }>, {
36
- modelValue: boolean;
37
- title: string;
38
- width: number | string;
39
- draggable: boolean;
40
- showConfirmButton: boolean;
41
- showCancelButton: boolean;
42
- confirmButtonText: string;
43
- cancelButtonText: string;
44
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
46
- export default _default;
47
- type __VLS_WithTemplateSlots<T, S> = T & {
48
- new (): {
49
- $slots: S;
50
- };
51
- };
@@ -1,19 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- image?(_: {}): any;
5
- description?(_: {}): any;
6
- default?(_: {}): any;
7
- };
8
- refs: {};
9
- rootEl: any;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
- export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
16
- new (): {
17
- $slots: S;
18
- };
19
- };
@@ -1,3 +0,0 @@
1
- import { default as Empty } from './Empty.vue';
2
- export { Empty };
3
- export default Empty;
@@ -1,3 +0,0 @@
1
- export { default as Icon } from './Icon.vue';
2
- export * from './types';
3
- export { iconList } from './types';
@@ -1,35 +0,0 @@
1
- export type IconName = 'withdraw' | 'deposit' | 'switch-camera' | 'receipt' | 'shield-check' | 'id-card' | 'user-round' | 'log-out' | 'arrow-right-left' | 'clipboard-minus' | 'chart-pie' | 'receipt-text' | 'brush-cleaning' | 'arrow-down-to-line' | 'circle-check-filled' | 'square-check' | 'square-check-empty' | 'photosolid' | 'customized' | 'customize-newspaper' | 'bell-ring' | 'eye' | 'bitcoin-convert' | 'ellipsis-vertical' | 'circle-help' | 'gift' | 'circle' | 'circle-dollar-sign' | 'chrome' | 'alarm' | 'refresh-cw' | 'search' | 'alert-circle' | 'graph-filled' | 'star-filled' | 'lucide-x' | 'plus' | 'map-pin' | 'loader-circle' | 'image' | 'lucide-image' | 'lucide-history' | 'key-round' | 'copy' | 'headset' | 'circle-x' | 'circle-user' | 'globe' | 'compass' | 'eye-off' | 'layout-grid' | 'heart-handshake' | 'credit-card' | 'earth' | 'linear-trash' | 'tabler_wallet_outline' | 'pig-money' | 'wallet-filled' | 'star-outline' | 'trending-up-down' | 'monitor' | 'graph-outline' | 'home-filled' | 'lucidecoins' | 'square-pen' | 'adjustments-horizontal' | 'home-outline' | 'user-cog' | 'minus' | 'circle-check' | 'customize-speakerphone' | 'book-open-text' | 'bitcoin-convert-filled' | 'calendar-clock' | 'check' | 'repeat-circle' | 'chevron-up' | 'customize-safe' | 'chevron-right' | 'bitcoin-convert-utline' | 'arrow-left-right' | 'customize' | 'lucide-check' | 'arrow-down-narrow-wide' | 'money-send' | 'chevron-left' | 'chevron-down';
2
- export type IconFlip = 'horizontal' | 'vertical' | 'both';
3
- export type IconSize = string | number;
4
- export type IconColor = string;
5
- export interface IconProps {
6
- name: IconName;
7
- size?: IconSize;
8
- color?: IconColor;
9
- spin?: boolean;
10
- pulse?: boolean;
11
- rotate?: number;
12
- flip?: IconFlip;
13
- prefix?: string;
14
- }
15
- export interface IconEvents {
16
- click: [event: MouseEvent];
17
- }
18
- export interface IconConfig {
19
- prefix: string;
20
- fontFamily: string;
21
- baseSize: string;
22
- baseColor: string;
23
- }
24
- export declare const defaultIconConfig: IconConfig;
25
- export interface IconInfo {
26
- name: string;
27
- unicode: string;
28
- unicodeDecimal: number;
29
- fontClass: string;
30
- description?: string;
31
- }
32
- export declare const iconList: IconInfo[];
33
- export declare function getIconInfo(name: IconName): IconInfo | undefined;
34
- export declare function getIconByUnicode(unicode: string): IconInfo | undefined;
35
- export declare function searchIcons(keyword: string): IconInfo[];
@@ -1,18 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- title?(_: {}): any;
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: any;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
- export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,3 +0,0 @@
1
- import { default as Notification } from './Notification.vue';
2
- export { Notification };
3
- export default Notification;
@@ -1,17 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: any;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
- export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
@@ -1,3 +0,0 @@
1
- import { default as Pagination } from './Pagination.vue';
2
- export { Pagination };
3
- export default Pagination;
@@ -1,17 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: any;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
- export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
@@ -1,18 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- label?(_: {}): any;
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: any;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
- export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,18 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- content?(_: {}): any;
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: any;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
- export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,3 +0,0 @@
1
- import { default as Tooltips } from './Tooltips.vue';
2
- export { Tooltips };
3
- export default Tooltips;
package/dist/index.d.ts DELETED
@@ -1,24 +0,0 @@
1
- import { App } from 'vue';
2
- import { default as TDDialog } from './components/Dialog/index.vue';
3
- import { Icon } from './components/Icon';
4
- import { default as Tab } from './components/Tab/Tab.vue';
5
- import { default as TabPane } from './components/Tab/TabPane.vue';
6
- import { Alert } from './components/Alert';
7
- import { Notification } from './components/Notification';
8
- import { DatePicker } from './components/DatePicker';
9
- import { Pagination } from './components/Pagination';
10
- import { Banner } from './components/Banner';
11
- import { Empty } from './components/Empty';
12
- import { Tooltips } from './components/Tooltips';
13
- export { TDDialog, Icon, Tab, TabPane, Alert, Notification, DatePicker, Pagination, Banner, Empty, Tooltips };
14
- export * from './styles/theme-config';
15
- export { default as variables } from './styles/variables.scss?inline';
16
- export { default as styles } from './styles/index.scss?inline';
17
- interface McMarketsUI {
18
- version: string;
19
- author: string;
20
- description: string;
21
- install: (app: App) => void;
22
- }
23
- declare const mcMarketsUI: McMarketsUI;
24
- export default mcMarketsUI;