@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
@@ -796,6 +796,129 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
796
796
  railInsetVerticalLeft: string;
797
797
  railColor: string;
798
798
  }, any>;
799
+ Select: import("../../../_mixins").Theme<"InternalSelection", {
800
+ paddingTiny: string;
801
+ paddingSmall: string;
802
+ paddingMedium: string;
803
+ paddingLarge: string;
804
+ paddingHuge: string;
805
+ clearSizeTiny: string;
806
+ clearSizeSmall: string;
807
+ clearSizeMedium: string;
808
+ clearSizeLarge: string;
809
+ clearSizeHuge: string;
810
+ arrowSizeTiny: string;
811
+ arrowSizeSmall: string;
812
+ arrowSizeMedium: string;
813
+ arrowSizeLarge: string;
814
+ arrowSizeHuge: string;
815
+ fontSizeTiny: string;
816
+ fontSizeSmall: string;
817
+ fontSizeMedium: string;
818
+ fontSizeLarge: string;
819
+ fontSizeHuge: string;
820
+ lineHeightTiny: string;
821
+ lineHeightSmall: string;
822
+ lineHeightMedium: string;
823
+ lineHeightLarge: string;
824
+ lineHeightHuge: string;
825
+ heightTiny: string;
826
+ heightSmall: string;
827
+ heightMedium: string;
828
+ heightLarge: string;
829
+ heightHuge: string;
830
+ borderRadiusTiny: string;
831
+ borderRadiusSmall: string;
832
+ borderRadiusMedium: string;
833
+ borderRadiusLarge: string;
834
+ borderRadiusHuge: string;
835
+ textColor: string;
836
+ textColorDisabled: string;
837
+ placeholderColor: string;
838
+ placeholderColorDisabled: string;
839
+ color: string;
840
+ colorFilled: string;
841
+ colorDisabled: string;
842
+ colorActive: string;
843
+ border: string;
844
+ borderFilled: string;
845
+ borderHover: string;
846
+ borderActive: string;
847
+ borderFocus: string;
848
+ borderDisabled: string;
849
+ boxShadowHover: string;
850
+ boxShadowActive: string;
851
+ boxShadowFocus: string;
852
+ caretColor: string;
853
+ arrowColor: string;
854
+ arrowColorHover: string;
855
+ arrowColorDisabled: string;
856
+ loadingColor: string;
857
+ borderWarning: string;
858
+ borderHoverWarning: string;
859
+ borderActiveWarning: string;
860
+ borderFocusWarning: string;
861
+ boxShadowHoverWarning: string;
862
+ boxShadowActiveWarning: string;
863
+ boxShadowFocusWarning: string;
864
+ colorActiveWarning: string;
865
+ caretColorWarning: string;
866
+ borderError: string;
867
+ borderHoverError: string;
868
+ borderActiveError: string;
869
+ borderFocusError: string;
870
+ boxShadowHoverError: string;
871
+ boxShadowActiveError: string;
872
+ boxShadowFocusError: string;
873
+ colorActiveError: string;
874
+ caretColorError: string;
875
+ clearColor: string;
876
+ clearColorHover: string;
877
+ clearColorPressed: string;
878
+ caretColorSecondary: string;
879
+ filterCounterTextColor: string;
880
+ filterCounterTextColorDisabled: string;
881
+ arrowColorSecondary: string;
882
+ clearColorSecondary: string;
883
+ colorSecondary: string;
884
+ textColorSecondary: string;
885
+ borderSecondary: string;
886
+ arrowColorDisabledSecondary: string;
887
+ clearColorDisabledSecondary: string;
888
+ colorDisabledSecondary: string;
889
+ textColorDisabledSecondary: string;
890
+ borderDisabledSecondary: string;
891
+ arrowColorHoverSecondary: string;
892
+ clearColorHoverSecondary: string;
893
+ colorHoverSecondary: string;
894
+ textColorHoverSecondary: string;
895
+ borderHoverSecondary: string;
896
+ arrowColorFocusSecondary: string;
897
+ clearColorFocusSecondary: string;
898
+ colorFocusSecondary: string;
899
+ textColorFocusSecondary: string;
900
+ borderFocusSecondary: string;
901
+ arrowColorActiveSecondary: string;
902
+ clearColorActiveSecondary: string;
903
+ colorActiveSecondary: string;
904
+ textColorActiveSecondary: string;
905
+ borderActiveSecondary: string;
906
+ }, {
907
+ Popover: import("../../../_mixins").Theme<"Popover", {
908
+ space: string;
909
+ spaceArrow: string;
910
+ arrowOffset: string;
911
+ arrowOffsetVertical: string;
912
+ arrowHeight: string;
913
+ padding: string;
914
+ fontSize: string;
915
+ borderRadius: string;
916
+ color: string;
917
+ dividerColor: string;
918
+ textColor: string;
919
+ boxShadow: string;
920
+ }, any>;
921
+ }>;
799
922
  };
800
923
  peerOverrides: {
801
924
  Input?: {
@@ -1112,6 +1235,24 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
1112
1235
  [x: string]: any;
1113
1236
  } | undefined;
1114
1237
  } | undefined;
1238
+ Select?: {
1239
+ peers?: {
1240
+ Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
1241
+ space: string;
1242
+ spaceArrow: string;
1243
+ arrowOffset: string;
1244
+ arrowOffsetVertical: string;
1245
+ arrowHeight: string;
1246
+ padding: string;
1247
+ fontSize: string;
1248
+ borderRadius: string;
1249
+ color: string;
1250
+ dividerColor: string;
1251
+ textColor: string;
1252
+ boxShadow: string;
1253
+ }, any>> | undefined;
1254
+ } | undefined;
1255
+ } | undefined;
1115
1256
  };
1116
1257
  }>;
1117
1258
  mergedClsPrefix: import("vue").Ref<string>;
@@ -740,6 +740,129 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
740
740
  railInsetVerticalLeft: string;
741
741
  railColor: string;
742
742
  }, any>;
743
+ Select: import("../../../_mixins").Theme<"InternalSelection", {
744
+ paddingTiny: string;
745
+ paddingSmall: string;
746
+ paddingMedium: string;
747
+ paddingLarge: string;
748
+ paddingHuge: string;
749
+ clearSizeTiny: string;
750
+ clearSizeSmall: string;
751
+ clearSizeMedium: string;
752
+ clearSizeLarge: string;
753
+ clearSizeHuge: string;
754
+ arrowSizeTiny: string;
755
+ arrowSizeSmall: string;
756
+ arrowSizeMedium: string;
757
+ arrowSizeLarge: string;
758
+ arrowSizeHuge: string;
759
+ fontSizeTiny: string;
760
+ fontSizeSmall: string;
761
+ fontSizeMedium: string;
762
+ fontSizeLarge: string;
763
+ fontSizeHuge: string;
764
+ lineHeightTiny: string;
765
+ lineHeightSmall: string;
766
+ lineHeightMedium: string;
767
+ lineHeightLarge: string;
768
+ lineHeightHuge: string;
769
+ heightTiny: string;
770
+ heightSmall: string;
771
+ heightMedium: string;
772
+ heightLarge: string;
773
+ heightHuge: string;
774
+ borderRadiusTiny: string;
775
+ borderRadiusSmall: string;
776
+ borderRadiusMedium: string;
777
+ borderRadiusLarge: string;
778
+ borderRadiusHuge: string;
779
+ textColor: string;
780
+ textColorDisabled: string;
781
+ placeholderColor: string;
782
+ placeholderColorDisabled: string;
783
+ color: string;
784
+ colorFilled: string;
785
+ colorDisabled: string;
786
+ colorActive: string;
787
+ border: string;
788
+ borderFilled: string;
789
+ borderHover: string;
790
+ borderActive: string;
791
+ borderFocus: string;
792
+ borderDisabled: string;
793
+ boxShadowHover: string;
794
+ boxShadowActive: string;
795
+ boxShadowFocus: string;
796
+ caretColor: string;
797
+ arrowColor: string;
798
+ arrowColorHover: string;
799
+ arrowColorDisabled: string;
800
+ loadingColor: string;
801
+ borderWarning: string;
802
+ borderHoverWarning: string;
803
+ borderActiveWarning: string;
804
+ borderFocusWarning: string;
805
+ boxShadowHoverWarning: string;
806
+ boxShadowActiveWarning: string;
807
+ boxShadowFocusWarning: string;
808
+ colorActiveWarning: string;
809
+ caretColorWarning: string;
810
+ borderError: string;
811
+ borderHoverError: string;
812
+ borderActiveError: string;
813
+ borderFocusError: string;
814
+ boxShadowHoverError: string;
815
+ boxShadowActiveError: string;
816
+ boxShadowFocusError: string;
817
+ colorActiveError: string;
818
+ caretColorError: string;
819
+ clearColor: string;
820
+ clearColorHover: string;
821
+ clearColorPressed: string;
822
+ caretColorSecondary: string;
823
+ filterCounterTextColor: string;
824
+ filterCounterTextColorDisabled: string;
825
+ arrowColorSecondary: string;
826
+ clearColorSecondary: string;
827
+ colorSecondary: string;
828
+ textColorSecondary: string;
829
+ borderSecondary: string;
830
+ arrowColorDisabledSecondary: string;
831
+ clearColorDisabledSecondary: string;
832
+ colorDisabledSecondary: string;
833
+ textColorDisabledSecondary: string;
834
+ borderDisabledSecondary: string;
835
+ arrowColorHoverSecondary: string;
836
+ clearColorHoverSecondary: string;
837
+ colorHoverSecondary: string;
838
+ textColorHoverSecondary: string;
839
+ borderHoverSecondary: string;
840
+ arrowColorFocusSecondary: string;
841
+ clearColorFocusSecondary: string;
842
+ colorFocusSecondary: string;
843
+ textColorFocusSecondary: string;
844
+ borderFocusSecondary: string;
845
+ arrowColorActiveSecondary: string;
846
+ clearColorActiveSecondary: string;
847
+ colorActiveSecondary: string;
848
+ textColorActiveSecondary: string;
849
+ borderActiveSecondary: string;
850
+ }, {
851
+ Popover: import("../../../_mixins").Theme<"Popover", {
852
+ space: string;
853
+ spaceArrow: string;
854
+ arrowOffset: string;
855
+ arrowOffsetVertical: string;
856
+ arrowHeight: string;
857
+ padding: string;
858
+ fontSize: string;
859
+ borderRadius: string;
860
+ color: string;
861
+ dividerColor: string;
862
+ textColor: string;
863
+ boxShadow: string;
864
+ }, any>;
865
+ }>;
743
866
  };
744
867
  peerOverrides: {
745
868
  Input?: {
@@ -1056,6 +1179,24 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
1056
1179
  [x: string]: any;
1057
1180
  } | undefined;
1058
1181
  } | undefined;
1182
+ Select?: {
1183
+ peers?: {
1184
+ Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
1185
+ space: string;
1186
+ spaceArrow: string;
1187
+ arrowOffset: string;
1188
+ arrowOffsetVertical: string;
1189
+ arrowHeight: string;
1190
+ padding: string;
1191
+ fontSize: string;
1192
+ borderRadius: string;
1193
+ color: string;
1194
+ dividerColor: string;
1195
+ textColor: string;
1196
+ boxShadow: string;
1197
+ }, any>> | undefined;
1198
+ } | undefined;
1199
+ } | undefined;
1059
1200
  };
1060
1201
  }>;
1061
1202
  mergedClsPrefix: import("vue").Ref<string>;
@@ -6,6 +6,7 @@ const styles_2 = require("../../button/styles");
6
6
  const styles_3 = require("../../time-picker/styles");
7
7
  const styles_4 = require("../../_internal/scrollbar/styles");
8
8
  const light_1 = require("./light");
9
+ const styles_5 = require("../../_internal/selection/styles");
9
10
  const datePickerDark = {
10
11
  name: 'DatePicker',
11
12
  common: common_1.commonDark,
@@ -13,7 +14,8 @@ const datePickerDark = {
13
14
  Input: styles_1.inputDark,
14
15
  Button: styles_2.buttonDark,
15
16
  TimePicker: styles_3.timePickerDark,
16
- Scrollbar: styles_4.scrollbarDark
17
+ Scrollbar: styles_4.scrollbarDark,
18
+ Select: styles_5.internalSelectionDark
17
19
  },
18
20
  self: light_1.self
19
21
  };
@@ -807,6 +807,129 @@ declare const datePickerLight: import("../../_mixins").Theme<"DatePicker", {
807
807
  railInsetVerticalLeft: string;
808
808
  railColor: string;
809
809
  }, any>;
810
+ Select: import("../../_mixins").Theme<"InternalSelection", {
811
+ paddingTiny: string;
812
+ paddingSmall: string;
813
+ paddingMedium: string;
814
+ paddingLarge: string;
815
+ paddingHuge: string;
816
+ clearSizeTiny: string;
817
+ clearSizeSmall: string;
818
+ clearSizeMedium: string;
819
+ clearSizeLarge: string;
820
+ clearSizeHuge: string;
821
+ arrowSizeTiny: string;
822
+ arrowSizeSmall: string;
823
+ arrowSizeMedium: string;
824
+ arrowSizeLarge: string;
825
+ arrowSizeHuge: string;
826
+ fontSizeTiny: string;
827
+ fontSizeSmall: string;
828
+ fontSizeMedium: string;
829
+ fontSizeLarge: string;
830
+ fontSizeHuge: string;
831
+ lineHeightTiny: string;
832
+ lineHeightSmall: string;
833
+ lineHeightMedium: string;
834
+ lineHeightLarge: string;
835
+ lineHeightHuge: string;
836
+ heightTiny: string;
837
+ heightSmall: string;
838
+ heightMedium: string;
839
+ heightLarge: string;
840
+ heightHuge: string;
841
+ borderRadiusTiny: string;
842
+ borderRadiusSmall: string;
843
+ borderRadiusMedium: string;
844
+ borderRadiusLarge: string;
845
+ borderRadiusHuge: string;
846
+ textColor: string;
847
+ textColorDisabled: string;
848
+ placeholderColor: string;
849
+ placeholderColorDisabled: string;
850
+ color: string;
851
+ colorFilled: string;
852
+ colorDisabled: string;
853
+ colorActive: string;
854
+ border: string;
855
+ borderFilled: string;
856
+ borderHover: string;
857
+ borderActive: string;
858
+ borderFocus: string;
859
+ borderDisabled: string;
860
+ boxShadowHover: string;
861
+ boxShadowActive: string;
862
+ boxShadowFocus: string;
863
+ caretColor: string;
864
+ arrowColor: string;
865
+ arrowColorHover: string;
866
+ arrowColorDisabled: string;
867
+ loadingColor: string;
868
+ borderWarning: string;
869
+ borderHoverWarning: string;
870
+ borderActiveWarning: string;
871
+ borderFocusWarning: string;
872
+ boxShadowHoverWarning: string;
873
+ boxShadowActiveWarning: string;
874
+ boxShadowFocusWarning: string;
875
+ colorActiveWarning: string;
876
+ caretColorWarning: string;
877
+ borderError: string;
878
+ borderHoverError: string;
879
+ borderActiveError: string;
880
+ borderFocusError: string;
881
+ boxShadowHoverError: string;
882
+ boxShadowActiveError: string;
883
+ boxShadowFocusError: string;
884
+ colorActiveError: string;
885
+ caretColorError: string;
886
+ clearColor: string;
887
+ clearColorHover: string;
888
+ clearColorPressed: string;
889
+ caretColorSecondary: string;
890
+ filterCounterTextColor: string;
891
+ filterCounterTextColorDisabled: string;
892
+ arrowColorSecondary: string;
893
+ clearColorSecondary: string;
894
+ colorSecondary: string;
895
+ textColorSecondary: string;
896
+ borderSecondary: string;
897
+ arrowColorDisabledSecondary: string;
898
+ clearColorDisabledSecondary: string;
899
+ colorDisabledSecondary: string;
900
+ textColorDisabledSecondary: string;
901
+ borderDisabledSecondary: string;
902
+ arrowColorHoverSecondary: string;
903
+ clearColorHoverSecondary: string;
904
+ colorHoverSecondary: string;
905
+ textColorHoverSecondary: string;
906
+ borderHoverSecondary: string;
907
+ arrowColorFocusSecondary: string;
908
+ clearColorFocusSecondary: string;
909
+ colorFocusSecondary: string;
910
+ textColorFocusSecondary: string;
911
+ borderFocusSecondary: string;
912
+ arrowColorActiveSecondary: string;
913
+ clearColorActiveSecondary: string;
914
+ colorActiveSecondary: string;
915
+ textColorActiveSecondary: string;
916
+ borderActiveSecondary: string;
917
+ }, {
918
+ Popover: import("../../_mixins").Theme<"Popover", {
919
+ space: string;
920
+ spaceArrow: string;
921
+ arrowOffset: string;
922
+ arrowOffsetVertical: string;
923
+ arrowHeight: string;
924
+ padding: string;
925
+ fontSize: string;
926
+ borderRadius: string;
927
+ color: string;
928
+ dividerColor: string;
929
+ textColor: string;
930
+ boxShadow: string;
931
+ }, any>;
932
+ }>;
810
933
  }>;
811
934
  export default datePickerLight;
812
935
  export type DatePickerTheme = typeof datePickerLight;
@@ -11,6 +11,7 @@ const styles_3 = require("../../time-picker/styles");
11
11
  const styles_4 = require("../../_internal/scrollbar/styles");
12
12
  const _common_1 = __importDefault(require("./_common"));
13
13
  const _mixins_1 = require("../../_mixins");
14
+ const styles_5 = require("../../_internal/selection/styles");
14
15
  const self = (vars) => {
15
16
  const { iconMedium, fontWeightStrong, fontWeight, fontBodyMedium, fontBodyLarge, brandPrimary500, brandPrimary300, transparencySecondary, elementsSenary, textQuaternary, textSecondary, borderRadiusSmall, containerPrimary, elementsPrimary, textPrimary, elementsTertiary, elementsQuaternary, shadowDepth2, borderRadiusLarge } = vars;
16
17
  return Object.assign(Object.assign({}, _common_1.default), {
@@ -33,7 +34,8 @@ const datePickerLight = (0, _mixins_1.createTheme)({
33
34
  Input: styles_1.inputLight,
34
35
  Button: styles_2.buttonLight,
35
36
  TimePicker: styles_3.timePickerLight,
36
- Scrollbar: styles_4.scrollbarLight
37
+ Scrollbar: styles_4.scrollbarLight,
38
+ Select: styles_5.internalSelectionLight
37
39
  },
38
40
  self: exports.self
39
41
  });
@@ -1,6 +1,15 @@
1
1
  import { type PropType, type CSSProperties } from 'vue';
2
2
  import type { ExtractPublicPropTypes } from '../../_utils';
3
+ import { SkeletonProps } from '../../_internal/skeleton';
3
4
  export declare const descriptionsProps: {
5
+ readonly skeletonProps: {
6
+ readonly type: PropType<SkeletonProps>;
7
+ readonly default: () => {
8
+ width: string;
9
+ height: string;
10
+ round: boolean;
11
+ };
12
+ };
4
13
  readonly title: StringConstructor;
5
14
  readonly column: {
6
15
  readonly type: NumberConstructor;
@@ -24,6 +33,7 @@ export declare const descriptionsProps: {
24
33
  readonly default: "medium";
25
34
  };
26
35
  readonly bordered: BooleanConstructor;
36
+ readonly loadingSkeleton: BooleanConstructor;
27
37
  readonly labelStyle: PropType<string | CSSProperties>;
28
38
  readonly contentStyle: PropType<string | CSSProperties>;
29
39
  readonly theme: PropType<import("../../_mixins").Theme<"Descriptions", {
@@ -127,6 +137,14 @@ export type DescriptionsProps = ExtractPublicPropTypes<typeof descriptionsProps>
127
137
  /** @deprecated You should use `DescriptionsProps` */
128
138
  export type DescriptionProps = DescriptionsProps;
129
139
  declare const _default: import("vue").DefineComponent<{
140
+ readonly skeletonProps: {
141
+ readonly type: PropType<SkeletonProps>;
142
+ readonly default: () => {
143
+ width: string;
144
+ height: string;
145
+ round: boolean;
146
+ };
147
+ };
130
148
  readonly title: StringConstructor;
131
149
  readonly column: {
132
150
  readonly type: NumberConstructor;
@@ -150,6 +168,7 @@ declare const _default: import("vue").DefineComponent<{
150
168
  readonly default: "medium";
151
169
  };
152
170
  readonly bordered: BooleanConstructor;
171
+ readonly loadingSkeleton: BooleanConstructor;
153
172
  readonly labelStyle: PropType<string | CSSProperties>;
154
173
  readonly contentStyle: PropType<string | CSSProperties>;
155
174
  readonly theme: PropType<import("../../_mixins").Theme<"Descriptions", {
@@ -276,6 +295,14 @@ declare const _default: import("vue").DefineComponent<{
276
295
  compitableColumn: import("vue").ComputedRef<number>;
277
296
  inlineThemeDisabled: boolean | undefined;
278
297
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
298
+ readonly skeletonProps: {
299
+ readonly type: PropType<SkeletonProps>;
300
+ readonly default: () => {
301
+ width: string;
302
+ height: string;
303
+ round: boolean;
304
+ };
305
+ };
279
306
  readonly title: StringConstructor;
280
307
  readonly column: {
281
308
  readonly type: NumberConstructor;
@@ -299,6 +326,7 @@ declare const _default: import("vue").DefineComponent<{
299
326
  readonly default: "medium";
300
327
  };
301
328
  readonly bordered: BooleanConstructor;
329
+ readonly loadingSkeleton: BooleanConstructor;
302
330
  readonly labelStyle: PropType<string | CSSProperties>;
303
331
  readonly contentStyle: PropType<string | CSSProperties>;
304
332
  readonly theme: PropType<import("../../_mixins").Theme<"Descriptions", {
@@ -402,7 +430,9 @@ declare const _default: import("vue").DefineComponent<{
402
430
  readonly size: "small" | "medium" | "large";
403
431
  readonly column: number;
404
432
  readonly separator: string;
433
+ readonly loadingSkeleton: boolean;
405
434
  readonly labelAlign: "left" | "right" | "center";
406
435
  readonly labelPlacement: "left" | "top";
436
+ readonly skeletonProps: SkeletonProps;
407
437
  }, {}>;
408
438
  export default _default;
@@ -12,7 +12,15 @@ const styles_1 = require("../styles");
12
12
  const utils_1 = require("./utils");
13
13
  const index_cssr_1 = __importDefault(require("./styles/index.cssr"));
14
14
  const seemly_1 = require("seemly");
15
- exports.descriptionsProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { title: String, column: {
15
+ const _internal_1 = require("../../_internal");
16
+ exports.descriptionsProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { skeletonProps: {
17
+ type: Object,
18
+ default: () => ({
19
+ width: '50%',
20
+ height: '25px',
21
+ round: true
22
+ })
23
+ }, title: String, column: {
16
24
  type: Number,
17
25
  default: 3
18
26
  }, columns: Number, labelPlacement: {
@@ -27,7 +35,7 @@ exports.descriptionsProps = Object.assign(Object.assign({}, _mixins_1.useTheme.p
27
35
  }, size: {
28
36
  type: String,
29
37
  default: 'medium'
30
- }, bordered: Boolean, labelStyle: [Object, String], contentStyle: [Object, String] });
38
+ }, bordered: Boolean, loadingSkeleton: Boolean, labelStyle: [Object, String], contentStyle: [Object, String] });
31
39
  exports.default = (0, vue_1.defineComponent)({
32
40
  name: 'Descriptions',
33
41
  props: exports.descriptionsProps,
@@ -82,7 +90,7 @@ exports.default = (0, vue_1.defineComponent)({
82
90
  const defaultSlots = this.$slots.default;
83
91
  const children = defaultSlots ? (0, _utils_1.flatten)(defaultSlots()) : [];
84
92
  const memorizedLength = children.length;
85
- const { compitableColumn, labelPlacement, labelAlign, size, bordered, title, cssVars, mergedClsPrefix, separator, onRender } = this;
93
+ const { compitableColumn, labelPlacement, labelAlign, size, bordered, loadingSkeleton, skeletonProps, title, cssVars, mergedClsPrefix, separator, onRender } = this;
86
94
  onRender === null || onRender === void 0 ? void 0 : onRender();
87
95
  const filteredChildren = children.filter((child) => (0, utils_1.isDescriptionsItem)(child));
88
96
  if (process.env.NODE_ENV !== 'production' && memorizedLength !== filteredChildren.length) {
@@ -108,27 +116,27 @@ exports.default = (0, vue_1.defineComponent)({
108
116
  const contentStyle = props.contentStyle || props['content-style'] || this.contentStyle;
109
117
  if (labelPlacement === 'left') {
110
118
  if (bordered) {
111
- state.row.push((0, vue_1.h)("th", { class: `${mergedClsPrefix}-descriptions-table-header`, colspan: 1, style: labelStyle }, itemLabel), (0, vue_1.h)("td", { class: `${mergedClsPrefix}-descriptions-table-content`, colspan: isLastIteration
119
+ state.row.push((0, vue_1.h)("th", { class: `${mergedClsPrefix}-descriptions-table-header`, colspan: 1, style: labelStyle }, loadingSkeleton ? ((0, vue_1.h)(_internal_1.UBaseSkeleton, Object.assign({}, skeletonProps))) : (itemLabel)), (0, vue_1.h)("td", { class: `${mergedClsPrefix}-descriptions-table-content`, colspan: isLastIteration
112
120
  ? (compitableColumn - memorizedSpan) * 2 + 1
113
- : itemSpan * 2 - 1, style: contentStyle }, itemChildren));
121
+ : itemSpan * 2 - 1, style: contentStyle }, loadingSkeleton ? ((0, vue_1.h)(_internal_1.UBaseSkeleton, Object.assign({}, skeletonProps))) : (itemChildren)));
114
122
  }
115
123
  else {
116
124
  state.row.push((0, vue_1.h)("td", { class: `${mergedClsPrefix}-descriptions-table-content`, colspan: isLastIteration
117
125
  ? (compitableColumn - memorizedSpan) * 2
118
126
  : itemSpan * 2 },
119
- (0, vue_1.h)("span", { class: `${mergedClsPrefix}-descriptions-table-content__label`, style: labelStyle }, [
127
+ (0, vue_1.h)("span", { class: `${mergedClsPrefix}-descriptions-table-content__label`, style: labelStyle }, loadingSkeleton ? ((0, vue_1.h)(_internal_1.UBaseSkeleton, Object.assign({}, skeletonProps))) : ([
120
128
  ...itemLabel,
121
129
  separator && ((0, vue_1.h)("span", { class: `${mergedClsPrefix}-descriptions-separator` }, separator))
122
- ]),
123
- (0, vue_1.h)("span", { class: `${mergedClsPrefix}-descriptions-table-content__content`, style: contentStyle }, itemChildren)));
130
+ ])),
131
+ (0, vue_1.h)("span", { class: `${mergedClsPrefix}-descriptions-table-content__content`, style: contentStyle }, loadingSkeleton ? ((0, vue_1.h)(_internal_1.UBaseSkeleton, Object.assign({}, skeletonProps))) : (itemChildren))));
124
132
  }
125
133
  }
126
134
  else {
127
135
  const colspan = isLastIteration
128
136
  ? (compitableColumn - memorizedSpan) * 2
129
137
  : itemSpan * 2;
130
- state.row.push((0, vue_1.h)("th", { class: `${mergedClsPrefix}-descriptions-table-header`, colspan: colspan, style: labelStyle }, itemLabel));
131
- state.secondRow.push((0, vue_1.h)("td", { class: `${mergedClsPrefix}-descriptions-table-content`, colspan: colspan, style: contentStyle }, itemChildren));
138
+ state.row.push((0, vue_1.h)("th", { class: `${mergedClsPrefix}-descriptions-table-header`, colspan: colspan, style: labelStyle }, loadingSkeleton ? (0, vue_1.h)(_internal_1.UBaseSkeleton, Object.assign({}, skeletonProps)) : itemLabel));
139
+ state.secondRow.push((0, vue_1.h)("td", { class: `${mergedClsPrefix}-descriptions-table-content`, colspan: colspan, style: contentStyle }, loadingSkeleton ? ((0, vue_1.h)(_internal_1.UBaseSkeleton, Object.assign({}, skeletonProps))) : (itemChildren)));
132
140
  }
133
141
  if (state.span >= compitableColumn || isLastIteration) {
134
142
  state.span = 0;