hy-app 0.2.12 → 0.2.13

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 (110) hide show
  1. package/component-helper.ts +177 -0
  2. package/components/hy-button/hy-button.vue +141 -36
  3. package/components/hy-button/props.ts +155 -29
  4. package/components/hy-button/typing.d.ts +16 -10
  5. package/components/index.ts +114 -122
  6. package/components.json +3287 -0
  7. package/dist/attributes.json +1 -0
  8. package/dist/docs/components/hy-action-sheet/hy-action-sheet.md +41 -0
  9. package/dist/docs/components/hy-address-picker/hy-address-picker.md +25 -0
  10. package/dist/docs/components/hy-avatar/hy-avatar.md +19 -0
  11. package/dist/docs/components/hy-back-top/hy-back-top.md +19 -0
  12. package/dist/docs/components/hy-badge/hy-badge.md +13 -0
  13. package/dist/docs/components/hy-button/hy-button.md +61 -0
  14. package/dist/docs/components/hy-calendar/header.md +17 -0
  15. package/dist/docs/components/hy-calendar/hy-calendar.md +27 -0
  16. package/dist/docs/components/hy-calendar/month.md +38 -0
  17. package/dist/docs/components/hy-card/hy-card.md +24 -0
  18. package/dist/docs/components/hy-cell/hy-cell.md +26 -0
  19. package/dist/docs/components/hy-check-button/hy-check-button.md +14 -0
  20. package/dist/docs/components/hy-checkbox/hy-checkbox.md +21 -0
  21. package/dist/docs/components/hy-code-input/hy-code-input.md +15 -0
  22. package/dist/docs/components/hy-config-provider/hy-config-provider.md +13 -0
  23. package/dist/docs/components/hy-count-down/hy-count-down.md +34 -0
  24. package/dist/docs/components/hy-count-to/hy-count-to.md +31 -0
  25. package/dist/docs/components/hy-datetime-picker/hy-datetime-picker.md +25 -0
  26. package/dist/docs/components/hy-divider/hy-divider.md +13 -0
  27. package/dist/docs/components/hy-dropdown/hy-dropdown.md +13 -0
  28. package/dist/docs/components/hy-dropdown-item/hy-dropdown-item.md +20 -0
  29. package/dist/docs/components/hy-empty/hy-empty.md +20 -0
  30. package/dist/docs/components/hy-float-button/hy-float-button.md +20 -0
  31. package/dist/docs/components/hy-folding-panel/hy-folding-panel.md +24 -0
  32. package/dist/docs/components/hy-form/hy-form.md +29 -0
  33. package/dist/docs/components/hy-grid/hy-grid.md +19 -0
  34. package/dist/docs/components/hy-icon/hy-icon.md +13 -0
  35. package/dist/docs/components/hy-image/hy-image.md +22 -0
  36. package/dist/docs/components/hy-input/hy-input.md +29 -0
  37. package/dist/docs/components/hy-line/hy-line.md +7 -0
  38. package/dist/docs/components/hy-line-progress/hy-line-progress.md +13 -0
  39. package/dist/docs/components/hy-list/hy-list.md +25 -0
  40. package/dist/docs/components/hy-loading/hy-loading.md +14 -0
  41. package/dist/docs/components/hy-login/ThePhoneLogin.md +20 -0
  42. package/dist/docs/components/hy-login/TheUserLogin.md +44 -0
  43. package/dist/docs/components/hy-login/hy-login.md +14 -0
  44. package/dist/docs/components/hy-menu/hy-menu.md +21 -0
  45. package/dist/docs/components/hy-modal/hy-modal.md +23 -0
  46. package/dist/docs/components/hy-navbar/hy-navbar.md +22 -0
  47. package/dist/docs/components/hy-notice-bar/hy-column-notice.md +20 -0
  48. package/dist/docs/components/hy-notice-bar/hy-notice-bar.md +14 -0
  49. package/dist/docs/components/hy-notice-bar/hy-row-notice.md +20 -0
  50. package/dist/docs/components/hy-notify/hy-notify.md +23 -0
  51. package/dist/docs/components/hy-number-step/hy-number-step.md +27 -0
  52. package/dist/docs/components/hy-overlay/hy-overlay.md +19 -0
  53. package/dist/docs/components/hy-pagination/hy-pagination.md +14 -0
  54. package/dist/docs/components/hy-parse/hy-parse.md +46 -0
  55. package/dist/docs/components/hy-parse/node/node.md +7 -0
  56. package/dist/docs/components/hy-picker/hy-picker.md +32 -0
  57. package/dist/docs/components/hy-popover/hy-popover.md +34 -0
  58. package/dist/docs/components/hy-popup/hy-popup.md +22 -0
  59. package/dist/docs/components/hy-price/hy-price.md +13 -0
  60. package/dist/docs/components/hy-qrcode/hy-qrcode.md +15 -0
  61. package/dist/docs/components/hy-radio/hy-radio.md +21 -0
  62. package/dist/docs/components/hy-rate/hy-rate.md +14 -0
  63. package/dist/docs/components/hy-read-more/hy-read-more.md +21 -0
  64. package/dist/docs/components/hy-scroll-list/hy-scroll-list.md +21 -0
  65. package/dist/docs/components/hy-search/hy-search.md +27 -0
  66. package/dist/docs/components/hy-signature/hy-signature.md +45 -0
  67. package/dist/docs/components/hy-slider/hy-slider.md +24 -0
  68. package/dist/docs/components/hy-status-bar/hy-status-bar.md +13 -0
  69. package/dist/docs/components/hy-steps/hy-steps.md +23 -0
  70. package/dist/docs/components/hy-submit-bar/hy-submit-bar.md +21 -0
  71. package/dist/docs/components/hy-subsection/hy-subsection.md +14 -0
  72. package/dist/docs/components/hy-swipe-action/hy-swipe-action.md +29 -0
  73. package/dist/docs/components/hy-swiper/hy-swiper-indicator.md +23 -0
  74. package/dist/docs/components/hy-swiper/hy-swiper.md +22 -0
  75. package/dist/docs/components/hy-switch/hy-switch.md +20 -0
  76. package/dist/docs/components/hy-tabBar/hy-tabBar.md +13 -0
  77. package/dist/docs/components/hy-tabs/hy-tabs.md +27 -0
  78. package/dist/docs/components/hy-tag/hy-tag.md +21 -0
  79. package/dist/docs/components/hy-text/hy-text.md +13 -0
  80. package/dist/docs/components/hy-textarea/hy-textarea.md +19 -0
  81. package/dist/docs/components/hy-toast/hy-toast.md +17 -0
  82. package/dist/docs/components/hy-tooltip/hy-tooltip.md +13 -0
  83. package/dist/docs/components/hy-transition/hy-transition.md +25 -0
  84. package/dist/docs/components/hy-upload/hy-upload.md +25 -0
  85. package/dist/docs/components/hy-warn/hy-warn.md +14 -0
  86. package/dist/docs/components/hy-waterfall/hy-waterfall.md +30 -0
  87. package/dist/docs/components/hy-watermark/hy-watermark.md +7 -0
  88. package/dist/docs/components/message/TheMessage.md +17 -0
  89. package/dist/docs/components/yk-dialog/yk-dialog.md +7 -0
  90. package/dist/tags.json +1 -0
  91. package/dist/web-types.json +1 -0
  92. package/docgen.config.js +14 -0
  93. package/package.json +10 -3
  94. package/web-types.config.js +5 -6
  95. package/web-types.json +1 -3117
  96. package/components/hy-safe-bottom/hy-safe-bottom.vue +0 -60
  97. package/components/hy-safe-bottom/index.scss +0 -5
  98. package/components/message/TheMessage.vue +0 -169
  99. package/components/message/index.ts +0 -54
  100. package/components/u-form/form.js +0 -22
  101. package/components/u-form/hy-form.vue +0 -324
  102. package/components/u-form/props.js +0 -49
  103. package/components/u-form/schema.js +0 -1451
  104. package/components/u-form/u-form.vue +0 -267
  105. package/components/u-form/utils.js +0 -65
  106. package/components/u-form-item/formItem.js +0 -24
  107. package/components/u-form-item/hy-form-item.vue +0 -360
  108. package/components/u-form-item/props.js +0 -57
  109. package/components/u-form-item/u-form-item.vue +0 -294
  110. package/shims-vue.d.ts +0 -0
@@ -0,0 +1,21 @@
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
+ ```
@@ -0,0 +1,27 @@
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
+ ```
@@ -0,0 +1,45 @@
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
+ ```
@@ -0,0 +1,24 @@
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
+ ```
@@ -0,0 +1,13 @@
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
+ ```
@@ -0,0 +1,23 @@
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
+ ```
@@ -0,0 +1,21 @@
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
+ ```
@@ -0,0 +1,14 @@
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
+ ```
@@ -0,0 +1,29 @@
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
+ ```
@@ -0,0 +1,23 @@
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
+ ```
@@ -0,0 +1,22 @@
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
+ ```
@@ -0,0 +1,20 @@
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
+ ```
@@ -0,0 +1,13 @@
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
+ ```
@@ -0,0 +1,27 @@
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
+ ```
@@ -0,0 +1,21 @@
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
+ ```
@@ -0,0 +1,13 @@
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
+ ```
@@ -0,0 +1,19 @@
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
+ ```
@@ -0,0 +1,17 @@
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
+ ```
@@ -0,0 +1,13 @@
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
+ ```
@@ -0,0 +1,25 @@
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
+ ```
@@ -0,0 +1,25 @@
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
+ ```
@@ -0,0 +1,14 @@
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
+ ```
@@ -0,0 +1,30 @@
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
+ ```
@@ -0,0 +1,7 @@
1
+ # hy-watermark
2
+
3
+ ---
4
+
5
+ ```vue live
6
+ <hy-watermark />
7
+ ```
@@ -0,0 +1,17 @@
1
+ # TheMessage
2
+
3
+ ## Expose
4
+
5
+ ### open
6
+
7
+ >
8
+
9
+ ### close
10
+
11
+ >
12
+
13
+ ---
14
+
15
+ ```vue live
16
+ <TheMessage />
17
+ ```
@@ -0,0 +1,7 @@
1
+ # yk-dialog
2
+
3
+ ---
4
+
5
+ ```vue live
6
+ <yk-dialog />
7
+ ```
package/dist/tags.json ADDED
@@ -0,0 +1 @@
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":"我是 按钮啊啊啊"}}
@@ -0,0 +1 @@
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\"时有效"}]}}]}}}
@@ -0,0 +1,14 @@
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
+ }
package/package.json CHANGED
@@ -1,22 +1,29 @@
1
1
  {
2
2
  "name": "hy-app",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "测试组件提示",
5
5
  "main": "./index.ts",
6
6
  "private": false,
7
7
  "scripts": {
8
- "web-types": "vue-docgen-web-types"
8
+ "web-types": "vue-docgen-web-types --configFile web-types.config.js",
9
+ "web": "npx web-types-generator --name hy-app --src ./components --out ./web-types.json",
10
+ "doc": "npx vue-docgen -c docgen.config.js",
11
+ "gen:web-types": "tsx ./component-helper.ts"
9
12
  },
10
13
  "keywords": [
11
14
  "华玥组件库",
12
15
  "ui组件库",
13
16
  "暗黑模式"
14
17
  ],
15
- "web-types": "web-types.json",
18
+ "web-types": "./web-types.json",
16
19
  "author": "gaoxianhua",
17
20
  "license": "MIT",
18
21
  "devDependencies": {
22
+ "component-helper": "1.3.1-rc.1",
23
+ "components-helper": "^2.2.0",
24
+ "tsx": "^4.20.3",
19
25
  "vue-docgen-api": "^4.79.2",
26
+ "vue-docgen-cli": "^4.79.0",
20
27
  "vue-docgen-web-types": "^0.1.8"
21
28
  }
22
29
  }
@@ -1,8 +1,7 @@
1
1
  module.exports = {
2
- components: './components/**/*.vue', // 组件路径
3
- outFile: 'web-types.json',
4
- parserOptions: {
5
- tsconfigPath: './tsconfig.json', // 关联项目的 tsconfig
6
- skipChildren: false, // 不跳过子类型解析
7
- },
2
+ // 1. 告诉扫描器去哪里找组件
3
+ components: './components/**/*.vue',
4
+
5
+ // 2. 输出生成的文件
6
+ outFile: './web-types.json',
8
7
  }