Skip to content

Commit 428d61a

Browse files
committed
Update CoreUI
1 parent 9ae77ab commit 428d61a

29 files changed

+713
-2170
lines changed

coreui/package-lock.json

Lines changed: 49 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coreui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"test:e2e": "vue-cli-service test:e2e"
1515
},
1616
"dependencies": {
17-
"@coreui/coreui": "3.0.0-alpha.14",
18-
"@coreui/coreui-chartjs": "coreui/coreui-chartjs#v2",
19-
"@coreui/icons": "coreui/coreui-icons#v1-alpha",
20-
"@coreui/vue": "coreui/coreui-vue#dev",
17+
"@coreui/coreui": "3.0.0-beta.3",
18+
"@coreui/coreui-vue-chartjs": "1.0.0-alpha.2",
19+
"@coreui/icons": "1.0.0-beta.3",
20+
"@coreui/vue": "3.0.0-beta.0",
2121
"vue": "^2.6.10",
2222
"vue-router": "^3.1.3",
2323
"axios": "^0.19.0"

coreui/src/App.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export default {
99
</script>
1010

1111
<style lang="scss">
12-
// CoreUI Icons Set
13-
@import '~@coreui/icons/css/coreui-icons.min.css';
1412
// Import Main styles for this application
1513
@import 'assets/scss/style';
1614
</style>

coreui/src/assets/icons/icons.js

Lines changed: 154 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,161 @@
11
import {
2-
facebook,
3-
twitter,
4-
linkedin,
5-
flickr,
6-
tumblr,
7-
xing,
8-
github,
9-
stackOverflow,
10-
youtube,
11-
dribbble,
12-
instagram,
13-
pinterest,
14-
vk,
15-
yahoo,
16-
behance,
17-
reddit,
18-
vimeo,
19-
ccMastercard, ccVisa, stripe, paypal, googleWallet, ccAmex
20-
} from '@coreui/icons/brands'
21-
import { US, BR, IN, FR, ES, PL } from '@coreui/icons/flags'
22-
import { iconSet } from '@coreui/icons'
2+
cibFacebook,
3+
cibTwitter,
4+
cibLinkedin,
5+
cibFlickr,
6+
cibTumblr,
7+
cibXing,
8+
cibGithub,
9+
cibStackOverflow,
10+
cibYoutube,
11+
cibDribbble,
12+
cibInstagram,
13+
cibPinterest,
14+
cibVk,
15+
cibYahoo,
16+
cibBehance,
17+
cibReddit,
18+
cibVimeo,
19+
cibCcMastercard,
20+
cibCcVisa,
21+
cibStripe,
22+
cibPaypal,
23+
cibGooglePay,
24+
cibCcAmex
25+
} from '@coreui/icons'
26+
import {
27+
cifUs,
28+
cifBr,
29+
cifIn,
30+
cifFr,
31+
cifEs,
32+
cifPl
33+
} from '@coreui/icons'
34+
import {
35+
cilArrowRight,
36+
cilBan,
37+
cilBasket,
38+
cilBell,
39+
cilCalculator,
40+
cilCalendar,
41+
cilCloudDownload,
42+
cilChartPie,
43+
cilCheck,
44+
cilChevronBottom,
45+
cilChevronTop,
46+
// cilCircleCheck,
47+
cilCommentSquare,
48+
cilCursor,
49+
cilDrop,
50+
cilDollar,
51+
cilEnvelopeClosed,
52+
cilEnvelopeOpen,
53+
cilEuro,
54+
cilGlobeAlt,
55+
cilFile,
56+
cilJustifyCenter,
57+
cilLaptop,
58+
cilLayers,
59+
cilLightbulb,
60+
cilList,
61+
cilLocationPin,
62+
cilLockLocked,
63+
cilMagnifyingGlass,
64+
cilMoon,
65+
cilPencil,
66+
cilPeople,
67+
cilPuzzle,
68+
cilSettings,
69+
cilShieldAlt,
70+
cilSpeech,
71+
cilSpeedometer,
72+
cilStar,
73+
cilTask,
74+
cilUser,
75+
cilUserFemale,
76+
cilUserFollow,
77+
cilXCircle
78+
79+
} from '@coreui/icons'
2380

2481
export const iconsSet = Object.assign(
2582
{},
26-
iconSet,
27-
{ US, BR, IN, FR, ES, PL },
2883
{
29-
facebook,
30-
twitter,
31-
linkedin,
32-
flickr,
33-
tumblr,
34-
xing,
35-
github,
36-
stackOverflow,
37-
youtube,
38-
dribbble,
39-
instagram,
40-
pinterest,
41-
vk,
42-
yahoo,
43-
behance,
44-
reddit,
45-
vimeo,
46-
ccMastercard, ccVisa, stripe, paypal, googleWallet, ccAmex
84+
cilArrowRight,
85+
cilBan,
86+
cilBasket,
87+
cilBell,
88+
cilCalculator,
89+
cilCalendar,
90+
cilCloudDownload,
91+
cilChartPie,
92+
cilCheck,
93+
cilChevronBottom,
94+
cilChevronTop,
95+
// cilCircleCheck,
96+
cilCommentSquare,
97+
cilCursor,
98+
cilDrop,
99+
cilDollar,
100+
cilEnvelopeClosed,
101+
cilEnvelopeOpen,
102+
cilEuro,
103+
cilGlobeAlt,
104+
cilFile,
105+
cilJustifyCenter,
106+
cilLaptop,
107+
cilLayers,
108+
cilLightbulb,
109+
cilList,
110+
cilLocationPin,
111+
cilLockLocked,
112+
cilMagnifyingGlass,
113+
cilMoon,
114+
cilPencil,
115+
cilPeople,
116+
cilPuzzle,
117+
cilSettings,
118+
cilShieldAlt,
119+
cilSpeech,
120+
cilSpeedometer,
121+
cilStar,
122+
cilTask,
123+
cilUser,
124+
cilUserFemale,
125+
cilUserFollow,
126+
cilXCircle
127+
},
128+
{
129+
cifUs,
130+
cifBr,
131+
cifIn,
132+
cifFr,
133+
cifEs,
134+
cifPl
135+
},
136+
{
137+
cibFacebook,
138+
cibTwitter,
139+
cibLinkedin,
140+
cibFlickr,
141+
cibTumblr,
142+
cibXing,
143+
cibGithub,
144+
cibStackOverflow,
145+
cibYoutube,
146+
cibDribbble,
147+
cibInstagram,
148+
cibPinterest,
149+
cibVk,
150+
cibYahoo,
151+
cibBehance,
152+
cibReddit,
153+
cibVimeo,
154+
cibCcMastercard,
155+
cibCcVisa,
156+
cibStripe,
157+
cibPaypal,
158+
cibGooglePay,
159+
cibCcAmex
47160
}
48161
)

0 commit comments

Comments
 (0)