@quasar/extras 1.12.4 → 1.13.1

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 (79) hide show
  1. package/README.md +14 -12
  2. package/animate/animate-list.mjs +107 -0
  3. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  4. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  5. package/bootstrap-icons/icons.json +741 -595
  6. package/bootstrap-icons/index.d.ts +764 -618
  7. package/bootstrap-icons/index.js +744 -598
  8. package/bootstrap-icons/index.mjs +1670 -0
  9. package/eva-icons/icons.json +245 -245
  10. package/eva-icons/index.d.ts +245 -245
  11. package/eva-icons/index.js +245 -245
  12. package/eva-icons/index.mjs +492 -0
  13. package/fontawesome-v5/icons.json +226 -226
  14. package/fontawesome-v5/index.d.ts +225 -225
  15. package/fontawesome-v5/index.js +226 -226
  16. package/fontawesome-v5/index.mjs +1613 -0
  17. package/fontawesome-v6/LICENSE.txt +165 -0
  18. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  19. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  20. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  21. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  22. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  23. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  24. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  25. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  26. package/fontawesome-v6/fontawesome-v6.css +7003 -0
  27. package/fontawesome-v6/icons.json +1750 -0
  28. package/fontawesome-v6/index.d.ts +1750 -0
  29. package/fontawesome-v6/index.js +1750 -0
  30. package/fontawesome-v6/index.mjs +1750 -0
  31. package/ionicons-v4/index.mjs +698 -0
  32. package/ionicons-v5/index.mjs +1334 -0
  33. package/ionicons-v6/icons.json +417 -417
  34. package/ionicons-v6/index.d.ts +418 -418
  35. package/ionicons-v6/index.js +418 -418
  36. package/ionicons-v6/index.mjs +1334 -0
  37. package/line-awesome/icons.json +204 -204
  38. package/line-awesome/index.d.ts +204 -204
  39. package/line-awesome/index.js +204 -204
  40. package/line-awesome/index.mjs +1546 -0
  41. package/material-icons/icons.json +516 -490
  42. package/material-icons/index.d.ts +142 -116
  43. package/material-icons/index.js +128 -102
  44. package/material-icons/index.mjs +2077 -0
  45. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  46. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  47. package/material-icons-outlined/icons.json +530 -504
  48. package/material-icons-outlined/index.d.ts +142 -116
  49. package/material-icons-outlined/index.js +128 -102
  50. package/material-icons-outlined/index.mjs +2077 -0
  51. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  52. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  53. package/material-icons-round/icons.json +448 -422
  54. package/material-icons-round/index.d.ts +142 -116
  55. package/material-icons-round/index.js +128 -102
  56. package/material-icons-round/index.mjs +2077 -0
  57. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  58. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  59. package/material-icons-sharp/icons.json +428 -402
  60. package/material-icons-sharp/index.d.ts +142 -116
  61. package/material-icons-sharp/index.js +128 -102
  62. package/material-icons-sharp/index.mjs +2077 -0
  63. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  64. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  65. package/mdi-v4/index.mjs +4997 -0
  66. package/mdi-v5/LICENSE +20 -20
  67. package/mdi-v5/index.mjs +5957 -0
  68. package/mdi-v5/license.md +20 -20
  69. package/mdi-v6/LICENSE +20 -20
  70. package/mdi-v6/icons.json +2226 -2226
  71. package/mdi-v6/index.d.ts +2226 -2226
  72. package/mdi-v6/index.js +2226 -2226
  73. package/mdi-v6/index.mjs +6597 -0
  74. package/mdi-v6/license.md +20 -20
  75. package/package.json +7 -7
  76. package/themify/icons.json +65 -65
  77. package/themify/index.d.ts +64 -64
  78. package/themify/index.js +65 -65
  79. package/themify/index.mjs +354 -0
package/mdi-v5/license.md CHANGED
@@ -1,20 +1,20 @@
1
- Pictogrammers Free License
2
- --------------------------
3
-
4
- This icon collection is released as free, open source, and GPL friendly by
5
- the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
- for commercial projects, open source projects, or anything really.
7
-
8
- # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
- Some of the icons are redistributed under the Apache 2.0 license. All other
10
- icons are either redistributed under their respective licenses or are
11
- distributed under the Apache 2.0 license.
12
-
13
- # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
- All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
- and desktop fonts contain some icons that are redistributed under the Apache
16
- 2.0 license. All other icons are either redistributed under their respective
17
- licenses or are distributed under the Apache 2.0 license.
18
-
19
- # Code: MIT (https://opensource.org/licenses/MIT)
20
- The MIT license applies to all non-font and non-icon files.
1
+ Pictogrammers Free License
2
+ --------------------------
3
+
4
+ This icon collection is released as free, open source, and GPL friendly by
5
+ the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
+ for commercial projects, open source projects, or anything really.
7
+
8
+ # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
+ Some of the icons are redistributed under the Apache 2.0 license. All other
10
+ icons are either redistributed under their respective licenses or are
11
+ distributed under the Apache 2.0 license.
12
+
13
+ # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
+ All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
+ and desktop fonts contain some icons that are redistributed under the Apache
16
+ 2.0 license. All other icons are either redistributed under their respective
17
+ licenses or are distributed under the Apache 2.0 license.
18
+
19
+ # Code: MIT (https://opensource.org/licenses/MIT)
20
+ The MIT license applies to all non-font and non-icon files.
package/mdi-v6/LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- Pictogrammers Free License
2
- --------------------------
3
-
4
- This icon collection is released as free, open source, and GPL friendly by
5
- the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
- for commercial projects, open source projects, or anything really.
7
-
8
- # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
- Some of the icons are redistributed under the Apache 2.0 license. All other
10
- icons are either redistributed under their respective licenses or are
11
- distributed under the Apache 2.0 license.
12
-
13
- # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
- All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
- and desktop fonts contain some icons that are redistributed under the Apache
16
- 2.0 license. All other icons are either redistributed under their respective
17
- licenses or are distributed under the Apache 2.0 license.
18
-
19
- # Code: MIT (https://opensource.org/licenses/MIT)
20
- The MIT license applies to all non-font and non-icon files.
1
+ Pictogrammers Free License
2
+ --------------------------
3
+
4
+ This icon collection is released as free, open source, and GPL friendly by
5
+ the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
+ for commercial projects, open source projects, or anything really.
7
+
8
+ # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
+ Some of the icons are redistributed under the Apache 2.0 license. All other
10
+ icons are either redistributed under their respective licenses or are
11
+ distributed under the Apache 2.0 license.
12
+
13
+ # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
+ All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
+ and desktop fonts contain some icons that are redistributed under the Apache
16
+ 2.0 license. All other icons are either redistributed under their respective
17
+ licenses or are distributed under the Apache 2.0 license.
18
+
19
+ # Code: MIT (https://opensource.org/licenses/MIT)
20
+ The MIT license applies to all non-font and non-icon files.