@nutui/nutui 4.2.0 → 4.2.2-beta.1

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 (327) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/nutui.es.js +1 -1
  3. package/dist/nutui.js +6839 -6866
  4. package/dist/nutui.umd.js +1 -1
  5. package/dist/packages/{_es/Interceptor-006f85b3.js → Interceptor-a7d38af1.js} +1 -1
  6. package/dist/packages/{_es → actionsheet}/ActionSheet.js +27 -37
  7. package/dist/packages/actionsheet/index.mjs +2 -4
  8. package/dist/packages/{_es → address}/Address.js +15 -10
  9. package/dist/packages/address/index.css +1 -1
  10. package/dist/packages/address/index.mjs +2 -4
  11. package/dist/packages/{_es → addresslist}/AddressList.js +23 -27
  12. package/dist/packages/addresslist/index.mjs +2 -4
  13. package/dist/packages/{_es → animate}/Animate.js +2 -2
  14. package/dist/packages/animate/index.mjs +2 -4
  15. package/dist/packages/{_es → audio}/Audio.js +6 -6
  16. package/dist/packages/audio/index.mjs +2 -4
  17. package/dist/packages/{_es → audiooperate}/AudioOperate.js +8 -5
  18. package/dist/packages/audiooperate/index.mjs +2 -4
  19. package/dist/packages/{_es → avatar}/Avatar.js +4 -4
  20. package/dist/packages/avatar/index.mjs +2 -4
  21. package/dist/packages/{_es → avatarcropper}/AvatarCropper.js +6 -6
  22. package/dist/packages/avatarcropper/index.mjs +2 -4
  23. package/dist/packages/{_es → avatargroup}/AvatarGroup.js +4 -4
  24. package/dist/packages/avatargroup/index.mjs +2 -4
  25. package/dist/packages/{_es → backtop}/Backtop.js +3 -3
  26. package/dist/packages/backtop/index.mjs +2 -4
  27. package/dist/packages/{_es → badge}/Badge.js +4 -4
  28. package/dist/packages/badge/index.mjs +2 -4
  29. package/dist/packages/{_es → barrage}/Barrage.js +11 -16
  30. package/dist/packages/barrage/index.mjs +2 -4
  31. package/dist/packages/{_es → button}/Button.js +4 -4
  32. package/dist/packages/button/index.mjs +2 -4
  33. package/dist/packages/{_es → calendar}/Calendar.js +16 -12
  34. package/dist/packages/calendar/index.mjs +2 -4
  35. package/dist/packages/calendaritem/CalendarItem.js +11 -0
  36. package/dist/packages/calendaritem/index.mjs +2 -4
  37. package/dist/packages/{_es → card}/Card.js +6 -6
  38. package/dist/packages/card/index.mjs +2 -4
  39. package/dist/packages/{_es → cascader}/Cascader.js +23 -20
  40. package/dist/packages/cascader/index.mjs +2 -4
  41. package/dist/packages/{_es → category}/Category.js +2 -2
  42. package/dist/packages/category/index.mjs +2 -4
  43. package/dist/packages/{_es → categorypane}/CategoryPane.js +2 -2
  44. package/dist/packages/categorypane/index.mjs +2 -4
  45. package/dist/packages/{_es → cell}/Cell.js +15 -9
  46. package/dist/packages/cell/index.mjs +2 -4
  47. package/dist/packages/{_es → cellgroup}/CellGroup.js +4 -4
  48. package/dist/packages/cellgroup/index.mjs +2 -4
  49. package/dist/packages/{_es → checkbox}/Checkbox.js +2 -2
  50. package/dist/packages/checkbox/index.css +1 -1
  51. package/dist/packages/checkbox/index.mjs +2 -4
  52. package/dist/packages/checkbox/index.scss +1 -0
  53. package/dist/packages/{_es → checkboxgroup}/CheckboxGroup.js +2 -2
  54. package/dist/packages/checkboxgroup/index.mjs +2 -4
  55. package/dist/packages/{_es → circleprogress}/CircleProgress.js +2 -2
  56. package/dist/packages/circleprogress/index.mjs +2 -4
  57. package/dist/packages/{_es → col}/Col.js +2 -2
  58. package/dist/packages/col/index.mjs +2 -4
  59. package/dist/packages/{_es → collapse}/Collapse.js +11 -16
  60. package/dist/packages/collapse/index.mjs +2 -4
  61. package/dist/packages/{_es → collapseitem}/CollapseItem.js +3 -3
  62. package/dist/packages/collapseitem/index.mjs +2 -4
  63. package/dist/packages/{_es → comment}/Comment.js +34 -34
  64. package/dist/packages/comment/index.mjs +2 -4
  65. package/dist/packages/{_es/common-728db750.js → common-3db007cd.js} +2 -2
  66. package/dist/packages/{_es/component-f86a70df.js → component-a8dfbf81.js} +7 -7
  67. package/dist/packages/{_es → configprovider}/ConfigProvider.js +1 -1
  68. package/dist/packages/configprovider/index.mjs +2 -4
  69. package/dist/packages/{_es → countdown}/Countdown.js +12 -17
  70. package/dist/packages/countdown/index.mjs +2 -4
  71. package/dist/packages/{_es → countup}/Countup.js +2 -2
  72. package/dist/packages/countup/index.mjs +2 -4
  73. package/dist/packages/{_es → datepicker}/DatePicker.js +14 -13
  74. package/dist/packages/datepicker/index.mjs +2 -4
  75. package/dist/packages/{_es → dialog}/Dialog.js +26 -21
  76. package/dist/packages/dialog/index.mjs +3 -5
  77. package/dist/packages/{_es → divider}/Divider.js +2 -2
  78. package/dist/packages/divider/index.mjs +2 -4
  79. package/dist/packages/{_es → drag}/Drag.js +7 -14
  80. package/dist/packages/drag/index.mjs +2 -4
  81. package/dist/packages/{_es → ecard}/Ecard.js +9 -6
  82. package/dist/packages/ecard/index.mjs +2 -4
  83. package/dist/packages/{_es → elevator}/Elevator.js +34 -51
  84. package/dist/packages/elevator/index.css +1 -1
  85. package/dist/packages/elevator/index.mjs +2 -4
  86. package/dist/packages/elevator/index.scss +0 -13
  87. package/dist/packages/{_es → ellipsis}/Ellipsis.js +7 -13
  88. package/dist/packages/ellipsis/index.mjs +2 -4
  89. package/dist/packages/{_es → empty}/Empty.js +7 -4
  90. package/dist/packages/empty/index.mjs +2 -4
  91. package/dist/packages/{_es → fixednav}/FixedNav.js +13 -10
  92. package/dist/packages/fixednav/index.mjs +2 -4
  93. package/dist/packages/{_es → form}/Form.js +7 -7
  94. package/dist/packages/form/index.mjs +2 -4
  95. package/dist/packages/{_es → formitem}/FormItem.js +23 -12
  96. package/dist/packages/formitem/index.mjs +2 -4
  97. package/dist/packages/{_es → grid}/Grid.js +3 -3
  98. package/dist/packages/grid/index.mjs +2 -4
  99. package/dist/packages/{_es → griditem}/GridItem.js +5 -5
  100. package/dist/packages/griditem/index.mjs +2 -4
  101. package/dist/packages/{_es → image}/Image.js +3 -3
  102. package/dist/packages/image/index.mjs +2 -4
  103. package/dist/packages/{_es → imagepreview}/ImagePreview.js +19 -18
  104. package/dist/packages/imagepreview/index.css +1 -1
  105. package/dist/packages/imagepreview/index.mjs +3 -5
  106. package/dist/packages/{_es/index-b53aec83.js → index-47708e50.js} +10 -6
  107. package/dist/packages/index-99fdd331.js +17 -0
  108. package/dist/packages/{_es/index-5a1e6d22.js → index-ae743c4f.js} +5 -5
  109. package/dist/packages/{_es/index.vue_vue_type_script_lang-0ccf787e.js → index.vue_vue_type_script_lang-336a1e7d.js} +2 -2
  110. package/dist/packages/{_es/index.vue_vue_type_script_lang-1e118ab6.js → index.vue_vue_type_script_lang-e1fb856d.js} +1 -1
  111. package/dist/packages/{_es → indicator}/Indicator.js +2 -2
  112. package/dist/packages/indicator/index.mjs +2 -4
  113. package/dist/packages/{_es → infiniteloading}/InfiniteLoading.js +25 -28
  114. package/dist/packages/infiniteloading/index.mjs +2 -4
  115. package/dist/packages/{_es → input}/Input.js +17 -9
  116. package/dist/packages/input/index.mjs +2 -4
  117. package/dist/packages/{_es → inputnumber}/InputNumber.js +5 -5
  118. package/dist/packages/inputnumber/index.mjs +2 -4
  119. package/dist/packages/{_es → invoice}/Invoice.js +16 -16
  120. package/dist/packages/invoice/index.mjs +2 -4
  121. package/dist/packages/{_es → layout}/Layout.js +1 -1
  122. package/dist/packages/layout/index.mjs +2 -4
  123. package/dist/packages/{_es → list}/List.js +7 -14
  124. package/dist/packages/list/index.mjs +2 -4
  125. package/dist/packages/locale/lang/baseLang.d.ts +1 -0
  126. package/dist/packages/locale/lang/en-US.d.ts +1 -0
  127. package/dist/packages/locale/lang/en-US.js +2 -1
  128. package/dist/packages/locale/lang/id-ID.d.ts +1 -0
  129. package/dist/packages/locale/lang/id-ID.js +2 -1
  130. package/dist/packages/locale/lang/zh-CN.d.ts +1 -0
  131. package/dist/packages/locale/lang/zh-CN.js +2 -1
  132. package/dist/packages/locale/lang/zh-TW.d.ts +1 -0
  133. package/dist/packages/locale/lang/zh-TW.js +2 -1
  134. package/dist/packages/{_es → menu}/Menu.js +3 -3
  135. package/dist/packages/menu/index.mjs +2 -4
  136. package/dist/packages/{_es → menuitem}/MenuItem.js +5 -5
  137. package/dist/packages/menuitem/index.mjs +2 -4
  138. package/dist/packages/{_es/mountComponent-053caf41.js → mountComponent-614f1309.js} +1 -1
  139. package/dist/packages/{_es → navbar}/Navbar.js +2 -2
  140. package/dist/packages/navbar/index.mjs +2 -4
  141. package/dist/packages/{_es → noticebar}/Noticebar.js +20 -30
  142. package/dist/packages/noticebar/index.mjs +2 -4
  143. package/dist/packages/{_es → notify}/Notify.js +5 -5
  144. package/dist/packages/notify/index.mjs +3 -5
  145. package/dist/packages/{_es → numberkeyboard}/NumberKeyboard.js +9 -6
  146. package/dist/packages/numberkeyboard/index.mjs +2 -4
  147. package/dist/packages/{_es → overlay}/Overlay.js +4 -4
  148. package/dist/packages/overlay/index.mjs +2 -4
  149. package/dist/packages/{_es → pagination}/Pagination.js +6 -3
  150. package/dist/packages/pagination/index.mjs +2 -4
  151. package/dist/packages/{_es → picker}/Picker.js +22 -20
  152. package/dist/packages/picker/index.mjs +2 -4
  153. package/dist/packages/{_es → popover}/Popover.js +9 -9
  154. package/dist/packages/popover/index.mjs +2 -4
  155. package/dist/packages/popup/Popup.js +10 -0
  156. package/dist/packages/popup/index.mjs +2 -4
  157. package/dist/packages/{_es → price}/Price.js +4 -4
  158. package/dist/packages/price/index.mjs +2 -4
  159. package/dist/packages/{_es → progress}/Progress.js +4 -4
  160. package/dist/packages/progress/index.mjs +2 -4
  161. package/dist/packages/{_es → pullrefresh}/PullRefresh.js +39 -29
  162. package/dist/packages/pullrefresh/index.mjs +2 -4
  163. package/dist/packages/pxCheck-a27490eb.js +8 -0
  164. package/dist/packages/radio/Radio.js +9 -0
  165. package/dist/packages/radio/index.mjs +2 -4
  166. package/dist/packages/radiogroup/RadioGroup.js +7 -0
  167. package/dist/packages/radiogroup/index.mjs +2 -4
  168. package/dist/packages/{_es → range}/Range.js +6 -6
  169. package/dist/packages/range/index.mjs +2 -4
  170. package/dist/packages/{_es → rate}/Rate.js +32 -26
  171. package/dist/packages/rate/index.mjs +2 -4
  172. package/dist/packages/{_es → row}/Row.js +2 -2
  173. package/dist/packages/row/index.mjs +2 -4
  174. package/dist/packages/{_es → searchbar}/Searchbar.js +7 -4
  175. package/dist/packages/searchbar/index.mjs +2 -4
  176. package/dist/packages/{_es → shortpassword}/ShortPassword.js +9 -6
  177. package/dist/packages/shortpassword/index.mjs +2 -4
  178. package/dist/packages/{_es → sidenavbar}/SideNavbar.js +12 -20
  179. package/dist/packages/sidenavbar/index.mjs +2 -4
  180. package/dist/packages/{_es → sidenavbaritem}/SideNavbarItem.js +8 -15
  181. package/dist/packages/sidenavbaritem/index.mjs +2 -4
  182. package/dist/packages/{_es → signature}/Signature.js +9 -6
  183. package/dist/packages/signature/index.mjs +2 -4
  184. package/dist/packages/{_es → skeleton}/Skeleton.js +4 -4
  185. package/dist/packages/skeleton/index.mjs +2 -4
  186. package/dist/packages/{_es → sku}/Sku.js +32 -42
  187. package/dist/packages/sku/index.mjs +2 -4
  188. package/dist/packages/{_es → space}/Space.js +1 -1
  189. package/dist/packages/space/index.mjs +2 -4
  190. package/dist/packages/{_es → step}/Step.js +2 -2
  191. package/dist/packages/step/index.mjs +2 -4
  192. package/dist/packages/{_es → steps}/Steps.js +1 -1
  193. package/dist/packages/steps/index.mjs +2 -4
  194. package/dist/packages/{_es → sticky}/Sticky.js +8 -7
  195. package/dist/packages/sticky/index.mjs +2 -4
  196. package/dist/packages/{_es → subsidenavbar}/SubSideNavbar.js +8 -15
  197. package/dist/packages/subsidenavbar/index.mjs +2 -4
  198. package/dist/packages/{_es → swipe}/Swipe.js +5 -5
  199. package/dist/packages/swipe/index.mjs +2 -4
  200. package/dist/packages/{_es → swipegroup}/SwipeGroup.js +2 -2
  201. package/dist/packages/swipegroup/index.mjs +2 -4
  202. package/dist/packages/{_es → swiper}/Swiper.js +18 -17
  203. package/dist/packages/swiper/index.css +1 -1
  204. package/dist/packages/swiper/index.mjs +2 -4
  205. package/dist/packages/swiper/index.scss +0 -1
  206. package/dist/packages/{_es → swiperitem}/SwiperItem.js +10 -17
  207. package/dist/packages/swiperitem/index.mjs +2 -4
  208. package/dist/packages/{_es → switch}/Switch.js +2 -2
  209. package/dist/packages/switch/index.mjs +2 -4
  210. package/dist/packages/{_es → tabbar}/Tabbar.js +2 -2
  211. package/dist/packages/tabbar/index.mjs +2 -4
  212. package/dist/packages/{_es → tabbaritem}/TabbarItem.js +6 -6
  213. package/dist/packages/tabbaritem/index.mjs +2 -4
  214. package/dist/packages/{_es → table}/Table.js +30 -39
  215. package/dist/packages/table/index.mjs +2 -4
  216. package/dist/packages/{_es → tabpane}/TabPane.js +4 -4
  217. package/dist/packages/tabpane/index.mjs +2 -4
  218. package/dist/packages/{_es → tabs}/Tabs.js +11 -11
  219. package/dist/packages/tabs/index.mjs +2 -4
  220. package/dist/packages/{_es → tag}/Tag.js +4 -4
  221. package/dist/packages/tag/index.mjs +2 -4
  222. package/dist/packages/{_es → textarea}/Textarea.js +7 -4
  223. package/dist/packages/textarea/index.mjs +2 -4
  224. package/dist/packages/{_es → timedetail}/TimeDetail.js +17 -28
  225. package/dist/packages/timedetail/index.mjs +2 -4
  226. package/dist/packages/{_es → timepannel}/TimePannel.js +2 -2
  227. package/dist/packages/timepannel/index.mjs +2 -4
  228. package/dist/packages/{_es → timeselect}/TimeSelect.js +28 -34
  229. package/dist/packages/timeselect/index.mjs +2 -4
  230. package/dist/packages/{_es → toast}/Toast.js +4 -4
  231. package/dist/packages/toast/index.mjs +3 -5
  232. package/dist/packages/{_es → tour}/Tour.js +8 -9
  233. package/dist/packages/tour/index.mjs +2 -4
  234. package/dist/packages/{_es → trendarrow}/TrendArrow.js +8 -15
  235. package/dist/packages/trendarrow/index.mjs +2 -4
  236. package/dist/packages/{_es → uploader}/Uploader.js +10 -8
  237. package/dist/packages/uploader/index.mjs +2 -4
  238. package/dist/packages/{_es → video}/Video.js +8 -5
  239. package/dist/packages/video/index.mjs +2 -4
  240. package/dist/packages/{_es → watermark}/Watermark.js +2 -2
  241. package/dist/packages/watermark/index.mjs +2 -4
  242. package/dist/smartips/web-types.json +38 -2
  243. package/dist/style.css +1 -1
  244. package/dist/types/__VUE/actionsheet/index.vue.d.ts +12 -20
  245. package/dist/types/__VUE/address/index.vue.d.ts +20 -19
  246. package/dist/types/__VUE/address/type.d.ts +3 -2
  247. package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +1 -1
  248. package/dist/types/__VUE/addresslist/index.vue.d.ts +1 -4
  249. package/dist/types/__VUE/audiooperate/index.vue.d.ts +1 -1
  250. package/dist/types/__VUE/barrage/index.vue.d.ts +0 -3
  251. package/dist/types/__VUE/calendar/index.vue.d.ts +4 -2
  252. package/dist/types/__VUE/calendaritem/index.vue.d.ts +4 -1
  253. package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +1 -1
  254. package/dist/types/__VUE/cell/index.vue.d.ts +3 -1
  255. package/dist/types/__VUE/collapse/index.vue.d.ts +0 -3
  256. package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +1 -1
  257. package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +2 -2
  258. package/dist/types/__VUE/comment/index.vue.d.ts +2 -5
  259. package/dist/types/__VUE/countdown/index.vue.d.ts +1 -4
  260. package/dist/types/__VUE/dialog/index.d.ts +10 -8
  261. package/dist/types/__VUE/dialog/index.vue.d.ts +10 -4
  262. package/dist/types/__VUE/drag/index.vue.d.ts +0 -3
  263. package/dist/types/__VUE/ecard/index.vue.d.ts +1 -1
  264. package/dist/types/__VUE/elevator/index.vue.d.ts +0 -6
  265. package/dist/types/__VUE/ellipsis/index.vue.d.ts +0 -3
  266. package/dist/types/__VUE/empty/index.vue.d.ts +3 -3
  267. package/dist/types/__VUE/fixednav/index.vue.d.ts +2 -2
  268. package/dist/types/__VUE/formitem/index.vue.d.ts +1 -0
  269. package/dist/types/__VUE/formitem/types.d.ts +3 -3
  270. package/dist/types/__VUE/imagepreview/index.d.ts +1 -0
  271. package/dist/types/__VUE/infiniteloading/index.vue.d.ts +1 -4
  272. package/dist/types/__VUE/input/index.vue.d.ts +7 -4
  273. package/dist/types/__VUE/input/type.d.ts +5 -0
  274. package/dist/types/__VUE/inputnumber/index.vue.d.ts +1 -1
  275. package/dist/types/__VUE/list/index.vue.d.ts +0 -3
  276. package/dist/types/__VUE/noticebar/index.vue.d.ts +5 -24
  277. package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +1 -1
  278. package/dist/types/__VUE/pagination/index.vue.d.ts +1 -1
  279. package/dist/types/__VUE/picker/Column.vue.d.ts +1 -1
  280. package/dist/types/__VUE/picker/common.d.ts +7 -249
  281. package/dist/types/__VUE/picker/index.vue.d.ts +1 -122
  282. package/dist/types/__VUE/picker/types.d.ts +2 -9
  283. package/dist/types/__VUE/pullrefresh/index.vue.d.ts +20 -5
  284. package/dist/types/__VUE/rate/index.vue.d.ts +4 -5
  285. package/dist/types/__VUE/searchbar/index.vue.d.ts +1 -1
  286. package/dist/types/__VUE/shortpassword/index.vue.d.ts +1 -1
  287. package/dist/types/__VUE/sidenavbar/index.vue.d.ts +0 -3
  288. package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +0 -3
  289. package/dist/types/__VUE/signature/index.vue.d.ts +2 -1
  290. package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +3 -3
  291. package/dist/types/__VUE/sku/index.vue.d.ts +9 -177
  292. package/dist/types/__VUE/sticky/index.vue.d.ts +3 -0
  293. package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +0 -3
  294. package/dist/types/__VUE/swiper/index.vue.d.ts +0 -3
  295. package/dist/types/__VUE/swiperitem/index.vue.d.ts +0 -3
  296. package/dist/types/__VUE/table/common.d.ts +7 -7
  297. package/dist/types/__VUE/table/index.vue.d.ts +13 -16
  298. package/dist/types/__VUE/table/types.d.ts +2 -2
  299. package/dist/types/__VUE/tabs/index.vue.d.ts +5 -5
  300. package/dist/types/__VUE/textarea/index.vue.d.ts +3 -2
  301. package/dist/types/__VUE/timedetail/index.vue.d.ts +4 -6
  302. package/dist/types/__VUE/timeselect/index.vue.d.ts +2 -6
  303. package/dist/types/__VUE/tour/index.vue.d.ts +12 -11
  304. package/dist/types/__VUE/trendarrow/index.vue.d.ts +0 -3
  305. package/dist/types/__VUE/video/index.vue.d.ts +1 -1
  306. package/dist/types/index.d.ts +1 -1
  307. package/dist/types/locale/lang/baseLang.d.ts +1 -0
  308. package/dist/types/locale/lang/en-US.d.ts +1 -0
  309. package/dist/types/locale/lang/id-ID.d.ts +1 -0
  310. package/dist/types/locale/lang/zh-CN.d.ts +1 -0
  311. package/dist/types/locale/lang/zh-TW.d.ts +1 -0
  312. package/dist/types/utils/pxCheck.d.ts +1 -1
  313. package/dist/types/utils/useLocale/index.d.ts +1 -0
  314. package/package.json +1 -1
  315. package/dist/packages/_es/CalendarItem.js +0 -10
  316. package/dist/packages/_es/Popup.js +0 -10
  317. package/dist/packages/_es/Radio.js +0 -9
  318. package/dist/packages/_es/RadioGroup.js +0 -7
  319. package/dist/packages/_es/pxCheck-c6b9f6b7.js +0 -6
  320. /package/dist/packages/{_es/_plugin-vue_export-helper-cc2b3d55.js → _plugin-vue_export-helper-cc2b3d55.js} +0 -0
  321. /package/dist/packages/{_es/index-29892cda.js → index-29892cda.js} +0 -0
  322. /package/dist/packages/{_es/index-54d03fc1.js → index-54d03fc1.js} +0 -0
  323. /package/dist/packages/{_es/index-79c5dc33.js → index-79c5dc33.js} +0 -0
  324. /package/dist/packages/{_es/index-7a7385e4.js → index-7a7385e4.js} +0 -0
  325. /package/dist/packages/{_es/index-97b44e6c.js → index-97b44e6c.js} +0 -0
  326. /package/dist/packages/{_es/raf-729dad54.js → raf-729dad54.js} +0 -0
  327. /package/dist/packages/{_es/renderIcon-3d0fd47c.js → renderIcon-3d0fd47c.js} +0 -0
@@ -1,4 +1,2 @@
1
- import _Backtop from '../_es/Backtop.js';
2
- const treeshaking = (t) => t;
3
- const Backtop = treeshaking(_Backtop);
4
- export { Backtop };
1
+ import Backtop from './Backtop.js';
2
+ export { Backtop, Backtop as default };
@@ -1,6 +1,6 @@
1
1
  import { reactive, computed, openBlock, createElementBlock, withDirectives, createElementVNode, normalizeStyle, renderSlot, vShow, normalizeClass, toDisplayString } from "vue";
2
- import { c as createComponent } from "./component-f86a70df.js";
3
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
2
+ import { c as createComponent } from "../component-a8dfbf81.js";
3
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
4
4
  import "../locale/lang";
5
5
  const { create } = createComponent("badge");
6
6
  const _sfc_main = create({
@@ -90,7 +90,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
90
90
  ])
91
91
  ]);
92
92
  }
93
- const Badge = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
93
+ const NutBadge = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
94
94
  export {
95
- Badge as default
95
+ NutBadge as default
96
96
  };
@@ -1,4 +1,2 @@
1
- import _Badge from '../_es/Badge.js';
2
- const treeshaking = (t) => t;
3
- const Badge = treeshaking(_Badge);
4
- export { Badge };
1
+ import Badge from './Badge.js';
2
+ export { Badge, Badge as default };
@@ -1,8 +1,8 @@
1
- import { useSlots, computed, ref, onMounted, onUnmounted, watch, nextTick, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createCommentVNode } from "vue";
2
- import { c as createComponent } from "./component-f86a70df.js";
3
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
1
+ import { useSlots, ref, onMounted, onUnmounted, watch, nextTick, openBlock, createElementBlock, createElementVNode, normalizeClass, renderSlot, createCommentVNode } from "vue";
2
+ import { c as createComponent } from "../component-a8dfbf81.js";
3
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
4
4
  import "../locale/lang";
5
- const { componentName, create } = createComponent("barrage");
5
+ const { create } = createComponent("barrage");
6
6
  const _sfc_main = create({
7
7
  name: "barrage",
8
8
  props: {
@@ -34,12 +34,6 @@ const _sfc_main = create({
34
34
  setup(props) {
35
35
  const classTime = (/* @__PURE__ */ new Date()).getTime();
36
36
  const slotDefault = !!useSlots().default;
37
- const classes = computed(() => {
38
- const prefixCls = componentName;
39
- return {
40
- [prefixCls]: true
41
- };
42
- });
43
37
  let dmBody = ref(document.createElement("div"));
44
38
  let dmContainer = ref(document.createElement("div"));
45
39
  let timer = null;
@@ -168,14 +162,15 @@ const _sfc_main = create({
168
162
  run();
169
163
  });
170
164
  };
171
- return { classTime, classes, danmuList, dmBody, dmContainer, add };
165
+ return { classTime, danmuList, dmBody, dmContainer, add };
172
166
  }
173
167
  });
168
+ const _hoisted_1 = {
169
+ ref: "dmBody",
170
+ class: "nut-barrage"
171
+ };
174
172
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
175
- return openBlock(), createElementBlock("div", {
176
- ref: "dmBody",
177
- class: normalizeClass(_ctx.classes)
178
- }, [
173
+ return openBlock(), createElementBlock("div", _hoisted_1, [
179
174
  createElementVNode("div", {
180
175
  ref: "dmContainer",
181
176
  class: normalizeClass(["dmContainer", _ctx.$slots.default && "slotContainer"])
@@ -187,7 +182,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
187
182
  renderSlot(_ctx.$slots, "default")
188
183
  ], 2)) : createCommentVNode("", true)
189
184
  ], 2)
190
- ], 2);
185
+ ], 512);
191
186
  }
192
187
  const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
193
188
  export {
@@ -1,4 +1,2 @@
1
- import _Barrage from '../_es/Barrage.js';
2
- const treeshaking = (t) => t;
3
- const Barrage = treeshaking(_Barrage);
4
- export { Barrage };
1
+ import Barrage from './Barrage.js';
2
+ export { Barrage, Barrage as default };
@@ -1,7 +1,7 @@
1
1
  import { toRefs, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createElementVNode, createBlock, createCommentVNode, renderSlot } from "vue";
2
- import { c as createComponent } from "./component-f86a70df.js";
2
+ import { c as createComponent } from "../component-a8dfbf81.js";
3
3
  import { Loading } from "@nutui/icons-vue";
4
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
4
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
5
5
  import "../locale/lang";
6
6
  const { componentName, create } = createComponent("button");
7
7
  const _sfc_main = create({
@@ -105,7 +105,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
105
105
  ])
106
106
  ], 6);
107
107
  }
108
- const Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
108
+ const NutButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
109
109
  export {
110
- Button as default
110
+ NutButton as default
111
111
  };
@@ -1,4 +1,2 @@
1
- import _Button from '../_es/Button.js';
2
- const treeshaking = (t) => t;
3
- const Button = treeshaking(_Button);
4
- export { Button };
1
+ import Button from './Button.js';
2
+ export { Button, Button as default };
@@ -1,18 +1,19 @@
1
1
  import { computed, ref, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createVNode, createSlots, renderSlot } from "vue";
2
- import { c as createComponent } from "./component-f86a70df.js";
3
- import { C as CalendarItem, U as Utils } from "./index-b53aec83.js";
4
- import { P as Popup } from "./index-5a1e6d22.js";
5
- import { u as useExpose } from "./index-79c5dc33.js";
6
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
2
+ import { c as createComponent } from "../component-a8dfbf81.js";
3
+ import { N as NutCalendarItem, U as Utils } from "../index-47708e50.js";
4
+ import { N as NutPopup } from "../index-ae743c4f.js";
5
+ import { u as useExpose } from "../index-79c5dc33.js";
6
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
7
7
  import "../locale/lang";
8
- import "./raf-729dad54.js";
8
+ import "../raf-729dad54.js";
9
+ import "../index-99fdd331.js";
9
10
  import "@nutui/icons-vue";
10
- import "./Overlay.js";
11
+ import "../overlay/Overlay.js";
11
12
  const { create } = createComponent("calendar");
12
13
  const _sfc_main = create({
13
14
  components: {
14
- [CalendarItem.name]: CalendarItem,
15
- [Popup.name]: Popup
15
+ NutCalendarItem,
16
+ NutPopup
16
17
  },
17
18
  props: {
18
19
  type: {
@@ -82,7 +83,8 @@ const _sfc_main = create({
82
83
  lockScroll: {
83
84
  type: Boolean,
84
85
  default: true
85
- }
86
+ },
87
+ disabledDate: Function
86
88
  },
87
89
  emits: ["choose", "close", "update:visible", "select"],
88
90
  setup(props, { emit, slots }) {
@@ -179,6 +181,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
179
181
  "show-sub-title": _ctx.showSubTitle,
180
182
  "to-date-animation": _ctx.toDateAnimation,
181
183
  "first-day-of-week": _ctx.firstDayOfWeek,
184
+ "disabled-date": _ctx.disabledDate,
182
185
  onUpdate: _ctx.update,
183
186
  onClose: _ctx.close,
184
187
  onChoose: _ctx.choose,
@@ -227,7 +230,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
227
230
  ]),
228
231
  key: "4"
229
232
  } : void 0
230
- ]), 1032, ["type", "is-auto-back-fill", "poppable", "title", "default-value", "start-date", "end-date", "confirm-text", "start-text", "end-text", "show-today", "show-title", "show-sub-title", "to-date-animation", "first-day-of-week", "onUpdate", "onClose", "onChoose", "onSelect"])
233
+ ]), 1032, ["type", "is-auto-back-fill", "poppable", "title", "default-value", "start-date", "end-date", "confirm-text", "start-text", "end-text", "show-today", "show-title", "show-sub-title", "to-date-animation", "first-day-of-week", "disabled-date", "onUpdate", "onClose", "onChoose", "onSelect"])
231
234
  ]),
232
235
  _: 3
233
236
  }, 16, ["visible", "lock-scroll", "onClickOverlay", "onClickCloseIcon"])) : (openBlock(), createBlock(_component_nut_calendar_item, {
@@ -248,6 +251,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
248
251
  "to-date-animation": _ctx.toDateAnimation,
249
252
  "show-today": _ctx.showToday,
250
253
  "first-day-of-week": _ctx.firstDayOfWeek,
254
+ "disabled-date": _ctx.disabledDate,
251
255
  onUpdate: _ctx.update,
252
256
  onClose: _ctx.close,
253
257
  onChoose: _ctx.choose,
@@ -287,7 +291,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
287
291
  ]),
288
292
  key: "3"
289
293
  } : void 0
290
- ]), 1032, ["type", "is-auto-back-fill", "poppable", "title", "confirm-text", "start-text", "end-text", "default-value", "start-date", "end-date", "show-title", "show-sub-title", "to-date-animation", "show-today", "first-day-of-week", "onUpdate", "onClose", "onChoose", "onSelect"]));
294
+ ]), 1032, ["type", "is-auto-back-fill", "poppable", "title", "confirm-text", "start-text", "end-text", "default-value", "start-date", "end-date", "show-title", "show-sub-title", "to-date-animation", "show-today", "first-day-of-week", "disabled-date", "onUpdate", "onClose", "onChoose", "onSelect"]));
291
295
  }
292
296
  const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
293
297
  export {
@@ -1,4 +1,2 @@
1
- import _Calendar from '../_es/Calendar.js';
2
- const treeshaking = (t) => t;
3
- const Calendar = treeshaking(_Calendar);
4
- export { Calendar };
1
+ import Calendar from './Calendar.js';
2
+ export { Calendar, Calendar as default };
@@ -0,0 +1,11 @@
1
+ import { N } from "../index-47708e50.js";
2
+ import "vue";
3
+ import "../_plugin-vue_export-helper-cc2b3d55.js";
4
+ import "../component-a8dfbf81.js";
5
+ import "../locale/lang";
6
+ import "../raf-729dad54.js";
7
+ import "../index-79c5dc33.js";
8
+ import "../index-99fdd331.js";
9
+ export {
10
+ N as default
11
+ };
@@ -1,4 +1,2 @@
1
- import _CalendarItem from '../_es/CalendarItem.js';
2
- const treeshaking = (t) => t;
3
- const CalendarItem = treeshaking(_CalendarItem);
4
- export { CalendarItem };
1
+ import CalendarItem from './CalendarItem.js';
2
+ export { CalendarItem, CalendarItem as default };
@@ -1,15 +1,15 @@
1
- import { c as createComponent } from "./component-f86a70df.js";
1
+ import { c as createComponent } from "../component-a8dfbf81.js";
2
2
  import { resolveComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, renderSlot, createVNode, createCommentVNode, withCtx, createTextVNode } from "vue";
3
- import Price from "./Price.js";
4
- import Tag from "./Tag.js";
5
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
3
+ import NutPrice from "../price/Price.js";
4
+ import NutTag from "../tag/Tag.js";
5
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
6
6
  import "../locale/lang";
7
7
  import "@nutui/icons-vue";
8
8
  const { create } = createComponent("card");
9
9
  const _sfc_main = create({
10
10
  components: {
11
- [Price.name]: Price,
12
- [Tag.name]: Tag
11
+ NutPrice,
12
+ NutTag
13
13
  },
14
14
  props: {
15
15
  imgUrl: {
@@ -1,4 +1,2 @@
1
- import _Card from '../_es/Card.js';
2
- const treeshaking = (t) => t;
3
- const Card = treeshaking(_Card);
4
- export { Card };
1
+ import Card from './Card.js';
2
+ export { Card, Card as default };
@@ -55,20 +55,21 @@ var __async = (__this, __arguments, generator) => {
55
55
  });
56
56
  };
57
57
  import { computed, ref, watch, resolveComponent, openBlock, createBlock, withCtx, createElementBlock, Fragment, renderList, createElementVNode, normalizeClass, toDisplayString, createCommentVNode, createVNode } from "vue";
58
- import { P as Popup, p as popupProps } from "./index-5a1e6d22.js";
59
- import { c as createComponent } from "./component-f86a70df.js";
58
+ import { N as NutPopup, p as popupProps } from "../index-ae743c4f.js";
59
+ import { c as createComponent } from "../component-a8dfbf81.js";
60
60
  import { Loading, Checklist } from "@nutui/icons-vue";
61
- import Tabs from "./Tabs.js";
62
- import TabPane from "./TabPane.js";
63
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
64
- import "./Overlay.js";
61
+ import NutTabs from "../tabs/Tabs.js";
62
+ import NutTabPane from "../tabpane/TabPane.js";
63
+ import { u as useLocale } from "../index-99fdd331.js";
64
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
65
+ import "../overlay/Overlay.js";
65
66
  import "../locale/lang";
66
- import "./pxCheck-c6b9f6b7.js";
67
- import "./index-29892cda.js";
68
- import "./raf-729dad54.js";
69
- import "./Sticky.js";
70
- import "./index-97b44e6c.js";
71
- import "./index-7a7385e4.js";
67
+ import "../pxCheck-a27490eb.js";
68
+ import "../index-29892cda.js";
69
+ import "../raf-729dad54.js";
70
+ import "../sticky/Sticky.js";
71
+ import "../index-97b44e6c.js";
72
+ import "../index-7a7385e4.js";
72
73
  const formatTree = (tree, parent, config) => tree.map((node) => {
73
74
  const { value: valueKey = "value", text: textKey = "text", children: childrenKey = "children" } = config;
74
75
  const _a = node, { [valueKey]: value, [textKey]: text, [childrenKey]: children } = _a, others = __objRest(_a, [__restKey(valueKey), __restKey(textKey), __restKey(childrenKey)]);
@@ -188,13 +189,13 @@ class Tree {
188
189
  return Array.isArray(children) && Boolean(children.length);
189
190
  }
190
191
  }
191
- const { create: create$1, translate } = createComponent("cascader-item");
192
+ const { create: create$1 } = createComponent("cascader-item");
192
193
  const _sfc_main$1 = create$1({
193
194
  components: {
194
195
  Loading,
195
196
  Checklist,
196
- [Tabs.name]: Tabs,
197
- [TabPane.name]: TabPane
197
+ NutTabs,
198
+ NutTabPane
198
199
  },
199
200
  props: {
200
201
  visible: Boolean,
@@ -221,6 +222,7 @@ const _sfc_main$1 = create$1({
221
222
  },
222
223
  emits: ["update:modelValue", "change", "pathChange"],
223
224
  setup(props, { emit }) {
225
+ const translate = useLocale();
224
226
  const configs = computed(() => ({
225
227
  lazy: props.lazy,
226
228
  lazyLoad: props.lazyLoad,
@@ -490,12 +492,12 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
490
492
  _: 1
491
493
  }, 8, ["modelValue", "onClick"]);
492
494
  }
493
- const CascaderItem = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
495
+ const NutCascaderItem = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
494
496
  const { create } = createComponent("cascader");
495
497
  const _sfc_main = create({
496
498
  components: {
497
- [CascaderItem.name]: CascaderItem,
498
- [Popup.name]: Popup
499
+ NutCascaderItem,
500
+ NutPopup
499
501
  },
500
502
  props: __spreadProps(__spreadValues({}, popupProps), {
501
503
  modelValue: Array,
@@ -574,7 +576,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
574
576
  round: "",
575
577
  closeable: _ctx.closeable,
576
578
  "destroy-on-close": false,
577
- "close-icon-position": _ctx.closeIconPosition
579
+ "close-icon-position": _ctx.closeIconPosition,
580
+ "z-index": _ctx.zIndex
578
581
  }, {
579
582
  default: withCtx(() => [
580
583
  _ctx.title ? (openBlock(), createElementBlock("view", {
@@ -597,7 +600,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
597
600
  }, null, 8, ["model-value", "options", "lazy", "lazy-load", "value-key", "text-key", "children-key", "convert-config", "visible", "onChange", "onPathChange"])
598
601
  ]),
599
602
  _: 1
600
- }, 8, ["visible", "closeable", "close-icon-position"])) : (openBlock(), createBlock(_component_nut_cascader_item, {
603
+ }, 8, ["visible", "closeable", "close-icon-position", "z-index"])) : (openBlock(), createBlock(_component_nut_cascader_item, {
601
604
  key: 1,
602
605
  "model-value": _ctx.innerValue,
603
606
  options: _ctx.options,
@@ -1,4 +1,2 @@
1
- import _Cascader from '../_es/Cascader.js';
2
- const treeshaking = (t) => t;
3
- const Cascader = treeshaking(_Cascader);
4
- export { Cascader };
1
+ import Cascader from './Cascader.js';
2
+ export { Cascader, Cascader as default };
@@ -1,6 +1,6 @@
1
1
  import { ref, openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeClass, toDisplayString, createCommentVNode, renderSlot } from "vue";
2
- import { c as createComponent } from "./component-f86a70df.js";
3
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
2
+ import { c as createComponent } from "../component-a8dfbf81.js";
3
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
4
4
  import "../locale/lang";
5
5
  const { create } = createComponent("category");
6
6
  const _sfc_main = create({
@@ -1,4 +1,2 @@
1
- import _Category from '../_es/Category.js';
2
- const treeshaking = (t) => t;
3
- const Category = treeshaking(_Category);
4
- export { Category };
1
+ import Category from './Category.js';
2
+ export { Category, Category as default };
@@ -1,6 +1,6 @@
1
- import { c as createComponent } from "./component-f86a70df.js";
1
+ import { c as createComponent } from "../component-a8dfbf81.js";
2
2
  import { openBlock, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString, createCommentVNode } from "vue";
3
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
3
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
4
4
  import "../locale/lang";
5
5
  const { create } = createComponent("category-pane");
6
6
  const _sfc_main = create({
@@ -1,4 +1,2 @@
1
- import _CategoryPane from '../_es/CategoryPane.js';
2
- const treeshaking = (t) => t;
3
- const CategoryPane = treeshaking(_CategoryPane);
4
- export { CategoryPane };
1
+ import CategoryPane from './CategoryPane.js';
2
+ export { CategoryPane, CategoryPane as default };
@@ -1,9 +1,9 @@
1
1
  import { computed, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, renderSlot, createCommentVNode, Fragment, createElementVNode, toDisplayString, createTextVNode, createBlock } from "vue";
2
- import { c as createComponent } from "./component-f86a70df.js";
3
- import { u as useRouter } from "./index-54d03fc1.js";
4
- import { p as pxCheck } from "./pxCheck-c6b9f6b7.js";
2
+ import { c as createComponent } from "../component-a8dfbf81.js";
3
+ import { u as useRouter } from "../index-54d03fc1.js";
4
+ import { p as pxCheck } from "../pxCheck-a27490eb.js";
5
5
  import { Right } from "@nutui/icons-vue";
6
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
6
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
7
7
  import "../locale/lang";
8
8
  const { componentName, create } = createComponent("cell");
9
9
  const _sfc_main = create({
@@ -39,6 +39,11 @@ const _sfc_main = create({
39
39
  borderRadius: pxCheck(props.roundRadius)
40
40
  };
41
41
  });
42
+ const descStyle = computed(() => {
43
+ return {
44
+ textAlign: props.descTextAlign
45
+ };
46
+ });
42
47
  const handleClick = (event) => {
43
48
  emit("click", event);
44
49
  if (props.to && router) {
@@ -50,7 +55,8 @@ const _sfc_main = create({
50
55
  return {
51
56
  handleClick,
52
57
  classes,
53
- baseStyle
58
+ baseStyle,
59
+ descStyle
54
60
  };
55
61
  }
56
62
  });
@@ -64,7 +70,7 @@ const _hoisted_2 = {
64
70
  };
65
71
  const _hoisted_3 = { class: "title" };
66
72
  const _hoisted_4 = { class: "nut-cell__title-desc" };
67
- function render(_ctx, _cache, $props, $setup, $data, $options) {
73
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
68
74
  const _component_Right = resolveComponent("Right");
69
75
  return openBlock(), createElementBlock("view", {
70
76
  class: normalizeClass(_ctx.classes),
@@ -88,7 +94,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
88
94
  _ctx.desc || _ctx.$slots.desc ? (openBlock(), createElementBlock("view", {
89
95
  key: 2,
90
96
  class: normalizeClass(["nut-cell__value", { "nut-cell__value--alone": !_ctx.title && !_ctx.subTitle && !_ctx.$slots.title }]),
91
- style: normalizeStyle({ "text-align": _ctx.descTextAlign })
97
+ style: normalizeStyle(_ctx.descStyle)
92
98
  }, [
93
99
  renderSlot(_ctx.$slots, "desc", {}, () => [
94
100
  createTextVNode(toDisplayString(_ctx.desc), 1)
@@ -103,7 +109,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
103
109
  ])
104
110
  ], 6);
105
111
  }
106
- const Cell = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", render]]);
112
+ const NutCell = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
107
113
  export {
108
- Cell as default
114
+ NutCell as default
109
115
  };
@@ -1,4 +1,2 @@
1
- import _Cell from '../_es/Cell.js';
2
- const treeshaking = (t) => t;
3
- const Cell = treeshaking(_Cell);
4
- export { Cell };
1
+ import Cell from './Cell.js';
2
+ export { Cell, Cell as default };
@@ -1,6 +1,6 @@
1
- import { c as createComponent } from "./component-f86a70df.js";
1
+ import { c as createComponent } from "../component-a8dfbf81.js";
2
2
  import { openBlock, createElementBlock, renderSlot, toDisplayString, createCommentVNode, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
3
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
4
4
  import "../locale/lang";
5
5
  const { create } = createComponent("cell-group");
6
6
  const _sfc_main = create({
@@ -28,7 +28,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
28
  ])
29
29
  ]);
30
30
  }
31
- const CellGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
31
+ const NutCellGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
32
  export {
33
- CellGroup as default
33
+ NutCellGroup as default
34
34
  };
@@ -1,4 +1,2 @@
1
- import _CellGroup from '../_es/CellGroup.js';
2
- const treeshaking = (t) => t;
3
- const CellGroup = treeshaking(_CellGroup);
4
- export { CellGroup };
1
+ import CellGroup from './CellGroup.js';
2
+ export { CellGroup, CellGroup as default };
@@ -1,6 +1,6 @@
1
- import { c as createComponent } from "./component-f86a70df.js";
1
+ import { c as createComponent } from "../component-a8dfbf81.js";
2
2
  import { inject, reactive, computed, watch, onMounted, getCurrentInstance, onBeforeUnmount, h } from "vue";
3
- import { p as pxCheck } from "./pxCheck-c6b9f6b7.js";
3
+ import { p as pxCheck } from "../pxCheck-a27490eb.js";
4
4
  import { CheckNormal, Checked, CheckDisabled } from "@nutui/icons-vue";
5
5
  import "../locale/lang";
6
6
  const component = (componentName2, components) => {
@@ -1 +1 @@
1
- .nut-theme-dark .nut-checkbox__label{color:var(--nut-dark-color, var(--nut-white, #fff))}.nut-theme-dark .nut-checkbox__label--disabled{color:var(--nut-checkbox-label-disable-color, #999)}.nut-theme-dark .nut-checkbox__button{background:var(--nut-dark-background, #131313);color:var(--nut-dark-color, var(--nut-white, #fff))}.nut-theme-dark .nut-checkbox__button--disabled{color:var(--nut-checkbox-label-disable-color, #999);border:1px solid var(--nut-checkbox-label-disable-color, #999)}.nut-checkbox{display:var(--nut-checkbox-display, inline-flex);align-items:center;margin-right:var(--nut-checkbox-margin-right, 20px)}.nut-checkbox--reverse{flex-direction:row-reverse}.nut-checkbox--reverse .nut-checkbox__label{margin-right:var(--nut-checkbox-label-margin-left, 15px);margin-left:0}.nut-checkbox__button{display:inline-flex;align-items:center;padding:var(--nut-checkbox-button-padding, 5px 18px);font-size:var(--nut-checkbox-button-font-size, 12px);background:var(--nut-checkbox-button-background, #f6f7f9);border-radius:var(--nut-checkbox-button-border-radius, 15px);color:var(--nut-checkbox-label-color, #1d1e1e);box-sizing:border-box;border:1px solid var(--nut-checkbox-button-border-color, #f6f7f9)}.nut-checkbox__button--active{background:rgba(0,0,0,0);color:var(--nut-checkbox-button-font-color-active, var(--nut-primary-color, #fa2c19));border:1px solid var(--nut-checkbox-button-border-color-active, var(--nut-primary-color, #fa2c19));position:relative}.nut-checkbox__button--active::after{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--nut-checkbox-button-background-active, var(--nut-primary-color, #fa2c19));opacity:.05;content:""}.nut-checkbox__button--disabled{color:var(--nut-checkbox-label-disable-color, #999);border:none}.nut-checkbox__label{flex:1;margin-left:var(--nut-checkbox-label-margin-left, 15px);font-size:var(--nut-checkbox-label-font-size, 14px);color:var(--nut-checkbox-label-color, #1d1e1e)}.nut-checkbox__label--disabled{color:var(--nut-checkbox-label-disable-color, #999)}.nut-checkbox__icon{color:var(--nut-primary-color, #fa2c19);font-size:var(--nut-checkbox-icon-font-size, 18px);transition-duration:.3s;transition-property:color,border-color,background-color}.nut-checkbox__icon--unchecked{color:var(--nut-checkbox-icon-disable-color, #d6d6d6);font-size:var(--nut-checkbox-icon-font-size, 18px)}.nut-checkbox__icon--indeterminate{color:var(--nut-primary-color, #fa2c19);font-size:var(--nut-checkbox-icon-font-size, 18px)}.nut-checkbox__icon--disable{color:var(--nut-checkbox-icon-disable-color2, var(--nut-help-color, #f5f5f5));font-size:var(--nut-checkbox-icon-font-size, 18px)}
1
+ .nut-theme-dark .nut-checkbox__label{color:var(--nut-dark-color, var(--nut-white, #fff))}.nut-theme-dark .nut-checkbox__label--disabled{color:var(--nut-checkbox-label-disable-color, #999)}.nut-theme-dark .nut-checkbox__button{background:var(--nut-dark-background, #131313);color:var(--nut-dark-color, var(--nut-white, #fff))}.nut-theme-dark .nut-checkbox__button--disabled{color:var(--nut-checkbox-label-disable-color, #999);border:1px solid var(--nut-checkbox-label-disable-color, #999)}.nut-checkbox{display:var(--nut-checkbox-display, inline-flex);vertical-align:bottom;align-items:center;margin-right:var(--nut-checkbox-margin-right, 20px)}.nut-checkbox--reverse{flex-direction:row-reverse}.nut-checkbox--reverse .nut-checkbox__label{margin-right:var(--nut-checkbox-label-margin-left, 15px);margin-left:0}.nut-checkbox__button{display:inline-flex;align-items:center;padding:var(--nut-checkbox-button-padding, 5px 18px);font-size:var(--nut-checkbox-button-font-size, 12px);background:var(--nut-checkbox-button-background, #f6f7f9);border-radius:var(--nut-checkbox-button-border-radius, 15px);color:var(--nut-checkbox-label-color, #1d1e1e);box-sizing:border-box;border:1px solid var(--nut-checkbox-button-border-color, #f6f7f9)}.nut-checkbox__button--active{background:rgba(0,0,0,0);color:var(--nut-checkbox-button-font-color-active, var(--nut-primary-color, #fa2c19));border:1px solid var(--nut-checkbox-button-border-color-active, var(--nut-primary-color, #fa2c19));position:relative}.nut-checkbox__button--active::after{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--nut-checkbox-button-background-active, var(--nut-primary-color, #fa2c19));opacity:.05;content:""}.nut-checkbox__button--disabled{color:var(--nut-checkbox-label-disable-color, #999);border:none}.nut-checkbox__label{flex:1;margin-left:var(--nut-checkbox-label-margin-left, 15px);font-size:var(--nut-checkbox-label-font-size, 14px);color:var(--nut-checkbox-label-color, #1d1e1e)}.nut-checkbox__label--disabled{color:var(--nut-checkbox-label-disable-color, #999)}.nut-checkbox__icon{color:var(--nut-primary-color, #fa2c19);font-size:var(--nut-checkbox-icon-font-size, 18px);transition-duration:.3s;transition-property:color,border-color,background-color}.nut-checkbox__icon--unchecked{color:var(--nut-checkbox-icon-disable-color, #d6d6d6);font-size:var(--nut-checkbox-icon-font-size, 18px)}.nut-checkbox__icon--indeterminate{color:var(--nut-primary-color, #fa2c19);font-size:var(--nut-checkbox-icon-font-size, 18px)}.nut-checkbox__icon--disable{color:var(--nut-checkbox-icon-disable-color2, var(--nut-help-color, #f5f5f5));font-size:var(--nut-checkbox-icon-font-size, 18px)}
@@ -1,4 +1,2 @@
1
- import _Checkbox from '../_es/Checkbox.js';
2
- const treeshaking = (t) => t;
3
- const Checkbox = treeshaking(_Checkbox);
4
- export { Checkbox };
1
+ import Checkbox from './Checkbox.js';
2
+ export { Checkbox, Checkbox as default };
@@ -18,6 +18,7 @@
18
18
  }
19
19
  .nut-checkbox {
20
20
  display: $checkbox-display;
21
+ vertical-align: bottom;
21
22
  align-items: center;
22
23
  margin-right: $checkbox-margin-right;
23
24
  &--reverse {
@@ -1,6 +1,6 @@
1
1
  import { reactive, provide, computed, watch, h } from "vue";
2
- import { c as createComponent } from "./component-f86a70df.js";
3
- import { u as useExpose } from "./index-79c5dc33.js";
2
+ import { c as createComponent } from "../component-a8dfbf81.js";
3
+ import { u as useExpose } from "../index-79c5dc33.js";
4
4
  import "../locale/lang";
5
5
  const { create, componentName } = createComponent("checkbox-group");
6
6
  const _sfc_main = create({
@@ -1,4 +1,2 @@
1
- import _CheckboxGroup from '../_es/CheckboxGroup.js';
2
- const treeshaking = (t) => t;
3
- const CheckboxGroup = treeshaking(_CheckboxGroup);
4
- export { CheckboxGroup };
1
+ import CheckboxGroup from './CheckboxGroup.js';
2
+ export { CheckboxGroup, CheckboxGroup as default };
@@ -1,6 +1,6 @@
1
1
  import { computed, openBlock, createElementBlock, normalizeStyle, createElementVNode, Fragment, renderList, renderSlot, toDisplayString } from "vue";
2
- import { l as isObject, c as createComponent } from "./component-f86a70df.js";
3
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
2
+ import { l as isObject, c as createComponent } from "../component-a8dfbf81.js";
3
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
4
4
  import "../locale/lang";
5
5
  const { create } = createComponent("circle-progress");
6
6
  const _sfc_main = create({
@@ -1,4 +1,2 @@
1
- import _CircleProgress from '../_es/CircleProgress.js';
2
- const treeshaking = (t) => t;
3
- const CircleProgress = treeshaking(_CircleProgress);
4
- export { CircleProgress };
1
+ import CircleProgress from './CircleProgress.js';
2
+ export { CircleProgress, CircleProgress as default };
@@ -1,6 +1,6 @@
1
1
  import { inject, computed, openBlock, createElementBlock, normalizeClass, normalizeStyle, renderSlot } from "vue";
2
- import { c as createComponent } from "./component-f86a70df.js";
3
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
2
+ import { c as createComponent } from "../component-a8dfbf81.js";
3
+ import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.js";
4
4
  import "../locale/lang";
5
5
  const { componentName, create } = createComponent("col");
6
6
  const _sfc_main = create({
@@ -1,4 +1,2 @@
1
- import _Col from '../_es/Col.js';
2
- const treeshaking = (t) => t;
3
- const Col = treeshaking(_Col);
4
- export { Col };
1
+ import Col from './Col.js';
2
+ export { Col, Col as default };