hy-app 0.6.4 → 0.6.6

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 (106) hide show
  1. package/attributes.json +1 -1
  2. package/components/hy-address-picker/hy-address-picker.vue +249 -249
  3. package/components/hy-address-picker/props.ts +103 -103
  4. package/components/hy-button/hy-button.vue +320 -289
  5. package/components/hy-button/props.ts +143 -143
  6. package/components/hy-button/typing.d.ts +43 -35
  7. package/components/hy-calendar/header.vue +58 -58
  8. package/components/hy-calendar/hy-calendar.vue +8 -6
  9. package/components/hy-calendar/month.vue +402 -402
  10. package/components/hy-calendar/props.ts +169 -169
  11. package/components/hy-calendar/typing.d.ts +47 -45
  12. package/components/hy-cell-item/hy-cell-item.vue +161 -161
  13. package/components/hy-cell-item/props.ts +59 -59
  14. package/components/hy-check-button/hy-check-button.vue +135 -135
  15. package/components/hy-code-input/hy-code-input.vue +231 -231
  16. package/components/hy-code-input/props.ts +90 -90
  17. package/components/hy-config-provider/hy-config-provider.vue +53 -53
  18. package/components/hy-config-provider/props.ts +30 -30
  19. package/components/hy-coupon/hy-coupon.vue +183 -183
  20. package/components/hy-coupon/props.ts +108 -108
  21. package/components/hy-datetime-picker/hy-datetime-picker.vue +41 -55
  22. package/components/hy-datetime-picker/props.ts +144 -144
  23. package/components/hy-datetime-picker/typing.d.ts +2 -0
  24. package/components/hy-divider/props.ts +83 -83
  25. package/components/hy-empty/icon.ts +72 -72
  26. package/components/hy-folding-panel/hy-folding-panel-group.vue +162 -162
  27. package/components/hy-form/hy-form.vue +220 -220
  28. package/components/hy-icon/hy-icon.vue +112 -112
  29. package/components/hy-index-bar/hy-index-bar.vue +185 -185
  30. package/components/hy-index-bar/index.scss +64 -64
  31. package/components/hy-index-bar/props.ts +94 -94
  32. package/components/hy-index-bar/typing.d.ts +36 -36
  33. package/components/hy-input/hy-input.vue +333 -333
  34. package/components/hy-input/props.ts +186 -186
  35. package/components/hy-modal/hy-modal.vue +211 -211
  36. package/components/hy-modal/props.ts +94 -94
  37. package/components/hy-modal/typing.d.ts +16 -16
  38. package/components/hy-notice-bar/hy-row-notice.vue +121 -121
  39. package/components/hy-notify/hy-notify.vue +174 -174
  40. package/components/hy-number-step/hy-number-step.vue +367 -367
  41. package/components/hy-overlay/hy-overlay.vue +61 -61
  42. package/components/hy-overlay/props.ts +38 -38
  43. package/components/hy-pagination/hy-pagination.vue +136 -136
  44. package/components/hy-pagination/props.ts +58 -58
  45. package/components/hy-parse/hy-parse.vue +550 -550
  46. package/components/hy-parse/node/node.vue +781 -781
  47. package/components/hy-parse/parser.js +1455 -1455
  48. package/components/hy-parse/props.ts +19 -19
  49. package/components/hy-parse/typing.d.ts +68 -68
  50. package/components/hy-picker/hy-picker.vue +435 -435
  51. package/components/hy-picker/props.ts +122 -122
  52. package/components/hy-picker/typing.d.ts +38 -38
  53. package/components/hy-qrcode/props.ts +72 -72
  54. package/components/hy-qrcode/qrcode.js.bak +1433 -1433
  55. package/components/hy-radio/props.ts +97 -97
  56. package/components/hy-read-more/props.ts +48 -48
  57. package/components/hy-search/props.ts +133 -133
  58. package/components/hy-signature/canvasHelper.ts +51 -51
  59. package/components/hy-signature/props.ts +121 -121
  60. package/components/hy-skeleton/hy-skeleton.vue +142 -142
  61. package/components/hy-skeleton/props.ts +46 -46
  62. package/components/hy-skeleton/typing.d.ts +31 -31
  63. package/components/hy-steps/hy-steps.vue +275 -275
  64. package/components/hy-steps/typing.d.ts +25 -25
  65. package/components/hy-swiper/hy-swiper.vue +3 -3
  66. package/components/hy-swiper/index.scss +5 -5
  67. package/components/hy-swiper/props.ts +0 -1
  68. package/components/hy-table/hy-table.vue +630 -630
  69. package/components/hy-table/props.ts +62 -62
  70. package/components/hy-table/typing.d.ts +29 -29
  71. package/components/hy-tabs/hy-tabs.vue +336 -335
  72. package/components/hy-tabs/props.ts +84 -77
  73. package/components/hy-tag/hy-tag.vue +173 -173
  74. package/components/hy-tag/props.ts +89 -89
  75. package/components/hy-text/hy-text.vue +237 -237
  76. package/components/hy-text/props.ts +115 -115
  77. package/components/hy-textarea/hy-textarea.vue +198 -198
  78. package/components/hy-toast/hy-toast.vue +200 -200
  79. package/components/hy-toast/props.ts +3 -3
  80. package/components/hy-transition/hy-transition.vue +157 -157
  81. package/components/hy-transition/props.ts +32 -32
  82. package/components/hy-upload/hy-upload.vue +384 -384
  83. package/components/hy-watermark/hy-watermark.vue +1058 -1058
  84. package/components/hy-watermark/props.ts +109 -109
  85. package/global.d.ts +94 -94
  86. package/libs/api/http.ts +119 -119
  87. package/libs/composables/index.ts +8 -8
  88. package/libs/composables/useMessage.ts +149 -149
  89. package/libs/composables/useToast.ts +45 -45
  90. package/libs/composables/useTranslate.ts +10 -10
  91. package/libs/css/_config.scss +5 -5
  92. package/libs/index.ts +8 -8
  93. package/libs/locale/index.ts +32 -32
  94. package/libs/locale/lang/en-US.ts +84 -84
  95. package/libs/locale/lang/zh-CN.ts +87 -87
  96. package/libs/typing/index.ts +2 -2
  97. package/libs/typing/modules/common.d.ts +139 -139
  98. package/libs/typing/modules/form.ts +176 -176
  99. package/libs/typing/modules/http.d.ts +19 -19
  100. package/libs/typing/modules/index.d.ts +12 -12
  101. package/libs/utils/inside.ts +340 -340
  102. package/libs/utils/inspect.ts +140 -140
  103. package/libs/utils/utils.ts +525 -525
  104. package/package.json +81 -81
  105. package/tags.json +1 -1
  106. package/web-types.json +1 -1
@@ -1,109 +1,109 @@
1
- const watermarkProps = {
2
- /** 显示主标题 */
3
- title: {
4
- type: String,
5
- default: ''
6
- },
7
- /** 主标题颜色 */
8
- titleColor: {
9
- type: String,
10
- default: ''
11
- },
12
- /** 主标题字体大小,单位px */
13
- titleSize: {
14
- type: Number,
15
- default: 0
16
- },
17
- /** 显示副标题内容 */
18
- content: {
19
- type: String,
20
- default: ''
21
- },
22
- /** 显示图片的地址,支持网络图片和base64(钉钉小程序仅支持网络图片) */
23
- image: {
24
- type: String,
25
- default: ''
26
- },
27
- /** 图片高度 */
28
- imageHeight: {
29
- type: Number,
30
- default: 50
31
- },
32
- /** 图片宽度 */
33
- imageWidth: {
34
- type: Number,
35
- default: 70
36
- },
37
- /** X轴间距,单位px */
38
- gutterX: {
39
- type: Number,
40
- default: 0
41
- },
42
- /** Y轴间距,单位px */
43
- gutterY: {
44
- type: Number,
45
- default: 0
46
- },
47
- /** canvas画布宽度,单位px */
48
- width: {
49
- type: Number,
50
- default: 100
51
- },
52
- /** canvas画布高度,单位px */
53
- height: {
54
- type: Number,
55
- default: 100
56
- },
57
- /** 是否为全屏水印 */
58
- fullScreen: {
59
- type: Boolean,
60
- default: true
61
- },
62
- /** 水印字体颜色 */
63
- color: {
64
- type: String,
65
- default: '#8c8c8c'
66
- },
67
- /** 水印字体大小,单位px */
68
- size: {
69
- type: Number,
70
- default: 24
71
- },
72
- /** 水印字体样式(仅微信和h5支持) */
73
- fontStyle: {
74
- type: String,
75
- default: ''
76
- },
77
- /** 水印字体的粗细 */
78
- fontWeight: {
79
- type: String,
80
- default: ''
81
- },
82
- /** 水印字体系列(仅微信和h5支持) */
83
- fontFamily: {
84
- type: String,
85
- default: 'PingFang SC'
86
- },
87
- /** 水印旋转角度 */
88
- rotate: {
89
- type: Number,
90
- default: -25
91
- },
92
- /** 自定义层级 */
93
- zIndex: {
94
- type: Number,
95
- default: 10086
96
- },
97
- /** 自定义透明度,取值 0~1 */
98
- opacity: {
99
- type: Number,
100
- default: 0.5
101
- },
102
- /** 是否防盗 */
103
- isAntiTheft: {
104
- type: Boolean,
105
- default: false
106
- }
107
- }
108
-
109
- export default watermarkProps
1
+ const watermarkProps = {
2
+ /** 显示主标题 */
3
+ title: {
4
+ type: String,
5
+ default: ''
6
+ },
7
+ /** 主标题颜色 */
8
+ titleColor: {
9
+ type: String,
10
+ default: ''
11
+ },
12
+ /** 主标题字体大小,单位px */
13
+ titleSize: {
14
+ type: Number,
15
+ default: 0
16
+ },
17
+ /** 显示副标题内容 */
18
+ content: {
19
+ type: String,
20
+ default: ''
21
+ },
22
+ /** 显示图片的地址,支持网络图片和base64(钉钉小程序仅支持网络图片) */
23
+ image: {
24
+ type: String,
25
+ default: ''
26
+ },
27
+ /** 图片高度 */
28
+ imageHeight: {
29
+ type: Number,
30
+ default: 50
31
+ },
32
+ /** 图片宽度 */
33
+ imageWidth: {
34
+ type: Number,
35
+ default: 70
36
+ },
37
+ /** X轴间距,单位px */
38
+ gutterX: {
39
+ type: Number,
40
+ default: 0
41
+ },
42
+ /** Y轴间距,单位px */
43
+ gutterY: {
44
+ type: Number,
45
+ default: 0
46
+ },
47
+ /** canvas画布宽度,单位px */
48
+ width: {
49
+ type: Number,
50
+ default: 100
51
+ },
52
+ /** canvas画布高度,单位px */
53
+ height: {
54
+ type: Number,
55
+ default: 100
56
+ },
57
+ /** 是否为全屏水印 */
58
+ fullScreen: {
59
+ type: Boolean,
60
+ default: true
61
+ },
62
+ /** 水印字体颜色 */
63
+ color: {
64
+ type: String,
65
+ default: '#8c8c8c'
66
+ },
67
+ /** 水印字体大小,单位px */
68
+ size: {
69
+ type: Number,
70
+ default: 24
71
+ },
72
+ /** 水印字体样式(仅微信和h5支持) */
73
+ fontStyle: {
74
+ type: String,
75
+ default: ''
76
+ },
77
+ /** 水印字体的粗细 */
78
+ fontWeight: {
79
+ type: String,
80
+ default: ''
81
+ },
82
+ /** 水印字体系列(仅微信和h5支持) */
83
+ fontFamily: {
84
+ type: String,
85
+ default: 'PingFang SC'
86
+ },
87
+ /** 水印旋转角度 */
88
+ rotate: {
89
+ type: Number,
90
+ default: -25
91
+ },
92
+ /** 自定义层级 */
93
+ zIndex: {
94
+ type: Number,
95
+ default: 10086
96
+ },
97
+ /** 自定义透明度,取值 0~1 */
98
+ opacity: {
99
+ type: Number,
100
+ default: 0.5
101
+ },
102
+ /** 是否防盗 */
103
+ isAntiTheft: {
104
+ type: Boolean,
105
+ default: false
106
+ }
107
+ }
108
+
109
+ export default watermarkProps
package/global.d.ts CHANGED
@@ -1,94 +1,94 @@
1
- declare module 'vue' {
2
- // Helper for Volar
3
- export interface GlobalComponents {
4
- HyActionSheet: (typeof import('./components/hy-action-sheet/hy-action-sheet.vue'))['default']
5
- HyAddressPicker: (typeof import('./components/hy-address-picker/hy-address-picker.vue'))['default']
6
- HyAvatar: (typeof import('./components/hy-avatar/hy-avatar.vue'))['default']
7
- HyBackTop: (typeof import('./components/hy-back-top/hy-back-top.vue'))['default']
8
- HyBadge: (typeof import('./components/hy-badge/hy-badge.vue'))['default']
9
- HyButton: (typeof import('./components/hy-button/hy-button.vue'))['default']
10
- HyCalendar: (typeof import('./components/hy-calendar/hy-calendar.vue'))['default']
11
- HyCard: (typeof import('./components/hy-card/hy-card.vue'))['default']
12
- HyCell: (typeof import('./components/hy-cell/hy-cell.vue'))['default']
13
- HyCellItem: (typeof import('./components/hy-cell-item/hy-cell-item.vue'))['default']
14
- HyCheckButton: (typeof import('./components/hy-check-button/hy-check-button.vue'))['default']
15
- HyCheckbox: (typeof import('./components/hy-checkbox/hy-checkbox.vue'))['default']
16
- HyCheckboxGroup: (typeof import('./components/hy-checkbox-group/hy-checkbox-group.vue'))['default']
17
- HyCheckboxItem: (typeof import('./components/hy-checkbox-item/hy-checkbox-item.vue'))['default']
18
- HyCodeInput: (typeof import('./components/hy-code-input/hy-code-input.vue'))['default']
19
- HyConfigProvider: (typeof import('./components/hy-config-provider/hy-config-provider.vue'))['default']
20
- HyCountDown: (typeof import('./components/hy-count-down/hy-count-down.vue'))['default']
21
- HyCountTo: (typeof import('./components/hy-count-to/hy-count-to.vue'))['default']
22
- HyCoupon: (typeof import('./components/hy-coupon/hy-coupon.vue'))['default']
23
- HyDatetimePicker: (typeof import('./components/hy-datetime-picker/hy-datetime-picker.vue'))['default']
24
- HyDatetimePickerView: (typeof import('./components/hy-datetime-picker-view/hy-datetime-picker-view.vue'))['default']
25
- HyDivider: (typeof import('./components/hy-divider/hy-divider.vue'))['default']
26
- HyDropdown: (typeof import('./components/hy-dropdown/hy-dropdown.vue'))['default']
27
- HyDropdownItem: (typeof import('./components/hy-dropdown-item/hy-dropdown-item.vue'))['default']
28
- HyEmpty: (typeof import('./components/hy-empty/hy-empty.vue'))['default']
29
- HyFlex: (typeof import('./components/hy-flex/hy-flex.vue'))['default']
30
- HyFloatButton: (typeof import('./components/hy-float-button/hy-float-button.vue'))['default']
31
- HyFloatingPanel: (typeof import('./components/hy-floating-panel/hy-floating-panel.vue'))['default']
32
- HyFloatingPanelItem: (typeof import('./components/hy-floating-panel-item/hy-floating-panel-item.vue'))['default']
33
- HyForm: (typeof import('@/package/components/hy-form/hy-form.vue'))['default']
34
- HyFormItem: (typeof import('./components/hy-form-item/hy-form-item.vue'))['default']
35
- HyFormGroup: (typeof import('./components/hy-form-group/hy-form-group.vue'))['default']
36
- HyGrid: (typeof import('./components/hy-grid/hy-grid.vue'))['default']
37
- HyIcon: (typeof import('./components/hy-icon/hy-icon.vue'))['default']
38
- HyImage: (typeof import('./components/hy-image/hy-image.vue'))['default']
39
- HyIndexBar: (typeof import('./components/hy-index-bar/hy-index-bar.vue'))['default']
40
- HyInput: (typeof import('./components/hy-input/hy-input.vue'))['default']
41
- HyLine: (typeof import('./components/hy-line/hy-line.vue'))['default']
42
- HyLineProgress: (typeof import('./components/hy-line-progress/hy-line-progress.vue'))['default']
43
- HyList: (typeof import('./components/hy-list/hy-list.vue'))['default']
44
- HyLoading: (typeof import('./components/hy-loading/hy-loading.vue'))['default']
45
- HyMenu: (typeof import('./components/hy-menu/hy-menu.vue'))['default']
46
- HyModal: (typeof import('./components/hy-modal/hy-modal.vue'))['default']
47
- HyNavbar: (typeof import('./components/hy-navbar/hy-navbar.vue'))['default']
48
- HyNoticeBar: (typeof import('./components/hy-notice-bar/hy-notice-bar.vue'))['default']
49
- HyNotify: (typeof import('./components/hy-notify/hy-notify.vue'))['default']
50
- HyNumberStep: (typeof import('./components/hy-number-step/hy-number-step.vue'))['default']
51
- HyOverlay: (typeof import('./components/hy-overlay/hy-overlay.vue'))['default']
52
- HyPagination: (typeof import('./components/hy-pagination/hy-pagination.vue'))['default']
53
- HyParse: (typeof import('./components/hy-parse/hy-parse.vue'))['default']
54
- HyPicker: (typeof import('./components/hy-picker/hy-picker.vue'))['default']
55
- HyPopover: (typeof import('./components/hy-popover/hy-popover.vue'))['default']
56
- HyPopup: (typeof import('./components/hy-popup/hy-popup.vue'))['default']
57
- HyPrice: (typeof import('./components/hy-price/hy-price.vue'))['default']
58
- HyQrcode: (typeof import('./components/hy-qrcode/hy-qrcode.vue'))['default']
59
- HyRadio: (typeof import('./components/hy-radio/hy-radio.vue'))['default']
60
- HyRate: (typeof import('./components/hy-rate/hy-rate.vue'))['default']
61
- HyReadMore: (typeof import('./components/hy-read-more/hy-read-more.vue'))['default']
62
- HyRollingNum: (typeof import('./components/hy-rolling-num/hy-rolling-num.vue'))['default']
63
- HyScrollList: (typeof import('./components/hy-scroll-list/hy-scroll-list.vue'))['default']
64
- HySearch: (typeof import('./components/hy-search/hy-search.vue'))['default']
65
- HySignature: (typeof import('./components/hy-signature/hy-signature.vue'))['default']
66
- HySkeleton: (typeof import('./components/hy-skeleton/hy-skeleton.vue'))['default']
67
- HySlider: (typeof import('./components/hy-slider/hy-slider.vue'))['default']
68
- HyStatusBar: (typeof import('./components/hy-status-bar/hy-status-bar.vue'))['default']
69
- HySteps: (typeof import('./components/hy-steps/hy-steps.vue'))['default']
70
- HySticky: (typeof import('./components/hy-sticky/hy-sticky.vue'))['default']
71
- HySubmitBar: (typeof import('./components/hy-submit-bar/hy-submit-bar.vue'))['default']
72
- HySubsection: (typeof import('./components/hy-subsection/hy-subsection.vue'))['default']
73
- HySwipeAction: (typeof import('./components/hy-swipe-action/hy-swipe-action.vue'))['default']
74
- HySwiper: (typeof import('./components/hy-swiper/hy-swiper.vue'))['default']
75
- HySwitch: (typeof import('./components/hy-switch/hy-switch.vue'))['default']
76
- HyTabbar: (typeof import('@/package/components/hy-tabbar/hy-tabbar.vue'))['default']
77
- HyTabbarGroup: (typeof import('./components/hy-tabbar-group/hy-tabbar-group.vue'))['default']
78
- HyTabbarItem: (typeof import('./components/hy-tabbar-item/hy-tabbar-item.vue'))['default']
79
- HyTable: (typeof import('./components/hy-table/hy-table.vue'))['default']
80
- HyTabs: (typeof import('./components/hy-tabs/hy-tabs.vue'))['default']
81
- HyTag: (typeof import('./components/hy-tag/hy-tag.vue'))['default']
82
- HyTextarea: (typeof import('./components/hy-textarea/hy-textarea.vue'))['default']
83
- HyText: (typeof import('./components/hy-text/hy-text.vue'))['default']
84
- HyToast: (typeof import('./components/hy-toast/hy-toast.vue'))['default']
85
- HyTooltip: (typeof import('./components/hy-tooltip/hy-tooltip.vue'))['default']
86
- HyTransition: (typeof import('./components/hy-transition/hy-transition.vue'))['default']
87
- HyUpload: (typeof import('./components/hy-upload/hy-upload.vue'))['default']
88
- HyWarn: (typeof import('./components/hy-warn/hy-warn.vue'))['default']
89
- HyWaterfall: (typeof import('./components/hy-waterfall/hy-waterfall.vue'))['default']
90
- HyWatermark: (typeof import('./components/hy-watermark/hy-watermark.vue'))['default']
91
- }
92
- }
93
-
94
- export {}
1
+ declare module 'vue' {
2
+ // Helper for Volar
3
+ export interface GlobalComponents {
4
+ HyActionSheet: (typeof import('./components/hy-action-sheet/hy-action-sheet.vue'))['default']
5
+ HyAddressPicker: (typeof import('./components/hy-address-picker/hy-address-picker.vue'))['default']
6
+ HyAvatar: (typeof import('./components/hy-avatar/hy-avatar.vue'))['default']
7
+ HyBackTop: (typeof import('./components/hy-back-top/hy-back-top.vue'))['default']
8
+ HyBadge: (typeof import('./components/hy-badge/hy-badge.vue'))['default']
9
+ HyButton: (typeof import('./components/hy-button/hy-button.vue'))['default']
10
+ HyCalendar: (typeof import('./components/hy-calendar/hy-calendar.vue'))['default']
11
+ HyCard: (typeof import('./components/hy-card/hy-card.vue'))['default']
12
+ HyCell: (typeof import('./components/hy-cell/hy-cell.vue'))['default']
13
+ HyCellItem: (typeof import('./components/hy-cell-item/hy-cell-item.vue'))['default']
14
+ HyCheckButton: (typeof import('./components/hy-check-button/hy-check-button.vue'))['default']
15
+ HyCheckbox: (typeof import('./components/hy-checkbox/hy-checkbox.vue'))['default']
16
+ HyCheckboxGroup: (typeof import('./components/hy-checkbox-group/hy-checkbox-group.vue'))['default']
17
+ HyCheckboxItem: (typeof import('./components/hy-checkbox-item/hy-checkbox-item.vue'))['default']
18
+ HyCodeInput: (typeof import('./components/hy-code-input/hy-code-input.vue'))['default']
19
+ HyConfigProvider: (typeof import('./components/hy-config-provider/hy-config-provider.vue'))['default']
20
+ HyCountDown: (typeof import('./components/hy-count-down/hy-count-down.vue'))['default']
21
+ HyCountTo: (typeof import('./components/hy-count-to/hy-count-to.vue'))['default']
22
+ HyCoupon: (typeof import('./components/hy-coupon/hy-coupon.vue'))['default']
23
+ HyDatetimePicker: (typeof import('./components/hy-datetime-picker/hy-datetime-picker.vue'))['default']
24
+ HyDatetimePickerView: (typeof import('./components/hy-datetime-picker-view/hy-datetime-picker-view.vue'))['default']
25
+ HyDivider: (typeof import('./components/hy-divider/hy-divider.vue'))['default']
26
+ HyDropdown: (typeof import('./components/hy-dropdown/hy-dropdown.vue'))['default']
27
+ HyDropdownItem: (typeof import('./components/hy-dropdown-item/hy-dropdown-item.vue'))['default']
28
+ HyEmpty: (typeof import('./components/hy-empty/hy-empty.vue'))['default']
29
+ HyFlex: (typeof import('./components/hy-flex/hy-flex.vue'))['default']
30
+ HyFloatButton: (typeof import('./components/hy-float-button/hy-float-button.vue'))['default']
31
+ HyFloatingPanel: (typeof import('./components/hy-floating-panel/hy-floating-panel.vue'))['default']
32
+ HyFloatingPanelItem: (typeof import('./components/hy-floating-panel-item/hy-floating-panel-item.vue'))['default']
33
+ HyForm: (typeof import('@/package/components/hy-form/hy-form.vue'))['default']
34
+ HyFormItem: (typeof import('./components/hy-form-item/hy-form-item.vue'))['default']
35
+ HyFormGroup: (typeof import('./components/hy-form-group/hy-form-group.vue'))['default']
36
+ HyGrid: (typeof import('./components/hy-grid/hy-grid.vue'))['default']
37
+ HyIcon: (typeof import('./components/hy-icon/hy-icon.vue'))['default']
38
+ HyImage: (typeof import('./components/hy-image/hy-image.vue'))['default']
39
+ HyIndexBar: (typeof import('./components/hy-index-bar/hy-index-bar.vue'))['default']
40
+ HyInput: (typeof import('./components/hy-input/hy-input.vue'))['default']
41
+ HyLine: (typeof import('./components/hy-line/hy-line.vue'))['default']
42
+ HyLineProgress: (typeof import('./components/hy-line-progress/hy-line-progress.vue'))['default']
43
+ HyList: (typeof import('./components/hy-list/hy-list.vue'))['default']
44
+ HyLoading: (typeof import('./components/hy-loading/hy-loading.vue'))['default']
45
+ HyMenu: (typeof import('./components/hy-menu/hy-menu.vue'))['default']
46
+ HyModal: (typeof import('./components/hy-modal/hy-modal.vue'))['default']
47
+ HyNavbar: (typeof import('./components/hy-navbar/hy-navbar.vue'))['default']
48
+ HyNoticeBar: (typeof import('./components/hy-notice-bar/hy-notice-bar.vue'))['default']
49
+ HyNotify: (typeof import('./components/hy-notify/hy-notify.vue'))['default']
50
+ HyNumberStep: (typeof import('./components/hy-number-step/hy-number-step.vue'))['default']
51
+ HyOverlay: (typeof import('./components/hy-overlay/hy-overlay.vue'))['default']
52
+ HyPagination: (typeof import('./components/hy-pagination/hy-pagination.vue'))['default']
53
+ HyParse: (typeof import('./components/hy-parse/hy-parse.vue'))['default']
54
+ HyPicker: (typeof import('./components/hy-picker/hy-picker.vue'))['default']
55
+ HyPopover: (typeof import('./components/hy-popover/hy-popover.vue'))['default']
56
+ HyPopup: (typeof import('./components/hy-popup/hy-popup.vue'))['default']
57
+ HyPrice: (typeof import('./components/hy-price/hy-price.vue'))['default']
58
+ HyQrcode: (typeof import('./components/hy-qrcode/hy-qrcode.vue'))['default']
59
+ HyRadio: (typeof import('./components/hy-radio/hy-radio.vue'))['default']
60
+ HyRate: (typeof import('./components/hy-rate/hy-rate.vue'))['default']
61
+ HyReadMore: (typeof import('./components/hy-read-more/hy-read-more.vue'))['default']
62
+ HyRollingNum: (typeof import('./components/hy-rolling-num/hy-rolling-num.vue'))['default']
63
+ HyScrollList: (typeof import('./components/hy-scroll-list/hy-scroll-list.vue'))['default']
64
+ HySearch: (typeof import('./components/hy-search/hy-search.vue'))['default']
65
+ HySignature: (typeof import('./components/hy-signature/hy-signature.vue'))['default']
66
+ HySkeleton: (typeof import('./components/hy-skeleton/hy-skeleton.vue'))['default']
67
+ HySlider: (typeof import('./components/hy-slider/hy-slider.vue'))['default']
68
+ HyStatusBar: (typeof import('./components/hy-status-bar/hy-status-bar.vue'))['default']
69
+ HySteps: (typeof import('./components/hy-steps/hy-steps.vue'))['default']
70
+ HySticky: (typeof import('./components/hy-sticky/hy-sticky.vue'))['default']
71
+ HySubmitBar: (typeof import('./components/hy-submit-bar/hy-submit-bar.vue'))['default']
72
+ HySubsection: (typeof import('./components/hy-subsection/hy-subsection.vue'))['default']
73
+ HySwipeAction: (typeof import('./components/hy-swipe-action/hy-swipe-action.vue'))['default']
74
+ HySwiper: (typeof import('./components/hy-swiper/hy-swiper.vue'))['default']
75
+ HySwitch: (typeof import('./components/hy-switch/hy-switch.vue'))['default']
76
+ HyTabbar: (typeof import('@/package/components/hy-tabbar/hy-tabbar.vue'))['default']
77
+ HyTabbarGroup: (typeof import('./components/hy-tabbar-group/hy-tabbar-group.vue'))['default']
78
+ HyTabbarItem: (typeof import('./components/hy-tabbar-item/hy-tabbar-item.vue'))['default']
79
+ HyTable: (typeof import('./components/hy-table/hy-table.vue'))['default']
80
+ HyTabs: (typeof import('./components/hy-tabs/hy-tabs.vue'))['default']
81
+ HyTag: (typeof import('./components/hy-tag/hy-tag.vue'))['default']
82
+ HyTextarea: (typeof import('./components/hy-textarea/hy-textarea.vue'))['default']
83
+ HyText: (typeof import('./components/hy-text/hy-text.vue'))['default']
84
+ HyToast: (typeof import('./components/hy-toast/hy-toast.vue'))['default']
85
+ HyTooltip: (typeof import('./components/hy-tooltip/hy-tooltip.vue'))['default']
86
+ HyTransition: (typeof import('./components/hy-transition/hy-transition.vue'))['default']
87
+ HyUpload: (typeof import('./components/hy-upload/hy-upload.vue'))['default']
88
+ HyWarn: (typeof import('./components/hy-warn/hy-warn.vue'))['default']
89
+ HyWaterfall: (typeof import('./components/hy-waterfall/hy-waterfall.vue'))['default']
90
+ HyWatermark: (typeof import('./components/hy-watermark/hy-watermark.vue'))['default']
91
+ }
92
+ }
93
+
94
+ export {}