@mobileaction/action-kit 1.51.0 → 1.52.0-beta.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 (475) hide show
  1. package/.vscode/settings.json +93 -0
  2. package/CHANGELOG.md +7 -0
  3. package/dist/action-kit.mjs +11 -11
  4. package/dist/{annotations-7fGjdZm_.js → annotations-a-MLDVnu.js} +285 -270
  5. package/dist/{src/components → components}/alert/index.vue.d.ts +3 -9
  6. package/dist/{src/components → components}/alert/stories/alert.stories.d.ts +1 -1
  7. package/dist/{src/components → components}/animation/index.vue.d.ts +3 -3
  8. package/dist/{src/components → components}/animation/stories/animation.stories.d.ts +1 -1
  9. package/dist/{src/components → components}/app-icon/index.vue.d.ts +4 -4
  10. package/dist/{src/components → components}/app-icon/stories/constants.d.ts +1 -2
  11. package/dist/{src/components → components}/app-icon/stories/default.stories.d.ts +2 -2
  12. package/dist/{src/components → components}/app-track-button/index.vue.d.ts +1 -1
  13. package/dist/{src/components → components}/app-track-button/stories/default.stories.d.ts +2 -2
  14. package/dist/{src/components → components}/avatar/index.vue.d.ts +2 -2
  15. package/dist/{src/components → components}/avatar/stories/default.stories.d.ts +1 -1
  16. package/dist/components/badge/index.vue.d.ts +27 -0
  17. package/dist/components/badge/stories/basic.stories.d.ts +733 -0
  18. package/dist/components/badge/stories/blue.stories.d.ts +733 -0
  19. package/dist/components/badge/stories/constants.d.ts +323 -0
  20. package/dist/components/badge/stories/dark.stories.d.ts +733 -0
  21. package/dist/components/badge/stories/green.stories.d.ts +733 -0
  22. package/dist/components/badge/stories/orange.stories.d.ts +733 -0
  23. package/dist/components/badge/stories/pink.stories.d.ts +733 -0
  24. package/dist/components/badge/stories/purple.stories.d.ts +733 -0
  25. package/dist/components/badge/stories/red.stories.d.ts +733 -0
  26. package/dist/{src/components → components}/badge/stories/status.stories.d.ts +2 -2
  27. package/dist/components/badge/stories/teal.stories.d.ts +733 -0
  28. package/dist/components/badge/stories/yellow.stories.d.ts +733 -0
  29. package/dist/{src/components → components}/button/index.vue.d.ts +8 -13
  30. package/dist/{src/components → components}/button/link-button/index.vue.d.ts +8 -13
  31. package/dist/{src/components → components}/button/link-button/stories/link.stories.d.ts +1 -1
  32. package/dist/{src/components → components}/button/social-button/index.vue.d.ts +7 -12
  33. package/dist/{src/components → components}/button/social-button/stories/social.stories.d.ts +1 -1
  34. package/dist/{src/components → components}/button/stories/filled.stories.d.ts +1 -1
  35. package/dist/{src/components → components}/button/stories/ghost.stories.d.ts +1 -1
  36. package/dist/{src/components → components}/button/stories/lighter.stories.d.ts +1 -1
  37. package/dist/{src/components → components}/button/stories/stroke.stories.d.ts +1 -1
  38. package/dist/components/button/utils.d.ts +3 -0
  39. package/dist/components/card/index.vue.d.ts +62 -0
  40. package/dist/{src/components → components}/card/stories/default.stories.d.ts +1 -1
  41. package/dist/{src/components → components}/card/stories/footer.stories.d.ts +1 -1
  42. package/dist/{src/components → components}/card/stories/header.stories.d.ts +1 -1
  43. package/dist/{src/components → components}/cascader/components/option.vue.d.ts +9 -14
  44. package/dist/{src/components → components}/cascader/components/options.vue.d.ts +15 -21
  45. package/dist/{src/components → components}/cascader/composables/useCascaderOverflow.d.ts +2 -2
  46. package/dist/components/cascader/composables/usePopoverAttributeWatcher.d.ts +6 -0
  47. package/dist/components/cascader/index.vue.d.ts +44 -0
  48. package/dist/{src/components → components}/cascader/stories/default.stories.d.ts +1713 -729
  49. package/dist/{src/components → components}/cascader/utils/index.d.ts +4 -4
  50. package/dist/{src/components → components}/chart/components/ChartLoadingContainer.vue.d.ts +12 -16
  51. package/dist/{src/components → components}/chart/components/ChartWatermarkContainer.vue.d.ts +6 -11
  52. package/dist/{src/components → components}/chart/index.vue.d.ts +2 -2
  53. package/dist/{src/components → components}/chart/stories/chart.stories.d.ts +1 -1
  54. package/dist/{src/components → components}/chart/types.d.ts +2 -2
  55. package/dist/{src/components → components}/chart/utils.d.ts +2 -2
  56. package/dist/components/checkbox/group.vue.d.ts +24 -0
  57. package/dist/components/checkbox/index.vue.d.ts +23 -0
  58. package/dist/{src/components → components}/checkbox/stories/default.stories.d.ts +1 -1
  59. package/dist/{src/components → components}/checkbox/stories/group.stories.d.ts +2 -2
  60. package/dist/{src/components → components}/checkbox/stories/indeterminate.stories.d.ts +1 -1
  61. package/dist/components/checkbox-2/card.vue.d.ts +36 -0
  62. package/dist/components/checkbox-2/group.vue.d.ts +38 -0
  63. package/dist/components/checkbox-2/index.vue.d.ts +31 -0
  64. package/dist/{src/components → components}/checkbox-2/stories/card.stories.d.ts +1 -1
  65. package/dist/{src/components → components}/checkbox-2/stories/default.stories.d.ts +1 -1
  66. package/dist/{src/components → components}/checkbox-2/stories/group.stories.d.ts +1 -1
  67. package/dist/components/collapse/components/CollapseContent.vue.d.ts +12 -0
  68. package/dist/components/collapse/components/CollapseHeader.vue.d.ts +16 -0
  69. package/dist/{src/components → components}/collapse/components/CollapseItem.vue.d.ts +8 -12
  70. package/dist/{src/components → components}/collapse/index.vue.d.ts +13 -24
  71. package/dist/{src/components → components}/collapse/stories/default.stories.d.ts +1 -1
  72. package/dist/{src/components → components}/content-scroller/index.vue.d.ts +15 -19
  73. package/dist/{src/components → components}/content-scroller/stories/default.stories.d.ts +1 -1
  74. package/dist/{src/components → components}/country-radio/index.vue.d.ts +1 -1
  75. package/dist/{src/components → components}/country-radio/stories/default.stories.d.ts +1 -1
  76. package/dist/components/country-select/components/multiCountrySelect.vue.d.ts +44 -0
  77. package/dist/components/country-select/components/singleCountrySelect.vue.d.ts +41 -0
  78. package/dist/{src/components → components}/country-select/index.vue.d.ts +15 -10
  79. package/dist/{src/components → components}/country-select/stories/default.stories.d.ts +1 -1
  80. package/dist/{src/components → components}/date-picker/index.vue.d.ts +18 -14
  81. package/dist/{src/components → components}/date-picker/stories/default.stories.d.ts +1 -1
  82. package/dist/{src/components → components}/date-picker/stories/range.stories.d.ts +1 -1
  83. package/dist/{src/components → components}/date-picker-2/components/calendarSelect.vue.d.ts +3 -3
  84. package/dist/{src/components → components}/date-picker-2/composables/useDatePickerFormat.d.ts +3 -3
  85. package/dist/{src/components → components}/date-picker-2/composables/utils.d.ts +1 -1
  86. package/dist/components/date-picker-2/index.vue.d.ts +80 -0
  87. package/dist/{src/components → components}/date-picker-2/stories/default.stories.d.ts +2 -2
  88. package/dist/{src/components → components}/date-picker-2/stories/range.stories.d.ts +2 -2
  89. package/dist/{src/components → components}/date-picker-2/types.d.ts +55 -55
  90. package/dist/{src/components → components}/drawer/index.vue.d.ts +27 -53
  91. package/dist/{src/components → components}/drawer/stories/drawer.stories.d.ts +1 -1
  92. package/dist/{src/components → components}/dropdown/index.vue.d.ts +14 -10
  93. package/dist/{src/components → components}/dropdown/stories/default.stories.d.ts +1 -1
  94. package/dist/components/ellipsis/index.vue.d.ts +16 -0
  95. package/dist/{src/components → components}/ellipsis/stories/default.stories.d.ts +1 -1
  96. package/dist/components/empty/index.vue.d.ts +32 -0
  97. package/dist/{src/components → components}/empty/stories/animation.stories.d.ts +1 -1
  98. package/dist/{src/components → components}/empty/stories/default.stories.d.ts +1 -1
  99. package/dist/{src/components → components}/form/index.vue.d.ts +9 -6
  100. package/dist/{src/components → components}/form/stories/default.stories.d.ts +1 -1
  101. package/dist/components/form-item/index.vue.d.ts +12 -0
  102. package/dist/{src/components → components}/icon/components/flagIcon.vue.d.ts +2 -2
  103. package/dist/{src/components → components}/icon/components/maIcon.vue.d.ts +1 -1
  104. package/dist/{src/components → components}/icon/composables/useUniqueIds.d.ts +2 -2
  105. package/dist/{src/components → components}/icon/index.vue.d.ts +1 -1
  106. package/dist/{src/components → components}/icon/stories/icon.stories.d.ts +1 -1
  107. package/dist/{src/components → components}/icon-button/components/button.vue.d.ts +7 -12
  108. package/dist/components/icon-button/index.vue.d.ts +41 -0
  109. package/dist/{src/components → components}/icon-button/stories/primary.stories.d.ts +1 -1
  110. package/dist/{src/components → components}/icon-button/stories/secondary.stories.d.ts +1 -1
  111. package/dist/components/image/group.vue.d.ts +12 -0
  112. package/dist/components/image/index.vue.d.ts +26 -0
  113. package/dist/{src/components → components}/image/stories/default.stories.d.ts +1 -1
  114. package/dist/components/image-2/group.vue.d.ts +19 -0
  115. package/dist/{src/components → components}/image-2/index.vue.d.ts +6 -11
  116. package/dist/{src/components → components}/image-2/stories/default.stories.d.ts +1 -1
  117. package/dist/{src/components → components}/input/index.vue.d.ts +19 -10
  118. package/dist/{src/components → components}/input/stories/amount.stories.d.ts +1 -1
  119. package/dist/{src/components → components}/input/stories/credit-card.stories.d.ts +1 -1
  120. package/dist/{src/components → components}/input/stories/default.stories.d.ts +1 -1
  121. package/dist/{src/components → components}/input/stories/email.stories.d.ts +1 -1
  122. package/dist/{src/components → components}/input/stories/password.stories.d.ts +1 -1
  123. package/dist/{src/components → components}/input/stories/textarea.stories.d.ts +1 -1
  124. package/dist/{src/components → components}/input/stories/url.stories.d.ts +1 -1
  125. package/dist/{src/components → components}/input/stories/user-info.stories.d.ts +1 -1
  126. package/dist/{src/components → components}/input/types.d.ts +7 -7
  127. package/dist/{src/components → components}/input-number/index.vue.d.ts +12 -8
  128. package/dist/{src/components → components}/input-number/stories/default.stories.d.ts +101 -93
  129. package/dist/{src/components → components}/input-number/types.d.ts +4 -4
  130. package/dist/{src/components → components}/menu/components/MenuItem.vue.d.ts +8 -5
  131. package/dist/{src/components → components}/menu/index.vue.d.ts +8 -5
  132. package/dist/{src/components → components}/menu/stories/constants.d.ts +2 -2
  133. package/dist/{src/components → components}/menu/stories/default.stories.d.ts +2 -2
  134. package/dist/{src/components → components}/modal/components/renderContent.vue.d.ts +1 -1
  135. package/dist/{src/components → components}/modal/index.vue.d.ts +22 -13
  136. package/dist/{src/components → components}/modal/stories/default.stories.d.ts +1 -1
  137. package/dist/{src/components → components}/modal/stories/functions.stories.d.ts +2 -2
  138. package/dist/{src/components → components}/modal/types.d.ts +3 -3
  139. package/dist/{src/components → components}/notification/components/notification.vue.d.ts +2 -2
  140. package/dist/components/notification/components/notificationContainer.vue.d.ts +10 -0
  141. package/dist/{src/components → components}/notification/composables/useNotificationAnimation.d.ts +2 -2
  142. package/dist/{src/components → components}/notification/index.d.ts +1 -1
  143. package/dist/{src/components → components}/notification/stories/commonStories.d.ts +2 -2
  144. package/dist/{src/components → components}/notification/stories/filled.stories.d.ts +1 -1
  145. package/dist/{src/components → components}/notification/stories/light.stories.d.ts +1 -1
  146. package/dist/{src/components → components}/notification/stories/stroke.stories.d.ts +1 -1
  147. package/dist/{src/components → components}/notification/types.d.ts +1 -1
  148. package/dist/{src/components → components}/numeric-input/components/singleNumericInput.vue.d.ts +2 -2
  149. package/dist/{src/components → components}/numeric-input/index.vue.d.ts +3 -3
  150. package/dist/{src/components → components}/numeric-input/stories/default.stories.d.ts +2 -2
  151. package/dist/{src/components → components}/pagination/index.vue.d.ts +10 -7
  152. package/dist/{src/components → components}/pagination/stories/default.stories.d.ts +1 -1
  153. package/dist/components/pagination/types.d.ts +19 -0
  154. package/dist/{src/components → components}/popconfirm/index.vue.d.ts +19 -13
  155. package/dist/{src/components → components}/popconfirm/stories/default.stories.d.ts +1 -1
  156. package/dist/{src/components → components}/popconfirm-2/index.vue.d.ts +17 -19
  157. package/dist/{src/components → components}/popconfirm-2/stories/default.stories.d.ts +1 -1
  158. package/dist/{src/components → components}/popconfirm-2/types.d.ts +1 -1
  159. package/dist/{src/components → components}/popover/index.vue.d.ts +16 -11
  160. package/dist/{src/components → components}/popover/stories/default.stories.d.ts +1 -1
  161. package/dist/{src/components → components}/popover-2/index.vue.d.ts +12 -16
  162. package/dist/{src/components → components}/popover-2/stories/default.stories.d.ts +1 -1
  163. package/dist/{src/components → components}/progress/components/circle.vue.d.ts +8 -13
  164. package/dist/{src/components → components}/progress/components/halfCircle.vue.d.ts +8 -13
  165. package/dist/{src/components → components}/progress/components/line.vue.d.ts +9 -13
  166. package/dist/{src/components → components}/progress/components/stepLine.vue.d.ts +8 -13
  167. package/dist/components/progress/index.vue.d.ts +32 -0
  168. package/dist/{src/components → components}/progress/stories/circle.stories.d.ts +1 -1
  169. package/dist/{src/components → components}/progress/stories/half-circle.stories.d.ts +1 -1
  170. package/dist/{src/components → components}/progress/stories/line-step.stories.d.ts +1 -1
  171. package/dist/{src/components → components}/progress/stories/line.stories.d.ts +1 -1
  172. package/dist/{src/components → components}/radio/group.vue.d.ts +9 -4
  173. package/dist/components/radio/index.vue.d.ts +29 -0
  174. package/dist/{src/components → components}/radio/stories/default.stories.d.ts +1 -1
  175. package/dist/components/radio-card/index.vue.d.ts +26 -0
  176. package/dist/{src/components → components}/radio-card/stories/default.stories.d.ts +1 -1
  177. package/dist/{src/components → components}/rate/components/star.vue.d.ts +1 -1
  178. package/dist/{src/components → components}/rate/index.vue.d.ts +2 -2
  179. package/dist/{src/components → components}/rate/stories/default.stories.d.ts +1 -1
  180. package/dist/components/result/index.vue.d.ts +28 -0
  181. package/dist/{src/components → components}/result/stories/constants.d.ts +16 -14
  182. package/dist/{src/components → components}/result/stories/default.stories.d.ts +1 -1
  183. package/dist/{src/components → components}/select/components/dropdownRender.vue.d.ts +2 -2
  184. package/dist/components/select/components/option.vue.d.ts +12 -0
  185. package/dist/{src/components → components}/select/index.vue.d.ts +34 -21
  186. package/dist/{src/components → components}/select/stories/default.stories.d.ts +1 -1
  187. package/dist/{src/components → components}/select/stories/group.stories.d.ts +1 -1
  188. package/dist/{src/components → components}/select/stories/multi-select.stories.d.ts +2 -2
  189. package/dist/{src/components → components}/select/stories/single.stories.d.ts +2 -2
  190. package/dist/{src/components → components}/select-2/components/selectOption.vue.d.ts +9 -20
  191. package/dist/components/select-2/components/selectOptionGroup.vue.d.ts +15 -0
  192. package/dist/{src/components → components}/select-2/composables/use-keyboard-navigation.d.ts +3 -3
  193. package/dist/{src/components → components}/select-2/composables/use-options-registry.d.ts +2 -2
  194. package/dist/components/select-2/index.vue.d.ts +77 -0
  195. package/dist/{src/components → components}/select-2/stories/borderless.stories.d.ts +2 -2
  196. package/dist/{src/components → components}/select-2/stories/inline.stories.d.ts +2 -2
  197. package/dist/{src/components → components}/select-2/stories/multiple.stories.d.ts +2 -2
  198. package/dist/{src/components → components}/select-2/stories/select-option-group.stories.d.ts +12 -10
  199. package/dist/{src/components → components}/select-2/stories/select-option.stories.d.ts +10 -14
  200. package/dist/{src/components → components}/select-2/stories/single.stories.d.ts +2 -2
  201. package/dist/components/select-2/types.d.ts +181 -0
  202. package/dist/components/side-menu/add-new-app-button/index.vue.d.ts +21 -0
  203. package/dist/{src/components → components}/side-menu/add-new-app-button/stories/constants.d.ts +1 -1
  204. package/dist/{src/components → components}/side-menu/add-new-app-button/stories/default.stories.d.ts +2 -2
  205. package/dist/components/side-menu/app-button/index.vue.d.ts +19 -0
  206. package/dist/{src/components → components}/side-menu/app-button/stories/default.stories.d.ts +1 -1
  207. package/dist/components/side-menu/button/index.vue.d.ts +24 -0
  208. package/dist/{src/components → components}/side-menu/button/stories/default.stories.d.ts +1 -1
  209. package/dist/components/side-menu/icon-button/index.vue.d.ts +25 -0
  210. package/dist/{src/components → components}/side-menu/icon-button/stories/default.stories.d.ts +1 -1
  211. package/dist/components/side-menu/menu-item/index.vue.d.ts +32 -0
  212. package/dist/{src/components → components}/side-menu/menu-item/stories/default.stories.d.ts +1 -1
  213. package/dist/components/side-menu/round-icon-button/index.vue.d.ts +15 -0
  214. package/dist/{src/components → components}/side-menu/round-icon-button/stories/default.stories.d.ts +1 -1
  215. package/dist/components/side-menu-2/menu-button/index.vue.d.ts +27 -0
  216. package/dist/{src/components → components}/side-menu-2/menu-button/stories/default.stories.d.ts +1 -1
  217. package/dist/components/side-menu-2/menu-item/index.vue.d.ts +20 -0
  218. package/dist/{src/components → components}/side-menu-2/menu-item/stories/default.stories.d.ts +1 -1
  219. package/dist/{src/components → components}/slider/index.vue.d.ts +14 -11
  220. package/dist/{src/components → components}/slider/stories/default.stories.d.ts +1 -1
  221. package/dist/components/spin/index.vue.d.ts +27 -0
  222. package/dist/{src/components → components}/spin/stories/container.stories.d.ts +1 -1
  223. package/dist/{src/components → components}/spin/stories/default.stories.d.ts +1 -1
  224. package/dist/{src/components → components}/step-items/components/index.vue.d.ts +13 -16
  225. package/dist/{src/components → components}/step-items/index.vue.d.ts +8 -5
  226. package/dist/{src/components → components}/step-items/stories/default.stories.d.ts +1 -1
  227. package/dist/{src/components → components}/step-items/stories/step-item.stories.d.ts +1 -1
  228. package/dist/{src/components → components}/steps/components/index.vue.d.ts +8 -14
  229. package/dist/{src/components → components}/steps/index.vue.d.ts +10 -7
  230. package/dist/{src/components → components}/steps/stories/constants.d.ts +1 -1
  231. package/dist/{src/components → components}/steps/stories/default.stories.d.ts +1 -1
  232. package/dist/{src/components → components}/steps/stories/step.stories.d.ts +1 -1
  233. package/dist/{src/components → components}/switch/index.vue.d.ts +13 -10
  234. package/dist/{src/components → components}/switch/stories/default.stories.d.ts +2 -2
  235. package/dist/{src/components → components}/table/preview.vue.d.ts +1 -1
  236. package/dist/{src/components → components}/table/row-detail.vue.d.ts +1 -1
  237. package/dist/{src/components → components}/table/stories/default.stories.d.ts +1 -1
  238. package/dist/components/tabs/components/tabPane.vue.d.ts +12 -0
  239. package/dist/{src/components → components}/tabs/index.vue.d.ts +9 -4
  240. package/dist/{src/components → components}/tabs/stories/card.stories.d.ts +1 -1
  241. package/dist/{src/components → components}/tabs/stories/line.stories.d.ts +1 -1
  242. package/dist/{src/components → components}/tabs-2/components/tabButton.vue.d.ts +9 -13
  243. package/dist/components/tabs-2/components/tabPane.vue.d.ts +21 -0
  244. package/dist/{src/components → components}/tabs-2/index.vue.d.ts +7 -12
  245. package/dist/{src/components → components}/tabs-2/stories/default.stories.d.ts +22 -22
  246. package/dist/{src/components → components}/tabs-2/stories/tab-button.stories.d.ts +37 -30
  247. package/dist/{src/components → components}/tabs-2/stories/tab-pane.stories.d.ts +6 -9
  248. package/dist/{src/components → components}/tabs-2/types.d.ts +30 -30
  249. package/dist/{src/components → components}/tag-input/index.vue.d.ts +12 -8
  250. package/dist/{src/components → components}/tag-input/stories/default.stories.d.ts +1 -1
  251. package/dist/{src/components → components}/toggle/index.vue.d.ts +2 -2
  252. package/dist/{src/components → components}/toggle/stories/default.stories.d.ts +1 -1
  253. package/dist/components/tooltip/index.vue.d.ts +40 -0
  254. package/dist/{src/components → components}/tooltip/stories/default.stories.d.ts +1 -1
  255. package/dist/{src/components → components}/tooltip-2/index.vue.d.ts +18 -20
  256. package/dist/{src/components → components}/tooltip-2/stories/default.stories.d.ts +1 -1
  257. package/dist/{src/components → components}/tooltip-2/types.d.ts +1 -1
  258. package/dist/{src/components → components}/track-button/index.vue.d.ts +7 -12
  259. package/dist/{src/components → components}/track-button/stories/default.stories.d.ts +1 -1
  260. package/dist/components/tree/components/treeNode.vue.d.ts +86 -0
  261. package/dist/{src/components → components}/tree/index.vue.d.ts +44 -34
  262. package/dist/{src/components → components}/tree/stories/default.stories.d.ts +1 -1
  263. package/dist/{src/components → components}/tree/stories/useTreeData.d.ts +2 -2
  264. package/dist/components/typography/index.vue.d.ts +22 -0
  265. package/dist/{src/components → components}/typography/stories/default.stories.d.ts +1 -1
  266. package/dist/components/upload/composables/file.d.ts +7 -0
  267. package/dist/{src/components → components}/upload/index.vue.d.ts +14 -20
  268. package/dist/{src/components → components}/upload/singleFile.vue.d.ts +2 -2
  269. package/dist/{src/components → components}/upload/stories/box.stories.d.ts +1 -1
  270. package/dist/{src/components → components}/upload/stories/button.stories.d.ts +1 -1
  271. package/dist/{src/components → components}/upload/stories/small-box.stories.d.ts +1 -1
  272. package/dist/{src/components → components}/watchlist-button/components/button.vue.d.ts +7 -12
  273. package/dist/components/watchlist-button/index.vue.d.ts +38 -0
  274. package/dist/{src/components → components}/watchlist-button/stories/dashed.stories.d.ts +1 -1
  275. package/dist/{src/components → components}/watchlist-button/stories/default.stories.d.ts +1 -1
  276. package/dist/composables/ssr.d.ts +4 -0
  277. package/dist/export-data-G9Q4VtDW.js +327 -0
  278. package/dist/exporting-DtCtstTA.js +535 -0
  279. package/dist/filter-add-BZXvR72T.js +38 -0
  280. package/dist/filter-add-K7DtYw-z.js +47 -0
  281. package/dist/index-BJT-_ow4.js +21240 -0
  282. package/dist/{map-Djj7i274.js → map-Cw-wx-Go.js} +142 -131
  283. package/dist/offline-exporting-BfzW9XZJ.js +192 -0
  284. package/dist/{stock-DvNmzyGr.js → stock-CHTqfRVL.js} +569 -543
  285. package/dist/style.css +1 -1
  286. package/dist/table.css +20 -9
  287. package/dist/{src/utils → utils}/breakpoints.d.ts +7 -7
  288. package/dist/{src/utils → utils}/slots.d.ts +1 -1
  289. package/dist/{venn-B0TlC5Cf.js → venn-Dn3YC3Ur.js} +11 -1
  290. package/dist/wordcloud-FFMch093.js +235 -0
  291. package/package.json +71 -63
  292. package/dist/export-data-CYNtz4Np.js +0 -292
  293. package/dist/exporting-C20W7Hvs.js +0 -385
  294. package/dist/index-KDOaaLYa.js +0 -21110
  295. package/dist/offline-exporting-D-g7-QpH.js +0 -578
  296. package/dist/src/components/badge/index.vue.d.ts +0 -24
  297. package/dist/src/components/badge/stories/basic.stories.d.ts +0 -12
  298. package/dist/src/components/badge/stories/blue.stories.d.ts +0 -13
  299. package/dist/src/components/badge/stories/constants.d.ts +0 -5
  300. package/dist/src/components/badge/stories/dark.stories.d.ts +0 -13
  301. package/dist/src/components/badge/stories/green.stories.d.ts +0 -13
  302. package/dist/src/components/badge/stories/orange.stories.d.ts +0 -13
  303. package/dist/src/components/badge/stories/pink.stories.d.ts +0 -13
  304. package/dist/src/components/badge/stories/purple.stories.d.ts +0 -13
  305. package/dist/src/components/badge/stories/red.stories.d.ts +0 -13
  306. package/dist/src/components/badge/stories/teal.stories.d.ts +0 -13
  307. package/dist/src/components/badge/stories/yellow.stories.d.ts +0 -13
  308. package/dist/src/components/button/utils.d.ts +0 -3
  309. package/dist/src/components/card/index.vue.d.ts +0 -49
  310. package/dist/src/components/cascader/composables/usePopoverAttributeWatcher.d.ts +0 -6
  311. package/dist/src/components/cascader/index.vue.d.ts +0 -145
  312. package/dist/src/components/checkbox/group.vue.d.ts +0 -19
  313. package/dist/src/components/checkbox/index.vue.d.ts +0 -18
  314. package/dist/src/components/checkbox-2/card.vue.d.ts +0 -59
  315. package/dist/src/components/checkbox-2/group.vue.d.ts +0 -42
  316. package/dist/src/components/checkbox-2/index.vue.d.ts +0 -48
  317. package/dist/src/components/collapse/components/CollapseContent.vue.d.ts +0 -17
  318. package/dist/src/components/collapse/components/CollapseHeader.vue.d.ts +0 -21
  319. package/dist/src/components/country-select/components/multiCountrySelect.vue.d.ts +0 -37
  320. package/dist/src/components/country-select/components/singleCountrySelect.vue.d.ts +0 -34
  321. package/dist/src/components/date-picker-2/index.vue.d.ts +0 -147
  322. package/dist/src/components/ellipsis/index.vue.d.ts +0 -13
  323. package/dist/src/components/empty/index.vue.d.ts +0 -26
  324. package/dist/src/components/form-item/index.vue.d.ts +0 -7
  325. package/dist/src/components/icon-button/index.vue.d.ts +0 -36
  326. package/dist/src/components/image/group.vue.d.ts +0 -35
  327. package/dist/src/components/image/index.vue.d.ts +0 -21
  328. package/dist/src/components/image-2/group.vue.d.ts +0 -26
  329. package/dist/src/components/notification/components/notificationContainer.vue.d.ts +0 -7
  330. package/dist/src/components/pagination/types.d.ts +0 -19
  331. package/dist/src/components/progress/index.vue.d.ts +0 -29
  332. package/dist/src/components/radio/index.vue.d.ts +0 -24
  333. package/dist/src/components/radio-card/index.vue.d.ts +0 -21
  334. package/dist/src/components/result/index.vue.d.ts +0 -23
  335. package/dist/src/components/select/components/option.vue.d.ts +0 -7
  336. package/dist/src/components/select-2/components/selectOptionGroup.vue.d.ts +0 -19
  337. package/dist/src/components/select-2/index.vue.d.ts +0 -331
  338. package/dist/src/components/select-2/types.d.ts +0 -181
  339. package/dist/src/components/side-menu/add-new-app-button/index.vue.d.ts +0 -18
  340. package/dist/src/components/side-menu/app-button/index.vue.d.ts +0 -16
  341. package/dist/src/components/side-menu/button/index.vue.d.ts +0 -21
  342. package/dist/src/components/side-menu/icon-button/index.vue.d.ts +0 -21
  343. package/dist/src/components/side-menu/menu-item/index.vue.d.ts +0 -29
  344. package/dist/src/components/side-menu/round-icon-button/index.vue.d.ts +0 -12
  345. package/dist/src/components/side-menu-2/menu-button/index.vue.d.ts +0 -24
  346. package/dist/src/components/side-menu-2/menu-item/index.vue.d.ts +0 -17
  347. package/dist/src/components/spin/index.vue.d.ts +0 -22
  348. package/dist/src/components/tabs/components/tabPane.vue.d.ts +0 -15
  349. package/dist/src/components/tabs-2/components/tabPane.vue.d.ts +0 -36
  350. package/dist/src/components/tooltip/index.vue.d.ts +0 -34
  351. package/dist/src/components/tree/components/treeNode.vue.d.ts +0 -78
  352. package/dist/src/components/typography/index.vue.d.ts +0 -19
  353. package/dist/src/components/upload/composables/file.d.ts +0 -7
  354. package/dist/src/components/watchlist-button/index.vue.d.ts +0 -33
  355. package/dist/src/composables/ssr.d.ts +0 -4
  356. package/dist/wordcloud-B8Nz--rg.js +0 -222
  357. package/dist/{src/components → components}/alert/alert.test.d.ts +0 -0
  358. package/dist/{src/components → components}/alert/types.d.ts +0 -0
  359. package/dist/{src/components → components}/animation/stories/constants.d.ts +0 -0
  360. package/dist/{src/components → components}/animation/types.d.ts +0 -0
  361. package/dist/{src/components → components}/app-icon/types.d.ts +0 -0
  362. package/dist/{src/components → components}/app-track-button/stories/constants.d.ts +0 -0
  363. package/dist/{src/components → components}/avatar/avatar.test.d.ts +0 -0
  364. package/dist/{src/components → components}/avatar/types.d.ts +0 -0
  365. package/dist/{src/components → components}/badge/badge.test.d.ts +0 -0
  366. package/dist/{src/components → components}/badge/types.d.ts +0 -0
  367. package/dist/{src/components → components}/button/button.test.d.ts +0 -0
  368. package/dist/{src/components → components}/button/link-button/types.d.ts +0 -0
  369. package/dist/{src/components → components}/button/social-button/types.d.ts +0 -0
  370. package/dist/{src/components → components}/button/stories/constants.d.ts +0 -0
  371. package/dist/{src/components → components}/button/types.d.ts +0 -0
  372. package/dist/{src/components → components}/card/stories/constants.d.ts +0 -0
  373. package/dist/{src/components → components}/card/types.d.ts +0 -0
  374. package/dist/{src/components → components}/cascader/cascader.test.d.ts +0 -0
  375. package/dist/{src/components → components}/cascader/types.d.ts +0 -0
  376. package/dist/{src/components → components}/cascader/utils/index.test.d.ts +0 -0
  377. package/dist/{src/components → components}/chart/chart.test.d.ts +0 -0
  378. package/dist/{src/components → components}/checkbox/stories/constants.d.ts +0 -0
  379. package/dist/{src/components → components}/checkbox/types.d.ts +0 -0
  380. package/dist/{src/components → components}/checkbox-2/checkbox-2.test.d.ts +0 -0
  381. package/dist/{src/components → components}/checkbox-2/composables/useCheckbox.d.ts +0 -0
  382. package/dist/{src/components → components}/checkbox-2/types.d.ts +0 -0
  383. package/dist/{src/components → components}/collapse/collapse.test.d.ts +0 -0
  384. package/dist/{src/components → components}/collapse/types.d.ts +0 -0
  385. package/dist/{src/components → components}/content-scroller/types.d.ts +0 -0
  386. package/dist/{src/components → components}/country-select/types.d.ts +0 -0
  387. package/dist/{src/components → components}/date-picker/stories/constants.d.ts +0 -0
  388. package/dist/{src/components → components}/date-picker/types.d.ts +0 -0
  389. package/dist/{src/components → components}/date-picker-2/date-picker.test.d.ts +0 -0
  390. package/dist/{src/components → components}/date-picker-2/stories/constants.d.ts +0 -0
  391. package/dist/{src/components → components}/drawer/drawer.test.d.ts +0 -0
  392. package/dist/{src/components → components}/dropdown/stories/constants.d.ts +0 -0
  393. package/dist/{src/components → components}/dropdown/types.d.ts +0 -0
  394. package/dist/{src/components → components}/ellipsis/stories/constants.d.ts +0 -0
  395. package/dist/{src/components → components}/empty/stories/constants.d.ts +0 -0
  396. package/dist/{src/components → components}/empty/types.d.ts +0 -0
  397. package/dist/{src/components → components}/form/components/nonHSFormsIgnore.vue.d.ts +0 -0
  398. package/dist/{src/components → components}/form/stories/constants.d.ts +0 -0
  399. package/dist/{src/components → components}/form/types.d.ts +0 -0
  400. package/dist/{src/components → components}/icon/icon.test.d.ts +0 -0
  401. package/dist/{src/components → components}/icon/types.d.ts +0 -0
  402. package/dist/{src/components → components}/icon/utils.d.ts +0 -0
  403. package/dist/{src/components → components}/icon-button/stories/constants.d.ts +0 -0
  404. package/dist/{src/components → components}/icon-button/types.d.ts +0 -0
  405. package/dist/{src/components → components}/image/stories/constants.d.ts +0 -0
  406. package/dist/{src/components → components}/image-2/image2.test.d.ts +0 -0
  407. package/dist/{src/components → components}/image-2/preview.vue.d.ts +0 -0
  408. package/dist/{src/components → components}/modal/index.d.ts +0 -0
  409. package/dist/{src/components → components}/modal/stories/constants.d.ts +0 -0
  410. package/dist/{src/components → components}/notification/notification.test.d.ts +0 -0
  411. package/dist/{src/components → components}/notification/stories/constants.d.ts +0 -0
  412. package/dist/{src/components → components}/numeric-input/stories/constants.d.ts +0 -0
  413. package/dist/{src/components → components}/numeric-input/types.d.ts +0 -0
  414. package/dist/{src/components → components}/pagination/pagination.test.d.ts +0 -0
  415. package/dist/{src/components → components}/popconfirm/types.d.ts +0 -0
  416. package/dist/{src/components → components}/popconfirm-2/popconfirm2.test.d.ts +0 -0
  417. package/dist/{src/components → components}/popover/stories/constants.d.ts +0 -0
  418. package/dist/{src/components → components}/popover/types.d.ts +0 -0
  419. package/dist/{src/components → components}/popover-2/popover2.test.d.ts +0 -0
  420. package/dist/{src/components → components}/popover-2/types.d.ts +0 -0
  421. package/dist/{src/components → components}/progress/stories/constants.d.ts +0 -0
  422. package/dist/{src/components → components}/progress/types.d.ts +0 -0
  423. package/dist/{src/components → components}/radio/types.d.ts +0 -0
  424. package/dist/{src/components → components}/rate/types.d.ts +0 -0
  425. package/dist/{src/components → components}/result/types.d.ts +0 -0
  426. package/dist/{src/components → components}/select/components/optionCheckbox.vue.d.ts +0 -0
  427. package/dist/{src/components → components}/select/stories/constants.d.ts +0 -0
  428. package/dist/{src/components → components}/select/types.d.ts +0 -0
  429. package/dist/{src/components → components}/select-2/select.test.d.ts +0 -0
  430. package/dist/{src/components → components}/select-2/stories/constants.d.ts +0 -0
  431. package/dist/{src/components → components}/side-menu/app-button/stories/constants.d.ts +0 -0
  432. package/dist/{src/components → components}/side-menu/button/stories/constants.d.ts +0 -0
  433. package/dist/{src/components → components}/side-menu/icon-button/stories/constants.d.ts +0 -0
  434. package/dist/{src/components → components}/side-menu/menu-item/stories/constants.d.ts +0 -0
  435. package/dist/{src/components → components}/side-menu/menu-item/types.d.ts +0 -0
  436. package/dist/{src/components → components}/side-menu/round-icon-button/stories/constants.d.ts +0 -0
  437. package/dist/{src/components → components}/side-menu-2/menu-button/types.d.ts +0 -0
  438. package/dist/{src/components → components}/side-menu-2/menu-item/stories/constants.d.ts +0 -0
  439. package/dist/{src/components → components}/side-menu-2/side-menu-2.test.d.ts +0 -0
  440. package/dist/{src/components → components}/slider/types.d.ts +0 -0
  441. package/dist/{src/components → components}/spin/stories/constants.d.ts +0 -0
  442. package/dist/{src/components → components}/spin/types.d.ts +0 -0
  443. package/dist/{src/components → components}/steps/types.d.ts +0 -0
  444. package/dist/{src/components → components}/switch/stories/constants.d.ts +0 -0
  445. package/dist/{src/components → components}/switch/switch.test.d.ts +0 -0
  446. package/dist/{src/components → components}/switch/types.d.ts +0 -0
  447. package/dist/{src/components → components}/table/stories/data/fields.d.ts +0 -0
  448. package/dist/{src/components → components}/tabs/stories/constants.d.ts +0 -0
  449. package/dist/{src/components → components}/tabs/types.d.ts +0 -0
  450. package/dist/{src/components → components}/tabs-2/tabButton.test.d.ts +0 -0
  451. package/dist/{src/components → components}/tabs-2/tabs.test.d.ts +0 -0
  452. package/dist/{src/components → components}/tag-input/stories/constants.d.ts +0 -0
  453. package/dist/{src/components → components}/tag-input/types.d.ts +0 -0
  454. package/dist/{src/components → components}/toggle/types.d.ts +0 -0
  455. package/dist/{src/components → components}/tooltip/stories/constants.d.ts +0 -0
  456. package/dist/{src/components → components}/tooltip/tooltip.test.d.ts +0 -0
  457. package/dist/{src/components → components}/tooltip/types.d.ts +0 -0
  458. package/dist/{src/components → components}/tooltip-2/tooltip2.test.d.ts +0 -0
  459. package/dist/{src/components → components}/track-button/stories/constants.d.ts +0 -0
  460. package/dist/{src/components → components}/track-button/track-button.test.d.ts +0 -0
  461. package/dist/{src/components → components}/track-button/types.d.ts +0 -0
  462. package/dist/{src/components → components}/tree/stories/constants.d.ts +0 -0
  463. package/dist/{src/components → components}/tree/tree.test.d.ts +0 -0
  464. package/dist/{src/components → components}/tree/types.d.ts +0 -0
  465. package/dist/{src/components → components}/typography/stories/constants.d.ts +0 -0
  466. package/dist/{src/components → components}/typography/types.d.ts +0 -0
  467. package/dist/{src/components → components}/typography/typography.test.d.ts +0 -0
  468. package/dist/{src/components → components}/upload/stories/constants.d.ts +0 -0
  469. package/dist/{src/components → components}/upload/types.d.ts +0 -0
  470. package/dist/{src/components → components}/watchlist-button/stories/constants.d.ts +0 -0
  471. package/dist/{src/components → components}/watchlist-button/types.d.ts +0 -0
  472. package/dist/{src/composables → composables}/config.d.ts +0 -0
  473. package/dist/{src/index.d.ts → index.d.ts} +103 -103
  474. /package/dist/{src/services → services}/config.d.ts +0 -0
  475. /package/dist/{src/utils → utils}/breakpoints.test.d.ts +0 -0
@@ -1,6 +1,6 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
1
+ import type { Meta, StoryObj } from '@storybook/vue3-vite';
2
+ import type { MaCascaderProps } from '../index.vue';
2
3
  import { MaCascader } from '@/index';
3
- import { MaCascaderProps } from '../index.vue';
4
4
  declare const meta: Meta<typeof MaCascader>;
5
5
  export default meta;
6
6
  type Story = StoryObj<typeof MaCascader>;
@@ -30,11 +30,13 @@ export declare const Default: {
30
30
  placeholder: string;
31
31
  prefixIcon: string;
32
32
  };
33
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
33
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
34
34
  size?: import("../types").CascaderSize;
35
35
  value?: import("../types").CascaderValue;
36
36
  itemsText?: string;
37
37
  style?: unknown;
38
+ readonly onChange?: (...args: any[]) => any;
39
+ class?: unknown;
38
40
  key?: PropertyKey;
39
41
  ref?: import("vue").VNodeRef;
40
42
  ref_for?: boolean;
@@ -45,28 +47,28 @@ export declare const Default: {
45
47
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
46
48
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
47
49
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
48
- class?: unknown;
49
- readonly onChange?: (...args: any[]) => any;
50
50
  readonly disabled?: boolean;
51
+ readonly "onUpdate:value"?: (...args: any[]) => any;
52
+ readonly multiple?: boolean;
51
53
  readonly placeholder?: string;
54
+ readonly open?: boolean;
52
55
  readonly options?: import("../types").CascaderOptionType[];
53
- readonly multiple?: boolean;
54
- readonly allowClear?: boolean;
55
56
  readonly hasError?: boolean;
56
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
57
- readonly "onUpdate:value"?: (...args: any[]) => any;
58
- readonly open?: boolean;
59
- customLabel?: import("vue").VNodeChild | ((_: {
57
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
58
+ readonly allowClear?: boolean;
59
+ customLabel?: ((props: {
60
60
  label: string;
61
- }) => any);
62
- option?: import("vue").VNodeChild | ((_: {
61
+ }) => any) | import("vue").VNodeChild;
62
+ option?: ((props: {
63
63
  option: import("../types").CascaderOptionType;
64
- }) => any);
65
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
64
+ }) => any) | import("vue").VNodeChild;
65
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
66
66
  size?: import("../types").CascaderSize;
67
67
  value?: import("../types").CascaderValue;
68
68
  itemsText?: string;
69
69
  style?: unknown;
70
+ readonly onChange?: (...args: any[]) => any;
71
+ class?: unknown;
70
72
  key?: PropertyKey;
71
73
  ref?: import("vue").VNodeRef;
72
74
  ref_for?: boolean;
@@ -77,26 +79,24 @@ export declare const Default: {
77
79
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
78
80
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
79
81
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
80
- class?: unknown;
81
- readonly onChange?: (...args: any[]) => any;
82
82
  readonly disabled?: boolean;
83
+ readonly "onUpdate:value"?: (...args: any[]) => any;
84
+ readonly multiple?: boolean;
83
85
  readonly placeholder?: string;
86
+ readonly open?: boolean;
84
87
  readonly options?: import("../types").CascaderOptionType[];
85
- readonly multiple?: boolean;
86
- readonly allowClear?: boolean;
87
88
  readonly hasError?: boolean;
88
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
89
- readonly "onUpdate:value"?: (...args: any[]) => any;
90
- readonly open?: boolean;
91
- customLabel?: import("vue").VNodeChild | ((_: {
89
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
90
+ readonly allowClear?: boolean;
91
+ customLabel?: ((props: {
92
92
  label: string;
93
- }) => any);
94
- option?: import("vue").VNodeChild | ((_: {
93
+ }) => any) | import("vue").VNodeChild;
94
+ option?: ((props: {
95
95
  option: import("../types").CascaderOptionType;
96
- }) => any);
96
+ }) => any) | import("vue").VNodeChild;
97
97
  }>[];
98
- parameters?: import("@storybook/csf").Parameters;
99
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
98
+ parameters?: import("@storybook/vue3-vite").Parameters;
99
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
100
100
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
101
101
  onChange?: (...args: any[]) => any;
102
102
  "onUpdate:value"?: (...args: any[]) => any;
@@ -137,16 +137,121 @@ export declare const Default: {
137
137
  itemsText: string;
138
138
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
139
139
  $slots: {
140
- prefixIcon?(_: {}): any;
141
- customLabel?(_: {
140
+ prefixIcon?: (props: {}) => any;
141
+ } & {
142
+ customLabel?: (props: {
142
143
  label: string;
143
- }): any;
144
- option?(_: {
144
+ }) => any;
145
+ } & {
146
+ option?: (props: {
145
147
  option: import("../types").CascaderOptionType;
146
- }): any;
148
+ }) => any;
147
149
  };
148
150
  })>>>;
149
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
151
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
152
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
153
+ onChange?: (...args: any[]) => any;
154
+ "onUpdate:value"?: (...args: any[]) => any;
155
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
156
+ change: (...args: any[]) => void;
157
+ "update:value": (...args: any[]) => void;
158
+ }, import("vue").PublicProps, {
159
+ size: import("../types").CascaderSize;
160
+ value: import("../types").CascaderValue;
161
+ itemsText: string;
162
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
163
+ P: {};
164
+ B: {};
165
+ D: {};
166
+ C: {};
167
+ M: {};
168
+ Defaults: {};
169
+ }, Readonly<MaCascaderProps> & Readonly<{
170
+ onChange?: (...args: any[]) => any;
171
+ "onUpdate:value"?: (...args: any[]) => any;
172
+ }>, {}, {}, {}, {}, {
173
+ size: import("../types").CascaderSize;
174
+ value: import("../types").CascaderValue;
175
+ itemsText: string;
176
+ }>;
177
+ __isFragment?: never;
178
+ __isTeleport?: never;
179
+ __isSuspense?: never;
180
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
181
+ onChange?: (...args: any[]) => any;
182
+ "onUpdate:value"?: (...args: any[]) => any;
183
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
184
+ change: (...args: any[]) => void;
185
+ "update:value": (...args: any[]) => void;
186
+ }, string, {
187
+ size: import("../types").CascaderSize;
188
+ value: import("../types").CascaderValue;
189
+ itemsText: string;
190
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
191
+ $slots: {
192
+ prefixIcon?: (props: {}) => any;
193
+ } & {
194
+ customLabel?: (props: {
195
+ label: string;
196
+ }) => any;
197
+ } & {
198
+ option?: (props: {
199
+ option: import("../types").CascaderOptionType;
200
+ }) => any;
201
+ };
202
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
203
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
204
+ onChange?: (...args: any[]) => any;
205
+ "onUpdate:value"?: (...args: any[]) => any;
206
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
207
+ change: (...args: any[]) => void;
208
+ "update:value": (...args: any[]) => void;
209
+ }, import("vue").PublicProps, {
210
+ size: import("../types").CascaderSize;
211
+ value: import("../types").CascaderValue;
212
+ itemsText: string;
213
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
214
+ P: {};
215
+ B: {};
216
+ D: {};
217
+ C: {};
218
+ M: {};
219
+ Defaults: {};
220
+ }, Readonly<MaCascaderProps> & Readonly<{
221
+ onChange?: (...args: any[]) => any;
222
+ "onUpdate:value"?: (...args: any[]) => any;
223
+ }>, {}, {}, {}, {}, {
224
+ size: import("../types").CascaderSize;
225
+ value: import("../types").CascaderValue;
226
+ itemsText: string;
227
+ }>;
228
+ __isFragment?: never;
229
+ __isTeleport?: never;
230
+ __isSuspense?: never;
231
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
232
+ onChange?: (...args: any[]) => any;
233
+ "onUpdate:value"?: (...args: any[]) => any;
234
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
235
+ change: (...args: any[]) => void;
236
+ "update:value": (...args: any[]) => void;
237
+ }, string, {
238
+ size: import("../types").CascaderSize;
239
+ value: import("../types").CascaderValue;
240
+ itemsText: string;
241
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
242
+ $slots: {
243
+ prefixIcon?: (props: {}) => any;
244
+ } & {
245
+ customLabel?: (props: {
246
+ label: string;
247
+ }) => any;
248
+ } & {
249
+ option?: (props: {
250
+ option: import("../types").CascaderOptionType;
251
+ }) => any;
252
+ };
253
+ })>>[];
254
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
150
255
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
151
256
  onChange?: (...args: any[]) => any;
152
257
  "onUpdate:value"?: (...args: any[]) => any;
@@ -187,15 +292,17 @@ export declare const Default: {
187
292
  itemsText: string;
188
293
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
189
294
  $slots: {
190
- prefixIcon?(_: {}): any;
191
- customLabel?(_: {
295
+ prefixIcon?: (props: {}) => any;
296
+ } & {
297
+ customLabel?: (props: {
192
298
  label: string;
193
- }): any;
194
- option?(_: {
299
+ }) => any;
300
+ } & {
301
+ option?: (props: {
195
302
  option: import("../types").CascaderOptionType;
196
- }): any;
303
+ }) => any;
197
304
  };
198
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
305
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
199
306
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
200
307
  onChange?: (...args: any[]) => any;
201
308
  "onUpdate:value"?: (...args: any[]) => any;
@@ -236,16 +343,18 @@ export declare const Default: {
236
343
  itemsText: string;
237
344
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
238
345
  $slots: {
239
- prefixIcon?(_: {}): any;
240
- customLabel?(_: {
346
+ prefixIcon?: (props: {}) => any;
347
+ } & {
348
+ customLabel?: (props: {
241
349
  label: string;
242
- }): any;
243
- option?(_: {
350
+ }) => any;
351
+ } & {
352
+ option?: (props: {
244
353
  option: import("../types").CascaderOptionType;
245
- }): any;
354
+ }) => any;
246
355
  };
247
356
  })>>[];
248
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
357
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
249
358
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
250
359
  onChange?: (...args: any[]) => any;
251
360
  "onUpdate:value"?: (...args: any[]) => any;
@@ -286,15 +395,17 @@ export declare const Default: {
286
395
  itemsText: string;
287
396
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
288
397
  $slots: {
289
- prefixIcon?(_: {}): any;
290
- customLabel?(_: {
398
+ prefixIcon?: (props: {}) => any;
399
+ } & {
400
+ customLabel?: (props: {
291
401
  label: string;
292
- }): any;
293
- option?(_: {
402
+ }) => any;
403
+ } & {
404
+ option?: (props: {
294
405
  option: import("../types").CascaderOptionType;
295
- }): any;
406
+ }) => any;
296
407
  };
297
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
408
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
298
409
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
299
410
  onChange?: (...args: any[]) => any;
300
411
  "onUpdate:value"?: (...args: any[]) => any;
@@ -335,16 +446,18 @@ export declare const Default: {
335
446
  itemsText: string;
336
447
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
337
448
  $slots: {
338
- prefixIcon?(_: {}): any;
339
- customLabel?(_: {
449
+ prefixIcon?: (props: {}) => any;
450
+ } & {
451
+ customLabel?: (props: {
340
452
  label: string;
341
- }): any;
342
- option?(_: {
453
+ }) => any;
454
+ } & {
455
+ option?: (props: {
343
456
  option: import("../types").CascaderOptionType;
344
- }): any;
457
+ }) => any;
345
458
  };
346
459
  })>>[];
347
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
460
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
348
461
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
349
462
  onChange?: (...args: any[]) => any;
350
463
  "onUpdate:value"?: (...args: any[]) => any;
@@ -385,17 +498,19 @@ export declare const Default: {
385
498
  itemsText: string;
386
499
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
387
500
  $slots: {
388
- prefixIcon?(_: {}): any;
389
- customLabel?(_: {
501
+ prefixIcon?: (props: {}) => any;
502
+ } & {
503
+ customLabel?: (props: {
390
504
  label: string;
391
- }): any;
392
- option?(_: {
505
+ }) => any;
506
+ } & {
507
+ option?: (props: {
393
508
  option: import("../types").CascaderOptionType;
394
- }): any;
509
+ }) => any;
395
510
  };
396
511
  })>>;
397
- tags?: import("@storybook/csf").Tag[];
398
- mount?: (context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
512
+ tags?: import("storybook/internal/csf").Tag[];
513
+ mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
399
514
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
400
515
  onChange?: (...args: any[]) => any;
401
516
  "onUpdate:value"?: (...args: any[]) => any;
@@ -436,21 +551,23 @@ export declare const Default: {
436
551
  itemsText: string;
437
552
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
438
553
  $slots: {
439
- prefixIcon?(_: {}): any;
440
- customLabel?(_: {
554
+ prefixIcon?: (props: {}) => any;
555
+ } & {
556
+ customLabel?: (props: {
441
557
  label: string;
442
- }): any;
443
- option?(_: {
558
+ }) => any;
559
+ } & {
560
+ option?: (props: {
444
561
  option: import("../types").CascaderOptionType;
445
- }): any;
562
+ }) => any;
446
563
  };
447
564
  })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
448
565
  props?: Record<string, any>;
449
566
  slots?: Record<string, any>;
450
- }) => Promise<import("@storybook/csf").Canvas>;
451
- name?: import("@storybook/csf").StoryName;
452
- storyName?: import("@storybook/csf").StoryName;
453
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
567
+ }) => Promise<import("storybook/internal/csf").Canvas>;
568
+ name?: import("storybook/internal/csf").StoryName;
569
+ storyName?: import("storybook/internal/csf").StoryName;
570
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
454
571
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
455
572
  onChange?: (...args: any[]) => any;
456
573
  "onUpdate:value"?: (...args: any[]) => any;
@@ -491,17 +608,19 @@ export declare const Default: {
491
608
  itemsText: string;
492
609
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
493
610
  $slots: {
494
- prefixIcon?(_: {}): any;
495
- customLabel?(_: {
611
+ prefixIcon?: (props: {}) => any;
612
+ } & {
613
+ customLabel?: (props: {
496
614
  label: string;
497
- }): any;
498
- option?(_: {
615
+ }) => any;
616
+ } & {
617
+ option?: (props: {
499
618
  option: import("../types").CascaderOptionType;
500
- }): any;
619
+ }) => any;
501
620
  };
502
621
  })>>;
503
- globals?: import("@storybook/csf").Globals;
504
- story?: Omit<import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
622
+ globals?: import("storybook/internal/csf").Globals;
623
+ story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
505
624
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
506
625
  onChange?: (...args: any[]) => any;
507
626
  "onUpdate:value"?: (...args: any[]) => any;
@@ -542,15 +661,17 @@ export declare const Default: {
542
661
  itemsText: string;
543
662
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
544
663
  $slots: {
545
- prefixIcon?(_: {}): any;
546
- customLabel?(_: {
664
+ prefixIcon?: (props: {}) => any;
665
+ } & {
666
+ customLabel?: (props: {
547
667
  label: string;
548
- }): any;
549
- option?(_: {
668
+ }) => any;
669
+ } & {
670
+ option?: (props: {
550
671
  option: import("../types").CascaderOptionType;
551
- }): any;
672
+ }) => any;
552
673
  };
553
- })>, Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
674
+ })>, Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
554
675
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
555
676
  onChange?: (...args: any[]) => any;
556
677
  "onUpdate:value"?: (...args: any[]) => any;
@@ -591,13 +712,15 @@ export declare const Default: {
591
712
  itemsText: string;
592
713
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
593
714
  $slots: {
594
- prefixIcon?(_: {}): any;
595
- customLabel?(_: {
715
+ prefixIcon?: (props: {}) => any;
716
+ } & {
717
+ customLabel?: (props: {
596
718
  label: string;
597
- }): any;
598
- option?(_: {
719
+ }) => any;
720
+ } & {
721
+ option?: (props: {
599
722
  option: import("../types").CascaderOptionType;
600
- }): any;
723
+ }) => any;
601
724
  };
602
725
  })>>>, "story">;
603
726
  };
@@ -628,11 +751,13 @@ export declare const Multiple: {
628
751
  prefixIcon: string;
629
752
  allowClear: boolean;
630
753
  };
631
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
754
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
632
755
  size?: import("../types").CascaderSize;
633
756
  value?: import("../types").CascaderValue;
634
757
  itemsText?: string;
635
758
  style?: unknown;
759
+ readonly onChange?: (...args: any[]) => any;
760
+ class?: unknown;
636
761
  key?: PropertyKey;
637
762
  ref?: import("vue").VNodeRef;
638
763
  ref_for?: boolean;
@@ -643,28 +768,28 @@ export declare const Multiple: {
643
768
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
644
769
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
645
770
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
646
- class?: unknown;
647
- readonly onChange?: (...args: any[]) => any;
648
771
  readonly disabled?: boolean;
772
+ readonly "onUpdate:value"?: (...args: any[]) => any;
773
+ readonly multiple?: boolean;
649
774
  readonly placeholder?: string;
775
+ readonly open?: boolean;
650
776
  readonly options?: import("../types").CascaderOptionType[];
651
- readonly multiple?: boolean;
652
- readonly allowClear?: boolean;
653
777
  readonly hasError?: boolean;
654
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
655
- readonly "onUpdate:value"?: (...args: any[]) => any;
656
- readonly open?: boolean;
657
- customLabel?: import("vue").VNodeChild | ((_: {
778
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
779
+ readonly allowClear?: boolean;
780
+ customLabel?: ((props: {
658
781
  label: string;
659
- }) => any);
660
- option?: import("vue").VNodeChild | ((_: {
782
+ }) => any) | import("vue").VNodeChild;
783
+ option?: ((props: {
661
784
  option: import("../types").CascaderOptionType;
662
- }) => any);
663
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
785
+ }) => any) | import("vue").VNodeChild;
786
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
664
787
  size?: import("../types").CascaderSize;
665
788
  value?: import("../types").CascaderValue;
666
789
  itemsText?: string;
667
790
  style?: unknown;
791
+ readonly onChange?: (...args: any[]) => any;
792
+ class?: unknown;
668
793
  key?: PropertyKey;
669
794
  ref?: import("vue").VNodeRef;
670
795
  ref_for?: boolean;
@@ -675,26 +800,24 @@ export declare const Multiple: {
675
800
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
676
801
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
677
802
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
678
- class?: unknown;
679
- readonly onChange?: (...args: any[]) => any;
680
803
  readonly disabled?: boolean;
804
+ readonly "onUpdate:value"?: (...args: any[]) => any;
805
+ readonly multiple?: boolean;
681
806
  readonly placeholder?: string;
807
+ readonly open?: boolean;
682
808
  readonly options?: import("../types").CascaderOptionType[];
683
- readonly multiple?: boolean;
684
- readonly allowClear?: boolean;
685
809
  readonly hasError?: boolean;
686
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
687
- readonly "onUpdate:value"?: (...args: any[]) => any;
688
- readonly open?: boolean;
689
- customLabel?: import("vue").VNodeChild | ((_: {
810
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
811
+ readonly allowClear?: boolean;
812
+ customLabel?: ((props: {
690
813
  label: string;
691
- }) => any);
692
- option?: import("vue").VNodeChild | ((_: {
814
+ }) => any) | import("vue").VNodeChild;
815
+ option?: ((props: {
693
816
  option: import("../types").CascaderOptionType;
694
- }) => any);
817
+ }) => any) | import("vue").VNodeChild;
695
818
  }>[];
696
- parameters?: import("@storybook/csf").Parameters;
697
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
819
+ parameters?: import("@storybook/vue3-vite").Parameters;
820
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
698
821
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
699
822
  onChange?: (...args: any[]) => any;
700
823
  "onUpdate:value"?: (...args: any[]) => any;
@@ -735,16 +858,121 @@ export declare const Multiple: {
735
858
  itemsText: string;
736
859
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
737
860
  $slots: {
738
- prefixIcon?(_: {}): any;
739
- customLabel?(_: {
861
+ prefixIcon?: (props: {}) => any;
862
+ } & {
863
+ customLabel?: (props: {
740
864
  label: string;
741
- }): any;
742
- option?(_: {
865
+ }) => any;
866
+ } & {
867
+ option?: (props: {
743
868
  option: import("../types").CascaderOptionType;
744
- }): any;
869
+ }) => any;
745
870
  };
746
871
  })>>>;
747
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
872
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
873
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
874
+ onChange?: (...args: any[]) => any;
875
+ "onUpdate:value"?: (...args: any[]) => any;
876
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
877
+ change: (...args: any[]) => void;
878
+ "update:value": (...args: any[]) => void;
879
+ }, import("vue").PublicProps, {
880
+ size: import("../types").CascaderSize;
881
+ value: import("../types").CascaderValue;
882
+ itemsText: string;
883
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
884
+ P: {};
885
+ B: {};
886
+ D: {};
887
+ C: {};
888
+ M: {};
889
+ Defaults: {};
890
+ }, Readonly<MaCascaderProps> & Readonly<{
891
+ onChange?: (...args: any[]) => any;
892
+ "onUpdate:value"?: (...args: any[]) => any;
893
+ }>, {}, {}, {}, {}, {
894
+ size: import("../types").CascaderSize;
895
+ value: import("../types").CascaderValue;
896
+ itemsText: string;
897
+ }>;
898
+ __isFragment?: never;
899
+ __isTeleport?: never;
900
+ __isSuspense?: never;
901
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
902
+ onChange?: (...args: any[]) => any;
903
+ "onUpdate:value"?: (...args: any[]) => any;
904
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
905
+ change: (...args: any[]) => void;
906
+ "update:value": (...args: any[]) => void;
907
+ }, string, {
908
+ size: import("../types").CascaderSize;
909
+ value: import("../types").CascaderValue;
910
+ itemsText: string;
911
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
912
+ $slots: {
913
+ prefixIcon?: (props: {}) => any;
914
+ } & {
915
+ customLabel?: (props: {
916
+ label: string;
917
+ }) => any;
918
+ } & {
919
+ option?: (props: {
920
+ option: import("../types").CascaderOptionType;
921
+ }) => any;
922
+ };
923
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
924
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
925
+ onChange?: (...args: any[]) => any;
926
+ "onUpdate:value"?: (...args: any[]) => any;
927
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
928
+ change: (...args: any[]) => void;
929
+ "update:value": (...args: any[]) => void;
930
+ }, import("vue").PublicProps, {
931
+ size: import("../types").CascaderSize;
932
+ value: import("../types").CascaderValue;
933
+ itemsText: string;
934
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
935
+ P: {};
936
+ B: {};
937
+ D: {};
938
+ C: {};
939
+ M: {};
940
+ Defaults: {};
941
+ }, Readonly<MaCascaderProps> & Readonly<{
942
+ onChange?: (...args: any[]) => any;
943
+ "onUpdate:value"?: (...args: any[]) => any;
944
+ }>, {}, {}, {}, {}, {
945
+ size: import("../types").CascaderSize;
946
+ value: import("../types").CascaderValue;
947
+ itemsText: string;
948
+ }>;
949
+ __isFragment?: never;
950
+ __isTeleport?: never;
951
+ __isSuspense?: never;
952
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
953
+ onChange?: (...args: any[]) => any;
954
+ "onUpdate:value"?: (...args: any[]) => any;
955
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
956
+ change: (...args: any[]) => void;
957
+ "update:value": (...args: any[]) => void;
958
+ }, string, {
959
+ size: import("../types").CascaderSize;
960
+ value: import("../types").CascaderValue;
961
+ itemsText: string;
962
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
963
+ $slots: {
964
+ prefixIcon?: (props: {}) => any;
965
+ } & {
966
+ customLabel?: (props: {
967
+ label: string;
968
+ }) => any;
969
+ } & {
970
+ option?: (props: {
971
+ option: import("../types").CascaderOptionType;
972
+ }) => any;
973
+ };
974
+ })>>[];
975
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
748
976
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
749
977
  onChange?: (...args: any[]) => any;
750
978
  "onUpdate:value"?: (...args: any[]) => any;
@@ -785,15 +1013,17 @@ export declare const Multiple: {
785
1013
  itemsText: string;
786
1014
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
787
1015
  $slots: {
788
- prefixIcon?(_: {}): any;
789
- customLabel?(_: {
1016
+ prefixIcon?: (props: {}) => any;
1017
+ } & {
1018
+ customLabel?: (props: {
790
1019
  label: string;
791
- }): any;
792
- option?(_: {
1020
+ }) => any;
1021
+ } & {
1022
+ option?: (props: {
793
1023
  option: import("../types").CascaderOptionType;
794
- }): any;
1024
+ }) => any;
795
1025
  };
796
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1026
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
797
1027
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
798
1028
  onChange?: (...args: any[]) => any;
799
1029
  "onUpdate:value"?: (...args: any[]) => any;
@@ -834,16 +1064,18 @@ export declare const Multiple: {
834
1064
  itemsText: string;
835
1065
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
836
1066
  $slots: {
837
- prefixIcon?(_: {}): any;
838
- customLabel?(_: {
1067
+ prefixIcon?: (props: {}) => any;
1068
+ } & {
1069
+ customLabel?: (props: {
839
1070
  label: string;
840
- }): any;
841
- option?(_: {
1071
+ }) => any;
1072
+ } & {
1073
+ option?: (props: {
842
1074
  option: import("../types").CascaderOptionType;
843
- }): any;
1075
+ }) => any;
844
1076
  };
845
1077
  })>>[];
846
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1078
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
847
1079
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
848
1080
  onChange?: (...args: any[]) => any;
849
1081
  "onUpdate:value"?: (...args: any[]) => any;
@@ -884,15 +1116,17 @@ export declare const Multiple: {
884
1116
  itemsText: string;
885
1117
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
886
1118
  $slots: {
887
- prefixIcon?(_: {}): any;
888
- customLabel?(_: {
1119
+ prefixIcon?: (props: {}) => any;
1120
+ } & {
1121
+ customLabel?: (props: {
889
1122
  label: string;
890
- }): any;
891
- option?(_: {
1123
+ }) => any;
1124
+ } & {
1125
+ option?: (props: {
892
1126
  option: import("../types").CascaderOptionType;
893
- }): any;
1127
+ }) => any;
894
1128
  };
895
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1129
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
896
1130
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
897
1131
  onChange?: (...args: any[]) => any;
898
1132
  "onUpdate:value"?: (...args: any[]) => any;
@@ -933,16 +1167,18 @@ export declare const Multiple: {
933
1167
  itemsText: string;
934
1168
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
935
1169
  $slots: {
936
- prefixIcon?(_: {}): any;
937
- customLabel?(_: {
1170
+ prefixIcon?: (props: {}) => any;
1171
+ } & {
1172
+ customLabel?: (props: {
938
1173
  label: string;
939
- }): any;
940
- option?(_: {
1174
+ }) => any;
1175
+ } & {
1176
+ option?: (props: {
941
1177
  option: import("../types").CascaderOptionType;
942
- }): any;
1178
+ }) => any;
943
1179
  };
944
1180
  })>>[];
945
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1181
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
946
1182
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
947
1183
  onChange?: (...args: any[]) => any;
948
1184
  "onUpdate:value"?: (...args: any[]) => any;
@@ -983,17 +1219,19 @@ export declare const Multiple: {
983
1219
  itemsText: string;
984
1220
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
985
1221
  $slots: {
986
- prefixIcon?(_: {}): any;
987
- customLabel?(_: {
1222
+ prefixIcon?: (props: {}) => any;
1223
+ } & {
1224
+ customLabel?: (props: {
988
1225
  label: string;
989
- }): any;
990
- option?(_: {
1226
+ }) => any;
1227
+ } & {
1228
+ option?: (props: {
991
1229
  option: import("../types").CascaderOptionType;
992
- }): any;
1230
+ }) => any;
993
1231
  };
994
1232
  })>>;
995
- tags?: import("@storybook/csf").Tag[];
996
- mount?: (context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1233
+ tags?: import("storybook/internal/csf").Tag[];
1234
+ mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
997
1235
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
998
1236
  onChange?: (...args: any[]) => any;
999
1237
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1034,21 +1272,23 @@ export declare const Multiple: {
1034
1272
  itemsText: string;
1035
1273
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1036
1274
  $slots: {
1037
- prefixIcon?(_: {}): any;
1038
- customLabel?(_: {
1275
+ prefixIcon?: (props: {}) => any;
1276
+ } & {
1277
+ customLabel?: (props: {
1039
1278
  label: string;
1040
- }): any;
1041
- option?(_: {
1279
+ }) => any;
1280
+ } & {
1281
+ option?: (props: {
1042
1282
  option: import("../types").CascaderOptionType;
1043
- }): any;
1283
+ }) => any;
1044
1284
  };
1045
1285
  })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
1046
1286
  props?: Record<string, any>;
1047
1287
  slots?: Record<string, any>;
1048
- }) => Promise<import("@storybook/csf").Canvas>;
1049
- name?: import("@storybook/csf").StoryName;
1050
- storyName?: import("@storybook/csf").StoryName;
1051
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1288
+ }) => Promise<import("storybook/internal/csf").Canvas>;
1289
+ name?: import("storybook/internal/csf").StoryName;
1290
+ storyName?: import("storybook/internal/csf").StoryName;
1291
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1052
1292
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1053
1293
  onChange?: (...args: any[]) => any;
1054
1294
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1089,17 +1329,19 @@ export declare const Multiple: {
1089
1329
  itemsText: string;
1090
1330
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1091
1331
  $slots: {
1092
- prefixIcon?(_: {}): any;
1093
- customLabel?(_: {
1332
+ prefixIcon?: (props: {}) => any;
1333
+ } & {
1334
+ customLabel?: (props: {
1094
1335
  label: string;
1095
- }): any;
1096
- option?(_: {
1336
+ }) => any;
1337
+ } & {
1338
+ option?: (props: {
1097
1339
  option: import("../types").CascaderOptionType;
1098
- }): any;
1340
+ }) => any;
1099
1341
  };
1100
1342
  })>>;
1101
- globals?: import("@storybook/csf").Globals;
1102
- story?: Omit<import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1343
+ globals?: import("storybook/internal/csf").Globals;
1344
+ story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1103
1345
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1104
1346
  onChange?: (...args: any[]) => any;
1105
1347
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1140,15 +1382,17 @@ export declare const Multiple: {
1140
1382
  itemsText: string;
1141
1383
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1142
1384
  $slots: {
1143
- prefixIcon?(_: {}): any;
1144
- customLabel?(_: {
1385
+ prefixIcon?: (props: {}) => any;
1386
+ } & {
1387
+ customLabel?: (props: {
1145
1388
  label: string;
1146
- }): any;
1147
- option?(_: {
1389
+ }) => any;
1390
+ } & {
1391
+ option?: (props: {
1148
1392
  option: import("../types").CascaderOptionType;
1149
- }): any;
1393
+ }) => any;
1150
1394
  };
1151
- })>, Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
1395
+ })>, Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1152
1396
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1153
1397
  onChange?: (...args: any[]) => any;
1154
1398
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1189,13 +1433,15 @@ export declare const Multiple: {
1189
1433
  itemsText: string;
1190
1434
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1191
1435
  $slots: {
1192
- prefixIcon?(_: {}): any;
1193
- customLabel?(_: {
1436
+ prefixIcon?: (props: {}) => any;
1437
+ } & {
1438
+ customLabel?: (props: {
1194
1439
  label: string;
1195
- }): any;
1196
- option?(_: {
1440
+ }) => any;
1441
+ } & {
1442
+ option?: (props: {
1197
1443
  option: import("../types").CascaderOptionType;
1198
- }): any;
1444
+ }) => any;
1199
1445
  };
1200
1446
  })>>>, "story">;
1201
1447
  };
@@ -1225,11 +1471,13 @@ export declare const Medium: {
1225
1471
  placeholder: string;
1226
1472
  prefixIcon: string;
1227
1473
  };
1228
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
1474
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
1229
1475
  size?: import("../types").CascaderSize;
1230
1476
  value?: import("../types").CascaderValue;
1231
1477
  itemsText?: string;
1232
1478
  style?: unknown;
1479
+ readonly onChange?: (...args: any[]) => any;
1480
+ class?: unknown;
1233
1481
  key?: PropertyKey;
1234
1482
  ref?: import("vue").VNodeRef;
1235
1483
  ref_for?: boolean;
@@ -1240,28 +1488,28 @@ export declare const Medium: {
1240
1488
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
1241
1489
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
1242
1490
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
1243
- class?: unknown;
1244
- readonly onChange?: (...args: any[]) => any;
1245
1491
  readonly disabled?: boolean;
1492
+ readonly "onUpdate:value"?: (...args: any[]) => any;
1493
+ readonly multiple?: boolean;
1246
1494
  readonly placeholder?: string;
1495
+ readonly open?: boolean;
1247
1496
  readonly options?: import("../types").CascaderOptionType[];
1248
- readonly multiple?: boolean;
1249
- readonly allowClear?: boolean;
1250
1497
  readonly hasError?: boolean;
1251
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
1252
- readonly "onUpdate:value"?: (...args: any[]) => any;
1253
- readonly open?: boolean;
1254
- customLabel?: import("vue").VNodeChild | ((_: {
1498
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
1499
+ readonly allowClear?: boolean;
1500
+ customLabel?: ((props: {
1255
1501
  label: string;
1256
- }) => any);
1257
- option?: import("vue").VNodeChild | ((_: {
1502
+ }) => any) | import("vue").VNodeChild;
1503
+ option?: ((props: {
1258
1504
  option: import("../types").CascaderOptionType;
1259
- }) => any);
1260
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
1505
+ }) => any) | import("vue").VNodeChild;
1506
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
1261
1507
  size?: import("../types").CascaderSize;
1262
1508
  value?: import("../types").CascaderValue;
1263
1509
  itemsText?: string;
1264
1510
  style?: unknown;
1511
+ readonly onChange?: (...args: any[]) => any;
1512
+ class?: unknown;
1265
1513
  key?: PropertyKey;
1266
1514
  ref?: import("vue").VNodeRef;
1267
1515
  ref_for?: boolean;
@@ -1272,26 +1520,24 @@ export declare const Medium: {
1272
1520
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
1273
1521
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
1274
1522
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
1275
- class?: unknown;
1276
- readonly onChange?: (...args: any[]) => any;
1277
1523
  readonly disabled?: boolean;
1524
+ readonly "onUpdate:value"?: (...args: any[]) => any;
1525
+ readonly multiple?: boolean;
1278
1526
  readonly placeholder?: string;
1527
+ readonly open?: boolean;
1279
1528
  readonly options?: import("../types").CascaderOptionType[];
1280
- readonly multiple?: boolean;
1281
- readonly allowClear?: boolean;
1282
1529
  readonly hasError?: boolean;
1283
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
1284
- readonly "onUpdate:value"?: (...args: any[]) => any;
1285
- readonly open?: boolean;
1286
- customLabel?: import("vue").VNodeChild | ((_: {
1530
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
1531
+ readonly allowClear?: boolean;
1532
+ customLabel?: ((props: {
1287
1533
  label: string;
1288
- }) => any);
1289
- option?: import("vue").VNodeChild | ((_: {
1534
+ }) => any) | import("vue").VNodeChild;
1535
+ option?: ((props: {
1290
1536
  option: import("../types").CascaderOptionType;
1291
- }) => any);
1537
+ }) => any) | import("vue").VNodeChild;
1292
1538
  }>[];
1293
- parameters?: import("@storybook/csf").Parameters;
1294
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
1539
+ parameters?: import("@storybook/vue3-vite").Parameters;
1540
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1295
1541
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1296
1542
  onChange?: (...args: any[]) => any;
1297
1543
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1332,16 +1578,18 @@ export declare const Medium: {
1332
1578
  itemsText: string;
1333
1579
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1334
1580
  $slots: {
1335
- prefixIcon?(_: {}): any;
1336
- customLabel?(_: {
1581
+ prefixIcon?: (props: {}) => any;
1582
+ } & {
1583
+ customLabel?: (props: {
1337
1584
  label: string;
1338
- }): any;
1339
- option?(_: {
1585
+ }) => any;
1586
+ } & {
1587
+ option?: (props: {
1340
1588
  option: import("../types").CascaderOptionType;
1341
- }): any;
1589
+ }) => any;
1342
1590
  };
1343
1591
  })>>>;
1344
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1592
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1345
1593
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1346
1594
  onChange?: (...args: any[]) => any;
1347
1595
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1382,15 +1630,17 @@ export declare const Medium: {
1382
1630
  itemsText: string;
1383
1631
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1384
1632
  $slots: {
1385
- prefixIcon?(_: {}): any;
1386
- customLabel?(_: {
1633
+ prefixIcon?: (props: {}) => any;
1634
+ } & {
1635
+ customLabel?: (props: {
1387
1636
  label: string;
1388
- }): any;
1389
- option?(_: {
1637
+ }) => any;
1638
+ } & {
1639
+ option?: (props: {
1390
1640
  option: import("../types").CascaderOptionType;
1391
- }): any;
1641
+ }) => any;
1392
1642
  };
1393
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1643
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1394
1644
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1395
1645
  onChange?: (...args: any[]) => any;
1396
1646
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1431,16 +1681,18 @@ export declare const Medium: {
1431
1681
  itemsText: string;
1432
1682
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1433
1683
  $slots: {
1434
- prefixIcon?(_: {}): any;
1435
- customLabel?(_: {
1684
+ prefixIcon?: (props: {}) => any;
1685
+ } & {
1686
+ customLabel?: (props: {
1436
1687
  label: string;
1437
- }): any;
1438
- option?(_: {
1688
+ }) => any;
1689
+ } & {
1690
+ option?: (props: {
1439
1691
  option: import("../types").CascaderOptionType;
1440
- }): any;
1692
+ }) => any;
1441
1693
  };
1442
1694
  })>>[];
1443
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1695
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1444
1696
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1445
1697
  onChange?: (...args: any[]) => any;
1446
1698
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1481,15 +1733,17 @@ export declare const Medium: {
1481
1733
  itemsText: string;
1482
1734
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1483
1735
  $slots: {
1484
- prefixIcon?(_: {}): any;
1485
- customLabel?(_: {
1736
+ prefixIcon?: (props: {}) => any;
1737
+ } & {
1738
+ customLabel?: (props: {
1486
1739
  label: string;
1487
- }): any;
1488
- option?(_: {
1740
+ }) => any;
1741
+ } & {
1742
+ option?: (props: {
1489
1743
  option: import("../types").CascaderOptionType;
1490
- }): any;
1744
+ }) => any;
1491
1745
  };
1492
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1746
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1493
1747
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1494
1748
  onChange?: (...args: any[]) => any;
1495
1749
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1530,16 +1784,18 @@ export declare const Medium: {
1530
1784
  itemsText: string;
1531
1785
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1532
1786
  $slots: {
1533
- prefixIcon?(_: {}): any;
1534
- customLabel?(_: {
1787
+ prefixIcon?: (props: {}) => any;
1788
+ } & {
1789
+ customLabel?: (props: {
1535
1790
  label: string;
1536
- }): any;
1537
- option?(_: {
1791
+ }) => any;
1792
+ } & {
1793
+ option?: (props: {
1538
1794
  option: import("../types").CascaderOptionType;
1539
- }): any;
1795
+ }) => any;
1540
1796
  };
1541
1797
  })>>[];
1542
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1798
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1543
1799
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1544
1800
  onChange?: (...args: any[]) => any;
1545
1801
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1580,17 +1836,17 @@ export declare const Medium: {
1580
1836
  itemsText: string;
1581
1837
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1582
1838
  $slots: {
1583
- prefixIcon?(_: {}): any;
1584
- customLabel?(_: {
1839
+ prefixIcon?: (props: {}) => any;
1840
+ } & {
1841
+ customLabel?: (props: {
1585
1842
  label: string;
1586
- }): any;
1587
- option?(_: {
1843
+ }) => any;
1844
+ } & {
1845
+ option?: (props: {
1588
1846
  option: import("../types").CascaderOptionType;
1589
- }): any;
1847
+ }) => any;
1590
1848
  };
1591
- })>>;
1592
- tags?: import("@storybook/csf").Tag[];
1593
- mount?: (context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1849
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1594
1850
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1595
1851
  onChange?: (...args: any[]) => any;
1596
1852
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1631,21 +1887,18 @@ export declare const Medium: {
1631
1887
  itemsText: string;
1632
1888
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1633
1889
  $slots: {
1634
- prefixIcon?(_: {}): any;
1635
- customLabel?(_: {
1890
+ prefixIcon?: (props: {}) => any;
1891
+ } & {
1892
+ customLabel?: (props: {
1636
1893
  label: string;
1637
- }): any;
1638
- option?(_: {
1894
+ }) => any;
1895
+ } & {
1896
+ option?: (props: {
1639
1897
  option: import("../types").CascaderOptionType;
1640
- }): any;
1898
+ }) => any;
1641
1899
  };
1642
- })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
1643
- props?: Record<string, any>;
1644
- slots?: Record<string, any>;
1645
- }) => Promise<import("@storybook/csf").Canvas>;
1646
- name?: import("@storybook/csf").StoryName;
1647
- storyName?: import("@storybook/csf").StoryName;
1648
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1900
+ })>>[];
1901
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1649
1902
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1650
1903
  onChange?: (...args: any[]) => any;
1651
1904
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1686,17 +1939,19 @@ export declare const Medium: {
1686
1939
  itemsText: string;
1687
1940
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1688
1941
  $slots: {
1689
- prefixIcon?(_: {}): any;
1690
- customLabel?(_: {
1942
+ prefixIcon?: (props: {}) => any;
1943
+ } & {
1944
+ customLabel?: (props: {
1691
1945
  label: string;
1692
- }): any;
1693
- option?(_: {
1946
+ }) => any;
1947
+ } & {
1948
+ option?: (props: {
1694
1949
  option: import("../types").CascaderOptionType;
1695
- }): any;
1950
+ }) => any;
1696
1951
  };
1697
1952
  })>>;
1698
- globals?: import("@storybook/csf").Globals;
1699
- story?: Omit<import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1953
+ tags?: import("storybook/internal/csf").Tag[];
1954
+ mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1700
1955
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1701
1956
  onChange?: (...args: any[]) => any;
1702
1957
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1737,15 +1992,23 @@ export declare const Medium: {
1737
1992
  itemsText: string;
1738
1993
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1739
1994
  $slots: {
1740
- prefixIcon?(_: {}): any;
1741
- customLabel?(_: {
1995
+ prefixIcon?: (props: {}) => any;
1996
+ } & {
1997
+ customLabel?: (props: {
1742
1998
  label: string;
1743
- }): any;
1744
- option?(_: {
1999
+ }) => any;
2000
+ } & {
2001
+ option?: (props: {
1745
2002
  option: import("../types").CascaderOptionType;
1746
- }): any;
2003
+ }) => any;
1747
2004
  };
1748
- })>, Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
2005
+ })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
2006
+ props?: Record<string, any>;
2007
+ slots?: Record<string, any>;
2008
+ }) => Promise<import("storybook/internal/csf").Canvas>;
2009
+ name?: import("storybook/internal/csf").StoryName;
2010
+ storyName?: import("storybook/internal/csf").StoryName;
2011
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1749
2012
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1750
2013
  onChange?: (...args: any[]) => any;
1751
2014
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1786,16 +2049,122 @@ export declare const Medium: {
1786
2049
  itemsText: string;
1787
2050
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1788
2051
  $slots: {
1789
- prefixIcon?(_: {}): any;
1790
- customLabel?(_: {
2052
+ prefixIcon?: (props: {}) => any;
2053
+ } & {
2054
+ customLabel?: (props: {
1791
2055
  label: string;
1792
- }): any;
1793
- option?(_: {
2056
+ }) => any;
2057
+ } & {
2058
+ option?: (props: {
1794
2059
  option: import("../types").CascaderOptionType;
1795
- }): any;
2060
+ }) => any;
1796
2061
  };
1797
- })>>>, "story">;
1798
- };
2062
+ })>>;
2063
+ globals?: import("storybook/internal/csf").Globals;
2064
+ story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2065
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2066
+ onChange?: (...args: any[]) => any;
2067
+ "onUpdate:value"?: (...args: any[]) => any;
2068
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2069
+ change: (...args: any[]) => void;
2070
+ "update:value": (...args: any[]) => void;
2071
+ }, import("vue").PublicProps, {
2072
+ size: import("../types").CascaderSize;
2073
+ value: import("../types").CascaderValue;
2074
+ itemsText: string;
2075
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2076
+ P: {};
2077
+ B: {};
2078
+ D: {};
2079
+ C: {};
2080
+ M: {};
2081
+ Defaults: {};
2082
+ }, Readonly<MaCascaderProps> & Readonly<{
2083
+ onChange?: (...args: any[]) => any;
2084
+ "onUpdate:value"?: (...args: any[]) => any;
2085
+ }>, {}, {}, {}, {}, {
2086
+ size: import("../types").CascaderSize;
2087
+ value: import("../types").CascaderValue;
2088
+ itemsText: string;
2089
+ }>;
2090
+ __isFragment?: never;
2091
+ __isTeleport?: never;
2092
+ __isSuspense?: never;
2093
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
2094
+ onChange?: (...args: any[]) => any;
2095
+ "onUpdate:value"?: (...args: any[]) => any;
2096
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2097
+ change: (...args: any[]) => void;
2098
+ "update:value": (...args: any[]) => void;
2099
+ }, string, {
2100
+ size: import("../types").CascaderSize;
2101
+ value: import("../types").CascaderValue;
2102
+ itemsText: string;
2103
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2104
+ $slots: {
2105
+ prefixIcon?: (props: {}) => any;
2106
+ } & {
2107
+ customLabel?: (props: {
2108
+ label: string;
2109
+ }) => any;
2110
+ } & {
2111
+ option?: (props: {
2112
+ option: import("../types").CascaderOptionType;
2113
+ }) => any;
2114
+ };
2115
+ })>, Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2116
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2117
+ onChange?: (...args: any[]) => any;
2118
+ "onUpdate:value"?: (...args: any[]) => any;
2119
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2120
+ change: (...args: any[]) => void;
2121
+ "update:value": (...args: any[]) => void;
2122
+ }, import("vue").PublicProps, {
2123
+ size: import("../types").CascaderSize;
2124
+ value: import("../types").CascaderValue;
2125
+ itemsText: string;
2126
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2127
+ P: {};
2128
+ B: {};
2129
+ D: {};
2130
+ C: {};
2131
+ M: {};
2132
+ Defaults: {};
2133
+ }, Readonly<MaCascaderProps> & Readonly<{
2134
+ onChange?: (...args: any[]) => any;
2135
+ "onUpdate:value"?: (...args: any[]) => any;
2136
+ }>, {}, {}, {}, {}, {
2137
+ size: import("../types").CascaderSize;
2138
+ value: import("../types").CascaderValue;
2139
+ itemsText: string;
2140
+ }>;
2141
+ __isFragment?: never;
2142
+ __isTeleport?: never;
2143
+ __isSuspense?: never;
2144
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
2145
+ onChange?: (...args: any[]) => any;
2146
+ "onUpdate:value"?: (...args: any[]) => any;
2147
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2148
+ change: (...args: any[]) => void;
2149
+ "update:value": (...args: any[]) => void;
2150
+ }, string, {
2151
+ size: import("../types").CascaderSize;
2152
+ value: import("../types").CascaderValue;
2153
+ itemsText: string;
2154
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2155
+ $slots: {
2156
+ prefixIcon?: (props: {}) => any;
2157
+ } & {
2158
+ customLabel?: (props: {
2159
+ label: string;
2160
+ }) => any;
2161
+ } & {
2162
+ option?: (props: {
2163
+ option: import("../types").CascaderOptionType;
2164
+ }) => any;
2165
+ };
2166
+ })>>>, "story">;
2167
+ };
1799
2168
  export declare const Large: {
1800
2169
  args: {
1801
2170
  options: {
@@ -1822,11 +2191,13 @@ export declare const Large: {
1822
2191
  placeholder: string;
1823
2192
  prefixIcon: string;
1824
2193
  };
1825
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
2194
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
1826
2195
  size?: import("../types").CascaderSize;
1827
2196
  value?: import("../types").CascaderValue;
1828
2197
  itemsText?: string;
1829
2198
  style?: unknown;
2199
+ readonly onChange?: (...args: any[]) => any;
2200
+ class?: unknown;
1830
2201
  key?: PropertyKey;
1831
2202
  ref?: import("vue").VNodeRef;
1832
2203
  ref_for?: boolean;
@@ -1837,28 +2208,28 @@ export declare const Large: {
1837
2208
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
1838
2209
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
1839
2210
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
1840
- class?: unknown;
1841
- readonly onChange?: (...args: any[]) => any;
1842
2211
  readonly disabled?: boolean;
2212
+ readonly "onUpdate:value"?: (...args: any[]) => any;
2213
+ readonly multiple?: boolean;
1843
2214
  readonly placeholder?: string;
2215
+ readonly open?: boolean;
1844
2216
  readonly options?: import("../types").CascaderOptionType[];
1845
- readonly multiple?: boolean;
1846
- readonly allowClear?: boolean;
1847
2217
  readonly hasError?: boolean;
1848
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
1849
- readonly "onUpdate:value"?: (...args: any[]) => any;
1850
- readonly open?: boolean;
1851
- customLabel?: import("vue").VNodeChild | ((_: {
2218
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
2219
+ readonly allowClear?: boolean;
2220
+ customLabel?: ((props: {
1852
2221
  label: string;
1853
- }) => any);
1854
- option?: import("vue").VNodeChild | ((_: {
2222
+ }) => any) | import("vue").VNodeChild;
2223
+ option?: ((props: {
1855
2224
  option: import("../types").CascaderOptionType;
1856
- }) => any);
1857
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
2225
+ }) => any) | import("vue").VNodeChild;
2226
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
1858
2227
  size?: import("../types").CascaderSize;
1859
2228
  value?: import("../types").CascaderValue;
1860
2229
  itemsText?: string;
1861
2230
  style?: unknown;
2231
+ readonly onChange?: (...args: any[]) => any;
2232
+ class?: unknown;
1862
2233
  key?: PropertyKey;
1863
2234
  ref?: import("vue").VNodeRef;
1864
2235
  ref_for?: boolean;
@@ -1869,26 +2240,24 @@ export declare const Large: {
1869
2240
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
1870
2241
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
1871
2242
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
1872
- class?: unknown;
1873
- readonly onChange?: (...args: any[]) => any;
1874
2243
  readonly disabled?: boolean;
2244
+ readonly "onUpdate:value"?: (...args: any[]) => any;
2245
+ readonly multiple?: boolean;
1875
2246
  readonly placeholder?: string;
2247
+ readonly open?: boolean;
1876
2248
  readonly options?: import("../types").CascaderOptionType[];
1877
- readonly multiple?: boolean;
1878
- readonly allowClear?: boolean;
1879
2249
  readonly hasError?: boolean;
1880
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
1881
- readonly "onUpdate:value"?: (...args: any[]) => any;
1882
- readonly open?: boolean;
1883
- customLabel?: import("vue").VNodeChild | ((_: {
2250
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
2251
+ readonly allowClear?: boolean;
2252
+ customLabel?: ((props: {
1884
2253
  label: string;
1885
- }) => any);
1886
- option?: import("vue").VNodeChild | ((_: {
2254
+ }) => any) | import("vue").VNodeChild;
2255
+ option?: ((props: {
1887
2256
  option: import("../types").CascaderOptionType;
1888
- }) => any);
2257
+ }) => any) | import("vue").VNodeChild;
1889
2258
  }>[];
1890
- parameters?: import("@storybook/csf").Parameters;
1891
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
2259
+ parameters?: import("@storybook/vue3-vite").Parameters;
2260
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1892
2261
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1893
2262
  onChange?: (...args: any[]) => any;
1894
2263
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1929,16 +2298,121 @@ export declare const Large: {
1929
2298
  itemsText: string;
1930
2299
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1931
2300
  $slots: {
1932
- prefixIcon?(_: {}): any;
1933
- customLabel?(_: {
2301
+ prefixIcon?: (props: {}) => any;
2302
+ } & {
2303
+ customLabel?: (props: {
1934
2304
  label: string;
1935
- }): any;
1936
- option?(_: {
2305
+ }) => any;
2306
+ } & {
2307
+ option?: (props: {
1937
2308
  option: import("../types").CascaderOptionType;
1938
- }): any;
2309
+ }) => any;
1939
2310
  };
1940
2311
  })>>>;
1941
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
2312
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2313
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2314
+ onChange?: (...args: any[]) => any;
2315
+ "onUpdate:value"?: (...args: any[]) => any;
2316
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2317
+ change: (...args: any[]) => void;
2318
+ "update:value": (...args: any[]) => void;
2319
+ }, import("vue").PublicProps, {
2320
+ size: import("../types").CascaderSize;
2321
+ value: import("../types").CascaderValue;
2322
+ itemsText: string;
2323
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2324
+ P: {};
2325
+ B: {};
2326
+ D: {};
2327
+ C: {};
2328
+ M: {};
2329
+ Defaults: {};
2330
+ }, Readonly<MaCascaderProps> & Readonly<{
2331
+ onChange?: (...args: any[]) => any;
2332
+ "onUpdate:value"?: (...args: any[]) => any;
2333
+ }>, {}, {}, {}, {}, {
2334
+ size: import("../types").CascaderSize;
2335
+ value: import("../types").CascaderValue;
2336
+ itemsText: string;
2337
+ }>;
2338
+ __isFragment?: never;
2339
+ __isTeleport?: never;
2340
+ __isSuspense?: never;
2341
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
2342
+ onChange?: (...args: any[]) => any;
2343
+ "onUpdate:value"?: (...args: any[]) => any;
2344
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2345
+ change: (...args: any[]) => void;
2346
+ "update:value": (...args: any[]) => void;
2347
+ }, string, {
2348
+ size: import("../types").CascaderSize;
2349
+ value: import("../types").CascaderValue;
2350
+ itemsText: string;
2351
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2352
+ $slots: {
2353
+ prefixIcon?: (props: {}) => any;
2354
+ } & {
2355
+ customLabel?: (props: {
2356
+ label: string;
2357
+ }) => any;
2358
+ } & {
2359
+ option?: (props: {
2360
+ option: import("../types").CascaderOptionType;
2361
+ }) => any;
2362
+ };
2363
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2364
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2365
+ onChange?: (...args: any[]) => any;
2366
+ "onUpdate:value"?: (...args: any[]) => any;
2367
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2368
+ change: (...args: any[]) => void;
2369
+ "update:value": (...args: any[]) => void;
2370
+ }, import("vue").PublicProps, {
2371
+ size: import("../types").CascaderSize;
2372
+ value: import("../types").CascaderValue;
2373
+ itemsText: string;
2374
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2375
+ P: {};
2376
+ B: {};
2377
+ D: {};
2378
+ C: {};
2379
+ M: {};
2380
+ Defaults: {};
2381
+ }, Readonly<MaCascaderProps> & Readonly<{
2382
+ onChange?: (...args: any[]) => any;
2383
+ "onUpdate:value"?: (...args: any[]) => any;
2384
+ }>, {}, {}, {}, {}, {
2385
+ size: import("../types").CascaderSize;
2386
+ value: import("../types").CascaderValue;
2387
+ itemsText: string;
2388
+ }>;
2389
+ __isFragment?: never;
2390
+ __isTeleport?: never;
2391
+ __isSuspense?: never;
2392
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
2393
+ onChange?: (...args: any[]) => any;
2394
+ "onUpdate:value"?: (...args: any[]) => any;
2395
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2396
+ change: (...args: any[]) => void;
2397
+ "update:value": (...args: any[]) => void;
2398
+ }, string, {
2399
+ size: import("../types").CascaderSize;
2400
+ value: import("../types").CascaderValue;
2401
+ itemsText: string;
2402
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2403
+ $slots: {
2404
+ prefixIcon?: (props: {}) => any;
2405
+ } & {
2406
+ customLabel?: (props: {
2407
+ label: string;
2408
+ }) => any;
2409
+ } & {
2410
+ option?: (props: {
2411
+ option: import("../types").CascaderOptionType;
2412
+ }) => any;
2413
+ };
2414
+ })>>[];
2415
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1942
2416
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1943
2417
  onChange?: (...args: any[]) => any;
1944
2418
  "onUpdate:value"?: (...args: any[]) => any;
@@ -1979,15 +2453,17 @@ export declare const Large: {
1979
2453
  itemsText: string;
1980
2454
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1981
2455
  $slots: {
1982
- prefixIcon?(_: {}): any;
1983
- customLabel?(_: {
2456
+ prefixIcon?: (props: {}) => any;
2457
+ } & {
2458
+ customLabel?: (props: {
1984
2459
  label: string;
1985
- }): any;
1986
- option?(_: {
2460
+ }) => any;
2461
+ } & {
2462
+ option?: (props: {
1987
2463
  option: import("../types").CascaderOptionType;
1988
- }): any;
2464
+ }) => any;
1989
2465
  };
1990
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
2466
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1991
2467
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
1992
2468
  onChange?: (...args: any[]) => any;
1993
2469
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2028,16 +2504,18 @@ export declare const Large: {
2028
2504
  itemsText: string;
2029
2505
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2030
2506
  $slots: {
2031
- prefixIcon?(_: {}): any;
2032
- customLabel?(_: {
2507
+ prefixIcon?: (props: {}) => any;
2508
+ } & {
2509
+ customLabel?: (props: {
2033
2510
  label: string;
2034
- }): any;
2035
- option?(_: {
2511
+ }) => any;
2512
+ } & {
2513
+ option?: (props: {
2036
2514
  option: import("../types").CascaderOptionType;
2037
- }): any;
2515
+ }) => any;
2038
2516
  };
2039
2517
  })>>[];
2040
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
2518
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2041
2519
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2042
2520
  onChange?: (...args: any[]) => any;
2043
2521
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2078,15 +2556,17 @@ export declare const Large: {
2078
2556
  itemsText: string;
2079
2557
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2080
2558
  $slots: {
2081
- prefixIcon?(_: {}): any;
2082
- customLabel?(_: {
2559
+ prefixIcon?: (props: {}) => any;
2560
+ } & {
2561
+ customLabel?: (props: {
2083
2562
  label: string;
2084
- }): any;
2085
- option?(_: {
2563
+ }) => any;
2564
+ } & {
2565
+ option?: (props: {
2086
2566
  option: import("../types").CascaderOptionType;
2087
- }): any;
2567
+ }) => any;
2088
2568
  };
2089
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
2569
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2090
2570
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2091
2571
  onChange?: (...args: any[]) => any;
2092
2572
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2127,16 +2607,18 @@ export declare const Large: {
2127
2607
  itemsText: string;
2128
2608
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2129
2609
  $slots: {
2130
- prefixIcon?(_: {}): any;
2131
- customLabel?(_: {
2610
+ prefixIcon?: (props: {}) => any;
2611
+ } & {
2612
+ customLabel?: (props: {
2132
2613
  label: string;
2133
- }): any;
2134
- option?(_: {
2614
+ }) => any;
2615
+ } & {
2616
+ option?: (props: {
2135
2617
  option: import("../types").CascaderOptionType;
2136
- }): any;
2618
+ }) => any;
2137
2619
  };
2138
2620
  })>>[];
2139
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
2621
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2140
2622
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2141
2623
  onChange?: (...args: any[]) => any;
2142
2624
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2177,17 +2659,19 @@ export declare const Large: {
2177
2659
  itemsText: string;
2178
2660
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2179
2661
  $slots: {
2180
- prefixIcon?(_: {}): any;
2181
- customLabel?(_: {
2662
+ prefixIcon?: (props: {}) => any;
2663
+ } & {
2664
+ customLabel?: (props: {
2182
2665
  label: string;
2183
- }): any;
2184
- option?(_: {
2666
+ }) => any;
2667
+ } & {
2668
+ option?: (props: {
2185
2669
  option: import("../types").CascaderOptionType;
2186
- }): any;
2670
+ }) => any;
2187
2671
  };
2188
2672
  })>>;
2189
- tags?: import("@storybook/csf").Tag[];
2190
- mount?: (context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
2673
+ tags?: import("storybook/internal/csf").Tag[];
2674
+ mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2191
2675
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2192
2676
  onChange?: (...args: any[]) => any;
2193
2677
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2228,21 +2712,23 @@ export declare const Large: {
2228
2712
  itemsText: string;
2229
2713
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2230
2714
  $slots: {
2231
- prefixIcon?(_: {}): any;
2232
- customLabel?(_: {
2715
+ prefixIcon?: (props: {}) => any;
2716
+ } & {
2717
+ customLabel?: (props: {
2233
2718
  label: string;
2234
- }): any;
2235
- option?(_: {
2719
+ }) => any;
2720
+ } & {
2721
+ option?: (props: {
2236
2722
  option: import("../types").CascaderOptionType;
2237
- }): any;
2723
+ }) => any;
2238
2724
  };
2239
2725
  })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
2240
2726
  props?: Record<string, any>;
2241
2727
  slots?: Record<string, any>;
2242
- }) => Promise<import("@storybook/csf").Canvas>;
2243
- name?: import("@storybook/csf").StoryName;
2244
- storyName?: import("@storybook/csf").StoryName;
2245
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
2728
+ }) => Promise<import("storybook/internal/csf").Canvas>;
2729
+ name?: import("storybook/internal/csf").StoryName;
2730
+ storyName?: import("storybook/internal/csf").StoryName;
2731
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2246
2732
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2247
2733
  onChange?: (...args: any[]) => any;
2248
2734
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2283,17 +2769,19 @@ export declare const Large: {
2283
2769
  itemsText: string;
2284
2770
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2285
2771
  $slots: {
2286
- prefixIcon?(_: {}): any;
2287
- customLabel?(_: {
2772
+ prefixIcon?: (props: {}) => any;
2773
+ } & {
2774
+ customLabel?: (props: {
2288
2775
  label: string;
2289
- }): any;
2290
- option?(_: {
2776
+ }) => any;
2777
+ } & {
2778
+ option?: (props: {
2291
2779
  option: import("../types").CascaderOptionType;
2292
- }): any;
2780
+ }) => any;
2293
2781
  };
2294
2782
  })>>;
2295
- globals?: import("@storybook/csf").Globals;
2296
- story?: Omit<import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
2783
+ globals?: import("storybook/internal/csf").Globals;
2784
+ story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2297
2785
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2298
2786
  onChange?: (...args: any[]) => any;
2299
2787
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2334,15 +2822,17 @@ export declare const Large: {
2334
2822
  itemsText: string;
2335
2823
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2336
2824
  $slots: {
2337
- prefixIcon?(_: {}): any;
2338
- customLabel?(_: {
2825
+ prefixIcon?: (props: {}) => any;
2826
+ } & {
2827
+ customLabel?: (props: {
2339
2828
  label: string;
2340
- }): any;
2341
- option?(_: {
2829
+ }) => any;
2830
+ } & {
2831
+ option?: (props: {
2342
2832
  option: import("../types").CascaderOptionType;
2343
- }): any;
2833
+ }) => any;
2344
2834
  };
2345
- })>, Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
2835
+ })>, Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2346
2836
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2347
2837
  onChange?: (...args: any[]) => any;
2348
2838
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2383,13 +2873,15 @@ export declare const Large: {
2383
2873
  itemsText: string;
2384
2874
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2385
2875
  $slots: {
2386
- prefixIcon?(_: {}): any;
2387
- customLabel?(_: {
2876
+ prefixIcon?: (props: {}) => any;
2877
+ } & {
2878
+ customLabel?: (props: {
2388
2879
  label: string;
2389
- }): any;
2390
- option?(_: {
2880
+ }) => any;
2881
+ } & {
2882
+ option?: (props: {
2391
2883
  option: import("../types").CascaderOptionType;
2392
- }): any;
2884
+ }) => any;
2393
2885
  };
2394
2886
  })>>>, "story">;
2395
2887
  };
@@ -2419,11 +2911,13 @@ export declare const Disabled: {
2419
2911
  value: string[];
2420
2912
  prefixIcon: string;
2421
2913
  };
2422
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
2914
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
2423
2915
  size?: import("../types").CascaderSize;
2424
2916
  value?: import("../types").CascaderValue;
2425
2917
  itemsText?: string;
2426
2918
  style?: unknown;
2919
+ readonly onChange?: (...args: any[]) => any;
2920
+ class?: unknown;
2427
2921
  key?: PropertyKey;
2428
2922
  ref?: import("vue").VNodeRef;
2429
2923
  ref_for?: boolean;
@@ -2434,28 +2928,28 @@ export declare const Disabled: {
2434
2928
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
2435
2929
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
2436
2930
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
2437
- class?: unknown;
2438
- readonly onChange?: (...args: any[]) => any;
2439
2931
  readonly disabled?: boolean;
2932
+ readonly "onUpdate:value"?: (...args: any[]) => any;
2933
+ readonly multiple?: boolean;
2440
2934
  readonly placeholder?: string;
2935
+ readonly open?: boolean;
2441
2936
  readonly options?: import("../types").CascaderOptionType[];
2442
- readonly multiple?: boolean;
2443
- readonly allowClear?: boolean;
2444
2937
  readonly hasError?: boolean;
2445
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
2446
- readonly "onUpdate:value"?: (...args: any[]) => any;
2447
- readonly open?: boolean;
2448
- customLabel?: import("vue").VNodeChild | ((_: {
2938
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
2939
+ readonly allowClear?: boolean;
2940
+ customLabel?: ((props: {
2449
2941
  label: string;
2450
- }) => any);
2451
- option?: import("vue").VNodeChild | ((_: {
2942
+ }) => any) | import("vue").VNodeChild;
2943
+ option?: ((props: {
2452
2944
  option: import("../types").CascaderOptionType;
2453
- }) => any);
2454
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
2945
+ }) => any) | import("vue").VNodeChild;
2946
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
2455
2947
  size?: import("../types").CascaderSize;
2456
2948
  value?: import("../types").CascaderValue;
2457
2949
  itemsText?: string;
2458
2950
  style?: unknown;
2951
+ readonly onChange?: (...args: any[]) => any;
2952
+ class?: unknown;
2459
2953
  key?: PropertyKey;
2460
2954
  ref?: import("vue").VNodeRef;
2461
2955
  ref_for?: boolean;
@@ -2466,26 +2960,24 @@ export declare const Disabled: {
2466
2960
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
2467
2961
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
2468
2962
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
2469
- class?: unknown;
2470
- readonly onChange?: (...args: any[]) => any;
2471
2963
  readonly disabled?: boolean;
2964
+ readonly "onUpdate:value"?: (...args: any[]) => any;
2965
+ readonly multiple?: boolean;
2472
2966
  readonly placeholder?: string;
2967
+ readonly open?: boolean;
2473
2968
  readonly options?: import("../types").CascaderOptionType[];
2474
- readonly multiple?: boolean;
2475
- readonly allowClear?: boolean;
2476
2969
  readonly hasError?: boolean;
2477
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
2478
- readonly "onUpdate:value"?: (...args: any[]) => any;
2479
- readonly open?: boolean;
2480
- customLabel?: import("vue").VNodeChild | ((_: {
2970
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
2971
+ readonly allowClear?: boolean;
2972
+ customLabel?: ((props: {
2481
2973
  label: string;
2482
- }) => any);
2483
- option?: import("vue").VNodeChild | ((_: {
2974
+ }) => any) | import("vue").VNodeChild;
2975
+ option?: ((props: {
2484
2976
  option: import("../types").CascaderOptionType;
2485
- }) => any);
2977
+ }) => any) | import("vue").VNodeChild;
2486
2978
  }>[];
2487
- parameters?: import("@storybook/csf").Parameters;
2488
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
2979
+ parameters?: import("@storybook/vue3-vite").Parameters;
2980
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2489
2981
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2490
2982
  onChange?: (...args: any[]) => any;
2491
2983
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2526,16 +3018,18 @@ export declare const Disabled: {
2526
3018
  itemsText: string;
2527
3019
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2528
3020
  $slots: {
2529
- prefixIcon?(_: {}): any;
2530
- customLabel?(_: {
3021
+ prefixIcon?: (props: {}) => any;
3022
+ } & {
3023
+ customLabel?: (props: {
2531
3024
  label: string;
2532
- }): any;
2533
- option?(_: {
3025
+ }) => any;
3026
+ } & {
3027
+ option?: (props: {
2534
3028
  option: import("../types").CascaderOptionType;
2535
- }): any;
3029
+ }) => any;
2536
3030
  };
2537
3031
  })>>>;
2538
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3032
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2539
3033
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2540
3034
  onChange?: (...args: any[]) => any;
2541
3035
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2576,15 +3070,17 @@ export declare const Disabled: {
2576
3070
  itemsText: string;
2577
3071
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2578
3072
  $slots: {
2579
- prefixIcon?(_: {}): any;
2580
- customLabel?(_: {
3073
+ prefixIcon?: (props: {}) => any;
3074
+ } & {
3075
+ customLabel?: (props: {
2581
3076
  label: string;
2582
- }): any;
2583
- option?(_: {
3077
+ }) => any;
3078
+ } & {
3079
+ option?: (props: {
2584
3080
  option: import("../types").CascaderOptionType;
2585
- }): any;
3081
+ }) => any;
2586
3082
  };
2587
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3083
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2588
3084
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2589
3085
  onChange?: (...args: any[]) => any;
2590
3086
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2625,16 +3121,18 @@ export declare const Disabled: {
2625
3121
  itemsText: string;
2626
3122
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2627
3123
  $slots: {
2628
- prefixIcon?(_: {}): any;
2629
- customLabel?(_: {
3124
+ prefixIcon?: (props: {}) => any;
3125
+ } & {
3126
+ customLabel?: (props: {
2630
3127
  label: string;
2631
- }): any;
2632
- option?(_: {
3128
+ }) => any;
3129
+ } & {
3130
+ option?: (props: {
2633
3131
  option: import("../types").CascaderOptionType;
2634
- }): any;
3132
+ }) => any;
2635
3133
  };
2636
3134
  })>>[];
2637
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3135
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2638
3136
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2639
3137
  onChange?: (...args: any[]) => any;
2640
3138
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2675,15 +3173,17 @@ export declare const Disabled: {
2675
3173
  itemsText: string;
2676
3174
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2677
3175
  $slots: {
2678
- prefixIcon?(_: {}): any;
2679
- customLabel?(_: {
3176
+ prefixIcon?: (props: {}) => any;
3177
+ } & {
3178
+ customLabel?: (props: {
2680
3179
  label: string;
2681
- }): any;
2682
- option?(_: {
3180
+ }) => any;
3181
+ } & {
3182
+ option?: (props: {
2683
3183
  option: import("../types").CascaderOptionType;
2684
- }): any;
3184
+ }) => any;
2685
3185
  };
2686
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3186
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2687
3187
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2688
3188
  onChange?: (...args: any[]) => any;
2689
3189
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2724,16 +3224,69 @@ export declare const Disabled: {
2724
3224
  itemsText: string;
2725
3225
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2726
3226
  $slots: {
2727
- prefixIcon?(_: {}): any;
2728
- customLabel?(_: {
3227
+ prefixIcon?: (props: {}) => any;
3228
+ } & {
3229
+ customLabel?: (props: {
2729
3230
  label: string;
2730
- }): any;
2731
- option?(_: {
3231
+ }) => any;
3232
+ } & {
3233
+ option?: (props: {
2732
3234
  option: import("../types").CascaderOptionType;
2733
- }): any;
3235
+ }) => any;
2734
3236
  };
2735
3237
  })>>[];
2736
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3238
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3239
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3240
+ onChange?: (...args: any[]) => any;
3241
+ "onUpdate:value"?: (...args: any[]) => any;
3242
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3243
+ change: (...args: any[]) => void;
3244
+ "update:value": (...args: any[]) => void;
3245
+ }, import("vue").PublicProps, {
3246
+ size: import("../types").CascaderSize;
3247
+ value: import("../types").CascaderValue;
3248
+ itemsText: string;
3249
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3250
+ P: {};
3251
+ B: {};
3252
+ D: {};
3253
+ C: {};
3254
+ M: {};
3255
+ Defaults: {};
3256
+ }, Readonly<MaCascaderProps> & Readonly<{
3257
+ onChange?: (...args: any[]) => any;
3258
+ "onUpdate:value"?: (...args: any[]) => any;
3259
+ }>, {}, {}, {}, {}, {
3260
+ size: import("../types").CascaderSize;
3261
+ value: import("../types").CascaderValue;
3262
+ itemsText: string;
3263
+ }>;
3264
+ __isFragment?: never;
3265
+ __isTeleport?: never;
3266
+ __isSuspense?: never;
3267
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
3268
+ onChange?: (...args: any[]) => any;
3269
+ "onUpdate:value"?: (...args: any[]) => any;
3270
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3271
+ change: (...args: any[]) => void;
3272
+ "update:value": (...args: any[]) => void;
3273
+ }, string, {
3274
+ size: import("../types").CascaderSize;
3275
+ value: import("../types").CascaderValue;
3276
+ itemsText: string;
3277
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3278
+ $slots: {
3279
+ prefixIcon?: (props: {}) => any;
3280
+ } & {
3281
+ customLabel?: (props: {
3282
+ label: string;
3283
+ }) => any;
3284
+ } & {
3285
+ option?: (props: {
3286
+ option: import("../types").CascaderOptionType;
3287
+ }) => any;
3288
+ };
3289
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2737
3290
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2738
3291
  onChange?: (...args: any[]) => any;
2739
3292
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2774,17 +3327,71 @@ export declare const Disabled: {
2774
3327
  itemsText: string;
2775
3328
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2776
3329
  $slots: {
2777
- prefixIcon?(_: {}): any;
2778
- customLabel?(_: {
3330
+ prefixIcon?: (props: {}) => any;
3331
+ } & {
3332
+ customLabel?: (props: {
2779
3333
  label: string;
2780
- }): any;
2781
- option?(_: {
3334
+ }) => any;
3335
+ } & {
3336
+ option?: (props: {
2782
3337
  option: import("../types").CascaderOptionType;
2783
- }): any;
3338
+ }) => any;
3339
+ };
3340
+ })>>[];
3341
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3342
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3343
+ onChange?: (...args: any[]) => any;
3344
+ "onUpdate:value"?: (...args: any[]) => any;
3345
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3346
+ change: (...args: any[]) => void;
3347
+ "update:value": (...args: any[]) => void;
3348
+ }, import("vue").PublicProps, {
3349
+ size: import("../types").CascaderSize;
3350
+ value: import("../types").CascaderValue;
3351
+ itemsText: string;
3352
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3353
+ P: {};
3354
+ B: {};
3355
+ D: {};
3356
+ C: {};
3357
+ M: {};
3358
+ Defaults: {};
3359
+ }, Readonly<MaCascaderProps> & Readonly<{
3360
+ onChange?: (...args: any[]) => any;
3361
+ "onUpdate:value"?: (...args: any[]) => any;
3362
+ }>, {}, {}, {}, {}, {
3363
+ size: import("../types").CascaderSize;
3364
+ value: import("../types").CascaderValue;
3365
+ itemsText: string;
3366
+ }>;
3367
+ __isFragment?: never;
3368
+ __isTeleport?: never;
3369
+ __isSuspense?: never;
3370
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
3371
+ onChange?: (...args: any[]) => any;
3372
+ "onUpdate:value"?: (...args: any[]) => any;
3373
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3374
+ change: (...args: any[]) => void;
3375
+ "update:value": (...args: any[]) => void;
3376
+ }, string, {
3377
+ size: import("../types").CascaderSize;
3378
+ value: import("../types").CascaderValue;
3379
+ itemsText: string;
3380
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3381
+ $slots: {
3382
+ prefixIcon?: (props: {}) => any;
3383
+ } & {
3384
+ customLabel?: (props: {
3385
+ label: string;
3386
+ }) => any;
3387
+ } & {
3388
+ option?: (props: {
3389
+ option: import("../types").CascaderOptionType;
3390
+ }) => any;
2784
3391
  };
2785
3392
  })>>;
2786
- tags?: import("@storybook/csf").Tag[];
2787
- mount?: (context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3393
+ tags?: import("storybook/internal/csf").Tag[];
3394
+ mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2788
3395
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2789
3396
  onChange?: (...args: any[]) => any;
2790
3397
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2825,21 +3432,23 @@ export declare const Disabled: {
2825
3432
  itemsText: string;
2826
3433
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2827
3434
  $slots: {
2828
- prefixIcon?(_: {}): any;
2829
- customLabel?(_: {
3435
+ prefixIcon?: (props: {}) => any;
3436
+ } & {
3437
+ customLabel?: (props: {
2830
3438
  label: string;
2831
- }): any;
2832
- option?(_: {
3439
+ }) => any;
3440
+ } & {
3441
+ option?: (props: {
2833
3442
  option: import("../types").CascaderOptionType;
2834
- }): any;
3443
+ }) => any;
2835
3444
  };
2836
3445
  })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
2837
3446
  props?: Record<string, any>;
2838
3447
  slots?: Record<string, any>;
2839
- }) => Promise<import("@storybook/csf").Canvas>;
2840
- name?: import("@storybook/csf").StoryName;
2841
- storyName?: import("@storybook/csf").StoryName;
2842
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3448
+ }) => Promise<import("storybook/internal/csf").Canvas>;
3449
+ name?: import("storybook/internal/csf").StoryName;
3450
+ storyName?: import("storybook/internal/csf").StoryName;
3451
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2843
3452
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2844
3453
  onChange?: (...args: any[]) => any;
2845
3454
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2880,17 +3489,19 @@ export declare const Disabled: {
2880
3489
  itemsText: string;
2881
3490
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2882
3491
  $slots: {
2883
- prefixIcon?(_: {}): any;
2884
- customLabel?(_: {
3492
+ prefixIcon?: (props: {}) => any;
3493
+ } & {
3494
+ customLabel?: (props: {
2885
3495
  label: string;
2886
- }): any;
2887
- option?(_: {
3496
+ }) => any;
3497
+ } & {
3498
+ option?: (props: {
2888
3499
  option: import("../types").CascaderOptionType;
2889
- }): any;
3500
+ }) => any;
2890
3501
  };
2891
3502
  })>>;
2892
- globals?: import("@storybook/csf").Globals;
2893
- story?: Omit<import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3503
+ globals?: import("storybook/internal/csf").Globals;
3504
+ story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2894
3505
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2895
3506
  onChange?: (...args: any[]) => any;
2896
3507
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2931,15 +3542,17 @@ export declare const Disabled: {
2931
3542
  itemsText: string;
2932
3543
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2933
3544
  $slots: {
2934
- prefixIcon?(_: {}): any;
2935
- customLabel?(_: {
3545
+ prefixIcon?: (props: {}) => any;
3546
+ } & {
3547
+ customLabel?: (props: {
2936
3548
  label: string;
2937
- }): any;
2938
- option?(_: {
3549
+ }) => any;
3550
+ } & {
3551
+ option?: (props: {
2939
3552
  option: import("../types").CascaderOptionType;
2940
- }): any;
3553
+ }) => any;
2941
3554
  };
2942
- })>, Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
3555
+ })>, Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
2943
3556
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
2944
3557
  onChange?: (...args: any[]) => any;
2945
3558
  "onUpdate:value"?: (...args: any[]) => any;
@@ -2980,13 +3593,15 @@ export declare const Disabled: {
2980
3593
  itemsText: string;
2981
3594
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2982
3595
  $slots: {
2983
- prefixIcon?(_: {}): any;
2984
- customLabel?(_: {
3596
+ prefixIcon?: (props: {}) => any;
3597
+ } & {
3598
+ customLabel?: (props: {
2985
3599
  label: string;
2986
- }): any;
2987
- option?(_: {
3600
+ }) => any;
3601
+ } & {
3602
+ option?: (props: {
2988
3603
  option: import("../types").CascaderOptionType;
2989
- }): any;
3604
+ }) => any;
2990
3605
  };
2991
3606
  })>>>, "story">;
2992
3607
  };
@@ -3016,11 +3631,13 @@ export declare const HasError: {
3016
3631
  placeholder: string;
3017
3632
  prefixIcon: string;
3018
3633
  };
3019
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
3634
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
3020
3635
  size?: import("../types").CascaderSize;
3021
3636
  value?: import("../types").CascaderValue;
3022
3637
  itemsText?: string;
3023
3638
  style?: unknown;
3639
+ readonly onChange?: (...args: any[]) => any;
3640
+ class?: unknown;
3024
3641
  key?: PropertyKey;
3025
3642
  ref?: import("vue").VNodeRef;
3026
3643
  ref_for?: boolean;
@@ -3031,28 +3648,28 @@ export declare const HasError: {
3031
3648
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
3032
3649
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
3033
3650
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
3034
- class?: unknown;
3035
- readonly onChange?: (...args: any[]) => any;
3036
3651
  readonly disabled?: boolean;
3652
+ readonly "onUpdate:value"?: (...args: any[]) => any;
3653
+ readonly multiple?: boolean;
3037
3654
  readonly placeholder?: string;
3655
+ readonly open?: boolean;
3038
3656
  readonly options?: import("../types").CascaderOptionType[];
3039
- readonly multiple?: boolean;
3040
- readonly allowClear?: boolean;
3041
3657
  readonly hasError?: boolean;
3042
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
3043
- readonly "onUpdate:value"?: (...args: any[]) => any;
3044
- readonly open?: boolean;
3045
- customLabel?: import("vue").VNodeChild | ((_: {
3658
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
3659
+ readonly allowClear?: boolean;
3660
+ customLabel?: ((props: {
3046
3661
  label: string;
3047
- }) => any);
3048
- option?: import("vue").VNodeChild | ((_: {
3662
+ }) => any) | import("vue").VNodeChild;
3663
+ option?: ((props: {
3049
3664
  option: import("../types").CascaderOptionType;
3050
- }) => any);
3051
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
3665
+ }) => any) | import("vue").VNodeChild;
3666
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
3052
3667
  size?: import("../types").CascaderSize;
3053
3668
  value?: import("../types").CascaderValue;
3054
3669
  itemsText?: string;
3055
3670
  style?: unknown;
3671
+ readonly onChange?: (...args: any[]) => any;
3672
+ class?: unknown;
3056
3673
  key?: PropertyKey;
3057
3674
  ref?: import("vue").VNodeRef;
3058
3675
  ref_for?: boolean;
@@ -3063,26 +3680,127 @@ export declare const HasError: {
3063
3680
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
3064
3681
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
3065
3682
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
3066
- class?: unknown;
3067
- readonly onChange?: (...args: any[]) => any;
3068
3683
  readonly disabled?: boolean;
3684
+ readonly "onUpdate:value"?: (...args: any[]) => any;
3685
+ readonly multiple?: boolean;
3069
3686
  readonly placeholder?: string;
3687
+ readonly open?: boolean;
3070
3688
  readonly options?: import("../types").CascaderOptionType[];
3071
- readonly multiple?: boolean;
3072
- readonly allowClear?: boolean;
3073
3689
  readonly hasError?: boolean;
3074
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
3075
- readonly "onUpdate:value"?: (...args: any[]) => any;
3076
- readonly open?: boolean;
3077
- customLabel?: import("vue").VNodeChild | ((_: {
3690
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
3691
+ readonly allowClear?: boolean;
3692
+ customLabel?: ((props: {
3078
3693
  label: string;
3079
- }) => any);
3080
- option?: import("vue").VNodeChild | ((_: {
3694
+ }) => any) | import("vue").VNodeChild;
3695
+ option?: ((props: {
3081
3696
  option: import("../types").CascaderOptionType;
3082
- }) => any);
3697
+ }) => any) | import("vue").VNodeChild;
3083
3698
  }>[];
3084
- parameters?: import("@storybook/csf").Parameters;
3085
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
3699
+ parameters?: import("@storybook/vue3-vite").Parameters;
3700
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3701
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3702
+ onChange?: (...args: any[]) => any;
3703
+ "onUpdate:value"?: (...args: any[]) => any;
3704
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3705
+ change: (...args: any[]) => void;
3706
+ "update:value": (...args: any[]) => void;
3707
+ }, import("vue").PublicProps, {
3708
+ size: import("../types").CascaderSize;
3709
+ value: import("../types").CascaderValue;
3710
+ itemsText: string;
3711
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3712
+ P: {};
3713
+ B: {};
3714
+ D: {};
3715
+ C: {};
3716
+ M: {};
3717
+ Defaults: {};
3718
+ }, Readonly<MaCascaderProps> & Readonly<{
3719
+ onChange?: (...args: any[]) => any;
3720
+ "onUpdate:value"?: (...args: any[]) => any;
3721
+ }>, {}, {}, {}, {}, {
3722
+ size: import("../types").CascaderSize;
3723
+ value: import("../types").CascaderValue;
3724
+ itemsText: string;
3725
+ }>;
3726
+ __isFragment?: never;
3727
+ __isTeleport?: never;
3728
+ __isSuspense?: never;
3729
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
3730
+ onChange?: (...args: any[]) => any;
3731
+ "onUpdate:value"?: (...args: any[]) => any;
3732
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3733
+ change: (...args: any[]) => void;
3734
+ "update:value": (...args: any[]) => void;
3735
+ }, string, {
3736
+ size: import("../types").CascaderSize;
3737
+ value: import("../types").CascaderValue;
3738
+ itemsText: string;
3739
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3740
+ $slots: {
3741
+ prefixIcon?: (props: {}) => any;
3742
+ } & {
3743
+ customLabel?: (props: {
3744
+ label: string;
3745
+ }) => any;
3746
+ } & {
3747
+ option?: (props: {
3748
+ option: import("../types").CascaderOptionType;
3749
+ }) => any;
3750
+ };
3751
+ })>>>;
3752
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3753
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3754
+ onChange?: (...args: any[]) => any;
3755
+ "onUpdate:value"?: (...args: any[]) => any;
3756
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3757
+ change: (...args: any[]) => void;
3758
+ "update:value": (...args: any[]) => void;
3759
+ }, import("vue").PublicProps, {
3760
+ size: import("../types").CascaderSize;
3761
+ value: import("../types").CascaderValue;
3762
+ itemsText: string;
3763
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3764
+ P: {};
3765
+ B: {};
3766
+ D: {};
3767
+ C: {};
3768
+ M: {};
3769
+ Defaults: {};
3770
+ }, Readonly<MaCascaderProps> & Readonly<{
3771
+ onChange?: (...args: any[]) => any;
3772
+ "onUpdate:value"?: (...args: any[]) => any;
3773
+ }>, {}, {}, {}, {}, {
3774
+ size: import("../types").CascaderSize;
3775
+ value: import("../types").CascaderValue;
3776
+ itemsText: string;
3777
+ }>;
3778
+ __isFragment?: never;
3779
+ __isTeleport?: never;
3780
+ __isSuspense?: never;
3781
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
3782
+ onChange?: (...args: any[]) => any;
3783
+ "onUpdate:value"?: (...args: any[]) => any;
3784
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3785
+ change: (...args: any[]) => void;
3786
+ "update:value": (...args: any[]) => void;
3787
+ }, string, {
3788
+ size: import("../types").CascaderSize;
3789
+ value: import("../types").CascaderValue;
3790
+ itemsText: string;
3791
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3792
+ $slots: {
3793
+ prefixIcon?: (props: {}) => any;
3794
+ } & {
3795
+ customLabel?: (props: {
3796
+ label: string;
3797
+ }) => any;
3798
+ } & {
3799
+ option?: (props: {
3800
+ option: import("../types").CascaderOptionType;
3801
+ }) => any;
3802
+ };
3803
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3086
3804
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3087
3805
  onChange?: (...args: any[]) => any;
3088
3806
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3123,16 +3841,18 @@ export declare const HasError: {
3123
3841
  itemsText: string;
3124
3842
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3125
3843
  $slots: {
3126
- prefixIcon?(_: {}): any;
3127
- customLabel?(_: {
3844
+ prefixIcon?: (props: {}) => any;
3845
+ } & {
3846
+ customLabel?: (props: {
3128
3847
  label: string;
3129
- }): any;
3130
- option?(_: {
3848
+ }) => any;
3849
+ } & {
3850
+ option?: (props: {
3131
3851
  option: import("../types").CascaderOptionType;
3132
- }): any;
3852
+ }) => any;
3133
3853
  };
3134
- })>>>;
3135
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3854
+ })>>[];
3855
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3136
3856
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3137
3857
  onChange?: (...args: any[]) => any;
3138
3858
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3173,15 +3893,17 @@ export declare const HasError: {
3173
3893
  itemsText: string;
3174
3894
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3175
3895
  $slots: {
3176
- prefixIcon?(_: {}): any;
3177
- customLabel?(_: {
3896
+ prefixIcon?: (props: {}) => any;
3897
+ } & {
3898
+ customLabel?: (props: {
3178
3899
  label: string;
3179
- }): any;
3180
- option?(_: {
3900
+ }) => any;
3901
+ } & {
3902
+ option?: (props: {
3181
3903
  option: import("../types").CascaderOptionType;
3182
- }): any;
3904
+ }) => any;
3183
3905
  };
3184
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3906
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3185
3907
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3186
3908
  onChange?: (...args: any[]) => any;
3187
3909
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3222,16 +3944,18 @@ export declare const HasError: {
3222
3944
  itemsText: string;
3223
3945
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3224
3946
  $slots: {
3225
- prefixIcon?(_: {}): any;
3226
- customLabel?(_: {
3947
+ prefixIcon?: (props: {}) => any;
3948
+ } & {
3949
+ customLabel?: (props: {
3227
3950
  label: string;
3228
- }): any;
3229
- option?(_: {
3951
+ }) => any;
3952
+ } & {
3953
+ option?: (props: {
3230
3954
  option: import("../types").CascaderOptionType;
3231
- }): any;
3955
+ }) => any;
3232
3956
  };
3233
3957
  })>>[];
3234
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
3958
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3235
3959
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3236
3960
  onChange?: (...args: any[]) => any;
3237
3961
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3272,15 +3996,17 @@ export declare const HasError: {
3272
3996
  itemsText: string;
3273
3997
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3274
3998
  $slots: {
3275
- prefixIcon?(_: {}): any;
3276
- customLabel?(_: {
3999
+ prefixIcon?: (props: {}) => any;
4000
+ } & {
4001
+ customLabel?: (props: {
3277
4002
  label: string;
3278
- }): any;
3279
- option?(_: {
4003
+ }) => any;
4004
+ } & {
4005
+ option?: (props: {
3280
4006
  option: import("../types").CascaderOptionType;
3281
- }): any;
4007
+ }) => any;
3282
4008
  };
3283
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4009
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3284
4010
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3285
4011
  onChange?: (...args: any[]) => any;
3286
4012
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3321,16 +4047,18 @@ export declare const HasError: {
3321
4047
  itemsText: string;
3322
4048
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3323
4049
  $slots: {
3324
- prefixIcon?(_: {}): any;
3325
- customLabel?(_: {
4050
+ prefixIcon?: (props: {}) => any;
4051
+ } & {
4052
+ customLabel?: (props: {
3326
4053
  label: string;
3327
- }): any;
3328
- option?(_: {
4054
+ }) => any;
4055
+ } & {
4056
+ option?: (props: {
3329
4057
  option: import("../types").CascaderOptionType;
3330
- }): any;
4058
+ }) => any;
3331
4059
  };
3332
4060
  })>>[];
3333
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4061
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3334
4062
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3335
4063
  onChange?: (...args: any[]) => any;
3336
4064
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3371,17 +4099,19 @@ export declare const HasError: {
3371
4099
  itemsText: string;
3372
4100
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3373
4101
  $slots: {
3374
- prefixIcon?(_: {}): any;
3375
- customLabel?(_: {
4102
+ prefixIcon?: (props: {}) => any;
4103
+ } & {
4104
+ customLabel?: (props: {
3376
4105
  label: string;
3377
- }): any;
3378
- option?(_: {
4106
+ }) => any;
4107
+ } & {
4108
+ option?: (props: {
3379
4109
  option: import("../types").CascaderOptionType;
3380
- }): any;
4110
+ }) => any;
3381
4111
  };
3382
4112
  })>>;
3383
- tags?: import("@storybook/csf").Tag[];
3384
- mount?: (context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4113
+ tags?: import("storybook/internal/csf").Tag[];
4114
+ mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3385
4115
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3386
4116
  onChange?: (...args: any[]) => any;
3387
4117
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3422,21 +4152,23 @@ export declare const HasError: {
3422
4152
  itemsText: string;
3423
4153
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3424
4154
  $slots: {
3425
- prefixIcon?(_: {}): any;
3426
- customLabel?(_: {
4155
+ prefixIcon?: (props: {}) => any;
4156
+ } & {
4157
+ customLabel?: (props: {
3427
4158
  label: string;
3428
- }): any;
3429
- option?(_: {
4159
+ }) => any;
4160
+ } & {
4161
+ option?: (props: {
3430
4162
  option: import("../types").CascaderOptionType;
3431
- }): any;
4163
+ }) => any;
3432
4164
  };
3433
4165
  })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
3434
4166
  props?: Record<string, any>;
3435
4167
  slots?: Record<string, any>;
3436
- }) => Promise<import("@storybook/csf").Canvas>;
3437
- name?: import("@storybook/csf").StoryName;
3438
- storyName?: import("@storybook/csf").StoryName;
3439
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4168
+ }) => Promise<import("storybook/internal/csf").Canvas>;
4169
+ name?: import("storybook/internal/csf").StoryName;
4170
+ storyName?: import("storybook/internal/csf").StoryName;
4171
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3440
4172
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3441
4173
  onChange?: (...args: any[]) => any;
3442
4174
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3477,17 +4209,19 @@ export declare const HasError: {
3477
4209
  itemsText: string;
3478
4210
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3479
4211
  $slots: {
3480
- prefixIcon?(_: {}): any;
3481
- customLabel?(_: {
4212
+ prefixIcon?: (props: {}) => any;
4213
+ } & {
4214
+ customLabel?: (props: {
3482
4215
  label: string;
3483
- }): any;
3484
- option?(_: {
4216
+ }) => any;
4217
+ } & {
4218
+ option?: (props: {
3485
4219
  option: import("../types").CascaderOptionType;
3486
- }): any;
4220
+ }) => any;
3487
4221
  };
3488
4222
  })>>;
3489
- globals?: import("@storybook/csf").Globals;
3490
- story?: Omit<import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4223
+ globals?: import("storybook/internal/csf").Globals;
4224
+ story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3491
4225
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3492
4226
  onChange?: (...args: any[]) => any;
3493
4227
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3528,15 +4262,17 @@ export declare const HasError: {
3528
4262
  itemsText: string;
3529
4263
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3530
4264
  $slots: {
3531
- prefixIcon?(_: {}): any;
3532
- customLabel?(_: {
4265
+ prefixIcon?: (props: {}) => any;
4266
+ } & {
4267
+ customLabel?: (props: {
3533
4268
  label: string;
3534
- }): any;
3535
- option?(_: {
4269
+ }) => any;
4270
+ } & {
4271
+ option?: (props: {
3536
4272
  option: import("../types").CascaderOptionType;
3537
- }): any;
4273
+ }) => any;
3538
4274
  };
3539
- })>, Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
4275
+ })>, Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3540
4276
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3541
4277
  onChange?: (...args: any[]) => any;
3542
4278
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3577,13 +4313,15 @@ export declare const HasError: {
3577
4313
  itemsText: string;
3578
4314
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3579
4315
  $slots: {
3580
- prefixIcon?(_: {}): any;
3581
- customLabel?(_: {
4316
+ prefixIcon?: (props: {}) => any;
4317
+ } & {
4318
+ customLabel?: (props: {
3582
4319
  label: string;
3583
- }): any;
3584
- option?(_: {
4320
+ }) => any;
4321
+ } & {
4322
+ option?: (props: {
3585
4323
  option: import("../types").CascaderOptionType;
3586
- }): any;
4324
+ }) => any;
3587
4325
  };
3588
4326
  })>>>, "story">;
3589
4327
  };
@@ -3614,11 +4352,13 @@ export declare const AllowClear: {
3614
4352
  prefixIcon: string;
3615
4353
  placeholder: string;
3616
4354
  };
3617
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
4355
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
3618
4356
  size?: import("../types").CascaderSize;
3619
4357
  value?: import("../types").CascaderValue;
3620
4358
  itemsText?: string;
3621
4359
  style?: unknown;
4360
+ readonly onChange?: (...args: any[]) => any;
4361
+ class?: unknown;
3622
4362
  key?: PropertyKey;
3623
4363
  ref?: import("vue").VNodeRef;
3624
4364
  ref_for?: boolean;
@@ -3629,28 +4369,28 @@ export declare const AllowClear: {
3629
4369
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
3630
4370
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
3631
4371
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
3632
- class?: unknown;
3633
- readonly onChange?: (...args: any[]) => any;
3634
4372
  readonly disabled?: boolean;
4373
+ readonly "onUpdate:value"?: (...args: any[]) => any;
4374
+ readonly multiple?: boolean;
3635
4375
  readonly placeholder?: string;
4376
+ readonly open?: boolean;
3636
4377
  readonly options?: import("../types").CascaderOptionType[];
3637
- readonly multiple?: boolean;
3638
- readonly allowClear?: boolean;
3639
4378
  readonly hasError?: boolean;
3640
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
3641
- readonly "onUpdate:value"?: (...args: any[]) => any;
3642
- readonly open?: boolean;
3643
- customLabel?: import("vue").VNodeChild | ((_: {
4379
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
4380
+ readonly allowClear?: boolean;
4381
+ customLabel?: ((props: {
3644
4382
  label: string;
3645
- }) => any);
3646
- option?: import("vue").VNodeChild | ((_: {
4383
+ }) => any) | import("vue").VNodeChild;
4384
+ option?: ((props: {
3647
4385
  option: import("../types").CascaderOptionType;
3648
- }) => any);
3649
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
4386
+ }) => any) | import("vue").VNodeChild;
4387
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
3650
4388
  size?: import("../types").CascaderSize;
3651
4389
  value?: import("../types").CascaderValue;
3652
4390
  itemsText?: string;
3653
4391
  style?: unknown;
4392
+ readonly onChange?: (...args: any[]) => any;
4393
+ class?: unknown;
3654
4394
  key?: PropertyKey;
3655
4395
  ref?: import("vue").VNodeRef;
3656
4396
  ref_for?: boolean;
@@ -3661,26 +4401,24 @@ export declare const AllowClear: {
3661
4401
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
3662
4402
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
3663
4403
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
3664
- class?: unknown;
3665
- readonly onChange?: (...args: any[]) => any;
3666
4404
  readonly disabled?: boolean;
4405
+ readonly "onUpdate:value"?: (...args: any[]) => any;
4406
+ readonly multiple?: boolean;
3667
4407
  readonly placeholder?: string;
4408
+ readonly open?: boolean;
3668
4409
  readonly options?: import("../types").CascaderOptionType[];
3669
- readonly multiple?: boolean;
3670
- readonly allowClear?: boolean;
3671
4410
  readonly hasError?: boolean;
3672
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
3673
- readonly "onUpdate:value"?: (...args: any[]) => any;
3674
- readonly open?: boolean;
3675
- customLabel?: import("vue").VNodeChild | ((_: {
4411
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
4412
+ readonly allowClear?: boolean;
4413
+ customLabel?: ((props: {
3676
4414
  label: string;
3677
- }) => any);
3678
- option?: import("vue").VNodeChild | ((_: {
4415
+ }) => any) | import("vue").VNodeChild;
4416
+ option?: ((props: {
3679
4417
  option: import("../types").CascaderOptionType;
3680
- }) => any);
4418
+ }) => any) | import("vue").VNodeChild;
3681
4419
  }>[];
3682
- parameters?: import("@storybook/csf").Parameters;
3683
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
4420
+ parameters?: import("@storybook/vue3-vite").Parameters;
4421
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3684
4422
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3685
4423
  onChange?: (...args: any[]) => any;
3686
4424
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3721,16 +4459,121 @@ export declare const AllowClear: {
3721
4459
  itemsText: string;
3722
4460
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3723
4461
  $slots: {
3724
- prefixIcon?(_: {}): any;
3725
- customLabel?(_: {
4462
+ prefixIcon?: (props: {}) => any;
4463
+ } & {
4464
+ customLabel?: (props: {
3726
4465
  label: string;
3727
- }): any;
3728
- option?(_: {
4466
+ }) => any;
4467
+ } & {
4468
+ option?: (props: {
3729
4469
  option: import("../types").CascaderOptionType;
3730
- }): any;
4470
+ }) => any;
3731
4471
  };
3732
4472
  })>>>;
3733
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4473
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4474
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4475
+ onChange?: (...args: any[]) => any;
4476
+ "onUpdate:value"?: (...args: any[]) => any;
4477
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4478
+ change: (...args: any[]) => void;
4479
+ "update:value": (...args: any[]) => void;
4480
+ }, import("vue").PublicProps, {
4481
+ size: import("../types").CascaderSize;
4482
+ value: import("../types").CascaderValue;
4483
+ itemsText: string;
4484
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4485
+ P: {};
4486
+ B: {};
4487
+ D: {};
4488
+ C: {};
4489
+ M: {};
4490
+ Defaults: {};
4491
+ }, Readonly<MaCascaderProps> & Readonly<{
4492
+ onChange?: (...args: any[]) => any;
4493
+ "onUpdate:value"?: (...args: any[]) => any;
4494
+ }>, {}, {}, {}, {}, {
4495
+ size: import("../types").CascaderSize;
4496
+ value: import("../types").CascaderValue;
4497
+ itemsText: string;
4498
+ }>;
4499
+ __isFragment?: never;
4500
+ __isTeleport?: never;
4501
+ __isSuspense?: never;
4502
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
4503
+ onChange?: (...args: any[]) => any;
4504
+ "onUpdate:value"?: (...args: any[]) => any;
4505
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4506
+ change: (...args: any[]) => void;
4507
+ "update:value": (...args: any[]) => void;
4508
+ }, string, {
4509
+ size: import("../types").CascaderSize;
4510
+ value: import("../types").CascaderValue;
4511
+ itemsText: string;
4512
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4513
+ $slots: {
4514
+ prefixIcon?: (props: {}) => any;
4515
+ } & {
4516
+ customLabel?: (props: {
4517
+ label: string;
4518
+ }) => any;
4519
+ } & {
4520
+ option?: (props: {
4521
+ option: import("../types").CascaderOptionType;
4522
+ }) => any;
4523
+ };
4524
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4525
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4526
+ onChange?: (...args: any[]) => any;
4527
+ "onUpdate:value"?: (...args: any[]) => any;
4528
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4529
+ change: (...args: any[]) => void;
4530
+ "update:value": (...args: any[]) => void;
4531
+ }, import("vue").PublicProps, {
4532
+ size: import("../types").CascaderSize;
4533
+ value: import("../types").CascaderValue;
4534
+ itemsText: string;
4535
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4536
+ P: {};
4537
+ B: {};
4538
+ D: {};
4539
+ C: {};
4540
+ M: {};
4541
+ Defaults: {};
4542
+ }, Readonly<MaCascaderProps> & Readonly<{
4543
+ onChange?: (...args: any[]) => any;
4544
+ "onUpdate:value"?: (...args: any[]) => any;
4545
+ }>, {}, {}, {}, {}, {
4546
+ size: import("../types").CascaderSize;
4547
+ value: import("../types").CascaderValue;
4548
+ itemsText: string;
4549
+ }>;
4550
+ __isFragment?: never;
4551
+ __isTeleport?: never;
4552
+ __isSuspense?: never;
4553
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
4554
+ onChange?: (...args: any[]) => any;
4555
+ "onUpdate:value"?: (...args: any[]) => any;
4556
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4557
+ change: (...args: any[]) => void;
4558
+ "update:value": (...args: any[]) => void;
4559
+ }, string, {
4560
+ size: import("../types").CascaderSize;
4561
+ value: import("../types").CascaderValue;
4562
+ itemsText: string;
4563
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4564
+ $slots: {
4565
+ prefixIcon?: (props: {}) => any;
4566
+ } & {
4567
+ customLabel?: (props: {
4568
+ label: string;
4569
+ }) => any;
4570
+ } & {
4571
+ option?: (props: {
4572
+ option: import("../types").CascaderOptionType;
4573
+ }) => any;
4574
+ };
4575
+ })>>[];
4576
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3734
4577
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3735
4578
  onChange?: (...args: any[]) => any;
3736
4579
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3771,15 +4614,17 @@ export declare const AllowClear: {
3771
4614
  itemsText: string;
3772
4615
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3773
4616
  $slots: {
3774
- prefixIcon?(_: {}): any;
3775
- customLabel?(_: {
4617
+ prefixIcon?: (props: {}) => any;
4618
+ } & {
4619
+ customLabel?: (props: {
3776
4620
  label: string;
3777
- }): any;
3778
- option?(_: {
4621
+ }) => any;
4622
+ } & {
4623
+ option?: (props: {
3779
4624
  option: import("../types").CascaderOptionType;
3780
- }): any;
4625
+ }) => any;
3781
4626
  };
3782
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4627
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3783
4628
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3784
4629
  onChange?: (...args: any[]) => any;
3785
4630
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3820,16 +4665,18 @@ export declare const AllowClear: {
3820
4665
  itemsText: string;
3821
4666
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3822
4667
  $slots: {
3823
- prefixIcon?(_: {}): any;
3824
- customLabel?(_: {
4668
+ prefixIcon?: (props: {}) => any;
4669
+ } & {
4670
+ customLabel?: (props: {
3825
4671
  label: string;
3826
- }): any;
3827
- option?(_: {
4672
+ }) => any;
4673
+ } & {
4674
+ option?: (props: {
3828
4675
  option: import("../types").CascaderOptionType;
3829
- }): any;
4676
+ }) => any;
3830
4677
  };
3831
4678
  })>>[];
3832
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4679
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3833
4680
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3834
4681
  onChange?: (...args: any[]) => any;
3835
4682
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3870,15 +4717,17 @@ export declare const AllowClear: {
3870
4717
  itemsText: string;
3871
4718
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3872
4719
  $slots: {
3873
- prefixIcon?(_: {}): any;
3874
- customLabel?(_: {
4720
+ prefixIcon?: (props: {}) => any;
4721
+ } & {
4722
+ customLabel?: (props: {
3875
4723
  label: string;
3876
- }): any;
3877
- option?(_: {
4724
+ }) => any;
4725
+ } & {
4726
+ option?: (props: {
3878
4727
  option: import("../types").CascaderOptionType;
3879
- }): any;
4728
+ }) => any;
3880
4729
  };
3881
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4730
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3882
4731
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3883
4732
  onChange?: (...args: any[]) => any;
3884
4733
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3919,16 +4768,18 @@ export declare const AllowClear: {
3919
4768
  itemsText: string;
3920
4769
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3921
4770
  $slots: {
3922
- prefixIcon?(_: {}): any;
3923
- customLabel?(_: {
4771
+ prefixIcon?: (props: {}) => any;
4772
+ } & {
4773
+ customLabel?: (props: {
3924
4774
  label: string;
3925
- }): any;
3926
- option?(_: {
4775
+ }) => any;
4776
+ } & {
4777
+ option?: (props: {
3927
4778
  option: import("../types").CascaderOptionType;
3928
- }): any;
4779
+ }) => any;
3929
4780
  };
3930
4781
  })>>[];
3931
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4782
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3932
4783
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3933
4784
  onChange?: (...args: any[]) => any;
3934
4785
  "onUpdate:value"?: (...args: any[]) => any;
@@ -3969,17 +4820,19 @@ export declare const AllowClear: {
3969
4820
  itemsText: string;
3970
4821
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3971
4822
  $slots: {
3972
- prefixIcon?(_: {}): any;
3973
- customLabel?(_: {
4823
+ prefixIcon?: (props: {}) => any;
4824
+ } & {
4825
+ customLabel?: (props: {
3974
4826
  label: string;
3975
- }): any;
3976
- option?(_: {
4827
+ }) => any;
4828
+ } & {
4829
+ option?: (props: {
3977
4830
  option: import("../types").CascaderOptionType;
3978
- }): any;
4831
+ }) => any;
3979
4832
  };
3980
4833
  })>>;
3981
- tags?: import("@storybook/csf").Tag[];
3982
- mount?: (context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4834
+ tags?: import("storybook/internal/csf").Tag[];
4835
+ mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
3983
4836
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
3984
4837
  onChange?: (...args: any[]) => any;
3985
4838
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4020,21 +4873,23 @@ export declare const AllowClear: {
4020
4873
  itemsText: string;
4021
4874
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4022
4875
  $slots: {
4023
- prefixIcon?(_: {}): any;
4024
- customLabel?(_: {
4876
+ prefixIcon?: (props: {}) => any;
4877
+ } & {
4878
+ customLabel?: (props: {
4025
4879
  label: string;
4026
- }): any;
4027
- option?(_: {
4880
+ }) => any;
4881
+ } & {
4882
+ option?: (props: {
4028
4883
  option: import("../types").CascaderOptionType;
4029
- }): any;
4884
+ }) => any;
4030
4885
  };
4031
4886
  })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
4032
4887
  props?: Record<string, any>;
4033
4888
  slots?: Record<string, any>;
4034
- }) => Promise<import("@storybook/csf").Canvas>;
4035
- name?: import("@storybook/csf").StoryName;
4036
- storyName?: import("@storybook/csf").StoryName;
4037
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4889
+ }) => Promise<import("storybook/internal/csf").Canvas>;
4890
+ name?: import("storybook/internal/csf").StoryName;
4891
+ storyName?: import("storybook/internal/csf").StoryName;
4892
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4038
4893
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4039
4894
  onChange?: (...args: any[]) => any;
4040
4895
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4075,17 +4930,19 @@ export declare const AllowClear: {
4075
4930
  itemsText: string;
4076
4931
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4077
4932
  $slots: {
4078
- prefixIcon?(_: {}): any;
4079
- customLabel?(_: {
4933
+ prefixIcon?: (props: {}) => any;
4934
+ } & {
4935
+ customLabel?: (props: {
4080
4936
  label: string;
4081
- }): any;
4082
- option?(_: {
4937
+ }) => any;
4938
+ } & {
4939
+ option?: (props: {
4083
4940
  option: import("../types").CascaderOptionType;
4084
- }): any;
4941
+ }) => any;
4085
4942
  };
4086
4943
  })>>;
4087
- globals?: import("@storybook/csf").Globals;
4088
- story?: Omit<import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
4944
+ globals?: import("storybook/internal/csf").Globals;
4945
+ story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4089
4946
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4090
4947
  onChange?: (...args: any[]) => any;
4091
4948
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4126,15 +4983,17 @@ export declare const AllowClear: {
4126
4983
  itemsText: string;
4127
4984
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4128
4985
  $slots: {
4129
- prefixIcon?(_: {}): any;
4130
- customLabel?(_: {
4986
+ prefixIcon?: (props: {}) => any;
4987
+ } & {
4988
+ customLabel?: (props: {
4131
4989
  label: string;
4132
- }): any;
4133
- option?(_: {
4990
+ }) => any;
4991
+ } & {
4992
+ option?: (props: {
4134
4993
  option: import("../types").CascaderOptionType;
4135
- }): any;
4994
+ }) => any;
4136
4995
  };
4137
- })>, Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
4996
+ })>, Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4138
4997
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4139
4998
  onChange?: (...args: any[]) => any;
4140
4999
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4175,13 +5034,15 @@ export declare const AllowClear: {
4175
5034
  itemsText: string;
4176
5035
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4177
5036
  $slots: {
4178
- prefixIcon?(_: {}): any;
4179
- customLabel?(_: {
5037
+ prefixIcon?: (props: {}) => any;
5038
+ } & {
5039
+ customLabel?: (props: {
4180
5040
  label: string;
4181
- }): any;
4182
- option?(_: {
5041
+ }) => any;
5042
+ } & {
5043
+ option?: (props: {
4183
5044
  option: import("../types").CascaderOptionType;
4184
- }): any;
5045
+ }) => any;
4185
5046
  };
4186
5047
  })>>>, "story">;
4187
5048
  };
@@ -4215,11 +5076,13 @@ export declare const WithOptionIcon: {
4215
5076
  }[];
4216
5077
  })[];
4217
5078
  };
4218
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
5079
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
4219
5080
  size?: import("../types").CascaderSize;
4220
5081
  value?: import("../types").CascaderValue;
4221
5082
  itemsText?: string;
4222
5083
  style?: unknown;
5084
+ readonly onChange?: (...args: any[]) => any;
5085
+ class?: unknown;
4223
5086
  key?: PropertyKey;
4224
5087
  ref?: import("vue").VNodeRef;
4225
5088
  ref_for?: boolean;
@@ -4230,28 +5093,28 @@ export declare const WithOptionIcon: {
4230
5093
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
4231
5094
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
4232
5095
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
4233
- class?: unknown;
4234
- readonly onChange?: (...args: any[]) => any;
4235
5096
  readonly disabled?: boolean;
5097
+ readonly "onUpdate:value"?: (...args: any[]) => any;
5098
+ readonly multiple?: boolean;
4236
5099
  readonly placeholder?: string;
5100
+ readonly open?: boolean;
4237
5101
  readonly options?: import("../types").CascaderOptionType[];
4238
- readonly multiple?: boolean;
4239
- readonly allowClear?: boolean;
4240
5102
  readonly hasError?: boolean;
4241
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
4242
- readonly "onUpdate:value"?: (...args: any[]) => any;
4243
- readonly open?: boolean;
4244
- customLabel?: import("vue").VNodeChild | ((_: {
5103
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
5104
+ readonly allowClear?: boolean;
5105
+ customLabel?: ((props: {
4245
5106
  label: string;
4246
- }) => any);
4247
- option?: import("vue").VNodeChild | ((_: {
5107
+ }) => any) | import("vue").VNodeChild;
5108
+ option?: ((props: {
4248
5109
  option: import("../types").CascaderOptionType;
4249
- }) => any);
4250
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
5110
+ }) => any) | import("vue").VNodeChild;
5111
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
4251
5112
  size?: import("../types").CascaderSize;
4252
5113
  value?: import("../types").CascaderValue;
4253
5114
  itemsText?: string;
4254
5115
  style?: unknown;
5116
+ readonly onChange?: (...args: any[]) => any;
5117
+ class?: unknown;
4255
5118
  key?: PropertyKey;
4256
5119
  ref?: import("vue").VNodeRef;
4257
5120
  ref_for?: boolean;
@@ -4262,26 +5125,24 @@ export declare const WithOptionIcon: {
4262
5125
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
4263
5126
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
4264
5127
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
4265
- class?: unknown;
4266
- readonly onChange?: (...args: any[]) => any;
4267
5128
  readonly disabled?: boolean;
5129
+ readonly "onUpdate:value"?: (...args: any[]) => any;
5130
+ readonly multiple?: boolean;
4268
5131
  readonly placeholder?: string;
5132
+ readonly open?: boolean;
4269
5133
  readonly options?: import("../types").CascaderOptionType[];
4270
- readonly multiple?: boolean;
4271
- readonly allowClear?: boolean;
4272
5134
  readonly hasError?: boolean;
4273
- prefixIcon?: string & (import("vue").VNodeChild | ((_: {}) => any));
4274
- readonly "onUpdate:value"?: (...args: any[]) => any;
4275
- readonly open?: boolean;
4276
- customLabel?: import("vue").VNodeChild | ((_: {
5135
+ prefixIcon?: string & (((props: {}) => any) | import("vue").VNodeChild);
5136
+ readonly allowClear?: boolean;
5137
+ customLabel?: ((props: {
4277
5138
  label: string;
4278
- }) => any);
4279
- option?: import("vue").VNodeChild | ((_: {
5139
+ }) => any) | import("vue").VNodeChild;
5140
+ option?: ((props: {
4280
5141
  option: import("../types").CascaderOptionType;
4281
- }) => any);
5142
+ }) => any) | import("vue").VNodeChild;
4282
5143
  }>[];
4283
- parameters?: import("@storybook/csf").Parameters;
4284
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
5144
+ parameters?: import("@storybook/vue3-vite").Parameters;
5145
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4285
5146
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4286
5147
  onChange?: (...args: any[]) => any;
4287
5148
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4322,16 +5183,121 @@ export declare const WithOptionIcon: {
4322
5183
  itemsText: string;
4323
5184
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4324
5185
  $slots: {
4325
- prefixIcon?(_: {}): any;
4326
- customLabel?(_: {
5186
+ prefixIcon?: (props: {}) => any;
5187
+ } & {
5188
+ customLabel?: (props: {
4327
5189
  label: string;
4328
- }): any;
4329
- option?(_: {
5190
+ }) => any;
5191
+ } & {
5192
+ option?: (props: {
4330
5193
  option: import("../types").CascaderOptionType;
4331
- }): any;
5194
+ }) => any;
4332
5195
  };
4333
5196
  })>>>;
4334
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
5197
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
5198
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
5199
+ onChange?: (...args: any[]) => any;
5200
+ "onUpdate:value"?: (...args: any[]) => any;
5201
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5202
+ change: (...args: any[]) => void;
5203
+ "update:value": (...args: any[]) => void;
5204
+ }, import("vue").PublicProps, {
5205
+ size: import("../types").CascaderSize;
5206
+ value: import("../types").CascaderValue;
5207
+ itemsText: string;
5208
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
5209
+ P: {};
5210
+ B: {};
5211
+ D: {};
5212
+ C: {};
5213
+ M: {};
5214
+ Defaults: {};
5215
+ }, Readonly<MaCascaderProps> & Readonly<{
5216
+ onChange?: (...args: any[]) => any;
5217
+ "onUpdate:value"?: (...args: any[]) => any;
5218
+ }>, {}, {}, {}, {}, {
5219
+ size: import("../types").CascaderSize;
5220
+ value: import("../types").CascaderValue;
5221
+ itemsText: string;
5222
+ }>;
5223
+ __isFragment?: never;
5224
+ __isTeleport?: never;
5225
+ __isSuspense?: never;
5226
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
5227
+ onChange?: (...args: any[]) => any;
5228
+ "onUpdate:value"?: (...args: any[]) => any;
5229
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5230
+ change: (...args: any[]) => void;
5231
+ "update:value": (...args: any[]) => void;
5232
+ }, string, {
5233
+ size: import("../types").CascaderSize;
5234
+ value: import("../types").CascaderValue;
5235
+ itemsText: string;
5236
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5237
+ $slots: {
5238
+ prefixIcon?: (props: {}) => any;
5239
+ } & {
5240
+ customLabel?: (props: {
5241
+ label: string;
5242
+ }) => any;
5243
+ } & {
5244
+ option?: (props: {
5245
+ option: import("../types").CascaderOptionType;
5246
+ }) => any;
5247
+ };
5248
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
5249
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
5250
+ onChange?: (...args: any[]) => any;
5251
+ "onUpdate:value"?: (...args: any[]) => any;
5252
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5253
+ change: (...args: any[]) => void;
5254
+ "update:value": (...args: any[]) => void;
5255
+ }, import("vue").PublicProps, {
5256
+ size: import("../types").CascaderSize;
5257
+ value: import("../types").CascaderValue;
5258
+ itemsText: string;
5259
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
5260
+ P: {};
5261
+ B: {};
5262
+ D: {};
5263
+ C: {};
5264
+ M: {};
5265
+ Defaults: {};
5266
+ }, Readonly<MaCascaderProps> & Readonly<{
5267
+ onChange?: (...args: any[]) => any;
5268
+ "onUpdate:value"?: (...args: any[]) => any;
5269
+ }>, {}, {}, {}, {}, {
5270
+ size: import("../types").CascaderSize;
5271
+ value: import("../types").CascaderValue;
5272
+ itemsText: string;
5273
+ }>;
5274
+ __isFragment?: never;
5275
+ __isTeleport?: never;
5276
+ __isSuspense?: never;
5277
+ } & import("vue").ComponentOptionsBase<Readonly<MaCascaderProps> & Readonly<{
5278
+ onChange?: (...args: any[]) => any;
5279
+ "onUpdate:value"?: (...args: any[]) => any;
5280
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5281
+ change: (...args: any[]) => void;
5282
+ "update:value": (...args: any[]) => void;
5283
+ }, string, {
5284
+ size: import("../types").CascaderSize;
5285
+ value: import("../types").CascaderValue;
5286
+ itemsText: string;
5287
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5288
+ $slots: {
5289
+ prefixIcon?: (props: {}) => any;
5290
+ } & {
5291
+ customLabel?: (props: {
5292
+ label: string;
5293
+ }) => any;
5294
+ } & {
5295
+ option?: (props: {
5296
+ option: import("../types").CascaderOptionType;
5297
+ }) => any;
5298
+ };
5299
+ })>>[];
5300
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4335
5301
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4336
5302
  onChange?: (...args: any[]) => any;
4337
5303
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4372,15 +5338,17 @@ export declare const WithOptionIcon: {
4372
5338
  itemsText: string;
4373
5339
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4374
5340
  $slots: {
4375
- prefixIcon?(_: {}): any;
4376
- customLabel?(_: {
5341
+ prefixIcon?: (props: {}) => any;
5342
+ } & {
5343
+ customLabel?: (props: {
4377
5344
  label: string;
4378
- }): any;
4379
- option?(_: {
5345
+ }) => any;
5346
+ } & {
5347
+ option?: (props: {
4380
5348
  option: import("../types").CascaderOptionType;
4381
- }): any;
5349
+ }) => any;
4382
5350
  };
4383
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
5351
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4384
5352
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4385
5353
  onChange?: (...args: any[]) => any;
4386
5354
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4421,16 +5389,18 @@ export declare const WithOptionIcon: {
4421
5389
  itemsText: string;
4422
5390
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4423
5391
  $slots: {
4424
- prefixIcon?(_: {}): any;
4425
- customLabel?(_: {
5392
+ prefixIcon?: (props: {}) => any;
5393
+ } & {
5394
+ customLabel?: (props: {
4426
5395
  label: string;
4427
- }): any;
4428
- option?(_: {
5396
+ }) => any;
5397
+ } & {
5398
+ option?: (props: {
4429
5399
  option: import("../types").CascaderOptionType;
4430
- }): any;
5400
+ }) => any;
4431
5401
  };
4432
5402
  })>>[];
4433
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
5403
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4434
5404
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4435
5405
  onChange?: (...args: any[]) => any;
4436
5406
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4471,15 +5441,17 @@ export declare const WithOptionIcon: {
4471
5441
  itemsText: string;
4472
5442
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4473
5443
  $slots: {
4474
- prefixIcon?(_: {}): any;
4475
- customLabel?(_: {
5444
+ prefixIcon?: (props: {}) => any;
5445
+ } & {
5446
+ customLabel?: (props: {
4476
5447
  label: string;
4477
- }): any;
4478
- option?(_: {
5448
+ }) => any;
5449
+ } & {
5450
+ option?: (props: {
4479
5451
  option: import("../types").CascaderOptionType;
4480
- }): any;
5452
+ }) => any;
4481
5453
  };
4482
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
5454
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4483
5455
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4484
5456
  onChange?: (...args: any[]) => any;
4485
5457
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4520,16 +5492,18 @@ export declare const WithOptionIcon: {
4520
5492
  itemsText: string;
4521
5493
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4522
5494
  $slots: {
4523
- prefixIcon?(_: {}): any;
4524
- customLabel?(_: {
5495
+ prefixIcon?: (props: {}) => any;
5496
+ } & {
5497
+ customLabel?: (props: {
4525
5498
  label: string;
4526
- }): any;
4527
- option?(_: {
5499
+ }) => any;
5500
+ } & {
5501
+ option?: (props: {
4528
5502
  option: import("../types").CascaderOptionType;
4529
- }): any;
5503
+ }) => any;
4530
5504
  };
4531
5505
  })>>[];
4532
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
5506
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4533
5507
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4534
5508
  onChange?: (...args: any[]) => any;
4535
5509
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4570,17 +5544,19 @@ export declare const WithOptionIcon: {
4570
5544
  itemsText: string;
4571
5545
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4572
5546
  $slots: {
4573
- prefixIcon?(_: {}): any;
4574
- customLabel?(_: {
5547
+ prefixIcon?: (props: {}) => any;
5548
+ } & {
5549
+ customLabel?: (props: {
4575
5550
  label: string;
4576
- }): any;
4577
- option?(_: {
5551
+ }) => any;
5552
+ } & {
5553
+ option?: (props: {
4578
5554
  option: import("../types").CascaderOptionType;
4579
- }): any;
5555
+ }) => any;
4580
5556
  };
4581
5557
  })>>;
4582
- tags?: import("@storybook/csf").Tag[];
4583
- mount?: (context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
5558
+ tags?: import("storybook/internal/csf").Tag[];
5559
+ mount?: (context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4584
5560
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4585
5561
  onChange?: (...args: any[]) => any;
4586
5562
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4621,21 +5597,23 @@ export declare const WithOptionIcon: {
4621
5597
  itemsText: string;
4622
5598
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4623
5599
  $slots: {
4624
- prefixIcon?(_: {}): any;
4625
- customLabel?(_: {
5600
+ prefixIcon?: (props: {}) => any;
5601
+ } & {
5602
+ customLabel?: (props: {
4626
5603
  label: string;
4627
- }): any;
4628
- option?(_: {
5604
+ }) => any;
5605
+ } & {
5606
+ option?: (props: {
4629
5607
  option: import("../types").CascaderOptionType;
4630
- }): any;
5608
+ }) => any;
4631
5609
  };
4632
5610
  })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
4633
5611
  props?: Record<string, any>;
4634
5612
  slots?: Record<string, any>;
4635
- }) => Promise<import("@storybook/csf").Canvas>;
4636
- name?: import("@storybook/csf").StoryName;
4637
- storyName?: import("@storybook/csf").StoryName;
4638
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
5613
+ }) => Promise<import("storybook/internal/csf").Canvas>;
5614
+ name?: import("storybook/internal/csf").StoryName;
5615
+ storyName?: import("storybook/internal/csf").StoryName;
5616
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4639
5617
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4640
5618
  onChange?: (...args: any[]) => any;
4641
5619
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4676,17 +5654,19 @@ export declare const WithOptionIcon: {
4676
5654
  itemsText: string;
4677
5655
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4678
5656
  $slots: {
4679
- prefixIcon?(_: {}): any;
4680
- customLabel?(_: {
5657
+ prefixIcon?: (props: {}) => any;
5658
+ } & {
5659
+ customLabel?: (props: {
4681
5660
  label: string;
4682
- }): any;
4683
- option?(_: {
5661
+ }) => any;
5662
+ } & {
5663
+ option?: (props: {
4684
5664
  option: import("../types").CascaderOptionType;
4685
- }): any;
5665
+ }) => any;
4686
5666
  };
4687
5667
  })>>;
4688
- globals?: import("@storybook/csf").Globals;
4689
- story?: Omit<import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
5668
+ globals?: import("storybook/internal/csf").Globals;
5669
+ story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4690
5670
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4691
5671
  onChange?: (...args: any[]) => any;
4692
5672
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4727,15 +5707,17 @@ export declare const WithOptionIcon: {
4727
5707
  itemsText: string;
4728
5708
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4729
5709
  $slots: {
4730
- prefixIcon?(_: {}): any;
4731
- customLabel?(_: {
5710
+ prefixIcon?: (props: {}) => any;
5711
+ } & {
5712
+ customLabel?: (props: {
4732
5713
  label: string;
4733
- }): any;
4734
- option?(_: {
5714
+ }) => any;
5715
+ } & {
5716
+ option?: (props: {
4735
5717
  option: import("../types").CascaderOptionType;
4736
- }): any;
5718
+ }) => any;
4737
5719
  };
4738
- })>, Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
5720
+ })>, Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
4739
5721
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaCascaderProps> & Readonly<{
4740
5722
  onChange?: (...args: any[]) => any;
4741
5723
  "onUpdate:value"?: (...args: any[]) => any;
@@ -4776,13 +5758,15 @@ export declare const WithOptionIcon: {
4776
5758
  itemsText: string;
4777
5759
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4778
5760
  $slots: {
4779
- prefixIcon?(_: {}): any;
4780
- customLabel?(_: {
5761
+ prefixIcon?: (props: {}) => any;
5762
+ } & {
5763
+ customLabel?: (props: {
4781
5764
  label: string;
4782
- }): any;
4783
- option?(_: {
5765
+ }) => any;
5766
+ } & {
5767
+ option?: (props: {
4784
5768
  option: import("../types").CascaderOptionType;
4785
- }): any;
5769
+ }) => any;
4786
5770
  };
4787
5771
  })>>>, "story">;
4788
5772
  };