@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
|
@@ -54,16 +54,24 @@ export declare const calendarProps: {
|
|
|
54
54
|
colorSecondary: string;
|
|
55
55
|
colorSecondaryHover: string;
|
|
56
56
|
colorSecondaryPressed: string;
|
|
57
|
+
colorSecondaryFocus: string;
|
|
58
|
+
colorSecondaryDisabled: string;
|
|
59
|
+
textColorSecondaryDisabled: string;
|
|
57
60
|
waveColorSecondary: string;
|
|
58
61
|
colorTertiary: string;
|
|
59
62
|
colorTertiaryHover: string;
|
|
60
63
|
colorTertiaryPressed: string;
|
|
64
|
+
colorTertiaryFocus: string;
|
|
61
65
|
colorTertiaryDisalbed: string;
|
|
62
66
|
waveColorTertiary: string;
|
|
63
67
|
textColorTextTertiary: string;
|
|
68
|
+
rippleColorTertiary: string;
|
|
64
69
|
colorQuaternary: string;
|
|
65
70
|
colorQuaternaryHover: string;
|
|
66
71
|
colorQuaternaryPressed: string;
|
|
72
|
+
colorQuaternaryFocus: string;
|
|
73
|
+
rippleColorQuaternary: string;
|
|
74
|
+
waveColorQuaternary: string;
|
|
67
75
|
color: string;
|
|
68
76
|
colorHover: string;
|
|
69
77
|
colorPressed: string;
|
|
@@ -288,16 +296,24 @@ export declare const calendarProps: {
|
|
|
288
296
|
colorSecondary: string;
|
|
289
297
|
colorSecondaryHover: string;
|
|
290
298
|
colorSecondaryPressed: string;
|
|
299
|
+
colorSecondaryFocus: string;
|
|
300
|
+
colorSecondaryDisabled: string;
|
|
301
|
+
textColorSecondaryDisabled: string;
|
|
291
302
|
waveColorSecondary: string;
|
|
292
303
|
colorTertiary: string;
|
|
293
304
|
colorTertiaryHover: string;
|
|
294
305
|
colorTertiaryPressed: string;
|
|
306
|
+
colorTertiaryFocus: string;
|
|
295
307
|
colorTertiaryDisalbed: string;
|
|
296
308
|
waveColorTertiary: string;
|
|
297
309
|
textColorTextTertiary: string;
|
|
310
|
+
rippleColorTertiary: string;
|
|
298
311
|
colorQuaternary: string;
|
|
299
312
|
colorQuaternaryHover: string;
|
|
300
313
|
colorQuaternaryPressed: string;
|
|
314
|
+
colorQuaternaryFocus: string;
|
|
315
|
+
rippleColorQuaternary: string;
|
|
316
|
+
waveColorQuaternary: string;
|
|
301
317
|
color: string;
|
|
302
318
|
colorHover: string;
|
|
303
319
|
colorPressed: string;
|
|
@@ -522,16 +538,24 @@ export declare const calendarProps: {
|
|
|
522
538
|
colorSecondary: string;
|
|
523
539
|
colorSecondaryHover: string;
|
|
524
540
|
colorSecondaryPressed: string;
|
|
541
|
+
colorSecondaryFocus: string;
|
|
542
|
+
colorSecondaryDisabled: string;
|
|
543
|
+
textColorSecondaryDisabled: string;
|
|
525
544
|
waveColorSecondary: string;
|
|
526
545
|
colorTertiary: string;
|
|
527
546
|
colorTertiaryHover: string;
|
|
528
547
|
colorTertiaryPressed: string;
|
|
548
|
+
colorTertiaryFocus: string;
|
|
529
549
|
colorTertiaryDisalbed: string;
|
|
530
550
|
waveColorTertiary: string;
|
|
531
551
|
textColorTextTertiary: string;
|
|
552
|
+
rippleColorTertiary: string;
|
|
532
553
|
colorQuaternary: string;
|
|
533
554
|
colorQuaternaryHover: string;
|
|
534
555
|
colorQuaternaryPressed: string;
|
|
556
|
+
colorQuaternaryFocus: string;
|
|
557
|
+
rippleColorQuaternary: string;
|
|
558
|
+
waveColorQuaternary: string;
|
|
535
559
|
color: string;
|
|
536
560
|
colorHover: string;
|
|
537
561
|
colorPressed: string;
|
|
@@ -768,16 +792,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
768
792
|
colorSecondary: string;
|
|
769
793
|
colorSecondaryHover: string;
|
|
770
794
|
colorSecondaryPressed: string;
|
|
795
|
+
colorSecondaryFocus: string;
|
|
796
|
+
colorSecondaryDisabled: string;
|
|
797
|
+
textColorSecondaryDisabled: string;
|
|
771
798
|
waveColorSecondary: string;
|
|
772
799
|
colorTertiary: string;
|
|
773
800
|
colorTertiaryHover: string;
|
|
774
801
|
colorTertiaryPressed: string;
|
|
802
|
+
colorTertiaryFocus: string;
|
|
775
803
|
colorTertiaryDisalbed: string;
|
|
776
804
|
waveColorTertiary: string;
|
|
777
805
|
textColorTextTertiary: string;
|
|
806
|
+
rippleColorTertiary: string;
|
|
778
807
|
colorQuaternary: string;
|
|
779
808
|
colorQuaternaryHover: string;
|
|
780
809
|
colorQuaternaryPressed: string;
|
|
810
|
+
colorQuaternaryFocus: string;
|
|
811
|
+
rippleColorQuaternary: string;
|
|
812
|
+
waveColorQuaternary: string;
|
|
781
813
|
color: string;
|
|
782
814
|
colorHover: string;
|
|
783
815
|
colorPressed: string;
|
|
@@ -1002,16 +1034,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1002
1034
|
colorSecondary: string;
|
|
1003
1035
|
colorSecondaryHover: string;
|
|
1004
1036
|
colorSecondaryPressed: string;
|
|
1037
|
+
colorSecondaryFocus: string;
|
|
1038
|
+
colorSecondaryDisabled: string;
|
|
1039
|
+
textColorSecondaryDisabled: string;
|
|
1005
1040
|
waveColorSecondary: string;
|
|
1006
1041
|
colorTertiary: string;
|
|
1007
1042
|
colorTertiaryHover: string;
|
|
1008
1043
|
colorTertiaryPressed: string;
|
|
1044
|
+
colorTertiaryFocus: string;
|
|
1009
1045
|
colorTertiaryDisalbed: string;
|
|
1010
1046
|
waveColorTertiary: string;
|
|
1011
1047
|
textColorTextTertiary: string;
|
|
1048
|
+
rippleColorTertiary: string;
|
|
1012
1049
|
colorQuaternary: string;
|
|
1013
1050
|
colorQuaternaryHover: string;
|
|
1014
1051
|
colorQuaternaryPressed: string;
|
|
1052
|
+
colorQuaternaryFocus: string;
|
|
1053
|
+
rippleColorQuaternary: string;
|
|
1054
|
+
waveColorQuaternary: string;
|
|
1015
1055
|
color: string;
|
|
1016
1056
|
colorHover: string;
|
|
1017
1057
|
colorPressed: string;
|
|
@@ -1236,16 +1276,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1236
1276
|
colorSecondary: string;
|
|
1237
1277
|
colorSecondaryHover: string;
|
|
1238
1278
|
colorSecondaryPressed: string;
|
|
1279
|
+
colorSecondaryFocus: string;
|
|
1280
|
+
colorSecondaryDisabled: string;
|
|
1281
|
+
textColorSecondaryDisabled: string;
|
|
1239
1282
|
waveColorSecondary: string;
|
|
1240
1283
|
colorTertiary: string;
|
|
1241
1284
|
colorTertiaryHover: string;
|
|
1242
1285
|
colorTertiaryPressed: string;
|
|
1286
|
+
colorTertiaryFocus: string;
|
|
1243
1287
|
colorTertiaryDisalbed: string;
|
|
1244
1288
|
waveColorTertiary: string;
|
|
1245
1289
|
textColorTextTertiary: string;
|
|
1290
|
+
rippleColorTertiary: string;
|
|
1246
1291
|
colorQuaternary: string;
|
|
1247
1292
|
colorQuaternaryHover: string;
|
|
1248
1293
|
colorQuaternaryPressed: string;
|
|
1294
|
+
colorQuaternaryFocus: string;
|
|
1295
|
+
rippleColorQuaternary: string;
|
|
1296
|
+
waveColorQuaternary: string;
|
|
1249
1297
|
color: string;
|
|
1250
1298
|
colorHover: string;
|
|
1251
1299
|
colorPressed: string;
|
|
@@ -1513,16 +1561,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1513
1561
|
colorSecondary: string;
|
|
1514
1562
|
colorSecondaryHover: string;
|
|
1515
1563
|
colorSecondaryPressed: string;
|
|
1564
|
+
colorSecondaryFocus: string;
|
|
1565
|
+
colorSecondaryDisabled: string;
|
|
1566
|
+
textColorSecondaryDisabled: string;
|
|
1516
1567
|
waveColorSecondary: string;
|
|
1517
1568
|
colorTertiary: string;
|
|
1518
1569
|
colorTertiaryHover: string;
|
|
1519
1570
|
colorTertiaryPressed: string;
|
|
1571
|
+
colorTertiaryFocus: string;
|
|
1520
1572
|
colorTertiaryDisalbed: string;
|
|
1521
1573
|
waveColorTertiary: string;
|
|
1522
1574
|
textColorTextTertiary: string;
|
|
1575
|
+
rippleColorTertiary: string;
|
|
1523
1576
|
colorQuaternary: string;
|
|
1524
1577
|
colorQuaternaryHover: string;
|
|
1525
1578
|
colorQuaternaryPressed: string;
|
|
1579
|
+
colorQuaternaryFocus: string;
|
|
1580
|
+
rippleColorQuaternary: string;
|
|
1581
|
+
waveColorQuaternary: string;
|
|
1526
1582
|
color: string;
|
|
1527
1583
|
colorHover: string;
|
|
1528
1584
|
colorPressed: string;
|
|
@@ -1790,16 +1846,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1790
1846
|
colorSecondary: string;
|
|
1791
1847
|
colorSecondaryHover: string;
|
|
1792
1848
|
colorSecondaryPressed: string;
|
|
1849
|
+
colorSecondaryFocus: string;
|
|
1850
|
+
colorSecondaryDisabled: string;
|
|
1851
|
+
textColorSecondaryDisabled: string;
|
|
1793
1852
|
waveColorSecondary: string;
|
|
1794
1853
|
colorTertiary: string;
|
|
1795
1854
|
colorTertiaryHover: string;
|
|
1796
1855
|
colorTertiaryPressed: string;
|
|
1856
|
+
colorTertiaryFocus: string;
|
|
1797
1857
|
colorTertiaryDisalbed: string;
|
|
1798
1858
|
waveColorTertiary: string;
|
|
1799
1859
|
textColorTextTertiary: string;
|
|
1860
|
+
rippleColorTertiary: string;
|
|
1800
1861
|
colorQuaternary: string;
|
|
1801
1862
|
colorQuaternaryHover: string;
|
|
1802
1863
|
colorQuaternaryPressed: string;
|
|
1864
|
+
colorQuaternaryFocus: string;
|
|
1865
|
+
rippleColorQuaternary: string;
|
|
1866
|
+
waveColorQuaternary: string;
|
|
1803
1867
|
color: string;
|
|
1804
1868
|
colorHover: string;
|
|
1805
1869
|
colorPressed: string;
|
|
@@ -2024,16 +2088,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2024
2088
|
colorSecondary: string;
|
|
2025
2089
|
colorSecondaryHover: string;
|
|
2026
2090
|
colorSecondaryPressed: string;
|
|
2091
|
+
colorSecondaryFocus: string;
|
|
2092
|
+
colorSecondaryDisabled: string;
|
|
2093
|
+
textColorSecondaryDisabled: string;
|
|
2027
2094
|
waveColorSecondary: string;
|
|
2028
2095
|
colorTertiary: string;
|
|
2029
2096
|
colorTertiaryHover: string;
|
|
2030
2097
|
colorTertiaryPressed: string;
|
|
2098
|
+
colorTertiaryFocus: string;
|
|
2031
2099
|
colorTertiaryDisalbed: string;
|
|
2032
2100
|
waveColorTertiary: string;
|
|
2033
2101
|
textColorTextTertiary: string;
|
|
2102
|
+
rippleColorTertiary: string;
|
|
2034
2103
|
colorQuaternary: string;
|
|
2035
2104
|
colorQuaternaryHover: string;
|
|
2036
2105
|
colorQuaternaryPressed: string;
|
|
2106
|
+
colorQuaternaryFocus: string;
|
|
2107
|
+
rippleColorQuaternary: string;
|
|
2108
|
+
waveColorQuaternary: string;
|
|
2037
2109
|
color: string;
|
|
2038
2110
|
colorHover: string;
|
|
2039
2111
|
colorPressed: string;
|
|
@@ -2258,16 +2330,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2258
2330
|
colorSecondary: string;
|
|
2259
2331
|
colorSecondaryHover: string;
|
|
2260
2332
|
colorSecondaryPressed: string;
|
|
2333
|
+
colorSecondaryFocus: string;
|
|
2334
|
+
colorSecondaryDisabled: string;
|
|
2335
|
+
textColorSecondaryDisabled: string;
|
|
2261
2336
|
waveColorSecondary: string;
|
|
2262
2337
|
colorTertiary: string;
|
|
2263
2338
|
colorTertiaryHover: string;
|
|
2264
2339
|
colorTertiaryPressed: string;
|
|
2340
|
+
colorTertiaryFocus: string;
|
|
2265
2341
|
colorTertiaryDisalbed: string;
|
|
2266
2342
|
waveColorTertiary: string;
|
|
2267
2343
|
textColorTextTertiary: string;
|
|
2344
|
+
rippleColorTertiary: string;
|
|
2268
2345
|
colorQuaternary: string;
|
|
2269
2346
|
colorQuaternaryHover: string;
|
|
2270
2347
|
colorQuaternaryPressed: string;
|
|
2348
|
+
colorQuaternaryFocus: string;
|
|
2349
|
+
rippleColorQuaternary: string;
|
|
2350
|
+
waveColorQuaternary: string;
|
|
2271
2351
|
color: string;
|
|
2272
2352
|
colorHover: string;
|
|
2273
2353
|
colorPressed: string;
|
|
@@ -65,16 +65,24 @@ declare const calendarLight: import("../../_mixins").Theme<"Calendar", {
|
|
|
65
65
|
colorSecondary: string;
|
|
66
66
|
colorSecondaryHover: string;
|
|
67
67
|
colorSecondaryPressed: string;
|
|
68
|
+
colorSecondaryFocus: string;
|
|
69
|
+
colorSecondaryDisabled: string;
|
|
70
|
+
textColorSecondaryDisabled: string;
|
|
68
71
|
waveColorSecondary: string;
|
|
69
72
|
colorTertiary: string;
|
|
70
73
|
colorTertiaryHover: string;
|
|
71
74
|
colorTertiaryPressed: string;
|
|
75
|
+
colorTertiaryFocus: string;
|
|
72
76
|
colorTertiaryDisalbed: string;
|
|
73
77
|
waveColorTertiary: string;
|
|
74
78
|
textColorTextTertiary: string;
|
|
79
|
+
rippleColorTertiary: string;
|
|
75
80
|
colorQuaternary: string;
|
|
76
81
|
colorQuaternaryHover: string;
|
|
77
82
|
colorQuaternaryPressed: string;
|
|
83
|
+
colorQuaternaryFocus: string;
|
|
84
|
+
rippleColorQuaternary: string;
|
|
85
|
+
waveColorQuaternary: string;
|
|
78
86
|
color: string;
|
|
79
87
|
colorHover: string;
|
|
80
88
|
colorPressed: string;
|
package/lib/chat/src/Chat.d.ts
CHANGED
|
@@ -135,9 +135,9 @@ export declare const chatProps: {
|
|
|
135
135
|
type: PropType<ChatPropsType["messagesLoadingCount"]>;
|
|
136
136
|
default: number;
|
|
137
137
|
};
|
|
138
|
-
|
|
138
|
+
height: {
|
|
139
139
|
type: PropType<string | number>;
|
|
140
|
-
default:
|
|
140
|
+
default: number;
|
|
141
141
|
};
|
|
142
142
|
onChatSelect: {
|
|
143
143
|
type: PropType<ChatPropsType["onChatSelect"]>;
|
|
@@ -538,16 +538,24 @@ export declare const chatProps: {
|
|
|
538
538
|
colorSecondary: string;
|
|
539
539
|
colorSecondaryHover: string;
|
|
540
540
|
colorSecondaryPressed: string;
|
|
541
|
+
colorSecondaryFocus: string;
|
|
542
|
+
colorSecondaryDisabled: string;
|
|
543
|
+
textColorSecondaryDisabled: string;
|
|
541
544
|
waveColorSecondary: string;
|
|
542
545
|
colorTertiary: string;
|
|
543
546
|
colorTertiaryHover: string;
|
|
544
547
|
colorTertiaryPressed: string;
|
|
548
|
+
colorTertiaryFocus: string;
|
|
545
549
|
colorTertiaryDisalbed: string;
|
|
546
550
|
waveColorTertiary: string;
|
|
547
551
|
textColorTextTertiary: string;
|
|
552
|
+
rippleColorTertiary: string;
|
|
548
553
|
colorQuaternary: string;
|
|
549
554
|
colorQuaternaryHover: string;
|
|
550
555
|
colorQuaternaryPressed: string;
|
|
556
|
+
colorQuaternaryFocus: string;
|
|
557
|
+
rippleColorQuaternary: string;
|
|
558
|
+
waveColorQuaternary: string;
|
|
551
559
|
color: string;
|
|
552
560
|
colorHover: string;
|
|
553
561
|
colorPressed: string;
|
|
@@ -1187,16 +1195,24 @@ export declare const chatProps: {
|
|
|
1187
1195
|
colorSecondary: string;
|
|
1188
1196
|
colorSecondaryHover: string;
|
|
1189
1197
|
colorSecondaryPressed: string;
|
|
1198
|
+
colorSecondaryFocus: string;
|
|
1199
|
+
colorSecondaryDisabled: string;
|
|
1200
|
+
textColorSecondaryDisabled: string;
|
|
1190
1201
|
waveColorSecondary: string;
|
|
1191
1202
|
colorTertiary: string;
|
|
1192
1203
|
colorTertiaryHover: string;
|
|
1193
1204
|
colorTertiaryPressed: string;
|
|
1205
|
+
colorTertiaryFocus: string;
|
|
1194
1206
|
colorTertiaryDisalbed: string;
|
|
1195
1207
|
waveColorTertiary: string;
|
|
1196
1208
|
textColorTextTertiary: string;
|
|
1209
|
+
rippleColorTertiary: string;
|
|
1197
1210
|
colorQuaternary: string;
|
|
1198
1211
|
colorQuaternaryHover: string;
|
|
1199
1212
|
colorQuaternaryPressed: string;
|
|
1213
|
+
colorQuaternaryFocus: string;
|
|
1214
|
+
rippleColorQuaternary: string;
|
|
1215
|
+
waveColorQuaternary: string;
|
|
1200
1216
|
color: string;
|
|
1201
1217
|
colorHover: string;
|
|
1202
1218
|
colorPressed: string;
|
|
@@ -1836,16 +1852,24 @@ export declare const chatProps: {
|
|
|
1836
1852
|
colorSecondary: string;
|
|
1837
1853
|
colorSecondaryHover: string;
|
|
1838
1854
|
colorSecondaryPressed: string;
|
|
1855
|
+
colorSecondaryFocus: string;
|
|
1856
|
+
colorSecondaryDisabled: string;
|
|
1857
|
+
textColorSecondaryDisabled: string;
|
|
1839
1858
|
waveColorSecondary: string;
|
|
1840
1859
|
colorTertiary: string;
|
|
1841
1860
|
colorTertiaryHover: string;
|
|
1842
1861
|
colorTertiaryPressed: string;
|
|
1862
|
+
colorTertiaryFocus: string;
|
|
1843
1863
|
colorTertiaryDisalbed: string;
|
|
1844
1864
|
waveColorTertiary: string;
|
|
1845
1865
|
textColorTextTertiary: string;
|
|
1866
|
+
rippleColorTertiary: string;
|
|
1846
1867
|
colorQuaternary: string;
|
|
1847
1868
|
colorQuaternaryHover: string;
|
|
1848
1869
|
colorQuaternaryPressed: string;
|
|
1870
|
+
colorQuaternaryFocus: string;
|
|
1871
|
+
rippleColorQuaternary: string;
|
|
1872
|
+
waveColorQuaternary: string;
|
|
1849
1873
|
color: string;
|
|
1850
1874
|
colorHover: string;
|
|
1851
1875
|
colorPressed: string;
|
|
@@ -2265,9 +2289,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2265
2289
|
type: PropType<ChatPropsType["messagesLoadingCount"]>;
|
|
2266
2290
|
default: number;
|
|
2267
2291
|
};
|
|
2268
|
-
|
|
2292
|
+
height: {
|
|
2269
2293
|
type: PropType<string | number>;
|
|
2270
|
-
default:
|
|
2294
|
+
default: number;
|
|
2271
2295
|
};
|
|
2272
2296
|
onChatSelect: {
|
|
2273
2297
|
type: PropType<ChatPropsType["onChatSelect"]>;
|
|
@@ -2668,16 +2692,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2668
2692
|
colorSecondary: string;
|
|
2669
2693
|
colorSecondaryHover: string;
|
|
2670
2694
|
colorSecondaryPressed: string;
|
|
2695
|
+
colorSecondaryFocus: string;
|
|
2696
|
+
colorSecondaryDisabled: string;
|
|
2697
|
+
textColorSecondaryDisabled: string;
|
|
2671
2698
|
waveColorSecondary: string;
|
|
2672
2699
|
colorTertiary: string;
|
|
2673
2700
|
colorTertiaryHover: string;
|
|
2674
2701
|
colorTertiaryPressed: string;
|
|
2702
|
+
colorTertiaryFocus: string;
|
|
2675
2703
|
colorTertiaryDisalbed: string;
|
|
2676
2704
|
waveColorTertiary: string;
|
|
2677
2705
|
textColorTextTertiary: string;
|
|
2706
|
+
rippleColorTertiary: string;
|
|
2678
2707
|
colorQuaternary: string;
|
|
2679
2708
|
colorQuaternaryHover: string;
|
|
2680
2709
|
colorQuaternaryPressed: string;
|
|
2710
|
+
colorQuaternaryFocus: string;
|
|
2711
|
+
rippleColorQuaternary: string;
|
|
2712
|
+
waveColorQuaternary: string;
|
|
2681
2713
|
color: string;
|
|
2682
2714
|
colorHover: string;
|
|
2683
2715
|
colorPressed: string;
|
|
@@ -3317,16 +3349,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3317
3349
|
colorSecondary: string;
|
|
3318
3350
|
colorSecondaryHover: string;
|
|
3319
3351
|
colorSecondaryPressed: string;
|
|
3352
|
+
colorSecondaryFocus: string;
|
|
3353
|
+
colorSecondaryDisabled: string;
|
|
3354
|
+
textColorSecondaryDisabled: string;
|
|
3320
3355
|
waveColorSecondary: string;
|
|
3321
3356
|
colorTertiary: string;
|
|
3322
3357
|
colorTertiaryHover: string;
|
|
3323
3358
|
colorTertiaryPressed: string;
|
|
3359
|
+
colorTertiaryFocus: string;
|
|
3324
3360
|
colorTertiaryDisalbed: string;
|
|
3325
3361
|
waveColorTertiary: string;
|
|
3326
3362
|
textColorTextTertiary: string;
|
|
3363
|
+
rippleColorTertiary: string;
|
|
3327
3364
|
colorQuaternary: string;
|
|
3328
3365
|
colorQuaternaryHover: string;
|
|
3329
3366
|
colorQuaternaryPressed: string;
|
|
3367
|
+
colorQuaternaryFocus: string;
|
|
3368
|
+
rippleColorQuaternary: string;
|
|
3369
|
+
waveColorQuaternary: string;
|
|
3330
3370
|
color: string;
|
|
3331
3371
|
colorHover: string;
|
|
3332
3372
|
colorPressed: string;
|
|
@@ -3966,16 +4006,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3966
4006
|
colorSecondary: string;
|
|
3967
4007
|
colorSecondaryHover: string;
|
|
3968
4008
|
colorSecondaryPressed: string;
|
|
4009
|
+
colorSecondaryFocus: string;
|
|
4010
|
+
colorSecondaryDisabled: string;
|
|
4011
|
+
textColorSecondaryDisabled: string;
|
|
3969
4012
|
waveColorSecondary: string;
|
|
3970
4013
|
colorTertiary: string;
|
|
3971
4014
|
colorTertiaryHover: string;
|
|
3972
4015
|
colorTertiaryPressed: string;
|
|
4016
|
+
colorTertiaryFocus: string;
|
|
3973
4017
|
colorTertiaryDisalbed: string;
|
|
3974
4018
|
waveColorTertiary: string;
|
|
3975
4019
|
textColorTextTertiary: string;
|
|
4020
|
+
rippleColorTertiary: string;
|
|
3976
4021
|
colorQuaternary: string;
|
|
3977
4022
|
colorQuaternaryHover: string;
|
|
3978
4023
|
colorQuaternaryPressed: string;
|
|
4024
|
+
colorQuaternaryFocus: string;
|
|
4025
|
+
rippleColorQuaternary: string;
|
|
4026
|
+
waveColorQuaternary: string;
|
|
3979
4027
|
color: string;
|
|
3980
4028
|
colorHover: string;
|
|
3981
4029
|
colorPressed: string;
|
|
@@ -4620,16 +4668,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4620
4668
|
colorSecondary: string;
|
|
4621
4669
|
colorSecondaryHover: string;
|
|
4622
4670
|
colorSecondaryPressed: string;
|
|
4671
|
+
colorSecondaryFocus: string;
|
|
4672
|
+
colorSecondaryDisabled: string;
|
|
4673
|
+
textColorSecondaryDisabled: string;
|
|
4623
4674
|
waveColorSecondary: string;
|
|
4624
4675
|
colorTertiary: string;
|
|
4625
4676
|
colorTertiaryHover: string;
|
|
4626
4677
|
colorTertiaryPressed: string;
|
|
4678
|
+
colorTertiaryFocus: string;
|
|
4627
4679
|
colorTertiaryDisalbed: string;
|
|
4628
4680
|
waveColorTertiary: string;
|
|
4629
4681
|
textColorTextTertiary: string;
|
|
4682
|
+
rippleColorTertiary: string;
|
|
4630
4683
|
colorQuaternary: string;
|
|
4631
4684
|
colorQuaternaryHover: string;
|
|
4632
4685
|
colorQuaternaryPressed: string;
|
|
4686
|
+
colorQuaternaryFocus: string;
|
|
4687
|
+
rippleColorQuaternary: string;
|
|
4688
|
+
waveColorQuaternary: string;
|
|
4633
4689
|
color: string;
|
|
4634
4690
|
colorHover: string;
|
|
4635
4691
|
colorPressed: string;
|
|
@@ -5313,9 +5369,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5313
5369
|
type: PropType<ChatPropsType["messagesLoadingCount"]>;
|
|
5314
5370
|
default: number;
|
|
5315
5371
|
};
|
|
5316
|
-
|
|
5372
|
+
height: {
|
|
5317
5373
|
type: PropType<string | number>;
|
|
5318
|
-
default:
|
|
5374
|
+
default: number;
|
|
5319
5375
|
};
|
|
5320
5376
|
onChatSelect: {
|
|
5321
5377
|
type: PropType<ChatPropsType["onChatSelect"]>;
|
|
@@ -5716,16 +5772,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5716
5772
|
colorSecondary: string;
|
|
5717
5773
|
colorSecondaryHover: string;
|
|
5718
5774
|
colorSecondaryPressed: string;
|
|
5775
|
+
colorSecondaryFocus: string;
|
|
5776
|
+
colorSecondaryDisabled: string;
|
|
5777
|
+
textColorSecondaryDisabled: string;
|
|
5719
5778
|
waveColorSecondary: string;
|
|
5720
5779
|
colorTertiary: string;
|
|
5721
5780
|
colorTertiaryHover: string;
|
|
5722
5781
|
colorTertiaryPressed: string;
|
|
5782
|
+
colorTertiaryFocus: string;
|
|
5723
5783
|
colorTertiaryDisalbed: string;
|
|
5724
5784
|
waveColorTertiary: string;
|
|
5725
5785
|
textColorTextTertiary: string;
|
|
5786
|
+
rippleColorTertiary: string;
|
|
5726
5787
|
colorQuaternary: string;
|
|
5727
5788
|
colorQuaternaryHover: string;
|
|
5728
5789
|
colorQuaternaryPressed: string;
|
|
5790
|
+
colorQuaternaryFocus: string;
|
|
5791
|
+
rippleColorQuaternary: string;
|
|
5792
|
+
waveColorQuaternary: string;
|
|
5729
5793
|
color: string;
|
|
5730
5794
|
colorHover: string;
|
|
5731
5795
|
colorPressed: string;
|
|
@@ -6365,16 +6429,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6365
6429
|
colorSecondary: string;
|
|
6366
6430
|
colorSecondaryHover: string;
|
|
6367
6431
|
colorSecondaryPressed: string;
|
|
6432
|
+
colorSecondaryFocus: string;
|
|
6433
|
+
colorSecondaryDisabled: string;
|
|
6434
|
+
textColorSecondaryDisabled: string;
|
|
6368
6435
|
waveColorSecondary: string;
|
|
6369
6436
|
colorTertiary: string;
|
|
6370
6437
|
colorTertiaryHover: string;
|
|
6371
6438
|
colorTertiaryPressed: string;
|
|
6439
|
+
colorTertiaryFocus: string;
|
|
6372
6440
|
colorTertiaryDisalbed: string;
|
|
6373
6441
|
waveColorTertiary: string;
|
|
6374
6442
|
textColorTextTertiary: string;
|
|
6443
|
+
rippleColorTertiary: string;
|
|
6375
6444
|
colorQuaternary: string;
|
|
6376
6445
|
colorQuaternaryHover: string;
|
|
6377
6446
|
colorQuaternaryPressed: string;
|
|
6447
|
+
colorQuaternaryFocus: string;
|
|
6448
|
+
rippleColorQuaternary: string;
|
|
6449
|
+
waveColorQuaternary: string;
|
|
6378
6450
|
color: string;
|
|
6379
6451
|
colorHover: string;
|
|
6380
6452
|
colorPressed: string;
|
|
@@ -7014,16 +7086,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7014
7086
|
colorSecondary: string;
|
|
7015
7087
|
colorSecondaryHover: string;
|
|
7016
7088
|
colorSecondaryPressed: string;
|
|
7089
|
+
colorSecondaryFocus: string;
|
|
7090
|
+
colorSecondaryDisabled: string;
|
|
7091
|
+
textColorSecondaryDisabled: string;
|
|
7017
7092
|
waveColorSecondary: string;
|
|
7018
7093
|
colorTertiary: string;
|
|
7019
7094
|
colorTertiaryHover: string;
|
|
7020
7095
|
colorTertiaryPressed: string;
|
|
7096
|
+
colorTertiaryFocus: string;
|
|
7021
7097
|
colorTertiaryDisalbed: string;
|
|
7022
7098
|
waveColorTertiary: string;
|
|
7023
7099
|
textColorTextTertiary: string;
|
|
7100
|
+
rippleColorTertiary: string;
|
|
7024
7101
|
colorQuaternary: string;
|
|
7025
7102
|
colorQuaternaryHover: string;
|
|
7026
7103
|
colorQuaternaryPressed: string;
|
|
7104
|
+
colorQuaternaryFocus: string;
|
|
7105
|
+
rippleColorQuaternary: string;
|
|
7106
|
+
waveColorQuaternary: string;
|
|
7027
7107
|
color: string;
|
|
7028
7108
|
colorHover: string;
|
|
7029
7109
|
colorPressed: string;
|
|
@@ -7325,7 +7405,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7325
7405
|
retryText: string | undefined;
|
|
7326
7406
|
closeButtonText: string | undefined;
|
|
7327
7407
|
unreadNotificationText: string | undefined;
|
|
7328
|
-
|
|
7408
|
+
height: string | number;
|
|
7329
7409
|
emptyProps: Partial<Partial<import("../..").EmptyProps> | undefined>;
|
|
7330
7410
|
chatItems: ChatListItemData[] | undefined;
|
|
7331
7411
|
selectedChatId: import("./interface").ChatId | undefined;
|
package/lib/chat/src/Chat.js
CHANGED
|
@@ -112,9 +112,9 @@ exports.chatProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), {
|
|
|
112
112
|
}, messagesLoadingCount: {
|
|
113
113
|
type: Number,
|
|
114
114
|
default: 10
|
|
115
|
-
},
|
|
115
|
+
}, height: {
|
|
116
116
|
type: [String, Number],
|
|
117
|
-
default:
|
|
117
|
+
default: 800
|
|
118
118
|
}, onChatSelect: {
|
|
119
119
|
type: Function,
|
|
120
120
|
default: undefined
|
|
@@ -382,14 +382,12 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
382
382
|
var _a;
|
|
383
383
|
const { $slots } = this;
|
|
384
384
|
(_a = this.onRender) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
385
|
-
const
|
|
385
|
+
const heightStyle = this.height
|
|
386
386
|
? {
|
|
387
|
-
|
|
388
|
-
? `${this.maxHeight}px`
|
|
389
|
-
: this.maxHeight
|
|
387
|
+
height: typeof this.height === 'number' ? `${this.height}px` : this.height
|
|
390
388
|
}
|
|
391
389
|
: {};
|
|
392
|
-
return ((0, vue_1.h)("div", { class: [`${this.mergedClsPrefix}-chat`, this.themeClass], style: Object.assign(Object.assign({},
|
|
390
|
+
return ((0, vue_1.h)("div", { class: [`${this.mergedClsPrefix}-chat`, this.themeClass], style: Object.assign(Object.assign({}, heightStyle), this.cssVars) },
|
|
393
391
|
(0, vue_1.h)(flex_1.UFlex, { wrap: false, size: [20, 20], style: { width: '100%' } }, {
|
|
394
392
|
default: () => ((0, vue_1.h)(vue_1.Fragment, null,
|
|
395
393
|
(0, _utils_1.resolveSlot)($slots.sidebar, () => [
|
|
@@ -398,11 +396,12 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
398
396
|
sidebarHeaderActions: $slots.sidebarHeaderActions
|
|
399
397
|
})
|
|
400
398
|
]),
|
|
401
|
-
|
|
402
|
-
(0,
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
399
|
+
this.selectedChatId &&
|
|
400
|
+
(0, _utils_1.resolveSlot)($slots.default, () => [
|
|
401
|
+
(0, vue_1.h)(MainArea_1.default, null, {
|
|
402
|
+
headerActions: $slots.headerActions
|
|
403
|
+
})
|
|
404
|
+
])))
|
|
406
405
|
})));
|
|
407
406
|
}
|
|
408
407
|
});
|