@uzum-tech/ui 1.9.0 → 1.10.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 (249) hide show
  1. package/dist/index.js +5789 -1014
  2. package/dist/index.prod.js +12 -3
  3. package/es/_internal/scrollbar/src/Scrollbar.js +19 -38
  4. package/es/auto-complete/src/AutoComplete.d.ts +1 -1
  5. package/es/cascader/src/Cascader.d.ts +1 -1
  6. package/es/chat/index.d.ts +1 -1
  7. package/es/chat/src/Chat.d.ts +233 -11
  8. package/es/chat/src/Chat.js +73 -22
  9. package/es/chat/src/ChatParts/ChatAttachment.js +14 -12
  10. package/es/chat/src/ChatParts/MainArea.d.ts +1 -0
  11. package/es/chat/src/ChatParts/MainArea.js +95 -57
  12. package/es/chat/src/ChatParts/Sidebar.d.ts +920 -0
  13. package/es/chat/src/ChatParts/Sidebar.js +63 -12
  14. package/es/chat/src/interface.d.ts +24 -3
  15. package/es/chat/src/styles/index.cssr.js +13 -2
  16. package/es/components.d.ts +2 -0
  17. package/es/components.js +2 -0
  18. package/es/config-provider/src/internal-interface.d.ts +4 -0
  19. package/es/crop/index.d.ts +3 -0
  20. package/es/crop/index.js +1 -0
  21. package/es/crop/src/Crop.d.ts +222 -0
  22. package/es/crop/src/Crop.js +157 -0
  23. package/es/crop/src/interface.d.ts +6 -0
  24. package/es/crop/src/interface.js +7 -0
  25. package/es/crop/src/styles/index.cssr.d.ts +2 -0
  26. package/es/crop/src/styles/index.cssr.js +333 -0
  27. package/es/crop/styles/_common.d.ts +4 -0
  28. package/es/crop/styles/_common.js +3 -0
  29. package/es/crop/styles/dark.d.ts +3 -0
  30. package/es/crop/styles/dark.js +9 -0
  31. package/es/crop/styles/index.d.ts +3 -0
  32. package/es/crop/styles/index.js +2 -0
  33. package/es/crop/styles/light.d.ts +14 -0
  34. package/es/crop/styles/light.js +14 -0
  35. package/es/date-picker/src/DatePicker.d.ts +1308 -43
  36. package/es/date-picker/src/DatePicker.js +54 -29
  37. package/es/date-picker/src/interface.d.ts +1 -0
  38. package/es/date-picker/src/panel/date.d.ts +141 -0
  39. package/es/date-picker/src/panel/daterange.d.ts +141 -0
  40. package/es/date-picker/src/panel/datetime.d.ts +141 -0
  41. package/es/date-picker/src/panel/datetimerange.d.ts +141 -0
  42. package/es/date-picker/src/panel/panelMonth.d.ts +283 -1
  43. package/es/date-picker/src/panel/panelMonthContent.d.ts +141 -0
  44. package/es/date-picker/src/panel/panelYear.d.ts +283 -1
  45. package/es/date-picker/src/panel/panelYearContent.d.ts +141 -0
  46. package/es/date-picker/src/panel/use-calendar.d.ts +141 -0
  47. package/es/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
  48. package/es/date-picker/src/panel/use-panel-common.d.ts +141 -0
  49. package/es/date-picker/styles/dark.js +3 -1
  50. package/es/date-picker/styles/light.d.ts +123 -0
  51. package/es/date-picker/styles/light.js +3 -1
  52. package/es/descriptions/src/Descriptions.d.ts +30 -0
  53. package/es/descriptions/src/Descriptions.js +18 -10
  54. package/es/dynamic-tags/src/DynamicTags.d.ts +30 -0
  55. package/es/dynamic-tags/styles/light.d.ts +3 -0
  56. package/es/infinite-scroll/src/InfiniteScroll.js +3 -6
  57. package/es/input/src/Input.d.ts +1 -1
  58. package/es/input-number/src/InputNumber.d.ts +1 -1
  59. package/es/legacy-transfer/src/Transfer.d.ts +1 -1
  60. package/es/locales/common/arDZ.js +2 -0
  61. package/es/locales/common/deDE.js +2 -0
  62. package/es/locales/common/enGB.js +2 -0
  63. package/es/locales/common/enUS.d.ts +2 -0
  64. package/es/locales/common/enUS.js +2 -0
  65. package/es/locales/common/eo.js +2 -0
  66. package/es/locales/common/esAR.js +2 -0
  67. package/es/locales/common/faIR.js +2 -0
  68. package/es/locales/common/frFR.js +2 -0
  69. package/es/locales/common/idID.js +2 -0
  70. package/es/locales/common/itIT.js +2 -0
  71. package/es/locales/common/jaJP.js +2 -0
  72. package/es/locales/common/koKR.js +2 -0
  73. package/es/locales/common/nbNO.js +2 -0
  74. package/es/locales/common/nlNL.js +2 -0
  75. package/es/locales/common/plPL.js +2 -0
  76. package/es/locales/common/ptBR.js +2 -0
  77. package/es/locales/common/ruRU.js +2 -0
  78. package/es/locales/common/skSK.js +2 -0
  79. package/es/locales/common/svSE.js +2 -0
  80. package/es/locales/common/thTH.js +2 -0
  81. package/es/locales/common/trTR.js +2 -0
  82. package/es/locales/common/ukUA.js +2 -0
  83. package/es/locales/common/viVN.js +2 -0
  84. package/es/locales/common/zhCN.js +2 -0
  85. package/es/locales/common/zhTW.js +2 -0
  86. package/es/modal-fullscreen/index.d.ts +2 -0
  87. package/es/modal-fullscreen/index.js +1 -0
  88. package/es/modal-fullscreen/src/ModalFull.d.ts +953 -0
  89. package/es/modal-fullscreen/src/ModalFull.js +250 -0
  90. package/es/modal-fullscreen/src/interface.d.ts +0 -0
  91. package/es/modal-fullscreen/src/interface.js +1 -0
  92. package/es/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
  93. package/es/modal-fullscreen/src/styles/index.cssr.js +85 -0
  94. package/es/modal-fullscreen/styles/_common.d.ts +12 -0
  95. package/es/modal-fullscreen/styles/_common.js +11 -0
  96. package/es/modal-fullscreen/styles/dark.d.ts +3 -0
  97. package/es/modal-fullscreen/styles/dark.js +14 -0
  98. package/es/modal-fullscreen/styles/index.d.ts +3 -0
  99. package/es/modal-fullscreen/styles/index.js +2 -0
  100. package/es/modal-fullscreen/styles/light.d.ts +100 -0
  101. package/es/modal-fullscreen/styles/light.js +19 -0
  102. package/es/rate/src/Rate.d.ts +1 -1
  103. package/es/select/src/Select.d.ts +1 -1
  104. package/es/slider/src/Slider.d.ts +1 -1
  105. package/es/switch/src/Switch.d.ts +1 -1
  106. package/es/tag/index.d.ts +2 -0
  107. package/es/tag/index.js +1 -0
  108. package/es/tag/src/Tag.d.ts +40 -0
  109. package/es/tag/src/Tag.js +3 -0
  110. package/es/tag/src/TagGroup.d.ts +644 -0
  111. package/es/tag/src/TagGroup.js +109 -0
  112. package/es/tag/src/styles/index.cssr.d.ts +1 -0
  113. package/es/tag/src/styles/index.cssr.js +8 -1
  114. package/es/tag/styles/light.d.ts +3 -0
  115. package/es/tag/styles/light.js +5 -0
  116. package/es/themes/dark.js +5 -1
  117. package/es/themes/light.js +5 -1
  118. package/es/time-picker/src/TimePicker.d.ts +1 -1
  119. package/es/transfer/src/Transfer.d.ts +1 -1
  120. package/es/tree-select/src/TreeSelect.d.ts +1 -1
  121. package/es/version.d.ts +1 -1
  122. package/es/version.js +1 -1
  123. package/es/virtual-list/index.d.ts +1 -1
  124. package/es/virtual-list/index.js +1 -1
  125. package/lib/_internal/scrollbar/src/Scrollbar.js +19 -38
  126. package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
  127. package/lib/cascader/src/Cascader.d.ts +1 -1
  128. package/lib/chat/index.d.ts +1 -1
  129. package/lib/chat/src/Chat.d.ts +233 -11
  130. package/lib/chat/src/Chat.js +73 -22
  131. package/lib/chat/src/ChatParts/ChatAttachment.js +14 -12
  132. package/lib/chat/src/ChatParts/MainArea.d.ts +1 -0
  133. package/lib/chat/src/ChatParts/MainArea.js +94 -56
  134. package/lib/chat/src/ChatParts/Sidebar.d.ts +920 -0
  135. package/lib/chat/src/ChatParts/Sidebar.js +62 -11
  136. package/lib/chat/src/interface.d.ts +24 -3
  137. package/lib/chat/src/styles/index.cssr.js +13 -2
  138. package/lib/components.d.ts +2 -0
  139. package/lib/components.js +2 -0
  140. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  141. package/lib/crop/index.d.ts +3 -0
  142. package/lib/crop/index.js +9 -0
  143. package/lib/crop/src/Crop.d.ts +222 -0
  144. package/lib/crop/src/Crop.js +163 -0
  145. package/lib/crop/src/interface.d.ts +6 -0
  146. package/lib/crop/src/interface.js +10 -0
  147. package/lib/crop/src/styles/index.cssr.d.ts +2 -0
  148. package/lib/crop/src/styles/index.cssr.js +338 -0
  149. package/lib/crop/styles/_common.d.ts +4 -0
  150. package/lib/crop/styles/_common.js +5 -0
  151. package/lib/crop/styles/dark.d.ts +3 -0
  152. package/lib/crop/styles/dark.js +11 -0
  153. package/lib/crop/styles/index.d.ts +3 -0
  154. package/lib/crop/styles/index.js +10 -0
  155. package/lib/crop/styles/light.d.ts +14 -0
  156. package/lib/crop/styles/light.js +21 -0
  157. package/lib/date-picker/src/DatePicker.d.ts +1308 -43
  158. package/lib/date-picker/src/DatePicker.js +53 -28
  159. package/lib/date-picker/src/interface.d.ts +1 -0
  160. package/lib/date-picker/src/panel/date.d.ts +141 -0
  161. package/lib/date-picker/src/panel/daterange.d.ts +141 -0
  162. package/lib/date-picker/src/panel/datetime.d.ts +141 -0
  163. package/lib/date-picker/src/panel/datetimerange.d.ts +141 -0
  164. package/lib/date-picker/src/panel/panelMonth.d.ts +283 -1
  165. package/lib/date-picker/src/panel/panelMonthContent.d.ts +141 -0
  166. package/lib/date-picker/src/panel/panelYear.d.ts +283 -1
  167. package/lib/date-picker/src/panel/panelYearContent.d.ts +141 -0
  168. package/lib/date-picker/src/panel/use-calendar.d.ts +141 -0
  169. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
  170. package/lib/date-picker/src/panel/use-panel-common.d.ts +141 -0
  171. package/lib/date-picker/styles/dark.js +3 -1
  172. package/lib/date-picker/styles/light.d.ts +123 -0
  173. package/lib/date-picker/styles/light.js +3 -1
  174. package/lib/descriptions/src/Descriptions.d.ts +30 -0
  175. package/lib/descriptions/src/Descriptions.js +18 -10
  176. package/lib/dynamic-tags/src/DynamicTags.d.ts +30 -0
  177. package/lib/dynamic-tags/styles/light.d.ts +3 -0
  178. package/lib/infinite-scroll/src/InfiniteScroll.js +3 -6
  179. package/lib/input/src/Input.d.ts +1 -1
  180. package/lib/input-number/src/InputNumber.d.ts +1 -1
  181. package/lib/legacy-transfer/src/Transfer.d.ts +1 -1
  182. package/lib/locales/common/arDZ.js +2 -0
  183. package/lib/locales/common/deDE.js +2 -0
  184. package/lib/locales/common/enGB.js +2 -0
  185. package/lib/locales/common/enUS.d.ts +2 -0
  186. package/lib/locales/common/enUS.js +2 -0
  187. package/lib/locales/common/eo.js +2 -0
  188. package/lib/locales/common/esAR.js +2 -0
  189. package/lib/locales/common/faIR.js +2 -0
  190. package/lib/locales/common/frFR.js +2 -0
  191. package/lib/locales/common/idID.js +2 -0
  192. package/lib/locales/common/itIT.js +2 -0
  193. package/lib/locales/common/jaJP.js +2 -0
  194. package/lib/locales/common/koKR.js +2 -0
  195. package/lib/locales/common/nbNO.js +2 -0
  196. package/lib/locales/common/nlNL.js +2 -0
  197. package/lib/locales/common/plPL.js +2 -0
  198. package/lib/locales/common/ptBR.js +2 -0
  199. package/lib/locales/common/ruRU.js +2 -0
  200. package/lib/locales/common/skSK.js +2 -0
  201. package/lib/locales/common/svSE.js +2 -0
  202. package/lib/locales/common/thTH.js +2 -0
  203. package/lib/locales/common/trTR.js +2 -0
  204. package/lib/locales/common/ukUA.js +2 -0
  205. package/lib/locales/common/viVN.js +2 -0
  206. package/lib/locales/common/zhCN.js +2 -0
  207. package/lib/locales/common/zhTW.js +2 -0
  208. package/lib/modal-fullscreen/index.d.ts +2 -0
  209. package/lib/modal-fullscreen/index.js +9 -0
  210. package/lib/modal-fullscreen/src/ModalFull.d.ts +953 -0
  211. package/lib/modal-fullscreen/src/ModalFull.js +256 -0
  212. package/lib/modal-fullscreen/src/interface.d.ts +0 -0
  213. package/lib/modal-fullscreen/src/interface.js +1 -0
  214. package/lib/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
  215. package/lib/modal-fullscreen/src/styles/index.cssr.js +90 -0
  216. package/lib/modal-fullscreen/styles/_common.d.ts +12 -0
  217. package/lib/modal-fullscreen/styles/_common.js +13 -0
  218. package/lib/modal-fullscreen/styles/dark.d.ts +3 -0
  219. package/lib/modal-fullscreen/styles/dark.js +16 -0
  220. package/lib/modal-fullscreen/styles/index.d.ts +3 -0
  221. package/lib/modal-fullscreen/styles/index.js +10 -0
  222. package/lib/modal-fullscreen/styles/light.d.ts +100 -0
  223. package/lib/modal-fullscreen/styles/light.js +26 -0
  224. package/lib/rate/src/Rate.d.ts +1 -1
  225. package/lib/select/src/Select.d.ts +1 -1
  226. package/lib/slider/src/Slider.d.ts +1 -1
  227. package/lib/switch/src/Switch.d.ts +1 -1
  228. package/lib/tag/index.d.ts +2 -0
  229. package/lib/tag/index.js +3 -1
  230. package/lib/tag/src/Tag.d.ts +40 -0
  231. package/lib/tag/src/Tag.js +3 -0
  232. package/lib/tag/src/TagGroup.d.ts +644 -0
  233. package/lib/tag/src/TagGroup.js +112 -0
  234. package/lib/tag/src/styles/index.cssr.d.ts +1 -0
  235. package/lib/tag/src/styles/index.cssr.js +9 -1
  236. package/lib/tag/styles/light.d.ts +3 -0
  237. package/lib/tag/styles/light.js +5 -0
  238. package/lib/themes/dark.js +5 -1
  239. package/lib/themes/light.js +5 -1
  240. package/lib/time-picker/src/TimePicker.d.ts +1 -1
  241. package/lib/transfer/src/Transfer.d.ts +1 -1
  242. package/lib/tree-select/src/TreeSelect.d.ts +1 -1
  243. package/lib/version.d.ts +1 -1
  244. package/lib/version.js +1 -1
  245. package/lib/virtual-list/index.d.ts +1 -1
  246. package/lib/virtual-list/index.js +2 -2
  247. package/package.json +4 -3
  248. package/volar.d.ts +4 -0
  249. package/web-types.json +472 -4
@@ -51,8 +51,8 @@ declare const _default: import("vue").DefineComponent<{
51
51
  readonly onRender?: (() => void) | undefined;
52
52
  readonly onTabOut?: Function | undefined;
53
53
  readonly onClose?: import("../interface").OnClose | undefined;
54
- readonly onClear?: Function | undefined;
55
54
  readonly onUpdateValue: OnPanelUpdateValue;
55
+ readonly onClear?: Function | undefined;
56
56
  readonly onConfirm?: ((value: import("../interface").Value | null) => void) | undefined;
57
57
  readonly timeFormat?: string | undefined;
58
58
  readonly shortcuts?: import("../interface").Shortcuts | undefined;
@@ -833,6 +833,129 @@ declare const _default: import("vue").DefineComponent<{
833
833
  railInsetVerticalLeft: string;
834
834
  railColor: string;
835
835
  }, any>;
836
+ Select: import("../../../_mixins").Theme<"InternalSelection", {
837
+ paddingTiny: string;
838
+ paddingSmall: string;
839
+ paddingMedium: string;
840
+ paddingLarge: string;
841
+ paddingHuge: string;
842
+ clearSizeTiny: string;
843
+ clearSizeSmall: string;
844
+ clearSizeMedium: string;
845
+ clearSizeLarge: string;
846
+ clearSizeHuge: string;
847
+ arrowSizeTiny: string;
848
+ arrowSizeSmall: string;
849
+ arrowSizeMedium: string;
850
+ arrowSizeLarge: string;
851
+ arrowSizeHuge: string;
852
+ fontSizeTiny: string;
853
+ fontSizeSmall: string;
854
+ fontSizeMedium: string;
855
+ fontSizeLarge: string;
856
+ fontSizeHuge: string;
857
+ lineHeightTiny: string;
858
+ lineHeightSmall: string;
859
+ lineHeightMedium: string;
860
+ lineHeightLarge: string;
861
+ lineHeightHuge: string;
862
+ heightTiny: string;
863
+ heightSmall: string;
864
+ heightMedium: string;
865
+ heightLarge: string;
866
+ heightHuge: string;
867
+ borderRadiusTiny: string;
868
+ borderRadiusSmall: string;
869
+ borderRadiusMedium: string;
870
+ borderRadiusLarge: string;
871
+ borderRadiusHuge: string;
872
+ textColor: string;
873
+ textColorDisabled: string;
874
+ placeholderColor: string;
875
+ placeholderColorDisabled: string;
876
+ color: string;
877
+ colorFilled: string;
878
+ colorDisabled: string;
879
+ colorActive: string;
880
+ border: string;
881
+ borderFilled: string;
882
+ borderHover: string;
883
+ borderActive: string;
884
+ borderFocus: string;
885
+ borderDisabled: string;
886
+ boxShadowHover: string;
887
+ boxShadowActive: string;
888
+ boxShadowFocus: string;
889
+ caretColor: string;
890
+ arrowColor: string;
891
+ arrowColorHover: string;
892
+ arrowColorDisabled: string;
893
+ loadingColor: string;
894
+ borderWarning: string;
895
+ borderHoverWarning: string;
896
+ borderActiveWarning: string;
897
+ borderFocusWarning: string;
898
+ boxShadowHoverWarning: string;
899
+ boxShadowActiveWarning: string;
900
+ boxShadowFocusWarning: string;
901
+ colorActiveWarning: string;
902
+ caretColorWarning: string;
903
+ borderError: string;
904
+ borderHoverError: string;
905
+ borderActiveError: string;
906
+ borderFocusError: string;
907
+ boxShadowHoverError: string;
908
+ boxShadowActiveError: string;
909
+ boxShadowFocusError: string;
910
+ colorActiveError: string;
911
+ caretColorError: string;
912
+ clearColor: string;
913
+ clearColorHover: string;
914
+ clearColorPressed: string;
915
+ caretColorSecondary: string;
916
+ filterCounterTextColor: string;
917
+ filterCounterTextColorDisabled: string;
918
+ arrowColorSecondary: string;
919
+ clearColorSecondary: string;
920
+ colorSecondary: string;
921
+ textColorSecondary: string;
922
+ borderSecondary: string;
923
+ arrowColorDisabledSecondary: string;
924
+ clearColorDisabledSecondary: string;
925
+ colorDisabledSecondary: string;
926
+ textColorDisabledSecondary: string;
927
+ borderDisabledSecondary: string;
928
+ arrowColorHoverSecondary: string;
929
+ clearColorHoverSecondary: string;
930
+ colorHoverSecondary: string;
931
+ textColorHoverSecondary: string;
932
+ borderHoverSecondary: string;
933
+ arrowColorFocusSecondary: string;
934
+ clearColorFocusSecondary: string;
935
+ colorFocusSecondary: string;
936
+ textColorFocusSecondary: string;
937
+ borderFocusSecondary: string;
938
+ arrowColorActiveSecondary: string;
939
+ clearColorActiveSecondary: string;
940
+ colorActiveSecondary: string;
941
+ textColorActiveSecondary: string;
942
+ borderActiveSecondary: string;
943
+ }, {
944
+ Popover: import("../../../_mixins").Theme<"Popover", {
945
+ space: string;
946
+ spaceArrow: string;
947
+ arrowOffset: string;
948
+ arrowOffsetVertical: string;
949
+ arrowHeight: string;
950
+ padding: string;
951
+ fontSize: string;
952
+ borderRadius: string;
953
+ color: string;
954
+ dividerColor: string;
955
+ textColor: string;
956
+ boxShadow: string;
957
+ }, any>;
958
+ }>;
836
959
  };
837
960
  peerOverrides: {
838
961
  Input?: {
@@ -1149,6 +1272,24 @@ declare const _default: import("vue").DefineComponent<{
1149
1272
  [x: string]: any;
1150
1273
  } | undefined;
1151
1274
  } | undefined;
1275
+ Select?: {
1276
+ peers?: {
1277
+ Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
1278
+ space: string;
1279
+ spaceArrow: string;
1280
+ arrowOffset: string;
1281
+ arrowOffsetVertical: string;
1282
+ arrowHeight: string;
1283
+ padding: string;
1284
+ fontSize: string;
1285
+ borderRadius: string;
1286
+ color: string;
1287
+ dividerColor: string;
1288
+ textColor: string;
1289
+ boxShadow: string;
1290
+ }, any>> | undefined;
1291
+ } | undefined;
1292
+ } | undefined;
1152
1293
  };
1153
1294
  }>;
1154
1295
  mergedClsPrefix: import("vue").Ref<string>;
@@ -2014,6 +2155,129 @@ declare const _default: import("vue").DefineComponent<{
2014
2155
  railInsetVerticalLeft: string;
2015
2156
  railColor: string;
2016
2157
  }, any>;
2158
+ Select: import("../../../_mixins").Theme<"InternalSelection", {
2159
+ paddingTiny: string;
2160
+ paddingSmall: string;
2161
+ paddingMedium: string;
2162
+ paddingLarge: string;
2163
+ paddingHuge: string;
2164
+ clearSizeTiny: string;
2165
+ clearSizeSmall: string;
2166
+ clearSizeMedium: string;
2167
+ clearSizeLarge: string;
2168
+ clearSizeHuge: string;
2169
+ arrowSizeTiny: string;
2170
+ arrowSizeSmall: string;
2171
+ arrowSizeMedium: string;
2172
+ arrowSizeLarge: string;
2173
+ arrowSizeHuge: string;
2174
+ fontSizeTiny: string;
2175
+ fontSizeSmall: string;
2176
+ fontSizeMedium: string;
2177
+ fontSizeLarge: string;
2178
+ fontSizeHuge: string;
2179
+ lineHeightTiny: string;
2180
+ lineHeightSmall: string;
2181
+ lineHeightMedium: string;
2182
+ lineHeightLarge: string;
2183
+ lineHeightHuge: string;
2184
+ heightTiny: string;
2185
+ heightSmall: string;
2186
+ heightMedium: string;
2187
+ heightLarge: string;
2188
+ heightHuge: string;
2189
+ borderRadiusTiny: string;
2190
+ borderRadiusSmall: string;
2191
+ borderRadiusMedium: string;
2192
+ borderRadiusLarge: string;
2193
+ borderRadiusHuge: string;
2194
+ textColor: string;
2195
+ textColorDisabled: string;
2196
+ placeholderColor: string;
2197
+ placeholderColorDisabled: string;
2198
+ color: string;
2199
+ colorFilled: string;
2200
+ colorDisabled: string;
2201
+ colorActive: string;
2202
+ border: string;
2203
+ borderFilled: string;
2204
+ borderHover: string;
2205
+ borderActive: string;
2206
+ borderFocus: string;
2207
+ borderDisabled: string;
2208
+ boxShadowHover: string;
2209
+ boxShadowActive: string;
2210
+ boxShadowFocus: string;
2211
+ caretColor: string;
2212
+ arrowColor: string;
2213
+ arrowColorHover: string;
2214
+ arrowColorDisabled: string;
2215
+ loadingColor: string;
2216
+ borderWarning: string;
2217
+ borderHoverWarning: string;
2218
+ borderActiveWarning: string;
2219
+ borderFocusWarning: string;
2220
+ boxShadowHoverWarning: string;
2221
+ boxShadowActiveWarning: string;
2222
+ boxShadowFocusWarning: string;
2223
+ colorActiveWarning: string;
2224
+ caretColorWarning: string;
2225
+ borderError: string;
2226
+ borderHoverError: string;
2227
+ borderActiveError: string;
2228
+ borderFocusError: string;
2229
+ boxShadowHoverError: string;
2230
+ boxShadowActiveError: string;
2231
+ boxShadowFocusError: string;
2232
+ colorActiveError: string;
2233
+ caretColorError: string;
2234
+ clearColor: string;
2235
+ clearColorHover: string;
2236
+ clearColorPressed: string;
2237
+ caretColorSecondary: string;
2238
+ filterCounterTextColor: string;
2239
+ filterCounterTextColorDisabled: string;
2240
+ arrowColorSecondary: string;
2241
+ clearColorSecondary: string;
2242
+ colorSecondary: string;
2243
+ textColorSecondary: string;
2244
+ borderSecondary: string;
2245
+ arrowColorDisabledSecondary: string;
2246
+ clearColorDisabledSecondary: string;
2247
+ colorDisabledSecondary: string;
2248
+ textColorDisabledSecondary: string;
2249
+ borderDisabledSecondary: string;
2250
+ arrowColorHoverSecondary: string;
2251
+ clearColorHoverSecondary: string;
2252
+ colorHoverSecondary: string;
2253
+ textColorHoverSecondary: string;
2254
+ borderHoverSecondary: string;
2255
+ arrowColorFocusSecondary: string;
2256
+ clearColorFocusSecondary: string;
2257
+ colorFocusSecondary: string;
2258
+ textColorFocusSecondary: string;
2259
+ borderFocusSecondary: string;
2260
+ arrowColorActiveSecondary: string;
2261
+ clearColorActiveSecondary: string;
2262
+ colorActiveSecondary: string;
2263
+ textColorActiveSecondary: string;
2264
+ borderActiveSecondary: string;
2265
+ }, {
2266
+ Popover: import("../../../_mixins").Theme<"Popover", {
2267
+ space: string;
2268
+ spaceArrow: string;
2269
+ arrowOffset: string;
2270
+ arrowOffsetVertical: string;
2271
+ arrowHeight: string;
2272
+ padding: string;
2273
+ fontSize: string;
2274
+ borderRadius: string;
2275
+ color: string;
2276
+ dividerColor: string;
2277
+ textColor: string;
2278
+ boxShadow: string;
2279
+ }, any>;
2280
+ }>;
2017
2281
  };
2018
2282
  peerOverrides: {
2019
2283
  Input?: {
@@ -2330,6 +2594,24 @@ declare const _default: import("vue").DefineComponent<{
2330
2594
  [x: string]: any;
2331
2595
  } | undefined;
2332
2596
  } | undefined;
2597
+ Select?: {
2598
+ peers?: {
2599
+ Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
2600
+ space: string;
2601
+ spaceArrow: string;
2602
+ arrowOffset: string;
2603
+ arrowOffsetVertical: string;
2604
+ arrowHeight: string;
2605
+ padding: string;
2606
+ fontSize: string;
2607
+ borderRadius: string;
2608
+ color: string;
2609
+ dividerColor: string;
2610
+ textColor: string;
2611
+ boxShadow: string;
2612
+ }, any>> | undefined;
2613
+ } | undefined;
2614
+ } | undefined;
2333
2615
  };
2334
2616
  }>;
2335
2617
  mergedClsPrefix: import("vue").Ref<string>;
@@ -768,6 +768,129 @@ declare const _default: import("vue").DefineComponent<{
768
768
  railInsetVerticalLeft: string;
769
769
  railColor: string;
770
770
  }, any>;
771
+ Select: import("../../../_mixins").Theme<"InternalSelection", {
772
+ paddingTiny: string;
773
+ paddingSmall: string;
774
+ paddingMedium: string;
775
+ paddingLarge: string;
776
+ paddingHuge: string;
777
+ clearSizeTiny: string;
778
+ clearSizeSmall: string;
779
+ clearSizeMedium: string;
780
+ clearSizeLarge: string;
781
+ clearSizeHuge: string;
782
+ arrowSizeTiny: string;
783
+ arrowSizeSmall: string;
784
+ arrowSizeMedium: string;
785
+ arrowSizeLarge: string;
786
+ arrowSizeHuge: string;
787
+ fontSizeTiny: string;
788
+ fontSizeSmall: string;
789
+ fontSizeMedium: string;
790
+ fontSizeLarge: string;
791
+ fontSizeHuge: string;
792
+ lineHeightTiny: string;
793
+ lineHeightSmall: string;
794
+ lineHeightMedium: string;
795
+ lineHeightLarge: string;
796
+ lineHeightHuge: string;
797
+ heightTiny: string;
798
+ heightSmall: string;
799
+ heightMedium: string;
800
+ heightLarge: string;
801
+ heightHuge: string;
802
+ borderRadiusTiny: string;
803
+ borderRadiusSmall: string;
804
+ borderRadiusMedium: string;
805
+ borderRadiusLarge: string;
806
+ borderRadiusHuge: string;
807
+ textColor: string;
808
+ textColorDisabled: string;
809
+ placeholderColor: string;
810
+ placeholderColorDisabled: string;
811
+ color: string;
812
+ colorFilled: string;
813
+ colorDisabled: string;
814
+ colorActive: string;
815
+ border: string;
816
+ borderFilled: string;
817
+ borderHover: string;
818
+ borderActive: string;
819
+ borderFocus: string;
820
+ borderDisabled: string;
821
+ boxShadowHover: string;
822
+ boxShadowActive: string;
823
+ boxShadowFocus: string;
824
+ caretColor: string;
825
+ arrowColor: string;
826
+ arrowColorHover: string;
827
+ arrowColorDisabled: string;
828
+ loadingColor: string;
829
+ borderWarning: string;
830
+ borderHoverWarning: string;
831
+ borderActiveWarning: string;
832
+ borderFocusWarning: string;
833
+ boxShadowHoverWarning: string;
834
+ boxShadowActiveWarning: string;
835
+ boxShadowFocusWarning: string;
836
+ colorActiveWarning: string;
837
+ caretColorWarning: string;
838
+ borderError: string;
839
+ borderHoverError: string;
840
+ borderActiveError: string;
841
+ borderFocusError: string;
842
+ boxShadowHoverError: string;
843
+ boxShadowActiveError: string;
844
+ boxShadowFocusError: string;
845
+ colorActiveError: string;
846
+ caretColorError: string;
847
+ clearColor: string;
848
+ clearColorHover: string;
849
+ clearColorPressed: string;
850
+ caretColorSecondary: string;
851
+ filterCounterTextColor: string;
852
+ filterCounterTextColorDisabled: string;
853
+ arrowColorSecondary: string;
854
+ clearColorSecondary: string;
855
+ colorSecondary: string;
856
+ textColorSecondary: string;
857
+ borderSecondary: string;
858
+ arrowColorDisabledSecondary: string;
859
+ clearColorDisabledSecondary: string;
860
+ colorDisabledSecondary: string;
861
+ textColorDisabledSecondary: string;
862
+ borderDisabledSecondary: string;
863
+ arrowColorHoverSecondary: string;
864
+ clearColorHoverSecondary: string;
865
+ colorHoverSecondary: string;
866
+ textColorHoverSecondary: string;
867
+ borderHoverSecondary: string;
868
+ arrowColorFocusSecondary: string;
869
+ clearColorFocusSecondary: string;
870
+ colorFocusSecondary: string;
871
+ textColorFocusSecondary: string;
872
+ borderFocusSecondary: string;
873
+ arrowColorActiveSecondary: string;
874
+ clearColorActiveSecondary: string;
875
+ colorActiveSecondary: string;
876
+ textColorActiveSecondary: string;
877
+ borderActiveSecondary: string;
878
+ }, {
879
+ Popover: import("../../../_mixins").Theme<"Popover", {
880
+ space: string;
881
+ spaceArrow: string;
882
+ arrowOffset: string;
883
+ arrowOffsetVertical: string;
884
+ arrowHeight: string;
885
+ padding: string;
886
+ fontSize: string;
887
+ borderRadius: string;
888
+ color: string;
889
+ dividerColor: string;
890
+ textColor: string;
891
+ boxShadow: string;
892
+ }, any>;
893
+ }>;
771
894
  };
772
895
  peerOverrides: {
773
896
  Input?: {
@@ -1084,6 +1207,24 @@ declare const _default: import("vue").DefineComponent<{
1084
1207
  [x: string]: any;
1085
1208
  } | undefined;
1086
1209
  } | undefined;
1210
+ Select?: {
1211
+ peers?: {
1212
+ Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
1213
+ space: string;
1214
+ spaceArrow: string;
1215
+ arrowOffset: string;
1216
+ arrowOffsetVertical: string;
1217
+ arrowHeight: string;
1218
+ padding: string;
1219
+ fontSize: string;
1220
+ borderRadius: string;
1221
+ color: string;
1222
+ dividerColor: string;
1223
+ textColor: string;
1224
+ boxShadow: string;
1225
+ }, any>> | undefined;
1226
+ } | undefined;
1227
+ } | undefined;
1087
1228
  };
1088
1229
  }>;
1089
1230
  mergedClsPrefix: import("vue").Ref<string>;
@@ -764,6 +764,129 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
764
764
  railInsetVerticalLeft: string;
765
765
  railColor: string;
766
766
  }, any>;
767
+ Select: import("../../../_mixins").Theme<"InternalSelection", {
768
+ paddingTiny: string;
769
+ paddingSmall: string;
770
+ paddingMedium: string;
771
+ paddingLarge: string;
772
+ paddingHuge: string;
773
+ clearSizeTiny: string;
774
+ clearSizeSmall: string;
775
+ clearSizeMedium: string;
776
+ clearSizeLarge: string;
777
+ clearSizeHuge: string;
778
+ arrowSizeTiny: string;
779
+ arrowSizeSmall: string;
780
+ arrowSizeMedium: string;
781
+ arrowSizeLarge: string;
782
+ arrowSizeHuge: string;
783
+ fontSizeTiny: string;
784
+ fontSizeSmall: string;
785
+ fontSizeMedium: string;
786
+ fontSizeLarge: string;
787
+ fontSizeHuge: string;
788
+ lineHeightTiny: string;
789
+ lineHeightSmall: string;
790
+ lineHeightMedium: string;
791
+ lineHeightLarge: string;
792
+ lineHeightHuge: string;
793
+ heightTiny: string;
794
+ heightSmall: string;
795
+ heightMedium: string;
796
+ heightLarge: string;
797
+ heightHuge: string;
798
+ borderRadiusTiny: string;
799
+ borderRadiusSmall: string;
800
+ borderRadiusMedium: string;
801
+ borderRadiusLarge: string;
802
+ borderRadiusHuge: string;
803
+ textColor: string;
804
+ textColorDisabled: string;
805
+ placeholderColor: string;
806
+ placeholderColorDisabled: string;
807
+ color: string;
808
+ colorFilled: string;
809
+ colorDisabled: string;
810
+ colorActive: string;
811
+ border: string;
812
+ borderFilled: string;
813
+ borderHover: string;
814
+ borderActive: string;
815
+ borderFocus: string;
816
+ borderDisabled: string;
817
+ boxShadowHover: string;
818
+ boxShadowActive: string;
819
+ boxShadowFocus: string;
820
+ caretColor: string;
821
+ arrowColor: string;
822
+ arrowColorHover: string;
823
+ arrowColorDisabled: string;
824
+ loadingColor: string;
825
+ borderWarning: string;
826
+ borderHoverWarning: string;
827
+ borderActiveWarning: string;
828
+ borderFocusWarning: string;
829
+ boxShadowHoverWarning: string;
830
+ boxShadowActiveWarning: string;
831
+ boxShadowFocusWarning: string;
832
+ colorActiveWarning: string;
833
+ caretColorWarning: string;
834
+ borderError: string;
835
+ borderHoverError: string;
836
+ borderActiveError: string;
837
+ borderFocusError: string;
838
+ boxShadowHoverError: string;
839
+ boxShadowActiveError: string;
840
+ boxShadowFocusError: string;
841
+ colorActiveError: string;
842
+ caretColorError: string;
843
+ clearColor: string;
844
+ clearColorHover: string;
845
+ clearColorPressed: string;
846
+ caretColorSecondary: string;
847
+ filterCounterTextColor: string;
848
+ filterCounterTextColorDisabled: string;
849
+ arrowColorSecondary: string;
850
+ clearColorSecondary: string;
851
+ colorSecondary: string;
852
+ textColorSecondary: string;
853
+ borderSecondary: string;
854
+ arrowColorDisabledSecondary: string;
855
+ clearColorDisabledSecondary: string;
856
+ colorDisabledSecondary: string;
857
+ textColorDisabledSecondary: string;
858
+ borderDisabledSecondary: string;
859
+ arrowColorHoverSecondary: string;
860
+ clearColorHoverSecondary: string;
861
+ colorHoverSecondary: string;
862
+ textColorHoverSecondary: string;
863
+ borderHoverSecondary: string;
864
+ arrowColorFocusSecondary: string;
865
+ clearColorFocusSecondary: string;
866
+ colorFocusSecondary: string;
867
+ textColorFocusSecondary: string;
868
+ borderFocusSecondary: string;
869
+ arrowColorActiveSecondary: string;
870
+ clearColorActiveSecondary: string;
871
+ colorActiveSecondary: string;
872
+ textColorActiveSecondary: string;
873
+ borderActiveSecondary: string;
874
+ }, {
875
+ Popover: import("../../../_mixins").Theme<"Popover", {
876
+ space: string;
877
+ spaceArrow: string;
878
+ arrowOffset: string;
879
+ arrowOffsetVertical: string;
880
+ arrowHeight: string;
881
+ padding: string;
882
+ fontSize: string;
883
+ borderRadius: string;
884
+ color: string;
885
+ dividerColor: string;
886
+ textColor: string;
887
+ boxShadow: string;
888
+ }, any>;
889
+ }>;
767
890
  };
768
891
  peerOverrides: {
769
892
  Input?: {
@@ -1080,6 +1203,24 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
1080
1203
  [x: string]: any;
1081
1204
  } | undefined;
1082
1205
  } | undefined;
1206
+ Select?: {
1207
+ peers?: {
1208
+ Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
1209
+ space: string;
1210
+ spaceArrow: string;
1211
+ arrowOffset: string;
1212
+ arrowOffsetVertical: string;
1213
+ arrowHeight: string;
1214
+ padding: string;
1215
+ fontSize: string;
1216
+ borderRadius: string;
1217
+ color: string;
1218
+ dividerColor: string;
1219
+ textColor: string;
1220
+ boxShadow: string;
1221
+ }, any>> | undefined;
1222
+ } | undefined;
1223
+ } | undefined;
1083
1224
  };
1084
1225
  }>;
1085
1226
  mergedClsPrefix: import("vue").Ref<string>;