@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
|
@@ -192,16 +192,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
192
192
|
colorSecondary: string;
|
|
193
193
|
colorSecondaryHover: string;
|
|
194
194
|
colorSecondaryPressed: string;
|
|
195
|
+
colorSecondaryFocus: string;
|
|
196
|
+
colorSecondaryDisabled: string;
|
|
197
|
+
textColorSecondaryDisabled: string;
|
|
195
198
|
waveColorSecondary: string;
|
|
196
199
|
colorTertiary: string;
|
|
197
200
|
colorTertiaryHover: string;
|
|
198
201
|
colorTertiaryPressed: string;
|
|
202
|
+
colorTertiaryFocus: string;
|
|
199
203
|
colorTertiaryDisalbed: string;
|
|
200
204
|
waveColorTertiary: string;
|
|
201
205
|
textColorTextTertiary: string;
|
|
206
|
+
rippleColorTertiary: string;
|
|
202
207
|
colorQuaternary: string;
|
|
203
208
|
colorQuaternaryHover: string;
|
|
204
209
|
colorQuaternaryPressed: string;
|
|
210
|
+
colorQuaternaryFocus: string;
|
|
211
|
+
rippleColorQuaternary: string;
|
|
212
|
+
waveColorQuaternary: string;
|
|
205
213
|
color: string;
|
|
206
214
|
colorHover: string;
|
|
207
215
|
colorPressed: string;
|
|
@@ -1108,16 +1116,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1108
1116
|
colorSecondary: string;
|
|
1109
1117
|
colorSecondaryHover: string;
|
|
1110
1118
|
colorSecondaryPressed: string;
|
|
1119
|
+
colorSecondaryFocus: string;
|
|
1120
|
+
colorSecondaryDisabled: string;
|
|
1121
|
+
textColorSecondaryDisabled: string;
|
|
1111
1122
|
waveColorSecondary: string;
|
|
1112
1123
|
colorTertiary: string;
|
|
1113
1124
|
colorTertiaryHover: string;
|
|
1114
1125
|
colorTertiaryPressed: string;
|
|
1126
|
+
colorTertiaryFocus: string;
|
|
1115
1127
|
colorTertiaryDisalbed: string;
|
|
1116
1128
|
waveColorTertiary: string;
|
|
1117
1129
|
textColorTextTertiary: string;
|
|
1130
|
+
rippleColorTertiary: string;
|
|
1118
1131
|
colorQuaternary: string;
|
|
1119
1132
|
colorQuaternaryHover: string;
|
|
1120
1133
|
colorQuaternaryPressed: string;
|
|
1134
|
+
colorQuaternaryFocus: string;
|
|
1135
|
+
rippleColorQuaternary: string;
|
|
1136
|
+
waveColorQuaternary: string;
|
|
1121
1137
|
color: string;
|
|
1122
1138
|
colorHover: string;
|
|
1123
1139
|
colorPressed: string;
|
|
@@ -2024,16 +2040,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2024
2040
|
colorSecondary: string;
|
|
2025
2041
|
colorSecondaryHover: string;
|
|
2026
2042
|
colorSecondaryPressed: string;
|
|
2043
|
+
colorSecondaryFocus: string;
|
|
2044
|
+
colorSecondaryDisabled: string;
|
|
2045
|
+
textColorSecondaryDisabled: string;
|
|
2027
2046
|
waveColorSecondary: string;
|
|
2028
2047
|
colorTertiary: string;
|
|
2029
2048
|
colorTertiaryHover: string;
|
|
2030
2049
|
colorTertiaryPressed: string;
|
|
2050
|
+
colorTertiaryFocus: string;
|
|
2031
2051
|
colorTertiaryDisalbed: string;
|
|
2032
2052
|
waveColorTertiary: string;
|
|
2033
2053
|
textColorTextTertiary: string;
|
|
2054
|
+
rippleColorTertiary: string;
|
|
2034
2055
|
colorQuaternary: string;
|
|
2035
2056
|
colorQuaternaryHover: string;
|
|
2036
2057
|
colorQuaternaryPressed: string;
|
|
2058
|
+
colorQuaternaryFocus: string;
|
|
2059
|
+
rippleColorQuaternary: string;
|
|
2060
|
+
waveColorQuaternary: string;
|
|
2037
2061
|
color: string;
|
|
2038
2062
|
colorHover: string;
|
|
2039
2063
|
colorPressed: string;
|
|
@@ -2963,16 +2987,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2963
2987
|
colorSecondary: string;
|
|
2964
2988
|
colorSecondaryHover: string;
|
|
2965
2989
|
colorSecondaryPressed: string;
|
|
2990
|
+
colorSecondaryFocus: string;
|
|
2991
|
+
colorSecondaryDisabled: string;
|
|
2992
|
+
textColorSecondaryDisabled: string;
|
|
2966
2993
|
waveColorSecondary: string;
|
|
2967
2994
|
colorTertiary: string;
|
|
2968
2995
|
colorTertiaryHover: string;
|
|
2969
2996
|
colorTertiaryPressed: string;
|
|
2997
|
+
colorTertiaryFocus: string;
|
|
2970
2998
|
colorTertiaryDisalbed: string;
|
|
2971
2999
|
waveColorTertiary: string;
|
|
2972
3000
|
textColorTextTertiary: string;
|
|
3001
|
+
rippleColorTertiary: string;
|
|
2973
3002
|
colorQuaternary: string;
|
|
2974
3003
|
colorQuaternaryHover: string;
|
|
2975
3004
|
colorQuaternaryPressed: string;
|
|
3005
|
+
colorQuaternaryFocus: string;
|
|
3006
|
+
rippleColorQuaternary: string;
|
|
3007
|
+
waveColorQuaternary: string;
|
|
2976
3008
|
color: string;
|
|
2977
3009
|
colorHover: string;
|
|
2978
3010
|
colorPressed: string;
|
|
@@ -4460,16 +4492,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4460
4492
|
colorSecondary: string;
|
|
4461
4493
|
colorSecondaryHover: string;
|
|
4462
4494
|
colorSecondaryPressed: string;
|
|
4495
|
+
colorSecondaryFocus: string;
|
|
4496
|
+
colorSecondaryDisabled: string;
|
|
4497
|
+
textColorSecondaryDisabled: string;
|
|
4463
4498
|
waveColorSecondary: string;
|
|
4464
4499
|
colorTertiary: string;
|
|
4465
4500
|
colorTertiaryHover: string;
|
|
4466
4501
|
colorTertiaryPressed: string;
|
|
4502
|
+
colorTertiaryFocus: string;
|
|
4467
4503
|
colorTertiaryDisalbed: string;
|
|
4468
4504
|
waveColorTertiary: string;
|
|
4469
4505
|
textColorTextTertiary: string;
|
|
4506
|
+
rippleColorTertiary: string;
|
|
4470
4507
|
colorQuaternary: string;
|
|
4471
4508
|
colorQuaternaryHover: string;
|
|
4472
4509
|
colorQuaternaryPressed: string;
|
|
4510
|
+
colorQuaternaryFocus: string;
|
|
4511
|
+
rippleColorQuaternary: string;
|
|
4512
|
+
waveColorQuaternary: string;
|
|
4473
4513
|
color: string;
|
|
4474
4514
|
colorHover: string;
|
|
4475
4515
|
colorPressed: string;
|
|
@@ -5376,16 +5416,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5376
5416
|
colorSecondary: string;
|
|
5377
5417
|
colorSecondaryHover: string;
|
|
5378
5418
|
colorSecondaryPressed: string;
|
|
5419
|
+
colorSecondaryFocus: string;
|
|
5420
|
+
colorSecondaryDisabled: string;
|
|
5421
|
+
textColorSecondaryDisabled: string;
|
|
5379
5422
|
waveColorSecondary: string;
|
|
5380
5423
|
colorTertiary: string;
|
|
5381
5424
|
colorTertiaryHover: string;
|
|
5382
5425
|
colorTertiaryPressed: string;
|
|
5426
|
+
colorTertiaryFocus: string;
|
|
5383
5427
|
colorTertiaryDisalbed: string;
|
|
5384
5428
|
waveColorTertiary: string;
|
|
5385
5429
|
textColorTextTertiary: string;
|
|
5430
|
+
rippleColorTertiary: string;
|
|
5386
5431
|
colorQuaternary: string;
|
|
5387
5432
|
colorQuaternaryHover: string;
|
|
5388
5433
|
colorQuaternaryPressed: string;
|
|
5434
|
+
colorQuaternaryFocus: string;
|
|
5435
|
+
rippleColorQuaternary: string;
|
|
5436
|
+
waveColorQuaternary: string;
|
|
5389
5437
|
color: string;
|
|
5390
5438
|
colorHover: string;
|
|
5391
5439
|
colorPressed: string;
|
|
@@ -6292,16 +6340,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6292
6340
|
colorSecondary: string;
|
|
6293
6341
|
colorSecondaryHover: string;
|
|
6294
6342
|
colorSecondaryPressed: string;
|
|
6343
|
+
colorSecondaryFocus: string;
|
|
6344
|
+
colorSecondaryDisabled: string;
|
|
6345
|
+
textColorSecondaryDisabled: string;
|
|
6295
6346
|
waveColorSecondary: string;
|
|
6296
6347
|
colorTertiary: string;
|
|
6297
6348
|
colorTertiaryHover: string;
|
|
6298
6349
|
colorTertiaryPressed: string;
|
|
6350
|
+
colorTertiaryFocus: string;
|
|
6299
6351
|
colorTertiaryDisalbed: string;
|
|
6300
6352
|
waveColorTertiary: string;
|
|
6301
6353
|
textColorTextTertiary: string;
|
|
6354
|
+
rippleColorTertiary: string;
|
|
6302
6355
|
colorQuaternary: string;
|
|
6303
6356
|
colorQuaternaryHover: string;
|
|
6304
6357
|
colorQuaternaryPressed: string;
|
|
6358
|
+
colorQuaternaryFocus: string;
|
|
6359
|
+
rippleColorQuaternary: string;
|
|
6360
|
+
waveColorQuaternary: string;
|
|
6305
6361
|
color: string;
|
|
6306
6362
|
colorHover: string;
|
|
6307
6363
|
colorPressed: string;
|
|
@@ -94,16 +94,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
94
|
colorSecondary: string;
|
|
95
95
|
colorSecondaryHover: string;
|
|
96
96
|
colorSecondaryPressed: string;
|
|
97
|
+
colorSecondaryFocus: string;
|
|
98
|
+
colorSecondaryDisabled: string;
|
|
99
|
+
textColorSecondaryDisabled: string;
|
|
97
100
|
waveColorSecondary: string;
|
|
98
101
|
colorTertiary: string;
|
|
99
102
|
colorTertiaryHover: string;
|
|
100
103
|
colorTertiaryPressed: string;
|
|
104
|
+
colorTertiaryFocus: string;
|
|
101
105
|
colorTertiaryDisalbed: string;
|
|
102
106
|
waveColorTertiary: string;
|
|
103
107
|
textColorTextTertiary: string;
|
|
108
|
+
rippleColorTertiary: string;
|
|
104
109
|
colorQuaternary: string;
|
|
105
110
|
colorQuaternaryHover: string;
|
|
106
111
|
colorQuaternaryPressed: string;
|
|
112
|
+
colorQuaternaryFocus: string;
|
|
113
|
+
rippleColorQuaternary: string;
|
|
114
|
+
waveColorQuaternary: string;
|
|
107
115
|
color: string;
|
|
108
116
|
colorHover: string;
|
|
109
117
|
colorPressed: string;
|
|
@@ -119,16 +119,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
119
|
colorSecondary: string;
|
|
120
120
|
colorSecondaryHover: string;
|
|
121
121
|
colorSecondaryPressed: string;
|
|
122
|
+
colorSecondaryFocus: string;
|
|
123
|
+
colorSecondaryDisabled: string;
|
|
124
|
+
textColorSecondaryDisabled: string;
|
|
122
125
|
waveColorSecondary: string;
|
|
123
126
|
colorTertiary: string;
|
|
124
127
|
colorTertiaryHover: string;
|
|
125
128
|
colorTertiaryPressed: string;
|
|
129
|
+
colorTertiaryFocus: string;
|
|
126
130
|
colorTertiaryDisalbed: string;
|
|
127
131
|
waveColorTertiary: string;
|
|
128
132
|
textColorTextTertiary: string;
|
|
133
|
+
rippleColorTertiary: string;
|
|
129
134
|
colorQuaternary: string;
|
|
130
135
|
colorQuaternaryHover: string;
|
|
131
136
|
colorQuaternaryPressed: string;
|
|
137
|
+
colorQuaternaryFocus: string;
|
|
138
|
+
rippleColorQuaternary: string;
|
|
139
|
+
waveColorQuaternary: string;
|
|
132
140
|
color: string;
|
|
133
141
|
colorHover: string;
|
|
134
142
|
colorPressed: string;
|
|
@@ -120,16 +120,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
120
|
colorSecondary: string;
|
|
121
121
|
colorSecondaryHover: string;
|
|
122
122
|
colorSecondaryPressed: string;
|
|
123
|
+
colorSecondaryFocus: string;
|
|
124
|
+
colorSecondaryDisabled: string;
|
|
125
|
+
textColorSecondaryDisabled: string;
|
|
123
126
|
waveColorSecondary: string;
|
|
124
127
|
colorTertiary: string;
|
|
125
128
|
colorTertiaryHover: string;
|
|
126
129
|
colorTertiaryPressed: string;
|
|
130
|
+
colorTertiaryFocus: string;
|
|
127
131
|
colorTertiaryDisalbed: string;
|
|
128
132
|
waveColorTertiary: string;
|
|
129
133
|
textColorTextTertiary: string;
|
|
134
|
+
rippleColorTertiary: string;
|
|
130
135
|
colorQuaternary: string;
|
|
131
136
|
colorQuaternaryHover: string;
|
|
132
137
|
colorQuaternaryPressed: string;
|
|
138
|
+
colorQuaternaryFocus: string;
|
|
139
|
+
rippleColorQuaternary: string;
|
|
140
|
+
waveColorQuaternary: string;
|
|
133
141
|
color: string;
|
|
134
142
|
colorHover: string;
|
|
135
143
|
colorPressed: string;
|
|
@@ -107,16 +107,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
107
|
colorSecondary: string;
|
|
108
108
|
colorSecondaryHover: string;
|
|
109
109
|
colorSecondaryPressed: string;
|
|
110
|
+
colorSecondaryFocus: string;
|
|
111
|
+
colorSecondaryDisabled: string;
|
|
112
|
+
textColorSecondaryDisabled: string;
|
|
110
113
|
waveColorSecondary: string;
|
|
111
114
|
colorTertiary: string;
|
|
112
115
|
colorTertiaryHover: string;
|
|
113
116
|
colorTertiaryPressed: string;
|
|
117
|
+
colorTertiaryFocus: string;
|
|
114
118
|
colorTertiaryDisalbed: string;
|
|
115
119
|
waveColorTertiary: string;
|
|
116
120
|
textColorTextTertiary: string;
|
|
121
|
+
rippleColorTertiary: string;
|
|
117
122
|
colorQuaternary: string;
|
|
118
123
|
colorQuaternaryHover: string;
|
|
119
124
|
colorQuaternaryPressed: string;
|
|
125
|
+
colorQuaternaryFocus: string;
|
|
126
|
+
rippleColorQuaternary: string;
|
|
127
|
+
waveColorQuaternary: string;
|
|
120
128
|
color: string;
|
|
121
129
|
colorHover: string;
|
|
122
130
|
colorPressed: string;
|
|
@@ -203,16 +203,24 @@ export declare const dataTableProps: {
|
|
|
203
203
|
colorSecondary: string;
|
|
204
204
|
colorSecondaryHover: string;
|
|
205
205
|
colorSecondaryPressed: string;
|
|
206
|
+
colorSecondaryFocus: string;
|
|
207
|
+
colorSecondaryDisabled: string;
|
|
208
|
+
textColorSecondaryDisabled: string;
|
|
206
209
|
waveColorSecondary: string;
|
|
207
210
|
colorTertiary: string;
|
|
208
211
|
colorTertiaryHover: string;
|
|
209
212
|
colorTertiaryPressed: string;
|
|
213
|
+
colorTertiaryFocus: string;
|
|
210
214
|
colorTertiaryDisalbed: string;
|
|
211
215
|
waveColorTertiary: string;
|
|
212
216
|
textColorTextTertiary: string;
|
|
217
|
+
rippleColorTertiary: string;
|
|
213
218
|
colorQuaternary: string;
|
|
214
219
|
colorQuaternaryHover: string;
|
|
215
220
|
colorQuaternaryPressed: string;
|
|
221
|
+
colorQuaternaryFocus: string;
|
|
222
|
+
rippleColorQuaternary: string;
|
|
223
|
+
waveColorQuaternary: string;
|
|
216
224
|
color: string;
|
|
217
225
|
colorHover: string;
|
|
218
226
|
colorPressed: string;
|
|
@@ -1119,16 +1127,24 @@ export declare const dataTableProps: {
|
|
|
1119
1127
|
colorSecondary: string;
|
|
1120
1128
|
colorSecondaryHover: string;
|
|
1121
1129
|
colorSecondaryPressed: string;
|
|
1130
|
+
colorSecondaryFocus: string;
|
|
1131
|
+
colorSecondaryDisabled: string;
|
|
1132
|
+
textColorSecondaryDisabled: string;
|
|
1122
1133
|
waveColorSecondary: string;
|
|
1123
1134
|
colorTertiary: string;
|
|
1124
1135
|
colorTertiaryHover: string;
|
|
1125
1136
|
colorTertiaryPressed: string;
|
|
1137
|
+
colorTertiaryFocus: string;
|
|
1126
1138
|
colorTertiaryDisalbed: string;
|
|
1127
1139
|
waveColorTertiary: string;
|
|
1128
1140
|
textColorTextTertiary: string;
|
|
1141
|
+
rippleColorTertiary: string;
|
|
1129
1142
|
colorQuaternary: string;
|
|
1130
1143
|
colorQuaternaryHover: string;
|
|
1131
1144
|
colorQuaternaryPressed: string;
|
|
1145
|
+
colorQuaternaryFocus: string;
|
|
1146
|
+
rippleColorQuaternary: string;
|
|
1147
|
+
waveColorQuaternary: string;
|
|
1132
1148
|
color: string;
|
|
1133
1149
|
colorHover: string;
|
|
1134
1150
|
colorPressed: string;
|
|
@@ -2035,16 +2051,24 @@ export declare const dataTableProps: {
|
|
|
2035
2051
|
colorSecondary: string;
|
|
2036
2052
|
colorSecondaryHover: string;
|
|
2037
2053
|
colorSecondaryPressed: string;
|
|
2054
|
+
colorSecondaryFocus: string;
|
|
2055
|
+
colorSecondaryDisabled: string;
|
|
2056
|
+
textColorSecondaryDisabled: string;
|
|
2038
2057
|
waveColorSecondary: string;
|
|
2039
2058
|
colorTertiary: string;
|
|
2040
2059
|
colorTertiaryHover: string;
|
|
2041
2060
|
colorTertiaryPressed: string;
|
|
2061
|
+
colorTertiaryFocus: string;
|
|
2042
2062
|
colorTertiaryDisalbed: string;
|
|
2043
2063
|
waveColorTertiary: string;
|
|
2044
2064
|
textColorTextTertiary: string;
|
|
2065
|
+
rippleColorTertiary: string;
|
|
2045
2066
|
colorQuaternary: string;
|
|
2046
2067
|
colorQuaternaryHover: string;
|
|
2047
2068
|
colorQuaternaryPressed: string;
|
|
2069
|
+
colorQuaternaryFocus: string;
|
|
2070
|
+
rippleColorQuaternary: string;
|
|
2071
|
+
waveColorQuaternary: string;
|
|
2048
2072
|
color: string;
|
|
2049
2073
|
colorHover: string;
|
|
2050
2074
|
colorPressed: string;
|
|
@@ -141,16 +141,24 @@ declare const dataTableLight: import("../../_mixins").Theme<"DataTable", {
|
|
|
141
141
|
colorSecondary: string;
|
|
142
142
|
colorSecondaryHover: string;
|
|
143
143
|
colorSecondaryPressed: string;
|
|
144
|
+
colorSecondaryFocus: string;
|
|
145
|
+
colorSecondaryDisabled: string;
|
|
146
|
+
textColorSecondaryDisabled: string;
|
|
144
147
|
waveColorSecondary: string;
|
|
145
148
|
colorTertiary: string;
|
|
146
149
|
colorTertiaryHover: string;
|
|
147
150
|
colorTertiaryPressed: string;
|
|
151
|
+
colorTertiaryFocus: string;
|
|
148
152
|
colorTertiaryDisalbed: string;
|
|
149
153
|
waveColorTertiary: string;
|
|
150
154
|
textColorTextTertiary: string;
|
|
155
|
+
rippleColorTertiary: string;
|
|
151
156
|
colorQuaternary: string;
|
|
152
157
|
colorQuaternaryHover: string;
|
|
153
158
|
colorQuaternaryPressed: string;
|
|
159
|
+
colorQuaternaryFocus: string;
|
|
160
|
+
rippleColorQuaternary: string;
|
|
161
|
+
waveColorQuaternary: string;
|
|
154
162
|
color: string;
|
|
155
163
|
colorHover: string;
|
|
156
164
|
colorPressed: string;
|