@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
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "@uzum-tech/ui",
5
- "version": "1.9.0",
5
+ "version": "1.10.0",
6
6
  "js-types-syntax": "typescript",
7
7
  "contributions": {
8
8
  "html": {
@@ -2040,6 +2040,31 @@
2040
2040
  "description": "Props for icons in header.",
2041
2041
  "default": "undefined"
2042
2042
  },
2043
+ {
2044
+ "name": "header-share-button-props",
2045
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2046
+ "type": "object"
2047
+ },
2048
+ {
2049
+ "name": "header-profile-button-props",
2050
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2051
+ "type": "object"
2052
+ },
2053
+ {
2054
+ "name": "header-close-button-props",
2055
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2056
+ "type": "object"
2057
+ },
2058
+ {
2059
+ "name": "header-share-icon-props",
2060
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2061
+ "type": "object"
2062
+ },
2063
+ {
2064
+ "name": "header-profile-icon-props",
2065
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2066
+ "type": "object"
2067
+ },
2043
2068
  {
2044
2069
  "name": "message-sender-avatar-props",
2045
2070
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
@@ -2120,6 +2145,20 @@
2120
2145
  "description": "Text for close chat button.",
2121
2146
  "default": "locale default"
2122
2147
  },
2148
+ {
2149
+ "name": "share-button-tooltip",
2150
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2151
+ "type": "string",
2152
+ "description": "Tooltip text for share button in chat header.",
2153
+ "default": "locale default"
2154
+ },
2155
+ {
2156
+ "name": "profile-button-tooltip",
2157
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2158
+ "type": "string",
2159
+ "description": "Tooltip text for profile button in chat header.",
2160
+ "default": "locale default"
2161
+ },
2123
2162
  {
2124
2163
  "name": "unread-notification-text",
2125
2164
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
@@ -2203,10 +2242,10 @@
2203
2242
  "default": "undefined"
2204
2243
  },
2205
2244
  {
2206
- "name": "load-more-chats",
2245
+ "name": "footer-input-change",
2207
2246
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2208
- "type": "(offset: number, limit: number) => void",
2209
- "description": "Callback to load more chats.",
2247
+ "type": "(value: string, chatId: ChatId) => void",
2248
+ "description": "Callback when footer input value changes (useful for typing indicators).",
2210
2249
  "default": "undefined"
2211
2250
  },
2212
2251
  {
@@ -2230,6 +2269,34 @@
2230
2269
  "description": "Callback when message send fails.",
2231
2270
  "default": "undefined"
2232
2271
  },
2272
+ {
2273
+ "name": "chat-items-scroll-to-top",
2274
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2275
+ "type": "() => void",
2276
+ "description": "Callback when sidebar scrolls to top (load older chats).",
2277
+ "default": "undefined"
2278
+ },
2279
+ {
2280
+ "name": "chat-items-scroll-to-bottom",
2281
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2282
+ "type": "() => void",
2283
+ "description": "Callback when sidebar scrolls to bottom (load more chats).",
2284
+ "default": "undefined"
2285
+ },
2286
+ {
2287
+ "name": "messages-scroll-to-top",
2288
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2289
+ "type": "() => void",
2290
+ "description": "Callback when messages scroll to top (load older messages).",
2291
+ "default": "undefined"
2292
+ },
2293
+ {
2294
+ "name": "messages-scroll-to-bottom",
2295
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
2296
+ "type": "() => void",
2297
+ "description": "Callback when messages scroll to bottom (reached latest message).",
2298
+ "default": "undefined"
2299
+ },
2233
2300
  {
2234
2301
  "name": "message-send",
2235
2302
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
@@ -4361,6 +4428,11 @@
4361
4428
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
4362
4429
  "type": "boolean"
4363
4430
  },
4431
+ {
4432
+ "name": "round",
4433
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
4434
+ "type": "boolean"
4435
+ },
4364
4436
  {
4365
4437
  "name": "update-value-on-close",
4366
4438
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
@@ -4535,6 +4607,11 @@
4535
4607
  "name": "bind-calendar-months",
4536
4608
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
4537
4609
  "type": "boolean"
4610
+ },
4611
+ {
4612
+ "name": "trigger-preset",
4613
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
4614
+ "type": "string"
4538
4615
  }
4539
4616
  ],
4540
4617
  "js": {
@@ -4607,6 +4684,13 @@
4607
4684
  ],
4608
4685
  "attributes": [],
4609
4686
  "props": [
4687
+ {
4688
+ "name": "skeleton-props",
4689
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
4690
+ "type": "SkeletonProps",
4691
+ "description": "Props from the skeleton component",
4692
+ "default": "{ width: '50%', height: '25px', round: true }"
4693
+ },
4610
4694
  {
4611
4695
  "name": "title",
4612
4696
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
@@ -4661,6 +4745,13 @@
4661
4745
  "description": "Whether to display border.",
4662
4746
  "default": "false"
4663
4747
  },
4748
+ {
4749
+ "name": "loading-skeleton",
4750
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
4751
+ "type": "boolean",
4752
+ "description": "Whether to display skeleton.",
4753
+ "default": "false"
4754
+ },
4664
4755
  {
4665
4756
  "name": "label-style",
4666
4757
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
@@ -10406,6 +10497,114 @@
10406
10497
  ]
10407
10498
  }
10408
10499
  },
10500
+ {
10501
+ "name": "UModalFullscreen",
10502
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10503
+ "source": {
10504
+ "symbol": "UModalFullscreen"
10505
+ },
10506
+ "slots": [],
10507
+ "attributes": [],
10508
+ "props": [
10509
+ {
10510
+ "name": "to",
10511
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10512
+ "type": "string | object"
10513
+ },
10514
+ {
10515
+ "name": "show",
10516
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10517
+ "type": "boolean"
10518
+ },
10519
+ {
10520
+ "name": "z-index",
10521
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10522
+ "type": "number"
10523
+ },
10524
+ {
10525
+ "name": "title",
10526
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10527
+ "type": "string"
10528
+ },
10529
+ {
10530
+ "name": "subtitle",
10531
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10532
+ "type": "string"
10533
+ },
10534
+ {
10535
+ "name": "background-image",
10536
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10537
+ "type": "string"
10538
+ },
10539
+ {
10540
+ "name": "fixed",
10541
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10542
+ "type": "boolean"
10543
+ },
10544
+ {
10545
+ "name": "display-directive",
10546
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10547
+ "type": "string"
10548
+ },
10549
+ {
10550
+ "name": "transform-origin",
10551
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10552
+ "type": "string"
10553
+ },
10554
+ {
10555
+ "name": "auto-focus",
10556
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10557
+ "type": "boolean"
10558
+ },
10559
+ {
10560
+ "name": "trap-focus",
10561
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10562
+ "type": "boolean"
10563
+ },
10564
+ {
10565
+ "name": "close-on-esc",
10566
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10567
+ "type": "boolean"
10568
+ },
10569
+ {
10570
+ "name": "block-scroll",
10571
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10572
+ "type": "boolean"
10573
+ }
10574
+ ],
10575
+ "js": {
10576
+ "events": [
10577
+ {
10578
+ "name": "esc",
10579
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10580
+ },
10581
+ {
10582
+ "name": "close",
10583
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10584
+ },
10585
+ {
10586
+ "name": "after-enter",
10587
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10588
+ },
10589
+ {
10590
+ "name": "before-leave",
10591
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10592
+ },
10593
+ {
10594
+ "name": "after-leave",
10595
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10596
+ },
10597
+ {
10598
+ "name": "update-show",
10599
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10600
+ },
10601
+ {
10602
+ "name": "update-show",
10603
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10604
+ }
10605
+ ]
10606
+ }
10607
+ },
10409
10608
  {
10410
10609
  "name": "UNotificationProvider",
10411
10610
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/notification",
@@ -14223,6 +14422,13 @@
14223
14422
  "description": "Whether the tag has border.",
14224
14423
  "default": "true"
14225
14424
  },
14425
+ {
14426
+ "name": "value",
14427
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14428
+ "type": "string | number | boolean",
14429
+ "description": "Value of the tag, used with `u-tag-group`.",
14430
+ "default": "undefined"
14431
+ },
14226
14432
  {
14227
14433
  "name": "checked",
14228
14434
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
@@ -14309,6 +14515,77 @@
14309
14515
  ]
14310
14516
  }
14311
14517
  },
14518
+ {
14519
+ "name": "UTagGroup",
14520
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14521
+ "source": {
14522
+ "symbol": "UTagGroup"
14523
+ },
14524
+ "slots": [
14525
+ {
14526
+ "name": "default",
14527
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14528
+ "description": "Tags in the group."
14529
+ }
14530
+ ],
14531
+ "attributes": [],
14532
+ "props": [
14533
+ {
14534
+ "name": "value",
14535
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14536
+ "type": "string | number | boolean | null",
14537
+ "description": "Selected value in controlled mode.",
14538
+ "default": "undefined"
14539
+ },
14540
+ {
14541
+ "name": "default-value",
14542
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14543
+ "type": "string | number | boolean | null",
14544
+ "description": "Default selected value.",
14545
+ "default": "null"
14546
+ },
14547
+ {
14548
+ "name": "size",
14549
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14550
+ "type": "'small' | 'medium' | 'large'",
14551
+ "description": "Size of tags in the group. Also affects default gap if gap prop is not set.",
14552
+ "default": "'medium'"
14553
+ },
14554
+ {
14555
+ "name": "gap",
14556
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14557
+ "type": "string | number",
14558
+ "description": "Gap between tags. When it's a number, it will be converted to px. If not set, uses theme value based on size (small: 4px, medium: 8px, large: 12px).",
14559
+ "default": "undefined"
14560
+ },
14561
+ {
14562
+ "name": "disabled",
14563
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14564
+ "type": "boolean",
14565
+ "description": "Whether tags in the group are disabled.",
14566
+ "default": "false"
14567
+ }
14568
+ ],
14569
+ "js": {
14570
+ "events": [
14571
+ {
14572
+ "name": "update-value",
14573
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag"
14574
+ },
14575
+ {
14576
+ "name": "update-value",
14577
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag"
14578
+ },
14579
+ {
14580
+ "name": "update:value",
14581
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14582
+ "type": "(value: string | number | boolean) => void",
14583
+ "description": "Value change callback.",
14584
+ "default": "undefined"
14585
+ }
14586
+ ]
14587
+ }
14588
+ },
14312
14589
  {
14313
14590
  "name": "UThing",
14314
14591
  "description": "When you want to describe a thing, use thing. If you find it doesn't fit you demand, write one by yourself.\n\nI wish there is a way to build all kinds of frequently used layout inside a component. It takes me some time to figure out that the component already exist, the brower itself.",
@@ -17131,6 +17408,98 @@
17131
17408
  "events": []
17132
17409
  }
17133
17410
  },
17411
+ {
17412
+ "name": "UVirtualList",
17413
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17414
+ "source": {
17415
+ "symbol": "UVirtualList"
17416
+ },
17417
+ "slots": [],
17418
+ "attributes": [],
17419
+ "props": [
17420
+ {
17421
+ "name": "scrollbar-props",
17422
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17423
+ "type": "object"
17424
+ },
17425
+ {
17426
+ "name": "items",
17427
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17428
+ "type": "Array"
17429
+ },
17430
+ {
17431
+ "name": "item-size",
17432
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17433
+ "type": "number"
17434
+ },
17435
+ {
17436
+ "name": "item-resizable",
17437
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17438
+ "type": "boolean"
17439
+ },
17440
+ {
17441
+ "name": "items-style",
17442
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17443
+ "type": "string | object"
17444
+ },
17445
+ {
17446
+ "name": "visible-items-tag",
17447
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17448
+ "type": "string | object"
17449
+ },
17450
+ {
17451
+ "name": "visible-items-props",
17452
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17453
+ "type": "object"
17454
+ },
17455
+ {
17456
+ "name": "ignore-item-resize",
17457
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17458
+ "type": "boolean"
17459
+ },
17460
+ {
17461
+ "name": "default-scroll-key",
17462
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17463
+ "type": "number | string"
17464
+ },
17465
+ {
17466
+ "name": "default-scroll-index",
17467
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17468
+ "type": "number"
17469
+ },
17470
+ {
17471
+ "name": "key-field",
17472
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17473
+ "type": "string"
17474
+ },
17475
+ {
17476
+ "name": "padding-top",
17477
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17478
+ "type": "number | string"
17479
+ },
17480
+ {
17481
+ "name": "padding-bottom",
17482
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17483
+ "type": "number | string"
17484
+ }
17485
+ ],
17486
+ "js": {
17487
+ "events": [
17488
+ {
17489
+ "name": "scroll",
17490
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
17491
+ },
17492
+ {
17493
+ "name": "wheel",
17494
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
17495
+ },
17496
+ {
17497
+ "name": "resize",
17498
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
17499
+ }
17500
+ ]
17501
+ }
17502
+ },
17134
17503
  {
17135
17504
  "name": "UWatermark",
17136
17505
  "description": "Watermark.",
@@ -17640,6 +18009,105 @@
17640
18009
  "js": {
17641
18010
  "events": []
17642
18011
  }
18012
+ },
18013
+ {
18014
+ "name": "UCrop",
18015
+ "description": "",
18016
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18017
+ "source": {
18018
+ "symbol": "UCrop"
18019
+ },
18020
+ "slots": [],
18021
+ "attributes": [],
18022
+ "props": [
18023
+ {
18024
+ "name": "src",
18025
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18026
+ "type": "string",
18027
+ "description": "Path to image",
18028
+ "default": "undefined"
18029
+ },
18030
+ {
18031
+ "name": "wrapper-width",
18032
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18033
+ "type": "number | string",
18034
+ "description": "Wrapper width",
18035
+ "default": "auto"
18036
+ },
18037
+ {
18038
+ "name": "wrapper-height",
18039
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18040
+ "type": "number | string",
18041
+ "description": "Wrapper height",
18042
+ "default": "auto"
18043
+ },
18044
+ {
18045
+ "name": "view-mode",
18046
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18047
+ "type": "number",
18048
+ "description": "Define the view mode of the cropper.",
18049
+ "default": "0"
18050
+ },
18051
+ {
18052
+ "name": "drag-mode",
18053
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18054
+ "type": "string",
18055
+ "description": "Define the dragging mode of the cropper.",
18056
+ "default": "none"
18057
+ },
18058
+ {
18059
+ "name": "aspect-ratio",
18060
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18061
+ "type": "number",
18062
+ "description": "Define the fixed aspect ratio of the crop box. By default, the crop box has a free ratio.",
18063
+ "default": "NaN"
18064
+ },
18065
+ {
18066
+ "name": "background",
18067
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18068
+ "type": "boolean",
18069
+ "description": "Show the grid background of the container.",
18070
+ "default": "true"
18071
+ },
18072
+ {
18073
+ "name": "circle-shape",
18074
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18075
+ "type": "boolean",
18076
+ "description": "Crop the image into a circle.",
18077
+ "default": "false"
18078
+ },
18079
+ {
18080
+ "name": "zoomable",
18081
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18082
+ "type": "boolean",
18083
+ "description": "Enable to zoom the image.",
18084
+ "default": "false"
18085
+ },
18086
+ {
18087
+ "name": "cropper-theme-color",
18088
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18089
+ "type": "string",
18090
+ "description": "Color theme.",
18091
+ "default": "#fff"
18092
+ },
18093
+ {
18094
+ "name": "cancel-button-text",
18095
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18096
+ "type": "string",
18097
+ "description": "Cancel button text.",
18098
+ "default": "Cancel"
18099
+ },
18100
+ {
18101
+ "name": "confirm-button-text",
18102
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18103
+ "type": "string",
18104
+ "description": "Confirm button text.",
18105
+ "default": "Save"
18106
+ }
18107
+ ],
18108
+ "js": {
18109
+ "events": []
18110
+ }
17643
18111
  }
17644
18112
  ]
17645
18113
  }