@scorchingft/ui-plus 1.0.5 → 1.0.7
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.
|
@@ -8,6 +8,8 @@ import { default as Arrowdown1 } from '../scorchingftIcon/arrow/Arrowdown1.vue';
|
|
|
8
8
|
import { default as Attachment } from '../scorchingftIcon/item/Attachment.vue';
|
|
9
9
|
import { default as Bilibili } from '../scorchingftIcon/website/Bilibili.vue';
|
|
10
10
|
import { default as Bold } from '../scorchingftIcon/edit/Bold.vue';
|
|
11
|
+
import { default as Chat } from '../scorchingftIcon/system/Chat.vue';
|
|
12
|
+
import { default as Chatfilled } from '../scorchingftIcon/system/Chatfilled.vue';
|
|
11
13
|
import { default as Circleclose } from '../scorchingftIcon/system/Circleclose.vue';
|
|
12
14
|
import { default as Circleclosefilled } from '../scorchingftIcon/system/Circleclosefilled.vue';
|
|
13
15
|
import { default as Clearformat } from '../scorchingftIcon/edit/Clearformat.vue';
|
|
@@ -30,6 +32,7 @@ import { default as Githublight } from '../scorchingftIcon/website/Githublight.v
|
|
|
30
32
|
import { default as Grid } from '../scorchingftIcon/system/Grid.vue';
|
|
31
33
|
import { default as Height } from '../scorchingftIcon/animation/Height.vue';
|
|
32
34
|
import { default as Hide } from '../scorchingftIcon/system/Hide.vue';
|
|
35
|
+
import { default as Home } from '../scorchingftIcon/system/Home.vue';
|
|
33
36
|
import { default as Hourglass } from '../scorchingftIcon/animation/Hourglass.vue';
|
|
34
37
|
import { default as Image_2 } from '../scorchingftIcon/media/Image.vue';
|
|
35
38
|
import { default as Increase } from '../scorchingftIcon/arrow/Increase.vue';
|
|
@@ -38,8 +41,10 @@ import { default as Italic } from '../scorchingftIcon/edit/Italic.vue';
|
|
|
38
41
|
import { default as Justify } from '../scorchingftIcon/edit/Justify.vue';
|
|
39
42
|
import { default as Light } from '../scorchingftIcon/weather/Light.vue';
|
|
40
43
|
import { default as Like } from '../scorchingftIcon/item/Like.vue';
|
|
44
|
+
import { default as Likefilled } from '../scorchingftIcon/item/Likefilled.vue';
|
|
41
45
|
import { default as Lineheight } from '../scorchingftIcon/edit/Lineheight.vue';
|
|
42
46
|
import { default as Link } from '../scorchingftIcon/system/Link.vue';
|
|
47
|
+
import { default as List } from '../scorchingftIcon/system/List.vue';
|
|
43
48
|
import { default as Loadcolor } from '../scorchingftIcon/animation/Loadcolor.vue';
|
|
44
49
|
import { default as Loadding } from '../scorchingftIcon/animation/Loadding.vue';
|
|
45
50
|
import { default as Npm } from '../scorchingftIcon/website/Npm.vue';
|
|
@@ -57,7 +62,6 @@ import { default as SfIcon } from '../scorchingft/icon/Icon.vue';
|
|
|
57
62
|
import { default as SfMessage } from '../utils/Message';
|
|
58
63
|
import { SfMessageHandler } from '../types/type';
|
|
59
64
|
import { default as Speed } from '../scorchingftIcon/animation/Speed.vue';
|
|
60
|
-
import { default as Stepon } from '../scorchingftIcon/item/Stepon.vue';
|
|
61
65
|
import { default as Strikethrough } from '../scorchingftIcon/edit/Strikethrough.vue';
|
|
62
66
|
import { default as Successfilled } from '../scorchingftIcon/system/Successfilled.vue';
|
|
63
67
|
import { default as Underline } from '../scorchingftIcon/edit/Underline.vue';
|
|
@@ -90,6 +94,10 @@ export { Bilibili }
|
|
|
90
94
|
|
|
91
95
|
export { Bold }
|
|
92
96
|
|
|
97
|
+
export { Chat }
|
|
98
|
+
|
|
99
|
+
export { Chatfilled }
|
|
100
|
+
|
|
93
101
|
export { Circleclose }
|
|
94
102
|
|
|
95
103
|
export { Circleclosefilled }
|
|
@@ -134,6 +142,8 @@ export { Height }
|
|
|
134
142
|
|
|
135
143
|
export { Hide }
|
|
136
144
|
|
|
145
|
+
export { Home }
|
|
146
|
+
|
|
137
147
|
export { Hourglass }
|
|
138
148
|
|
|
139
149
|
export { Image_2 as Image }
|
|
@@ -150,10 +160,14 @@ export { Light }
|
|
|
150
160
|
|
|
151
161
|
export { Like }
|
|
152
162
|
|
|
163
|
+
export { Likefilled }
|
|
164
|
+
|
|
153
165
|
export { Lineheight }
|
|
154
166
|
|
|
155
167
|
export { Link }
|
|
156
168
|
|
|
169
|
+
export { List }
|
|
170
|
+
|
|
157
171
|
export { Loadcolor }
|
|
158
172
|
|
|
159
173
|
export { Loadding }
|
|
@@ -192,8 +206,6 @@ export { SfMessage }
|
|
|
192
206
|
|
|
193
207
|
export { Speed }
|
|
194
208
|
|
|
195
|
-
export { Stepon }
|
|
196
|
-
|
|
197
209
|
export { Strikethrough }
|
|
198
210
|
|
|
199
211
|
export { Successfilled }
|