@gx-design-vue/pro-layout 0.1.0-beta.165 → 0.1.0-beta.166
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/Moon-DwyqVo-7.js +120 -0
- package/dist/Sunny-DUr9-0W5.js +237 -0
- package/dist/components/BaseMenu/index.d.ts +3 -3
- package/dist/components/BaseMenu/style.d.ts +3 -0
- package/dist/components/GIcon/components/public/Moon.d.ts +3 -0
- package/dist/components/GIcon/components/public/Sunny.d.ts +3 -0
- package/dist/components/GIcon/components/public/index.d.ts +2 -0
- package/dist/components/GIcon/index.d.ts +2 -2
- package/dist/components/GIcon/types.d.ts +2 -2
- package/dist/components/SiderMenu/style/menu.d.ts +0 -1
- package/dist/pro-layout.js +1513 -1486
- package/dist/pro-layout.umd.cjs +9 -9
- package/dist/types/RouteTypings.d.ts +2 -2
- package/package.json +2 -2
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { createVNode as e, mergeProps as t } from "vue";
|
|
2
|
+
const a = (l = {}) => e("svg", t({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em",
|
|
6
|
+
viewBox: "0 0 24 24"
|
|
7
|
+
}, l), [e("g", {
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
"stroke-linecap": "round",
|
|
11
|
+
"stroke-linejoin": "round",
|
|
12
|
+
"stroke-width": "2"
|
|
13
|
+
}, [e("path", {
|
|
14
|
+
"stroke-dasharray": "2",
|
|
15
|
+
"stroke-dashoffset": "2",
|
|
16
|
+
d: "M12 19v1M19 12h1M12 5v-1M5 12h-1"
|
|
17
|
+
}, [e("animate", {
|
|
18
|
+
fill: "freeze",
|
|
19
|
+
attributeName: "d",
|
|
20
|
+
begin: "0.6s",
|
|
21
|
+
dur: "0.2s",
|
|
22
|
+
values: "M12 19v1M19 12h1M12 5v-1M5 12h-1;M12 21v1M21 12h1M12 3v-1M3 12h-1"
|
|
23
|
+
}, null), e("animate", {
|
|
24
|
+
fill: "freeze",
|
|
25
|
+
attributeName: "stroke-dashoffset",
|
|
26
|
+
begin: "0.6s",
|
|
27
|
+
dur: "0.2s",
|
|
28
|
+
values: "2;0"
|
|
29
|
+
}, null)]), e("path", {
|
|
30
|
+
"stroke-dasharray": "2",
|
|
31
|
+
"stroke-dashoffset": "2",
|
|
32
|
+
d: "M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5"
|
|
33
|
+
}, [e("animate", {
|
|
34
|
+
fill: "freeze",
|
|
35
|
+
attributeName: "d",
|
|
36
|
+
begin: "0.8s",
|
|
37
|
+
dur: "0.2s",
|
|
38
|
+
values: "M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5;M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5"
|
|
39
|
+
}, null), e("animate", {
|
|
40
|
+
fill: "freeze",
|
|
41
|
+
attributeName: "stroke-dashoffset",
|
|
42
|
+
begin: "0.8s",
|
|
43
|
+
dur: "0.2s",
|
|
44
|
+
values: "2;0"
|
|
45
|
+
}, null)]), e("animateTransform", {
|
|
46
|
+
attributeName: "transform",
|
|
47
|
+
dur: "30s",
|
|
48
|
+
repeatCount: "indefinite",
|
|
49
|
+
type: "rotate",
|
|
50
|
+
values: "0 12 12;360 12 12"
|
|
51
|
+
}, null)]), e("mask", {
|
|
52
|
+
id: "lineMdMoonAltToSunnyOutlineLoopTransition0"
|
|
53
|
+
}, [e("circle", {
|
|
54
|
+
cx: "12",
|
|
55
|
+
cy: "12",
|
|
56
|
+
r: "12",
|
|
57
|
+
fill: "#fff"
|
|
58
|
+
}, null), e("circle", {
|
|
59
|
+
cx: "12",
|
|
60
|
+
cy: "12",
|
|
61
|
+
r: "8"
|
|
62
|
+
}, [e("animate", {
|
|
63
|
+
fill: "freeze",
|
|
64
|
+
attributeName: "r",
|
|
65
|
+
dur: "0.4s",
|
|
66
|
+
values: "8;4"
|
|
67
|
+
}, null)]), e("circle", {
|
|
68
|
+
cx: "18",
|
|
69
|
+
cy: "6",
|
|
70
|
+
r: "12",
|
|
71
|
+
fill: "#fff"
|
|
72
|
+
}, [e("animate", {
|
|
73
|
+
fill: "freeze",
|
|
74
|
+
attributeName: "cx",
|
|
75
|
+
dur: "0.4s",
|
|
76
|
+
values: "18;22"
|
|
77
|
+
}, null), e("animate", {
|
|
78
|
+
fill: "freeze",
|
|
79
|
+
attributeName: "cy",
|
|
80
|
+
dur: "0.4s",
|
|
81
|
+
values: "6;2"
|
|
82
|
+
}, null), e("animate", {
|
|
83
|
+
fill: "freeze",
|
|
84
|
+
attributeName: "r",
|
|
85
|
+
dur: "0.4s",
|
|
86
|
+
values: "12;3"
|
|
87
|
+
}, null)]), e("circle", {
|
|
88
|
+
cx: "18",
|
|
89
|
+
cy: "6",
|
|
90
|
+
r: "10"
|
|
91
|
+
}, [e("animate", {
|
|
92
|
+
fill: "freeze",
|
|
93
|
+
attributeName: "cx",
|
|
94
|
+
dur: "0.4s",
|
|
95
|
+
values: "18;22"
|
|
96
|
+
}, null), e("animate", {
|
|
97
|
+
fill: "freeze",
|
|
98
|
+
attributeName: "cy",
|
|
99
|
+
dur: "0.4s",
|
|
100
|
+
values: "6;2"
|
|
101
|
+
}, null), e("animate", {
|
|
102
|
+
fill: "freeze",
|
|
103
|
+
attributeName: "r",
|
|
104
|
+
dur: "0.4s",
|
|
105
|
+
values: "10;1"
|
|
106
|
+
}, null)])]), e("circle", {
|
|
107
|
+
cx: "12",
|
|
108
|
+
cy: "12",
|
|
109
|
+
r: "10",
|
|
110
|
+
mask: "url(#lineMdMoonAltToSunnyOutlineLoopTransition0)",
|
|
111
|
+
fill: "currentColor"
|
|
112
|
+
}, [e("animate", {
|
|
113
|
+
fill: "freeze",
|
|
114
|
+
attributeName: "r",
|
|
115
|
+
dur: "0.4s",
|
|
116
|
+
values: "10;6"
|
|
117
|
+
}, null)])]);
|
|
118
|
+
export {
|
|
119
|
+
a as default
|
|
120
|
+
};
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
import { createVNode as e, mergeProps as t } from "vue";
|
|
2
|
+
const l = (n = {}) => e("svg", t({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em",
|
|
6
|
+
viewBox: "0 0 24 24"
|
|
7
|
+
}, n), [e("g", {
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
"stroke-dasharray": "4",
|
|
11
|
+
"stroke-dashoffset": "4",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round"
|
|
14
|
+
}, [e("path", {
|
|
15
|
+
d: "M13 4h1.5M13 4h-1.5M13 4v1.5M13 4v-1.5"
|
|
16
|
+
}, [e("animate", {
|
|
17
|
+
id: "lineMdSunnyOutlineToMoonAltLoopTransition0",
|
|
18
|
+
fill: "freeze",
|
|
19
|
+
attributeName: "stroke-dashoffset",
|
|
20
|
+
begin: "0.6s;lineMdSunnyOutlineToMoonAltLoopTransition0.begin+6s",
|
|
21
|
+
dur: "0.4s",
|
|
22
|
+
values: "4;0"
|
|
23
|
+
}, null), e("animate", {
|
|
24
|
+
fill: "freeze",
|
|
25
|
+
attributeName: "stroke-dashoffset",
|
|
26
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition0.begin+2s;lineMdSunnyOutlineToMoonAltLoopTransition0.begin+4s",
|
|
27
|
+
dur: "0.4s",
|
|
28
|
+
values: "4;0"
|
|
29
|
+
}, null), e("animate", {
|
|
30
|
+
fill: "freeze",
|
|
31
|
+
attributeName: "stroke-dashoffset",
|
|
32
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition0.begin+1.2s;lineMdSunnyOutlineToMoonAltLoopTransition0.begin+3.2s;lineMdSunnyOutlineToMoonAltLoopTransition0.begin+5.2s",
|
|
33
|
+
dur: "0.4s",
|
|
34
|
+
values: "0;4"
|
|
35
|
+
}, null), e("set", {
|
|
36
|
+
fill: "freeze",
|
|
37
|
+
attributeName: "d",
|
|
38
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition0.begin+1.8s",
|
|
39
|
+
to: "M12 5h1.5M12 5h-1.5M12 5v1.5M12 5v-1.5"
|
|
40
|
+
}, null), e("set", {
|
|
41
|
+
fill: "freeze",
|
|
42
|
+
attributeName: "d",
|
|
43
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition0.begin+3.8s",
|
|
44
|
+
to: "M12 4h1.5M12 4h-1.5M12 4v1.5M12 4v-1.5"
|
|
45
|
+
}, null), e("set", {
|
|
46
|
+
fill: "freeze",
|
|
47
|
+
attributeName: "d",
|
|
48
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition0.begin+5.8s",
|
|
49
|
+
to: "M13 4h1.5M13 4h-1.5M13 4v1.5M13 4v-1.5"
|
|
50
|
+
}, null)]), e("path", {
|
|
51
|
+
d: "M19 11h1.5M19 11h-1.5M19 11v1.5M19 11v-1.5"
|
|
52
|
+
}, [e("animate", {
|
|
53
|
+
id: "lineMdSunnyOutlineToMoonAltLoopTransition1",
|
|
54
|
+
fill: "freeze",
|
|
55
|
+
attributeName: "stroke-dashoffset",
|
|
56
|
+
begin: "1s;lineMdSunnyOutlineToMoonAltLoopTransition1.begin+6s",
|
|
57
|
+
dur: "0.4s",
|
|
58
|
+
values: "4;0"
|
|
59
|
+
}, null), e("animate", {
|
|
60
|
+
fill: "freeze",
|
|
61
|
+
attributeName: "stroke-dashoffset",
|
|
62
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition1.begin+2s;lineMdSunnyOutlineToMoonAltLoopTransition1.begin+4s",
|
|
63
|
+
dur: "0.4s",
|
|
64
|
+
values: "4;0"
|
|
65
|
+
}, null), e("animate", {
|
|
66
|
+
fill: "freeze",
|
|
67
|
+
attributeName: "stroke-dashoffset",
|
|
68
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition1.begin+1.2s;lineMdSunnyOutlineToMoonAltLoopTransition1.begin+3.2s;lineMdSunnyOutlineToMoonAltLoopTransition1.begin+5.2s",
|
|
69
|
+
dur: "0.4s",
|
|
70
|
+
values: "0;4"
|
|
71
|
+
}, null), e("set", {
|
|
72
|
+
fill: "freeze",
|
|
73
|
+
attributeName: "d",
|
|
74
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition1.begin+1.8s",
|
|
75
|
+
to: "M17 11h1.5M17 11h-1.5M17 11v1.5M17 11v-1.5"
|
|
76
|
+
}, null), e("set", {
|
|
77
|
+
fill: "freeze",
|
|
78
|
+
attributeName: "d",
|
|
79
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition1.begin+3.8s",
|
|
80
|
+
to: "M18 12h1.5M18 12h-1.5M18 12v1.5M18 12v-1.5"
|
|
81
|
+
}, null), e("set", {
|
|
82
|
+
fill: "freeze",
|
|
83
|
+
attributeName: "d",
|
|
84
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition1.begin+5.8s",
|
|
85
|
+
to: "M19 11h1.5M19 11h-1.5M19 11v1.5M19 11v-1.5"
|
|
86
|
+
}, null)]), e("path", {
|
|
87
|
+
d: "M19 4h1.5M19 4h-1.5M19 4v1.5M19 4v-1.5"
|
|
88
|
+
}, [e("animate", {
|
|
89
|
+
id: "lineMdSunnyOutlineToMoonAltLoopTransition2",
|
|
90
|
+
fill: "freeze",
|
|
91
|
+
attributeName: "stroke-dashoffset",
|
|
92
|
+
begin: "2.8s;lineMdSunnyOutlineToMoonAltLoopTransition2.begin+6s",
|
|
93
|
+
dur: "0.4s",
|
|
94
|
+
values: "4;0"
|
|
95
|
+
}, null), e("animate", {
|
|
96
|
+
fill: "freeze",
|
|
97
|
+
attributeName: "stroke-dashoffset",
|
|
98
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition2.begin+2s",
|
|
99
|
+
dur: "0.4s",
|
|
100
|
+
values: "4;0"
|
|
101
|
+
}, null), e("animate", {
|
|
102
|
+
fill: "freeze",
|
|
103
|
+
attributeName: "stroke-dashoffset",
|
|
104
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition2.begin+1.2s;lineMdSunnyOutlineToMoonAltLoopTransition2.begin+3.2s",
|
|
105
|
+
dur: "0.4s",
|
|
106
|
+
values: "0;4"
|
|
107
|
+
}, null), e("set", {
|
|
108
|
+
fill: "freeze",
|
|
109
|
+
attributeName: "d",
|
|
110
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition2.begin+1.8s",
|
|
111
|
+
to: "M20 5h1.5M20 5h-1.5M20 5v1.5M20 5v-1.5"
|
|
112
|
+
}, null), e("set", {
|
|
113
|
+
fill: "freeze",
|
|
114
|
+
attributeName: "d",
|
|
115
|
+
begin: "lineMdSunnyOutlineToMoonAltLoopTransition2.begin+5.8s",
|
|
116
|
+
to: "M19 4h1.5M19 4h-1.5M19 4v1.5M19 4v-1.5"
|
|
117
|
+
}, null)])]), e("g", {
|
|
118
|
+
fill: "none",
|
|
119
|
+
stroke: "currentColor",
|
|
120
|
+
"stroke-linecap": "round",
|
|
121
|
+
"stroke-linejoin": "round",
|
|
122
|
+
"stroke-width": "2"
|
|
123
|
+
}, [e("g", null, [e("path", {
|
|
124
|
+
"stroke-dasharray": "2",
|
|
125
|
+
"stroke-dashoffset": "4",
|
|
126
|
+
d: "M12 21v1M21 12h1M12 3v-1M3 12h-1"
|
|
127
|
+
}, [e("animate", {
|
|
128
|
+
fill: "freeze",
|
|
129
|
+
attributeName: "stroke-dashoffset",
|
|
130
|
+
dur: "0.2s",
|
|
131
|
+
values: "4;2"
|
|
132
|
+
}, null)]), e("path", {
|
|
133
|
+
"stroke-dasharray": "2",
|
|
134
|
+
"stroke-dashoffset": "4",
|
|
135
|
+
d: "M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5"
|
|
136
|
+
}, [e("animate", {
|
|
137
|
+
fill: "freeze",
|
|
138
|
+
attributeName: "stroke-dashoffset",
|
|
139
|
+
begin: "0.2s",
|
|
140
|
+
dur: "0.2s",
|
|
141
|
+
values: "4;2"
|
|
142
|
+
}, null)]), e("set", {
|
|
143
|
+
fill: "freeze",
|
|
144
|
+
attributeName: "opacity",
|
|
145
|
+
begin: "0.5s",
|
|
146
|
+
to: "0"
|
|
147
|
+
}, null)]), e("path", {
|
|
148
|
+
d: "M7 6 C7 12.08 11.92 17 18 17 C18.53 17 19.05 16.96 19.56 16.89 C17.95 19.36 15.17 21 12 21 C7.03 21 3 16.97 3 12 C3 8.83 4.64 6.05 7.11 4.44 C7.04 4.95 7 5.47 7 6 Z",
|
|
149
|
+
opacity: "0"
|
|
150
|
+
}, [e("set", {
|
|
151
|
+
fill: "freeze",
|
|
152
|
+
attributeName: "opacity",
|
|
153
|
+
begin: "0.5s",
|
|
154
|
+
to: "1"
|
|
155
|
+
}, null)])]), e("mask", {
|
|
156
|
+
id: "lineMdSunnyOutlineToMoonAltLoopTransition3"
|
|
157
|
+
}, [e("circle", {
|
|
158
|
+
cx: "12",
|
|
159
|
+
cy: "12",
|
|
160
|
+
r: "12",
|
|
161
|
+
fill: "#fff"
|
|
162
|
+
}, null), e("circle", {
|
|
163
|
+
cx: "12",
|
|
164
|
+
cy: "12",
|
|
165
|
+
r: "4"
|
|
166
|
+
}, [e("animate", {
|
|
167
|
+
fill: "freeze",
|
|
168
|
+
attributeName: "r",
|
|
169
|
+
begin: "0.1s",
|
|
170
|
+
dur: "0.4s",
|
|
171
|
+
values: "4;8"
|
|
172
|
+
}, null)]), e("circle", {
|
|
173
|
+
cx: "22",
|
|
174
|
+
cy: "2",
|
|
175
|
+
r: "3",
|
|
176
|
+
fill: "#fff"
|
|
177
|
+
}, [e("animate", {
|
|
178
|
+
fill: "freeze",
|
|
179
|
+
attributeName: "cx",
|
|
180
|
+
begin: "0.1s",
|
|
181
|
+
dur: "0.4s",
|
|
182
|
+
values: "22;18"
|
|
183
|
+
}, null), e("animate", {
|
|
184
|
+
fill: "freeze",
|
|
185
|
+
attributeName: "cy",
|
|
186
|
+
begin: "0.1s",
|
|
187
|
+
dur: "0.4s",
|
|
188
|
+
values: "2;6"
|
|
189
|
+
}, null), e("animate", {
|
|
190
|
+
fill: "freeze",
|
|
191
|
+
attributeName: "r",
|
|
192
|
+
begin: "0.1s",
|
|
193
|
+
dur: "0.4s",
|
|
194
|
+
values: "3;12"
|
|
195
|
+
}, null)]), e("circle", {
|
|
196
|
+
cx: "22",
|
|
197
|
+
cy: "2",
|
|
198
|
+
r: "1"
|
|
199
|
+
}, [e("animate", {
|
|
200
|
+
fill: "freeze",
|
|
201
|
+
attributeName: "cx",
|
|
202
|
+
begin: "0.1s",
|
|
203
|
+
dur: "0.4s",
|
|
204
|
+
values: "22;18"
|
|
205
|
+
}, null), e("animate", {
|
|
206
|
+
fill: "freeze",
|
|
207
|
+
attributeName: "cy",
|
|
208
|
+
begin: "0.1s",
|
|
209
|
+
dur: "0.4s",
|
|
210
|
+
values: "2;6"
|
|
211
|
+
}, null), e("animate", {
|
|
212
|
+
fill: "freeze",
|
|
213
|
+
attributeName: "r",
|
|
214
|
+
begin: "0.1s",
|
|
215
|
+
dur: "0.4s",
|
|
216
|
+
values: "1;10"
|
|
217
|
+
}, null)])]), e("circle", {
|
|
218
|
+
cx: "12",
|
|
219
|
+
cy: "12",
|
|
220
|
+
r: "6",
|
|
221
|
+
mask: "url(#lineMdSunnyOutlineToMoonAltLoopTransition3)",
|
|
222
|
+
fill: "currentColor"
|
|
223
|
+
}, [e("animate", {
|
|
224
|
+
fill: "freeze",
|
|
225
|
+
attributeName: "r",
|
|
226
|
+
begin: "0.1s",
|
|
227
|
+
dur: "0.4s",
|
|
228
|
+
values: "6;10"
|
|
229
|
+
}, null), e("set", {
|
|
230
|
+
fill: "freeze",
|
|
231
|
+
attributeName: "opacity",
|
|
232
|
+
begin: "0.5s",
|
|
233
|
+
to: "0"
|
|
234
|
+
}, null)])]);
|
|
235
|
+
export {
|
|
236
|
+
l as default
|
|
237
|
+
};
|
|
@@ -3,9 +3,9 @@ import type { FunctionalComponent } from 'vue';
|
|
|
3
3
|
import type { AppRouteModule } from '../../types/RouteTypings';
|
|
4
4
|
export declare const LazyIcon: FunctionalComponent<{
|
|
5
5
|
icon: CustomRender;
|
|
6
|
-
|
|
6
|
+
iconPrefix?: string;
|
|
7
7
|
className?: string;
|
|
8
|
-
|
|
8
|
+
hashId?: string;
|
|
9
9
|
iconfontUrl?: string;
|
|
10
10
|
}>;
|
|
11
11
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
type: import("vue").PropType<import("../../types/MenuTypings").ProLayoutMenuFunProps["selectedKeys"]>;
|
|
56
56
|
default: () => never[];
|
|
57
57
|
};
|
|
58
|
-
}>, () => import("vue/
|
|
58
|
+
}>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
class: {
|
|
60
60
|
type: import("vue").PropType<string>;
|
|
61
61
|
};
|
|
@@ -2,6 +2,8 @@ declare const components: {
|
|
|
2
2
|
spinning: import("vue").FunctionalComponent<any, {}, any, {}>;
|
|
3
3
|
pin: import("vue").FunctionalComponent<any, {}, any, {}>;
|
|
4
4
|
unpin: import("vue").FunctionalComponent<any, {}, any, {}>;
|
|
5
|
+
moon: import("vue").FunctionalComponent<any, {}, any, {}>;
|
|
6
|
+
sunny: import("vue").FunctionalComponent<any, {}, any, {}>;
|
|
5
7
|
};
|
|
6
8
|
export type PublicIcon = keyof typeof components;
|
|
7
9
|
export default components;
|
|
@@ -6,7 +6,7 @@ declare const GIcon: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
6
6
|
type: PropType<Record<string, any>>;
|
|
7
7
|
default: () => {};
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
class: PropType<string | string[]>;
|
|
10
10
|
onClick: PropType<any>;
|
|
11
11
|
spin: BooleanConstructor;
|
|
12
12
|
style: {
|
|
@@ -19,7 +19,7 @@ declare const GIcon: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
19
19
|
type: PropType<Record<string, any>>;
|
|
20
20
|
default: () => {};
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
class: PropType<string | string[]>;
|
|
23
23
|
onClick: PropType<any>;
|
|
24
24
|
spin: BooleanConstructor;
|
|
25
25
|
style: {
|
|
@@ -3,14 +3,14 @@ import type { PublicIcon } from './components/public';
|
|
|
3
3
|
export type IconBaseType = PublicIcon;
|
|
4
4
|
export interface IconBaseProps {
|
|
5
5
|
type: IconBaseType;
|
|
6
|
-
|
|
6
|
+
class?: string | string[];
|
|
7
7
|
onClick?: any;
|
|
8
8
|
spin?: boolean;
|
|
9
9
|
style?: CSSProperties;
|
|
10
10
|
components?: Record<string, any>;
|
|
11
11
|
}
|
|
12
12
|
export declare const defaultIconProps: {
|
|
13
|
-
|
|
13
|
+
class: PropType<string | string[]>;
|
|
14
14
|
onClick: PropType<any>;
|
|
15
15
|
spin: BooleanConstructor;
|
|
16
16
|
style: {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import type { ProAliasToken } from '@gx-design-vue/pro-provider';
|
|
2
2
|
import type { GenerateStyle } from 'ant-design-vue/es/theme/internal';
|
|
3
3
|
export declare const genProLayoutBaseMenuStyle: GenerateStyle<ProAliasToken>;
|
|
4
|
-
export declare const genMenuIconStyle: GenerateStyle<ProAliasToken>;
|