hy-app 0.2.13 → 0.2.15

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 (223) hide show
  1. package/components/hy-action-sheet/hy-action-sheet.vue +81 -13
  2. package/components/hy-action-sheet/typing.d.ts +1 -3
  3. package/components/hy-address-picker/hy-address-picker.vue +109 -8
  4. package/components/hy-address-picker/index.scss +2 -2
  5. package/components/hy-address-picker/typing.d.ts +39 -30
  6. package/components/hy-avatar/hy-avatar.vue +78 -4
  7. package/components/hy-avatar/typing.d.ts +21 -16
  8. package/components/hy-back-top/hy-back-top.vue +86 -28
  9. package/components/hy-back-top/typing.d.ts +17 -12
  10. package/components/hy-badge/hy-badge.vue +114 -43
  11. package/components/hy-badge/typing.d.ts +20 -15
  12. package/components/hy-button/HyButton.docgen.js +6 -0
  13. package/components/hy-button/hy-button.vue +70 -77
  14. package/components/hy-button/props.ts +40 -41
  15. package/components/hy-calendar/hy-calendar.vue +290 -143
  16. package/components/hy-calendar/typing.d.ts +38 -31
  17. package/components/hy-card/hy-card.vue +139 -36
  18. package/components/hy-card/typing.d.ts +39 -28
  19. package/components/hy-cell/hy-cell.vue +131 -67
  20. package/components/hy-cell/typing.d.ts +6 -1
  21. package/components/hy-check-button/hy-check-button.vue +101 -32
  22. package/components/hy-check-button/typing.d.ts +26 -19
  23. package/components/hy-checkbox/hy-checkbox.vue +167 -78
  24. package/components/hy-checkbox/typing.d.ts +26 -19
  25. package/components/hy-code-input/hy-code-input.vue +101 -5
  26. package/components/hy-code-input/typing.d.ts +9 -0
  27. package/components/hy-config-provider/hy-config-provider.vue +44 -24
  28. package/components/hy-config-provider/typing.d.ts +0 -4
  29. package/components/hy-count-down/hy-count-down.vue +99 -62
  30. package/components/hy-count-down/typing.d.ts +18 -5
  31. package/components/hy-count-to/hy-count-to.vue +165 -113
  32. package/components/hy-count-to/typing.d.ts +15 -11
  33. package/components/hy-datetime-picker/hy-datetime-picker.vue +338 -232
  34. package/components/hy-datetime-picker/typing.d.ts +49 -39
  35. package/components/hy-divider/hy-divider.vue +128 -64
  36. package/components/hy-divider/typing.d.ts +16 -16
  37. package/components/hy-dropdown/hy-dropdown.vue +57 -19
  38. package/components/hy-dropdown/typing.d.ts +14 -14
  39. package/components/hy-dropdown-item/hy-dropdown-item.vue +34 -5
  40. package/components/hy-dropdown-item/typing.d.ts +13 -6
  41. package/components/hy-empty/hy-empty.vue +64 -6
  42. package/components/hy-empty/typing.d.ts +5 -0
  43. package/components/hy-float-button/hy-float-button.vue +117 -5
  44. package/components/hy-float-button/typing.d.ts +7 -0
  45. package/components/hy-folding-panel/hy-folding-panel.vue +87 -25
  46. package/components/hy-folding-panel/typing.d.ts +24 -15
  47. package/components/hy-grid/hy-grid.vue +95 -35
  48. package/components/hy-grid/typing.d.ts +24 -19
  49. package/components/hy-icon/hy-icon.vue +84 -6
  50. package/components/hy-icon/typing.d.ts +5 -0
  51. package/components/hy-image/hy-image.vue +105 -6
  52. package/components/hy-image/typing.d.ts +9 -0
  53. package/components/hy-input/hy-input.vue +277 -130
  54. package/components/hy-input/props.ts +13 -14
  55. package/components/hy-input/typing.d.ts +59 -38
  56. package/components/hy-line/hy-line.vue +65 -25
  57. package/components/hy-line-progress/hy-line-progress.vue +68 -35
  58. package/components/hy-list/hy-list.vue +127 -61
  59. package/components/hy-list/typing.d.ts +19 -12
  60. package/components/hy-loading/hy-loading.vue +79 -25
  61. package/components/hy-menu/hy-menu.vue +69 -45
  62. package/components/hy-menu/typing.d.ts +22 -15
  63. package/components/hy-modal/hy-modal.vue +91 -4
  64. package/components/hy-modal/typing.d.ts +11 -0
  65. package/components/hy-navbar/hy-navbar.vue +105 -25
  66. package/components/hy-navbar/typing.d.ts +25 -20
  67. package/components/hy-notice-bar/hy-notice-bar.vue +97 -19
  68. package/components/hy-notice-bar/typing.d.ts +22 -17
  69. package/components/hy-notify/hy-notify.vue +106 -54
  70. package/components/hy-number-step/hy-number-step.vue +211 -120
  71. package/components/hy-number-step/typing.d.ts +45 -28
  72. package/components/hy-overlay/hy-overlay.vue +60 -16
  73. package/components/hy-overlay/typing.d.ts +11 -6
  74. package/components/hy-pagination/hy-pagination.vue +94 -37
  75. package/components/hy-pagination/typing.d.ts +20 -11
  76. package/components/hy-picker/hy-picker.vue +225 -160
  77. package/components/hy-picker/typing.d.ts +51 -28
  78. package/components/hy-popover/hy-popover.vue +55 -7
  79. package/components/hy-popover/typing.d.ts +21 -1
  80. package/components/hy-popup/hy-popup.vue +164 -99
  81. package/components/hy-popup/typing.d.ts +11 -0
  82. package/components/hy-price/hy-price.vue +77 -30
  83. package/components/hy-price/typing.d.ts +10 -10
  84. package/components/hy-qrcode/hy-qrcode.vue +75 -5
  85. package/components/hy-qrcode/typing.d.ts +25 -16
  86. package/components/hy-radio/hy-radio.vue +169 -88
  87. package/components/hy-radio/typing.d.ts +29 -22
  88. package/components/hy-rate/hy-rate.vue +155 -104
  89. package/components/hy-rate/typing.d.ts +23 -16
  90. package/components/hy-read-more/hy-read-more.vue +83 -56
  91. package/components/hy-read-more/typing.d.ts +18 -11
  92. package/components/hy-scroll-list/hy-scroll-list.vue +69 -58
  93. package/components/hy-scroll-list/typing.d.ts +14 -7
  94. package/components/hy-search/hy-search.vue +168 -62
  95. package/components/hy-search/typing.d.ts +47 -26
  96. package/components/hy-signature/hy-signature.vue +354 -272
  97. package/components/hy-signature/typing.d.ts +65 -52
  98. package/components/hy-slider/hy-slider.vue +208 -160
  99. package/components/hy-slider/typing.d.ts +28 -17
  100. package/components/hy-steps/hy-steps.vue +125 -99
  101. package/components/hy-steps/typing.d.ts +21 -14
  102. package/components/hy-submit-bar/hy-submit-bar.vue +129 -48
  103. package/components/hy-submit-bar/typing.d.ts +30 -23
  104. package/components/hy-subsection/hy-subsection.vue +139 -96
  105. package/components/hy-subsection/typing.d.ts +23 -16
  106. package/components/hy-swipe-action/hy-swipe-action.vue +161 -135
  107. package/components/hy-swipe-action/typing.d.ts +26 -17
  108. package/components/hy-swiper/hy-swiper.vue +178 -73
  109. package/components/hy-swiper/typing.d.ts +37 -28
  110. package/components/hy-switch/hy-switch.vue +107 -60
  111. package/components/hy-switch/typing.d.ts +25 -18
  112. package/components/hy-tabs/hy-tabs.vue +170 -160
  113. package/components/hy-tabs/typing.d.ts +36 -22
  114. package/components/hy-tag/hy-tag.vue +133 -58
  115. package/components/hy-tag/typing.d.ts +26 -18
  116. package/components/hy-text/hy-text.vue +106 -6
  117. package/components/hy-text/typing.d.ts +31 -26
  118. package/components/hy-textarea/hy-textarea.vue +183 -89
  119. package/components/hy-textarea/typing.d.ts +41 -24
  120. package/components/hy-tooltip/hy-tooltip.vue +145 -101
  121. package/components/hy-tooltip/typing.d.ts +18 -13
  122. package/components/hy-transition/hy-transition.vue +48 -13
  123. package/components/hy-transition/typing.d.ts +17 -0
  124. package/components/hy-upload/hy-upload.vue +113 -148
  125. package/components/hy-upload/typing.d.ts +71 -71
  126. package/components/hy-warn/hy-warn.vue +79 -36
  127. package/components/hy-warn/typing.d.ts +18 -11
  128. package/components/hy-waterfall/hy-waterfall.vue +90 -77
  129. package/components/hy-watermark/hy-watermark.vue +82 -5
  130. package/components/hy-watermark/typing.d.ts +20 -20
  131. package/global.d.ts +39 -59
  132. package/package.json +5 -13
  133. package/utils/inspect.ts +3 -1
  134. package/web-types.json +1 -1
  135. package/component-helper.ts +0 -177
  136. package/components.json +0 -3287
  137. package/dist/attributes.json +0 -1
  138. package/dist/docs/components/hy-action-sheet/hy-action-sheet.md +0 -41
  139. package/dist/docs/components/hy-address-picker/hy-address-picker.md +0 -25
  140. package/dist/docs/components/hy-avatar/hy-avatar.md +0 -19
  141. package/dist/docs/components/hy-back-top/hy-back-top.md +0 -19
  142. package/dist/docs/components/hy-badge/hy-badge.md +0 -13
  143. package/dist/docs/components/hy-button/hy-button.md +0 -61
  144. package/dist/docs/components/hy-calendar/header.md +0 -17
  145. package/dist/docs/components/hy-calendar/hy-calendar.md +0 -27
  146. package/dist/docs/components/hy-calendar/month.md +0 -38
  147. package/dist/docs/components/hy-card/hy-card.md +0 -24
  148. package/dist/docs/components/hy-cell/hy-cell.md +0 -26
  149. package/dist/docs/components/hy-check-button/hy-check-button.md +0 -14
  150. package/dist/docs/components/hy-checkbox/hy-checkbox.md +0 -21
  151. package/dist/docs/components/hy-code-input/hy-code-input.md +0 -15
  152. package/dist/docs/components/hy-config-provider/hy-config-provider.md +0 -13
  153. package/dist/docs/components/hy-count-down/hy-count-down.md +0 -34
  154. package/dist/docs/components/hy-count-to/hy-count-to.md +0 -31
  155. package/dist/docs/components/hy-datetime-picker/hy-datetime-picker.md +0 -25
  156. package/dist/docs/components/hy-divider/hy-divider.md +0 -13
  157. package/dist/docs/components/hy-dropdown/hy-dropdown.md +0 -13
  158. package/dist/docs/components/hy-dropdown-item/hy-dropdown-item.md +0 -20
  159. package/dist/docs/components/hy-empty/hy-empty.md +0 -20
  160. package/dist/docs/components/hy-float-button/hy-float-button.md +0 -20
  161. package/dist/docs/components/hy-folding-panel/hy-folding-panel.md +0 -24
  162. package/dist/docs/components/hy-form/hy-form.md +0 -29
  163. package/dist/docs/components/hy-grid/hy-grid.md +0 -19
  164. package/dist/docs/components/hy-icon/hy-icon.md +0 -13
  165. package/dist/docs/components/hy-image/hy-image.md +0 -22
  166. package/dist/docs/components/hy-input/hy-input.md +0 -29
  167. package/dist/docs/components/hy-line/hy-line.md +0 -7
  168. package/dist/docs/components/hy-line-progress/hy-line-progress.md +0 -13
  169. package/dist/docs/components/hy-list/hy-list.md +0 -25
  170. package/dist/docs/components/hy-loading/hy-loading.md +0 -14
  171. package/dist/docs/components/hy-login/ThePhoneLogin.md +0 -20
  172. package/dist/docs/components/hy-login/TheUserLogin.md +0 -44
  173. package/dist/docs/components/hy-login/hy-login.md +0 -14
  174. package/dist/docs/components/hy-menu/hy-menu.md +0 -21
  175. package/dist/docs/components/hy-modal/hy-modal.md +0 -23
  176. package/dist/docs/components/hy-navbar/hy-navbar.md +0 -22
  177. package/dist/docs/components/hy-notice-bar/hy-column-notice.md +0 -20
  178. package/dist/docs/components/hy-notice-bar/hy-notice-bar.md +0 -14
  179. package/dist/docs/components/hy-notice-bar/hy-row-notice.md +0 -20
  180. package/dist/docs/components/hy-notify/hy-notify.md +0 -23
  181. package/dist/docs/components/hy-number-step/hy-number-step.md +0 -27
  182. package/dist/docs/components/hy-overlay/hy-overlay.md +0 -19
  183. package/dist/docs/components/hy-pagination/hy-pagination.md +0 -14
  184. package/dist/docs/components/hy-parse/hy-parse.md +0 -46
  185. package/dist/docs/components/hy-parse/node/node.md +0 -7
  186. package/dist/docs/components/hy-picker/hy-picker.md +0 -32
  187. package/dist/docs/components/hy-popover/hy-popover.md +0 -34
  188. package/dist/docs/components/hy-popup/hy-popup.md +0 -22
  189. package/dist/docs/components/hy-price/hy-price.md +0 -13
  190. package/dist/docs/components/hy-qrcode/hy-qrcode.md +0 -15
  191. package/dist/docs/components/hy-radio/hy-radio.md +0 -21
  192. package/dist/docs/components/hy-rate/hy-rate.md +0 -14
  193. package/dist/docs/components/hy-read-more/hy-read-more.md +0 -21
  194. package/dist/docs/components/hy-scroll-list/hy-scroll-list.md +0 -21
  195. package/dist/docs/components/hy-search/hy-search.md +0 -27
  196. package/dist/docs/components/hy-signature/hy-signature.md +0 -45
  197. package/dist/docs/components/hy-slider/hy-slider.md +0 -24
  198. package/dist/docs/components/hy-status-bar/hy-status-bar.md +0 -13
  199. package/dist/docs/components/hy-steps/hy-steps.md +0 -23
  200. package/dist/docs/components/hy-submit-bar/hy-submit-bar.md +0 -21
  201. package/dist/docs/components/hy-subsection/hy-subsection.md +0 -14
  202. package/dist/docs/components/hy-swipe-action/hy-swipe-action.md +0 -29
  203. package/dist/docs/components/hy-swiper/hy-swiper-indicator.md +0 -23
  204. package/dist/docs/components/hy-swiper/hy-swiper.md +0 -22
  205. package/dist/docs/components/hy-switch/hy-switch.md +0 -20
  206. package/dist/docs/components/hy-tabBar/hy-tabBar.md +0 -13
  207. package/dist/docs/components/hy-tabs/hy-tabs.md +0 -27
  208. package/dist/docs/components/hy-tag/hy-tag.md +0 -21
  209. package/dist/docs/components/hy-text/hy-text.md +0 -13
  210. package/dist/docs/components/hy-textarea/hy-textarea.md +0 -19
  211. package/dist/docs/components/hy-toast/hy-toast.md +0 -17
  212. package/dist/docs/components/hy-tooltip/hy-tooltip.md +0 -13
  213. package/dist/docs/components/hy-transition/hy-transition.md +0 -25
  214. package/dist/docs/components/hy-upload/hy-upload.md +0 -25
  215. package/dist/docs/components/hy-warn/hy-warn.md +0 -14
  216. package/dist/docs/components/hy-waterfall/hy-waterfall.md +0 -30
  217. package/dist/docs/components/hy-watermark/hy-watermark.md +0 -7
  218. package/dist/docs/components/message/TheMessage.md +0 -17
  219. package/dist/docs/components/yk-dialog/yk-dialog.md +0 -7
  220. package/dist/tags.json +0 -1
  221. package/dist/web-types.json +0 -1
  222. package/docgen.config.js +0 -14
  223. package/web-types.config.js +0 -7
@@ -1,21 +0,0 @@
1
- # hy-read-more
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | close | |
8
- | open | |
9
-
10
- ## Slots
11
-
12
- | Name | Description | Bindings |
13
- | ------- | ----------- | -------- |
14
- | default | | |
15
- | toggle | | |
16
-
17
- ---
18
-
19
- ```vue live
20
- <hy-read-more>Default Example Usage</hy-read-more>
21
- ```
@@ -1,21 +0,0 @@
1
- # hy-scroll-list
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | click | |
8
- | left | |
9
- | right | |
10
-
11
- ## Slots
12
-
13
- | Name | Description | Bindings |
14
- | ------- | ----------- | -------- |
15
- | default | | |
16
-
17
- ---
18
-
19
- ```vue live
20
- <hy-scroll-list>Default Example Usage</hy-scroll-list>
21
- ```
@@ -1,27 +0,0 @@
1
- # hy-search
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ----------------- | ---------- | ----------- |
7
- | click | |
8
- | change | |
9
- | update:modelValue | |
10
- | clickIcon | |
11
- | search | |
12
- | clear | |
13
- | confirm | |
14
- | focus | |
15
- | blur | |
16
-
17
- ## Slots
18
-
19
- | Name | Description | Bindings |
20
- | ----- | ----------- | -------- |
21
- | label | | |
22
-
23
- ---
24
-
25
- ```vue live
26
- <hy-search>Default Example Usage</hy-search>
27
- ```
@@ -1,45 +0,0 @@
1
- # hy-signature
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | start | |
8
- | end | |
9
- | signing | |
10
- | confirm | |
11
- | clear | |
12
-
13
- ## Slots
14
-
15
- | Name | Description | Bindings |
16
- | ------ | ----------- | ----------------------------------- |
17
- | footer | | <br/><br/><br/><br/><br/><br/><br/> |
18
-
19
- ## Expose
20
-
21
- ### init
22
-
23
- >
24
-
25
- ### clear
26
-
27
- >
28
-
29
- ### confirm
30
-
31
- >
32
-
33
- ### restore
34
-
35
- >
36
-
37
- ### revoke
38
-
39
- >
40
-
41
- ---
42
-
43
- ```vue live
44
- <hy-signature>Default Example Usage</hy-signature>
45
- ```
@@ -1,24 +0,0 @@
1
- # hy-slider
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ----------------- | ---------- | ----------- |
7
- | start | |
8
- | changing | |
9
- | change | |
10
- | update:modelValue | |
11
-
12
- ## Slots
13
-
14
- | Name | Description | Bindings |
15
- | ------- | ----------- | -------- |
16
- | min | | |
17
- | max | | |
18
- | default | | |
19
-
20
- ---
21
-
22
- ```vue live
23
- <hy-slider>Default Example Usage</hy-slider>
24
- ```
@@ -1,13 +0,0 @@
1
- # hy-status-bar
2
-
3
- ## Slots
4
-
5
- | Name | Description | Bindings |
6
- | ------- | ----------- | -------- |
7
- | default | | |
8
-
9
- ---
10
-
11
- ```vue live
12
- <hy-status-bar>Default Example Usage</hy-status-bar>
13
- ```
@@ -1,23 +0,0 @@
1
- # hy-steps
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | -------------- | ---------- | ----------- |
7
- | click | |
8
- | update:current | |
9
-
10
- ## Slots
11
-
12
- | Name | Description | Bindings |
13
- | ------- | ----------- | -------- |
14
- | icon | | <br/> |
15
- | content | | <br/> |
16
- | title | | <br/> |
17
- | desc | | <br/> |
18
-
19
- ---
20
-
21
- ```vue live
22
- <hy-steps>Default Example Usage</hy-steps>
23
- ```
@@ -1,21 +0,0 @@
1
- # hy-submit-bar
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | click | |
8
- | menuClick | |
9
-
10
- ## Slots
11
-
12
- | Name | Description | Bindings |
13
- | ----- | ----------- | -------- |
14
- | left | | |
15
- | right | | |
16
-
17
- ---
18
-
19
- ```vue live
20
- <hy-submit-bar>Default Example Usage</hy-submit-bar>
21
- ```
@@ -1,14 +0,0 @@
1
- # hy-subsection
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ----------------- | ---------- | ----------- |
7
- | change | |
8
- | update:modelValue | |
9
-
10
- ---
11
-
12
- ```vue live
13
- <hy-subsection />
14
- ```
@@ -1,29 +0,0 @@
1
- # hy-swipe-action
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ----------------- | ---------- | ----------- |
7
- | click | |
8
- | clickAction | |
9
- | update:modelValue | |
10
-
11
- ## Slots
12
-
13
- | Name | Description | Bindings |
14
- | ------- | ----------- | -------- |
15
- | left | | |
16
- | default | | |
17
- | right | | |
18
-
19
- ## Expose
20
-
21
- ### close
22
-
23
- >
24
-
25
- ---
26
-
27
- ```vue live
28
- <hy-swipe-action>Default Example Usage</hy-swipe-action>
29
- ```
@@ -1,23 +0,0 @@
1
- # hy-swiper-indicator
2
-
3
- ## Props
4
-
5
- | Prop name | Description | Type | Values | Default |
6
- | ---------------------- | ----------- | ------ | ------ | ------- |
7
- | length | | number | - | |
8
- | current | | union | - | |
9
- | indicatorActiveColor | | string | - | |
10
- | indicatorInactiveColor | | string | - | |
11
- | indicatorMode | | union | - | |
12
-
13
- ---
14
-
15
- ```vue live
16
- <hy-swiper-indicator
17
- :length="42"
18
- :current="Default Example Usage"
19
- indicatorActiveColor="Default Example Usage"
20
- indicatorInactiveColor="Default Example Usage"
21
- :indicatorMode="Default Example Usage"
22
- />
23
- ```
@@ -1,22 +0,0 @@
1
- # hy-swiper
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | -------------- | ---------- | ----------- |
7
- | click | |
8
- | update:current | |
9
- | change | |
10
-
11
- ## Slots
12
-
13
- | Name | Description | Bindings |
14
- | --------- | ----------- | -------- |
15
- | default | | <br/> |
16
- | indicator | | |
17
-
18
- ---
19
-
20
- ```vue live
21
- <hy-swiper>Default Example Usage</hy-swiper>
22
- ```
@@ -1,20 +0,0 @@
1
- # hy-switch
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ----------------- | ---------- | ----------- |
7
- | update:modelValue | |
8
- | change | |
9
-
10
- ## Slots
11
-
12
- | Name | Description | Bindings |
13
- | ------- | ----------- | -------- |
14
- | default | | |
15
-
16
- ---
17
-
18
- ```vue live
19
- <hy-switch>Default Example Usage</hy-switch>
20
- ```
@@ -1,13 +0,0 @@
1
- # hy-tabBar
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | clickTab | |
8
-
9
- ---
10
-
11
- ```vue live
12
- <hy-tabBar />
13
- ```
@@ -1,27 +0,0 @@
1
- # hy-tabs
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | -------------- | ---------- | ----------- |
7
- | click | |
8
- | longPress | |
9
- | update:current | |
10
- | change | |
11
-
12
- ## Slots
13
-
14
- | Name | Description | Bindings |
15
- | ------- | ----------- | -------- |
16
- | left | | |
17
- | icon | | <br/> |
18
- | content | | <br/> |
19
- | right | | |
20
- | main | | |
21
- | default | | |
22
-
23
- ---
24
-
25
- ```vue live
26
- <hy-tabs>Default Example Usage</hy-tabs>
27
- ```
@@ -1,21 +0,0 @@
1
- # hy-tag
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | click | |
8
- | close | |
9
-
10
- ## Slots
11
-
12
- | Name | Description | Bindings |
13
- | ------- | ----------- | -------- |
14
- | icon | | |
15
- | default | | |
16
-
17
- ---
18
-
19
- ```vue live
20
- <hy-tag>Default Example Usage</hy-tag>
21
- ```
@@ -1,13 +0,0 @@
1
- # hy-text
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | click | |
8
-
9
- ---
10
-
11
- ```vue live
12
- <hy-text />
13
- ```
@@ -1,19 +0,0 @@
1
- # hy-textarea
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | -------------------- | ---------- | ----------- |
7
- | update:modelValue | |
8
- | linechange | |
9
- | focus | |
10
- | blur | |
11
- | change | |
12
- | confirm | |
13
- | keyboardheightchange | |
14
-
15
- ---
16
-
17
- ```vue live
18
- <hy-textarea />
19
- ```
@@ -1,17 +0,0 @@
1
- # hy-toast
2
-
3
- ## Expose
4
-
5
- ### show
6
-
7
- >
8
-
9
- ### hide
10
-
11
- >
12
-
13
- ---
14
-
15
- ```vue live
16
- <hy-toast />
17
- ```
@@ -1,13 +0,0 @@
1
- # hy-tooltip
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | click | |
8
-
9
- ---
10
-
11
- ```vue live
12
- <hy-tooltip />
13
- ```
@@ -1,25 +0,0 @@
1
- # hy-transition
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ----------- | ---------- | ----------- |
7
- | click | |
8
- | beforeEnter | |
9
- | enter | |
10
- | afterEnter | |
11
- | beforeLeave | |
12
- | leave | |
13
- | afterLeave | |
14
-
15
- ## Slots
16
-
17
- | Name | Description | Bindings |
18
- | ------- | ----------- | -------- |
19
- | default | | |
20
-
21
- ---
22
-
23
- ```vue live
24
- <hy-transition>Default Example Usage</hy-transition>
25
- ```
@@ -1,25 +0,0 @@
1
- # hy-upload
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ------------ | ---------- | ----------- |
7
- | clickPreview | |
8
- | beforeRead | |
9
- | error | |
10
- | delete | |
11
- | afterRead | |
12
- | oversize | |
13
-
14
- ## Slots
15
-
16
- | Name | Description | Bindings |
17
- | ------- | ----------- | -------- |
18
- | trigger | | |
19
- | default | | |
20
-
21
- ---
22
-
23
- ```vue live
24
- <hy-upload>Default Example Usage</hy-upload>
25
- ```
@@ -1,14 +0,0 @@
1
- # hy-warn
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ---------- | ---------- | ----------- |
7
- | click | |
8
- | close | |
9
-
10
- ---
11
-
12
- ```vue live
13
- <hy-warn />
14
- ```
@@ -1,30 +0,0 @@
1
- # hy-waterfall
2
-
3
- ## Events
4
-
5
- | Event name | Properties | Description |
6
- | ----------------- | ---------- | ----------- |
7
- | update:modelValue | |
8
-
9
- ## Slots
10
-
11
- | Name | Description | Bindings |
12
- | ----- | ----------- | -------- |
13
- | left | | |
14
- | right | | |
15
-
16
- ## Expose
17
-
18
- ### remove
19
-
20
- >
21
-
22
- ### clear
23
-
24
- >
25
-
26
- ---
27
-
28
- ```vue live
29
- <hy-waterfall>Default Example Usage</hy-waterfall>
30
- ```
@@ -1,7 +0,0 @@
1
- # hy-watermark
2
-
3
- ---
4
-
5
- ```vue live
6
- <hy-watermark />
7
- ```
@@ -1,17 +0,0 @@
1
- # TheMessage
2
-
3
- ## Expose
4
-
5
- ### open
6
-
7
- >
8
-
9
- ### close
10
-
11
- >
12
-
13
- ---
14
-
15
- ```vue live
16
- <TheMessage />
17
- ```
@@ -1,7 +0,0 @@
1
- # yk-dialog
2
-
3
- ---
4
-
5
- ```vue live
6
- <yk-dialog />
7
- ```
package/dist/tags.json DELETED
@@ -1 +0,0 @@
1
- {"hy-button":{"attributes":["hairline","type","size","shape","plain","disabled","loading","loadingText","loadingMode","loadingSize","openType","formType","appParameter","hoverStopPropagation","lang","sessionFrom","sendMessageTitle","sendMessagePath","sendMessageImg","showMessageCard","dataName","throttleTime","hoverStartTime","hoverStayTime","text","icon","color","stop","customStyle","customClass","click","error","getphonenumber","getuserinfo","opensetting","launchapp","agreeprivacyauthorization"],"description":"我是 按钮啊啊啊"}}
@@ -1 +0,0 @@
1
- {"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"hy-app","version":"0.2.10","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{"vue-components":[{"name":"hy-button","source":{"symbol":"hy-button"},"description":"我是 按钮啊啊啊","props":[{"name":"hairline","description":"","type":["boolean"],"default":"false","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"type","description":"","type":["string"],"default":"'primary'","attribute-value":{"type":"enum"},"values":[{"name":"`info`"},{"name":"`primary`"},{"name":"`error`"},{"name":"`warning`"},{"name":"`success`"}]},{"name":"size","description":"","type":["string"],"default":"'medium'","attribute-value":{"type":"enum"},"values":[{"name":"`large`"},{"name":"`medium`"},{"name":"`small`"},{"name":"`mini`"}]},{"name":"shape","description":"","type":["string"],"default":"'square'","attribute-value":{"type":"enum"},"values":[{"name":"`circle`"},{"name":"`square`"}]},{"name":"plain","description":"","type":["boolean"],"default":"false","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"disabled","description":"","type":["boolean"],"default":"false","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"loading","description":"","type":["boolean"],"default":"false","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"loadingText","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"loadingMode","description":"","type":["string"],"default":"'spinner'","attribute-value":{"type":"enum"},"values":[{"name":"`spinner`"},{"name":"`circle`"},{"name":"`semicircle`"}]},{"name":"loadingSize","description":"","type":["number"],"default":"13","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"openType","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"formType","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"appParameter","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"hoverStopPropagation","description":"","type":["boolean"],"default":"true","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"lang","description":"","type":["string"],"default":"'en'","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"sessionFrom","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"sendMessageTitle","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"sendMessagePath","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"sendMessageImg","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"showMessageCard","description":"","type":["boolean"],"default":"false","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"dataName","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"throttleTime","description":"","type":["number"],"default":"0","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"hoverStartTime","description":"","type":["number"],"default":"0","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"hoverStayTime","description":"","type":["number"],"default":"200","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"text","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"icon","description":"","type":["object"],"default":"{}","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"color","description":"","type":["string"],"default":"''","attribute-value":{"type":"enum"},"values":[{"name":"-"}]},{"name":"stop","description":"","type":["boolean"],"default":"true","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"customStyle","description":"","type":[{"name":"CSSProperties","source":{"symbol":"CSSProperties"}}],"default":"","attribute-value":{"type":"of-match"},"values":[{"name":"-"}]},{"name":"customClass","description":"","type":["string"],"default":"","attribute-value":{"type":"enum"},"values":[{"name":"-"}]}],"slots":[{"name":"default","description":"插入默认的值"}],"js":{"events":[{"name":"click","description":"点击按钮事件"},{"name":"error","description":"仅限微信小程序,当使用开放能力时,发生错误的回调"},{"name":"getphonenumber","description":"微信小程序获取手机号"},{"name":"getuserinfo","description":"微信小程序用户点击该按钮时,会返回获取到的用户信息,从返回参数的 detail 中获取到的值同 uni.getUserInfo"},{"name":"opensetting","description":"仅限微信小程序,在打开授权设置页并关闭后回调"},{"name":"launchapp","description":"仅限微信小程序,打开 APP 成功的回调"},{"name":"agreeprivacyauthorization","description":"仅限微信小程序,用户同意隐私协议事件回调,open-type=\"agreePrivacyAuthorization\"时有效"}]}}]}}}
package/docgen.config.js DELETED
@@ -1,14 +0,0 @@
1
- const path = require('path')
2
-
3
- module.exports = {
4
- components: ['./components/**/*.vue'],
5
- outDir: 'dist/docs',
6
- defaultExamples: true,
7
- apiOptions: {
8
- jsx: false,
9
- alias: {
10
- '@': path.resolve(__dirname, 'src'),
11
- },
12
- babelParserPlugins: ['typescript'],
13
- },
14
- }
@@ -1,7 +0,0 @@
1
- module.exports = {
2
- // 1. 告诉扫描器去哪里找组件
3
- components: './components/**/*.vue',
4
-
5
- // 2. 输出生成的文件
6
- outFile: './web-types.json',
7
- }