@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
|
@@ -123,16 +123,24 @@ export declare const popconfirmProps: {
|
|
|
123
123
|
colorSecondary: string;
|
|
124
124
|
colorSecondaryHover: string;
|
|
125
125
|
colorSecondaryPressed: string;
|
|
126
|
+
colorSecondaryFocus: string;
|
|
127
|
+
colorSecondaryDisabled: string;
|
|
128
|
+
textColorSecondaryDisabled: string;
|
|
126
129
|
waveColorSecondary: string;
|
|
127
130
|
colorTertiary: string;
|
|
128
131
|
colorTertiaryHover: string;
|
|
129
132
|
colorTertiaryPressed: string;
|
|
133
|
+
colorTertiaryFocus: string;
|
|
130
134
|
colorTertiaryDisalbed: string;
|
|
131
135
|
waveColorTertiary: string;
|
|
132
136
|
textColorTextTertiary: string;
|
|
137
|
+
rippleColorTertiary: string;
|
|
133
138
|
colorQuaternary: string;
|
|
134
139
|
colorQuaternaryHover: string;
|
|
135
140
|
colorQuaternaryPressed: string;
|
|
141
|
+
colorQuaternaryFocus: string;
|
|
142
|
+
rippleColorQuaternary: string;
|
|
143
|
+
waveColorQuaternary: string;
|
|
136
144
|
color: string;
|
|
137
145
|
colorHover: string;
|
|
138
146
|
colorPressed: string;
|
|
@@ -354,16 +362,24 @@ export declare const popconfirmProps: {
|
|
|
354
362
|
colorSecondary: string;
|
|
355
363
|
colorSecondaryHover: string;
|
|
356
364
|
colorSecondaryPressed: string;
|
|
365
|
+
colorSecondaryFocus: string;
|
|
366
|
+
colorSecondaryDisabled: string;
|
|
367
|
+
textColorSecondaryDisabled: string;
|
|
357
368
|
waveColorSecondary: string;
|
|
358
369
|
colorTertiary: string;
|
|
359
370
|
colorTertiaryHover: string;
|
|
360
371
|
colorTertiaryPressed: string;
|
|
372
|
+
colorTertiaryFocus: string;
|
|
361
373
|
colorTertiaryDisalbed: string;
|
|
362
374
|
waveColorTertiary: string;
|
|
363
375
|
textColorTextTertiary: string;
|
|
376
|
+
rippleColorTertiary: string;
|
|
364
377
|
colorQuaternary: string;
|
|
365
378
|
colorQuaternaryHover: string;
|
|
366
379
|
colorQuaternaryPressed: string;
|
|
380
|
+
colorQuaternaryFocus: string;
|
|
381
|
+
rippleColorQuaternary: string;
|
|
382
|
+
waveColorQuaternary: string;
|
|
367
383
|
color: string;
|
|
368
384
|
colorHover: string;
|
|
369
385
|
colorPressed: string;
|
|
@@ -585,16 +601,24 @@ export declare const popconfirmProps: {
|
|
|
585
601
|
colorSecondary: string;
|
|
586
602
|
colorSecondaryHover: string;
|
|
587
603
|
colorSecondaryPressed: string;
|
|
604
|
+
colorSecondaryFocus: string;
|
|
605
|
+
colorSecondaryDisabled: string;
|
|
606
|
+
textColorSecondaryDisabled: string;
|
|
588
607
|
waveColorSecondary: string;
|
|
589
608
|
colorTertiary: string;
|
|
590
609
|
colorTertiaryHover: string;
|
|
591
610
|
colorTertiaryPressed: string;
|
|
611
|
+
colorTertiaryFocus: string;
|
|
592
612
|
colorTertiaryDisalbed: string;
|
|
593
613
|
waveColorTertiary: string;
|
|
594
614
|
textColorTextTertiary: string;
|
|
615
|
+
rippleColorTertiary: string;
|
|
595
616
|
colorQuaternary: string;
|
|
596
617
|
colorQuaternaryHover: string;
|
|
597
618
|
colorQuaternaryPressed: string;
|
|
619
|
+
colorQuaternaryFocus: string;
|
|
620
|
+
rippleColorQuaternary: string;
|
|
621
|
+
waveColorQuaternary: string;
|
|
598
622
|
color: string;
|
|
599
623
|
colorHover: string;
|
|
600
624
|
colorPressed: string;
|
|
@@ -914,16 +938,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
914
938
|
colorSecondary: string;
|
|
915
939
|
colorSecondaryHover: string;
|
|
916
940
|
colorSecondaryPressed: string;
|
|
941
|
+
colorSecondaryFocus: string;
|
|
942
|
+
colorSecondaryDisabled: string;
|
|
943
|
+
textColorSecondaryDisabled: string;
|
|
917
944
|
waveColorSecondary: string;
|
|
918
945
|
colorTertiary: string;
|
|
919
946
|
colorTertiaryHover: string;
|
|
920
947
|
colorTertiaryPressed: string;
|
|
948
|
+
colorTertiaryFocus: string;
|
|
921
949
|
colorTertiaryDisalbed: string;
|
|
922
950
|
waveColorTertiary: string;
|
|
923
951
|
textColorTextTertiary: string;
|
|
952
|
+
rippleColorTertiary: string;
|
|
924
953
|
colorQuaternary: string;
|
|
925
954
|
colorQuaternaryHover: string;
|
|
926
955
|
colorQuaternaryPressed: string;
|
|
956
|
+
colorQuaternaryFocus: string;
|
|
957
|
+
rippleColorQuaternary: string;
|
|
958
|
+
waveColorQuaternary: string;
|
|
927
959
|
color: string;
|
|
928
960
|
colorHover: string;
|
|
929
961
|
colorPressed: string;
|
|
@@ -1145,16 +1177,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1145
1177
|
colorSecondary: string;
|
|
1146
1178
|
colorSecondaryHover: string;
|
|
1147
1179
|
colorSecondaryPressed: string;
|
|
1180
|
+
colorSecondaryFocus: string;
|
|
1181
|
+
colorSecondaryDisabled: string;
|
|
1182
|
+
textColorSecondaryDisabled: string;
|
|
1148
1183
|
waveColorSecondary: string;
|
|
1149
1184
|
colorTertiary: string;
|
|
1150
1185
|
colorTertiaryHover: string;
|
|
1151
1186
|
colorTertiaryPressed: string;
|
|
1187
|
+
colorTertiaryFocus: string;
|
|
1152
1188
|
colorTertiaryDisalbed: string;
|
|
1153
1189
|
waveColorTertiary: string;
|
|
1154
1190
|
textColorTextTertiary: string;
|
|
1191
|
+
rippleColorTertiary: string;
|
|
1155
1192
|
colorQuaternary: string;
|
|
1156
1193
|
colorQuaternaryHover: string;
|
|
1157
1194
|
colorQuaternaryPressed: string;
|
|
1195
|
+
colorQuaternaryFocus: string;
|
|
1196
|
+
rippleColorQuaternary: string;
|
|
1197
|
+
waveColorQuaternary: string;
|
|
1158
1198
|
color: string;
|
|
1159
1199
|
colorHover: string;
|
|
1160
1200
|
colorPressed: string;
|
|
@@ -1376,16 +1416,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1376
1416
|
colorSecondary: string;
|
|
1377
1417
|
colorSecondaryHover: string;
|
|
1378
1418
|
colorSecondaryPressed: string;
|
|
1419
|
+
colorSecondaryFocus: string;
|
|
1420
|
+
colorSecondaryDisabled: string;
|
|
1421
|
+
textColorSecondaryDisabled: string;
|
|
1379
1422
|
waveColorSecondary: string;
|
|
1380
1423
|
colorTertiary: string;
|
|
1381
1424
|
colorTertiaryHover: string;
|
|
1382
1425
|
colorTertiaryPressed: string;
|
|
1426
|
+
colorTertiaryFocus: string;
|
|
1383
1427
|
colorTertiaryDisalbed: string;
|
|
1384
1428
|
waveColorTertiary: string;
|
|
1385
1429
|
textColorTextTertiary: string;
|
|
1430
|
+
rippleColorTertiary: string;
|
|
1386
1431
|
colorQuaternary: string;
|
|
1387
1432
|
colorQuaternaryHover: string;
|
|
1388
1433
|
colorQuaternaryPressed: string;
|
|
1434
|
+
colorQuaternaryFocus: string;
|
|
1435
|
+
rippleColorQuaternary: string;
|
|
1436
|
+
waveColorQuaternary: string;
|
|
1389
1437
|
color: string;
|
|
1390
1438
|
colorHover: string;
|
|
1391
1439
|
colorPressed: string;
|
|
@@ -1613,16 +1661,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1613
1661
|
colorSecondary: string;
|
|
1614
1662
|
colorSecondaryHover: string;
|
|
1615
1663
|
colorSecondaryPressed: string;
|
|
1664
|
+
colorSecondaryFocus: string;
|
|
1665
|
+
colorSecondaryDisabled: string;
|
|
1666
|
+
textColorSecondaryDisabled: string;
|
|
1616
1667
|
waveColorSecondary: string;
|
|
1617
1668
|
colorTertiary: string;
|
|
1618
1669
|
colorTertiaryHover: string;
|
|
1619
1670
|
colorTertiaryPressed: string;
|
|
1671
|
+
colorTertiaryFocus: string;
|
|
1620
1672
|
colorTertiaryDisalbed: string;
|
|
1621
1673
|
waveColorTertiary: string;
|
|
1622
1674
|
textColorTextTertiary: string;
|
|
1675
|
+
rippleColorTertiary: string;
|
|
1623
1676
|
colorQuaternary: string;
|
|
1624
1677
|
colorQuaternaryHover: string;
|
|
1625
1678
|
colorQuaternaryPressed: string;
|
|
1679
|
+
colorQuaternaryFocus: string;
|
|
1680
|
+
rippleColorQuaternary: string;
|
|
1681
|
+
waveColorQuaternary: string;
|
|
1626
1682
|
color: string;
|
|
1627
1683
|
colorHover: string;
|
|
1628
1684
|
colorPressed: string;
|
|
@@ -1959,16 +2015,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1959
2015
|
colorSecondary: string;
|
|
1960
2016
|
colorSecondaryHover: string;
|
|
1961
2017
|
colorSecondaryPressed: string;
|
|
2018
|
+
colorSecondaryFocus: string;
|
|
2019
|
+
colorSecondaryDisabled: string;
|
|
2020
|
+
textColorSecondaryDisabled: string;
|
|
1962
2021
|
waveColorSecondary: string;
|
|
1963
2022
|
colorTertiary: string;
|
|
1964
2023
|
colorTertiaryHover: string;
|
|
1965
2024
|
colorTertiaryPressed: string;
|
|
2025
|
+
colorTertiaryFocus: string;
|
|
1966
2026
|
colorTertiaryDisalbed: string;
|
|
1967
2027
|
waveColorTertiary: string;
|
|
1968
2028
|
textColorTextTertiary: string;
|
|
2029
|
+
rippleColorTertiary: string;
|
|
1969
2030
|
colorQuaternary: string;
|
|
1970
2031
|
colorQuaternaryHover: string;
|
|
1971
2032
|
colorQuaternaryPressed: string;
|
|
2033
|
+
colorQuaternaryFocus: string;
|
|
2034
|
+
rippleColorQuaternary: string;
|
|
2035
|
+
waveColorQuaternary: string;
|
|
1972
2036
|
color: string;
|
|
1973
2037
|
colorHover: string;
|
|
1974
2038
|
colorPressed: string;
|
|
@@ -2190,16 +2254,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2190
2254
|
colorSecondary: string;
|
|
2191
2255
|
colorSecondaryHover: string;
|
|
2192
2256
|
colorSecondaryPressed: string;
|
|
2257
|
+
colorSecondaryFocus: string;
|
|
2258
|
+
colorSecondaryDisabled: string;
|
|
2259
|
+
textColorSecondaryDisabled: string;
|
|
2193
2260
|
waveColorSecondary: string;
|
|
2194
2261
|
colorTertiary: string;
|
|
2195
2262
|
colorTertiaryHover: string;
|
|
2196
2263
|
colorTertiaryPressed: string;
|
|
2264
|
+
colorTertiaryFocus: string;
|
|
2197
2265
|
colorTertiaryDisalbed: string;
|
|
2198
2266
|
waveColorTertiary: string;
|
|
2199
2267
|
textColorTextTertiary: string;
|
|
2268
|
+
rippleColorTertiary: string;
|
|
2200
2269
|
colorQuaternary: string;
|
|
2201
2270
|
colorQuaternaryHover: string;
|
|
2202
2271
|
colorQuaternaryPressed: string;
|
|
2272
|
+
colorQuaternaryFocus: string;
|
|
2273
|
+
rippleColorQuaternary: string;
|
|
2274
|
+
waveColorQuaternary: string;
|
|
2203
2275
|
color: string;
|
|
2204
2276
|
colorHover: string;
|
|
2205
2277
|
colorPressed: string;
|
|
@@ -2421,16 +2493,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2421
2493
|
colorSecondary: string;
|
|
2422
2494
|
colorSecondaryHover: string;
|
|
2423
2495
|
colorSecondaryPressed: string;
|
|
2496
|
+
colorSecondaryFocus: string;
|
|
2497
|
+
colorSecondaryDisabled: string;
|
|
2498
|
+
textColorSecondaryDisabled: string;
|
|
2424
2499
|
waveColorSecondary: string;
|
|
2425
2500
|
colorTertiary: string;
|
|
2426
2501
|
colorTertiaryHover: string;
|
|
2427
2502
|
colorTertiaryPressed: string;
|
|
2503
|
+
colorTertiaryFocus: string;
|
|
2428
2504
|
colorTertiaryDisalbed: string;
|
|
2429
2505
|
waveColorTertiary: string;
|
|
2430
2506
|
textColorTextTertiary: string;
|
|
2507
|
+
rippleColorTertiary: string;
|
|
2431
2508
|
colorQuaternary: string;
|
|
2432
2509
|
colorQuaternaryHover: string;
|
|
2433
2510
|
colorQuaternaryPressed: string;
|
|
2511
|
+
colorQuaternaryFocus: string;
|
|
2512
|
+
rippleColorQuaternary: string;
|
|
2513
|
+
waveColorQuaternary: string;
|
|
2434
2514
|
color: string;
|
|
2435
2515
|
colorHover: string;
|
|
2436
2516
|
colorPressed: string;
|
|
@@ -31,16 +31,24 @@ declare const popconfirmLight: import("../../_mixins").Theme<"Popconfirm", {
|
|
|
31
31
|
colorSecondary: string;
|
|
32
32
|
colorSecondaryHover: string;
|
|
33
33
|
colorSecondaryPressed: string;
|
|
34
|
+
colorSecondaryFocus: string;
|
|
35
|
+
colorSecondaryDisabled: string;
|
|
36
|
+
textColorSecondaryDisabled: string;
|
|
34
37
|
waveColorSecondary: string;
|
|
35
38
|
colorTertiary: string;
|
|
36
39
|
colorTertiaryHover: string;
|
|
37
40
|
colorTertiaryPressed: string;
|
|
41
|
+
colorTertiaryFocus: string;
|
|
38
42
|
colorTertiaryDisalbed: string;
|
|
39
43
|
waveColorTertiary: string;
|
|
40
44
|
textColorTextTertiary: string;
|
|
45
|
+
rippleColorTertiary: string;
|
|
41
46
|
colorQuaternary: string;
|
|
42
47
|
colorQuaternaryHover: string;
|
|
43
48
|
colorQuaternaryPressed: string;
|
|
49
|
+
colorQuaternaryFocus: string;
|
|
50
|
+
rippleColorQuaternary: string;
|
|
51
|
+
waveColorQuaternary: string;
|
|
44
52
|
color: string;
|
|
45
53
|
colorHover: string;
|
|
46
54
|
colorPressed: string;
|
|
@@ -122,16 +122,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
122
|
colorSecondary: string;
|
|
123
123
|
colorSecondaryHover: string;
|
|
124
124
|
colorSecondaryPressed: string;
|
|
125
|
+
colorSecondaryFocus: string;
|
|
126
|
+
colorSecondaryDisabled: string;
|
|
127
|
+
textColorSecondaryDisabled: string;
|
|
125
128
|
waveColorSecondary: string;
|
|
126
129
|
colorTertiary: string;
|
|
127
130
|
colorTertiaryHover: string;
|
|
128
131
|
colorTertiaryPressed: string;
|
|
132
|
+
colorTertiaryFocus: string;
|
|
129
133
|
colorTertiaryDisalbed: string;
|
|
130
134
|
waveColorTertiary: string;
|
|
131
135
|
textColorTextTertiary: string;
|
|
136
|
+
rippleColorTertiary: string;
|
|
132
137
|
colorQuaternary: string;
|
|
133
138
|
colorQuaternaryHover: string;
|
|
134
139
|
colorQuaternaryPressed: string;
|
|
140
|
+
colorQuaternaryFocus: string;
|
|
141
|
+
rippleColorQuaternary: string;
|
|
142
|
+
waveColorQuaternary: string;
|
|
135
143
|
color: string;
|
|
136
144
|
colorHover: string;
|
|
137
145
|
colorPressed: string;
|
|
@@ -121,16 +121,24 @@ export declare const timePickerProps: {
|
|
|
121
121
|
colorSecondary: string;
|
|
122
122
|
colorSecondaryHover: string;
|
|
123
123
|
colorSecondaryPressed: string;
|
|
124
|
+
colorSecondaryFocus: string;
|
|
125
|
+
colorSecondaryDisabled: string;
|
|
126
|
+
textColorSecondaryDisabled: string;
|
|
124
127
|
waveColorSecondary: string;
|
|
125
128
|
colorTertiary: string;
|
|
126
129
|
colorTertiaryHover: string;
|
|
127
130
|
colorTertiaryPressed: string;
|
|
131
|
+
colorTertiaryFocus: string;
|
|
128
132
|
colorTertiaryDisalbed: string;
|
|
129
133
|
waveColorTertiary: string;
|
|
130
134
|
textColorTextTertiary: string;
|
|
135
|
+
rippleColorTertiary: string;
|
|
131
136
|
colorQuaternary: string;
|
|
132
137
|
colorQuaternaryHover: string;
|
|
133
138
|
colorQuaternaryPressed: string;
|
|
139
|
+
colorQuaternaryFocus: string;
|
|
140
|
+
rippleColorQuaternary: string;
|
|
141
|
+
waveColorQuaternary: string;
|
|
134
142
|
color: string;
|
|
135
143
|
colorHover: string;
|
|
136
144
|
colorPressed: string;
|
|
@@ -419,16 +427,24 @@ export declare const timePickerProps: {
|
|
|
419
427
|
colorSecondary: string;
|
|
420
428
|
colorSecondaryHover: string;
|
|
421
429
|
colorSecondaryPressed: string;
|
|
430
|
+
colorSecondaryFocus: string;
|
|
431
|
+
colorSecondaryDisabled: string;
|
|
432
|
+
textColorSecondaryDisabled: string;
|
|
422
433
|
waveColorSecondary: string;
|
|
423
434
|
colorTertiary: string;
|
|
424
435
|
colorTertiaryHover: string;
|
|
425
436
|
colorTertiaryPressed: string;
|
|
437
|
+
colorTertiaryFocus: string;
|
|
426
438
|
colorTertiaryDisalbed: string;
|
|
427
439
|
waveColorTertiary: string;
|
|
428
440
|
textColorTextTertiary: string;
|
|
441
|
+
rippleColorTertiary: string;
|
|
429
442
|
colorQuaternary: string;
|
|
430
443
|
colorQuaternaryHover: string;
|
|
431
444
|
colorQuaternaryPressed: string;
|
|
445
|
+
colorQuaternaryFocus: string;
|
|
446
|
+
rippleColorQuaternary: string;
|
|
447
|
+
waveColorQuaternary: string;
|
|
432
448
|
color: string;
|
|
433
449
|
colorHover: string;
|
|
434
450
|
colorPressed: string;
|
|
@@ -717,16 +733,24 @@ export declare const timePickerProps: {
|
|
|
717
733
|
colorSecondary: string;
|
|
718
734
|
colorSecondaryHover: string;
|
|
719
735
|
colorSecondaryPressed: string;
|
|
736
|
+
colorSecondaryFocus: string;
|
|
737
|
+
colorSecondaryDisabled: string;
|
|
738
|
+
textColorSecondaryDisabled: string;
|
|
720
739
|
waveColorSecondary: string;
|
|
721
740
|
colorTertiary: string;
|
|
722
741
|
colorTertiaryHover: string;
|
|
723
742
|
colorTertiaryPressed: string;
|
|
743
|
+
colorTertiaryFocus: string;
|
|
724
744
|
colorTertiaryDisalbed: string;
|
|
725
745
|
waveColorTertiary: string;
|
|
726
746
|
textColorTextTertiary: string;
|
|
747
|
+
rippleColorTertiary: string;
|
|
727
748
|
colorQuaternary: string;
|
|
728
749
|
colorQuaternaryHover: string;
|
|
729
750
|
colorQuaternaryPressed: string;
|
|
751
|
+
colorQuaternaryFocus: string;
|
|
752
|
+
rippleColorQuaternary: string;
|
|
753
|
+
waveColorQuaternary: string;
|
|
730
754
|
color: string;
|
|
731
755
|
colorHover: string;
|
|
732
756
|
colorPressed: string;
|
|
@@ -1092,16 +1116,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1092
1116
|
colorSecondary: string;
|
|
1093
1117
|
colorSecondaryHover: string;
|
|
1094
1118
|
colorSecondaryPressed: string;
|
|
1119
|
+
colorSecondaryFocus: string;
|
|
1120
|
+
colorSecondaryDisabled: string;
|
|
1121
|
+
textColorSecondaryDisabled: string;
|
|
1095
1122
|
waveColorSecondary: string;
|
|
1096
1123
|
colorTertiary: string;
|
|
1097
1124
|
colorTertiaryHover: string;
|
|
1098
1125
|
colorTertiaryPressed: string;
|
|
1126
|
+
colorTertiaryFocus: string;
|
|
1099
1127
|
colorTertiaryDisalbed: string;
|
|
1100
1128
|
waveColorTertiary: string;
|
|
1101
1129
|
textColorTextTertiary: string;
|
|
1130
|
+
rippleColorTertiary: string;
|
|
1102
1131
|
colorQuaternary: string;
|
|
1103
1132
|
colorQuaternaryHover: string;
|
|
1104
1133
|
colorQuaternaryPressed: string;
|
|
1134
|
+
colorQuaternaryFocus: string;
|
|
1135
|
+
rippleColorQuaternary: string;
|
|
1136
|
+
waveColorQuaternary: string;
|
|
1105
1137
|
color: string;
|
|
1106
1138
|
colorHover: string;
|
|
1107
1139
|
colorPressed: string;
|
|
@@ -1390,16 +1422,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1390
1422
|
colorSecondary: string;
|
|
1391
1423
|
colorSecondaryHover: string;
|
|
1392
1424
|
colorSecondaryPressed: string;
|
|
1425
|
+
colorSecondaryFocus: string;
|
|
1426
|
+
colorSecondaryDisabled: string;
|
|
1427
|
+
textColorSecondaryDisabled: string;
|
|
1393
1428
|
waveColorSecondary: string;
|
|
1394
1429
|
colorTertiary: string;
|
|
1395
1430
|
colorTertiaryHover: string;
|
|
1396
1431
|
colorTertiaryPressed: string;
|
|
1432
|
+
colorTertiaryFocus: string;
|
|
1397
1433
|
colorTertiaryDisalbed: string;
|
|
1398
1434
|
waveColorTertiary: string;
|
|
1399
1435
|
textColorTextTertiary: string;
|
|
1436
|
+
rippleColorTertiary: string;
|
|
1400
1437
|
colorQuaternary: string;
|
|
1401
1438
|
colorQuaternaryHover: string;
|
|
1402
1439
|
colorQuaternaryPressed: string;
|
|
1440
|
+
colorQuaternaryFocus: string;
|
|
1441
|
+
rippleColorQuaternary: string;
|
|
1442
|
+
waveColorQuaternary: string;
|
|
1403
1443
|
color: string;
|
|
1404
1444
|
colorHover: string;
|
|
1405
1445
|
colorPressed: string;
|
|
@@ -1688,16 +1728,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1688
1728
|
colorSecondary: string;
|
|
1689
1729
|
colorSecondaryHover: string;
|
|
1690
1730
|
colorSecondaryPressed: string;
|
|
1731
|
+
colorSecondaryFocus: string;
|
|
1732
|
+
colorSecondaryDisabled: string;
|
|
1733
|
+
textColorSecondaryDisabled: string;
|
|
1691
1734
|
waveColorSecondary: string;
|
|
1692
1735
|
colorTertiary: string;
|
|
1693
1736
|
colorTertiaryHover: string;
|
|
1694
1737
|
colorTertiaryPressed: string;
|
|
1738
|
+
colorTertiaryFocus: string;
|
|
1695
1739
|
colorTertiaryDisalbed: string;
|
|
1696
1740
|
waveColorTertiary: string;
|
|
1697
1741
|
textColorTextTertiary: string;
|
|
1742
|
+
rippleColorTertiary: string;
|
|
1698
1743
|
colorQuaternary: string;
|
|
1699
1744
|
colorQuaternaryHover: string;
|
|
1700
1745
|
colorQuaternaryPressed: string;
|
|
1746
|
+
colorQuaternaryFocus: string;
|
|
1747
|
+
rippleColorQuaternary: string;
|
|
1748
|
+
waveColorQuaternary: string;
|
|
1701
1749
|
color: string;
|
|
1702
1750
|
colorHover: string;
|
|
1703
1751
|
colorPressed: string;
|
|
@@ -2103,16 +2151,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2103
2151
|
colorSecondary: string;
|
|
2104
2152
|
colorSecondaryHover: string;
|
|
2105
2153
|
colorSecondaryPressed: string;
|
|
2154
|
+
colorSecondaryFocus: string;
|
|
2155
|
+
colorSecondaryDisabled: string;
|
|
2156
|
+
textColorSecondaryDisabled: string;
|
|
2106
2157
|
waveColorSecondary: string;
|
|
2107
2158
|
colorTertiary: string;
|
|
2108
2159
|
colorTertiaryHover: string;
|
|
2109
2160
|
colorTertiaryPressed: string;
|
|
2161
|
+
colorTertiaryFocus: string;
|
|
2110
2162
|
colorTertiaryDisalbed: string;
|
|
2111
2163
|
waveColorTertiary: string;
|
|
2112
2164
|
textColorTextTertiary: string;
|
|
2165
|
+
rippleColorTertiary: string;
|
|
2113
2166
|
colorQuaternary: string;
|
|
2114
2167
|
colorQuaternaryHover: string;
|
|
2115
2168
|
colorQuaternaryPressed: string;
|
|
2169
|
+
colorQuaternaryFocus: string;
|
|
2170
|
+
rippleColorQuaternary: string;
|
|
2171
|
+
waveColorQuaternary: string;
|
|
2116
2172
|
color: string;
|
|
2117
2173
|
colorHover: string;
|
|
2118
2174
|
colorPressed: string;
|
|
@@ -2520,16 +2576,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2520
2576
|
colorSecondary: string;
|
|
2521
2577
|
colorSecondaryHover: string;
|
|
2522
2578
|
colorSecondaryPressed: string;
|
|
2579
|
+
colorSecondaryFocus: string;
|
|
2580
|
+
colorSecondaryDisabled: string;
|
|
2581
|
+
textColorSecondaryDisabled: string;
|
|
2523
2582
|
waveColorSecondary: string;
|
|
2524
2583
|
colorTertiary: string;
|
|
2525
2584
|
colorTertiaryHover: string;
|
|
2526
2585
|
colorTertiaryPressed: string;
|
|
2586
|
+
colorTertiaryFocus: string;
|
|
2527
2587
|
colorTertiaryDisalbed: string;
|
|
2528
2588
|
waveColorTertiary: string;
|
|
2529
2589
|
textColorTextTertiary: string;
|
|
2590
|
+
rippleColorTertiary: string;
|
|
2530
2591
|
colorQuaternary: string;
|
|
2531
2592
|
colorQuaternaryHover: string;
|
|
2532
2593
|
colorQuaternaryPressed: string;
|
|
2594
|
+
colorQuaternaryFocus: string;
|
|
2595
|
+
rippleColorQuaternary: string;
|
|
2596
|
+
waveColorQuaternary: string;
|
|
2533
2597
|
color: string;
|
|
2534
2598
|
colorHover: string;
|
|
2535
2599
|
colorPressed: string;
|
|
@@ -2818,16 +2882,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2818
2882
|
colorSecondary: string;
|
|
2819
2883
|
colorSecondaryHover: string;
|
|
2820
2884
|
colorSecondaryPressed: string;
|
|
2885
|
+
colorSecondaryFocus: string;
|
|
2886
|
+
colorSecondaryDisabled: string;
|
|
2887
|
+
textColorSecondaryDisabled: string;
|
|
2821
2888
|
waveColorSecondary: string;
|
|
2822
2889
|
colorTertiary: string;
|
|
2823
2890
|
colorTertiaryHover: string;
|
|
2824
2891
|
colorTertiaryPressed: string;
|
|
2892
|
+
colorTertiaryFocus: string;
|
|
2825
2893
|
colorTertiaryDisalbed: string;
|
|
2826
2894
|
waveColorTertiary: string;
|
|
2827
2895
|
textColorTextTertiary: string;
|
|
2896
|
+
rippleColorTertiary: string;
|
|
2828
2897
|
colorQuaternary: string;
|
|
2829
2898
|
colorQuaternaryHover: string;
|
|
2830
2899
|
colorQuaternaryPressed: string;
|
|
2900
|
+
colorQuaternaryFocus: string;
|
|
2901
|
+
rippleColorQuaternary: string;
|
|
2902
|
+
waveColorQuaternary: string;
|
|
2831
2903
|
color: string;
|
|
2832
2904
|
colorHover: string;
|
|
2833
2905
|
colorPressed: string;
|
|
@@ -3116,16 +3188,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3116
3188
|
colorSecondary: string;
|
|
3117
3189
|
colorSecondaryHover: string;
|
|
3118
3190
|
colorSecondaryPressed: string;
|
|
3191
|
+
colorSecondaryFocus: string;
|
|
3192
|
+
colorSecondaryDisabled: string;
|
|
3193
|
+
textColorSecondaryDisabled: string;
|
|
3119
3194
|
waveColorSecondary: string;
|
|
3120
3195
|
colorTertiary: string;
|
|
3121
3196
|
colorTertiaryHover: string;
|
|
3122
3197
|
colorTertiaryPressed: string;
|
|
3198
|
+
colorTertiaryFocus: string;
|
|
3123
3199
|
colorTertiaryDisalbed: string;
|
|
3124
3200
|
waveColorTertiary: string;
|
|
3125
3201
|
textColorTextTertiary: string;
|
|
3202
|
+
rippleColorTertiary: string;
|
|
3126
3203
|
colorQuaternary: string;
|
|
3127
3204
|
colorQuaternaryHover: string;
|
|
3128
3205
|
colorQuaternaryPressed: string;
|
|
3206
|
+
colorQuaternaryFocus: string;
|
|
3207
|
+
rippleColorQuaternary: string;
|
|
3208
|
+
waveColorQuaternary: string;
|
|
3129
3209
|
color: string;
|
|
3130
3210
|
colorHover: string;
|
|
3131
3211
|
colorPressed: string;
|
|
@@ -61,16 +61,24 @@ declare const timePickerLight: import("../../_mixins").Theme<"TimePicker", {
|
|
|
61
61
|
colorSecondary: string;
|
|
62
62
|
colorSecondaryHover: string;
|
|
63
63
|
colorSecondaryPressed: string;
|
|
64
|
+
colorSecondaryFocus: string;
|
|
65
|
+
colorSecondaryDisabled: string;
|
|
66
|
+
textColorSecondaryDisabled: string;
|
|
64
67
|
waveColorSecondary: string;
|
|
65
68
|
colorTertiary: string;
|
|
66
69
|
colorTertiaryHover: string;
|
|
67
70
|
colorTertiaryPressed: string;
|
|
71
|
+
colorTertiaryFocus: string;
|
|
68
72
|
colorTertiaryDisalbed: string;
|
|
69
73
|
waveColorTertiary: string;
|
|
70
74
|
textColorTextTertiary: string;
|
|
75
|
+
rippleColorTertiary: string;
|
|
71
76
|
colorQuaternary: string;
|
|
72
77
|
colorQuaternaryHover: string;
|
|
73
78
|
colorQuaternaryPressed: string;
|
|
79
|
+
colorQuaternaryFocus: string;
|
|
80
|
+
rippleColorQuaternary: string;
|
|
81
|
+
waveColorQuaternary: string;
|
|
74
82
|
color: string;
|
|
75
83
|
colorHover: string;
|
|
76
84
|
colorPressed: string;
|