@quasar/extras 1.15.3 → 1.15.5

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 (36) hide show
  1. package/README.md +6 -6
  2. package/material-icons/icons.json +0 -1
  3. package/material-icons/index.d.ts +0 -1
  4. package/material-icons/index.js +1 -2
  5. package/material-icons/index.mjs +1 -2
  6. package/material-icons-outlined/icons.json +0 -1
  7. package/material-icons-outlined/index.d.ts +0 -1
  8. package/material-icons-outlined/index.js +2 -3
  9. package/material-icons-outlined/index.mjs +2 -3
  10. package/material-icons-round/icons.json +0 -1
  11. package/material-icons-round/index.d.ts +0 -1
  12. package/material-icons-round/index.js +4 -5
  13. package/material-icons-round/index.mjs +4 -5
  14. package/material-icons-sharp/icons.json +0 -1
  15. package/material-icons-sharp/index.d.ts +0 -1
  16. package/material-icons-sharp/index.js +2 -3
  17. package/material-icons-sharp/index.mjs +2 -3
  18. package/material-symbols-outlined/icons.json +19 -0
  19. package/material-symbols-outlined/index.d.ts +19 -0
  20. package/material-symbols-outlined/index.js +97 -78
  21. package/material-symbols-outlined/index.mjs +97 -78
  22. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  23. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  24. package/material-symbols-rounded/icons.json +19 -0
  25. package/material-symbols-rounded/index.d.ts +19 -0
  26. package/material-symbols-rounded/index.js +57 -38
  27. package/material-symbols-rounded/index.mjs +57 -38
  28. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  29. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  30. package/material-symbols-sharp/icons.json +19 -0
  31. package/material-symbols-sharp/index.d.ts +19 -0
  32. package/material-symbols-sharp/index.js +75 -56
  33. package/material-symbols-sharp/index.mjs +75 -56
  34. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  35. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  36. package/package.json +1 -1
@@ -172,6 +172,7 @@
172
172
  "symRoundedArrowDropUp",
173
173
  "symRoundedArrowForward",
174
174
  "symRoundedArrowForwardIos",
175
+ "symRoundedArrowInsert",
175
176
  "symRoundedArrowLeft",
176
177
  "symRoundedArrowOutward",
177
178
  "symRoundedArrowRight",
@@ -200,6 +201,7 @@
200
201
  "symRoundedAtr",
201
202
  "symRoundedAttachEmail",
202
203
  "symRoundedAttachFile",
204
+ "symRoundedAttachFileAdd",
203
205
  "symRoundedAttachment",
204
206
  "symRoundedAttachMoney",
205
207
  "symRoundedAttractions",
@@ -210,6 +212,11 @@
210
212
  "symRoundedAutoAwesomeMosaic",
211
213
  "symRoundedAutoAwesomeMotion",
212
214
  "symRoundedAutoDelete",
215
+ "symRoundedAutoDetectVoice",
216
+ "symRoundedAutoFix",
217
+ "symRoundedAutoFixHigh",
218
+ "symRoundedAutoFixNormal",
219
+ "symRoundedAutoFixOff",
213
220
  "symRoundedAutofpsSelect",
214
221
  "symRoundedAutoGraph",
215
222
  "symRoundedAutoMode",
@@ -757,6 +764,7 @@
757
764
  "symRoundedExitToApp",
758
765
  "symRoundedExpand",
759
766
  "symRoundedExpandCircleDown",
767
+ "symRoundedExpandContent",
760
768
  "symRoundedExpandLess",
761
769
  "symRoundedExpandMore",
762
770
  "symRoundedExplicit",
@@ -1231,6 +1239,8 @@
1231
1239
  "symRoundedLyrics",
1232
1240
  "symRoundedMacroOff",
1233
1241
  "symRoundedMagicButton",
1242
+ "symRoundedMagnificationLarge",
1243
+ "symRoundedMagnificationSmall",
1234
1244
  "symRoundedMail",
1235
1245
  "symRoundedMailLock",
1236
1246
  "symRoundedMale",
@@ -1256,6 +1266,7 @@
1256
1266
  "symRoundedMaximize",
1257
1267
  "symRoundedMediaBluetoothOff",
1258
1268
  "symRoundedMediaBluetoothOn",
1269
+ "symRoundedMediaLink",
1259
1270
  "symRoundedMediation",
1260
1271
  "symRoundedMedicalInformation",
1261
1272
  "symRoundedMedicalServices",
@@ -1330,6 +1341,7 @@
1330
1341
  "symRoundedMoveToInbox",
1331
1342
  "symRoundedMoveUp",
1332
1343
  "symRoundedMovie",
1344
+ "symRoundedMovieEdit",
1333
1345
  "symRoundedMovieFilter",
1334
1346
  "symRoundedMoving",
1335
1347
  "symRoundedMp",
@@ -1599,6 +1611,7 @@
1599
1611
  "symRoundedPowerOff",
1600
1612
  "symRoundedPowerRounded",
1601
1613
  "symRoundedPowerSettingsNew",
1614
+ "symRoundedPrayerTimes",
1602
1615
  "symRoundedPrecisionManufacturing",
1603
1616
  "symRoundedPregnantWoman",
1604
1617
  "symRoundedPresentToAll",
@@ -1793,6 +1806,7 @@
1793
1806
  "symRoundedSetMeal",
1794
1807
  "symRoundedSettings",
1795
1808
  "symRoundedSettingsAccessibility",
1809
+ "symRoundedSettingsAccountBox",
1796
1810
  "symRoundedSettingsAlert",
1797
1811
  "symRoundedSettingsApplications",
1798
1812
  "symRoundedSettingsBackupRestore",
@@ -1804,8 +1818,12 @@
1804
1818
  "symRoundedSettingsInputComponent",
1805
1819
  "symRoundedSettingsInputHdmi",
1806
1820
  "symRoundedSettingsInputSvideo",
1821
+ "symRoundedSettingsMotionMode",
1822
+ "symRoundedSettingsNightSight",
1807
1823
  "symRoundedSettingsOverscan",
1824
+ "symRoundedSettingsPanorama",
1808
1825
  "symRoundedSettingsPhone",
1826
+ "symRoundedSettingsPhotoCamera",
1809
1827
  "symRoundedSettingsPower",
1810
1828
  "symRoundedSettingsRemote",
1811
1829
  "symRoundedSettingsSuggest",
@@ -2184,6 +2202,7 @@
2184
2202
  "symRoundedVideocam",
2185
2203
  "symRoundedVideoCameraBack",
2186
2204
  "symRoundedVideoCameraFront",
2205
+ "symRoundedVideoCameraFrontOff",
2187
2206
  "symRoundedVideocamOff",
2188
2207
  "symRoundedVideoChat",
2189
2208
  "symRoundedVideoFile",
@@ -173,6 +173,7 @@ export declare const symRoundedArrowDropDownCircle: string;
173
173
  export declare const symRoundedArrowDropUp: string;
174
174
  export declare const symRoundedArrowForward: string;
175
175
  export declare const symRoundedArrowForwardIos: string;
176
+ export declare const symRoundedArrowInsert: string;
176
177
  export declare const symRoundedArrowLeft: string;
177
178
  export declare const symRoundedArrowOutward: string;
178
179
  export declare const symRoundedArrowRight: string;
@@ -201,6 +202,7 @@ export declare const symRoundedAtm: string;
201
202
  export declare const symRoundedAtr: string;
202
203
  export declare const symRoundedAttachEmail: string;
203
204
  export declare const symRoundedAttachFile: string;
205
+ export declare const symRoundedAttachFileAdd: string;
204
206
  export declare const symRoundedAttachMoney: string;
205
207
  export declare const symRoundedAttachment: string;
206
208
  export declare const symRoundedAttractions: string;
@@ -211,6 +213,11 @@ export declare const symRoundedAutoAwesome: string;
211
213
  export declare const symRoundedAutoAwesomeMosaic: string;
212
214
  export declare const symRoundedAutoAwesomeMotion: string;
213
215
  export declare const symRoundedAutoDelete: string;
216
+ export declare const symRoundedAutoDetectVoice: string;
217
+ export declare const symRoundedAutoFix: string;
218
+ export declare const symRoundedAutoFixHigh: string;
219
+ export declare const symRoundedAutoFixNormal: string;
220
+ export declare const symRoundedAutoFixOff: string;
214
221
  export declare const symRoundedAutoGraph: string;
215
222
  export declare const symRoundedAutoMode: string;
216
223
  export declare const symRoundedAutoReadPause: string;
@@ -758,6 +765,7 @@ export declare const symRoundedExclamation: string;
758
765
  export declare const symRoundedExitToApp: string;
759
766
  export declare const symRoundedExpand: string;
760
767
  export declare const symRoundedExpandCircleDown: string;
768
+ export declare const symRoundedExpandContent: string;
761
769
  export declare const symRoundedExpandLess: string;
762
770
  export declare const symRoundedExpandMore: string;
763
771
  export declare const symRoundedExplicit: string;
@@ -1232,6 +1240,8 @@ export declare const symRoundedLunchDining: string;
1232
1240
  export declare const symRoundedLyrics: string;
1233
1241
  export declare const symRoundedMacroOff: string;
1234
1242
  export declare const symRoundedMagicButton: string;
1243
+ export declare const symRoundedMagnificationLarge: string;
1244
+ export declare const symRoundedMagnificationSmall: string;
1235
1245
  export declare const symRoundedMail: string;
1236
1246
  export declare const symRoundedMailLock: string;
1237
1247
  export declare const symRoundedMale: string;
@@ -1257,6 +1267,7 @@ export declare const symRoundedMatter: string;
1257
1267
  export declare const symRoundedMaximize: string;
1258
1268
  export declare const symRoundedMediaBluetoothOff: string;
1259
1269
  export declare const symRoundedMediaBluetoothOn: string;
1270
+ export declare const symRoundedMediaLink: string;
1260
1271
  export declare const symRoundedMediation: string;
1261
1272
  export declare const symRoundedMedicalInformation: string;
1262
1273
  export declare const symRoundedMedicalServices: string;
@@ -1331,6 +1342,7 @@ export declare const symRoundedMoveDown: string;
1331
1342
  export declare const symRoundedMoveToInbox: string;
1332
1343
  export declare const symRoundedMoveUp: string;
1333
1344
  export declare const symRoundedMovie: string;
1345
+ export declare const symRoundedMovieEdit: string;
1334
1346
  export declare const symRoundedMovieFilter: string;
1335
1347
  export declare const symRoundedMoving: string;
1336
1348
  export declare const symRoundedMp: string;
@@ -1600,6 +1612,7 @@ export declare const symRoundedPowerInput: string;
1600
1612
  export declare const symRoundedPowerOff: string;
1601
1613
  export declare const symRoundedPowerRounded: string;
1602
1614
  export declare const symRoundedPowerSettingsNew: string;
1615
+ export declare const symRoundedPrayerTimes: string;
1603
1616
  export declare const symRoundedPrecisionManufacturing: string;
1604
1617
  export declare const symRoundedPregnantWoman: string;
1605
1618
  export declare const symRoundedPresentToAll: string;
@@ -1794,6 +1807,7 @@ export declare const symRoundedSentimentVerySatisfied: string;
1794
1807
  export declare const symRoundedSetMeal: string;
1795
1808
  export declare const symRoundedSettings: string;
1796
1809
  export declare const symRoundedSettingsAccessibility: string;
1810
+ export declare const symRoundedSettingsAccountBox: string;
1797
1811
  export declare const symRoundedSettingsAlert: string;
1798
1812
  export declare const symRoundedSettingsApplications: string;
1799
1813
  export declare const symRoundedSettingsBackupRestore: string;
@@ -1805,8 +1819,12 @@ export declare const symRoundedSettingsInputAntenna: string;
1805
1819
  export declare const symRoundedSettingsInputComponent: string;
1806
1820
  export declare const symRoundedSettingsInputHdmi: string;
1807
1821
  export declare const symRoundedSettingsInputSvideo: string;
1822
+ export declare const symRoundedSettingsMotionMode: string;
1823
+ export declare const symRoundedSettingsNightSight: string;
1808
1824
  export declare const symRoundedSettingsOverscan: string;
1825
+ export declare const symRoundedSettingsPanorama: string;
1809
1826
  export declare const symRoundedSettingsPhone: string;
1827
+ export declare const symRoundedSettingsPhotoCamera: string;
1810
1828
  export declare const symRoundedSettingsPower: string;
1811
1829
  export declare const symRoundedSettingsRemote: string;
1812
1830
  export declare const symRoundedSettingsSuggest: string;
@@ -2184,6 +2202,7 @@ export declare const symRoundedVibration: string;
2184
2202
  export declare const symRoundedVideoCall: string;
2185
2203
  export declare const symRoundedVideoCameraBack: string;
2186
2204
  export declare const symRoundedVideoCameraFront: string;
2205
+ export declare const symRoundedVideoCameraFrontOff: string;
2187
2206
  export declare const symRoundedVideoChat: string;
2188
2207
  export declare const symRoundedVideoFile: string;
2189
2208
  export declare const symRoundedVideoLabel: string;