@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
|
@@ -258,16 +258,24 @@ export declare const datePickerProps: {
|
|
|
258
258
|
colorSecondary: string;
|
|
259
259
|
colorSecondaryHover: string;
|
|
260
260
|
colorSecondaryPressed: string;
|
|
261
|
+
colorSecondaryFocus: string;
|
|
262
|
+
colorSecondaryDisabled: string;
|
|
263
|
+
textColorSecondaryDisabled: string;
|
|
261
264
|
waveColorSecondary: string;
|
|
262
265
|
colorTertiary: string;
|
|
263
266
|
colorTertiaryHover: string;
|
|
264
267
|
colorTertiaryPressed: string;
|
|
268
|
+
colorTertiaryFocus: string;
|
|
265
269
|
colorTertiaryDisalbed: string;
|
|
266
270
|
waveColorTertiary: string;
|
|
267
271
|
textColorTextTertiary: string;
|
|
272
|
+
rippleColorTertiary: string;
|
|
268
273
|
colorQuaternary: string;
|
|
269
274
|
colorQuaternaryHover: string;
|
|
270
275
|
colorQuaternaryPressed: string;
|
|
276
|
+
colorQuaternaryFocus: string;
|
|
277
|
+
rippleColorQuaternary: string;
|
|
278
|
+
waveColorQuaternary: string;
|
|
271
279
|
color: string;
|
|
272
280
|
colorHover: string;
|
|
273
281
|
colorPressed: string;
|
|
@@ -491,16 +499,24 @@ export declare const datePickerProps: {
|
|
|
491
499
|
colorSecondary: string;
|
|
492
500
|
colorSecondaryHover: string;
|
|
493
501
|
colorSecondaryPressed: string;
|
|
502
|
+
colorSecondaryFocus: string;
|
|
503
|
+
colorSecondaryDisabled: string;
|
|
504
|
+
textColorSecondaryDisabled: string;
|
|
494
505
|
waveColorSecondary: string;
|
|
495
506
|
colorTertiary: string;
|
|
496
507
|
colorTertiaryHover: string;
|
|
497
508
|
colorTertiaryPressed: string;
|
|
509
|
+
colorTertiaryFocus: string;
|
|
498
510
|
colorTertiaryDisalbed: string;
|
|
499
511
|
waveColorTertiary: string;
|
|
500
512
|
textColorTextTertiary: string;
|
|
513
|
+
rippleColorTertiary: string;
|
|
501
514
|
colorQuaternary: string;
|
|
502
515
|
colorQuaternaryHover: string;
|
|
503
516
|
colorQuaternaryPressed: string;
|
|
517
|
+
colorQuaternaryFocus: string;
|
|
518
|
+
rippleColorQuaternary: string;
|
|
519
|
+
waveColorQuaternary: string;
|
|
504
520
|
color: string;
|
|
505
521
|
colorHover: string;
|
|
506
522
|
colorPressed: string;
|
|
@@ -935,16 +951,24 @@ export declare const datePickerProps: {
|
|
|
935
951
|
colorSecondary: string;
|
|
936
952
|
colorSecondaryHover: string;
|
|
937
953
|
colorSecondaryPressed: string;
|
|
954
|
+
colorSecondaryFocus: string;
|
|
955
|
+
colorSecondaryDisabled: string;
|
|
956
|
+
textColorSecondaryDisabled: string;
|
|
938
957
|
waveColorSecondary: string;
|
|
939
958
|
colorTertiary: string;
|
|
940
959
|
colorTertiaryHover: string;
|
|
941
960
|
colorTertiaryPressed: string;
|
|
961
|
+
colorTertiaryFocus: string;
|
|
942
962
|
colorTertiaryDisalbed: string;
|
|
943
963
|
waveColorTertiary: string;
|
|
944
964
|
textColorTextTertiary: string;
|
|
965
|
+
rippleColorTertiary: string;
|
|
945
966
|
colorQuaternary: string;
|
|
946
967
|
colorQuaternaryHover: string;
|
|
947
968
|
colorQuaternaryPressed: string;
|
|
969
|
+
colorQuaternaryFocus: string;
|
|
970
|
+
rippleColorQuaternary: string;
|
|
971
|
+
waveColorQuaternary: string;
|
|
948
972
|
color: string;
|
|
949
973
|
colorHover: string;
|
|
950
974
|
colorPressed: string;
|
|
@@ -1168,16 +1192,24 @@ export declare const datePickerProps: {
|
|
|
1168
1192
|
colorSecondary: string;
|
|
1169
1193
|
colorSecondaryHover: string;
|
|
1170
1194
|
colorSecondaryPressed: string;
|
|
1195
|
+
colorSecondaryFocus: string;
|
|
1196
|
+
colorSecondaryDisabled: string;
|
|
1197
|
+
textColorSecondaryDisabled: string;
|
|
1171
1198
|
waveColorSecondary: string;
|
|
1172
1199
|
colorTertiary: string;
|
|
1173
1200
|
colorTertiaryHover: string;
|
|
1174
1201
|
colorTertiaryPressed: string;
|
|
1202
|
+
colorTertiaryFocus: string;
|
|
1175
1203
|
colorTertiaryDisalbed: string;
|
|
1176
1204
|
waveColorTertiary: string;
|
|
1177
1205
|
textColorTextTertiary: string;
|
|
1206
|
+
rippleColorTertiary: string;
|
|
1178
1207
|
colorQuaternary: string;
|
|
1179
1208
|
colorQuaternaryHover: string;
|
|
1180
1209
|
colorQuaternaryPressed: string;
|
|
1210
|
+
colorQuaternaryFocus: string;
|
|
1211
|
+
rippleColorQuaternary: string;
|
|
1212
|
+
waveColorQuaternary: string;
|
|
1181
1213
|
color: string;
|
|
1182
1214
|
colorHover: string;
|
|
1183
1215
|
colorPressed: string;
|
|
@@ -1612,16 +1644,24 @@ export declare const datePickerProps: {
|
|
|
1612
1644
|
colorSecondary: string;
|
|
1613
1645
|
colorSecondaryHover: string;
|
|
1614
1646
|
colorSecondaryPressed: string;
|
|
1647
|
+
colorSecondaryFocus: string;
|
|
1648
|
+
colorSecondaryDisabled: string;
|
|
1649
|
+
textColorSecondaryDisabled: string;
|
|
1615
1650
|
waveColorSecondary: string;
|
|
1616
1651
|
colorTertiary: string;
|
|
1617
1652
|
colorTertiaryHover: string;
|
|
1618
1653
|
colorTertiaryPressed: string;
|
|
1654
|
+
colorTertiaryFocus: string;
|
|
1619
1655
|
colorTertiaryDisalbed: string;
|
|
1620
1656
|
waveColorTertiary: string;
|
|
1621
1657
|
textColorTextTertiary: string;
|
|
1658
|
+
rippleColorTertiary: string;
|
|
1622
1659
|
colorQuaternary: string;
|
|
1623
1660
|
colorQuaternaryHover: string;
|
|
1624
1661
|
colorQuaternaryPressed: string;
|
|
1662
|
+
colorQuaternaryFocus: string;
|
|
1663
|
+
rippleColorQuaternary: string;
|
|
1664
|
+
waveColorQuaternary: string;
|
|
1625
1665
|
color: string;
|
|
1626
1666
|
colorHover: string;
|
|
1627
1667
|
colorPressed: string;
|
|
@@ -1845,16 +1885,24 @@ export declare const datePickerProps: {
|
|
|
1845
1885
|
colorSecondary: string;
|
|
1846
1886
|
colorSecondaryHover: string;
|
|
1847
1887
|
colorSecondaryPressed: string;
|
|
1888
|
+
colorSecondaryFocus: string;
|
|
1889
|
+
colorSecondaryDisabled: string;
|
|
1890
|
+
textColorSecondaryDisabled: string;
|
|
1848
1891
|
waveColorSecondary: string;
|
|
1849
1892
|
colorTertiary: string;
|
|
1850
1893
|
colorTertiaryHover: string;
|
|
1851
1894
|
colorTertiaryPressed: string;
|
|
1895
|
+
colorTertiaryFocus: string;
|
|
1852
1896
|
colorTertiaryDisalbed: string;
|
|
1853
1897
|
waveColorTertiary: string;
|
|
1854
1898
|
textColorTextTertiary: string;
|
|
1899
|
+
rippleColorTertiary: string;
|
|
1855
1900
|
colorQuaternary: string;
|
|
1856
1901
|
colorQuaternaryHover: string;
|
|
1857
1902
|
colorQuaternaryPressed: string;
|
|
1903
|
+
colorQuaternaryFocus: string;
|
|
1904
|
+
rippleColorQuaternary: string;
|
|
1905
|
+
waveColorQuaternary: string;
|
|
1858
1906
|
color: string;
|
|
1859
1907
|
colorHover: string;
|
|
1860
1908
|
colorPressed: string;
|
|
@@ -2360,16 +2408,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2360
2408
|
colorSecondary: string;
|
|
2361
2409
|
colorSecondaryHover: string;
|
|
2362
2410
|
colorSecondaryPressed: string;
|
|
2411
|
+
colorSecondaryFocus: string;
|
|
2412
|
+
colorSecondaryDisabled: string;
|
|
2413
|
+
textColorSecondaryDisabled: string;
|
|
2363
2414
|
waveColorSecondary: string;
|
|
2364
2415
|
colorTertiary: string;
|
|
2365
2416
|
colorTertiaryHover: string;
|
|
2366
2417
|
colorTertiaryPressed: string;
|
|
2418
|
+
colorTertiaryFocus: string;
|
|
2367
2419
|
colorTertiaryDisalbed: string;
|
|
2368
2420
|
waveColorTertiary: string;
|
|
2369
2421
|
textColorTextTertiary: string;
|
|
2422
|
+
rippleColorTertiary: string;
|
|
2370
2423
|
colorQuaternary: string;
|
|
2371
2424
|
colorQuaternaryHover: string;
|
|
2372
2425
|
colorQuaternaryPressed: string;
|
|
2426
|
+
colorQuaternaryFocus: string;
|
|
2427
|
+
rippleColorQuaternary: string;
|
|
2428
|
+
waveColorQuaternary: string;
|
|
2373
2429
|
color: string;
|
|
2374
2430
|
colorHover: string;
|
|
2375
2431
|
colorPressed: string;
|
|
@@ -2593,16 +2649,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2593
2649
|
colorSecondary: string;
|
|
2594
2650
|
colorSecondaryHover: string;
|
|
2595
2651
|
colorSecondaryPressed: string;
|
|
2652
|
+
colorSecondaryFocus: string;
|
|
2653
|
+
colorSecondaryDisabled: string;
|
|
2654
|
+
textColorSecondaryDisabled: string;
|
|
2596
2655
|
waveColorSecondary: string;
|
|
2597
2656
|
colorTertiary: string;
|
|
2598
2657
|
colorTertiaryHover: string;
|
|
2599
2658
|
colorTertiaryPressed: string;
|
|
2659
|
+
colorTertiaryFocus: string;
|
|
2600
2660
|
colorTertiaryDisalbed: string;
|
|
2601
2661
|
waveColorTertiary: string;
|
|
2602
2662
|
textColorTextTertiary: string;
|
|
2663
|
+
rippleColorTertiary: string;
|
|
2603
2664
|
colorQuaternary: string;
|
|
2604
2665
|
colorQuaternaryHover: string;
|
|
2605
2666
|
colorQuaternaryPressed: string;
|
|
2667
|
+
colorQuaternaryFocus: string;
|
|
2668
|
+
rippleColorQuaternary: string;
|
|
2669
|
+
waveColorQuaternary: string;
|
|
2606
2670
|
color: string;
|
|
2607
2671
|
colorHover: string;
|
|
2608
2672
|
colorPressed: string;
|
|
@@ -3037,16 +3101,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3037
3101
|
colorSecondary: string;
|
|
3038
3102
|
colorSecondaryHover: string;
|
|
3039
3103
|
colorSecondaryPressed: string;
|
|
3104
|
+
colorSecondaryFocus: string;
|
|
3105
|
+
colorSecondaryDisabled: string;
|
|
3106
|
+
textColorSecondaryDisabled: string;
|
|
3040
3107
|
waveColorSecondary: string;
|
|
3041
3108
|
colorTertiary: string;
|
|
3042
3109
|
colorTertiaryHover: string;
|
|
3043
3110
|
colorTertiaryPressed: string;
|
|
3111
|
+
colorTertiaryFocus: string;
|
|
3044
3112
|
colorTertiaryDisalbed: string;
|
|
3045
3113
|
waveColorTertiary: string;
|
|
3046
3114
|
textColorTextTertiary: string;
|
|
3115
|
+
rippleColorTertiary: string;
|
|
3047
3116
|
colorQuaternary: string;
|
|
3048
3117
|
colorQuaternaryHover: string;
|
|
3049
3118
|
colorQuaternaryPressed: string;
|
|
3119
|
+
colorQuaternaryFocus: string;
|
|
3120
|
+
rippleColorQuaternary: string;
|
|
3121
|
+
waveColorQuaternary: string;
|
|
3050
3122
|
color: string;
|
|
3051
3123
|
colorHover: string;
|
|
3052
3124
|
colorPressed: string;
|
|
@@ -3270,16 +3342,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3270
3342
|
colorSecondary: string;
|
|
3271
3343
|
colorSecondaryHover: string;
|
|
3272
3344
|
colorSecondaryPressed: string;
|
|
3345
|
+
colorSecondaryFocus: string;
|
|
3346
|
+
colorSecondaryDisabled: string;
|
|
3347
|
+
textColorSecondaryDisabled: string;
|
|
3273
3348
|
waveColorSecondary: string;
|
|
3274
3349
|
colorTertiary: string;
|
|
3275
3350
|
colorTertiaryHover: string;
|
|
3276
3351
|
colorTertiaryPressed: string;
|
|
3352
|
+
colorTertiaryFocus: string;
|
|
3277
3353
|
colorTertiaryDisalbed: string;
|
|
3278
3354
|
waveColorTertiary: string;
|
|
3279
3355
|
textColorTextTertiary: string;
|
|
3356
|
+
rippleColorTertiary: string;
|
|
3280
3357
|
colorQuaternary: string;
|
|
3281
3358
|
colorQuaternaryHover: string;
|
|
3282
3359
|
colorQuaternaryPressed: string;
|
|
3360
|
+
colorQuaternaryFocus: string;
|
|
3361
|
+
rippleColorQuaternary: string;
|
|
3362
|
+
waveColorQuaternary: string;
|
|
3283
3363
|
color: string;
|
|
3284
3364
|
colorHover: string;
|
|
3285
3365
|
colorPressed: string;
|
|
@@ -3714,16 +3794,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3714
3794
|
colorSecondary: string;
|
|
3715
3795
|
colorSecondaryHover: string;
|
|
3716
3796
|
colorSecondaryPressed: string;
|
|
3797
|
+
colorSecondaryFocus: string;
|
|
3798
|
+
colorSecondaryDisabled: string;
|
|
3799
|
+
textColorSecondaryDisabled: string;
|
|
3717
3800
|
waveColorSecondary: string;
|
|
3718
3801
|
colorTertiary: string;
|
|
3719
3802
|
colorTertiaryHover: string;
|
|
3720
3803
|
colorTertiaryPressed: string;
|
|
3804
|
+
colorTertiaryFocus: string;
|
|
3721
3805
|
colorTertiaryDisalbed: string;
|
|
3722
3806
|
waveColorTertiary: string;
|
|
3723
3807
|
textColorTextTertiary: string;
|
|
3808
|
+
rippleColorTertiary: string;
|
|
3724
3809
|
colorQuaternary: string;
|
|
3725
3810
|
colorQuaternaryHover: string;
|
|
3726
3811
|
colorQuaternaryPressed: string;
|
|
3812
|
+
colorQuaternaryFocus: string;
|
|
3813
|
+
rippleColorQuaternary: string;
|
|
3814
|
+
waveColorQuaternary: string;
|
|
3727
3815
|
color: string;
|
|
3728
3816
|
colorHover: string;
|
|
3729
3817
|
colorPressed: string;
|
|
@@ -3947,16 +4035,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3947
4035
|
colorSecondary: string;
|
|
3948
4036
|
colorSecondaryHover: string;
|
|
3949
4037
|
colorSecondaryPressed: string;
|
|
4038
|
+
colorSecondaryFocus: string;
|
|
4039
|
+
colorSecondaryDisabled: string;
|
|
4040
|
+
textColorSecondaryDisabled: string;
|
|
3950
4041
|
waveColorSecondary: string;
|
|
3951
4042
|
colorTertiary: string;
|
|
3952
4043
|
colorTertiaryHover: string;
|
|
3953
4044
|
colorTertiaryPressed: string;
|
|
4045
|
+
colorTertiaryFocus: string;
|
|
3954
4046
|
colorTertiaryDisalbed: string;
|
|
3955
4047
|
waveColorTertiary: string;
|
|
3956
4048
|
textColorTextTertiary: string;
|
|
4049
|
+
rippleColorTertiary: string;
|
|
3957
4050
|
colorQuaternary: string;
|
|
3958
4051
|
colorQuaternaryHover: string;
|
|
3959
4052
|
colorQuaternaryPressed: string;
|
|
4053
|
+
colorQuaternaryFocus: string;
|
|
4054
|
+
rippleColorQuaternary: string;
|
|
4055
|
+
waveColorQuaternary: string;
|
|
3960
4056
|
color: string;
|
|
3961
4057
|
colorHover: string;
|
|
3962
4058
|
colorPressed: string;
|
|
@@ -4525,16 +4621,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4525
4621
|
colorSecondary: string;
|
|
4526
4622
|
colorSecondaryHover: string;
|
|
4527
4623
|
colorSecondaryPressed: string;
|
|
4624
|
+
colorSecondaryFocus: string;
|
|
4625
|
+
colorSecondaryDisabled: string;
|
|
4626
|
+
textColorSecondaryDisabled: string;
|
|
4528
4627
|
waveColorSecondary: string;
|
|
4529
4628
|
colorTertiary: string;
|
|
4530
4629
|
colorTertiaryHover: string;
|
|
4531
4630
|
colorTertiaryPressed: string;
|
|
4631
|
+
colorTertiaryFocus: string;
|
|
4532
4632
|
colorTertiaryDisalbed: string;
|
|
4533
4633
|
waveColorTertiary: string;
|
|
4534
4634
|
textColorTextTertiary: string;
|
|
4635
|
+
rippleColorTertiary: string;
|
|
4535
4636
|
colorQuaternary: string;
|
|
4536
4637
|
colorQuaternaryHover: string;
|
|
4537
4638
|
colorQuaternaryPressed: string;
|
|
4639
|
+
colorQuaternaryFocus: string;
|
|
4640
|
+
rippleColorQuaternary: string;
|
|
4641
|
+
waveColorQuaternary: string;
|
|
4538
4642
|
color: string;
|
|
4539
4643
|
colorHover: string;
|
|
4540
4644
|
colorPressed: string;
|
|
@@ -4758,16 +4862,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4758
4862
|
colorSecondary: string;
|
|
4759
4863
|
colorSecondaryHover: string;
|
|
4760
4864
|
colorSecondaryPressed: string;
|
|
4865
|
+
colorSecondaryFocus: string;
|
|
4866
|
+
colorSecondaryDisabled: string;
|
|
4867
|
+
textColorSecondaryDisabled: string;
|
|
4761
4868
|
waveColorSecondary: string;
|
|
4762
4869
|
colorTertiary: string;
|
|
4763
4870
|
colorTertiaryHover: string;
|
|
4764
4871
|
colorTertiaryPressed: string;
|
|
4872
|
+
colorTertiaryFocus: string;
|
|
4765
4873
|
colorTertiaryDisalbed: string;
|
|
4766
4874
|
waveColorTertiary: string;
|
|
4767
4875
|
textColorTextTertiary: string;
|
|
4876
|
+
rippleColorTertiary: string;
|
|
4768
4877
|
colorQuaternary: string;
|
|
4769
4878
|
colorQuaternaryHover: string;
|
|
4770
4879
|
colorQuaternaryPressed: string;
|
|
4880
|
+
colorQuaternaryFocus: string;
|
|
4881
|
+
rippleColorQuaternary: string;
|
|
4882
|
+
waveColorQuaternary: string;
|
|
4771
4883
|
color: string;
|
|
4772
4884
|
colorHover: string;
|
|
4773
4885
|
colorPressed: string;
|
|
@@ -5056,16 +5168,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5056
5168
|
colorSecondary: string;
|
|
5057
5169
|
colorSecondaryHover: string;
|
|
5058
5170
|
colorSecondaryPressed: string;
|
|
5171
|
+
colorSecondaryFocus: string;
|
|
5172
|
+
colorSecondaryDisabled: string;
|
|
5173
|
+
textColorSecondaryDisabled: string;
|
|
5059
5174
|
waveColorSecondary: string;
|
|
5060
5175
|
colorTertiary: string;
|
|
5061
5176
|
colorTertiaryHover: string;
|
|
5062
5177
|
colorTertiaryPressed: string;
|
|
5178
|
+
colorTertiaryFocus: string;
|
|
5063
5179
|
colorTertiaryDisalbed: string;
|
|
5064
5180
|
waveColorTertiary: string;
|
|
5065
5181
|
textColorTextTertiary: string;
|
|
5182
|
+
rippleColorTertiary: string;
|
|
5066
5183
|
colorQuaternary: string;
|
|
5067
5184
|
colorQuaternaryHover: string;
|
|
5068
5185
|
colorQuaternaryPressed: string;
|
|
5186
|
+
colorQuaternaryFocus: string;
|
|
5187
|
+
rippleColorQuaternary: string;
|
|
5188
|
+
waveColorQuaternary: string;
|
|
5069
5189
|
color: string;
|
|
5070
5190
|
colorHover: string;
|
|
5071
5191
|
colorPressed: string;
|
|
@@ -5661,16 +5781,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5661
5781
|
colorSecondary: string;
|
|
5662
5782
|
colorSecondaryHover: string;
|
|
5663
5783
|
colorSecondaryPressed: string;
|
|
5784
|
+
colorSecondaryFocus: string;
|
|
5785
|
+
colorSecondaryDisabled: string;
|
|
5786
|
+
textColorSecondaryDisabled: string;
|
|
5664
5787
|
waveColorSecondary: string;
|
|
5665
5788
|
colorTertiary: string;
|
|
5666
5789
|
colorTertiaryHover: string;
|
|
5667
5790
|
colorTertiaryPressed: string;
|
|
5791
|
+
colorTertiaryFocus: string;
|
|
5668
5792
|
colorTertiaryDisalbed: string;
|
|
5669
5793
|
waveColorTertiary: string;
|
|
5670
5794
|
textColorTextTertiary: string;
|
|
5795
|
+
rippleColorTertiary: string;
|
|
5671
5796
|
colorQuaternary: string;
|
|
5672
5797
|
colorQuaternaryHover: string;
|
|
5673
5798
|
colorQuaternaryPressed: string;
|
|
5799
|
+
colorQuaternaryFocus: string;
|
|
5800
|
+
rippleColorQuaternary: string;
|
|
5801
|
+
waveColorQuaternary: string;
|
|
5674
5802
|
color: string;
|
|
5675
5803
|
colorHover: string;
|
|
5676
5804
|
colorPressed: string;
|
|
@@ -5894,16 +6022,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5894
6022
|
colorSecondary: string;
|
|
5895
6023
|
colorSecondaryHover: string;
|
|
5896
6024
|
colorSecondaryPressed: string;
|
|
6025
|
+
colorSecondaryFocus: string;
|
|
6026
|
+
colorSecondaryDisabled: string;
|
|
6027
|
+
textColorSecondaryDisabled: string;
|
|
5897
6028
|
waveColorSecondary: string;
|
|
5898
6029
|
colorTertiary: string;
|
|
5899
6030
|
colorTertiaryHover: string;
|
|
5900
6031
|
colorTertiaryPressed: string;
|
|
6032
|
+
colorTertiaryFocus: string;
|
|
5901
6033
|
colorTertiaryDisalbed: string;
|
|
5902
6034
|
waveColorTertiary: string;
|
|
5903
6035
|
textColorTextTertiary: string;
|
|
6036
|
+
rippleColorTertiary: string;
|
|
5904
6037
|
colorQuaternary: string;
|
|
5905
6038
|
colorQuaternaryHover: string;
|
|
5906
6039
|
colorQuaternaryPressed: string;
|
|
6040
|
+
colorQuaternaryFocus: string;
|
|
6041
|
+
rippleColorQuaternary: string;
|
|
6042
|
+
waveColorQuaternary: string;
|
|
5907
6043
|
color: string;
|
|
5908
6044
|
colorHover: string;
|
|
5909
6045
|
colorPressed: string;
|
|
@@ -6338,16 +6474,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6338
6474
|
colorSecondary: string;
|
|
6339
6475
|
colorSecondaryHover: string;
|
|
6340
6476
|
colorSecondaryPressed: string;
|
|
6477
|
+
colorSecondaryFocus: string;
|
|
6478
|
+
colorSecondaryDisabled: string;
|
|
6479
|
+
textColorSecondaryDisabled: string;
|
|
6341
6480
|
waveColorSecondary: string;
|
|
6342
6481
|
colorTertiary: string;
|
|
6343
6482
|
colorTertiaryHover: string;
|
|
6344
6483
|
colorTertiaryPressed: string;
|
|
6484
|
+
colorTertiaryFocus: string;
|
|
6345
6485
|
colorTertiaryDisalbed: string;
|
|
6346
6486
|
waveColorTertiary: string;
|
|
6347
6487
|
textColorTextTertiary: string;
|
|
6488
|
+
rippleColorTertiary: string;
|
|
6348
6489
|
colorQuaternary: string;
|
|
6349
6490
|
colorQuaternaryHover: string;
|
|
6350
6491
|
colorQuaternaryPressed: string;
|
|
6492
|
+
colorQuaternaryFocus: string;
|
|
6493
|
+
rippleColorQuaternary: string;
|
|
6494
|
+
waveColorQuaternary: string;
|
|
6351
6495
|
color: string;
|
|
6352
6496
|
colorHover: string;
|
|
6353
6497
|
colorPressed: string;
|
|
@@ -6571,16 +6715,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6571
6715
|
colorSecondary: string;
|
|
6572
6716
|
colorSecondaryHover: string;
|
|
6573
6717
|
colorSecondaryPressed: string;
|
|
6718
|
+
colorSecondaryFocus: string;
|
|
6719
|
+
colorSecondaryDisabled: string;
|
|
6720
|
+
textColorSecondaryDisabled: string;
|
|
6574
6721
|
waveColorSecondary: string;
|
|
6575
6722
|
colorTertiary: string;
|
|
6576
6723
|
colorTertiaryHover: string;
|
|
6577
6724
|
colorTertiaryPressed: string;
|
|
6725
|
+
colorTertiaryFocus: string;
|
|
6578
6726
|
colorTertiaryDisalbed: string;
|
|
6579
6727
|
waveColorTertiary: string;
|
|
6580
6728
|
textColorTextTertiary: string;
|
|
6729
|
+
rippleColorTertiary: string;
|
|
6581
6730
|
colorQuaternary: string;
|
|
6582
6731
|
colorQuaternaryHover: string;
|
|
6583
6732
|
colorQuaternaryPressed: string;
|
|
6733
|
+
colorQuaternaryFocus: string;
|
|
6734
|
+
rippleColorQuaternary: string;
|
|
6735
|
+
waveColorQuaternary: string;
|
|
6584
6736
|
color: string;
|
|
6585
6737
|
colorHover: string;
|
|
6586
6738
|
colorPressed: string;
|
|
@@ -7015,16 +7167,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7015
7167
|
colorSecondary: string;
|
|
7016
7168
|
colorSecondaryHover: string;
|
|
7017
7169
|
colorSecondaryPressed: string;
|
|
7170
|
+
colorSecondaryFocus: string;
|
|
7171
|
+
colorSecondaryDisabled: string;
|
|
7172
|
+
textColorSecondaryDisabled: string;
|
|
7018
7173
|
waveColorSecondary: string;
|
|
7019
7174
|
colorTertiary: string;
|
|
7020
7175
|
colorTertiaryHover: string;
|
|
7021
7176
|
colorTertiaryPressed: string;
|
|
7177
|
+
colorTertiaryFocus: string;
|
|
7022
7178
|
colorTertiaryDisalbed: string;
|
|
7023
7179
|
waveColorTertiary: string;
|
|
7024
7180
|
textColorTextTertiary: string;
|
|
7181
|
+
rippleColorTertiary: string;
|
|
7025
7182
|
colorQuaternary: string;
|
|
7026
7183
|
colorQuaternaryHover: string;
|
|
7027
7184
|
colorQuaternaryPressed: string;
|
|
7185
|
+
colorQuaternaryFocus: string;
|
|
7186
|
+
rippleColorQuaternary: string;
|
|
7187
|
+
waveColorQuaternary: string;
|
|
7028
7188
|
color: string;
|
|
7029
7189
|
colorHover: string;
|
|
7030
7190
|
colorPressed: string;
|
|
@@ -7248,16 +7408,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7248
7408
|
colorSecondary: string;
|
|
7249
7409
|
colorSecondaryHover: string;
|
|
7250
7410
|
colorSecondaryPressed: string;
|
|
7411
|
+
colorSecondaryFocus: string;
|
|
7412
|
+
colorSecondaryDisabled: string;
|
|
7413
|
+
textColorSecondaryDisabled: string;
|
|
7251
7414
|
waveColorSecondary: string;
|
|
7252
7415
|
colorTertiary: string;
|
|
7253
7416
|
colorTertiaryHover: string;
|
|
7254
7417
|
colorTertiaryPressed: string;
|
|
7418
|
+
colorTertiaryFocus: string;
|
|
7255
7419
|
colorTertiaryDisalbed: string;
|
|
7256
7420
|
waveColorTertiary: string;
|
|
7257
7421
|
textColorTextTertiary: string;
|
|
7422
|
+
rippleColorTertiary: string;
|
|
7258
7423
|
colorQuaternary: string;
|
|
7259
7424
|
colorQuaternaryHover: string;
|
|
7260
7425
|
colorQuaternaryPressed: string;
|
|
7426
|
+
colorQuaternaryFocus: string;
|
|
7427
|
+
rippleColorQuaternary: string;
|
|
7428
|
+
waveColorQuaternary: string;
|
|
7261
7429
|
color: string;
|
|
7262
7430
|
colorHover: string;
|
|
7263
7431
|
colorPressed: string;
|
|
@@ -247,16 +247,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
247
247
|
colorSecondary: string;
|
|
248
248
|
colorSecondaryHover: string;
|
|
249
249
|
colorSecondaryPressed: string;
|
|
250
|
+
colorSecondaryFocus: string;
|
|
251
|
+
colorSecondaryDisabled: string;
|
|
252
|
+
textColorSecondaryDisabled: string;
|
|
250
253
|
waveColorSecondary: string;
|
|
251
254
|
colorTertiary: string;
|
|
252
255
|
colorTertiaryHover: string;
|
|
253
256
|
colorTertiaryPressed: string;
|
|
257
|
+
colorTertiaryFocus: string;
|
|
254
258
|
colorTertiaryDisalbed: string;
|
|
255
259
|
waveColorTertiary: string;
|
|
256
260
|
textColorTextTertiary: string;
|
|
261
|
+
rippleColorTertiary: string;
|
|
257
262
|
colorQuaternary: string;
|
|
258
263
|
colorQuaternaryHover: string;
|
|
259
264
|
colorQuaternaryPressed: string;
|
|
265
|
+
colorQuaternaryFocus: string;
|
|
266
|
+
rippleColorQuaternary: string;
|
|
267
|
+
waveColorQuaternary: string;
|
|
260
268
|
color: string;
|
|
261
269
|
colorHover: string;
|
|
262
270
|
colorPressed: string;
|
|
@@ -480,16 +488,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
480
488
|
colorSecondary: string;
|
|
481
489
|
colorSecondaryHover: string;
|
|
482
490
|
colorSecondaryPressed: string;
|
|
491
|
+
colorSecondaryFocus: string;
|
|
492
|
+
colorSecondaryDisabled: string;
|
|
493
|
+
textColorSecondaryDisabled: string;
|
|
483
494
|
waveColorSecondary: string;
|
|
484
495
|
colorTertiary: string;
|
|
485
496
|
colorTertiaryHover: string;
|
|
486
497
|
colorTertiaryPressed: string;
|
|
498
|
+
colorTertiaryFocus: string;
|
|
487
499
|
colorTertiaryDisalbed: string;
|
|
488
500
|
waveColorTertiary: string;
|
|
489
501
|
textColorTextTertiary: string;
|
|
502
|
+
rippleColorTertiary: string;
|
|
490
503
|
colorQuaternary: string;
|
|
491
504
|
colorQuaternaryHover: string;
|
|
492
505
|
colorQuaternaryPressed: string;
|
|
506
|
+
colorQuaternaryFocus: string;
|
|
507
|
+
rippleColorQuaternary: string;
|
|
508
|
+
waveColorQuaternary: string;
|
|
493
509
|
color: string;
|
|
494
510
|
colorHover: string;
|
|
495
511
|
colorPressed: string;
|
|
@@ -778,16 +794,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
778
794
|
colorSecondary: string;
|
|
779
795
|
colorSecondaryHover: string;
|
|
780
796
|
colorSecondaryPressed: string;
|
|
797
|
+
colorSecondaryFocus: string;
|
|
798
|
+
colorSecondaryDisabled: string;
|
|
799
|
+
textColorSecondaryDisabled: string;
|
|
781
800
|
waveColorSecondary: string;
|
|
782
801
|
colorTertiary: string;
|
|
783
802
|
colorTertiaryHover: string;
|
|
784
803
|
colorTertiaryPressed: string;
|
|
804
|
+
colorTertiaryFocus: string;
|
|
785
805
|
colorTertiaryDisalbed: string;
|
|
786
806
|
waveColorTertiary: string;
|
|
787
807
|
textColorTextTertiary: string;
|
|
808
|
+
rippleColorTertiary: string;
|
|
788
809
|
colorQuaternary: string;
|
|
789
810
|
colorQuaternaryHover: string;
|
|
790
811
|
colorQuaternaryPressed: string;
|
|
812
|
+
colorQuaternaryFocus: string;
|
|
813
|
+
rippleColorQuaternary: string;
|
|
814
|
+
waveColorQuaternary: string;
|
|
791
815
|
color: string;
|
|
792
816
|
colorHover: string;
|
|
793
817
|
colorPressed: string;
|
|
@@ -275,16 +275,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
275
275
|
colorSecondary: string;
|
|
276
276
|
colorSecondaryHover: string;
|
|
277
277
|
colorSecondaryPressed: string;
|
|
278
|
+
colorSecondaryFocus: string;
|
|
279
|
+
colorSecondaryDisabled: string;
|
|
280
|
+
textColorSecondaryDisabled: string;
|
|
278
281
|
waveColorSecondary: string;
|
|
279
282
|
colorTertiary: string;
|
|
280
283
|
colorTertiaryHover: string;
|
|
281
284
|
colorTertiaryPressed: string;
|
|
285
|
+
colorTertiaryFocus: string;
|
|
282
286
|
colorTertiaryDisalbed: string;
|
|
283
287
|
waveColorTertiary: string;
|
|
284
288
|
textColorTextTertiary: string;
|
|
289
|
+
rippleColorTertiary: string;
|
|
285
290
|
colorQuaternary: string;
|
|
286
291
|
colorQuaternaryHover: string;
|
|
287
292
|
colorQuaternaryPressed: string;
|
|
293
|
+
colorQuaternaryFocus: string;
|
|
294
|
+
rippleColorQuaternary: string;
|
|
295
|
+
waveColorQuaternary: string;
|
|
288
296
|
color: string;
|
|
289
297
|
colorHover: string;
|
|
290
298
|
colorPressed: string;
|
|
@@ -508,16 +516,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
508
516
|
colorSecondary: string;
|
|
509
517
|
colorSecondaryHover: string;
|
|
510
518
|
colorSecondaryPressed: string;
|
|
519
|
+
colorSecondaryFocus: string;
|
|
520
|
+
colorSecondaryDisabled: string;
|
|
521
|
+
textColorSecondaryDisabled: string;
|
|
511
522
|
waveColorSecondary: string;
|
|
512
523
|
colorTertiary: string;
|
|
513
524
|
colorTertiaryHover: string;
|
|
514
525
|
colorTertiaryPressed: string;
|
|
526
|
+
colorTertiaryFocus: string;
|
|
515
527
|
colorTertiaryDisalbed: string;
|
|
516
528
|
waveColorTertiary: string;
|
|
517
529
|
textColorTextTertiary: string;
|
|
530
|
+
rippleColorTertiary: string;
|
|
518
531
|
colorQuaternary: string;
|
|
519
532
|
colorQuaternaryHover: string;
|
|
520
533
|
colorQuaternaryPressed: string;
|
|
534
|
+
colorQuaternaryFocus: string;
|
|
535
|
+
rippleColorQuaternary: string;
|
|
536
|
+
waveColorQuaternary: string;
|
|
521
537
|
color: string;
|
|
522
538
|
colorHover: string;
|
|
523
539
|
colorPressed: string;
|
|
@@ -806,16 +822,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
806
822
|
colorSecondary: string;
|
|
807
823
|
colorSecondaryHover: string;
|
|
808
824
|
colorSecondaryPressed: string;
|
|
825
|
+
colorSecondaryFocus: string;
|
|
826
|
+
colorSecondaryDisabled: string;
|
|
827
|
+
textColorSecondaryDisabled: string;
|
|
809
828
|
waveColorSecondary: string;
|
|
810
829
|
colorTertiary: string;
|
|
811
830
|
colorTertiaryHover: string;
|
|
812
831
|
colorTertiaryPressed: string;
|
|
832
|
+
colorTertiaryFocus: string;
|
|
813
833
|
colorTertiaryDisalbed: string;
|
|
814
834
|
waveColorTertiary: string;
|
|
815
835
|
textColorTextTertiary: string;
|
|
836
|
+
rippleColorTertiary: string;
|
|
816
837
|
colorQuaternary: string;
|
|
817
838
|
colorQuaternaryHover: string;
|
|
818
839
|
colorQuaternaryPressed: string;
|
|
840
|
+
colorQuaternaryFocus: string;
|
|
841
|
+
rippleColorQuaternary: string;
|
|
842
|
+
waveColorQuaternary: string;
|
|
819
843
|
color: string;
|
|
820
844
|
colorHover: string;
|
|
821
845
|
colorPressed: string;
|