@uzum-tech/ui 1.8.1 → 1.8.2
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/index.js +189 -135
- package/dist/index.prod.js +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.js +1 -1
- package/es/button/src/Button.d.ts +72 -0
- package/es/button/src/Button.js +13 -7
- package/es/button/src/styles/index.cssr.js +1 -2
- package/es/button/styles/light.d.ts +8 -0
- package/es/button/styles/light.js +7 -7
- package/es/calendar/src/Calendar.d.ts +80 -0
- package/es/calendar/styles/light.d.ts +8 -0
- package/es/chat/src/Chat.d.ts +87 -7
- package/es/chat/src/Chat.js +11 -12
- package/es/chat/src/ChatListItems.d.ts +88 -0
- package/es/chat/src/ChatListItems.js +4 -1
- package/es/chat/src/ChatMessages.d.ts +88 -0
- package/es/chat/src/styles/index.cssr.js +1 -3
- package/es/chat/styles/dark.d.ts +8 -0
- package/es/chat/styles/light.d.ts +8 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +8 -0
- package/es/color-picker/src/ColorPicker.d.ts +72 -0
- package/es/color-picker/styles/light.d.ts +8 -0
- package/es/data-table/src/DataTable.d.ts +56 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +8 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +8 -0
- package/es/data-table/src/TableParts/Body.d.ts +8 -0
- package/es/data-table/src/TableParts/Header.d.ts +8 -0
- package/es/data-table/src/interface.d.ts +24 -0
- package/es/data-table/styles/light.d.ts +8 -0
- package/es/date-picker/src/DatePicker.d.ts +168 -0
- package/es/date-picker/src/panel/date.d.ts +24 -0
- package/es/date-picker/src/panel/daterange.d.ts +24 -0
- package/es/date-picker/src/panel/datetime.d.ts +24 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +24 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +48 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +24 -0
- package/es/date-picker/src/panel/panelYear.d.ts +48 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +24 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/es/date-picker/styles/light.d.ts +16 -0
- package/es/dialog/src/Dialog.d.ts +56 -0
- package/es/dialog/src/DialogProvider.d.ts +16 -0
- package/es/dialog/styles/light.d.ts +8 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +80 -0
- package/es/dynamic-input/src/InputPreset.d.ts +8 -0
- package/es/dynamic-input/src/PairPreset.d.ts +8 -0
- package/es/dynamic-input/styles/light.d.ts +8 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +80 -0
- package/es/dynamic-tags/styles/light.d.ts +8 -0
- package/es/input-number/src/InputNumber.d.ts +80 -0
- package/es/input-number/styles/light.d.ts +8 -0
- package/es/legacy-transfer/src/Transfer.d.ts +80 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/es/legacy-transfer/src/TransferList.d.ts +8 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/es/legacy-transfer/styles/light.d.ts +8 -0
- package/es/modal/src/BodyWrapper.d.ts +16 -0
- package/es/modal/src/Modal.d.ts +72 -0
- package/es/modal/styles/light.d.ts +8 -0
- package/es/notification/src/Notification.d.ts +5 -0
- package/es/notification/src/Notification.js +16 -6
- package/es/notification/src/NotificationContainer.d.ts +12 -0
- package/es/notification/src/NotificationProvider.d.ts +108 -0
- package/es/notification/src/styles/index.cssr.js +12 -8
- package/es/notification/styles/light.d.ts +24 -0
- package/es/notification/styles/light.js +9 -8
- package/es/popconfirm/src/Popconfirm.d.ts +80 -0
- package/es/popconfirm/styles/light.d.ts +8 -0
- package/es/time-picker/src/Panel.d.ts +8 -0
- package/es/time-picker/src/TimePicker.d.ts +80 -0
- package/es/time-picker/styles/light.d.ts +8 -0
- package/es/transfer/src/Transfer.d.ts +80 -0
- package/es/transfer/src/TransferFilter.d.ts +8 -0
- package/es/transfer/src/TransferList.d.ts +8 -0
- package/es/transfer/src/TransferListItem.d.ts +8 -0
- package/es/transfer/styles/light.d.ts +8 -0
- package/es/upload/src/Upload.d.ts +90 -0
- package/es/upload/src/Upload.js +2 -1
- package/es/upload/src/UploadFile.d.ts +9 -0
- package/es/upload/src/UploadProgress.d.ts +9 -0
- package/es/upload/src/styles/index.cssr.js +1 -0
- package/es/upload/src/useUploadActionsRender.js +5 -1
- package/es/upload/styles/light.d.ts +10 -0
- package/es/upload/styles/light.js +6 -5
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.js +1 -1
- package/lib/button/src/Button.d.ts +72 -0
- package/lib/button/src/Button.js +13 -7
- package/lib/button/src/styles/index.cssr.js +1 -2
- package/lib/button/styles/light.d.ts +8 -0
- package/lib/button/styles/light.js +7 -7
- package/lib/calendar/src/Calendar.d.ts +80 -0
- package/lib/calendar/styles/light.d.ts +8 -0
- package/lib/chat/src/Chat.d.ts +87 -7
- package/lib/chat/src/Chat.js +11 -12
- package/lib/chat/src/ChatListItems.d.ts +88 -0
- package/lib/chat/src/ChatListItems.js +4 -1
- package/lib/chat/src/ChatMessages.d.ts +88 -0
- package/lib/chat/src/styles/index.cssr.js +1 -3
- package/lib/chat/styles/dark.d.ts +8 -0
- package/lib/chat/styles/light.d.ts +8 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +8 -0
- package/lib/color-picker/src/ColorPicker.d.ts +72 -0
- package/lib/color-picker/styles/light.d.ts +8 -0
- package/lib/data-table/src/DataTable.d.ts +56 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +8 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +8 -0
- package/lib/data-table/src/TableParts/Body.d.ts +8 -0
- package/lib/data-table/src/TableParts/Header.d.ts +8 -0
- package/lib/data-table/src/interface.d.ts +24 -0
- package/lib/data-table/styles/light.d.ts +8 -0
- package/lib/date-picker/src/DatePicker.d.ts +168 -0
- package/lib/date-picker/src/panel/date.d.ts +24 -0
- package/lib/date-picker/src/panel/daterange.d.ts +24 -0
- package/lib/date-picker/src/panel/datetime.d.ts +24 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +24 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +48 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +24 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +48 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +24 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/lib/date-picker/styles/light.d.ts +16 -0
- package/lib/dialog/src/Dialog.d.ts +56 -0
- package/lib/dialog/src/DialogProvider.d.ts +16 -0
- package/lib/dialog/styles/light.d.ts +8 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +80 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +8 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +8 -0
- package/lib/dynamic-input/styles/light.d.ts +8 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +80 -0
- package/lib/dynamic-tags/styles/light.d.ts +8 -0
- package/lib/input-number/src/InputNumber.d.ts +80 -0
- package/lib/input-number/styles/light.d.ts +8 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +80 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/lib/legacy-transfer/styles/light.d.ts +8 -0
- package/lib/modal/src/BodyWrapper.d.ts +16 -0
- package/lib/modal/src/Modal.d.ts +72 -0
- package/lib/modal/styles/light.d.ts +8 -0
- package/lib/notification/src/Notification.d.ts +5 -0
- package/lib/notification/src/Notification.js +14 -4
- package/lib/notification/src/NotificationContainer.d.ts +12 -0
- package/lib/notification/src/NotificationProvider.d.ts +108 -0
- package/lib/notification/src/styles/index.cssr.js +12 -8
- package/lib/notification/styles/light.d.ts +24 -0
- package/lib/notification/styles/light.js +9 -8
- package/lib/popconfirm/src/Popconfirm.d.ts +80 -0
- package/lib/popconfirm/styles/light.d.ts +8 -0
- package/lib/time-picker/src/Panel.d.ts +8 -0
- package/lib/time-picker/src/TimePicker.d.ts +80 -0
- package/lib/time-picker/styles/light.d.ts +8 -0
- package/lib/transfer/src/Transfer.d.ts +80 -0
- package/lib/transfer/src/TransferFilter.d.ts +8 -0
- package/lib/transfer/src/TransferList.d.ts +8 -0
- package/lib/transfer/src/TransferListItem.d.ts +8 -0
- package/lib/transfer/styles/light.d.ts +8 -0
- package/lib/upload/src/Upload.d.ts +90 -0
- package/lib/upload/src/Upload.js +2 -1
- package/lib/upload/src/UploadFile.d.ts +9 -0
- package/lib/upload/src/UploadProgress.d.ts +9 -0
- package/lib/upload/src/styles/index.cssr.js +1 -0
- package/lib/upload/src/useUploadActionsRender.js +5 -1
- package/lib/upload/styles/light.d.ts +10 -0
- package/lib/upload/styles/light.js +6 -5
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +4 -4
|
@@ -240,16 +240,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
240
240
|
colorSecondary: string;
|
|
241
241
|
colorSecondaryHover: string;
|
|
242
242
|
colorSecondaryPressed: string;
|
|
243
|
+
colorSecondaryFocus: string;
|
|
244
|
+
colorSecondaryDisabled: string;
|
|
245
|
+
textColorSecondaryDisabled: string;
|
|
243
246
|
waveColorSecondary: string;
|
|
244
247
|
colorTertiary: string;
|
|
245
248
|
colorTertiaryHover: string;
|
|
246
249
|
colorTertiaryPressed: string;
|
|
250
|
+
colorTertiaryFocus: string;
|
|
247
251
|
colorTertiaryDisalbed: string;
|
|
248
252
|
waveColorTertiary: string;
|
|
249
253
|
textColorTextTertiary: string;
|
|
254
|
+
rippleColorTertiary: string;
|
|
250
255
|
colorQuaternary: string;
|
|
251
256
|
colorQuaternaryHover: string;
|
|
252
257
|
colorQuaternaryPressed: string;
|
|
258
|
+
colorQuaternaryFocus: string;
|
|
259
|
+
rippleColorQuaternary: string;
|
|
260
|
+
waveColorQuaternary: string;
|
|
253
261
|
color: string;
|
|
254
262
|
colorHover: string;
|
|
255
263
|
colorPressed: string;
|
|
@@ -473,16 +481,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
473
481
|
colorSecondary: string;
|
|
474
482
|
colorSecondaryHover: string;
|
|
475
483
|
colorSecondaryPressed: string;
|
|
484
|
+
colorSecondaryFocus: string;
|
|
485
|
+
colorSecondaryDisabled: string;
|
|
486
|
+
textColorSecondaryDisabled: string;
|
|
476
487
|
waveColorSecondary: string;
|
|
477
488
|
colorTertiary: string;
|
|
478
489
|
colorTertiaryHover: string;
|
|
479
490
|
colorTertiaryPressed: string;
|
|
491
|
+
colorTertiaryFocus: string;
|
|
480
492
|
colorTertiaryDisalbed: string;
|
|
481
493
|
waveColorTertiary: string;
|
|
482
494
|
textColorTextTertiary: string;
|
|
495
|
+
rippleColorTertiary: string;
|
|
483
496
|
colorQuaternary: string;
|
|
484
497
|
colorQuaternaryHover: string;
|
|
485
498
|
colorQuaternaryPressed: string;
|
|
499
|
+
colorQuaternaryFocus: string;
|
|
500
|
+
rippleColorQuaternary: string;
|
|
501
|
+
waveColorQuaternary: string;
|
|
486
502
|
color: string;
|
|
487
503
|
colorHover: string;
|
|
488
504
|
colorPressed: string;
|
|
@@ -771,16 +787,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
771
787
|
colorSecondary: string;
|
|
772
788
|
colorSecondaryHover: string;
|
|
773
789
|
colorSecondaryPressed: string;
|
|
790
|
+
colorSecondaryFocus: string;
|
|
791
|
+
colorSecondaryDisabled: string;
|
|
792
|
+
textColorSecondaryDisabled: string;
|
|
774
793
|
waveColorSecondary: string;
|
|
775
794
|
colorTertiary: string;
|
|
776
795
|
colorTertiaryHover: string;
|
|
777
796
|
colorTertiaryPressed: string;
|
|
797
|
+
colorTertiaryFocus: string;
|
|
778
798
|
colorTertiaryDisalbed: string;
|
|
779
799
|
waveColorTertiary: string;
|
|
780
800
|
textColorTextTertiary: string;
|
|
801
|
+
rippleColorTertiary: string;
|
|
781
802
|
colorQuaternary: string;
|
|
782
803
|
colorQuaternaryHover: string;
|
|
783
804
|
colorQuaternaryPressed: string;
|
|
805
|
+
colorQuaternaryFocus: string;
|
|
806
|
+
rippleColorQuaternary: string;
|
|
807
|
+
waveColorQuaternary: string;
|
|
784
808
|
color: string;
|
|
785
809
|
colorHover: string;
|
|
786
810
|
colorPressed: string;
|
|
@@ -266,16 +266,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
266
|
colorSecondary: string;
|
|
267
267
|
colorSecondaryHover: string;
|
|
268
268
|
colorSecondaryPressed: string;
|
|
269
|
+
colorSecondaryFocus: string;
|
|
270
|
+
colorSecondaryDisabled: string;
|
|
271
|
+
textColorSecondaryDisabled: string;
|
|
269
272
|
waveColorSecondary: string;
|
|
270
273
|
colorTertiary: string;
|
|
271
274
|
colorTertiaryHover: string;
|
|
272
275
|
colorTertiaryPressed: string;
|
|
276
|
+
colorTertiaryFocus: string;
|
|
273
277
|
colorTertiaryDisalbed: string;
|
|
274
278
|
waveColorTertiary: string;
|
|
275
279
|
textColorTextTertiary: string;
|
|
280
|
+
rippleColorTertiary: string;
|
|
276
281
|
colorQuaternary: string;
|
|
277
282
|
colorQuaternaryHover: string;
|
|
278
283
|
colorQuaternaryPressed: string;
|
|
284
|
+
colorQuaternaryFocus: string;
|
|
285
|
+
rippleColorQuaternary: string;
|
|
286
|
+
waveColorQuaternary: string;
|
|
279
287
|
color: string;
|
|
280
288
|
colorHover: string;
|
|
281
289
|
colorPressed: string;
|
|
@@ -499,16 +507,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
499
507
|
colorSecondary: string;
|
|
500
508
|
colorSecondaryHover: string;
|
|
501
509
|
colorSecondaryPressed: string;
|
|
510
|
+
colorSecondaryFocus: string;
|
|
511
|
+
colorSecondaryDisabled: string;
|
|
512
|
+
textColorSecondaryDisabled: string;
|
|
502
513
|
waveColorSecondary: string;
|
|
503
514
|
colorTertiary: string;
|
|
504
515
|
colorTertiaryHover: string;
|
|
505
516
|
colorTertiaryPressed: string;
|
|
517
|
+
colorTertiaryFocus: string;
|
|
506
518
|
colorTertiaryDisalbed: string;
|
|
507
519
|
waveColorTertiary: string;
|
|
508
520
|
textColorTextTertiary: string;
|
|
521
|
+
rippleColorTertiary: string;
|
|
509
522
|
colorQuaternary: string;
|
|
510
523
|
colorQuaternaryHover: string;
|
|
511
524
|
colorQuaternaryPressed: string;
|
|
525
|
+
colorQuaternaryFocus: string;
|
|
526
|
+
rippleColorQuaternary: string;
|
|
527
|
+
waveColorQuaternary: string;
|
|
512
528
|
color: string;
|
|
513
529
|
colorHover: string;
|
|
514
530
|
colorPressed: string;
|
|
@@ -797,16 +813,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
797
813
|
colorSecondary: string;
|
|
798
814
|
colorSecondaryHover: string;
|
|
799
815
|
colorSecondaryPressed: string;
|
|
816
|
+
colorSecondaryFocus: string;
|
|
817
|
+
colorSecondaryDisabled: string;
|
|
818
|
+
textColorSecondaryDisabled: string;
|
|
800
819
|
waveColorSecondary: string;
|
|
801
820
|
colorTertiary: string;
|
|
802
821
|
colorTertiaryHover: string;
|
|
803
822
|
colorTertiaryPressed: string;
|
|
823
|
+
colorTertiaryFocus: string;
|
|
804
824
|
colorTertiaryDisalbed: string;
|
|
805
825
|
waveColorTertiary: string;
|
|
806
826
|
textColorTextTertiary: string;
|
|
827
|
+
rippleColorTertiary: string;
|
|
807
828
|
colorQuaternary: string;
|
|
808
829
|
colorQuaternaryHover: string;
|
|
809
830
|
colorQuaternaryPressed: string;
|
|
831
|
+
colorQuaternaryFocus: string;
|
|
832
|
+
rippleColorQuaternary: string;
|
|
833
|
+
waveColorQuaternary: string;
|
|
810
834
|
color: string;
|
|
811
835
|
colorHover: string;
|
|
812
836
|
colorPressed: string;
|
|
@@ -309,16 +309,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
309
309
|
colorSecondary: string;
|
|
310
310
|
colorSecondaryHover: string;
|
|
311
311
|
colorSecondaryPressed: string;
|
|
312
|
+
colorSecondaryFocus: string;
|
|
313
|
+
colorSecondaryDisabled: string;
|
|
314
|
+
textColorSecondaryDisabled: string;
|
|
312
315
|
waveColorSecondary: string;
|
|
313
316
|
colorTertiary: string;
|
|
314
317
|
colorTertiaryHover: string;
|
|
315
318
|
colorTertiaryPressed: string;
|
|
319
|
+
colorTertiaryFocus: string;
|
|
316
320
|
colorTertiaryDisalbed: string;
|
|
317
321
|
waveColorTertiary: string;
|
|
318
322
|
textColorTextTertiary: string;
|
|
323
|
+
rippleColorTertiary: string;
|
|
319
324
|
colorQuaternary: string;
|
|
320
325
|
colorQuaternaryHover: string;
|
|
321
326
|
colorQuaternaryPressed: string;
|
|
327
|
+
colorQuaternaryFocus: string;
|
|
328
|
+
rippleColorQuaternary: string;
|
|
329
|
+
waveColorQuaternary: string;
|
|
322
330
|
color: string;
|
|
323
331
|
colorHover: string;
|
|
324
332
|
colorPressed: string;
|
|
@@ -542,16 +550,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
542
550
|
colorSecondary: string;
|
|
543
551
|
colorSecondaryHover: string;
|
|
544
552
|
colorSecondaryPressed: string;
|
|
553
|
+
colorSecondaryFocus: string;
|
|
554
|
+
colorSecondaryDisabled: string;
|
|
555
|
+
textColorSecondaryDisabled: string;
|
|
545
556
|
waveColorSecondary: string;
|
|
546
557
|
colorTertiary: string;
|
|
547
558
|
colorTertiaryHover: string;
|
|
548
559
|
colorTertiaryPressed: string;
|
|
560
|
+
colorTertiaryFocus: string;
|
|
549
561
|
colorTertiaryDisalbed: string;
|
|
550
562
|
waveColorTertiary: string;
|
|
551
563
|
textColorTextTertiary: string;
|
|
564
|
+
rippleColorTertiary: string;
|
|
552
565
|
colorQuaternary: string;
|
|
553
566
|
colorQuaternaryHover: string;
|
|
554
567
|
colorQuaternaryPressed: string;
|
|
568
|
+
colorQuaternaryFocus: string;
|
|
569
|
+
rippleColorQuaternary: string;
|
|
570
|
+
waveColorQuaternary: string;
|
|
555
571
|
color: string;
|
|
556
572
|
colorHover: string;
|
|
557
573
|
colorPressed: string;
|
|
@@ -840,16 +856,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
840
856
|
colorSecondary: string;
|
|
841
857
|
colorSecondaryHover: string;
|
|
842
858
|
colorSecondaryPressed: string;
|
|
859
|
+
colorSecondaryFocus: string;
|
|
860
|
+
colorSecondaryDisabled: string;
|
|
861
|
+
textColorSecondaryDisabled: string;
|
|
843
862
|
waveColorSecondary: string;
|
|
844
863
|
colorTertiary: string;
|
|
845
864
|
colorTertiaryHover: string;
|
|
846
865
|
colorTertiaryPressed: string;
|
|
866
|
+
colorTertiaryFocus: string;
|
|
847
867
|
colorTertiaryDisalbed: string;
|
|
848
868
|
waveColorTertiary: string;
|
|
849
869
|
textColorTextTertiary: string;
|
|
870
|
+
rippleColorTertiary: string;
|
|
850
871
|
colorQuaternary: string;
|
|
851
872
|
colorQuaternaryHover: string;
|
|
852
873
|
colorQuaternaryPressed: string;
|
|
874
|
+
colorQuaternaryFocus: string;
|
|
875
|
+
rippleColorQuaternary: string;
|
|
876
|
+
waveColorQuaternary: string;
|
|
853
877
|
color: string;
|
|
854
878
|
colorHover: string;
|
|
855
879
|
colorPressed: string;
|
|
@@ -1442,16 +1466,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1442
1466
|
colorSecondary: string;
|
|
1443
1467
|
colorSecondaryHover: string;
|
|
1444
1468
|
colorSecondaryPressed: string;
|
|
1469
|
+
colorSecondaryFocus: string;
|
|
1470
|
+
colorSecondaryDisabled: string;
|
|
1471
|
+
textColorSecondaryDisabled: string;
|
|
1445
1472
|
waveColorSecondary: string;
|
|
1446
1473
|
colorTertiary: string;
|
|
1447
1474
|
colorTertiaryHover: string;
|
|
1448
1475
|
colorTertiaryPressed: string;
|
|
1476
|
+
colorTertiaryFocus: string;
|
|
1449
1477
|
colorTertiaryDisalbed: string;
|
|
1450
1478
|
waveColorTertiary: string;
|
|
1451
1479
|
textColorTextTertiary: string;
|
|
1480
|
+
rippleColorTertiary: string;
|
|
1452
1481
|
colorQuaternary: string;
|
|
1453
1482
|
colorQuaternaryHover: string;
|
|
1454
1483
|
colorQuaternaryPressed: string;
|
|
1484
|
+
colorQuaternaryFocus: string;
|
|
1485
|
+
rippleColorQuaternary: string;
|
|
1486
|
+
waveColorQuaternary: string;
|
|
1455
1487
|
color: string;
|
|
1456
1488
|
colorHover: string;
|
|
1457
1489
|
colorPressed: string;
|
|
@@ -1675,16 +1707,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1675
1707
|
colorSecondary: string;
|
|
1676
1708
|
colorSecondaryHover: string;
|
|
1677
1709
|
colorSecondaryPressed: string;
|
|
1710
|
+
colorSecondaryFocus: string;
|
|
1711
|
+
colorSecondaryDisabled: string;
|
|
1712
|
+
textColorSecondaryDisabled: string;
|
|
1678
1713
|
waveColorSecondary: string;
|
|
1679
1714
|
colorTertiary: string;
|
|
1680
1715
|
colorTertiaryHover: string;
|
|
1681
1716
|
colorTertiaryPressed: string;
|
|
1717
|
+
colorTertiaryFocus: string;
|
|
1682
1718
|
colorTertiaryDisalbed: string;
|
|
1683
1719
|
waveColorTertiary: string;
|
|
1684
1720
|
textColorTextTertiary: string;
|
|
1721
|
+
rippleColorTertiary: string;
|
|
1685
1722
|
colorQuaternary: string;
|
|
1686
1723
|
colorQuaternaryHover: string;
|
|
1687
1724
|
colorQuaternaryPressed: string;
|
|
1725
|
+
colorQuaternaryFocus: string;
|
|
1726
|
+
rippleColorQuaternary: string;
|
|
1727
|
+
waveColorQuaternary: string;
|
|
1688
1728
|
color: string;
|
|
1689
1729
|
colorHover: string;
|
|
1690
1730
|
colorPressed: string;
|
|
@@ -1973,16 +2013,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1973
2013
|
colorSecondary: string;
|
|
1974
2014
|
colorSecondaryHover: string;
|
|
1975
2015
|
colorSecondaryPressed: string;
|
|
2016
|
+
colorSecondaryFocus: string;
|
|
2017
|
+
colorSecondaryDisabled: string;
|
|
2018
|
+
textColorSecondaryDisabled: string;
|
|
1976
2019
|
waveColorSecondary: string;
|
|
1977
2020
|
colorTertiary: string;
|
|
1978
2021
|
colorTertiaryHover: string;
|
|
1979
2022
|
colorTertiaryPressed: string;
|
|
2023
|
+
colorTertiaryFocus: string;
|
|
1980
2024
|
colorTertiaryDisalbed: string;
|
|
1981
2025
|
waveColorTertiary: string;
|
|
1982
2026
|
textColorTextTertiary: string;
|
|
2027
|
+
rippleColorTertiary: string;
|
|
1983
2028
|
colorQuaternary: string;
|
|
1984
2029
|
colorQuaternaryHover: string;
|
|
1985
2030
|
colorQuaternaryPressed: string;
|
|
2031
|
+
colorQuaternaryFocus: string;
|
|
2032
|
+
rippleColorQuaternary: string;
|
|
2033
|
+
waveColorQuaternary: string;
|
|
1986
2034
|
color: string;
|
|
1987
2035
|
colorHover: string;
|
|
1988
2036
|
colorPressed: string;
|
|
@@ -244,16 +244,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
244
|
colorSecondary: string;
|
|
245
245
|
colorSecondaryHover: string;
|
|
246
246
|
colorSecondaryPressed: string;
|
|
247
|
+
colorSecondaryFocus: string;
|
|
248
|
+
colorSecondaryDisabled: string;
|
|
249
|
+
textColorSecondaryDisabled: string;
|
|
247
250
|
waveColorSecondary: string;
|
|
248
251
|
colorTertiary: string;
|
|
249
252
|
colorTertiaryHover: string;
|
|
250
253
|
colorTertiaryPressed: string;
|
|
254
|
+
colorTertiaryFocus: string;
|
|
251
255
|
colorTertiaryDisalbed: string;
|
|
252
256
|
waveColorTertiary: string;
|
|
253
257
|
textColorTextTertiary: string;
|
|
258
|
+
rippleColorTertiary: string;
|
|
254
259
|
colorQuaternary: string;
|
|
255
260
|
colorQuaternaryHover: string;
|
|
256
261
|
colorQuaternaryPressed: string;
|
|
262
|
+
colorQuaternaryFocus: string;
|
|
263
|
+
rippleColorQuaternary: string;
|
|
264
|
+
waveColorQuaternary: string;
|
|
257
265
|
color: string;
|
|
258
266
|
colorHover: string;
|
|
259
267
|
colorPressed: string;
|
|
@@ -477,16 +485,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
477
485
|
colorSecondary: string;
|
|
478
486
|
colorSecondaryHover: string;
|
|
479
487
|
colorSecondaryPressed: string;
|
|
488
|
+
colorSecondaryFocus: string;
|
|
489
|
+
colorSecondaryDisabled: string;
|
|
490
|
+
textColorSecondaryDisabled: string;
|
|
480
491
|
waveColorSecondary: string;
|
|
481
492
|
colorTertiary: string;
|
|
482
493
|
colorTertiaryHover: string;
|
|
483
494
|
colorTertiaryPressed: string;
|
|
495
|
+
colorTertiaryFocus: string;
|
|
484
496
|
colorTertiaryDisalbed: string;
|
|
485
497
|
waveColorTertiary: string;
|
|
486
498
|
textColorTextTertiary: string;
|
|
499
|
+
rippleColorTertiary: string;
|
|
487
500
|
colorQuaternary: string;
|
|
488
501
|
colorQuaternaryHover: string;
|
|
489
502
|
colorQuaternaryPressed: string;
|
|
503
|
+
colorQuaternaryFocus: string;
|
|
504
|
+
rippleColorQuaternary: string;
|
|
505
|
+
waveColorQuaternary: string;
|
|
490
506
|
color: string;
|
|
491
507
|
colorHover: string;
|
|
492
508
|
colorPressed: string;
|
|
@@ -775,16 +791,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
775
791
|
colorSecondary: string;
|
|
776
792
|
colorSecondaryHover: string;
|
|
777
793
|
colorSecondaryPressed: string;
|
|
794
|
+
colorSecondaryFocus: string;
|
|
795
|
+
colorSecondaryDisabled: string;
|
|
796
|
+
textColorSecondaryDisabled: string;
|
|
778
797
|
waveColorSecondary: string;
|
|
779
798
|
colorTertiary: string;
|
|
780
799
|
colorTertiaryHover: string;
|
|
781
800
|
colorTertiaryPressed: string;
|
|
801
|
+
colorTertiaryFocus: string;
|
|
782
802
|
colorTertiaryDisalbed: string;
|
|
783
803
|
waveColorTertiary: string;
|
|
784
804
|
textColorTextTertiary: string;
|
|
805
|
+
rippleColorTertiary: string;
|
|
785
806
|
colorQuaternary: string;
|
|
786
807
|
colorQuaternaryHover: string;
|
|
787
808
|
colorQuaternaryPressed: string;
|
|
809
|
+
colorQuaternaryFocus: string;
|
|
810
|
+
rippleColorQuaternary: string;
|
|
811
|
+
waveColorQuaternary: string;
|
|
788
812
|
color: string;
|
|
789
813
|
colorHover: string;
|
|
790
814
|
colorPressed: string;
|
|
@@ -309,16 +309,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
309
309
|
colorSecondary: string;
|
|
310
310
|
colorSecondaryHover: string;
|
|
311
311
|
colorSecondaryPressed: string;
|
|
312
|
+
colorSecondaryFocus: string;
|
|
313
|
+
colorSecondaryDisabled: string;
|
|
314
|
+
textColorSecondaryDisabled: string;
|
|
312
315
|
waveColorSecondary: string;
|
|
313
316
|
colorTertiary: string;
|
|
314
317
|
colorTertiaryHover: string;
|
|
315
318
|
colorTertiaryPressed: string;
|
|
319
|
+
colorTertiaryFocus: string;
|
|
316
320
|
colorTertiaryDisalbed: string;
|
|
317
321
|
waveColorTertiary: string;
|
|
318
322
|
textColorTextTertiary: string;
|
|
323
|
+
rippleColorTertiary: string;
|
|
319
324
|
colorQuaternary: string;
|
|
320
325
|
colorQuaternaryHover: string;
|
|
321
326
|
colorQuaternaryPressed: string;
|
|
327
|
+
colorQuaternaryFocus: string;
|
|
328
|
+
rippleColorQuaternary: string;
|
|
329
|
+
waveColorQuaternary: string;
|
|
322
330
|
color: string;
|
|
323
331
|
colorHover: string;
|
|
324
332
|
colorPressed: string;
|
|
@@ -542,16 +550,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
542
550
|
colorSecondary: string;
|
|
543
551
|
colorSecondaryHover: string;
|
|
544
552
|
colorSecondaryPressed: string;
|
|
553
|
+
colorSecondaryFocus: string;
|
|
554
|
+
colorSecondaryDisabled: string;
|
|
555
|
+
textColorSecondaryDisabled: string;
|
|
545
556
|
waveColorSecondary: string;
|
|
546
557
|
colorTertiary: string;
|
|
547
558
|
colorTertiaryHover: string;
|
|
548
559
|
colorTertiaryPressed: string;
|
|
560
|
+
colorTertiaryFocus: string;
|
|
549
561
|
colorTertiaryDisalbed: string;
|
|
550
562
|
waveColorTertiary: string;
|
|
551
563
|
textColorTextTertiary: string;
|
|
564
|
+
rippleColorTertiary: string;
|
|
552
565
|
colorQuaternary: string;
|
|
553
566
|
colorQuaternaryHover: string;
|
|
554
567
|
colorQuaternaryPressed: string;
|
|
568
|
+
colorQuaternaryFocus: string;
|
|
569
|
+
rippleColorQuaternary: string;
|
|
570
|
+
waveColorQuaternary: string;
|
|
555
571
|
color: string;
|
|
556
572
|
colorHover: string;
|
|
557
573
|
colorPressed: string;
|
|
@@ -840,16 +856,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
840
856
|
colorSecondary: string;
|
|
841
857
|
colorSecondaryHover: string;
|
|
842
858
|
colorSecondaryPressed: string;
|
|
859
|
+
colorSecondaryFocus: string;
|
|
860
|
+
colorSecondaryDisabled: string;
|
|
861
|
+
textColorSecondaryDisabled: string;
|
|
843
862
|
waveColorSecondary: string;
|
|
844
863
|
colorTertiary: string;
|
|
845
864
|
colorTertiaryHover: string;
|
|
846
865
|
colorTertiaryPressed: string;
|
|
866
|
+
colorTertiaryFocus: string;
|
|
847
867
|
colorTertiaryDisalbed: string;
|
|
848
868
|
waveColorTertiary: string;
|
|
849
869
|
textColorTextTertiary: string;
|
|
870
|
+
rippleColorTertiary: string;
|
|
850
871
|
colorQuaternary: string;
|
|
851
872
|
colorQuaternaryHover: string;
|
|
852
873
|
colorQuaternaryPressed: string;
|
|
874
|
+
colorQuaternaryFocus: string;
|
|
875
|
+
rippleColorQuaternary: string;
|
|
876
|
+
waveColorQuaternary: string;
|
|
853
877
|
color: string;
|
|
854
878
|
colorHover: string;
|
|
855
879
|
colorPressed: string;
|
|
@@ -1442,16 +1466,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1442
1466
|
colorSecondary: string;
|
|
1443
1467
|
colorSecondaryHover: string;
|
|
1444
1468
|
colorSecondaryPressed: string;
|
|
1469
|
+
colorSecondaryFocus: string;
|
|
1470
|
+
colorSecondaryDisabled: string;
|
|
1471
|
+
textColorSecondaryDisabled: string;
|
|
1445
1472
|
waveColorSecondary: string;
|
|
1446
1473
|
colorTertiary: string;
|
|
1447
1474
|
colorTertiaryHover: string;
|
|
1448
1475
|
colorTertiaryPressed: string;
|
|
1476
|
+
colorTertiaryFocus: string;
|
|
1449
1477
|
colorTertiaryDisalbed: string;
|
|
1450
1478
|
waveColorTertiary: string;
|
|
1451
1479
|
textColorTextTertiary: string;
|
|
1480
|
+
rippleColorTertiary: string;
|
|
1452
1481
|
colorQuaternary: string;
|
|
1453
1482
|
colorQuaternaryHover: string;
|
|
1454
1483
|
colorQuaternaryPressed: string;
|
|
1484
|
+
colorQuaternaryFocus: string;
|
|
1485
|
+
rippleColorQuaternary: string;
|
|
1486
|
+
waveColorQuaternary: string;
|
|
1455
1487
|
color: string;
|
|
1456
1488
|
colorHover: string;
|
|
1457
1489
|
colorPressed: string;
|
|
@@ -1675,16 +1707,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1675
1707
|
colorSecondary: string;
|
|
1676
1708
|
colorSecondaryHover: string;
|
|
1677
1709
|
colorSecondaryPressed: string;
|
|
1710
|
+
colorSecondaryFocus: string;
|
|
1711
|
+
colorSecondaryDisabled: string;
|
|
1712
|
+
textColorSecondaryDisabled: string;
|
|
1678
1713
|
waveColorSecondary: string;
|
|
1679
1714
|
colorTertiary: string;
|
|
1680
1715
|
colorTertiaryHover: string;
|
|
1681
1716
|
colorTertiaryPressed: string;
|
|
1717
|
+
colorTertiaryFocus: string;
|
|
1682
1718
|
colorTertiaryDisalbed: string;
|
|
1683
1719
|
waveColorTertiary: string;
|
|
1684
1720
|
textColorTextTertiary: string;
|
|
1721
|
+
rippleColorTertiary: string;
|
|
1685
1722
|
colorQuaternary: string;
|
|
1686
1723
|
colorQuaternaryHover: string;
|
|
1687
1724
|
colorQuaternaryPressed: string;
|
|
1725
|
+
colorQuaternaryFocus: string;
|
|
1726
|
+
rippleColorQuaternary: string;
|
|
1727
|
+
waveColorQuaternary: string;
|
|
1688
1728
|
color: string;
|
|
1689
1729
|
colorHover: string;
|
|
1690
1730
|
colorPressed: string;
|
|
@@ -1973,16 +2013,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1973
2013
|
colorSecondary: string;
|
|
1974
2014
|
colorSecondaryHover: string;
|
|
1975
2015
|
colorSecondaryPressed: string;
|
|
2016
|
+
colorSecondaryFocus: string;
|
|
2017
|
+
colorSecondaryDisabled: string;
|
|
2018
|
+
textColorSecondaryDisabled: string;
|
|
1976
2019
|
waveColorSecondary: string;
|
|
1977
2020
|
colorTertiary: string;
|
|
1978
2021
|
colorTertiaryHover: string;
|
|
1979
2022
|
colorTertiaryPressed: string;
|
|
2023
|
+
colorTertiaryFocus: string;
|
|
1980
2024
|
colorTertiaryDisalbed: string;
|
|
1981
2025
|
waveColorTertiary: string;
|
|
1982
2026
|
textColorTextTertiary: string;
|
|
2027
|
+
rippleColorTertiary: string;
|
|
1983
2028
|
colorQuaternary: string;
|
|
1984
2029
|
colorQuaternaryHover: string;
|
|
1985
2030
|
colorQuaternaryPressed: string;
|
|
2031
|
+
colorQuaternaryFocus: string;
|
|
2032
|
+
rippleColorQuaternary: string;
|
|
2033
|
+
waveColorQuaternary: string;
|
|
1986
2034
|
color: string;
|
|
1987
2035
|
colorHover: string;
|
|
1988
2036
|
colorPressed: string;
|
|
@@ -244,16 +244,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
244
|
colorSecondary: string;
|
|
245
245
|
colorSecondaryHover: string;
|
|
246
246
|
colorSecondaryPressed: string;
|
|
247
|
+
colorSecondaryFocus: string;
|
|
248
|
+
colorSecondaryDisabled: string;
|
|
249
|
+
textColorSecondaryDisabled: string;
|
|
247
250
|
waveColorSecondary: string;
|
|
248
251
|
colorTertiary: string;
|
|
249
252
|
colorTertiaryHover: string;
|
|
250
253
|
colorTertiaryPressed: string;
|
|
254
|
+
colorTertiaryFocus: string;
|
|
251
255
|
colorTertiaryDisalbed: string;
|
|
252
256
|
waveColorTertiary: string;
|
|
253
257
|
textColorTextTertiary: string;
|
|
258
|
+
rippleColorTertiary: string;
|
|
254
259
|
colorQuaternary: string;
|
|
255
260
|
colorQuaternaryHover: string;
|
|
256
261
|
colorQuaternaryPressed: string;
|
|
262
|
+
colorQuaternaryFocus: string;
|
|
263
|
+
rippleColorQuaternary: string;
|
|
264
|
+
waveColorQuaternary: string;
|
|
257
265
|
color: string;
|
|
258
266
|
colorHover: string;
|
|
259
267
|
colorPressed: string;
|
|
@@ -477,16 +485,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
477
485
|
colorSecondary: string;
|
|
478
486
|
colorSecondaryHover: string;
|
|
479
487
|
colorSecondaryPressed: string;
|
|
488
|
+
colorSecondaryFocus: string;
|
|
489
|
+
colorSecondaryDisabled: string;
|
|
490
|
+
textColorSecondaryDisabled: string;
|
|
480
491
|
waveColorSecondary: string;
|
|
481
492
|
colorTertiary: string;
|
|
482
493
|
colorTertiaryHover: string;
|
|
483
494
|
colorTertiaryPressed: string;
|
|
495
|
+
colorTertiaryFocus: string;
|
|
484
496
|
colorTertiaryDisalbed: string;
|
|
485
497
|
waveColorTertiary: string;
|
|
486
498
|
textColorTextTertiary: string;
|
|
499
|
+
rippleColorTertiary: string;
|
|
487
500
|
colorQuaternary: string;
|
|
488
501
|
colorQuaternaryHover: string;
|
|
489
502
|
colorQuaternaryPressed: string;
|
|
503
|
+
colorQuaternaryFocus: string;
|
|
504
|
+
rippleColorQuaternary: string;
|
|
505
|
+
waveColorQuaternary: string;
|
|
490
506
|
color: string;
|
|
491
507
|
colorHover: string;
|
|
492
508
|
colorPressed: string;
|
|
@@ -775,16 +791,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
775
791
|
colorSecondary: string;
|
|
776
792
|
colorSecondaryHover: string;
|
|
777
793
|
colorSecondaryPressed: string;
|
|
794
|
+
colorSecondaryFocus: string;
|
|
795
|
+
colorSecondaryDisabled: string;
|
|
796
|
+
textColorSecondaryDisabled: string;
|
|
778
797
|
waveColorSecondary: string;
|
|
779
798
|
colorTertiary: string;
|
|
780
799
|
colorTertiaryHover: string;
|
|
781
800
|
colorTertiaryPressed: string;
|
|
801
|
+
colorTertiaryFocus: string;
|
|
782
802
|
colorTertiaryDisalbed: string;
|
|
783
803
|
waveColorTertiary: string;
|
|
784
804
|
textColorTextTertiary: string;
|
|
805
|
+
rippleColorTertiary: string;
|
|
785
806
|
colorQuaternary: string;
|
|
786
807
|
colorQuaternaryHover: string;
|
|
787
808
|
colorQuaternaryPressed: string;
|
|
809
|
+
colorQuaternaryFocus: string;
|
|
810
|
+
rippleColorQuaternary: string;
|
|
811
|
+
waveColorQuaternary: string;
|
|
788
812
|
color: string;
|
|
789
813
|
colorHover: string;
|
|
790
814
|
colorPressed: string;
|