@quasar/extras 1.13.5 → 1.14.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.
- package/README.md +19 -13
- package/bootstrap-icons/bootstrap-icons.css +149 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +1 -1
- package/bootstrap-icons/index.js +9 -9
- package/bootstrap-icons/index.mjs +9 -9
- package/ionicons-v6/index.d.ts +1 -1
- package/ionicons-v6/index.js +1 -1
- package/ionicons-v6/index.mjs +1 -1
- package/material-icons/icons.json +142 -105
- package/material-icons/index.d.ts +38 -1
- package/material-icons/index.js +44 -7
- package/material-icons/index.mjs +44 -7
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/icons.json +144 -107
- package/material-icons-outlined/index.d.ts +38 -1
- package/material-icons-outlined/index.js +44 -7
- package/material-icons-outlined/index.mjs +44 -7
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/icons.json +145 -108
- package/material-icons-round/index.d.ts +38 -1
- package/material-icons-round/index.js +44 -7
- package/material-icons-round/index.mjs +44 -7
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/icons.json +142 -105
- package/material-icons-sharp/index.d.ts +38 -1
- package/material-icons-sharp/index.js +45 -8
- package/material-icons-sharp/index.mjs +45 -8
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/material-symbols-outlined/LICENSE +202 -0
- package/material-symbols-outlined/icons.json +2238 -0
- package/material-symbols-outlined/index.d.ts +2238 -0
- package/material-symbols-outlined/index.js +2238 -0
- package/material-symbols-outlined/index.mjs +2238 -0
- package/material-symbols-outlined/material-symbols-outlined.css +31 -0
- package/material-symbols-outlined/update.sh +31 -0
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/LICENSE +202 -0
- package/material-symbols-rounded/icons.json +2238 -0
- package/material-symbols-rounded/index.d.ts +2238 -0
- package/material-symbols-rounded/index.js +2238 -0
- package/material-symbols-rounded/index.mjs +2238 -0
- package/material-symbols-rounded/material-symbols-rounded.css +31 -0
- package/material-symbols-rounded/update.sh +31 -0
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/LICENSE +202 -0
- package/material-symbols-sharp/icons.json +2238 -0
- package/material-symbols-sharp/index.d.ts +2238 -0
- package/material-symbols-sharp/index.js +2238 -0
- package/material-symbols-sharp/index.mjs +2238 -0
- package/material-symbols-sharp/material-symbols-sharp.css +31 -0
- package/material-symbols-sharp/update.sh +31 -0
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/mdi-v5/LICENSE +20 -20
- package/mdi-v5/license.md +20 -20
- package/mdi-v6/icons.json +100 -0
- package/mdi-v6/index.d.ts +101 -1
- package/mdi-v6/index.js +103 -3
- package/mdi-v6/index.mjs +103 -3
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +402 -0
- package/package.json +8 -8
|
@@ -85,6 +85,8 @@ export declare const roundAddChart: string;
|
|
|
85
85
|
export declare const roundAddCircle: string;
|
|
86
86
|
export declare const roundAddCircleOutline: string;
|
|
87
87
|
export declare const roundAddComment: string;
|
|
88
|
+
export declare const roundAddHome: string;
|
|
89
|
+
export declare const roundAddHomeWork: string;
|
|
88
90
|
export declare const roundAddIcCall: string;
|
|
89
91
|
export declare const roundAddLink: string;
|
|
90
92
|
export declare const roundAddLocation: string;
|
|
@@ -169,6 +171,7 @@ export declare const roundArrowDropUp: string;
|
|
|
169
171
|
export declare const roundArrowForward: string;
|
|
170
172
|
export declare const roundArrowForwardIos: string;
|
|
171
173
|
export declare const roundArrowLeft: string;
|
|
174
|
+
export declare const roundArrowOutward: string;
|
|
172
175
|
export declare const roundArrowRight: string;
|
|
173
176
|
export declare const roundArrowRightAlt: string;
|
|
174
177
|
export declare const roundArrowUpward: string;
|
|
@@ -182,6 +185,7 @@ export declare const roundAssignmentLate: string;
|
|
|
182
185
|
export declare const roundAssignmentReturn: string;
|
|
183
186
|
export declare const roundAssignmentReturned: string;
|
|
184
187
|
export declare const roundAssignmentTurnedIn: string;
|
|
188
|
+
export declare const roundAssistWalker: string;
|
|
185
189
|
export declare const roundAssistant: string;
|
|
186
190
|
export declare const roundAssistantDirection: string;
|
|
187
191
|
export declare const roundAssistantPhoto: string;
|
|
@@ -248,6 +252,7 @@ export declare const roundBento: string;
|
|
|
248
252
|
export declare const roundBikeScooter: string;
|
|
249
253
|
export declare const roundBiotech: string;
|
|
250
254
|
export declare const roundBlender: string;
|
|
255
|
+
export declare const roundBlind: string;
|
|
251
256
|
export declare const roundBlinds: string;
|
|
252
257
|
export declare const roundBlindsClosed: string;
|
|
253
258
|
export declare const roundBlock: string;
|
|
@@ -436,6 +441,7 @@ export declare const roundConnectWithoutContact: string;
|
|
|
436
441
|
export declare const roundConnectedTv: string;
|
|
437
442
|
export declare const roundConnectingAirports: string;
|
|
438
443
|
export declare const roundConstruction: string;
|
|
444
|
+
export declare const roundContactEmergency: string;
|
|
439
445
|
export declare const roundContactMail: string;
|
|
440
446
|
export declare const roundContactPage: string;
|
|
441
447
|
export declare const roundContactPhone: string;
|
|
@@ -503,6 +509,8 @@ export declare const roundDataSaverOff: string;
|
|
|
503
509
|
export declare const roundDataSaverOn: string;
|
|
504
510
|
export declare const roundDataThresholding: string;
|
|
505
511
|
export declare const roundDataUsage: string;
|
|
512
|
+
export declare const roundDataset: string;
|
|
513
|
+
export declare const roundDatasetLinked: string;
|
|
506
514
|
export declare const roundDateRange: string;
|
|
507
515
|
export declare const roundDeblur: string;
|
|
508
516
|
export declare const roundDeck: string;
|
|
@@ -562,6 +570,9 @@ export declare const roundDisabledVisible: string;
|
|
|
562
570
|
export declare const roundDiscFull: string;
|
|
563
571
|
export declare const roundDiscount: string;
|
|
564
572
|
export declare const roundDisplaySettings: string;
|
|
573
|
+
export declare const roundDiversity1: string;
|
|
574
|
+
export declare const roundDiversity2: string;
|
|
575
|
+
export declare const roundDiversity3: string;
|
|
565
576
|
export declare const roundDns: string;
|
|
566
577
|
export declare const roundDoDisturb: string;
|
|
567
578
|
export declare const roundDoDisturbAlt: string;
|
|
@@ -684,6 +695,11 @@ export declare const roundExposurePlus2: string;
|
|
|
684
695
|
export declare const roundExposureZero: string;
|
|
685
696
|
export declare const roundExtension: string;
|
|
686
697
|
export declare const roundExtensionOff: string;
|
|
698
|
+
export declare const roundFace2: string;
|
|
699
|
+
export declare const roundFace3: string;
|
|
700
|
+
export declare const roundFace4: string;
|
|
701
|
+
export declare const roundFace5: string;
|
|
702
|
+
export declare const roundFace6: string;
|
|
687
703
|
export declare const roundFace: string;
|
|
688
704
|
export declare const roundFaceRetouchingNatural: string;
|
|
689
705
|
export declare const roundFaceRetouchingOff: string;
|
|
@@ -742,6 +758,8 @@ export declare const roundFindInPage: string;
|
|
|
742
758
|
export declare const roundFindReplace: string;
|
|
743
759
|
export declare const roundFingerprint: string;
|
|
744
760
|
export declare const roundFireExtinguisher: string;
|
|
761
|
+
export declare const roundFireHydrantAlt: string;
|
|
762
|
+
export declare const roundFireTruck: string;
|
|
745
763
|
export declare const roundFireplace: string;
|
|
746
764
|
export declare const roundFirstPage: string;
|
|
747
765
|
export declare const roundFitScreen: string;
|
|
@@ -767,7 +785,7 @@ export declare const roundFlipCameraIos: string;
|
|
|
767
785
|
export declare const roundFlipToBack: string;
|
|
768
786
|
export declare const roundFlipToFront: string;
|
|
769
787
|
export declare const roundFlood: string;
|
|
770
|
-
export declare const
|
|
788
|
+
export declare const roundFluorescent: string;
|
|
771
789
|
export declare const roundFlutterDash: string;
|
|
772
790
|
export declare const roundFmdBad: string;
|
|
773
791
|
export declare const roundFmdGood: string;
|
|
@@ -863,6 +881,8 @@ export declare const roundGroupAdd: string;
|
|
|
863
881
|
export declare const roundGroupOff: string;
|
|
864
882
|
export declare const roundGroupRemove: string;
|
|
865
883
|
export declare const roundGroupWork: string;
|
|
884
|
+
export declare const roundGroups2: string;
|
|
885
|
+
export declare const roundGroups3: string;
|
|
866
886
|
export declare const roundGroups: string;
|
|
867
887
|
export declare const roundHMobiledata: string;
|
|
868
888
|
export declare const roundHPlusMobiledata: string;
|
|
@@ -1108,10 +1128,14 @@ export declare const roundLtePlusMobiledata: string;
|
|
|
1108
1128
|
export declare const roundLuggage: string;
|
|
1109
1129
|
export declare const roundLunchDining: string;
|
|
1110
1130
|
export declare const roundLyrics: string;
|
|
1131
|
+
export declare const roundMacroOff: string;
|
|
1111
1132
|
export declare const roundMail: string;
|
|
1112
1133
|
export declare const roundMailLock: string;
|
|
1113
1134
|
export declare const roundMailOutline: string;
|
|
1114
1135
|
export declare const roundMale: string;
|
|
1136
|
+
export declare const roundMan2: string;
|
|
1137
|
+
export declare const roundMan3: string;
|
|
1138
|
+
export declare const roundMan4: string;
|
|
1115
1139
|
export declare const roundMan: string;
|
|
1116
1140
|
export declare const roundManageAccounts: string;
|
|
1117
1141
|
export declare const roundManageHistory: string;
|
|
@@ -1341,6 +1365,9 @@ export declare const roundPermIdentity: string;
|
|
|
1341
1365
|
export declare const roundPermMedia: string;
|
|
1342
1366
|
export declare const roundPermPhoneMsg: string;
|
|
1343
1367
|
export declare const roundPermScanWifi: string;
|
|
1368
|
+
export declare const roundPerson2: string;
|
|
1369
|
+
export declare const roundPerson3: string;
|
|
1370
|
+
export declare const roundPerson4: string;
|
|
1344
1371
|
export declare const roundPerson: string;
|
|
1345
1372
|
export declare const roundPersonAdd: string;
|
|
1346
1373
|
export declare const roundPersonAddAlt1: string;
|
|
@@ -1448,6 +1475,7 @@ export declare const roundProductionQuantityLimits: string;
|
|
|
1448
1475
|
export declare const roundPropane: string;
|
|
1449
1476
|
export declare const roundPropaneTank: string;
|
|
1450
1477
|
export declare const roundPsychology: string;
|
|
1478
|
+
export declare const roundPsychologyAlt: string;
|
|
1451
1479
|
export declare const roundPublic: string;
|
|
1452
1480
|
export declare const roundPublicOff: string;
|
|
1453
1481
|
export declare const roundPublish: string;
|
|
@@ -1502,6 +1530,7 @@ export declare const roundRemoveRedEye: string;
|
|
|
1502
1530
|
export declare const roundRemoveRoad: string;
|
|
1503
1531
|
export declare const roundRemoveShoppingCart: string;
|
|
1504
1532
|
export declare const roundReorder: string;
|
|
1533
|
+
export declare const roundRepartition: string;
|
|
1505
1534
|
export declare const roundRepeat: string;
|
|
1506
1535
|
export declare const roundRepeatOn: string;
|
|
1507
1536
|
export declare const roundRepeatOne: string;
|
|
@@ -1638,6 +1667,7 @@ export declare const roundSettingsSuggest: string;
|
|
|
1638
1667
|
export declare const roundSettingsSystemDaydream: string;
|
|
1639
1668
|
export declare const roundSettingsVoice: string;
|
|
1640
1669
|
export declare const roundSevereCold: string;
|
|
1670
|
+
export declare const roundShapeLine: string;
|
|
1641
1671
|
export declare const roundShare: string;
|
|
1642
1672
|
export declare const roundShareLocation: string;
|
|
1643
1673
|
export declare const roundShield: string;
|
|
@@ -1911,6 +1941,7 @@ export declare const roundTrackChanges: string;
|
|
|
1911
1941
|
export declare const roundTraffic: string;
|
|
1912
1942
|
export declare const roundTrain: string;
|
|
1913
1943
|
export declare const roundTram: string;
|
|
1944
|
+
export declare const roundTranscribe: string;
|
|
1914
1945
|
export declare const roundTransferWithinAStation: string;
|
|
1915
1946
|
export declare const roundTransform: string;
|
|
1916
1947
|
export declare const roundTransgender: string;
|
|
@@ -1921,6 +1952,7 @@ export declare const roundTrendingDown: string;
|
|
|
1921
1952
|
export declare const roundTrendingFlat: string;
|
|
1922
1953
|
export declare const roundTrendingUp: string;
|
|
1923
1954
|
export declare const roundTripOrigin: string;
|
|
1955
|
+
export declare const roundTroubleshoot: string;
|
|
1924
1956
|
export declare const roundTry: string;
|
|
1925
1957
|
export declare const roundTsunami: string;
|
|
1926
1958
|
export declare const roundTty: string;
|
|
@@ -1937,13 +1969,16 @@ export declare const roundTurnedInNot: string;
|
|
|
1937
1969
|
export declare const roundTv: string;
|
|
1938
1970
|
export declare const roundTvOff: string;
|
|
1939
1971
|
export declare const roundTwoWheeler: string;
|
|
1972
|
+
export declare const roundTypeSpecimen: string;
|
|
1940
1973
|
export declare const roundUTurnLeft: string;
|
|
1941
1974
|
export declare const roundUTurnRight: string;
|
|
1942
1975
|
export declare const roundUmbrella: string;
|
|
1943
1976
|
export declare const roundUnarchive: string;
|
|
1944
1977
|
export declare const roundUndo: string;
|
|
1945
1978
|
export declare const roundUnfoldLess: string;
|
|
1979
|
+
export declare const roundUnfoldLessDouble: string;
|
|
1946
1980
|
export declare const roundUnfoldMore: string;
|
|
1981
|
+
export declare const roundUnfoldMoreDouble: string;
|
|
1947
1982
|
export declare const roundUnpublished: string;
|
|
1948
1983
|
export declare const roundUnsubscribe: string;
|
|
1949
1984
|
export declare const roundUpcoming: string;
|
|
@@ -2042,6 +2077,7 @@ export declare const roundWc: string;
|
|
|
2042
2077
|
export declare const roundWeb: string;
|
|
2043
2078
|
export declare const roundWebAsset: string;
|
|
2044
2079
|
export declare const roundWebAssetOff: string;
|
|
2080
|
+
export declare const roundWebStories: string;
|
|
2045
2081
|
export declare const roundWebhook: string;
|
|
2046
2082
|
export declare const roundWeekend: string;
|
|
2047
2083
|
export declare const roundWest: string;
|
|
@@ -2070,6 +2106,7 @@ export declare const roundWifiTetheringOff: string;
|
|
|
2070
2106
|
export declare const roundWindPower: string;
|
|
2071
2107
|
export declare const roundWindow: string;
|
|
2072
2108
|
export declare const roundWineBar: string;
|
|
2109
|
+
export declare const roundWoman2: string;
|
|
2073
2110
|
export declare const roundWoman: string;
|
|
2074
2111
|
export declare const roundWork: string;
|
|
2075
2112
|
export declare const roundWorkHistory: string;
|