@rotki/ui-library 2.6.3 → 2.6.4
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/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +2 -2
- package/dist/components/alerts/RuiAlert.vue.d.ts +3 -3
- package/dist/components/buttons/button/RuiButton.vue.d.ts +2 -2
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +2 -2
- package/dist/components/cards/RuiCard.vue.d.ts +6 -6
- package/dist/components/date-time-picker/use-input-handler.d.ts +2 -2
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +2 -2
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +18 -18
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +2 -2
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +2 -2
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +2 -2
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +4 -4
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +2 -2
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +3 -3
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +3 -3
- package/dist/components/index.es.js +2781 -2829
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +3 -3
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -2
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +2 -2
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +3 -3
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +2 -2
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +2 -2
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +3 -3
- package/dist/components/tables/RuiDataTable.vue.d.ts +2 -2
- package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -2
- package/dist/components/tables/RuiTableHead.vue.d.ts +2 -2
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +1 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +3 -3
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +2 -2
- package/dist/composables/icons.d.ts +1 -1
- package/dist/composables/index-D7DVd8pO.js +717 -0
- package/dist/composables/index.es.js +2 -1
- package/dist/composables/popper.d.ts +11 -11
- package/dist/composables/timeout-manager.d.ts +5 -0
- package/dist/consts/colors-D563Ic3q.js +1 -0
- package/dist/consts/forms/auto-complete/index-l0sNRNKZ.js +1 -0
- package/dist/consts/time-accuracy-BnKA5GyT.js +1 -0
- package/dist/i18n/keys-CNGXWOJX.js +1 -0
- package/dist/icons/icons_1.d.ts +11 -11
- package/dist/icons/icons_1.es.js +784 -783
- package/dist/icons/icons_2.d.ts +22 -22
- package/dist/icons/icons_2.es.js +1087 -1086
- package/dist/icons/icons_3.d.ts +28 -28
- package/dist/icons/icons_3.es.js +1098 -1097
- package/dist/icons/icons_4.d.ts +34 -0
- package/dist/icons/icons_4.es.js +443 -306
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1548 -1513
- package/dist/index-cTPqOSmm.js +54 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +1566 -1531
- package/dist/style.css +1 -1
- package/dist/theme/index.es.js +1 -0
- package/dist/types/index-CN6Ip1GL.js +1 -0
- package/dist/types/theme.d.ts +1 -1
- package/dist/utils/index-D-sENcA8.js +158 -0
- package/dist/vendor-X3mXJl51.js +1931 -0
- package/dist/web-types.json +16 -16
- package/package.json +38 -37
- package/dist/composables/index-DRJor0yQ.js +0 -727
- package/dist/index-BpodgU9n.js +0 -54
- package/dist/utils/index-lIBwzXNM.js +0 -157
- package/dist/vendor-Dt9dVBgA.js +0 -1896
package/dist/icons/icons_2.d.ts
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuColumns3: GeneratedIcon;
|
|
3
|
+
export declare const LuColumns4: GeneratedIcon;
|
|
4
|
+
export declare const LuCombine: GeneratedIcon;
|
|
5
|
+
export declare const LuCommand: GeneratedIcon;
|
|
6
|
+
export declare const LuCompass: GeneratedIcon;
|
|
7
|
+
export declare const LuComponent: GeneratedIcon;
|
|
8
|
+
export declare const LuComputer: GeneratedIcon;
|
|
9
|
+
export declare const LuConciergeBell: GeneratedIcon;
|
|
2
10
|
export declare const LuCone: GeneratedIcon;
|
|
3
11
|
export declare const LuConstruction: GeneratedIcon;
|
|
4
12
|
export declare const LuContactRound: GeneratedIcon;
|
|
@@ -76,6 +84,7 @@ export declare const LuDraftingCompass: GeneratedIcon;
|
|
|
76
84
|
export declare const LuDrama: GeneratedIcon;
|
|
77
85
|
export declare const LuDribbble: GeneratedIcon;
|
|
78
86
|
export declare const LuDrill: GeneratedIcon;
|
|
87
|
+
export declare const LuDrone: GeneratedIcon;
|
|
79
88
|
export declare const LuDropletOff: GeneratedIcon;
|
|
80
89
|
export declare const LuDroplet: GeneratedIcon;
|
|
81
90
|
export declare const LuDroplets: GeneratedIcon;
|
|
@@ -146,9 +155,10 @@ export declare const LuFileMusic: GeneratedIcon;
|
|
|
146
155
|
export declare const LuFileOutput: GeneratedIcon;
|
|
147
156
|
export declare const LuFilePenLine: GeneratedIcon;
|
|
148
157
|
export declare const LuFilePen: GeneratedIcon;
|
|
158
|
+
export declare const LuFilePlay: GeneratedIcon;
|
|
149
159
|
export declare const LuFilePlus2: GeneratedIcon;
|
|
150
160
|
export declare const LuFilePlus: GeneratedIcon;
|
|
151
|
-
export declare const
|
|
161
|
+
export declare const LuFileQuestionMark: GeneratedIcon;
|
|
152
162
|
export declare const LuFileScan: GeneratedIcon;
|
|
153
163
|
export declare const LuFileSearch2: GeneratedIcon;
|
|
154
164
|
export declare const LuFileSearch: GeneratedIcon;
|
|
@@ -162,8 +172,7 @@ export declare const LuFileType2: GeneratedIcon;
|
|
|
162
172
|
export declare const LuFileType: GeneratedIcon;
|
|
163
173
|
export declare const LuFileUp: GeneratedIcon;
|
|
164
174
|
export declare const LuFileUser: GeneratedIcon;
|
|
165
|
-
export declare const
|
|
166
|
-
export declare const LuFileVideo: GeneratedIcon;
|
|
175
|
+
export declare const LuFileVideoCamera: GeneratedIcon;
|
|
167
176
|
export declare const LuFileVolume2: GeneratedIcon;
|
|
168
177
|
export declare const LuFileVolume: GeneratedIcon;
|
|
169
178
|
export declare const LuFileWarning: GeneratedIcon;
|
|
@@ -249,6 +258,7 @@ export declare const LuGamepad: GeneratedIcon;
|
|
|
249
258
|
export declare const LuGauge: GeneratedIcon;
|
|
250
259
|
export declare const LuGavel: GeneratedIcon;
|
|
251
260
|
export declare const LuGem: GeneratedIcon;
|
|
261
|
+
export declare const LuGeorgianLari: GeneratedIcon;
|
|
252
262
|
export declare const LuGhost: GeneratedIcon;
|
|
253
263
|
export declare const LuGift: GeneratedIcon;
|
|
254
264
|
export declare const LuGitBranchPlus: GeneratedIcon;
|
|
@@ -274,7 +284,6 @@ export declare const LuGlobeLock: GeneratedIcon;
|
|
|
274
284
|
export declare const LuGlobe: GeneratedIcon;
|
|
275
285
|
export declare const LuGoal: GeneratedIcon;
|
|
276
286
|
export declare const LuGpu: GeneratedIcon;
|
|
277
|
-
export declare const LuGrab: GeneratedIcon;
|
|
278
287
|
export declare const LuGraduationCap: GeneratedIcon;
|
|
279
288
|
export declare const LuGrape: GeneratedIcon;
|
|
280
289
|
export declare const LuGrid2x2Check: GeneratedIcon;
|
|
@@ -292,17 +301,21 @@ export declare const LuHam: GeneratedIcon;
|
|
|
292
301
|
export declare const LuHamburger: GeneratedIcon;
|
|
293
302
|
export declare const LuHammer: GeneratedIcon;
|
|
294
303
|
export declare const LuHandCoins: GeneratedIcon;
|
|
304
|
+
export declare const LuHandFist: GeneratedIcon;
|
|
305
|
+
export declare const LuHandGrab: GeneratedIcon;
|
|
295
306
|
export declare const LuHandHeart: GeneratedIcon;
|
|
296
307
|
export declare const LuHandHelping: GeneratedIcon;
|
|
297
308
|
export declare const LuHandMetal: GeneratedIcon;
|
|
298
309
|
export declare const LuHandPlatter: GeneratedIcon;
|
|
299
310
|
export declare const LuHand: GeneratedIcon;
|
|
311
|
+
export declare const LuHandbag: GeneratedIcon;
|
|
300
312
|
export declare const LuHandshake: GeneratedIcon;
|
|
301
313
|
export declare const LuHardDriveDownload: GeneratedIcon;
|
|
302
314
|
export declare const LuHardDriveUpload: GeneratedIcon;
|
|
303
315
|
export declare const LuHardDrive: GeneratedIcon;
|
|
304
316
|
export declare const LuHardHat: GeneratedIcon;
|
|
305
317
|
export declare const LuHash: GeneratedIcon;
|
|
318
|
+
export declare const LuHatGlasses: GeneratedIcon;
|
|
306
319
|
export declare const LuHaze: GeneratedIcon;
|
|
307
320
|
export declare const LuHdmiPort: GeneratedIcon;
|
|
308
321
|
export declare const LuHeading1: GeneratedIcon;
|
|
@@ -363,6 +376,7 @@ export declare const LuIterationCw: GeneratedIcon;
|
|
|
363
376
|
export declare const LuJapaneseYen: GeneratedIcon;
|
|
364
377
|
export declare const LuJoystick: GeneratedIcon;
|
|
365
378
|
export declare const LuKanban: GeneratedIcon;
|
|
379
|
+
export declare const LuKayak: GeneratedIcon;
|
|
366
380
|
export declare const LuKeyRound: GeneratedIcon;
|
|
367
381
|
export declare const LuKeySquare: GeneratedIcon;
|
|
368
382
|
export declare const LuKey: GeneratedIcon;
|
|
@@ -402,6 +416,7 @@ export declare const LuLifeBuoy: GeneratedIcon;
|
|
|
402
416
|
export declare const LuLigature: GeneratedIcon;
|
|
403
417
|
export declare const LuLightbulbOff: GeneratedIcon;
|
|
404
418
|
export declare const LuLightbulb: GeneratedIcon;
|
|
419
|
+
export declare const LuLineSquiggle: GeneratedIcon;
|
|
405
420
|
export declare const LuLink2Off: GeneratedIcon;
|
|
406
421
|
export declare const LuLink2: GeneratedIcon;
|
|
407
422
|
export declare const LuLink: GeneratedIcon;
|
|
@@ -429,7 +444,6 @@ export declare const LuLoader: GeneratedIcon;
|
|
|
429
444
|
export declare const LuLocateFixed: GeneratedIcon;
|
|
430
445
|
export declare const LuLocateOff: GeneratedIcon;
|
|
431
446
|
export declare const LuLocate: GeneratedIcon;
|
|
432
|
-
export declare const LuLocationEdit: GeneratedIcon;
|
|
433
447
|
export declare const LuLockKeyholeOpen: GeneratedIcon;
|
|
434
448
|
export declare const LuLockKeyhole: GeneratedIcon;
|
|
435
449
|
export declare const LuLockOpen: GeneratedIcon;
|
|
@@ -444,19 +458,21 @@ export declare const LuMailCheck: GeneratedIcon;
|
|
|
444
458
|
export declare const LuMailMinus: GeneratedIcon;
|
|
445
459
|
export declare const LuMailOpen: GeneratedIcon;
|
|
446
460
|
export declare const LuMailPlus: GeneratedIcon;
|
|
447
|
-
export declare const
|
|
461
|
+
export declare const LuMailQuestionMark: GeneratedIcon;
|
|
448
462
|
export declare const LuMailSearch: GeneratedIcon;
|
|
449
463
|
export declare const LuMailWarning: GeneratedIcon;
|
|
450
464
|
export declare const LuMailX: GeneratedIcon;
|
|
451
465
|
export declare const LuMail: GeneratedIcon;
|
|
452
466
|
export declare const LuMailbox: GeneratedIcon;
|
|
453
467
|
export declare const LuMails: GeneratedIcon;
|
|
468
|
+
export declare const LuMapMinus: GeneratedIcon;
|
|
454
469
|
export declare const LuMapPinCheckInside: GeneratedIcon;
|
|
455
470
|
export declare const LuMapPinCheck: GeneratedIcon;
|
|
456
471
|
export declare const LuMapPinHouse: GeneratedIcon;
|
|
457
472
|
export declare const LuMapPinMinusInside: GeneratedIcon;
|
|
458
473
|
export declare const LuMapPinMinus: GeneratedIcon;
|
|
459
474
|
export declare const LuMapPinOff: GeneratedIcon;
|
|
475
|
+
export declare const LuMapPinPen: GeneratedIcon;
|
|
460
476
|
export declare const LuMapPinPlusInside: GeneratedIcon;
|
|
461
477
|
export declare const LuMapPinPlus: GeneratedIcon;
|
|
462
478
|
export declare const LuMapPinXInside: GeneratedIcon;
|
|
@@ -483,19 +499,3 @@ export declare const LuMessageCircleHeart: GeneratedIcon;
|
|
|
483
499
|
export declare const LuMessageCircleMore: GeneratedIcon;
|
|
484
500
|
export declare const LuMessageCircleOff: GeneratedIcon;
|
|
485
501
|
export declare const LuMessageCirclePlus: GeneratedIcon;
|
|
486
|
-
export declare const LuMessageCircleQuestion: GeneratedIcon;
|
|
487
|
-
export declare const LuMessageCircleReply: GeneratedIcon;
|
|
488
|
-
export declare const LuMessageCircleWarning: GeneratedIcon;
|
|
489
|
-
export declare const LuMessageCircleX: GeneratedIcon;
|
|
490
|
-
export declare const LuMessageCircle: GeneratedIcon;
|
|
491
|
-
export declare const LuMessageSquareCode: GeneratedIcon;
|
|
492
|
-
export declare const LuMessageSquareDashed: GeneratedIcon;
|
|
493
|
-
export declare const LuMessageSquareDiff: GeneratedIcon;
|
|
494
|
-
export declare const LuMessageSquareDot: GeneratedIcon;
|
|
495
|
-
export declare const LuMessageSquareHeart: GeneratedIcon;
|
|
496
|
-
export declare const LuMessageSquareLock: GeneratedIcon;
|
|
497
|
-
export declare const LuMessageSquareMore: GeneratedIcon;
|
|
498
|
-
export declare const LuMessageSquareOff: GeneratedIcon;
|
|
499
|
-
export declare const LuMessageSquarePlus: GeneratedIcon;
|
|
500
|
-
export declare const LuMessageSquareQuote: GeneratedIcon;
|
|
501
|
-
export declare const LuMessageSquareReply: GeneratedIcon;
|