@uzum-tech/ui 2.0.0-beta.8 → 2.0.0

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.
Files changed (204) hide show
  1. package/dist/index.js +485 -373
  2. package/dist/index.mjs +485 -373
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/_internal/icon/index.d.ts +2 -0
  6. package/es/_internal/icon/index.mjs +2 -1
  7. package/es/_internal/icon/src/UIcon.d.ts +126 -0
  8. package/es/_internal/icon/src/UIcon.mjs +131 -0
  9. package/es/_internal/select-menu/src/SelectOption.mjs +12 -4
  10. package/es/_mixins/use-config.d.ts +2 -1
  11. package/es/_mixins/use-config.mjs +1 -0
  12. package/es/_utils/wrap-component.mjs +3 -1
  13. package/es/auto-complete/src/AutoComplete.d.ts +70 -0
  14. package/es/auto-complete/styles/light.d.ts +7 -0
  15. package/es/carousel/src/Carousel.mjs +39 -13
  16. package/es/chat/src/Chat.d.ts +70 -0
  17. package/es/chat/src/ChatListItems.d.ts +84 -0
  18. package/es/chat/src/ChatMessages.d.ts +84 -0
  19. package/es/chat/src/ChatParts/MainArea.mjs +104 -112
  20. package/es/chat/src/ChatParts/Sidebar.d.ts +14 -0
  21. package/es/chat/src/styles/index.cssr.mjs +24 -10
  22. package/es/chat/styles/dark.d.ts +7 -0
  23. package/es/chat/styles/light.d.ts +7 -0
  24. package/es/chat/styles/light.mjs +1 -0
  25. package/es/color-picker/src/ColorInputUnit.d.ts +7 -0
  26. package/es/color-picker/src/ColorPicker.d.ts +63 -0
  27. package/es/color-picker/styles/light.d.ts +7 -0
  28. package/es/components.d.ts +1146 -39
  29. package/es/config-provider/src/ConfigProvider.d.ts +4 -1
  30. package/es/config-provider/src/ConfigProvider.mjs +8 -0
  31. package/es/config-provider/src/interface.d.ts +1 -1
  32. package/es/config-provider/src/internal-interface.d.ts +8 -0
  33. package/es/data-table/src/DataTable.d.ts +56 -0
  34. package/es/data-table/src/HeaderButton/FilterButton.d.ts +28 -0
  35. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +28 -0
  36. package/es/data-table/src/TableParts/Body.d.ts +28 -0
  37. package/es/data-table/src/TableParts/Header.d.ts +28 -0
  38. package/es/data-table/src/interface.d.ts +21 -0
  39. package/es/data-table/styles/light.d.ts +7 -0
  40. package/es/date-picker/src/DatePicker.d.ts +147 -0
  41. package/es/date-picker/src/panel/date.d.ts +42 -0
  42. package/es/date-picker/src/panel/daterange.d.ts +42 -0
  43. package/es/date-picker/src/panel/datetime.d.ts +42 -0
  44. package/es/date-picker/src/panel/datetimerange.d.ts +42 -0
  45. package/es/date-picker/src/panel/panelMonth.d.ts +168 -0
  46. package/es/date-picker/src/panel/panelMonthContent.d.ts +42 -0
  47. package/es/date-picker/src/panel/panelYear.d.ts +168 -0
  48. package/es/date-picker/src/panel/panelYearContent.d.ts +42 -0
  49. package/es/date-picker/src/panel/use-calendar.d.ts +42 -0
  50. package/es/date-picker/src/panel/use-dual-calendar.d.ts +42 -0
  51. package/es/date-picker/src/panel/use-panel-common.d.ts +42 -0
  52. package/es/date-picker/styles/light.d.ts +14 -0
  53. package/es/date-picker-v2/src/DatePickerV2.d.ts +70 -0
  54. package/es/date-picker-v2/styles/dark.d.ts +7 -0
  55. package/es/date-picker-v2/styles/light.d.ts +7 -0
  56. package/es/dialog/src/DialogEnvironment.mjs +1 -2
  57. package/es/dynamic-input/src/DynamicInput.d.ts +70 -0
  58. package/es/dynamic-input/src/InputPreset.d.ts +14 -0
  59. package/es/dynamic-input/src/PairPreset.d.ts +14 -0
  60. package/es/dynamic-input/styles/light.d.ts +7 -0
  61. package/es/dynamic-tags/src/DynamicTags.d.ts +70 -0
  62. package/es/dynamic-tags/styles/light.d.ts +7 -0
  63. package/es/icon/src/Icon.d.ts +2 -109
  64. package/es/icon/src/Icon.mjs +1 -93
  65. package/es/input/src/Input.d.ts +77 -0
  66. package/es/input/src/Input.mjs +15 -0
  67. package/es/input/src/InputGroupLabel.d.ts +63 -0
  68. package/es/input/src/styles/input.cssr.mjs +1 -1
  69. package/es/input/styles/light.d.ts +7 -0
  70. package/es/input/styles/light.mjs +11 -0
  71. package/es/input-number/src/InputNumber.d.ts +70 -0
  72. package/es/input-number/styles/light.d.ts +7 -0
  73. package/es/input-otp/src/InputOtp.d.ts +70 -0
  74. package/es/input-otp/styles/light.d.ts +7 -0
  75. package/es/legacy-transfer/src/Transfer.d.ts +70 -0
  76. package/es/legacy-transfer/src/TransferFilter.d.ts +14 -0
  77. package/es/legacy-transfer/src/TransferList.d.ts +14 -0
  78. package/es/legacy-transfer/src/TransferListItem.d.ts +14 -0
  79. package/es/legacy-transfer/styles/light.d.ts +7 -0
  80. package/es/mapping-card/src/MappingCard.d.ts +9 -0
  81. package/es/mapping-card/src/MappingCardParts/Header.mjs +1 -1
  82. package/es/mapping-card/src/interface.d.ts +5 -0
  83. package/es/mapping-card/src/interface.mjs +4 -0
  84. package/es/mention/src/Mention.d.ts +70 -0
  85. package/es/mention/styles/light.d.ts +7 -0
  86. package/es/modal/src/BodyWrapper.d.ts +0 -3
  87. package/es/modal/src/Modal.d.ts +13 -7
  88. package/es/modal/src/Modal.mjs +5 -2
  89. package/es/modal/src/ModalEnvironment.d.ts +9 -5
  90. package/es/modal/src/presetProps.d.ts +1 -2
  91. package/es/modal/src/presetProps.mjs +0 -1
  92. package/es/pagination/src/Pagination.d.ts +70 -0
  93. package/es/pagination/styles/light.d.ts +7 -0
  94. package/es/time-picker/src/Panel.d.ts +14 -0
  95. package/es/time-picker/src/TimePicker.d.ts +70 -0
  96. package/es/time-picker/styles/light.d.ts +7 -0
  97. package/es/transfer/src/Transfer.d.ts +70 -0
  98. package/es/transfer/src/TransferFilter.d.ts +14 -0
  99. package/es/transfer/src/TransferList.d.ts +14 -0
  100. package/es/transfer/src/TransferListItem.d.ts +14 -0
  101. package/es/transfer/styles/light.d.ts +7 -0
  102. package/es/version.d.ts +1 -1
  103. package/es/version.mjs +1 -1
  104. package/lib/_internal/icon/index.d.ts +2 -0
  105. package/lib/_internal/icon/index.js +4 -1
  106. package/lib/_internal/icon/src/UIcon.d.ts +126 -0
  107. package/lib/_internal/icon/src/UIcon.js +108 -0
  108. package/lib/_internal/select-menu/src/SelectOption.js +8 -4
  109. package/lib/_mixins/use-config.d.ts +2 -1
  110. package/lib/_mixins/use-config.js +1 -0
  111. package/lib/_utils/wrap-component.js +3 -1
  112. package/lib/auto-complete/src/AutoComplete.d.ts +70 -0
  113. package/lib/auto-complete/styles/light.d.ts +7 -0
  114. package/lib/carousel/src/Carousel.js +26 -13
  115. package/lib/chat/src/Chat.d.ts +70 -0
  116. package/lib/chat/src/ChatListItems.d.ts +84 -0
  117. package/lib/chat/src/ChatMessages.d.ts +84 -0
  118. package/lib/chat/src/ChatParts/MainArea.js +53 -61
  119. package/lib/chat/src/ChatParts/Sidebar.d.ts +14 -0
  120. package/lib/chat/src/styles/index.cssr.js +24 -10
  121. package/lib/chat/styles/dark.d.ts +7 -0
  122. package/lib/chat/styles/light.d.ts +7 -0
  123. package/lib/chat/styles/light.js +1 -1
  124. package/lib/color-picker/src/ColorInputUnit.d.ts +7 -0
  125. package/lib/color-picker/src/ColorPicker.d.ts +63 -0
  126. package/lib/color-picker/styles/light.d.ts +7 -0
  127. package/lib/components.d.ts +1146 -39
  128. package/lib/config-provider/src/ConfigProvider.d.ts +4 -1
  129. package/lib/config-provider/src/ConfigProvider.js +8 -0
  130. package/lib/config-provider/src/interface.d.ts +1 -1
  131. package/lib/config-provider/src/internal-interface.d.ts +8 -0
  132. package/lib/data-table/src/DataTable.d.ts +56 -0
  133. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +28 -0
  134. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +28 -0
  135. package/lib/data-table/src/TableParts/Body.d.ts +28 -0
  136. package/lib/data-table/src/TableParts/Header.d.ts +28 -0
  137. package/lib/data-table/src/interface.d.ts +21 -0
  138. package/lib/data-table/styles/light.d.ts +7 -0
  139. package/lib/date-picker/src/DatePicker.d.ts +147 -0
  140. package/lib/date-picker/src/panel/date.d.ts +42 -0
  141. package/lib/date-picker/src/panel/daterange.d.ts +42 -0
  142. package/lib/date-picker/src/panel/datetime.d.ts +42 -0
  143. package/lib/date-picker/src/panel/datetimerange.d.ts +42 -0
  144. package/lib/date-picker/src/panel/panelMonth.d.ts +168 -0
  145. package/lib/date-picker/src/panel/panelMonthContent.d.ts +42 -0
  146. package/lib/date-picker/src/panel/panelYear.d.ts +168 -0
  147. package/lib/date-picker/src/panel/panelYearContent.d.ts +42 -0
  148. package/lib/date-picker/src/panel/use-calendar.d.ts +42 -0
  149. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +42 -0
  150. package/lib/date-picker/src/panel/use-panel-common.d.ts +42 -0
  151. package/lib/date-picker/styles/light.d.ts +14 -0
  152. package/lib/date-picker-v2/src/DatePickerV2.d.ts +70 -0
  153. package/lib/date-picker-v2/styles/dark.d.ts +7 -0
  154. package/lib/date-picker-v2/styles/light.d.ts +7 -0
  155. package/lib/dialog/src/DialogEnvironment.js +1 -1
  156. package/lib/dynamic-input/src/DynamicInput.d.ts +70 -0
  157. package/lib/dynamic-input/src/InputPreset.d.ts +14 -0
  158. package/lib/dynamic-input/src/PairPreset.d.ts +14 -0
  159. package/lib/dynamic-input/styles/light.d.ts +7 -0
  160. package/lib/dynamic-tags/src/DynamicTags.d.ts +70 -0
  161. package/lib/dynamic-tags/styles/light.d.ts +7 -0
  162. package/lib/icon/src/Icon.d.ts +2 -109
  163. package/lib/icon/src/Icon.js +3 -73
  164. package/lib/input/src/Input.d.ts +77 -0
  165. package/lib/input/src/Input.js +9 -1
  166. package/lib/input/src/InputGroupLabel.d.ts +63 -0
  167. package/lib/input/src/styles/input.cssr.js +1 -1
  168. package/lib/input/styles/light.d.ts +7 -0
  169. package/lib/input/styles/light.js +11 -1
  170. package/lib/input-number/src/InputNumber.d.ts +70 -0
  171. package/lib/input-number/styles/light.d.ts +7 -0
  172. package/lib/input-otp/src/InputOtp.d.ts +70 -0
  173. package/lib/input-otp/styles/light.d.ts +7 -0
  174. package/lib/legacy-transfer/src/Transfer.d.ts +70 -0
  175. package/lib/legacy-transfer/src/TransferFilter.d.ts +14 -0
  176. package/lib/legacy-transfer/src/TransferList.d.ts +14 -0
  177. package/lib/legacy-transfer/src/TransferListItem.d.ts +14 -0
  178. package/lib/legacy-transfer/styles/light.d.ts +7 -0
  179. package/lib/mapping-card/src/MappingCard.d.ts +9 -0
  180. package/lib/mapping-card/src/MappingCardParts/Header.js +2 -2
  181. package/lib/mapping-card/src/interface.d.ts +5 -0
  182. package/lib/mapping-card/src/interface.js +4 -0
  183. package/lib/mention/src/Mention.d.ts +70 -0
  184. package/lib/mention/styles/light.d.ts +7 -0
  185. package/lib/modal/src/BodyWrapper.d.ts +0 -3
  186. package/lib/modal/src/Modal.d.ts +13 -7
  187. package/lib/modal/src/Modal.js +5 -2
  188. package/lib/modal/src/ModalEnvironment.d.ts +9 -5
  189. package/lib/modal/src/presetProps.d.ts +1 -2
  190. package/lib/modal/src/presetProps.js +1 -1
  191. package/lib/pagination/src/Pagination.d.ts +70 -0
  192. package/lib/pagination/styles/light.d.ts +7 -0
  193. package/lib/time-picker/src/Panel.d.ts +14 -0
  194. package/lib/time-picker/src/TimePicker.d.ts +70 -0
  195. package/lib/time-picker/styles/light.d.ts +7 -0
  196. package/lib/transfer/src/Transfer.d.ts +70 -0
  197. package/lib/transfer/src/TransferFilter.d.ts +14 -0
  198. package/lib/transfer/src/TransferList.d.ts +14 -0
  199. package/lib/transfer/src/TransferListItem.d.ts +14 -0
  200. package/lib/transfer/styles/light.d.ts +7 -0
  201. package/lib/version.d.ts +1 -1
  202. package/lib/version.js +1 -1
  203. package/package.json +8 -1
  204. package/web-types.json +18 -1
@@ -1333,6 +1333,13 @@ export declare const UAutoComplete: import("vue").DefineComponent<import("vue").
1333
1333
  borderFocus: string;
1334
1334
  boxShadowFocus: string;
1335
1335
  loadingColor: string;
1336
+ loadingColorSuccess: string;
1337
+ borderSuccess: string;
1338
+ borderHoverSuccess: string;
1339
+ colorFocusSuccess: string;
1340
+ borderFocusSuccess: string;
1341
+ boxShadowFocusSuccess: string;
1342
+ caretColorSuccess: string;
1336
1343
  loadingColorWarning: string;
1337
1344
  borderWarning: string;
1338
1345
  borderHoverWarning: string;
@@ -1466,6 +1473,13 @@ export declare const UAutoComplete: import("vue").DefineComponent<import("vue").
1466
1473
  borderFocus: string;
1467
1474
  boxShadowFocus: string;
1468
1475
  loadingColor: string;
1476
+ loadingColorSuccess: string;
1477
+ borderSuccess: string;
1478
+ borderHoverSuccess: string;
1479
+ colorFocusSuccess: string;
1480
+ borderFocusSuccess: string;
1481
+ boxShadowFocusSuccess: string;
1482
+ caretColorSuccess: string;
1469
1483
  loadingColorWarning: string;
1470
1484
  borderWarning: string;
1471
1485
  borderHoverWarning: string;
@@ -1599,6 +1613,13 @@ export declare const UAutoComplete: import("vue").DefineComponent<import("vue").
1599
1613
  borderFocus: string;
1600
1614
  boxShadowFocus: string;
1601
1615
  loadingColor: string;
1616
+ loadingColorSuccess: string;
1617
+ borderSuccess: string;
1618
+ borderHoverSuccess: string;
1619
+ colorFocusSuccess: string;
1620
+ borderFocusSuccess: string;
1621
+ boxShadowFocusSuccess: string;
1622
+ caretColorSuccess: string;
1602
1623
  loadingColorWarning: string;
1603
1624
  borderWarning: string;
1604
1625
  borderHoverWarning: string;
@@ -1811,6 +1832,13 @@ export declare const UAutoComplete: import("vue").DefineComponent<import("vue").
1811
1832
  borderFocus: string;
1812
1833
  boxShadowFocus: string;
1813
1834
  loadingColor: string;
1835
+ loadingColorSuccess: string;
1836
+ borderSuccess: string;
1837
+ borderHoverSuccess: string;
1838
+ colorFocusSuccess: string;
1839
+ borderFocusSuccess: string;
1840
+ boxShadowFocusSuccess: string;
1841
+ caretColorSuccess: string;
1814
1842
  loadingColorWarning: string;
1815
1843
  borderWarning: string;
1816
1844
  borderHoverWarning: string;
@@ -2055,6 +2083,13 @@ export declare const UAutoComplete: import("vue").DefineComponent<import("vue").
2055
2083
  borderFocus: string;
2056
2084
  boxShadowFocus: string;
2057
2085
  loadingColor: string;
2086
+ loadingColorSuccess: string;
2087
+ borderSuccess: string;
2088
+ borderHoverSuccess: string;
2089
+ colorFocusSuccess: string;
2090
+ borderFocusSuccess: string;
2091
+ boxShadowFocusSuccess: string;
2092
+ caretColorSuccess: string;
2058
2093
  loadingColorWarning: string;
2059
2094
  borderWarning: string;
2060
2095
  borderHoverWarning: string;
@@ -2188,6 +2223,13 @@ export declare const UAutoComplete: import("vue").DefineComponent<import("vue").
2188
2223
  borderFocus: string;
2189
2224
  boxShadowFocus: string;
2190
2225
  loadingColor: string;
2226
+ loadingColorSuccess: string;
2227
+ borderSuccess: string;
2228
+ borderHoverSuccess: string;
2229
+ colorFocusSuccess: string;
2230
+ borderFocusSuccess: string;
2231
+ boxShadowFocusSuccess: string;
2232
+ caretColorSuccess: string;
2191
2233
  loadingColorWarning: string;
2192
2234
  borderWarning: string;
2193
2235
  borderHoverWarning: string;
@@ -2321,6 +2363,13 @@ export declare const UAutoComplete: import("vue").DefineComponent<import("vue").
2321
2363
  borderFocus: string;
2322
2364
  boxShadowFocus: string;
2323
2365
  loadingColor: string;
2366
+ loadingColorSuccess: string;
2367
+ borderSuccess: string;
2368
+ borderHoverSuccess: string;
2369
+ colorFocusSuccess: string;
2370
+ borderFocusSuccess: string;
2371
+ boxShadowFocusSuccess: string;
2372
+ caretColorSuccess: string;
2324
2373
  loadingColorWarning: string;
2325
2374
  borderWarning: string;
2326
2375
  borderHoverWarning: string;
@@ -11001,6 +11050,13 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
11001
11050
  borderFocus: string;
11002
11051
  boxShadowFocus: string;
11003
11052
  loadingColor: string;
11053
+ loadingColorSuccess: string;
11054
+ borderSuccess: string;
11055
+ borderHoverSuccess: string;
11056
+ colorFocusSuccess: string;
11057
+ borderFocusSuccess: string;
11058
+ boxShadowFocusSuccess: string;
11059
+ caretColorSuccess: string;
11004
11060
  loadingColorWarning: string;
11005
11061
  borderWarning: string;
11006
11062
  borderHoverWarning: string;
@@ -11699,6 +11755,13 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
11699
11755
  borderFocus: string;
11700
11756
  boxShadowFocus: string;
11701
11757
  loadingColor: string;
11758
+ loadingColorSuccess: string;
11759
+ borderSuccess: string;
11760
+ borderHoverSuccess: string;
11761
+ colorFocusSuccess: string;
11762
+ borderFocusSuccess: string;
11763
+ boxShadowFocusSuccess: string;
11764
+ caretColorSuccess: string;
11702
11765
  loadingColorWarning: string;
11703
11766
  borderWarning: string;
11704
11767
  borderHoverWarning: string;
@@ -12397,6 +12460,13 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
12397
12460
  borderFocus: string;
12398
12461
  boxShadowFocus: string;
12399
12462
  loadingColor: string;
12463
+ loadingColorSuccess: string;
12464
+ borderSuccess: string;
12465
+ borderHoverSuccess: string;
12466
+ colorFocusSuccess: string;
12467
+ borderFocusSuccess: string;
12468
+ boxShadowFocusSuccess: string;
12469
+ caretColorSuccess: string;
12400
12470
  loadingColorWarning: string;
12401
12471
  borderWarning: string;
12402
12472
  borderHoverWarning: string;
@@ -13100,6 +13170,13 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
13100
13170
  borderFocus: string;
13101
13171
  boxShadowFocus: string;
13102
13172
  loadingColor: string;
13173
+ loadingColorSuccess: string;
13174
+ borderSuccess: string;
13175
+ borderHoverSuccess: string;
13176
+ colorFocusSuccess: string;
13177
+ borderFocusSuccess: string;
13178
+ boxShadowFocusSuccess: string;
13179
+ caretColorSuccess: string;
13103
13180
  loadingColorWarning: string;
13104
13181
  borderWarning: string;
13105
13182
  borderHoverWarning: string;
@@ -14409,6 +14486,13 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
14409
14486
  borderFocus: string;
14410
14487
  boxShadowFocus: string;
14411
14488
  loadingColor: string;
14489
+ loadingColorSuccess: string;
14490
+ borderSuccess: string;
14491
+ borderHoverSuccess: string;
14492
+ colorFocusSuccess: string;
14493
+ borderFocusSuccess: string;
14494
+ boxShadowFocusSuccess: string;
14495
+ caretColorSuccess: string;
14412
14496
  loadingColorWarning: string;
14413
14497
  borderWarning: string;
14414
14498
  borderHoverWarning: string;
@@ -15107,6 +15191,13 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
15107
15191
  borderFocus: string;
15108
15192
  boxShadowFocus: string;
15109
15193
  loadingColor: string;
15194
+ loadingColorSuccess: string;
15195
+ borderSuccess: string;
15196
+ borderHoverSuccess: string;
15197
+ colorFocusSuccess: string;
15198
+ borderFocusSuccess: string;
15199
+ boxShadowFocusSuccess: string;
15200
+ caretColorSuccess: string;
15110
15201
  loadingColorWarning: string;
15111
15202
  borderWarning: string;
15112
15203
  borderHoverWarning: string;
@@ -15805,6 +15896,13 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
15805
15896
  borderFocus: string;
15806
15897
  boxShadowFocus: string;
15807
15898
  loadingColor: string;
15899
+ loadingColorSuccess: string;
15900
+ borderSuccess: string;
15901
+ borderHoverSuccess: string;
15902
+ colorFocusSuccess: string;
15903
+ borderFocusSuccess: string;
15904
+ boxShadowFocusSuccess: string;
15905
+ caretColorSuccess: string;
15808
15906
  loadingColorWarning: string;
15809
15907
  borderWarning: string;
15810
15908
  borderHoverWarning: string;
@@ -16624,6 +16722,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
16624
16722
  borderFocus: string;
16625
16723
  boxShadowFocus: string;
16626
16724
  loadingColor: string;
16725
+ loadingColorSuccess: string;
16726
+ borderSuccess: string;
16727
+ borderHoverSuccess: string;
16728
+ colorFocusSuccess: string;
16729
+ borderFocusSuccess: string;
16730
+ boxShadowFocusSuccess: string;
16731
+ caretColorSuccess: string;
16627
16732
  loadingColorWarning: string;
16628
16733
  borderWarning: string;
16629
16734
  borderHoverWarning: string;
@@ -17322,6 +17427,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
17322
17427
  borderFocus: string;
17323
17428
  boxShadowFocus: string;
17324
17429
  loadingColor: string;
17430
+ loadingColorSuccess: string;
17431
+ borderSuccess: string;
17432
+ borderHoverSuccess: string;
17433
+ colorFocusSuccess: string;
17434
+ borderFocusSuccess: string;
17435
+ boxShadowFocusSuccess: string;
17436
+ caretColorSuccess: string;
17325
17437
  loadingColorWarning: string;
17326
17438
  borderWarning: string;
17327
17439
  borderHoverWarning: string;
@@ -18020,6 +18132,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
18020
18132
  borderFocus: string;
18021
18133
  boxShadowFocus: string;
18022
18134
  loadingColor: string;
18135
+ loadingColorSuccess: string;
18136
+ borderSuccess: string;
18137
+ borderHoverSuccess: string;
18138
+ colorFocusSuccess: string;
18139
+ borderFocusSuccess: string;
18140
+ boxShadowFocusSuccess: string;
18141
+ caretColorSuccess: string;
18023
18142
  loadingColorWarning: string;
18024
18143
  borderWarning: string;
18025
18144
  borderHoverWarning: string;
@@ -18723,6 +18842,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
18723
18842
  borderFocus: string;
18724
18843
  boxShadowFocus: string;
18725
18844
  loadingColor: string;
18845
+ loadingColorSuccess: string;
18846
+ borderSuccess: string;
18847
+ borderHoverSuccess: string;
18848
+ colorFocusSuccess: string;
18849
+ borderFocusSuccess: string;
18850
+ boxShadowFocusSuccess: string;
18851
+ caretColorSuccess: string;
18726
18852
  loadingColorWarning: string;
18727
18853
  borderWarning: string;
18728
18854
  borderHoverWarning: string;
@@ -19678,6 +19804,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
19678
19804
  borderFocus: string;
19679
19805
  boxShadowFocus: string;
19680
19806
  loadingColor: string;
19807
+ loadingColorSuccess: string;
19808
+ borderSuccess: string;
19809
+ borderHoverSuccess: string;
19810
+ colorFocusSuccess: string;
19811
+ borderFocusSuccess: string;
19812
+ boxShadowFocusSuccess: string;
19813
+ caretColorSuccess: string;
19681
19814
  loadingColorWarning: string;
19682
19815
  borderWarning: string;
19683
19816
  borderHoverWarning: string;
@@ -20633,6 +20766,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
20633
20766
  borderFocus: string;
20634
20767
  boxShadowFocus: string;
20635
20768
  loadingColor: string;
20769
+ loadingColorSuccess: string;
20770
+ borderSuccess: string;
20771
+ borderHoverSuccess: string;
20772
+ colorFocusSuccess: string;
20773
+ borderFocusSuccess: string;
20774
+ boxShadowFocusSuccess: string;
20775
+ caretColorSuccess: string;
20636
20776
  loadingColorWarning: string;
20637
20777
  borderWarning: string;
20638
20778
  borderHoverWarning: string;
@@ -21656,6 +21796,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
21656
21796
  borderFocus: string;
21657
21797
  boxShadowFocus: string;
21658
21798
  loadingColor: string;
21799
+ loadingColorSuccess: string;
21800
+ borderSuccess: string;
21801
+ borderHoverSuccess: string;
21802
+ colorFocusSuccess: string;
21803
+ borderFocusSuccess: string;
21804
+ boxShadowFocusSuccess: string;
21805
+ caretColorSuccess: string;
21659
21806
  loadingColorWarning: string;
21660
21807
  borderWarning: string;
21661
21808
  borderHoverWarning: string;
@@ -22354,6 +22501,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
22354
22501
  borderFocus: string;
22355
22502
  boxShadowFocus: string;
22356
22503
  loadingColor: string;
22504
+ loadingColorSuccess: string;
22505
+ borderSuccess: string;
22506
+ borderHoverSuccess: string;
22507
+ colorFocusSuccess: string;
22508
+ borderFocusSuccess: string;
22509
+ boxShadowFocusSuccess: string;
22510
+ caretColorSuccess: string;
22357
22511
  loadingColorWarning: string;
22358
22512
  borderWarning: string;
22359
22513
  borderHoverWarning: string;
@@ -23052,6 +23206,13 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
23052
23206
  borderFocus: string;
23053
23207
  boxShadowFocus: string;
23054
23208
  loadingColor: string;
23209
+ loadingColorSuccess: string;
23210
+ borderSuccess: string;
23211
+ borderHoverSuccess: string;
23212
+ colorFocusSuccess: string;
23213
+ borderFocusSuccess: string;
23214
+ boxShadowFocusSuccess: string;
23215
+ caretColorSuccess: string;
23055
23216
  loadingColorWarning: string;
23056
23217
  borderWarning: string;
23057
23218
  borderHoverWarning: string;
@@ -23812,6 +23973,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
23812
23973
  borderFocus: string;
23813
23974
  boxShadowFocus: string;
23814
23975
  loadingColor: string;
23976
+ loadingColorSuccess: string;
23977
+ borderSuccess: string;
23978
+ borderHoverSuccess: string;
23979
+ colorFocusSuccess: string;
23980
+ borderFocusSuccess: string;
23981
+ boxShadowFocusSuccess: string;
23982
+ caretColorSuccess: string;
23815
23983
  loadingColorWarning: string;
23816
23984
  borderWarning: string;
23817
23985
  borderHoverWarning: string;
@@ -24510,6 +24678,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
24510
24678
  borderFocus: string;
24511
24679
  boxShadowFocus: string;
24512
24680
  loadingColor: string;
24681
+ loadingColorSuccess: string;
24682
+ borderSuccess: string;
24683
+ borderHoverSuccess: string;
24684
+ colorFocusSuccess: string;
24685
+ borderFocusSuccess: string;
24686
+ boxShadowFocusSuccess: string;
24687
+ caretColorSuccess: string;
24513
24688
  loadingColorWarning: string;
24514
24689
  borderWarning: string;
24515
24690
  borderHoverWarning: string;
@@ -25208,6 +25383,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
25208
25383
  borderFocus: string;
25209
25384
  boxShadowFocus: string;
25210
25385
  loadingColor: string;
25386
+ loadingColorSuccess: string;
25387
+ borderSuccess: string;
25388
+ borderHoverSuccess: string;
25389
+ colorFocusSuccess: string;
25390
+ borderFocusSuccess: string;
25391
+ boxShadowFocusSuccess: string;
25392
+ caretColorSuccess: string;
25211
25393
  loadingColorWarning: string;
25212
25394
  borderWarning: string;
25213
25395
  borderHoverWarning: string;
@@ -25911,6 +26093,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
25911
26093
  borderFocus: string;
25912
26094
  boxShadowFocus: string;
25913
26095
  loadingColor: string;
26096
+ loadingColorSuccess: string;
26097
+ borderSuccess: string;
26098
+ borderHoverSuccess: string;
26099
+ colorFocusSuccess: string;
26100
+ borderFocusSuccess: string;
26101
+ boxShadowFocusSuccess: string;
26102
+ caretColorSuccess: string;
25914
26103
  loadingColorWarning: string;
25915
26104
  borderWarning: string;
25916
26105
  borderHoverWarning: string;
@@ -26866,6 +27055,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
26866
27055
  borderFocus: string;
26867
27056
  boxShadowFocus: string;
26868
27057
  loadingColor: string;
27058
+ loadingColorSuccess: string;
27059
+ borderSuccess: string;
27060
+ borderHoverSuccess: string;
27061
+ colorFocusSuccess: string;
27062
+ borderFocusSuccess: string;
27063
+ boxShadowFocusSuccess: string;
27064
+ caretColorSuccess: string;
26869
27065
  loadingColorWarning: string;
26870
27066
  borderWarning: string;
26871
27067
  borderHoverWarning: string;
@@ -27821,6 +28017,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
27821
28017
  borderFocus: string;
27822
28018
  boxShadowFocus: string;
27823
28019
  loadingColor: string;
28020
+ loadingColorSuccess: string;
28021
+ borderSuccess: string;
28022
+ borderHoverSuccess: string;
28023
+ colorFocusSuccess: string;
28024
+ borderFocusSuccess: string;
28025
+ boxShadowFocusSuccess: string;
28026
+ caretColorSuccess: string;
27824
28027
  loadingColorWarning: string;
27825
28028
  borderWarning: string;
27826
28029
  borderHoverWarning: string;
@@ -28863,6 +29066,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
28863
29066
  borderFocus: string;
28864
29067
  boxShadowFocus: string;
28865
29068
  loadingColor: string;
29069
+ loadingColorSuccess: string;
29070
+ borderSuccess: string;
29071
+ borderHoverSuccess: string;
29072
+ colorFocusSuccess: string;
29073
+ borderFocusSuccess: string;
29074
+ boxShadowFocusSuccess: string;
29075
+ caretColorSuccess: string;
28866
29076
  loadingColorWarning: string;
28867
29077
  borderWarning: string;
28868
29078
  borderHoverWarning: string;
@@ -29561,6 +29771,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
29561
29771
  borderFocus: string;
29562
29772
  boxShadowFocus: string;
29563
29773
  loadingColor: string;
29774
+ loadingColorSuccess: string;
29775
+ borderSuccess: string;
29776
+ borderHoverSuccess: string;
29777
+ colorFocusSuccess: string;
29778
+ borderFocusSuccess: string;
29779
+ boxShadowFocusSuccess: string;
29780
+ caretColorSuccess: string;
29564
29781
  loadingColorWarning: string;
29565
29782
  borderWarning: string;
29566
29783
  borderHoverWarning: string;
@@ -30259,6 +30476,13 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
30259
30476
  borderFocus: string;
30260
30477
  boxShadowFocus: string;
30261
30478
  loadingColor: string;
30479
+ loadingColorSuccess: string;
30480
+ borderSuccess: string;
30481
+ borderHoverSuccess: string;
30482
+ colorFocusSuccess: string;
30483
+ borderFocusSuccess: string;
30484
+ boxShadowFocusSuccess: string;
30485
+ caretColorSuccess: string;
30262
30486
  loadingColorWarning: string;
30263
30487
  borderWarning: string;
30264
30488
  borderHoverWarning: string;
@@ -32068,6 +32292,13 @@ export declare const UColorPicker: import("vue").DefineComponent<import("vue").E
32068
32292
  borderFocus: string;
32069
32293
  boxShadowFocus: string;
32070
32294
  loadingColor: string;
32295
+ loadingColorSuccess: string;
32296
+ borderSuccess: string;
32297
+ borderHoverSuccess: string;
32298
+ colorFocusSuccess: string;
32299
+ borderFocusSuccess: string;
32300
+ boxShadowFocusSuccess: string;
32301
+ caretColorSuccess: string;
32071
32302
  loadingColorWarning: string;
32072
32303
  borderWarning: string;
32073
32304
  borderHoverWarning: string;
@@ -32372,6 +32603,13 @@ export declare const UColorPicker: import("vue").DefineComponent<import("vue").E
32372
32603
  borderFocus: string;
32373
32604
  boxShadowFocus: string;
32374
32605
  loadingColor: string;
32606
+ loadingColorSuccess: string;
32607
+ borderSuccess: string;
32608
+ borderHoverSuccess: string;
32609
+ colorFocusSuccess: string;
32610
+ borderFocusSuccess: string;
32611
+ boxShadowFocusSuccess: string;
32612
+ caretColorSuccess: string;
32375
32613
  loadingColorWarning: string;
32376
32614
  borderWarning: string;
32377
32615
  borderHoverWarning: string;
@@ -32676,6 +32914,13 @@ export declare const UColorPicker: import("vue").DefineComponent<import("vue").E
32676
32914
  borderFocus: string;
32677
32915
  boxShadowFocus: string;
32678
32916
  loadingColor: string;
32917
+ loadingColorSuccess: string;
32918
+ borderSuccess: string;
32919
+ borderHoverSuccess: string;
32920
+ colorFocusSuccess: string;
32921
+ borderFocusSuccess: string;
32922
+ boxShadowFocusSuccess: string;
32923
+ caretColorSuccess: string;
32679
32924
  loadingColorWarning: string;
32680
32925
  borderWarning: string;
32681
32926
  borderHoverWarning: string;
@@ -33056,6 +33301,13 @@ export declare const UColorPicker: import("vue").DefineComponent<import("vue").E
33056
33301
  borderFocus: string;
33057
33302
  boxShadowFocus: string;
33058
33303
  loadingColor: string;
33304
+ loadingColorSuccess: string;
33305
+ borderSuccess: string;
33306
+ borderHoverSuccess: string;
33307
+ colorFocusSuccess: string;
33308
+ borderFocusSuccess: string;
33309
+ boxShadowFocusSuccess: string;
33310
+ caretColorSuccess: string;
33059
33311
  loadingColorWarning: string;
33060
33312
  borderWarning: string;
33061
33313
  borderHoverWarning: string;
@@ -33360,6 +33612,13 @@ export declare const UColorPicker: import("vue").DefineComponent<import("vue").E
33360
33612
  borderFocus: string;
33361
33613
  boxShadowFocus: string;
33362
33614
  loadingColor: string;
33615
+ loadingColorSuccess: string;
33616
+ borderSuccess: string;
33617
+ borderHoverSuccess: string;
33618
+ colorFocusSuccess: string;
33619
+ borderFocusSuccess: string;
33620
+ boxShadowFocusSuccess: string;
33621
+ caretColorSuccess: string;
33363
33622
  loadingColorWarning: string;
33364
33623
  borderWarning: string;
33365
33624
  borderHoverWarning: string;
@@ -33664,6 +33923,13 @@ export declare const UColorPicker: import("vue").DefineComponent<import("vue").E
33664
33923
  borderFocus: string;
33665
33924
  boxShadowFocus: string;
33666
33925
  loadingColor: string;
33926
+ loadingColorSuccess: string;
33927
+ borderSuccess: string;
33928
+ borderHoverSuccess: string;
33929
+ colorFocusSuccess: string;
33930
+ borderFocusSuccess: string;
33931
+ boxShadowFocusSuccess: string;
33932
+ caretColorSuccess: string;
33667
33933
  loadingColorWarning: string;
33668
33934
  borderWarning: string;
33669
33935
  borderHoverWarning: string;
@@ -33945,6 +34211,7 @@ export declare const UConfigProvider: import("vue").DefineComponent<import("vue"
33945
34211
  readonly themeOverrides: import("vue").PropType<import("./config-provider").GlobalThemeOverrides | null>;
33946
34212
  readonly componentOptions: import("vue").PropType<import("./config-provider").GlobalComponentConfig>;
33947
34213
  readonly icons: import("vue").PropType<import("./config-provider").GlobalIconConfig>;
34214
+ readonly iconPacks: import("vue").PropType<import("./config-provider").IconPacksConfig>;
33948
34215
  readonly breakpoints: import("vue").PropType<import("./config-provider/src/internal-interface").Breakpoints>;
33949
34216
  readonly breakpointProps: import("vue").PropType<import("./config-provider").BreakpointProps>;
33950
34217
  readonly breakpointThemeOverrides: import("vue").PropType<import("./config-provider").BreakpointThemeOverrides>;
@@ -33994,6 +34261,7 @@ export declare const UConfigProvider: import("vue").DefineComponent<import("vue"
33994
34261
  readonly themeOverrides: import("vue").PropType<import("./config-provider").GlobalThemeOverrides | null>;
33995
34262
  readonly componentOptions: import("vue").PropType<import("./config-provider").GlobalComponentConfig>;
33996
34263
  readonly icons: import("vue").PropType<import("./config-provider").GlobalIconConfig>;
34264
+ readonly iconPacks: import("vue").PropType<import("./config-provider").IconPacksConfig>;
33997
34265
  readonly breakpoints: import("vue").PropType<import("./config-provider/src/internal-interface").Breakpoints>;
33998
34266
  readonly breakpointProps: import("vue").PropType<import("./config-provider").BreakpointProps>;
33999
34267
  readonly breakpointThemeOverrides: import("vue").PropType<import("./config-provider").BreakpointThemeOverrides>;
@@ -35037,6 +35305,13 @@ export declare const UDataTable: import("vue").DefineComponent<import("vue").Ext
35037
35305
  borderFocus: string;
35038
35306
  boxShadowFocus: string;
35039
35307
  loadingColor: string;
35308
+ loadingColorSuccess: string;
35309
+ borderSuccess: string;
35310
+ borderHoverSuccess: string;
35311
+ colorFocusSuccess: string;
35312
+ borderFocusSuccess: string;
35313
+ boxShadowFocusSuccess: string;
35314
+ caretColorSuccess: string;
35040
35315
  loadingColorWarning: string;
35041
35316
  borderWarning: string;
35042
35317
  borderHoverWarning: string;
@@ -35985,6 +36260,13 @@ export declare const UDataTable: import("vue").DefineComponent<import("vue").Ext
35985
36260
  borderFocus: string;
35986
36261
  boxShadowFocus: string;
35987
36262
  loadingColor: string;
36263
+ loadingColorSuccess: string;
36264
+ borderSuccess: string;
36265
+ borderHoverSuccess: string;
36266
+ colorFocusSuccess: string;
36267
+ borderFocusSuccess: string;
36268
+ boxShadowFocusSuccess: string;
36269
+ caretColorSuccess: string;
35988
36270
  loadingColorWarning: string;
35989
36271
  borderWarning: string;
35990
36272
  borderHoverWarning: string;
@@ -36933,6 +37215,13 @@ export declare const UDataTable: import("vue").DefineComponent<import("vue").Ext
36933
37215
  borderFocus: string;
36934
37216
  boxShadowFocus: string;
36935
37217
  loadingColor: string;
37218
+ loadingColorSuccess: string;
37219
+ borderSuccess: string;
37220
+ borderHoverSuccess: string;
37221
+ colorFocusSuccess: string;
37222
+ borderFocusSuccess: string;
37223
+ boxShadowFocusSuccess: string;
37224
+ caretColorSuccess: string;
36936
37225
  loadingColorWarning: string;
36937
37226
  borderWarning: string;
36938
37227
  borderHoverWarning: string;
@@ -37909,6 +38198,13 @@ export declare const UDataTable: import("vue").DefineComponent<import("vue").Ext
37909
38198
  borderFocus: string;
37910
38199
  boxShadowFocus: string;
37911
38200
  loadingColor: string;
38201
+ loadingColorSuccess: string;
38202
+ borderSuccess: string;
38203
+ borderHoverSuccess: string;
38204
+ colorFocusSuccess: string;
38205
+ borderFocusSuccess: string;
38206
+ boxShadowFocusSuccess: string;
38207
+ caretColorSuccess: string;
37912
38208
  loadingColorWarning: string;
37913
38209
  borderWarning: string;
37914
38210
  borderHoverWarning: string;
@@ -38418,6 +38714,13 @@ export declare const UDataTable: import("vue").DefineComponent<import("vue").Ext
38418
38714
  borderFocus: string;
38419
38715
  boxShadowFocus: string;
38420
38716
  loadingColor: string;
38717
+ loadingColorSuccess: string;
38718
+ borderSuccess: string;
38719
+ borderHoverSuccess: string;
38720
+ colorFocusSuccess: string;
38721
+ borderFocusSuccess: string;
38722
+ boxShadowFocusSuccess: string;
38723
+ caretColorSuccess: string;
38421
38724
  loadingColorWarning: string;
38422
38725
  borderWarning: string;
38423
38726
  borderHoverWarning: string;
@@ -39467,6 +39770,13 @@ export declare const UDataTable: import("vue").DefineComponent<import("vue").Ext
39467
39770
  borderFocus: string;
39468
39771
  boxShadowFocus: string;
39469
39772
  loadingColor: string;
39773
+ loadingColorSuccess: string;
39774
+ borderSuccess: string;
39775
+ borderHoverSuccess: string;
39776
+ colorFocusSuccess: string;
39777
+ borderFocusSuccess: string;
39778
+ boxShadowFocusSuccess: string;
39779
+ caretColorSuccess: string;
39470
39780
  loadingColorWarning: string;
39471
39781
  borderWarning: string;
39472
39782
  borderHoverWarning: string;
@@ -40415,6 +40725,13 @@ export declare const UDataTable: import("vue").DefineComponent<import("vue").Ext
40415
40725
  borderFocus: string;
40416
40726
  boxShadowFocus: string;
40417
40727
  loadingColor: string;
40728
+ loadingColorSuccess: string;
40729
+ borderSuccess: string;
40730
+ borderHoverSuccess: string;
40731
+ colorFocusSuccess: string;
40732
+ borderFocusSuccess: string;
40733
+ boxShadowFocusSuccess: string;
40734
+ caretColorSuccess: string;
40418
40735
  loadingColorWarning: string;
40419
40736
  borderWarning: string;
40420
40737
  borderHoverWarning: string;
@@ -41363,6 +41680,13 @@ export declare const UDataTable: import("vue").DefineComponent<import("vue").Ext
41363
41680
  borderFocus: string;
41364
41681
  boxShadowFocus: string;
41365
41682
  loadingColor: string;
41683
+ loadingColorSuccess: string;
41684
+ borderSuccess: string;
41685
+ borderHoverSuccess: string;
41686
+ colorFocusSuccess: string;
41687
+ borderFocusSuccess: string;
41688
+ boxShadowFocusSuccess: string;
41689
+ caretColorSuccess: string;
41366
41690
  loadingColorWarning: string;
41367
41691
  borderWarning: string;
41368
41692
  borderHoverWarning: string;
@@ -41870,6 +42194,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
41870
42194
  borderFocus: string;
41871
42195
  boxShadowFocus: string;
41872
42196
  loadingColor: string;
42197
+ loadingColorSuccess: string;
42198
+ borderSuccess: string;
42199
+ borderHoverSuccess: string;
42200
+ colorFocusSuccess: string;
42201
+ borderFocusSuccess: string;
42202
+ boxShadowFocusSuccess: string;
42203
+ caretColorSuccess: string;
41873
42204
  loadingColorWarning: string;
41874
42205
  borderWarning: string;
41875
42206
  borderHoverWarning: string;
@@ -42402,6 +42733,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
42402
42733
  borderFocus: string;
42403
42734
  boxShadowFocus: string;
42404
42735
  loadingColor: string;
42736
+ loadingColorSuccess: string;
42737
+ borderSuccess: string;
42738
+ borderHoverSuccess: string;
42739
+ colorFocusSuccess: string;
42740
+ borderFocusSuccess: string;
42741
+ boxShadowFocusSuccess: string;
42742
+ caretColorSuccess: string;
42405
42743
  loadingColorWarning: string;
42406
42744
  borderWarning: string;
42407
42745
  borderHoverWarning: string;
@@ -42702,6 +43040,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
42702
43040
  borderFocus: string;
42703
43041
  boxShadowFocus: string;
42704
43042
  loadingColor: string;
43043
+ loadingColorSuccess: string;
43044
+ borderSuccess: string;
43045
+ borderHoverSuccess: string;
43046
+ colorFocusSuccess: string;
43047
+ borderFocusSuccess: string;
43048
+ boxShadowFocusSuccess: string;
43049
+ caretColorSuccess: string;
42705
43050
  loadingColorWarning: string;
42706
43051
  borderWarning: string;
42707
43052
  borderHoverWarning: string;
@@ -43234,6 +43579,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
43234
43579
  borderFocus: string;
43235
43580
  boxShadowFocus: string;
43236
43581
  loadingColor: string;
43582
+ loadingColorSuccess: string;
43583
+ borderSuccess: string;
43584
+ borderHoverSuccess: string;
43585
+ colorFocusSuccess: string;
43586
+ borderFocusSuccess: string;
43587
+ boxShadowFocusSuccess: string;
43588
+ caretColorSuccess: string;
43237
43589
  loadingColorWarning: string;
43238
43590
  borderWarning: string;
43239
43591
  borderHoverWarning: string;
@@ -43534,6 +43886,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
43534
43886
  borderFocus: string;
43535
43887
  boxShadowFocus: string;
43536
43888
  loadingColor: string;
43889
+ loadingColorSuccess: string;
43890
+ borderSuccess: string;
43891
+ borderHoverSuccess: string;
43892
+ colorFocusSuccess: string;
43893
+ borderFocusSuccess: string;
43894
+ boxShadowFocusSuccess: string;
43895
+ caretColorSuccess: string;
43537
43896
  loadingColorWarning: string;
43538
43897
  borderWarning: string;
43539
43898
  borderHoverWarning: string;
@@ -44066,6 +44425,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
44066
44425
  borderFocus: string;
44067
44426
  boxShadowFocus: string;
44068
44427
  loadingColor: string;
44428
+ loadingColorSuccess: string;
44429
+ borderSuccess: string;
44430
+ borderHoverSuccess: string;
44431
+ colorFocusSuccess: string;
44432
+ borderFocusSuccess: string;
44433
+ boxShadowFocusSuccess: string;
44434
+ caretColorSuccess: string;
44069
44435
  loadingColorWarning: string;
44070
44436
  borderWarning: string;
44071
44437
  borderHoverWarning: string;
@@ -44602,6 +44968,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
44602
44968
  borderFocus: string;
44603
44969
  boxShadowFocus: string;
44604
44970
  loadingColor: string;
44971
+ loadingColorSuccess: string;
44972
+ borderSuccess: string;
44973
+ borderHoverSuccess: string;
44974
+ colorFocusSuccess: string;
44975
+ borderFocusSuccess: string;
44976
+ boxShadowFocusSuccess: string;
44977
+ caretColorSuccess: string;
44605
44978
  loadingColorWarning: string;
44606
44979
  borderWarning: string;
44607
44980
  borderHoverWarning: string;
@@ -45134,6 +45507,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
45134
45507
  borderFocus: string;
45135
45508
  boxShadowFocus: string;
45136
45509
  loadingColor: string;
45510
+ loadingColorSuccess: string;
45511
+ borderSuccess: string;
45512
+ borderHoverSuccess: string;
45513
+ colorFocusSuccess: string;
45514
+ borderFocusSuccess: string;
45515
+ boxShadowFocusSuccess: string;
45516
+ caretColorSuccess: string;
45137
45517
  loadingColorWarning: string;
45138
45518
  borderWarning: string;
45139
45519
  borderHoverWarning: string;
@@ -45579,6 +45959,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
45579
45959
  borderFocus: string;
45580
45960
  boxShadowFocus: string;
45581
45961
  loadingColor: string;
45962
+ loadingColorSuccess: string;
45963
+ borderSuccess: string;
45964
+ borderHoverSuccess: string;
45965
+ colorFocusSuccess: string;
45966
+ borderFocusSuccess: string;
45967
+ boxShadowFocusSuccess: string;
45968
+ caretColorSuccess: string;
45582
45969
  loadingColorWarning: string;
45583
45970
  borderWarning: string;
45584
45971
  borderHoverWarning: string;
@@ -45933,6 +46320,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
45933
46320
  borderFocus: string;
45934
46321
  boxShadowFocus: string;
45935
46322
  loadingColor: string;
46323
+ loadingColorSuccess: string;
46324
+ borderSuccess: string;
46325
+ borderHoverSuccess: string;
46326
+ colorFocusSuccess: string;
46327
+ borderFocusSuccess: string;
46328
+ boxShadowFocusSuccess: string;
46329
+ caretColorSuccess: string;
45936
46330
  loadingColorWarning: string;
45937
46331
  borderWarning: string;
45938
46332
  borderHoverWarning: string;
@@ -46465,6 +46859,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
46465
46859
  borderFocus: string;
46466
46860
  boxShadowFocus: string;
46467
46861
  loadingColor: string;
46862
+ loadingColorSuccess: string;
46863
+ borderSuccess: string;
46864
+ borderHoverSuccess: string;
46865
+ colorFocusSuccess: string;
46866
+ borderFocusSuccess: string;
46867
+ boxShadowFocusSuccess: string;
46868
+ caretColorSuccess: string;
46468
46869
  loadingColorWarning: string;
46469
46870
  borderWarning: string;
46470
46871
  borderHoverWarning: string;
@@ -46765,6 +47166,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
46765
47166
  borderFocus: string;
46766
47167
  boxShadowFocus: string;
46767
47168
  loadingColor: string;
47169
+ loadingColorSuccess: string;
47170
+ borderSuccess: string;
47171
+ borderHoverSuccess: string;
47172
+ colorFocusSuccess: string;
47173
+ borderFocusSuccess: string;
47174
+ boxShadowFocusSuccess: string;
47175
+ caretColorSuccess: string;
46768
47176
  loadingColorWarning: string;
46769
47177
  borderWarning: string;
46770
47178
  borderHoverWarning: string;
@@ -47297,6 +47705,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
47297
47705
  borderFocus: string;
47298
47706
  boxShadowFocus: string;
47299
47707
  loadingColor: string;
47708
+ loadingColorSuccess: string;
47709
+ borderSuccess: string;
47710
+ borderHoverSuccess: string;
47711
+ colorFocusSuccess: string;
47712
+ borderFocusSuccess: string;
47713
+ boxShadowFocusSuccess: string;
47714
+ caretColorSuccess: string;
47300
47715
  loadingColorWarning: string;
47301
47716
  borderWarning: string;
47302
47717
  borderHoverWarning: string;
@@ -47597,6 +48012,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
47597
48012
  borderFocus: string;
47598
48013
  boxShadowFocus: string;
47599
48014
  loadingColor: string;
48015
+ loadingColorSuccess: string;
48016
+ borderSuccess: string;
48017
+ borderHoverSuccess: string;
48018
+ colorFocusSuccess: string;
48019
+ borderFocusSuccess: string;
48020
+ boxShadowFocusSuccess: string;
48021
+ caretColorSuccess: string;
47600
48022
  loadingColorWarning: string;
47601
48023
  borderWarning: string;
47602
48024
  borderHoverWarning: string;
@@ -48129,6 +48551,13 @@ export declare const UDatePicker: import("vue").DefineComponent<import("vue").Ex
48129
48551
  borderFocus: string;
48130
48552
  boxShadowFocus: string;
48131
48553
  loadingColor: string;
48554
+ loadingColorSuccess: string;
48555
+ borderSuccess: string;
48556
+ borderHoverSuccess: string;
48557
+ colorFocusSuccess: string;
48558
+ borderFocusSuccess: string;
48559
+ boxShadowFocusSuccess: string;
48560
+ caretColorSuccess: string;
48132
48561
  loadingColorWarning: string;
48133
48562
  borderWarning: string;
48134
48563
  borderHoverWarning: string;
@@ -48646,6 +49075,13 @@ export declare const UDatePickerV2: import("vue").DefineComponent<import("vue").
48646
49075
  borderFocus: string;
48647
49076
  boxShadowFocus: string;
48648
49077
  loadingColor: string;
49078
+ loadingColorSuccess: string;
49079
+ borderSuccess: string;
49080
+ borderHoverSuccess: string;
49081
+ colorFocusSuccess: string;
49082
+ borderFocusSuccess: string;
49083
+ boxShadowFocusSuccess: string;
49084
+ caretColorSuccess: string;
48649
49085
  loadingColorWarning: string;
48650
49086
  borderWarning: string;
48651
49087
  borderHoverWarning: string;
@@ -49092,6 +49528,13 @@ export declare const UDatePickerV2: import("vue").DefineComponent<import("vue").
49092
49528
  borderFocus: string;
49093
49529
  boxShadowFocus: string;
49094
49530
  loadingColor: string;
49531
+ loadingColorSuccess: string;
49532
+ borderSuccess: string;
49533
+ borderHoverSuccess: string;
49534
+ colorFocusSuccess: string;
49535
+ borderFocusSuccess: string;
49536
+ boxShadowFocusSuccess: string;
49537
+ caretColorSuccess: string;
49095
49538
  loadingColorWarning: string;
49096
49539
  borderWarning: string;
49097
49540
  borderHoverWarning: string;
@@ -49538,6 +49981,13 @@ export declare const UDatePickerV2: import("vue").DefineComponent<import("vue").
49538
49981
  borderFocus: string;
49539
49982
  boxShadowFocus: string;
49540
49983
  loadingColor: string;
49984
+ loadingColorSuccess: string;
49985
+ borderSuccess: string;
49986
+ borderHoverSuccess: string;
49987
+ colorFocusSuccess: string;
49988
+ borderFocusSuccess: string;
49989
+ boxShadowFocusSuccess: string;
49990
+ caretColorSuccess: string;
49541
49991
  loadingColorWarning: string;
49542
49992
  borderWarning: string;
49543
49993
  borderHoverWarning: string;
@@ -50041,6 +50491,13 @@ export declare const UDatePickerV2: import("vue").DefineComponent<import("vue").
50041
50491
  borderFocus: string;
50042
50492
  boxShadowFocus: string;
50043
50493
  loadingColor: string;
50494
+ loadingColorSuccess: string;
50495
+ borderSuccess: string;
50496
+ borderHoverSuccess: string;
50497
+ colorFocusSuccess: string;
50498
+ borderFocusSuccess: string;
50499
+ boxShadowFocusSuccess: string;
50500
+ caretColorSuccess: string;
50044
50501
  loadingColorWarning: string;
50045
50502
  borderWarning: string;
50046
50503
  borderHoverWarning: string;
@@ -50635,6 +51092,13 @@ export declare const UDatePickerV2: import("vue").DefineComponent<import("vue").
50635
51092
  borderFocus: string;
50636
51093
  boxShadowFocus: string;
50637
51094
  loadingColor: string;
51095
+ loadingColorSuccess: string;
51096
+ borderSuccess: string;
51097
+ borderHoverSuccess: string;
51098
+ colorFocusSuccess: string;
51099
+ borderFocusSuccess: string;
51100
+ boxShadowFocusSuccess: string;
51101
+ caretColorSuccess: string;
50638
51102
  loadingColorWarning: string;
50639
51103
  borderWarning: string;
50640
51104
  borderHoverWarning: string;
@@ -51081,6 +51545,13 @@ export declare const UDatePickerV2: import("vue").DefineComponent<import("vue").
51081
51545
  borderFocus: string;
51082
51546
  boxShadowFocus: string;
51083
51547
  loadingColor: string;
51548
+ loadingColorSuccess: string;
51549
+ borderSuccess: string;
51550
+ borderHoverSuccess: string;
51551
+ colorFocusSuccess: string;
51552
+ borderFocusSuccess: string;
51553
+ boxShadowFocusSuccess: string;
51554
+ caretColorSuccess: string;
51084
51555
  loadingColorWarning: string;
51085
51556
  borderWarning: string;
51086
51557
  borderHoverWarning: string;
@@ -51527,6 +51998,13 @@ export declare const UDatePickerV2: import("vue").DefineComponent<import("vue").
51527
51998
  borderFocus: string;
51528
51999
  boxShadowFocus: string;
51529
52000
  loadingColor: string;
52001
+ loadingColorSuccess: string;
52002
+ borderSuccess: string;
52003
+ borderHoverSuccess: string;
52004
+ colorFocusSuccess: string;
52005
+ borderFocusSuccess: string;
52006
+ boxShadowFocusSuccess: string;
52007
+ caretColorSuccess: string;
51530
52008
  loadingColorWarning: string;
51531
52009
  borderWarning: string;
51532
52010
  borderHoverWarning: string;
@@ -55593,6 +56071,13 @@ export declare const UDynamicInput: import("vue").DefineComponent<import("vue").
55593
56071
  borderFocus: string;
55594
56072
  boxShadowFocus: string;
55595
56073
  loadingColor: string;
56074
+ loadingColorSuccess: string;
56075
+ borderSuccess: string;
56076
+ borderHoverSuccess: string;
56077
+ colorFocusSuccess: string;
56078
+ borderFocusSuccess: string;
56079
+ boxShadowFocusSuccess: string;
56080
+ caretColorSuccess: string;
55596
56081
  loadingColorWarning: string;
55597
56082
  borderWarning: string;
55598
56083
  borderHoverWarning: string;
@@ -55881,6 +56366,13 @@ export declare const UDynamicInput: import("vue").DefineComponent<import("vue").
55881
56366
  borderFocus: string;
55882
56367
  boxShadowFocus: string;
55883
56368
  loadingColor: string;
56369
+ loadingColorSuccess: string;
56370
+ borderSuccess: string;
56371
+ borderHoverSuccess: string;
56372
+ colorFocusSuccess: string;
56373
+ borderFocusSuccess: string;
56374
+ boxShadowFocusSuccess: string;
56375
+ caretColorSuccess: string;
55884
56376
  loadingColorWarning: string;
55885
56377
  borderWarning: string;
55886
56378
  borderHoverWarning: string;
@@ -56169,6 +56661,13 @@ export declare const UDynamicInput: import("vue").DefineComponent<import("vue").
56169
56661
  borderFocus: string;
56170
56662
  boxShadowFocus: string;
56171
56663
  loadingColor: string;
56664
+ loadingColorSuccess: string;
56665
+ borderSuccess: string;
56666
+ borderHoverSuccess: string;
56667
+ colorFocusSuccess: string;
56668
+ borderFocusSuccess: string;
56669
+ boxShadowFocusSuccess: string;
56670
+ caretColorSuccess: string;
56172
56671
  loadingColorWarning: string;
56173
56672
  borderWarning: string;
56174
56673
  borderHoverWarning: string;
@@ -56480,6 +56979,13 @@ export declare const UDynamicInput: import("vue").DefineComponent<import("vue").
56480
56979
  borderFocus: string;
56481
56980
  boxShadowFocus: string;
56482
56981
  loadingColor: string;
56982
+ loadingColorSuccess: string;
56983
+ borderSuccess: string;
56984
+ borderHoverSuccess: string;
56985
+ colorFocusSuccess: string;
56986
+ borderFocusSuccess: string;
56987
+ boxShadowFocusSuccess: string;
56988
+ caretColorSuccess: string;
56483
56989
  loadingColorWarning: string;
56484
56990
  borderWarning: string;
56485
56991
  borderHoverWarning: string;
@@ -56825,6 +57331,13 @@ export declare const UDynamicInput: import("vue").DefineComponent<import("vue").
56825
57331
  borderFocus: string;
56826
57332
  boxShadowFocus: string;
56827
57333
  loadingColor: string;
57334
+ loadingColorSuccess: string;
57335
+ borderSuccess: string;
57336
+ borderHoverSuccess: string;
57337
+ colorFocusSuccess: string;
57338
+ borderFocusSuccess: string;
57339
+ boxShadowFocusSuccess: string;
57340
+ caretColorSuccess: string;
56828
57341
  loadingColorWarning: string;
56829
57342
  borderWarning: string;
56830
57343
  borderHoverWarning: string;
@@ -57113,6 +57626,13 @@ export declare const UDynamicInput: import("vue").DefineComponent<import("vue").
57113
57626
  borderFocus: string;
57114
57627
  boxShadowFocus: string;
57115
57628
  loadingColor: string;
57629
+ loadingColorSuccess: string;
57630
+ borderSuccess: string;
57631
+ borderHoverSuccess: string;
57632
+ colorFocusSuccess: string;
57633
+ borderFocusSuccess: string;
57634
+ boxShadowFocusSuccess: string;
57635
+ caretColorSuccess: string;
57116
57636
  loadingColorWarning: string;
57117
57637
  borderWarning: string;
57118
57638
  borderHoverWarning: string;
@@ -57401,6 +57921,13 @@ export declare const UDynamicInput: import("vue").DefineComponent<import("vue").
57401
57921
  borderFocus: string;
57402
57922
  boxShadowFocus: string;
57403
57923
  loadingColor: string;
57924
+ loadingColorSuccess: string;
57925
+ borderSuccess: string;
57926
+ borderHoverSuccess: string;
57927
+ colorFocusSuccess: string;
57928
+ borderFocusSuccess: string;
57929
+ boxShadowFocusSuccess: string;
57930
+ caretColorSuccess: string;
57404
57931
  loadingColorWarning: string;
57405
57932
  borderWarning: string;
57406
57933
  borderHoverWarning: string;
@@ -57736,6 +58263,13 @@ export declare const UDynamicTags: import("vue").DefineComponent<import("vue").E
57736
58263
  borderFocus: string;
57737
58264
  boxShadowFocus: string;
57738
58265
  loadingColor: string;
58266
+ loadingColorSuccess: string;
58267
+ borderSuccess: string;
58268
+ borderHoverSuccess: string;
58269
+ colorFocusSuccess: string;
58270
+ borderFocusSuccess: string;
58271
+ boxShadowFocusSuccess: string;
58272
+ caretColorSuccess: string;
57739
58273
  loadingColorWarning: string;
57740
58274
  borderWarning: string;
57741
58275
  borderHoverWarning: string;
@@ -58090,6 +58624,13 @@ export declare const UDynamicTags: import("vue").DefineComponent<import("vue").E
58090
58624
  borderFocus: string;
58091
58625
  boxShadowFocus: string;
58092
58626
  loadingColor: string;
58627
+ loadingColorSuccess: string;
58628
+ borderSuccess: string;
58629
+ borderHoverSuccess: string;
58630
+ colorFocusSuccess: string;
58631
+ borderFocusSuccess: string;
58632
+ boxShadowFocusSuccess: string;
58633
+ caretColorSuccess: string;
58093
58634
  loadingColorWarning: string;
58094
58635
  borderWarning: string;
58095
58636
  borderHoverWarning: string;
@@ -58444,6 +58985,13 @@ export declare const UDynamicTags: import("vue").DefineComponent<import("vue").E
58444
58985
  borderFocus: string;
58445
58986
  boxShadowFocus: string;
58446
58987
  loadingColor: string;
58988
+ loadingColorSuccess: string;
58989
+ borderSuccess: string;
58990
+ borderHoverSuccess: string;
58991
+ colorFocusSuccess: string;
58992
+ borderFocusSuccess: string;
58993
+ boxShadowFocusSuccess: string;
58994
+ caretColorSuccess: string;
58447
58995
  loadingColorWarning: string;
58448
58996
  borderWarning: string;
58449
58997
  borderHoverWarning: string;
@@ -58856,6 +59404,13 @@ export declare const UDynamicTags: import("vue").DefineComponent<import("vue").E
58856
59404
  borderFocus: string;
58857
59405
  boxShadowFocus: string;
58858
59406
  loadingColor: string;
59407
+ loadingColorSuccess: string;
59408
+ borderSuccess: string;
59409
+ borderHoverSuccess: string;
59410
+ colorFocusSuccess: string;
59411
+ borderFocusSuccess: string;
59412
+ boxShadowFocusSuccess: string;
59413
+ caretColorSuccess: string;
58859
59414
  loadingColorWarning: string;
58860
59415
  borderWarning: string;
58861
59416
  borderHoverWarning: string;
@@ -59275,6 +59830,13 @@ export declare const UDynamicTags: import("vue").DefineComponent<import("vue").E
59275
59830
  borderFocus: string;
59276
59831
  boxShadowFocus: string;
59277
59832
  loadingColor: string;
59833
+ loadingColorSuccess: string;
59834
+ borderSuccess: string;
59835
+ borderHoverSuccess: string;
59836
+ colorFocusSuccess: string;
59837
+ borderFocusSuccess: string;
59838
+ boxShadowFocusSuccess: string;
59839
+ caretColorSuccess: string;
59278
59840
  loadingColorWarning: string;
59279
59841
  borderWarning: string;
59280
59842
  borderHoverWarning: string;
@@ -59629,6 +60191,13 @@ export declare const UDynamicTags: import("vue").DefineComponent<import("vue").E
59629
60191
  borderFocus: string;
59630
60192
  boxShadowFocus: string;
59631
60193
  loadingColor: string;
60194
+ loadingColorSuccess: string;
60195
+ borderSuccess: string;
60196
+ borderHoverSuccess: string;
60197
+ colorFocusSuccess: string;
60198
+ borderFocusSuccess: string;
60199
+ boxShadowFocusSuccess: string;
60200
+ caretColorSuccess: string;
59632
60201
  loadingColorWarning: string;
59633
60202
  borderWarning: string;
59634
60203
  borderHoverWarning: string;
@@ -59983,6 +60552,13 @@ export declare const UDynamicTags: import("vue").DefineComponent<import("vue").E
59983
60552
  borderFocus: string;
59984
60553
  boxShadowFocus: string;
59985
60554
  loadingColor: string;
60555
+ loadingColorSuccess: string;
60556
+ borderSuccess: string;
60557
+ borderHoverSuccess: string;
60558
+ colorFocusSuccess: string;
60559
+ borderFocusSuccess: string;
60560
+ boxShadowFocusSuccess: string;
60561
+ caretColorSuccess: string;
59986
60562
  loadingColorWarning: string;
59987
60563
  borderWarning: string;
59988
60564
  borderHoverWarning: string;
@@ -64884,11 +65460,117 @@ export declare const UHighlight: import("vue").DefineComponent<import("vue").Ext
64884
65460
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64885
65461
  export type * from './icon';
64886
65462
  export { iconProps } from './icon';
64887
- export declare const UIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
64888
- readonly depth: import("vue").PropType<import("./icon/src/Icon").Depth>;
65463
+ export declare const UIcon: {
65464
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
65465
+ readonly depth: import("vue").PropType<import("./_internal/icon").Depth>;
65466
+ readonly size: import("vue").PropType<number | string>;
65467
+ readonly color: StringConstructor;
65468
+ readonly component: import("vue").PropType<import("vue").Component>;
65469
+ readonly name: import("vue").PropType<string>;
65470
+ readonly pack: import("vue").PropType<import("./config-provider").IconPackName>;
65471
+ readonly onClick: import("vue").PropType<(e: MouseEvent) => void>;
65472
+ readonly theme: import("vue").PropType<import("./_mixins").Theme<"Icon", {
65473
+ color: string;
65474
+ opacity1Depth: string;
65475
+ opacity2Depth: string;
65476
+ opacity3Depth: string;
65477
+ opacity4Depth: string;
65478
+ opacity5Depth: string;
65479
+ }, any>>;
65480
+ readonly themeOverrides: import("vue").PropType<import("./_mixins/use-theme").ExtractThemeOverrides<import("./_mixins").Theme<"Icon", {
65481
+ color: string;
65482
+ opacity1Depth: string;
65483
+ opacity2Depth: string;
65484
+ opacity3Depth: string;
65485
+ opacity4Depth: string;
65486
+ opacity5Depth: string;
65487
+ }, any>>>;
65488
+ readonly builtinThemeOverrides: import("vue").PropType<import("./_mixins/use-theme").ExtractThemeOverrides<import("./_mixins").Theme<"Icon", {
65489
+ color: string;
65490
+ opacity1Depth: string;
65491
+ opacity2Depth: string;
65492
+ opacity3Depth: string;
65493
+ opacity4Depth: string;
65494
+ opacity5Depth: string;
65495
+ }, any>>>;
65496
+ }>> & Readonly<{}>, {
65497
+ mergedClsPrefix: import("vue").Ref<string, string>;
65498
+ resolvedPackedIcon: import("vue").ComputedRef<import("vue").VNodeChild>;
65499
+ mergedStyle: import("vue").ComputedRef<{
65500
+ fontSize: string | undefined;
65501
+ color: string | undefined;
65502
+ }>;
65503
+ cssVars: import("vue").ComputedRef<{
65504
+ '--u-bezier': string;
65505
+ '--u-color': string;
65506
+ '--u-opacity': string;
65507
+ }> | undefined;
65508
+ themeClass: import("vue").Ref<string, string> | undefined;
65509
+ onRender: (() => void) | undefined;
65510
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
65511
+ P: {};
65512
+ B: {};
65513
+ D: {};
65514
+ C: {};
65515
+ M: {};
65516
+ Defaults: {};
65517
+ }, Readonly<import("vue").ExtractPropTypes<{
65518
+ readonly depth: import("vue").PropType<import("./_internal/icon").Depth>;
65519
+ readonly size: import("vue").PropType<number | string>;
65520
+ readonly color: StringConstructor;
65521
+ readonly component: import("vue").PropType<import("vue").Component>;
65522
+ readonly name: import("vue").PropType<string>;
65523
+ readonly pack: import("vue").PropType<import("./config-provider").IconPackName>;
65524
+ readonly onClick: import("vue").PropType<(e: MouseEvent) => void>;
65525
+ readonly theme: import("vue").PropType<import("./_mixins").Theme<"Icon", {
65526
+ color: string;
65527
+ opacity1Depth: string;
65528
+ opacity2Depth: string;
65529
+ opacity3Depth: string;
65530
+ opacity4Depth: string;
65531
+ opacity5Depth: string;
65532
+ }, any>>;
65533
+ readonly themeOverrides: import("vue").PropType<import("./_mixins/use-theme").ExtractThemeOverrides<import("./_mixins").Theme<"Icon", {
65534
+ color: string;
65535
+ opacity1Depth: string;
65536
+ opacity2Depth: string;
65537
+ opacity3Depth: string;
65538
+ opacity4Depth: string;
65539
+ opacity5Depth: string;
65540
+ }, any>>>;
65541
+ readonly builtinThemeOverrides: import("vue").PropType<import("./_mixins/use-theme").ExtractThemeOverrides<import("./_mixins").Theme<"Icon", {
65542
+ color: string;
65543
+ opacity1Depth: string;
65544
+ opacity2Depth: string;
65545
+ opacity3Depth: string;
65546
+ opacity4Depth: string;
65547
+ opacity5Depth: string;
65548
+ }, any>>>;
65549
+ }>> & Readonly<{}>, {
65550
+ mergedClsPrefix: import("vue").Ref<string, string>;
65551
+ resolvedPackedIcon: import("vue").ComputedRef<import("vue").VNodeChild>;
65552
+ mergedStyle: import("vue").ComputedRef<{
65553
+ fontSize: string | undefined;
65554
+ color: string | undefined;
65555
+ }>;
65556
+ cssVars: import("vue").ComputedRef<{
65557
+ '--u-bezier': string;
65558
+ '--u-color': string;
65559
+ '--u-opacity': string;
65560
+ }> | undefined;
65561
+ themeClass: import("vue").Ref<string, string> | undefined;
65562
+ onRender: (() => void) | undefined;
65563
+ }, {}, {}, {}, {}>;
65564
+ __isFragment?: never;
65565
+ __isTeleport?: never;
65566
+ __isSuspense?: never;
65567
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
65568
+ readonly depth: import("vue").PropType<import("./_internal/icon").Depth>;
64889
65569
  readonly size: import("vue").PropType<number | string>;
64890
65570
  readonly color: StringConstructor;
64891
65571
  readonly component: import("vue").PropType<import("vue").Component>;
65572
+ readonly name: import("vue").PropType<string>;
65573
+ readonly pack: import("vue").PropType<import("./config-provider").IconPackName>;
64892
65574
  readonly onClick: import("vue").PropType<(e: MouseEvent) => void>;
64893
65575
  readonly theme: import("vue").PropType<import("./_mixins").Theme<"Icon", {
64894
65576
  color: string;
@@ -64914,8 +65596,9 @@ export declare const UIcon: import("vue").DefineComponent<import("vue").ExtractP
64914
65596
  opacity4Depth: string;
64915
65597
  opacity5Depth: string;
64916
65598
  }, any>>>;
64917
- }>, {
65599
+ }>> & Readonly<{}>, {
64918
65600
  mergedClsPrefix: import("vue").Ref<string, string>;
65601
+ resolvedPackedIcon: import("vue").ComputedRef<import("vue").VNodeChild>;
64919
65602
  mergedStyle: import("vue").ComputedRef<{
64920
65603
  fontSize: string | undefined;
64921
65604
  color: string | undefined;
@@ -64927,37 +65610,7 @@ export declare const UIcon: import("vue").DefineComponent<import("vue").ExtractP
64927
65610
  }> | undefined;
64928
65611
  themeClass: import("vue").Ref<string, string> | undefined;
64929
65612
  onRender: (() => void) | undefined;
64930
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64931
- readonly depth: import("vue").PropType<import("./icon/src/Icon").Depth>;
64932
- readonly size: import("vue").PropType<number | string>;
64933
- readonly color: StringConstructor;
64934
- readonly component: import("vue").PropType<import("vue").Component>;
64935
- readonly onClick: import("vue").PropType<(e: MouseEvent) => void>;
64936
- readonly theme: import("vue").PropType<import("./_mixins").Theme<"Icon", {
64937
- color: string;
64938
- opacity1Depth: string;
64939
- opacity2Depth: string;
64940
- opacity3Depth: string;
64941
- opacity4Depth: string;
64942
- opacity5Depth: string;
64943
- }, any>>;
64944
- readonly themeOverrides: import("vue").PropType<import("./_mixins/use-theme").ExtractThemeOverrides<import("./_mixins").Theme<"Icon", {
64945
- color: string;
64946
- opacity1Depth: string;
64947
- opacity2Depth: string;
64948
- opacity3Depth: string;
64949
- opacity4Depth: string;
64950
- opacity5Depth: string;
64951
- }, any>>>;
64952
- readonly builtinThemeOverrides: import("vue").PropType<import("./_mixins/use-theme").ExtractThemeOverrides<import("./_mixins").Theme<"Icon", {
64953
- color: string;
64954
- opacity1Depth: string;
64955
- opacity2Depth: string;
64956
- opacity3Depth: string;
64957
- opacity4Depth: string;
64958
- opacity5Depth: string;
64959
- }, any>>>;
64960
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
65613
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("./_internal/icon").GenericUIcon;
64961
65614
  export type * from './icon-bar';
64962
65615
  export { iconBarItemProps, iconBarProps } from './icon-bar';
64963
65616
  export declare const UIconBar: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -66487,6 +67140,13 @@ export declare const UInput: import("vue").DefineComponent<import("vue").Extract
66487
67140
  borderFocus: string;
66488
67141
  boxShadowFocus: string;
66489
67142
  loadingColor: string;
67143
+ loadingColorSuccess: string;
67144
+ borderSuccess: string;
67145
+ borderHoverSuccess: string;
67146
+ colorFocusSuccess: string;
67147
+ borderFocusSuccess: string;
67148
+ boxShadowFocusSuccess: string;
67149
+ caretColorSuccess: string;
66490
67150
  loadingColorWarning: string;
66491
67151
  borderWarning: string;
66492
67152
  borderHoverWarning: string;
@@ -66551,6 +67211,13 @@ export declare const UInput: import("vue").DefineComponent<import("vue").Extract
66551
67211
  borderFocus: string;
66552
67212
  boxShadowFocus: string;
66553
67213
  loadingColor: string;
67214
+ loadingColorSuccess: string;
67215
+ borderSuccess: string;
67216
+ borderHoverSuccess: string;
67217
+ colorFocusSuccess: string;
67218
+ borderFocusSuccess: string;
67219
+ boxShadowFocusSuccess: string;
67220
+ caretColorSuccess: string;
66554
67221
  loadingColorWarning: string;
66555
67222
  borderWarning: string;
66556
67223
  borderHoverWarning: string;
@@ -66615,6 +67282,13 @@ export declare const UInput: import("vue").DefineComponent<import("vue").Extract
66615
67282
  borderFocus: string;
66616
67283
  boxShadowFocus: string;
66617
67284
  loadingColor: string;
67285
+ loadingColorSuccess: string;
67286
+ borderSuccess: string;
67287
+ borderHoverSuccess: string;
67288
+ colorFocusSuccess: string;
67289
+ borderFocusSuccess: string;
67290
+ boxShadowFocusSuccess: string;
67291
+ caretColorSuccess: string;
66618
67292
  loadingColorWarning: string;
66619
67293
  borderWarning: string;
66620
67294
  borderHoverWarning: string;
@@ -66761,6 +67435,13 @@ export declare const UInput: import("vue").DefineComponent<import("vue").Extract
66761
67435
  borderFocus: string;
66762
67436
  boxShadowFocus: string;
66763
67437
  loadingColor: string;
67438
+ loadingColorSuccess: string;
67439
+ borderSuccess: string;
67440
+ borderHoverSuccess: string;
67441
+ colorFocusSuccess: string;
67442
+ borderFocusSuccess: string;
67443
+ boxShadowFocusSuccess: string;
67444
+ caretColorSuccess: string;
66764
67445
  loadingColorWarning: string;
66765
67446
  borderWarning: string;
66766
67447
  borderHoverWarning: string;
@@ -66819,6 +67500,13 @@ export declare const UInput: import("vue").DefineComponent<import("vue").Extract
66819
67500
  '--u-text-color-disabled': string;
66820
67501
  '--u-box-shadow-focus': string;
66821
67502
  '--u-loading-color': string;
67503
+ '--u-caret-color-success': string;
67504
+ '--u-color-focus-success': string;
67505
+ '--u-box-shadow-focus-success': string;
67506
+ '--u-border-success': string;
67507
+ '--u-border-focus-success': string;
67508
+ '--u-border-hover-success': string;
67509
+ '--u-loading-color-success': string;
66822
67510
  '--u-caret-color-warning': string;
66823
67511
  '--u-color-focus-warning': string;
66824
67512
  '--u-box-shadow-focus-warning': string;
@@ -66997,6 +67685,13 @@ export declare const UInput: import("vue").DefineComponent<import("vue").Extract
66997
67685
  borderFocus: string;
66998
67686
  boxShadowFocus: string;
66999
67687
  loadingColor: string;
67688
+ loadingColorSuccess: string;
67689
+ borderSuccess: string;
67690
+ borderHoverSuccess: string;
67691
+ colorFocusSuccess: string;
67692
+ borderFocusSuccess: string;
67693
+ boxShadowFocusSuccess: string;
67694
+ caretColorSuccess: string;
67000
67695
  loadingColorWarning: string;
67001
67696
  borderWarning: string;
67002
67697
  borderHoverWarning: string;
@@ -67061,6 +67756,13 @@ export declare const UInput: import("vue").DefineComponent<import("vue").Extract
67061
67756
  borderFocus: string;
67062
67757
  boxShadowFocus: string;
67063
67758
  loadingColor: string;
67759
+ loadingColorSuccess: string;
67760
+ borderSuccess: string;
67761
+ borderHoverSuccess: string;
67762
+ colorFocusSuccess: string;
67763
+ borderFocusSuccess: string;
67764
+ boxShadowFocusSuccess: string;
67765
+ caretColorSuccess: string;
67064
67766
  loadingColorWarning: string;
67065
67767
  borderWarning: string;
67066
67768
  borderHoverWarning: string;
@@ -67125,6 +67827,13 @@ export declare const UInput: import("vue").DefineComponent<import("vue").Extract
67125
67827
  borderFocus: string;
67126
67828
  boxShadowFocus: string;
67127
67829
  loadingColor: string;
67830
+ loadingColorSuccess: string;
67831
+ borderSuccess: string;
67832
+ borderHoverSuccess: string;
67833
+ colorFocusSuccess: string;
67834
+ borderFocusSuccess: string;
67835
+ boxShadowFocusSuccess: string;
67836
+ caretColorSuccess: string;
67128
67837
  loadingColorWarning: string;
67129
67838
  borderWarning: string;
67130
67839
  borderHoverWarning: string;
@@ -67228,6 +67937,13 @@ export declare const UInputGroupLabel: import("vue").DefineComponent<import("vue
67228
67937
  borderFocus: string;
67229
67938
  boxShadowFocus: string;
67230
67939
  loadingColor: string;
67940
+ loadingColorSuccess: string;
67941
+ borderSuccess: string;
67942
+ borderHoverSuccess: string;
67943
+ colorFocusSuccess: string;
67944
+ borderFocusSuccess: string;
67945
+ boxShadowFocusSuccess: string;
67946
+ caretColorSuccess: string;
67231
67947
  loadingColorWarning: string;
67232
67948
  borderWarning: string;
67233
67949
  borderHoverWarning: string;
@@ -67292,6 +68008,13 @@ export declare const UInputGroupLabel: import("vue").DefineComponent<import("vue
67292
68008
  borderFocus: string;
67293
68009
  boxShadowFocus: string;
67294
68010
  loadingColor: string;
68011
+ loadingColorSuccess: string;
68012
+ borderSuccess: string;
68013
+ borderHoverSuccess: string;
68014
+ colorFocusSuccess: string;
68015
+ borderFocusSuccess: string;
68016
+ boxShadowFocusSuccess: string;
68017
+ caretColorSuccess: string;
67295
68018
  loadingColorWarning: string;
67296
68019
  borderWarning: string;
67297
68020
  borderHoverWarning: string;
@@ -67356,6 +68079,13 @@ export declare const UInputGroupLabel: import("vue").DefineComponent<import("vue
67356
68079
  borderFocus: string;
67357
68080
  boxShadowFocus: string;
67358
68081
  loadingColor: string;
68082
+ loadingColorSuccess: string;
68083
+ borderSuccess: string;
68084
+ borderHoverSuccess: string;
68085
+ colorFocusSuccess: string;
68086
+ borderFocusSuccess: string;
68087
+ boxShadowFocusSuccess: string;
68088
+ caretColorSuccess: string;
67359
68089
  loadingColorWarning: string;
67360
68090
  borderWarning: string;
67361
68091
  borderHoverWarning: string;
@@ -67442,6 +68172,13 @@ export declare const UInputGroupLabel: import("vue").DefineComponent<import("vue
67442
68172
  borderFocus: string;
67443
68173
  boxShadowFocus: string;
67444
68174
  loadingColor: string;
68175
+ loadingColorSuccess: string;
68176
+ borderSuccess: string;
68177
+ borderHoverSuccess: string;
68178
+ colorFocusSuccess: string;
68179
+ borderFocusSuccess: string;
68180
+ boxShadowFocusSuccess: string;
68181
+ caretColorSuccess: string;
67445
68182
  loadingColorWarning: string;
67446
68183
  borderWarning: string;
67447
68184
  borderHoverWarning: string;
@@ -67506,6 +68243,13 @@ export declare const UInputGroupLabel: import("vue").DefineComponent<import("vue
67506
68243
  borderFocus: string;
67507
68244
  boxShadowFocus: string;
67508
68245
  loadingColor: string;
68246
+ loadingColorSuccess: string;
68247
+ borderSuccess: string;
68248
+ borderHoverSuccess: string;
68249
+ colorFocusSuccess: string;
68250
+ borderFocusSuccess: string;
68251
+ boxShadowFocusSuccess: string;
68252
+ caretColorSuccess: string;
67509
68253
  loadingColorWarning: string;
67510
68254
  borderWarning: string;
67511
68255
  borderHoverWarning: string;
@@ -67570,6 +68314,13 @@ export declare const UInputGroupLabel: import("vue").DefineComponent<import("vue
67570
68314
  borderFocus: string;
67571
68315
  boxShadowFocus: string;
67572
68316
  loadingColor: string;
68317
+ loadingColorSuccess: string;
68318
+ borderSuccess: string;
68319
+ borderHoverSuccess: string;
68320
+ colorFocusSuccess: string;
68321
+ borderFocusSuccess: string;
68322
+ boxShadowFocusSuccess: string;
68323
+ caretColorSuccess: string;
67573
68324
  loadingColorWarning: string;
67574
68325
  borderWarning: string;
67575
68326
  borderHoverWarning: string;
@@ -67920,6 +68671,13 @@ export declare const UInputNumber: import("vue").DefineComponent<import("vue").E
67920
68671
  borderFocus: string;
67921
68672
  boxShadowFocus: string;
67922
68673
  loadingColor: string;
68674
+ loadingColorSuccess: string;
68675
+ borderSuccess: string;
68676
+ borderHoverSuccess: string;
68677
+ colorFocusSuccess: string;
68678
+ borderFocusSuccess: string;
68679
+ boxShadowFocusSuccess: string;
68680
+ caretColorSuccess: string;
67923
68681
  loadingColorWarning: string;
67924
68682
  borderWarning: string;
67925
68683
  borderHoverWarning: string;
@@ -68207,6 +68965,13 @@ export declare const UInputNumber: import("vue").DefineComponent<import("vue").E
68207
68965
  borderFocus: string;
68208
68966
  boxShadowFocus: string;
68209
68967
  loadingColor: string;
68968
+ loadingColorSuccess: string;
68969
+ borderSuccess: string;
68970
+ borderHoverSuccess: string;
68971
+ colorFocusSuccess: string;
68972
+ borderFocusSuccess: string;
68973
+ boxShadowFocusSuccess: string;
68974
+ caretColorSuccess: string;
68210
68975
  loadingColorWarning: string;
68211
68976
  borderWarning: string;
68212
68977
  borderHoverWarning: string;
@@ -68494,6 +69259,13 @@ export declare const UInputNumber: import("vue").DefineComponent<import("vue").E
68494
69259
  borderFocus: string;
68495
69260
  boxShadowFocus: string;
68496
69261
  loadingColor: string;
69262
+ loadingColorSuccess: string;
69263
+ borderSuccess: string;
69264
+ borderHoverSuccess: string;
69265
+ colorFocusSuccess: string;
69266
+ borderFocusSuccess: string;
69267
+ boxShadowFocusSuccess: string;
69268
+ caretColorSuccess: string;
68497
69269
  loadingColorWarning: string;
68498
69270
  borderWarning: string;
68499
69271
  borderHoverWarning: string;
@@ -68859,6 +69631,13 @@ export declare const UInputNumber: import("vue").DefineComponent<import("vue").E
68859
69631
  borderFocus: string;
68860
69632
  boxShadowFocus: string;
68861
69633
  loadingColor: string;
69634
+ loadingColorSuccess: string;
69635
+ borderSuccess: string;
69636
+ borderHoverSuccess: string;
69637
+ colorFocusSuccess: string;
69638
+ borderFocusSuccess: string;
69639
+ boxShadowFocusSuccess: string;
69640
+ caretColorSuccess: string;
68862
69641
  loadingColorWarning: string;
68863
69642
  borderWarning: string;
68864
69643
  borderHoverWarning: string;
@@ -69226,6 +70005,13 @@ export declare const UInputNumber: import("vue").DefineComponent<import("vue").E
69226
70005
  borderFocus: string;
69227
70006
  boxShadowFocus: string;
69228
70007
  loadingColor: string;
70008
+ loadingColorSuccess: string;
70009
+ borderSuccess: string;
70010
+ borderHoverSuccess: string;
70011
+ colorFocusSuccess: string;
70012
+ borderFocusSuccess: string;
70013
+ boxShadowFocusSuccess: string;
70014
+ caretColorSuccess: string;
69229
70015
  loadingColorWarning: string;
69230
70016
  borderWarning: string;
69231
70017
  borderHoverWarning: string;
@@ -69513,6 +70299,13 @@ export declare const UInputNumber: import("vue").DefineComponent<import("vue").E
69513
70299
  borderFocus: string;
69514
70300
  boxShadowFocus: string;
69515
70301
  loadingColor: string;
70302
+ loadingColorSuccess: string;
70303
+ borderSuccess: string;
70304
+ borderHoverSuccess: string;
70305
+ colorFocusSuccess: string;
70306
+ borderFocusSuccess: string;
70307
+ boxShadowFocusSuccess: string;
70308
+ caretColorSuccess: string;
69516
70309
  loadingColorWarning: string;
69517
70310
  borderWarning: string;
69518
70311
  borderHoverWarning: string;
@@ -69800,6 +70593,13 @@ export declare const UInputNumber: import("vue").DefineComponent<import("vue").E
69800
70593
  borderFocus: string;
69801
70594
  boxShadowFocus: string;
69802
70595
  loadingColor: string;
70596
+ loadingColorSuccess: string;
70597
+ borderSuccess: string;
70598
+ borderHoverSuccess: string;
70599
+ colorFocusSuccess: string;
70600
+ borderFocusSuccess: string;
70601
+ boxShadowFocusSuccess: string;
70602
+ caretColorSuccess: string;
69803
70603
  loadingColorWarning: string;
69804
70604
  borderWarning: string;
69805
70605
  borderHoverWarning: string;
@@ -69919,6 +70719,13 @@ export declare const UInputOtp: import("vue").DefineComponent<import("vue").Extr
69919
70719
  borderFocus: string;
69920
70720
  boxShadowFocus: string;
69921
70721
  loadingColor: string;
70722
+ loadingColorSuccess: string;
70723
+ borderSuccess: string;
70724
+ borderHoverSuccess: string;
70725
+ colorFocusSuccess: string;
70726
+ borderFocusSuccess: string;
70727
+ boxShadowFocusSuccess: string;
70728
+ caretColorSuccess: string;
69922
70729
  loadingColorWarning: string;
69923
70730
  borderWarning: string;
69924
70731
  borderHoverWarning: string;
@@ -69992,6 +70799,13 @@ export declare const UInputOtp: import("vue").DefineComponent<import("vue").Extr
69992
70799
  borderFocus: string;
69993
70800
  boxShadowFocus: string;
69994
70801
  loadingColor: string;
70802
+ loadingColorSuccess: string;
70803
+ borderSuccess: string;
70804
+ borderHoverSuccess: string;
70805
+ colorFocusSuccess: string;
70806
+ borderFocusSuccess: string;
70807
+ boxShadowFocusSuccess: string;
70808
+ caretColorSuccess: string;
69995
70809
  loadingColorWarning: string;
69996
70810
  borderWarning: string;
69997
70811
  borderHoverWarning: string;
@@ -70065,6 +70879,13 @@ export declare const UInputOtp: import("vue").DefineComponent<import("vue").Extr
70065
70879
  borderFocus: string;
70066
70880
  boxShadowFocus: string;
70067
70881
  loadingColor: string;
70882
+ loadingColorSuccess: string;
70883
+ borderSuccess: string;
70884
+ borderHoverSuccess: string;
70885
+ colorFocusSuccess: string;
70886
+ borderFocusSuccess: string;
70887
+ boxShadowFocusSuccess: string;
70888
+ caretColorSuccess: string;
70068
70889
  loadingColorWarning: string;
70069
70890
  borderWarning: string;
70070
70891
  borderHoverWarning: string;
@@ -70143,6 +70964,13 @@ export declare const UInputOtp: import("vue").DefineComponent<import("vue").Extr
70143
70964
  borderFocus: string;
70144
70965
  boxShadowFocus: string;
70145
70966
  loadingColor: string;
70967
+ loadingColorSuccess: string;
70968
+ borderSuccess: string;
70969
+ borderHoverSuccess: string;
70970
+ colorFocusSuccess: string;
70971
+ borderFocusSuccess: string;
70972
+ boxShadowFocusSuccess: string;
70973
+ caretColorSuccess: string;
70146
70974
  loadingColorWarning: string;
70147
70975
  borderWarning: string;
70148
70976
  borderHoverWarning: string;
@@ -70307,6 +71135,13 @@ export declare const UInputOtp: import("vue").DefineComponent<import("vue").Extr
70307
71135
  borderFocus: string;
70308
71136
  boxShadowFocus: string;
70309
71137
  loadingColor: string;
71138
+ loadingColorSuccess: string;
71139
+ borderSuccess: string;
71140
+ borderHoverSuccess: string;
71141
+ colorFocusSuccess: string;
71142
+ borderFocusSuccess: string;
71143
+ boxShadowFocusSuccess: string;
71144
+ caretColorSuccess: string;
70310
71145
  loadingColorWarning: string;
70311
71146
  borderWarning: string;
70312
71147
  borderHoverWarning: string;
@@ -70380,6 +71215,13 @@ export declare const UInputOtp: import("vue").DefineComponent<import("vue").Extr
70380
71215
  borderFocus: string;
70381
71216
  boxShadowFocus: string;
70382
71217
  loadingColor: string;
71218
+ loadingColorSuccess: string;
71219
+ borderSuccess: string;
71220
+ borderHoverSuccess: string;
71221
+ colorFocusSuccess: string;
71222
+ borderFocusSuccess: string;
71223
+ boxShadowFocusSuccess: string;
71224
+ caretColorSuccess: string;
70383
71225
  loadingColorWarning: string;
70384
71226
  borderWarning: string;
70385
71227
  borderHoverWarning: string;
@@ -70453,6 +71295,13 @@ export declare const UInputOtp: import("vue").DefineComponent<import("vue").Extr
70453
71295
  borderFocus: string;
70454
71296
  boxShadowFocus: string;
70455
71297
  loadingColor: string;
71298
+ loadingColorSuccess: string;
71299
+ borderSuccess: string;
71300
+ borderHoverSuccess: string;
71301
+ colorFocusSuccess: string;
71302
+ borderFocusSuccess: string;
71303
+ boxShadowFocusSuccess: string;
71304
+ caretColorSuccess: string;
70456
71305
  loadingColorWarning: string;
70457
71306
  borderWarning: string;
70458
71307
  borderHoverWarning: string;
@@ -72461,6 +73310,13 @@ export declare const ULegacyTransfer: import("vue").DefineComponent<import("vue"
72461
73310
  borderFocus: string;
72462
73311
  boxShadowFocus: string;
72463
73312
  loadingColor: string;
73313
+ loadingColorSuccess: string;
73314
+ borderSuccess: string;
73315
+ borderHoverSuccess: string;
73316
+ colorFocusSuccess: string;
73317
+ borderFocusSuccess: string;
73318
+ boxShadowFocusSuccess: string;
73319
+ caretColorSuccess: string;
72464
73320
  loadingColorWarning: string;
72465
73321
  borderWarning: string;
72466
73322
  borderHoverWarning: string;
@@ -72852,6 +73708,13 @@ export declare const ULegacyTransfer: import("vue").DefineComponent<import("vue"
72852
73708
  borderFocus: string;
72853
73709
  boxShadowFocus: string;
72854
73710
  loadingColor: string;
73711
+ loadingColorSuccess: string;
73712
+ borderSuccess: string;
73713
+ borderHoverSuccess: string;
73714
+ colorFocusSuccess: string;
73715
+ borderFocusSuccess: string;
73716
+ boxShadowFocusSuccess: string;
73717
+ caretColorSuccess: string;
72855
73718
  loadingColorWarning: string;
72856
73719
  borderWarning: string;
72857
73720
  borderHoverWarning: string;
@@ -73243,6 +74106,13 @@ export declare const ULegacyTransfer: import("vue").DefineComponent<import("vue"
73243
74106
  borderFocus: string;
73244
74107
  boxShadowFocus: string;
73245
74108
  loadingColor: string;
74109
+ loadingColorSuccess: string;
74110
+ borderSuccess: string;
74111
+ borderHoverSuccess: string;
74112
+ colorFocusSuccess: string;
74113
+ borderFocusSuccess: string;
74114
+ boxShadowFocusSuccess: string;
74115
+ caretColorSuccess: string;
73246
74116
  loadingColorWarning: string;
73247
74117
  borderWarning: string;
73248
74118
  borderHoverWarning: string;
@@ -73650,6 +74520,13 @@ export declare const ULegacyTransfer: import("vue").DefineComponent<import("vue"
73650
74520
  borderFocus: string;
73651
74521
  boxShadowFocus: string;
73652
74522
  loadingColor: string;
74523
+ loadingColorSuccess: string;
74524
+ borderSuccess: string;
74525
+ borderHoverSuccess: string;
74526
+ colorFocusSuccess: string;
74527
+ borderFocusSuccess: string;
74528
+ boxShadowFocusSuccess: string;
74529
+ caretColorSuccess: string;
73653
74530
  loadingColorWarning: string;
73654
74531
  borderWarning: string;
73655
74532
  borderHoverWarning: string;
@@ -74134,6 +75011,13 @@ export declare const ULegacyTransfer: import("vue").DefineComponent<import("vue"
74134
75011
  borderFocus: string;
74135
75012
  boxShadowFocus: string;
74136
75013
  loadingColor: string;
75014
+ loadingColorSuccess: string;
75015
+ borderSuccess: string;
75016
+ borderHoverSuccess: string;
75017
+ colorFocusSuccess: string;
75018
+ borderFocusSuccess: string;
75019
+ boxShadowFocusSuccess: string;
75020
+ caretColorSuccess: string;
74137
75021
  loadingColorWarning: string;
74138
75022
  borderWarning: string;
74139
75023
  borderHoverWarning: string;
@@ -74525,6 +75409,13 @@ export declare const ULegacyTransfer: import("vue").DefineComponent<import("vue"
74525
75409
  borderFocus: string;
74526
75410
  boxShadowFocus: string;
74527
75411
  loadingColor: string;
75412
+ loadingColorSuccess: string;
75413
+ borderSuccess: string;
75414
+ borderHoverSuccess: string;
75415
+ colorFocusSuccess: string;
75416
+ borderFocusSuccess: string;
75417
+ boxShadowFocusSuccess: string;
75418
+ caretColorSuccess: string;
74528
75419
  loadingColorWarning: string;
74529
75420
  borderWarning: string;
74530
75421
  borderHoverWarning: string;
@@ -74916,6 +75807,13 @@ export declare const ULegacyTransfer: import("vue").DefineComponent<import("vue"
74916
75807
  borderFocus: string;
74917
75808
  boxShadowFocus: string;
74918
75809
  loadingColor: string;
75810
+ loadingColorSuccess: string;
75811
+ borderSuccess: string;
75812
+ borderHoverSuccess: string;
75813
+ colorFocusSuccess: string;
75814
+ borderFocusSuccess: string;
75815
+ boxShadowFocusSuccess: string;
75816
+ caretColorSuccess: string;
74919
75817
  loadingColorWarning: string;
74920
75818
  borderWarning: string;
74921
75819
  borderHoverWarning: string;
@@ -76163,6 +77061,10 @@ export declare const UMappingCard: import("vue").DefineComponent<import("vue").E
76163
77061
  readonly type: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["hideCopy"]>;
76164
77062
  readonly default: false;
76165
77063
  };
77064
+ hideHeaderActions: {
77065
+ readonly type: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["hideHeaderActions"]>;
77066
+ readonly default: false;
77067
+ };
76166
77068
  copyButtonProps: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["copyButtonProps"]>;
76167
77069
  copyIconProps: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["copyIconProps"]>;
76168
77070
  headerEditButtonProps: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["headerEditButtonProps"]>;
@@ -77213,6 +78115,10 @@ export declare const UMappingCard: import("vue").DefineComponent<import("vue").E
77213
78115
  readonly type: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["hideCopy"]>;
77214
78116
  readonly default: false;
77215
78117
  };
78118
+ hideHeaderActions: {
78119
+ readonly type: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["hideHeaderActions"]>;
78120
+ readonly default: false;
78121
+ };
77216
78122
  copyButtonProps: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["copyButtonProps"]>;
77217
78123
  copyIconProps: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["copyIconProps"]>;
77218
78124
  headerEditButtonProps: import("vue").PropType<import("./mapping-card/src/interface").MappingCardInterface["headerEditButtonProps"]>;
@@ -78235,6 +79141,7 @@ export declare const UMappingCard: import("vue").DefineComponent<import("vue").E
78235
79141
  cols: number | undefined;
78236
79142
  defaultSpan: number | undefined;
78237
79143
  hideCopy: boolean | undefined;
79144
+ hideHeaderActions: boolean | undefined;
78238
79145
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
78239
79146
  export declare const UMappingCardList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
78240
79147
  readonly items: {
@@ -78480,6 +79387,13 @@ export declare const UMention: import("vue").DefineComponent<import("vue").Extra
78480
79387
  borderFocus: string;
78481
79388
  boxShadowFocus: string;
78482
79389
  loadingColor: string;
79390
+ loadingColorSuccess: string;
79391
+ borderSuccess: string;
79392
+ borderHoverSuccess: string;
79393
+ colorFocusSuccess: string;
79394
+ borderFocusSuccess: string;
79395
+ boxShadowFocusSuccess: string;
79396
+ caretColorSuccess: string;
78483
79397
  loadingColorWarning: string;
78484
79398
  borderWarning: string;
78485
79399
  borderHoverWarning: string;
@@ -78613,6 +79527,13 @@ export declare const UMention: import("vue").DefineComponent<import("vue").Extra
78613
79527
  borderFocus: string;
78614
79528
  boxShadowFocus: string;
78615
79529
  loadingColor: string;
79530
+ loadingColorSuccess: string;
79531
+ borderSuccess: string;
79532
+ borderHoverSuccess: string;
79533
+ colorFocusSuccess: string;
79534
+ borderFocusSuccess: string;
79535
+ boxShadowFocusSuccess: string;
79536
+ caretColorSuccess: string;
78616
79537
  loadingColorWarning: string;
78617
79538
  borderWarning: string;
78618
79539
  borderHoverWarning: string;
@@ -78746,6 +79667,13 @@ export declare const UMention: import("vue").DefineComponent<import("vue").Extra
78746
79667
  borderFocus: string;
78747
79668
  boxShadowFocus: string;
78748
79669
  loadingColor: string;
79670
+ loadingColorSuccess: string;
79671
+ borderSuccess: string;
79672
+ borderHoverSuccess: string;
79673
+ colorFocusSuccess: string;
79674
+ borderFocusSuccess: string;
79675
+ boxShadowFocusSuccess: string;
79676
+ caretColorSuccess: string;
78749
79677
  loadingColorWarning: string;
78750
79678
  borderWarning: string;
78751
79679
  borderHoverWarning: string;
@@ -78888,6 +79816,13 @@ export declare const UMention: import("vue").DefineComponent<import("vue").Extra
78888
79816
  borderFocus: string;
78889
79817
  boxShadowFocus: string;
78890
79818
  loadingColor: string;
79819
+ loadingColorSuccess: string;
79820
+ borderSuccess: string;
79821
+ borderHoverSuccess: string;
79822
+ colorFocusSuccess: string;
79823
+ borderFocusSuccess: string;
79824
+ boxShadowFocusSuccess: string;
79825
+ caretColorSuccess: string;
78891
79826
  loadingColorWarning: string;
78892
79827
  borderWarning: string;
78893
79828
  borderHoverWarning: string;
@@ -79203,6 +80138,13 @@ export declare const UMention: import("vue").DefineComponent<import("vue").Extra
79203
80138
  borderFocus: string;
79204
80139
  boxShadowFocus: string;
79205
80140
  loadingColor: string;
80141
+ loadingColorSuccess: string;
80142
+ borderSuccess: string;
80143
+ borderHoverSuccess: string;
80144
+ colorFocusSuccess: string;
80145
+ borderFocusSuccess: string;
80146
+ boxShadowFocusSuccess: string;
80147
+ caretColorSuccess: string;
79206
80148
  loadingColorWarning: string;
79207
80149
  borderWarning: string;
79208
80150
  borderHoverWarning: string;
@@ -79336,6 +80278,13 @@ export declare const UMention: import("vue").DefineComponent<import("vue").Extra
79336
80278
  borderFocus: string;
79337
80279
  boxShadowFocus: string;
79338
80280
  loadingColor: string;
80281
+ loadingColorSuccess: string;
80282
+ borderSuccess: string;
80283
+ borderHoverSuccess: string;
80284
+ colorFocusSuccess: string;
80285
+ borderFocusSuccess: string;
80286
+ boxShadowFocusSuccess: string;
80287
+ caretColorSuccess: string;
79339
80288
  loadingColorWarning: string;
79340
80289
  borderWarning: string;
79341
80290
  borderHoverWarning: string;
@@ -79469,6 +80418,13 @@ export declare const UMention: import("vue").DefineComponent<import("vue").Extra
79469
80418
  borderFocus: string;
79470
80419
  boxShadowFocus: string;
79471
80420
  loadingColor: string;
80421
+ loadingColorSuccess: string;
80422
+ borderSuccess: string;
80423
+ borderHoverSuccess: string;
80424
+ colorFocusSuccess: string;
80425
+ borderFocusSuccess: string;
80426
+ boxShadowFocusSuccess: string;
80427
+ caretColorSuccess: string;
79472
80428
  loadingColorWarning: string;
79473
80429
  borderWarning: string;
79474
80430
  borderHoverWarning: string;
@@ -81098,7 +82054,6 @@ export declare const UModal: import("vue").DefineComponent<import("vue").Extract
81098
82054
  onBeforeHide: import("vue").PropType<() => void>;
81099
82055
  onAfterHide: import("vue").PropType<() => void>;
81100
82056
  onHide: import("vue").PropType<(value: false) => void>;
81101
- presetDisabled: BooleanConstructor;
81102
82057
  size: {
81103
82058
  type: import("vue").PropType<"small" | "medium" | "large">;
81104
82059
  default: string;
@@ -81136,7 +82091,10 @@ export declare const UModal: import("vue").DefineComponent<import("vue").Extract
81136
82091
  type: BooleanConstructor;
81137
82092
  default: boolean;
81138
82093
  };
81139
- preset: import("vue").PropType<"confirm" | "dialog" | "card">;
82094
+ preset: {
82095
+ type: import("vue").PropType<"confirm" | "dialog" | "card">;
82096
+ default: string;
82097
+ };
81140
82098
  to: import("vue").PropType<string | HTMLElement>;
81141
82099
  displayDirective: {
81142
82100
  type: import("vue").PropType<"if" | "show">;
@@ -82158,7 +83116,6 @@ export declare const UModal: import("vue").DefineComponent<import("vue").Extract
82158
83116
  onBeforeHide: import("vue").PropType<() => void>;
82159
83117
  onAfterHide: import("vue").PropType<() => void>;
82160
83118
  onHide: import("vue").PropType<(value: false) => void>;
82161
- presetDisabled: BooleanConstructor;
82162
83119
  size: {
82163
83120
  type: import("vue").PropType<"small" | "medium" | "large">;
82164
83121
  default: string;
@@ -82196,7 +83153,10 @@ export declare const UModal: import("vue").DefineComponent<import("vue").Extract
82196
83153
  type: BooleanConstructor;
82197
83154
  default: boolean;
82198
83155
  };
82199
- preset: import("vue").PropType<"confirm" | "dialog" | "card">;
83156
+ preset: {
83157
+ type: import("vue").PropType<"confirm" | "dialog" | "card">;
83158
+ default: string;
83159
+ };
82200
83160
  to: import("vue").PropType<string | HTMLElement>;
82201
83161
  displayDirective: {
82202
83162
  type: import("vue").PropType<"if" | "show">;
@@ -83189,9 +84149,9 @@ export declare const UModal: import("vue").DefineComponent<import("vue").Extract
83189
84149
  autoFocus: boolean;
83190
84150
  closeOnEsc: boolean;
83191
84151
  blockScroll: boolean;
84152
+ preset: "card" | "dialog" | "confirm";
83192
84153
  internalDialog: boolean;
83193
84154
  internalAppear: boolean | undefined;
83194
- presetDisabled: boolean;
83195
84155
  unstableShowMask: boolean;
83196
84156
  transformOrigin: "mouse" | "center";
83197
84157
  }, import("vue").SlotsType<import("./modal/src/Modal").ModalSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -84416,6 +85376,13 @@ export declare const UPagination: import("vue").DefineComponent<import("vue").Ex
84416
85376
  borderFocus: string;
84417
85377
  boxShadowFocus: string;
84418
85378
  loadingColor: string;
85379
+ loadingColorSuccess: string;
85380
+ borderSuccess: string;
85381
+ borderHoverSuccess: string;
85382
+ colorFocusSuccess: string;
85383
+ borderFocusSuccess: string;
85384
+ boxShadowFocusSuccess: string;
85385
+ caretColorSuccess: string;
84419
85386
  loadingColorWarning: string;
84420
85387
  borderWarning: string;
84421
85388
  borderHoverWarning: string;
@@ -84830,6 +85797,13 @@ export declare const UPagination: import("vue").DefineComponent<import("vue").Ex
84830
85797
  borderFocus: string;
84831
85798
  boxShadowFocus: string;
84832
85799
  loadingColor: string;
85800
+ loadingColorSuccess: string;
85801
+ borderSuccess: string;
85802
+ borderHoverSuccess: string;
85803
+ colorFocusSuccess: string;
85804
+ borderFocusSuccess: string;
85805
+ boxShadowFocusSuccess: string;
85806
+ caretColorSuccess: string;
84833
85807
  loadingColorWarning: string;
84834
85808
  borderWarning: string;
84835
85809
  borderHoverWarning: string;
@@ -85244,6 +86218,13 @@ export declare const UPagination: import("vue").DefineComponent<import("vue").Ex
85244
86218
  borderFocus: string;
85245
86219
  boxShadowFocus: string;
85246
86220
  loadingColor: string;
86221
+ loadingColorSuccess: string;
86222
+ borderSuccess: string;
86223
+ borderHoverSuccess: string;
86224
+ colorFocusSuccess: string;
86225
+ borderFocusSuccess: string;
86226
+ boxShadowFocusSuccess: string;
86227
+ caretColorSuccess: string;
85247
86228
  loadingColorWarning: string;
85248
86229
  borderWarning: string;
85249
86230
  borderHoverWarning: string;
@@ -85680,6 +86661,13 @@ export declare const UPagination: import("vue").DefineComponent<import("vue").Ex
85680
86661
  borderFocus: string;
85681
86662
  boxShadowFocus: string;
85682
86663
  loadingColor: string;
86664
+ loadingColorSuccess: string;
86665
+ borderSuccess: string;
86666
+ borderHoverSuccess: string;
86667
+ colorFocusSuccess: string;
86668
+ borderFocusSuccess: string;
86669
+ boxShadowFocusSuccess: string;
86670
+ caretColorSuccess: string;
85683
86671
  loadingColorWarning: string;
85684
86672
  borderWarning: string;
85685
86673
  borderHoverWarning: string;
@@ -86496,6 +87484,13 @@ export declare const UPagination: import("vue").DefineComponent<import("vue").Ex
86496
87484
  borderFocus: string;
86497
87485
  boxShadowFocus: string;
86498
87486
  loadingColor: string;
87487
+ loadingColorSuccess: string;
87488
+ borderSuccess: string;
87489
+ borderHoverSuccess: string;
87490
+ colorFocusSuccess: string;
87491
+ borderFocusSuccess: string;
87492
+ boxShadowFocusSuccess: string;
87493
+ caretColorSuccess: string;
86499
87494
  loadingColorWarning: string;
86500
87495
  borderWarning: string;
86501
87496
  borderHoverWarning: string;
@@ -86910,6 +87905,13 @@ export declare const UPagination: import("vue").DefineComponent<import("vue").Ex
86910
87905
  borderFocus: string;
86911
87906
  boxShadowFocus: string;
86912
87907
  loadingColor: string;
87908
+ loadingColorSuccess: string;
87909
+ borderSuccess: string;
87910
+ borderHoverSuccess: string;
87911
+ colorFocusSuccess: string;
87912
+ borderFocusSuccess: string;
87913
+ boxShadowFocusSuccess: string;
87914
+ caretColorSuccess: string;
86913
87915
  loadingColorWarning: string;
86914
87916
  borderWarning: string;
86915
87917
  borderHoverWarning: string;
@@ -87324,6 +88326,13 @@ export declare const UPagination: import("vue").DefineComponent<import("vue").Ex
87324
88326
  borderFocus: string;
87325
88327
  boxShadowFocus: string;
87326
88328
  loadingColor: string;
88329
+ loadingColorSuccess: string;
88330
+ borderSuccess: string;
88331
+ borderHoverSuccess: string;
88332
+ colorFocusSuccess: string;
88333
+ borderFocusSuccess: string;
88334
+ boxShadowFocusSuccess: string;
88335
+ caretColorSuccess: string;
87327
88336
  loadingColorWarning: string;
87328
88337
  borderWarning: string;
87329
88338
  borderHoverWarning: string;
@@ -98584,6 +99593,13 @@ export declare const UTimePicker: import("vue").DefineComponent<import("vue").Ex
98584
99593
  borderFocus: string;
98585
99594
  boxShadowFocus: string;
98586
99595
  loadingColor: string;
99596
+ loadingColorSuccess: string;
99597
+ borderSuccess: string;
99598
+ borderHoverSuccess: string;
99599
+ colorFocusSuccess: string;
99600
+ borderFocusSuccess: string;
99601
+ boxShadowFocusSuccess: string;
99602
+ caretColorSuccess: string;
98587
99603
  loadingColorWarning: string;
98588
99604
  borderWarning: string;
98589
99605
  borderHoverWarning: string;
@@ -98898,6 +99914,13 @@ export declare const UTimePicker: import("vue").DefineComponent<import("vue").Ex
98898
99914
  borderFocus: string;
98899
99915
  boxShadowFocus: string;
98900
99916
  loadingColor: string;
99917
+ loadingColorSuccess: string;
99918
+ borderSuccess: string;
99919
+ borderHoverSuccess: string;
99920
+ colorFocusSuccess: string;
99921
+ borderFocusSuccess: string;
99922
+ boxShadowFocusSuccess: string;
99923
+ caretColorSuccess: string;
98901
99924
  loadingColorWarning: string;
98902
99925
  borderWarning: string;
98903
99926
  borderHoverWarning: string;
@@ -99212,6 +100235,13 @@ export declare const UTimePicker: import("vue").DefineComponent<import("vue").Ex
99212
100235
  borderFocus: string;
99213
100236
  boxShadowFocus: string;
99214
100237
  loadingColor: string;
100238
+ loadingColorSuccess: string;
100239
+ borderSuccess: string;
100240
+ borderHoverSuccess: string;
100241
+ colorFocusSuccess: string;
100242
+ borderFocusSuccess: string;
100243
+ boxShadowFocusSuccess: string;
100244
+ caretColorSuccess: string;
99215
100245
  loadingColorWarning: string;
99216
100246
  borderWarning: string;
99217
100247
  borderHoverWarning: string;
@@ -99719,6 +100749,13 @@ export declare const UTimePicker: import("vue").DefineComponent<import("vue").Ex
99719
100749
  borderFocus: string;
99720
100750
  boxShadowFocus: string;
99721
100751
  loadingColor: string;
100752
+ loadingColorSuccess: string;
100753
+ borderSuccess: string;
100754
+ borderHoverSuccess: string;
100755
+ colorFocusSuccess: string;
100756
+ borderFocusSuccess: string;
100757
+ boxShadowFocusSuccess: string;
100758
+ caretColorSuccess: string;
99722
100759
  loadingColorWarning: string;
99723
100760
  borderWarning: string;
99724
100761
  borderHoverWarning: string;
@@ -100153,6 +101190,13 @@ export declare const UTimePicker: import("vue").DefineComponent<import("vue").Ex
100153
101190
  borderFocus: string;
100154
101191
  boxShadowFocus: string;
100155
101192
  loadingColor: string;
101193
+ loadingColorSuccess: string;
101194
+ borderSuccess: string;
101195
+ borderHoverSuccess: string;
101196
+ colorFocusSuccess: string;
101197
+ borderFocusSuccess: string;
101198
+ boxShadowFocusSuccess: string;
101199
+ caretColorSuccess: string;
100156
101200
  loadingColorWarning: string;
100157
101201
  borderWarning: string;
100158
101202
  borderHoverWarning: string;
@@ -100467,6 +101511,13 @@ export declare const UTimePicker: import("vue").DefineComponent<import("vue").Ex
100467
101511
  borderFocus: string;
100468
101512
  boxShadowFocus: string;
100469
101513
  loadingColor: string;
101514
+ loadingColorSuccess: string;
101515
+ borderSuccess: string;
101516
+ borderHoverSuccess: string;
101517
+ colorFocusSuccess: string;
101518
+ borderFocusSuccess: string;
101519
+ boxShadowFocusSuccess: string;
101520
+ caretColorSuccess: string;
100470
101521
  loadingColorWarning: string;
100471
101522
  borderWarning: string;
100472
101523
  borderHoverWarning: string;
@@ -100781,6 +101832,13 @@ export declare const UTimePicker: import("vue").DefineComponent<import("vue").Ex
100781
101832
  borderFocus: string;
100782
101833
  boxShadowFocus: string;
100783
101834
  loadingColor: string;
101835
+ loadingColorSuccess: string;
101836
+ borderSuccess: string;
101837
+ borderHoverSuccess: string;
101838
+ colorFocusSuccess: string;
101839
+ borderFocusSuccess: string;
101840
+ boxShadowFocusSuccess: string;
101841
+ caretColorSuccess: string;
100784
101842
  loadingColorWarning: string;
100785
101843
  borderWarning: string;
100786
101844
  borderHoverWarning: string;
@@ -102114,6 +103172,13 @@ export declare const UTransfer: import("vue").DefineComponent<import("vue").Extr
102114
103172
  borderFocus: string;
102115
103173
  boxShadowFocus: string;
102116
103174
  loadingColor: string;
103175
+ loadingColorSuccess: string;
103176
+ borderSuccess: string;
103177
+ borderHoverSuccess: string;
103178
+ colorFocusSuccess: string;
103179
+ borderFocusSuccess: string;
103180
+ boxShadowFocusSuccess: string;
103181
+ caretColorSuccess: string;
102117
103182
  loadingColorWarning: string;
102118
103183
  borderWarning: string;
102119
103184
  borderHoverWarning: string;
@@ -102518,6 +103583,13 @@ export declare const UTransfer: import("vue").DefineComponent<import("vue").Extr
102518
103583
  borderFocus: string;
102519
103584
  boxShadowFocus: string;
102520
103585
  loadingColor: string;
103586
+ loadingColorSuccess: string;
103587
+ borderSuccess: string;
103588
+ borderHoverSuccess: string;
103589
+ colorFocusSuccess: string;
103590
+ borderFocusSuccess: string;
103591
+ boxShadowFocusSuccess: string;
103592
+ caretColorSuccess: string;
102521
103593
  loadingColorWarning: string;
102522
103594
  borderWarning: string;
102523
103595
  borderHoverWarning: string;
@@ -102922,6 +103994,13 @@ export declare const UTransfer: import("vue").DefineComponent<import("vue").Extr
102922
103994
  borderFocus: string;
102923
103995
  boxShadowFocus: string;
102924
103996
  loadingColor: string;
103997
+ loadingColorSuccess: string;
103998
+ borderSuccess: string;
103999
+ borderHoverSuccess: string;
104000
+ colorFocusSuccess: string;
104001
+ borderFocusSuccess: string;
104002
+ boxShadowFocusSuccess: string;
104003
+ caretColorSuccess: string;
102925
104004
  loadingColorWarning: string;
102926
104005
  borderWarning: string;
102927
104006
  borderHoverWarning: string;
@@ -103334,6 +104413,13 @@ export declare const UTransfer: import("vue").DefineComponent<import("vue").Extr
103334
104413
  borderFocus: string;
103335
104414
  boxShadowFocus: string;
103336
104415
  loadingColor: string;
104416
+ loadingColorSuccess: string;
104417
+ borderSuccess: string;
104418
+ borderHoverSuccess: string;
104419
+ colorFocusSuccess: string;
104420
+ borderFocusSuccess: string;
104421
+ boxShadowFocusSuccess: string;
104422
+ caretColorSuccess: string;
103337
104423
  loadingColorWarning: string;
103338
104424
  borderWarning: string;
103339
104425
  borderHoverWarning: string;
@@ -103849,6 +104935,13 @@ export declare const UTransfer: import("vue").DefineComponent<import("vue").Extr
103849
104935
  borderFocus: string;
103850
104936
  boxShadowFocus: string;
103851
104937
  loadingColor: string;
104938
+ loadingColorSuccess: string;
104939
+ borderSuccess: string;
104940
+ borderHoverSuccess: string;
104941
+ colorFocusSuccess: string;
104942
+ borderFocusSuccess: string;
104943
+ boxShadowFocusSuccess: string;
104944
+ caretColorSuccess: string;
103852
104945
  loadingColorWarning: string;
103853
104946
  borderWarning: string;
103854
104947
  borderHoverWarning: string;
@@ -104253,6 +105346,13 @@ export declare const UTransfer: import("vue").DefineComponent<import("vue").Extr
104253
105346
  borderFocus: string;
104254
105347
  boxShadowFocus: string;
104255
105348
  loadingColor: string;
105349
+ loadingColorSuccess: string;
105350
+ borderSuccess: string;
105351
+ borderHoverSuccess: string;
105352
+ colorFocusSuccess: string;
105353
+ borderFocusSuccess: string;
105354
+ boxShadowFocusSuccess: string;
105355
+ caretColorSuccess: string;
104256
105356
  loadingColorWarning: string;
104257
105357
  borderWarning: string;
104258
105358
  borderHoverWarning: string;
@@ -104657,6 +105757,13 @@ export declare const UTransfer: import("vue").DefineComponent<import("vue").Extr
104657
105757
  borderFocus: string;
104658
105758
  boxShadowFocus: string;
104659
105759
  loadingColor: string;
105760
+ loadingColorSuccess: string;
105761
+ borderSuccess: string;
105762
+ borderHoverSuccess: string;
105763
+ colorFocusSuccess: string;
105764
+ borderFocusSuccess: string;
105765
+ boxShadowFocusSuccess: string;
105766
+ caretColorSuccess: string;
104660
105767
  loadingColorWarning: string;
104661
105768
  borderWarning: string;
104662
105769
  borderHoverWarning: string;