@mobileaction/action-kit 1.1.21 → 1.1.23
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.
- package/dist/action-kit.js +3 -3
- package/dist/action-kit.mjs +970 -618
- package/dist/add-app-c6cfc484.mjs +16 -0
- package/dist/add-app-ca2d1245.js +1 -0
- package/dist/box-empty-2e81a600.js +1 -0
- package/dist/box-empty-c7e5e478.mjs +39 -0
- package/dist/components/alert/index.vue.d.ts +6 -6
- package/dist/components/alert/types.d.ts +2 -2
- package/dist/components/animation/index.vue.d.ts +2 -2
- package/dist/components/animation/types.d.ts +1 -1
- package/dist/components/app-icon/index.vue.d.ts +7 -7
- package/dist/components/app-icon/types.d.ts +3 -1
- package/dist/components/badge/index.vue.d.ts +9 -9
- package/dist/components/badge/types.d.ts +4 -4
- package/dist/components/button/index.vue.d.ts +19 -19
- package/dist/components/button/types.d.ts +6 -6
- package/dist/components/dropdown/index.vue.d.ts +81 -0
- package/dist/components/dropdown/types.d.ts +4 -0
- package/dist/components/empty/index.vue.d.ts +51 -0
- package/dist/components/empty/types.d.ts +7 -0
- package/dist/components/form/types.d.ts +2 -0
- package/dist/components/icon/index.vue.d.ts +3 -3
- package/dist/components/icon/types.d.ts +5 -4
- package/dist/components/input/index.vue.d.ts +4 -4
- package/dist/components/input/types.d.ts +32 -24
- package/dist/components/modal/index.vue.d.ts +3 -3
- package/dist/components/modal/types.d.ts +1 -1
- package/dist/components/numeric-input/index.vue.d.ts +3 -3
- package/dist/components/numeric-input/types.d.ts +1 -1
- package/dist/components/radio/index.vue.d.ts +3 -3
- package/dist/components/radio/types.d.ts +1 -1
- package/dist/components/rate/components/star.vue.d.ts +4 -4
- package/dist/components/rate/index.vue.d.ts +6 -6
- package/dist/components/rate/types.d.ts +2 -2
- package/dist/components/select/index.vue.d.ts +5 -5
- package/dist/components/select/types.d.ts +2 -2
- package/dist/components/spin/index.vue.d.ts +45 -0
- package/dist/components/spin/types.d.ts +4 -0
- package/dist/components/switch/index.vue.d.ts +3 -3
- package/dist/components/switch/types.d.ts +1 -1
- package/dist/components/toggle/index.vue.d.ts +3 -3
- package/dist/components/toggle/types.d.ts +1 -1
- package/dist/components/tooltip/index.vue.d.ts +7 -7
- package/dist/components/tooltip/types.d.ts +3 -3
- package/dist/components/track-button/index.vue.d.ts +6 -6
- package/dist/components/track-button/types.d.ts +2 -2
- package/dist/empty-table-41155dd6.mjs +16 -0
- package/dist/empty-table-855edce8.js +1 -0
- package/dist/index.d.ts +23 -0
- package/dist/selection-08a9c952.mjs +16 -0
- package/dist/selection-f5ae8ebf.js +1 -0
- package/dist/spin-dots-25d015b7.mjs +16 -0
- package/dist/spin-dots-388f853c.js +1 -0
- package/dist/spin-round-23788f05.js +1 -0
- package/dist/spin-round-9db617b7.mjs +26 -0
- package/dist/spin-three-circles-00b10e29.js +1 -0
- package/dist/spin-three-circles-13ae8650.mjs +33 -0
- package/dist/spin-three-dots-7cdf047c.js +1 -0
- package/dist/spin-three-dots-c116245e.mjs +36 -0
- package/dist/src/components/alert/index.vue.d.ts +2 -2
- package/dist/src/components/alert/types.d.ts +2 -2
- package/dist/src/components/animation/types.d.ts +1 -1
- package/dist/src/components/app-icon/index.vue.d.ts +3 -3
- package/dist/src/components/app-icon/types.d.ts +3 -1
- package/dist/src/components/badge/index.vue.d.ts +3 -3
- package/dist/src/components/badge/types.d.ts +4 -4
- package/dist/src/components/button/index.vue.d.ts +5 -5
- package/dist/src/components/button/types.d.ts +6 -6
- package/dist/src/components/dropdown/index.vue.d.ts +54 -0
- package/dist/src/components/dropdown/stories/constants.d.ts +4 -0
- package/dist/src/components/dropdown/stories/default.stories.d.ts +6 -0
- package/dist/src/components/dropdown/types.d.ts +4 -0
- package/dist/src/components/empty/index.vue.d.ts +39 -0
- package/dist/src/components/empty/stories/constants.d.ts +4 -0
- package/dist/src/components/empty/stories/default.stories.d.ts +6 -0
- package/dist/src/components/empty/types.d.ts +7 -0
- package/dist/src/components/form/types.d.ts +1 -1
- package/dist/src/components/icon/index.vue.d.ts +1 -1
- package/dist/src/components/icon/types.d.ts +5 -4
- package/dist/src/components/input/index.vue.d.ts +4 -4
- package/dist/src/components/input/types.d.ts +32 -24
- package/dist/src/components/modal/index.vue.d.ts +1 -1
- package/dist/src/components/modal/types.d.ts +1 -1
- package/dist/src/components/numeric-input/index.vue.d.ts +1 -1
- package/dist/src/components/numeric-input/types.d.ts +1 -1
- package/dist/src/components/radio/index.vue.d.ts +1 -1
- package/dist/src/components/radio/types.d.ts +1 -1
- package/dist/src/components/rate/components/star.vue.d.ts +2 -2
- package/dist/src/components/rate/index.vue.d.ts +2 -2
- package/dist/src/components/rate/types.d.ts +2 -2
- package/dist/src/components/select/index.vue.d.ts +1 -1
- package/dist/src/components/select/types.d.ts +2 -2
- package/dist/src/components/spin/index.vue.d.ts +41 -0
- package/dist/src/components/spin/stories/constants.d.ts +5 -0
- package/dist/src/components/spin/stories/container.stories.d.ts +6 -0
- package/dist/src/components/spin/stories/default.stories.d.ts +6 -0
- package/dist/src/components/spin/types.d.ts +4 -0
- package/dist/src/components/switch/index.vue.d.ts +1 -1
- package/dist/src/components/switch/types.d.ts +1 -1
- package/dist/src/components/toggle/index.vue.d.ts +1 -1
- package/dist/src/components/toggle/types.d.ts +1 -1
- package/dist/src/components/tooltip/index.vue.d.ts +3 -3
- package/dist/src/components/tooltip/types.d.ts +3 -3
- package/dist/src/components/track-button/index.vue.d.ts +2 -2
- package/dist/src/components/track-button/types.d.ts +2 -2
- package/dist/src/index.d.ts +23 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { PropType as __PropType } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { IconSize } from '../../../components/icon/types';
|
|
3
3
|
export interface MaRateStarProps {
|
|
4
4
|
value: number;
|
|
5
5
|
starRate: number;
|
|
6
|
-
iconSize:
|
|
6
|
+
iconSize: IconSize;
|
|
7
7
|
}
|
|
8
8
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
9
9
|
value: {
|
|
@@ -15,7 +15,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
iconSize: {
|
|
18
|
-
type: __PropType<
|
|
18
|
+
type: __PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
21
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -28,7 +28,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
28
28
|
required: true;
|
|
29
29
|
};
|
|
30
30
|
iconSize: {
|
|
31
|
-
type: __PropType<
|
|
31
|
+
type: __PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
34
|
}>>, {}>;
|
|
@@ -27,12 +27,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
27
27
|
required: false;
|
|
28
28
|
};
|
|
29
29
|
size: {
|
|
30
|
-
type: __PropType<
|
|
30
|
+
type: __PropType<"small" | "medium" | "large">;
|
|
31
31
|
required: false;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
34
|
color: {
|
|
35
|
-
type: __PropType<
|
|
35
|
+
type: __PropType<"green" | "orange" | "red">;
|
|
36
36
|
required: false;
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
@@ -59,12 +59,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
59
59
|
required: false;
|
|
60
60
|
};
|
|
61
61
|
size: {
|
|
62
|
-
type: __PropType<
|
|
62
|
+
type: __PropType<"small" | "medium" | "large">;
|
|
63
63
|
required: false;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
color: {
|
|
67
|
-
type: __PropType<
|
|
67
|
+
type: __PropType<"green" | "orange" | "red">;
|
|
68
68
|
required: false;
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
@@ -77,8 +77,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
77
77
|
onChange?: (...args: any[]) => any;
|
|
78
78
|
"onUpdate:value"?: (...args: any[]) => any;
|
|
79
79
|
}, {
|
|
80
|
-
size:
|
|
81
|
-
color:
|
|
80
|
+
size: "small" | "medium" | "large";
|
|
81
|
+
color: "green" | "orange" | "red";
|
|
82
82
|
tabIndex: number;
|
|
83
83
|
}>;
|
|
84
84
|
export default _sfc_main;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const MaRateSizes:
|
|
2
|
-
export declare const MaRateColors:
|
|
1
|
+
export declare const MaRateSizes: readonly ["small", "medium", "large"];
|
|
2
|
+
export declare const MaRateColors: readonly ["orange", "green", "red"];
|
|
3
3
|
export type MaRateSize = (typeof MaRateSizes)[number];
|
|
4
4
|
export type MaRateColor = (typeof MaRateColors)[number];
|
|
@@ -67,7 +67,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
mode: {
|
|
70
|
-
type: __PropType<
|
|
70
|
+
type: __PropType<"multiple" | "tags">;
|
|
71
71
|
required: false;
|
|
72
72
|
};
|
|
73
73
|
optionFilterProp: {
|
|
@@ -99,7 +99,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
99
99
|
required: false;
|
|
100
100
|
};
|
|
101
101
|
size: {
|
|
102
|
-
type: __PropType<
|
|
102
|
+
type: __PropType<"default" | "small" | "large">;
|
|
103
103
|
required: false;
|
|
104
104
|
default: string;
|
|
105
105
|
};
|
|
@@ -170,7 +170,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
170
170
|
default: string;
|
|
171
171
|
};
|
|
172
172
|
mode: {
|
|
173
|
-
type: __PropType<
|
|
173
|
+
type: __PropType<"multiple" | "tags">;
|
|
174
174
|
required: false;
|
|
175
175
|
};
|
|
176
176
|
optionFilterProp: {
|
|
@@ -202,7 +202,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
202
202
|
required: false;
|
|
203
203
|
};
|
|
204
204
|
size: {
|
|
205
|
-
type: __PropType<
|
|
205
|
+
type: __PropType<"default" | "small" | "large">;
|
|
206
206
|
required: false;
|
|
207
207
|
default: string;
|
|
208
208
|
};
|
|
@@ -237,7 +237,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
237
237
|
"onUpdate:value"?: (...args: any[]) => any;
|
|
238
238
|
}, {
|
|
239
239
|
value: string | number | string[] | number[];
|
|
240
|
-
size:
|
|
240
|
+
size: "default" | "small" | "large";
|
|
241
241
|
autoClearSearchValue: boolean;
|
|
242
242
|
menuItemSelectedIcon: string;
|
|
243
243
|
open: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const SelectSizes:
|
|
2
|
-
export declare const SelectModes:
|
|
1
|
+
export declare const SelectSizes: readonly ["default", "large", "small"];
|
|
2
|
+
export declare const SelectModes: readonly ["multiple", "tags"];
|
|
3
3
|
export type SelectSize = (typeof SelectSizes)[number];
|
|
4
4
|
export type SelectMode = (typeof SelectModes)[number];
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
import { MaSpinColor, MaSpinType } from './types';
|
|
3
|
+
export interface MaSpinProps {
|
|
4
|
+
type?: MaSpinType;
|
|
5
|
+
color?: MaSpinColor;
|
|
6
|
+
spinning?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
9
|
+
type: {
|
|
10
|
+
type: __PropType<"round" | "dots" | "three-circles" | "three-dots">;
|
|
11
|
+
required: false;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
color: {
|
|
15
|
+
type: __PropType<"dark" | "blue" | "orange" | "jordy" | "grey">;
|
|
16
|
+
required: false;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
spinning: {
|
|
20
|
+
type: __PropType<boolean>;
|
|
21
|
+
required: false;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
type: {
|
|
26
|
+
type: __PropType<"round" | "dots" | "three-circles" | "three-dots">;
|
|
27
|
+
required: false;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
color: {
|
|
31
|
+
type: __PropType<"dark" | "blue" | "orange" | "jordy" | "grey">;
|
|
32
|
+
required: false;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
spinning: {
|
|
36
|
+
type: __PropType<boolean>;
|
|
37
|
+
required: false;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}>>, {
|
|
41
|
+
type: "round" | "dots" | "three-circles" | "three-dots";
|
|
42
|
+
color: "dark" | "blue" | "orange" | "jordy" | "grey";
|
|
43
|
+
spinning: boolean;
|
|
44
|
+
}>;
|
|
45
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const MaSpinTypes: readonly ["round", "dots", "three-circles", "three-dots"];
|
|
2
|
+
export declare const MaSpinColors: readonly ["dark", "jordy", "blue", "orange", "grey"];
|
|
3
|
+
export type MaSpinType = (typeof MaSpinTypes)[number];
|
|
4
|
+
export type MaSpinColor = (typeof MaSpinColors)[number];
|
|
@@ -35,7 +35,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
35
35
|
required: false;
|
|
36
36
|
};
|
|
37
37
|
type: {
|
|
38
|
-
type: __PropType<
|
|
38
|
+
type: __PropType<"primary" | "secondary">;
|
|
39
39
|
required: false;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
@@ -65,7 +65,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
65
65
|
required: false;
|
|
66
66
|
};
|
|
67
67
|
type: {
|
|
68
|
-
type: __PropType<
|
|
68
|
+
type: __PropType<"primary" | "secondary">;
|
|
69
69
|
required: false;
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
@@ -73,6 +73,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
73
73
|
onChange?: (...args: any[]) => any;
|
|
74
74
|
onClick?: (...args: any[]) => any;
|
|
75
75
|
}, {
|
|
76
|
-
type:
|
|
76
|
+
type: "primary" | "secondary";
|
|
77
77
|
}>;
|
|
78
78
|
export default _sfc_main;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SwitchTypes:
|
|
1
|
+
export declare const SwitchTypes: readonly ["primary", "secondary"];
|
|
2
2
|
export type SwitchType = (typeof SwitchTypes)[number];
|
|
@@ -12,7 +12,7 @@ export interface MaSwitchProps {
|
|
|
12
12
|
}
|
|
13
13
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
14
14
|
size: {
|
|
15
|
-
type: __PropType<
|
|
15
|
+
type: __PropType<"default" | "small" | "large">;
|
|
16
16
|
required: false;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
@@ -46,7 +46,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
46
46
|
};
|
|
47
47
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "click")[], "change" | "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
48
|
size: {
|
|
49
|
-
type: __PropType<
|
|
49
|
+
type: __PropType<"default" | "small" | "large">;
|
|
50
50
|
required: false;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
@@ -82,6 +82,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
82
82
|
onChange?: (...args: any[]) => any;
|
|
83
83
|
onClick?: (...args: any[]) => any;
|
|
84
84
|
}, {
|
|
85
|
-
size:
|
|
85
|
+
size: "default" | "small" | "large";
|
|
86
86
|
}>;
|
|
87
87
|
export default _sfc_main;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ToggleSizes:
|
|
1
|
+
export declare const ToggleSizes: readonly ["small", "default", "large"];
|
|
2
2
|
export type ToggleSize = (typeof ToggleSizes)[number];
|
|
@@ -4,7 +4,7 @@ import { type TooltipPlacement } from "ant-design-vue/lib/tooltip/index";
|
|
|
4
4
|
export interface MaTooltipProps {
|
|
5
5
|
placement?: TooltipPlacement;
|
|
6
6
|
type?: TooltipType;
|
|
7
|
-
icon?:
|
|
7
|
+
icon?: string;
|
|
8
8
|
title?: string;
|
|
9
9
|
description?: string;
|
|
10
10
|
trigger?: TooltipTriggerType;
|
|
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
type: {
|
|
21
|
-
type: __PropType<
|
|
21
|
+
type: __PropType<"primary" | "secondary">;
|
|
22
22
|
required: false;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
@@ -35,7 +35,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
35
35
|
required: false;
|
|
36
36
|
};
|
|
37
37
|
trigger: {
|
|
38
|
-
type: __PropType<
|
|
38
|
+
type: __PropType<"click" | "hover" | "contextmenu" | "focus">;
|
|
39
39
|
required: false;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
@@ -55,7 +55,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
type: {
|
|
58
|
-
type: __PropType<
|
|
58
|
+
type: __PropType<"primary" | "secondary">;
|
|
59
59
|
required: false;
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
@@ -72,7 +72,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
72
72
|
required: false;
|
|
73
73
|
};
|
|
74
74
|
trigger: {
|
|
75
|
-
type: __PropType<
|
|
75
|
+
type: __PropType<"click" | "hover" | "contextmenu" | "focus">;
|
|
76
76
|
required: false;
|
|
77
77
|
default: string;
|
|
78
78
|
};
|
|
@@ -86,9 +86,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
86
86
|
default: boolean;
|
|
87
87
|
};
|
|
88
88
|
}>>, {
|
|
89
|
-
type:
|
|
89
|
+
type: "primary" | "secondary";
|
|
90
90
|
placement: TooltipPlacement;
|
|
91
|
-
trigger:
|
|
91
|
+
trigger: "click" | "hover" | "contextmenu" | "focus";
|
|
92
92
|
defaultVisible: boolean;
|
|
93
93
|
}>;
|
|
94
94
|
export default _sfc_main;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const TooltipPlacements:
|
|
2
|
-
export declare const TooltipTypes:
|
|
3
|
-
export declare const TooltipTriggerTypes:
|
|
1
|
+
export declare const TooltipPlacements: readonly ["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"];
|
|
2
|
+
export declare const TooltipTypes: readonly ["primary", "secondary"];
|
|
3
|
+
export declare const TooltipTriggerTypes: readonly ["hover", "focus", "click", "contextmenu"];
|
|
4
4
|
export type TooltipType = (typeof TooltipTypes)[number];
|
|
5
5
|
export type TooltipTriggerType = (typeof TooltipTriggerTypes)[number];
|
|
@@ -11,12 +11,12 @@ export interface MaTrackButtonProps {
|
|
|
11
11
|
}
|
|
12
12
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
13
13
|
variant: {
|
|
14
|
-
type: __PropType<
|
|
14
|
+
type: __PropType<"default">;
|
|
15
15
|
required: false;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
size: {
|
|
19
|
-
type: __PropType<
|
|
19
|
+
type: __PropType<"sm" | "md" | "lg">;
|
|
20
20
|
required: false;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
@@ -42,12 +42,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
42
42
|
};
|
|
43
43
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
44
|
variant: {
|
|
45
|
-
type: __PropType<
|
|
45
|
+
type: __PropType<"default">;
|
|
46
46
|
required: false;
|
|
47
47
|
default: string;
|
|
48
48
|
};
|
|
49
49
|
size: {
|
|
50
|
-
type: __PropType<
|
|
50
|
+
type: __PropType<"sm" | "md" | "lg">;
|
|
51
51
|
required: false;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
@@ -72,7 +72,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
72
72
|
required: true;
|
|
73
73
|
};
|
|
74
74
|
}>>, {
|
|
75
|
-
variant:
|
|
76
|
-
size:
|
|
75
|
+
variant: "default";
|
|
76
|
+
size: "sm" | "md" | "lg";
|
|
77
77
|
}>;
|
|
78
78
|
export default _sfc_main;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const TrackButtonVariants:
|
|
2
|
-
export declare const TrackButtonSizes:
|
|
1
|
+
export declare const TrackButtonVariants: readonly ["default"];
|
|
2
|
+
export declare const TrackButtonSizes: readonly ["sm", "md", "lg"];
|
|
3
3
|
export type TrackButtonVariant = (typeof TrackButtonVariants)[number];
|
|
4
4
|
export type TrackButtonSize = (typeof TrackButtonSizes)[number];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createStaticVNode as r } from "vue";
|
|
2
|
+
const i = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 120 120"
|
|
6
|
+
}, l = /* @__PURE__ */ r('<g filter="url(#a)"><g clip-path="url(#b)"><rect width="120" height="120" fill="#F2F4F7" rx="60"></rect><path fill="#fff" d="M18 35.4a4.8 4.8 0 0 1 4.8-4.8h74.4a4.8 4.8 0 0 1 4.8 4.8v85.8H18V35.4Z"></path><rect width="69.6" height="12" x="24.6" y="44.4" fill="#D0D5DD" rx="2.4"></rect><rect width="53.4" height="12" x="25.2" y="67.2" fill="#EAECF0" rx="2.4"></rect><rect width="40.2" height="12" x="24.6" y="90" fill="#F2F4F7" rx="2.4"></rect></g></g><defs><clipPath id="b"><rect width="120" height="120" fill="#fff" rx="60"></rect></clipPath><filter id="a" width="120" height="120.6" x="0" y="-.6" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-.6"></feOffset><feGaussianBlur stdDeviation="1.2"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.20434 0 0 0 0 0.329917 0 0 0 0 0.445833 0 0 0 0.12 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_589_74940"></feBlend></filter></defs>', 2), o = [
|
|
7
|
+
l
|
|
8
|
+
];
|
|
9
|
+
function f(a, h) {
|
|
10
|
+
return e(), t("svg", i, o);
|
|
11
|
+
}
|
|
12
|
+
const s = { render: f };
|
|
13
|
+
export {
|
|
14
|
+
s as default,
|
|
15
|
+
f as render
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),r={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 120 120"},i=e.createStaticVNode('<g filter="url(#a)"><g clip-path="url(#b)"><rect width="120" height="120" fill="#F2F4F7" rx="60"></rect><path fill="#fff" d="M18 35.4a4.8 4.8 0 0 1 4.8-4.8h74.4a4.8 4.8 0 0 1 4.8 4.8v85.8H18V35.4Z"></path><rect width="69.6" height="12" x="24.6" y="44.4" fill="#D0D5DD" rx="2.4"></rect><rect width="53.4" height="12" x="25.2" y="67.2" fill="#EAECF0" rx="2.4"></rect><rect width="40.2" height="12" x="24.6" y="90" fill="#F2F4F7" rx="2.4"></rect></g></g><defs><clipPath id="b"><rect width="120" height="120" fill="#fff" rx="60"></rect></clipPath><filter id="a" width="120" height="120.6" x="0" y="-.6" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-.6"></feOffset><feGaussianBlur stdDeviation="1.2"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.20434 0 0 0 0 0.329917 0 0 0 0 0.445833 0 0 0 0.12 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_589_74940"></feBlend></filter></defs>',2),l=[i];function t(a,f){return e.openBlock(),e.createElementBlock("svg",r,l)}const o={render:t};exports.default=o;exports.render=t;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,25 +1,48 @@
|
|
|
1
1
|
export { default as MaButton } from './components/button/index.vue';
|
|
2
|
+
export * from './components/button/types';
|
|
2
3
|
export { default as MaTrackButton } from './components/track-button/index.vue';
|
|
4
|
+
export * from './components/track-button/types';
|
|
3
5
|
export { default as MaToggle } from './components/toggle/index.vue';
|
|
6
|
+
export * from './components/toggle/types';
|
|
4
7
|
export { default as MaSwitch } from './components/switch/index.vue';
|
|
8
|
+
export * from './components/switch/types';
|
|
5
9
|
export { default as MaTooltip } from './components/tooltip/index.vue';
|
|
10
|
+
export * from './components/tooltip/types';
|
|
6
11
|
export { default as MaForm } from './components/form/index.vue';
|
|
7
12
|
export { default as MaFormItem } from './components/form-item/index.vue';
|
|
13
|
+
export * from './components/form/types';
|
|
8
14
|
export { default as MaInput } from './components/input/index.vue';
|
|
15
|
+
export * from './components/input/types';
|
|
9
16
|
export { default as MaIcon } from './components/icon/index.vue';
|
|
17
|
+
export * from './components/icon/types';
|
|
10
18
|
export { default as MaSelect } from './components/select/index.vue';
|
|
11
19
|
export { default as MaSelectOption } from './components/select/components/option.vue';
|
|
20
|
+
export * from './components/select/types';
|
|
12
21
|
export { default as MaCheckbox } from './components/checkbox/index.vue';
|
|
13
22
|
export { default as MaCheckboxGroup } from './components/checkbox/group.vue';
|
|
14
23
|
export { default as MaNumericInput } from './components/numeric-input/index.vue';
|
|
24
|
+
export * from './components/numeric-input/types';
|
|
15
25
|
export { default as MaAppTrackButton } from './components/app-track-button/index.vue';
|
|
16
26
|
export { default as MaAppIcon } from './components/app-icon/index.vue';
|
|
27
|
+
export * from './components/app-icon/types';
|
|
17
28
|
export { default as MaRadio } from './components/radio/index.vue';
|
|
18
29
|
export { default as MaRadioGroup } from './components/radio/group.vue';
|
|
30
|
+
export * from './components/radio/types';
|
|
19
31
|
export { default as MaBadge } from './components/badge/index.vue';
|
|
32
|
+
export * from './components/badge/types';
|
|
20
33
|
export { default as MaAlert } from './components/alert/index.vue';
|
|
34
|
+
export * from './components/alert/types';
|
|
21
35
|
export { default as MaAnimation } from './components/animation/index.vue';
|
|
36
|
+
export * from './components/animation/types';
|
|
22
37
|
export { default as MaModal } from './components/modal/index';
|
|
38
|
+
export * from './components/modal/types';
|
|
23
39
|
export { default as MaRate } from './components/rate/index.vue';
|
|
40
|
+
export * from './components/rate/types';
|
|
41
|
+
export { default as MaSpin } from './components/spin/index.vue';
|
|
42
|
+
export * from './components/spin/types';
|
|
43
|
+
export { default as MaDropdown } from './components/dropdown/index.vue';
|
|
44
|
+
export * from './components/dropdown/types';
|
|
45
|
+
export { default as MaEmpty } from './components/empty/index.vue';
|
|
46
|
+
export * from './components/empty/types';
|
|
24
47
|
export { ActionKitConfig } from './services/config';
|
|
25
48
|
export { useActionKitConfig } from './composables/config';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createStaticVNode as i } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 120 120"
|
|
6
|
+
}, l = /* @__PURE__ */ i('<g filter="url(#a)"><g clip-path="url(#b)"><rect width="120" height="120" fill="#F2F4F7" rx="60"></rect><g clip-path="url(#c)"><path fill="#fff" d="M18 35.4a4.8 4.8 0 0 1 4.8-4.8h74.4a4.8 4.8 0 0 1 4.8 4.8v85.8H18V35.4Z"></path><rect width="29.4" height="4.8" x="25.2" y="42.6" fill="#EAECF0" rx="2.4"></rect><rect width="70.8" height="13.2" x="24.6" y="51.6" fill="#fff" rx="3"></rect><rect width="70.8" height="13.2" x="24.6" y="51.6" stroke="#4478FF" stroke-width="1.2" rx="3"></rect><rect width="29.4" height="4.8" x="25.2" y="76.2" fill="#EAECF0" rx="2.4"></rect><rect width="69.6" height="12" x="25.2" y="85.8" fill="#F2F4F7" rx="2.4"></rect><rect width="29.4" height="4.8" x="25.2" y="109.8" fill="#EAECF0" rx="2.4"></rect><rect width="69.6" height="12" x="25.2" y="119.4" fill="#F2F4F7" rx="2.4"></rect></g><rect width="24" height="24" x="48" y="13.8" fill="#4478FF" rx="12"></rect><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="M56.4 25.8h7.2M60 29.4v-7.2"></path></g></g><defs><clipPath id="b"><rect width="120" height="120" fill="#fff" rx="60"></rect></clipPath><clipPath id="c"><path fill="#fff" d="M18 35.4a4.8 4.8 0 0 1 4.8-4.8h74.4a4.8 4.8 0 0 1 4.8 4.8v85.8H18V35.4Z"></path></clipPath><filter id="a" width="120" height="120.6" x="0" y="-.6" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-.6"></feOffset><feGaussianBlur stdDeviation="1.2"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.20434 0 0 0 0 0.329917 0 0 0 0 0.445833 0 0 0 0.12 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_589_74942"></feBlend></filter></defs>', 2), h = [
|
|
7
|
+
l
|
|
8
|
+
];
|
|
9
|
+
function f(o, a) {
|
|
10
|
+
return e(), t("svg", r, h);
|
|
11
|
+
}
|
|
12
|
+
const d = { render: f };
|
|
13
|
+
export {
|
|
14
|
+
d as default,
|
|
15
|
+
f as render
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),r={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 120 120"},i=e.createStaticVNode('<g filter="url(#a)"><g clip-path="url(#b)"><rect width="120" height="120" fill="#F2F4F7" rx="60"></rect><g clip-path="url(#c)"><path fill="#fff" d="M18 35.4a4.8 4.8 0 0 1 4.8-4.8h74.4a4.8 4.8 0 0 1 4.8 4.8v85.8H18V35.4Z"></path><rect width="29.4" height="4.8" x="25.2" y="42.6" fill="#EAECF0" rx="2.4"></rect><rect width="70.8" height="13.2" x="24.6" y="51.6" fill="#fff" rx="3"></rect><rect width="70.8" height="13.2" x="24.6" y="51.6" stroke="#4478FF" stroke-width="1.2" rx="3"></rect><rect width="29.4" height="4.8" x="25.2" y="76.2" fill="#EAECF0" rx="2.4"></rect><rect width="69.6" height="12" x="25.2" y="85.8" fill="#F2F4F7" rx="2.4"></rect><rect width="29.4" height="4.8" x="25.2" y="109.8" fill="#EAECF0" rx="2.4"></rect><rect width="69.6" height="12" x="25.2" y="119.4" fill="#F2F4F7" rx="2.4"></rect></g><rect width="24" height="24" x="48" y="13.8" fill="#4478FF" rx="12"></rect><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="M56.4 25.8h7.2M60 29.4v-7.2"></path></g></g><defs><clipPath id="b"><rect width="120" height="120" fill="#fff" rx="60"></rect></clipPath><clipPath id="c"><path fill="#fff" d="M18 35.4a4.8 4.8 0 0 1 4.8-4.8h74.4a4.8 4.8 0 0 1 4.8 4.8v85.8H18V35.4Z"></path></clipPath><filter id="a" width="120" height="120.6" x="0" y="-.6" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-.6"></feOffset><feGaussianBlur stdDeviation="1.2"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.20434 0 0 0 0 0.329917 0 0 0 0 0.445833 0 0 0 0.12 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_589_74942"></feBlend></filter></defs>',2),l=[i];function t(o,f){return e.openBlock(),e.createElementBlock("svg",r,l)}const h={render:t};exports.default=h;exports.render=t;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as r, createStaticVNode as e } from "vue";
|
|
2
|
+
const i = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 48 48"
|
|
6
|
+
}, o = /* @__PURE__ */ e('<rect width="4" height="12" x="22" fill="#EAECF0" rx="2"></rect><rect width="4" height="12" x="33.899" y="16.929" fill="#EAECF0" rx="2" transform="rotate(-135 33.9 16.929)"></rect><rect width="4" height="12" x="36" y="26" fill="#EAECF0" rx="2" transform="rotate(-90 36 26)"></rect><rect width="4" height="12" x="31.071" y="33.9" fill="#EAECF0" rx="2" transform="rotate(-45 31.071 33.9)"></rect><rect width="4" height="12" x="22" y="36" fill="#EAECF0" rx="2"></rect><rect width="4" height="12" x="8.444" y="42.385" fill="#EAECF0" rx="2" transform="rotate(-135 8.444 42.385)"></rect><rect width="4" height="12" y="26" fill="currentColor" rx="2" transform="rotate(-90 0 26)"></rect><rect width="4" height="12" x="5.615" y="8.444" fill="#EAECF0" rx="2" transform="rotate(-45 5.615 8.444)"></rect>', 8), c = [
|
|
7
|
+
o
|
|
8
|
+
];
|
|
9
|
+
function h(l, n) {
|
|
10
|
+
return t(), r("svg", i, c);
|
|
11
|
+
}
|
|
12
|
+
const x = { render: h };
|
|
13
|
+
export {
|
|
14
|
+
x as default,
|
|
15
|
+
h as render
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),r={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 48 48"},i=t.createStaticVNode('<rect width="4" height="12" x="22" fill="#EAECF0" rx="2"></rect><rect width="4" height="12" x="33.899" y="16.929" fill="#EAECF0" rx="2" transform="rotate(-135 33.9 16.929)"></rect><rect width="4" height="12" x="36" y="26" fill="#EAECF0" rx="2" transform="rotate(-90 36 26)"></rect><rect width="4" height="12" x="31.071" y="33.9" fill="#EAECF0" rx="2" transform="rotate(-45 31.071 33.9)"></rect><rect width="4" height="12" x="22" y="36" fill="#EAECF0" rx="2"></rect><rect width="4" height="12" x="8.444" y="42.385" fill="#EAECF0" rx="2" transform="rotate(-135 8.444 42.385)"></rect><rect width="4" height="12" y="26" fill="currentColor" rx="2" transform="rotate(-90 0 26)"></rect><rect width="4" height="12" x="5.615" y="8.444" fill="#EAECF0" rx="2" transform="rotate(-45 5.615 8.444)"></rect>',8),o=[i];function e(h,l){return t.openBlock(),t.createElementBlock("svg",r,o)}const c={render:e};exports.default=c;exports.render=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 56 56"},n=e.createElementVNode("path",{stroke:"#EAECF0","stroke-width":"8",d:"M36.639 5.609a24 24 0 1 1-17.278 44.783A24 24 0 0 1 36.64 5.61Z"},null,-1),r=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-width":"8",d:"M36.639 5.609a24 24 0 0 1 9.987 37.527"},null,-1),s=[n,r];function t(d,l){return e.openBlock(),e.createElementBlock("svg",o,s)}const c={render:t};exports.default=c;exports.render=t;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 56 56"
|
|
6
|
+
}, r = /* @__PURE__ */ e("path", {
|
|
7
|
+
stroke: "#EAECF0",
|
|
8
|
+
"stroke-width": "8",
|
|
9
|
+
d: "M36.639 5.609a24 24 0 1 1-17.278 44.783A24 24 0 0 1 36.64 5.61Z"
|
|
10
|
+
}, null, -1), s = /* @__PURE__ */ e("path", {
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-width": "8",
|
|
14
|
+
d: "M36.639 5.609a24 24 0 0 1 9.987 37.527"
|
|
15
|
+
}, null, -1), c = [
|
|
16
|
+
r,
|
|
17
|
+
s
|
|
18
|
+
];
|
|
19
|
+
function d(l, i) {
|
|
20
|
+
return t(), o("svg", n, c);
|
|
21
|
+
}
|
|
22
|
+
const h = { render: d };
|
|
23
|
+
export {
|
|
24
|
+
h as default,
|
|
25
|
+
d as render
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 48 48"},r=e.createElementVNode("path",{stroke:"#EAECF0","stroke-linecap":"round","stroke-width":"4",d:"M43 24a19 19 0 1 1-38 0"},null,-1),n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-width":"4",d:"M12 24a12 12 0 0 1 24 0"},null,-1),s=e.createElementVNode("path",{stroke:"#EAECF0","stroke-linecap":"round","stroke-width":"4",d:"M20 24a4 4 0 0 0 8 0"},null,-1),c=[r,n,s];function t(d,i){return e.openBlock(),e.createElementBlock("svg",o,c)}const l={render:t};exports.default=l;exports.render=t;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 48 48"
|
|
6
|
+
}, n = /* @__PURE__ */ e("path", {
|
|
7
|
+
stroke: "#EAECF0",
|
|
8
|
+
"stroke-linecap": "round",
|
|
9
|
+
"stroke-width": "4",
|
|
10
|
+
d: "M43 24a19 19 0 1 1-38 0"
|
|
11
|
+
}, null, -1), s = /* @__PURE__ */ e("path", {
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-width": "4",
|
|
15
|
+
d: "M12 24a12 12 0 0 1 24 0"
|
|
16
|
+
}, null, -1), c = /* @__PURE__ */ e("path", {
|
|
17
|
+
stroke: "#EAECF0",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-width": "4",
|
|
20
|
+
d: "M20 24a4 4 0 0 0 8 0"
|
|
21
|
+
}, null, -1), l = [
|
|
22
|
+
n,
|
|
23
|
+
s,
|
|
24
|
+
c
|
|
25
|
+
];
|
|
26
|
+
function d(i, a) {
|
|
27
|
+
return t(), o("svg", r, l);
|
|
28
|
+
}
|
|
29
|
+
const _ = { render: d };
|
|
30
|
+
export {
|
|
31
|
+
_ as default,
|
|
32
|
+
d as render
|
|
33
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),r={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 48 48"},o=e.createElementVNode("circle",{cx:"10",cy:"24",r:"4",fill:"currentColor",transform:"rotate(180 10 24)"},null,-1),c=e.createElementVNode("circle",{cx:"24",cy:"24",r:"4",fill:"#EAECF0",transform:"rotate(180 24 24)"},null,-1),n=e.createElementVNode("circle",{cx:"38",cy:"24",r:"4",fill:"#EAECF0",transform:"rotate(180 38 24)"},null,-1),l=[o,c,n];function t(i,a){return e.openBlock(),e.createElementBlock("svg",r,l)}const s={render:t};exports.default=s;exports.render=t;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 48 48"
|
|
6
|
+
}, c = /* @__PURE__ */ e("circle", {
|
|
7
|
+
cx: "10",
|
|
8
|
+
cy: "24",
|
|
9
|
+
r: "4",
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
transform: "rotate(180 10 24)"
|
|
12
|
+
}, null, -1), n = /* @__PURE__ */ e("circle", {
|
|
13
|
+
cx: "24",
|
|
14
|
+
cy: "24",
|
|
15
|
+
r: "4",
|
|
16
|
+
fill: "#EAECF0",
|
|
17
|
+
transform: "rotate(180 24 24)"
|
|
18
|
+
}, null, -1), l = /* @__PURE__ */ e("circle", {
|
|
19
|
+
cx: "38",
|
|
20
|
+
cy: "24",
|
|
21
|
+
r: "4",
|
|
22
|
+
fill: "#EAECF0",
|
|
23
|
+
transform: "rotate(180 38 24)"
|
|
24
|
+
}, null, -1), s = [
|
|
25
|
+
c,
|
|
26
|
+
n,
|
|
27
|
+
l
|
|
28
|
+
];
|
|
29
|
+
function i(_, a) {
|
|
30
|
+
return t(), o("svg", r, s);
|
|
31
|
+
}
|
|
32
|
+
const d = { render: i };
|
|
33
|
+
export {
|
|
34
|
+
d as default,
|
|
35
|
+
i as render
|
|
36
|
+
};
|
|
@@ -15,8 +15,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
variant: string;
|
|
16
16
|
type: string;
|
|
17
17
|
}>>>, {
|
|
18
|
-
type:
|
|
19
|
-
variant:
|
|
18
|
+
type: "primary" | "secondary";
|
|
19
|
+
variant: "dark" | "blue" | "green" | "orange" | "red";
|
|
20
20
|
}>, {
|
|
21
21
|
icon: (_: {}) => any;
|
|
22
22
|
message: (_: {}) => any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const MaAlertPropVariants:
|
|
2
|
-
export declare const MaAlertPropTypes:
|
|
1
|
+
export declare const MaAlertPropVariants: readonly ["dark", "blue", "green", "orange", "red"];
|
|
2
|
+
export declare const MaAlertPropTypes: readonly ["primary", "secondary"];
|
|
3
3
|
export declare type MaAlertPropVariant = (typeof MaAlertPropVariants)[number];
|
|
4
4
|
export declare type MaAlertPropType = (typeof MaAlertPropTypes)[number];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const Animations:
|
|
1
|
+
export declare const Animations: readonly ["rocket", "success-confetti", "rounded-loading", "fly-waiting", "no-data-found", "sad-not-found"];
|
|
2
2
|
export declare type AnimationName = (typeof Animations)[number];
|