@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 function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
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 function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
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 function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
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;
|
|
@@ -272,16 +272,24 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
272
272
|
colorSecondary: string;
|
|
273
273
|
colorSecondaryHover: string;
|
|
274
274
|
colorSecondaryPressed: string;
|
|
275
|
+
colorSecondaryFocus: string;
|
|
276
|
+
colorSecondaryDisabled: string;
|
|
277
|
+
textColorSecondaryDisabled: string;
|
|
275
278
|
waveColorSecondary: string;
|
|
276
279
|
colorTertiary: string;
|
|
277
280
|
colorTertiaryHover: string;
|
|
278
281
|
colorTertiaryPressed: string;
|
|
282
|
+
colorTertiaryFocus: string;
|
|
279
283
|
colorTertiaryDisalbed: string;
|
|
280
284
|
waveColorTertiary: string;
|
|
281
285
|
textColorTextTertiary: string;
|
|
286
|
+
rippleColorTertiary: string;
|
|
282
287
|
colorQuaternary: string;
|
|
283
288
|
colorQuaternaryHover: string;
|
|
284
289
|
colorQuaternaryPressed: string;
|
|
290
|
+
colorQuaternaryFocus: string;
|
|
291
|
+
rippleColorQuaternary: string;
|
|
292
|
+
waveColorQuaternary: string;
|
|
285
293
|
color: string;
|
|
286
294
|
colorHover: string;
|
|
287
295
|
colorPressed: string;
|
|
@@ -505,16 +513,24 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
505
513
|
colorSecondary: string;
|
|
506
514
|
colorSecondaryHover: string;
|
|
507
515
|
colorSecondaryPressed: string;
|
|
516
|
+
colorSecondaryFocus: string;
|
|
517
|
+
colorSecondaryDisabled: string;
|
|
518
|
+
textColorSecondaryDisabled: string;
|
|
508
519
|
waveColorSecondary: string;
|
|
509
520
|
colorTertiary: string;
|
|
510
521
|
colorTertiaryHover: string;
|
|
511
522
|
colorTertiaryPressed: string;
|
|
523
|
+
colorTertiaryFocus: string;
|
|
512
524
|
colorTertiaryDisalbed: string;
|
|
513
525
|
waveColorTertiary: string;
|
|
514
526
|
textColorTextTertiary: string;
|
|
527
|
+
rippleColorTertiary: string;
|
|
515
528
|
colorQuaternary: string;
|
|
516
529
|
colorQuaternaryHover: string;
|
|
517
530
|
colorQuaternaryPressed: string;
|
|
531
|
+
colorQuaternaryFocus: string;
|
|
532
|
+
rippleColorQuaternary: string;
|
|
533
|
+
waveColorQuaternary: string;
|
|
518
534
|
color: string;
|
|
519
535
|
colorHover: string;
|
|
520
536
|
colorPressed: string;
|
|
@@ -803,16 +819,24 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
803
819
|
colorSecondary: string;
|
|
804
820
|
colorSecondaryHover: string;
|
|
805
821
|
colorSecondaryPressed: string;
|
|
822
|
+
colorSecondaryFocus: string;
|
|
823
|
+
colorSecondaryDisabled: string;
|
|
824
|
+
textColorSecondaryDisabled: string;
|
|
806
825
|
waveColorSecondary: string;
|
|
807
826
|
colorTertiary: string;
|
|
808
827
|
colorTertiaryHover: string;
|
|
809
828
|
colorTertiaryPressed: string;
|
|
829
|
+
colorTertiaryFocus: string;
|
|
810
830
|
colorTertiaryDisalbed: string;
|
|
811
831
|
waveColorTertiary: string;
|
|
812
832
|
textColorTextTertiary: string;
|
|
833
|
+
rippleColorTertiary: string;
|
|
813
834
|
colorQuaternary: string;
|
|
814
835
|
colorQuaternaryHover: string;
|
|
815
836
|
colorQuaternaryPressed: string;
|
|
837
|
+
colorQuaternaryFocus: string;
|
|
838
|
+
rippleColorQuaternary: string;
|
|
839
|
+
waveColorQuaternary: string;
|
|
816
840
|
color: string;
|
|
817
841
|
colorHover: string;
|
|
818
842
|
colorPressed: string;
|
|
@@ -216,16 +216,24 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
216
216
|
colorSecondary: string;
|
|
217
217
|
colorSecondaryHover: string;
|
|
218
218
|
colorSecondaryPressed: string;
|
|
219
|
+
colorSecondaryFocus: string;
|
|
220
|
+
colorSecondaryDisabled: string;
|
|
221
|
+
textColorSecondaryDisabled: string;
|
|
219
222
|
waveColorSecondary: string;
|
|
220
223
|
colorTertiary: string;
|
|
221
224
|
colorTertiaryHover: string;
|
|
222
225
|
colorTertiaryPressed: string;
|
|
226
|
+
colorTertiaryFocus: string;
|
|
223
227
|
colorTertiaryDisalbed: string;
|
|
224
228
|
waveColorTertiary: string;
|
|
225
229
|
textColorTextTertiary: string;
|
|
230
|
+
rippleColorTertiary: string;
|
|
226
231
|
colorQuaternary: string;
|
|
227
232
|
colorQuaternaryHover: string;
|
|
228
233
|
colorQuaternaryPressed: string;
|
|
234
|
+
colorQuaternaryFocus: string;
|
|
235
|
+
rippleColorQuaternary: string;
|
|
236
|
+
waveColorQuaternary: string;
|
|
229
237
|
color: string;
|
|
230
238
|
colorHover: string;
|
|
231
239
|
colorPressed: string;
|
|
@@ -449,16 +457,24 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
449
457
|
colorSecondary: string;
|
|
450
458
|
colorSecondaryHover: string;
|
|
451
459
|
colorSecondaryPressed: string;
|
|
460
|
+
colorSecondaryFocus: string;
|
|
461
|
+
colorSecondaryDisabled: string;
|
|
462
|
+
textColorSecondaryDisabled: string;
|
|
452
463
|
waveColorSecondary: string;
|
|
453
464
|
colorTertiary: string;
|
|
454
465
|
colorTertiaryHover: string;
|
|
455
466
|
colorTertiaryPressed: string;
|
|
467
|
+
colorTertiaryFocus: string;
|
|
456
468
|
colorTertiaryDisalbed: string;
|
|
457
469
|
waveColorTertiary: string;
|
|
458
470
|
textColorTextTertiary: string;
|
|
471
|
+
rippleColorTertiary: string;
|
|
459
472
|
colorQuaternary: string;
|
|
460
473
|
colorQuaternaryHover: string;
|
|
461
474
|
colorQuaternaryPressed: string;
|
|
475
|
+
colorQuaternaryFocus: string;
|
|
476
|
+
rippleColorQuaternary: string;
|
|
477
|
+
waveColorQuaternary: string;
|
|
462
478
|
color: string;
|
|
463
479
|
colorHover: string;
|
|
464
480
|
colorPressed: string;
|
|
@@ -747,16 +763,24 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
747
763
|
colorSecondary: string;
|
|
748
764
|
colorSecondaryHover: string;
|
|
749
765
|
colorSecondaryPressed: string;
|
|
766
|
+
colorSecondaryFocus: string;
|
|
767
|
+
colorSecondaryDisabled: string;
|
|
768
|
+
textColorSecondaryDisabled: string;
|
|
750
769
|
waveColorSecondary: string;
|
|
751
770
|
colorTertiary: string;
|
|
752
771
|
colorTertiaryHover: string;
|
|
753
772
|
colorTertiaryPressed: string;
|
|
773
|
+
colorTertiaryFocus: string;
|
|
754
774
|
colorTertiaryDisalbed: string;
|
|
755
775
|
waveColorTertiary: string;
|
|
756
776
|
textColorTextTertiary: string;
|
|
777
|
+
rippleColorTertiary: string;
|
|
757
778
|
colorQuaternary: string;
|
|
758
779
|
colorQuaternaryHover: string;
|
|
759
780
|
colorQuaternaryPressed: string;
|
|
781
|
+
colorQuaternaryFocus: string;
|
|
782
|
+
rippleColorQuaternary: string;
|
|
783
|
+
waveColorQuaternary: string;
|
|
760
784
|
color: string;
|
|
761
785
|
colorHover: string;
|
|
762
786
|
colorPressed: string;
|
|
@@ -283,16 +283,24 @@ declare const datePickerLight: import("../../_mixins").Theme<"DatePicker", {
|
|
|
283
283
|
colorSecondary: string;
|
|
284
284
|
colorSecondaryHover: string;
|
|
285
285
|
colorSecondaryPressed: string;
|
|
286
|
+
colorSecondaryFocus: string;
|
|
287
|
+
colorSecondaryDisabled: string;
|
|
288
|
+
textColorSecondaryDisabled: string;
|
|
286
289
|
waveColorSecondary: string;
|
|
287
290
|
colorTertiary: string;
|
|
288
291
|
colorTertiaryHover: string;
|
|
289
292
|
colorTertiaryPressed: string;
|
|
293
|
+
colorTertiaryFocus: string;
|
|
290
294
|
colorTertiaryDisalbed: string;
|
|
291
295
|
waveColorTertiary: string;
|
|
292
296
|
textColorTextTertiary: string;
|
|
297
|
+
rippleColorTertiary: string;
|
|
293
298
|
colorQuaternary: string;
|
|
294
299
|
colorQuaternaryHover: string;
|
|
295
300
|
colorQuaternaryPressed: string;
|
|
301
|
+
colorQuaternaryFocus: string;
|
|
302
|
+
rippleColorQuaternary: string;
|
|
303
|
+
waveColorQuaternary: string;
|
|
296
304
|
color: string;
|
|
297
305
|
colorHover: string;
|
|
298
306
|
colorPressed: string;
|
|
@@ -516,16 +524,24 @@ declare const datePickerLight: import("../../_mixins").Theme<"DatePicker", {
|
|
|
516
524
|
colorSecondary: string;
|
|
517
525
|
colorSecondaryHover: string;
|
|
518
526
|
colorSecondaryPressed: string;
|
|
527
|
+
colorSecondaryFocus: string;
|
|
528
|
+
colorSecondaryDisabled: string;
|
|
529
|
+
textColorSecondaryDisabled: string;
|
|
519
530
|
waveColorSecondary: string;
|
|
520
531
|
colorTertiary: string;
|
|
521
532
|
colorTertiaryHover: string;
|
|
522
533
|
colorTertiaryPressed: string;
|
|
534
|
+
colorTertiaryFocus: string;
|
|
523
535
|
colorTertiaryDisalbed: string;
|
|
524
536
|
waveColorTertiary: string;
|
|
525
537
|
textColorTextTertiary: string;
|
|
538
|
+
rippleColorTertiary: string;
|
|
526
539
|
colorQuaternary: string;
|
|
527
540
|
colorQuaternaryHover: string;
|
|
528
541
|
colorQuaternaryPressed: string;
|
|
542
|
+
colorQuaternaryFocus: string;
|
|
543
|
+
rippleColorQuaternary: string;
|
|
544
|
+
waveColorQuaternary: string;
|
|
529
545
|
color: string;
|
|
530
546
|
colorHover: string;
|
|
531
547
|
colorPressed: string;
|
|
@@ -81,16 +81,24 @@ export declare const UDialog: import("vue").DefineComponent<{
|
|
|
81
81
|
colorSecondary: string;
|
|
82
82
|
colorSecondaryHover: string;
|
|
83
83
|
colorSecondaryPressed: string;
|
|
84
|
+
colorSecondaryFocus: string;
|
|
85
|
+
colorSecondaryDisabled: string;
|
|
86
|
+
textColorSecondaryDisabled: string;
|
|
84
87
|
waveColorSecondary: string;
|
|
85
88
|
colorTertiary: string;
|
|
86
89
|
colorTertiaryHover: string;
|
|
87
90
|
colorTertiaryPressed: string;
|
|
91
|
+
colorTertiaryFocus: string;
|
|
88
92
|
colorTertiaryDisalbed: string;
|
|
89
93
|
waveColorTertiary: string;
|
|
90
94
|
textColorTextTertiary: string;
|
|
95
|
+
rippleColorTertiary: string;
|
|
91
96
|
colorQuaternary: string;
|
|
92
97
|
colorQuaternaryHover: string;
|
|
93
98
|
colorQuaternaryPressed: string;
|
|
99
|
+
colorQuaternaryFocus: string;
|
|
100
|
+
rippleColorQuaternary: string;
|
|
101
|
+
waveColorQuaternary: string;
|
|
94
102
|
color: string;
|
|
95
103
|
colorHover: string;
|
|
96
104
|
colorPressed: string;
|
|
@@ -327,16 +335,24 @@ export declare const UDialog: import("vue").DefineComponent<{
|
|
|
327
335
|
colorSecondary: string;
|
|
328
336
|
colorSecondaryHover: string;
|
|
329
337
|
colorSecondaryPressed: string;
|
|
338
|
+
colorSecondaryFocus: string;
|
|
339
|
+
colorSecondaryDisabled: string;
|
|
340
|
+
textColorSecondaryDisabled: string;
|
|
330
341
|
waveColorSecondary: string;
|
|
331
342
|
colorTertiary: string;
|
|
332
343
|
colorTertiaryHover: string;
|
|
333
344
|
colorTertiaryPressed: string;
|
|
345
|
+
colorTertiaryFocus: string;
|
|
334
346
|
colorTertiaryDisalbed: string;
|
|
335
347
|
waveColorTertiary: string;
|
|
336
348
|
textColorTextTertiary: string;
|
|
349
|
+
rippleColorTertiary: string;
|
|
337
350
|
colorQuaternary: string;
|
|
338
351
|
colorQuaternaryHover: string;
|
|
339
352
|
colorQuaternaryPressed: string;
|
|
353
|
+
colorQuaternaryFocus: string;
|
|
354
|
+
rippleColorQuaternary: string;
|
|
355
|
+
waveColorQuaternary: string;
|
|
340
356
|
color: string;
|
|
341
357
|
colorHover: string;
|
|
342
358
|
colorPressed: string;
|
|
@@ -573,16 +589,24 @@ export declare const UDialog: import("vue").DefineComponent<{
|
|
|
573
589
|
colorSecondary: string;
|
|
574
590
|
colorSecondaryHover: string;
|
|
575
591
|
colorSecondaryPressed: string;
|
|
592
|
+
colorSecondaryFocus: string;
|
|
593
|
+
colorSecondaryDisabled: string;
|
|
594
|
+
textColorSecondaryDisabled: string;
|
|
576
595
|
waveColorSecondary: string;
|
|
577
596
|
colorTertiary: string;
|
|
578
597
|
colorTertiaryHover: string;
|
|
579
598
|
colorTertiaryPressed: string;
|
|
599
|
+
colorTertiaryFocus: string;
|
|
580
600
|
colorTertiaryDisalbed: string;
|
|
581
601
|
waveColorTertiary: string;
|
|
582
602
|
textColorTextTertiary: string;
|
|
603
|
+
rippleColorTertiary: string;
|
|
583
604
|
colorQuaternary: string;
|
|
584
605
|
colorQuaternaryHover: string;
|
|
585
606
|
colorQuaternaryPressed: string;
|
|
607
|
+
colorQuaternaryFocus: string;
|
|
608
|
+
rippleColorQuaternary: string;
|
|
609
|
+
waveColorQuaternary: string;
|
|
586
610
|
color: string;
|
|
587
611
|
colorHover: string;
|
|
588
612
|
colorPressed: string;
|
|
@@ -825,16 +849,24 @@ export declare const UDialog: import("vue").DefineComponent<{
|
|
|
825
849
|
colorSecondary: string;
|
|
826
850
|
colorSecondaryHover: string;
|
|
827
851
|
colorSecondaryPressed: string;
|
|
852
|
+
colorSecondaryFocus: string;
|
|
853
|
+
colorSecondaryDisabled: string;
|
|
854
|
+
textColorSecondaryDisabled: string;
|
|
828
855
|
waveColorSecondary: string;
|
|
829
856
|
colorTertiary: string;
|
|
830
857
|
colorTertiaryHover: string;
|
|
831
858
|
colorTertiaryPressed: string;
|
|
859
|
+
colorTertiaryFocus: string;
|
|
832
860
|
colorTertiaryDisalbed: string;
|
|
833
861
|
waveColorTertiary: string;
|
|
834
862
|
textColorTextTertiary: string;
|
|
863
|
+
rippleColorTertiary: string;
|
|
835
864
|
colorQuaternary: string;
|
|
836
865
|
colorQuaternaryHover: string;
|
|
837
866
|
colorQuaternaryPressed: string;
|
|
867
|
+
colorQuaternaryFocus: string;
|
|
868
|
+
rippleColorQuaternary: string;
|
|
869
|
+
waveColorQuaternary: string;
|
|
838
870
|
color: string;
|
|
839
871
|
colorHover: string;
|
|
840
872
|
colorPressed: string;
|
|
@@ -1141,16 +1173,24 @@ export declare const UDialog: import("vue").DefineComponent<{
|
|
|
1141
1173
|
colorSecondary: string;
|
|
1142
1174
|
colorSecondaryHover: string;
|
|
1143
1175
|
colorSecondaryPressed: string;
|
|
1176
|
+
colorSecondaryFocus: string;
|
|
1177
|
+
colorSecondaryDisabled: string;
|
|
1178
|
+
textColorSecondaryDisabled: string;
|
|
1144
1179
|
waveColorSecondary: string;
|
|
1145
1180
|
colorTertiary: string;
|
|
1146
1181
|
colorTertiaryHover: string;
|
|
1147
1182
|
colorTertiaryPressed: string;
|
|
1183
|
+
colorTertiaryFocus: string;
|
|
1148
1184
|
colorTertiaryDisalbed: string;
|
|
1149
1185
|
waveColorTertiary: string;
|
|
1150
1186
|
textColorTextTertiary: string;
|
|
1187
|
+
rippleColorTertiary: string;
|
|
1151
1188
|
colorQuaternary: string;
|
|
1152
1189
|
colorQuaternaryHover: string;
|
|
1153
1190
|
colorQuaternaryPressed: string;
|
|
1191
|
+
colorQuaternaryFocus: string;
|
|
1192
|
+
rippleColorQuaternary: string;
|
|
1193
|
+
waveColorQuaternary: string;
|
|
1154
1194
|
color: string;
|
|
1155
1195
|
colorHover: string;
|
|
1156
1196
|
colorPressed: string;
|
|
@@ -1387,16 +1427,24 @@ export declare const UDialog: import("vue").DefineComponent<{
|
|
|
1387
1427
|
colorSecondary: string;
|
|
1388
1428
|
colorSecondaryHover: string;
|
|
1389
1429
|
colorSecondaryPressed: string;
|
|
1430
|
+
colorSecondaryFocus: string;
|
|
1431
|
+
colorSecondaryDisabled: string;
|
|
1432
|
+
textColorSecondaryDisabled: string;
|
|
1390
1433
|
waveColorSecondary: string;
|
|
1391
1434
|
colorTertiary: string;
|
|
1392
1435
|
colorTertiaryHover: string;
|
|
1393
1436
|
colorTertiaryPressed: string;
|
|
1437
|
+
colorTertiaryFocus: string;
|
|
1394
1438
|
colorTertiaryDisalbed: string;
|
|
1395
1439
|
waveColorTertiary: string;
|
|
1396
1440
|
textColorTextTertiary: string;
|
|
1441
|
+
rippleColorTertiary: string;
|
|
1397
1442
|
colorQuaternary: string;
|
|
1398
1443
|
colorQuaternaryHover: string;
|
|
1399
1444
|
colorQuaternaryPressed: string;
|
|
1445
|
+
colorQuaternaryFocus: string;
|
|
1446
|
+
rippleColorQuaternary: string;
|
|
1447
|
+
waveColorQuaternary: string;
|
|
1400
1448
|
color: string;
|
|
1401
1449
|
colorHover: string;
|
|
1402
1450
|
colorPressed: string;
|
|
@@ -1633,16 +1681,24 @@ export declare const UDialog: import("vue").DefineComponent<{
|
|
|
1633
1681
|
colorSecondary: string;
|
|
1634
1682
|
colorSecondaryHover: string;
|
|
1635
1683
|
colorSecondaryPressed: string;
|
|
1684
|
+
colorSecondaryFocus: string;
|
|
1685
|
+
colorSecondaryDisabled: string;
|
|
1686
|
+
textColorSecondaryDisabled: string;
|
|
1636
1687
|
waveColorSecondary: string;
|
|
1637
1688
|
colorTertiary: string;
|
|
1638
1689
|
colorTertiaryHover: string;
|
|
1639
1690
|
colorTertiaryPressed: string;
|
|
1691
|
+
colorTertiaryFocus: string;
|
|
1640
1692
|
colorTertiaryDisalbed: string;
|
|
1641
1693
|
waveColorTertiary: string;
|
|
1642
1694
|
textColorTextTertiary: string;
|
|
1695
|
+
rippleColorTertiary: string;
|
|
1643
1696
|
colorQuaternary: string;
|
|
1644
1697
|
colorQuaternaryHover: string;
|
|
1645
1698
|
colorQuaternaryPressed: string;
|
|
1699
|
+
colorQuaternaryFocus: string;
|
|
1700
|
+
rippleColorQuaternary: string;
|
|
1701
|
+
waveColorQuaternary: string;
|
|
1646
1702
|
color: string;
|
|
1647
1703
|
colorHover: string;
|
|
1648
1704
|
colorPressed: string;
|
|
@@ -84,16 +84,24 @@ export declare const UDialogProvider: import("vue").DefineComponent<{
|
|
|
84
84
|
colorSecondary?: string | undefined;
|
|
85
85
|
colorSecondaryHover?: string | undefined;
|
|
86
86
|
colorSecondaryPressed?: string | undefined;
|
|
87
|
+
colorSecondaryFocus?: string | undefined;
|
|
88
|
+
colorSecondaryDisabled?: string | undefined;
|
|
89
|
+
textColorSecondaryDisabled?: string | undefined;
|
|
87
90
|
waveColorSecondary?: string | undefined;
|
|
88
91
|
colorTertiary?: string | undefined;
|
|
89
92
|
colorTertiaryHover?: string | undefined;
|
|
90
93
|
colorTertiaryPressed?: string | undefined;
|
|
94
|
+
colorTertiaryFocus?: string | undefined;
|
|
91
95
|
colorTertiaryDisalbed?: string | undefined;
|
|
92
96
|
waveColorTertiary?: string | undefined;
|
|
93
97
|
textColorTextTertiary?: string | undefined;
|
|
98
|
+
rippleColorTertiary?: string | undefined;
|
|
94
99
|
colorQuaternary?: string | undefined;
|
|
95
100
|
colorQuaternaryHover?: string | undefined;
|
|
96
101
|
colorQuaternaryPressed?: string | undefined;
|
|
102
|
+
colorQuaternaryFocus?: string | undefined;
|
|
103
|
+
rippleColorQuaternary?: string | undefined;
|
|
104
|
+
waveColorQuaternary?: string | undefined;
|
|
97
105
|
color?: string | undefined;
|
|
98
106
|
colorHover?: string | undefined;
|
|
99
107
|
colorPressed?: string | undefined;
|
|
@@ -443,16 +451,24 @@ export declare const UDialogProvider: import("vue").DefineComponent<{
|
|
|
443
451
|
colorSecondary?: string | undefined;
|
|
444
452
|
colorSecondaryHover?: string | undefined;
|
|
445
453
|
colorSecondaryPressed?: string | undefined;
|
|
454
|
+
colorSecondaryFocus?: string | undefined;
|
|
455
|
+
colorSecondaryDisabled?: string | undefined;
|
|
456
|
+
textColorSecondaryDisabled?: string | undefined;
|
|
446
457
|
waveColorSecondary?: string | undefined;
|
|
447
458
|
colorTertiary?: string | undefined;
|
|
448
459
|
colorTertiaryHover?: string | undefined;
|
|
449
460
|
colorTertiaryPressed?: string | undefined;
|
|
461
|
+
colorTertiaryFocus?: string | undefined;
|
|
450
462
|
colorTertiaryDisalbed?: string | undefined;
|
|
451
463
|
waveColorTertiary?: string | undefined;
|
|
452
464
|
textColorTextTertiary?: string | undefined;
|
|
465
|
+
rippleColorTertiary?: string | undefined;
|
|
453
466
|
colorQuaternary?: string | undefined;
|
|
454
467
|
colorQuaternaryHover?: string | undefined;
|
|
455
468
|
colorQuaternaryPressed?: string | undefined;
|
|
469
|
+
colorQuaternaryFocus?: string | undefined;
|
|
470
|
+
rippleColorQuaternary?: string | undefined;
|
|
471
|
+
waveColorQuaternary?: string | undefined;
|
|
456
472
|
color?: string | undefined;
|
|
457
473
|
colorHover?: string | undefined;
|
|
458
474
|
colorPressed?: string | undefined;
|
|
@@ -89,16 +89,24 @@ declare const dialogLight: import("../../_mixins").Theme<"Dialog", {
|
|
|
89
89
|
colorSecondary: string;
|
|
90
90
|
colorSecondaryHover: string;
|
|
91
91
|
colorSecondaryPressed: string;
|
|
92
|
+
colorSecondaryFocus: string;
|
|
93
|
+
colorSecondaryDisabled: string;
|
|
94
|
+
textColorSecondaryDisabled: string;
|
|
92
95
|
waveColorSecondary: string;
|
|
93
96
|
colorTertiary: string;
|
|
94
97
|
colorTertiaryHover: string;
|
|
95
98
|
colorTertiaryPressed: string;
|
|
99
|
+
colorTertiaryFocus: string;
|
|
96
100
|
colorTertiaryDisalbed: string;
|
|
97
101
|
waveColorTertiary: string;
|
|
98
102
|
textColorTextTertiary: string;
|
|
103
|
+
rippleColorTertiary: string;
|
|
99
104
|
colorQuaternary: string;
|
|
100
105
|
colorQuaternaryHover: string;
|
|
101
106
|
colorQuaternaryPressed: string;
|
|
107
|
+
colorQuaternaryFocus: string;
|
|
108
|
+
rippleColorQuaternary: string;
|
|
109
|
+
waveColorQuaternary: string;
|
|
102
110
|
color: string;
|
|
103
111
|
colorHover: string;
|
|
104
112
|
colorPressed: string;
|