@quasar/extras 1.10.12 → 1.11.3

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 (29) hide show
  1. package/README.md +14 -12
  2. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  3. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  4. package/bootstrap-icons/index.d.ts +37 -1
  5. package/bootstrap-icons/index.js +54 -18
  6. package/material-icons/index.d.ts +82 -14
  7. package/material-icons/index.js +84 -16
  8. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  9. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  10. package/material-icons-outlined/index.d.ts +82 -14
  11. package/material-icons-outlined/index.js +84 -16
  12. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  13. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  14. package/material-icons-round/index.d.ts +82 -14
  15. package/material-icons-round/index.js +85 -17
  16. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  17. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  18. package/material-icons-sharp/index.d.ts +82 -14
  19. package/material-icons-sharp/index.js +84 -16
  20. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  21. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  22. package/mdi-v6/LICENSE +20 -0
  23. package/mdi-v6/index.d.ts +6497 -0
  24. package/mdi-v6/index.js +6497 -0
  25. package/mdi-v6/license.md +20 -0
  26. package/mdi-v6/materialdesignicons-webfont.woff +0 -0
  27. package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
  28. package/mdi-v6/mdi-v6.css +24920 -0
  29. package/package.json +13 -7
package/README.md CHANGED
@@ -21,12 +21,13 @@ Please make sure you have latest `@quasar/extras` npm package version installed
21
21
 
22
22
  | Vendor | Version | quasar.conf.js extras name | Description | Notes | License |
23
23
  | --- | --- | --- | --- | --- | --- |
24
- | Roboto Font | CDN v27 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
25
- | Roboto Font Latin Extended | CDN v27 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
26
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v98 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2.0+ | [License](material-icons/LICENSE) |
27
- | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v75 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
28
- | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v74 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
29
- | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v75 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
24
+ | Roboto Font | CDN v29 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
25
+ | Roboto Font Latin Extended | CDN v29 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
26
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v111 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2.0+ | [License](material-icons/LICENSE) |
27
+ | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v84 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
28
+ | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v83 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
29
+ | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v84 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
30
+ | [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.4.95 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
30
31
  | [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
31
32
  | MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
32
33
  | MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
@@ -35,7 +36,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
35
36
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
36
37
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `themify` | Themify Icons font | | [License](themify/LICENSE) |
37
38
  | [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `line-awesome` | Line Awesome font | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
38
- | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.5.0 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
39
+ | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.6.1 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
39
40
  | [Animate.css](https://animate.style/) | 4.1.1 | Use `animations` prop | Bundle of animations you can use in your website/app | | [License](animate/LICENSE) |
40
41
 
41
42
  > Install one of MDI v5, MDI v4 or MDI v3, but never together at the same time.
@@ -47,10 +48,11 @@ Please make sure you have latest `@quasar/extras` npm package version installed
47
48
 
48
49
  | Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
49
50
  | --- | --- | --- | --- | --- | --- |
50
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v98 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
51
- | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v75 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
52
- | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v74 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
53
- | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v75 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
51
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v111 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
52
+ | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v84 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
53
+ | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v83 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
54
+ | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v84 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
55
+ | [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.4.95 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
54
56
  | [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
55
57
  | MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
56
58
  | [Font Awesome](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
@@ -59,7 +61,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
59
61
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
60
62
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
61
63
  | [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `svg-line-awesome` | `@quasar/extras/line-awesome` | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
62
- | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.5.0 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
64
+ | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.6.1 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
63
65
 
64
66
  Example:
65
67
 
@@ -1,5 +1,6 @@
1
- /* Bootstrap v1.5.0 */
1
+ /* Bootstrap v1.6.1 */
2
2
 
3
+ export declare const biActivity: string;
3
4
  export declare const biAlarmFill: string;
4
5
  export declare const biAlarm: string;
5
6
  export declare const biAlignBottom: string;
@@ -11,6 +12,7 @@ export declare const biAlignTop: string;
11
12
  export declare const biAlt: string;
12
13
  export declare const biAppIndicator: string;
13
14
  export declare const biApp: string;
15
+ export declare const biApple: string;
14
16
  export declare const biArchiveFill: string;
15
17
  export declare const biArchive: string;
16
18
  export declare const biArrow90degDown: string;
@@ -138,6 +140,7 @@ export declare const biBatteryCharging: string;
138
140
  export declare const biBatteryFull: string;
139
141
  export declare const biBatteryHalf: string;
140
142
  export declare const biBattery: string;
143
+ export declare const biBehance: string;
141
144
  export declare const biBellFill: string;
142
145
  export declare const biBellSlashFill: string;
143
146
  export declare const biBellSlash: string;
@@ -536,12 +539,17 @@ export declare const biDoorOpenFill: string;
536
539
  export declare const biDoorOpen: string;
537
540
  export declare const biDot: string;
538
541
  export declare const biDownload: string;
542
+ export declare const biDribbble: string;
539
543
  export declare const biDropletFill: string;
540
544
  export declare const biDropletHalf: string;
541
545
  export declare const biDroplet: string;
542
546
  export declare const biEarbuds: string;
543
547
  export declare const biEaselFill: string;
544
548
  export declare const biEasel: string;
549
+ export declare const biEasel2Fill: string;
550
+ export declare const biEasel2: string;
551
+ export declare const biEasel3Fill: string;
552
+ export declare const biEasel3: string;
545
553
  export declare const biEggFill: string;
546
554
  export declare const biEggFried: string;
547
555
  export declare const biEgg: string;
@@ -595,6 +603,7 @@ export declare const biEye: string;
595
603
  export declare const biEyedropper: string;
596
604
  export declare const biEyeglasses: string;
597
605
  export declare const biFacebook: string;
606
+ export declare const biFan: string;
598
607
  export declare const biFileArrowDownFill: string;
599
608
  export declare const biFileArrowDown: string;
600
609
  export declare const biFileArrowUpFill: string;
@@ -733,6 +742,7 @@ export declare const biFilterRight: string;
733
742
  export declare const biFilterSquareFill: string;
734
743
  export declare const biFilterSquare: string;
735
744
  export declare const biFilter: string;
745
+ export declare const biFingerprint: string;
736
746
  export declare const biFlagFill: string;
737
747
  export declare const biFlag: string;
738
748
  export declare const biFlower1: string;
@@ -775,7 +785,9 @@ export declare const biGithub: string;
775
785
  export declare const biGlobe: string;
776
786
  export declare const biGlobe2: string;
777
787
  export declare const biGoogle: string;
788
+ export declare const biGraphDownArrow: string;
778
789
  export declare const biGraphDown: string;
790
+ export declare const biGraphUpArrow: string;
779
791
  export declare const biGraphUp: string;
780
792
  export declare const biGrid1x2Fill: string;
781
793
  export declare const biGrid1x2: string;
@@ -831,6 +843,7 @@ export declare const biHouseFill: string;
831
843
  export declare const biHouse: string;
832
844
  export declare const biHr: string;
833
845
  export declare const biHurricane: string;
846
+ export declare const biHypnotize: string;
834
847
  export declare const biImageAlt: string;
835
848
  export declare const biImageFill: string;
836
849
  export declare const biImage: string;
@@ -904,6 +917,7 @@ export declare const biLightningChargeFill: string;
904
917
  export declare const biLightningCharge: string;
905
918
  export declare const biLightningFill: string;
906
919
  export declare const biLightning: string;
920
+ export declare const biLine: string;
907
921
  export declare const biLink45deg: string;
908
922
  export declare const biLink: string;
909
923
  export declare const biLinkedin: string;
@@ -916,6 +930,7 @@ export declare const biListUl: string;
916
930
  export declare const biList: string;
917
931
  export declare const biLockFill: string;
918
932
  export declare const biLock: string;
933
+ export declare const biMagic: string;
919
934
  export declare const biMailbox: string;
920
935
  export declare const biMailbox2: string;
921
936
  export declare const biMapFill: string;
@@ -924,6 +939,7 @@ export declare const biMarkdownFill: string;
924
939
  export declare const biMarkdown: string;
925
940
  export declare const biMask: string;
926
941
  export declare const biMastodon: string;
942
+ export declare const biMedium: string;
927
943
  export declare const biMegaphoneFill: string;
928
944
  export declare const biMegaphone: string;
929
945
  export declare const biMenuAppFill: string;
@@ -939,6 +955,7 @@ export declare const biMicFill: string;
939
955
  export declare const biMicMuteFill: string;
940
956
  export declare const biMicMute: string;
941
957
  export declare const biMic: string;
958
+ export declare const biMicrosoft: string;
942
959
  export declare const biMinecartLoaded: string;
943
960
  export declare const biMinecart: string;
944
961
  export declare const biMoisture: string;
@@ -991,6 +1008,7 @@ export declare const biPauseCircleFill: string;
991
1008
  export declare const biPauseCircle: string;
992
1009
  export declare const biPauseFill: string;
993
1010
  export declare const biPause: string;
1011
+ export declare const biPaypal: string;
994
1012
  export declare const biPeaceFill: string;
995
1013
  export declare const biPeace: string;
996
1014
  export declare const biPenFill: string;
@@ -1016,7 +1034,12 @@ export declare const biPersonFill: string;
1016
1034
  export declare const biPersonLinesFill: string;
1017
1035
  export declare const biPersonPlusFill: string;
1018
1036
  export declare const biPersonPlus: string;
1037
+ export declare const biPersonRolodex: string;
1019
1038
  export declare const biPersonSquare: string;
1039
+ export declare const biPersonVideo: string;
1040
+ export declare const biPersonVideo2: string;
1041
+ export declare const biPersonVideo3: string;
1042
+ export declare const biPersonWorkspace: string;
1020
1043
  export declare const biPersonXFill: string;
1021
1044
  export declare const biPersonX: string;
1022
1045
  export declare const biPerson: string;
@@ -1036,6 +1059,7 @@ export declare const biPinFill: string;
1036
1059
  export declare const biPinMapFill: string;
1037
1060
  export declare const biPinMap: string;
1038
1061
  export declare const biPin: string;
1062
+ export declare const biPinterest: string;
1039
1063
  export declare const biPipFill: string;
1040
1064
  export declare const biPip: string;
1041
1065
  export declare const biPlayBtnFill: string;
@@ -1069,6 +1093,7 @@ export declare const biQuestionOctagon: string;
1069
1093
  export declare const biQuestionSquareFill: string;
1070
1094
  export declare const biQuestionSquare: string;
1071
1095
  export declare const biQuestion: string;
1096
+ export declare const biRadioactive: string;
1072
1097
  export declare const biRainbow: string;
1073
1098
  export declare const biReceiptCutoff: string;
1074
1099
  export declare const biReceipt: string;
@@ -1133,6 +1158,7 @@ export declare const biShift: string;
1133
1158
  export declare const biShopWindow: string;
1134
1159
  export declare const biShop: string;
1135
1160
  export declare const biShuffle: string;
1161
+ export declare const biSignal: string;
1136
1162
  export declare const biSignpost2Fill: string;
1137
1163
  export declare const biSignpost2: string;
1138
1164
  export declare const biSignpostFill: string;
@@ -1175,6 +1201,7 @@ export declare const biSlashSquare: string;
1175
1201
  export declare const biSlash: string;
1176
1202
  export declare const biSliders: string;
1177
1203
  export declare const biSmartwatch: string;
1204
+ export declare const biSnapchat: string;
1178
1205
  export declare const biSnow: string;
1179
1206
  export declare const biSnow2: string;
1180
1207
  export declare const biSnow3: string;
@@ -1196,9 +1223,11 @@ export declare const biSpeaker: string;
1196
1223
  export declare const biSpeedometer: string;
1197
1224
  export declare const biSpeedometer2: string;
1198
1225
  export declare const biSpellcheck: string;
1226
+ export declare const biSpotify: string;
1199
1227
  export declare const biSquareFill: string;
1200
1228
  export declare const biSquareHalf: string;
1201
1229
  export declare const biSquare: string;
1230
+ export declare const biStackOverflow: string;
1202
1231
  export declare const biStack: string;
1203
1232
  export declare const biStarFill: string;
1204
1233
  export declare const biStarHalf: string;
@@ -1218,6 +1247,7 @@ export declare const biStoplightsFill: string;
1218
1247
  export declare const biStoplights: string;
1219
1248
  export declare const biStopwatchFill: string;
1220
1249
  export declare const biStopwatch: string;
1250
+ export declare const biStrava: string;
1221
1251
  export declare const biSubtract: string;
1222
1252
  export declare const biSuitClubFill: string;
1223
1253
  export declare const biSuitClub: string;
@@ -1330,6 +1360,7 @@ export declare const biUpload: string;
1330
1360
  export declare const biVectorPen: string;
1331
1361
  export declare const biViewList: string;
1332
1362
  export declare const biViewStacked: string;
1363
+ export declare const biVimeo: string;
1333
1364
  export declare const biVinylFill: string;
1334
1365
  export declare const biVinyl: string;
1335
1366
  export declare const biVoicemail: string;
@@ -1347,6 +1378,8 @@ export declare const biWallet: string;
1347
1378
  export declare const biWallet2: string;
1348
1379
  export declare const biWatch: string;
1349
1380
  export declare const biWater: string;
1381
+ export declare const biWebcamFill: string;
1382
+ export declare const biWebcam: string;
1350
1383
  export declare const biWhatsapp: string;
1351
1384
  export declare const biWifi1: string;
1352
1385
  export declare const biWifi2: string;
@@ -1356,6 +1389,8 @@ export declare const biWind: string;
1356
1389
  export declare const biWindowDock: string;
1357
1390
  export declare const biWindowSidebar: string;
1358
1391
  export declare const biWindow: string;
1392
+ export declare const biWindows: string;
1393
+ export declare const biWordpress: string;
1359
1394
  export declare const biWrench: string;
1360
1395
  export declare const biXCircleFill: string;
1361
1396
  export declare const biXCircle: string;
@@ -1367,6 +1402,7 @@ export declare const biXOctagon: string;
1367
1402
  export declare const biXSquareFill: string;
1368
1403
  export declare const biXSquare: string;
1369
1404
  export declare const biX: string;
1405
+ export declare const biYinYang: string;
1370
1406
  export declare const biYoutube: string;
1371
1407
  export declare const biZoomIn: string;
1372
1408
  export declare const biZoomOut: string;