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.
- package/attributes.json +1 -1
- package/components/hy-address-picker/hy-address-picker.vue +249 -249
- package/components/hy-address-picker/props.ts +103 -103
- package/components/hy-button/hy-button.vue +320 -289
- package/components/hy-button/props.ts +143 -143
- package/components/hy-button/typing.d.ts +43 -35
- package/components/hy-calendar/header.vue +58 -58
- package/components/hy-calendar/hy-calendar.vue +8 -6
- package/components/hy-calendar/month.vue +402 -402
- package/components/hy-calendar/props.ts +169 -169
- package/components/hy-calendar/typing.d.ts +47 -45
- package/components/hy-cell-item/hy-cell-item.vue +161 -161
- package/components/hy-cell-item/props.ts +59 -59
- package/components/hy-check-button/hy-check-button.vue +135 -135
- package/components/hy-code-input/hy-code-input.vue +231 -231
- package/components/hy-code-input/props.ts +90 -90
- package/components/hy-config-provider/hy-config-provider.vue +53 -53
- package/components/hy-config-provider/props.ts +30 -30
- package/components/hy-coupon/hy-coupon.vue +183 -183
- package/components/hy-coupon/props.ts +108 -108
- package/components/hy-datetime-picker/hy-datetime-picker.vue +41 -55
- package/components/hy-datetime-picker/props.ts +144 -144
- package/components/hy-datetime-picker/typing.d.ts +2 -0
- package/components/hy-divider/props.ts +83 -83
- package/components/hy-empty/icon.ts +72 -72
- package/components/hy-folding-panel/hy-folding-panel-group.vue +162 -162
- package/components/hy-form/hy-form.vue +220 -220
- package/components/hy-icon/hy-icon.vue +112 -112
- package/components/hy-index-bar/hy-index-bar.vue +185 -185
- package/components/hy-index-bar/index.scss +64 -64
- package/components/hy-index-bar/props.ts +94 -94
- package/components/hy-index-bar/typing.d.ts +36 -36
- package/components/hy-input/hy-input.vue +333 -333
- package/components/hy-input/props.ts +186 -186
- package/components/hy-modal/hy-modal.vue +211 -211
- package/components/hy-modal/props.ts +94 -94
- package/components/hy-modal/typing.d.ts +16 -16
- package/components/hy-notice-bar/hy-row-notice.vue +121 -121
- package/components/hy-notify/hy-notify.vue +174 -174
- package/components/hy-number-step/hy-number-step.vue +367 -367
- package/components/hy-overlay/hy-overlay.vue +61 -61
- package/components/hy-overlay/props.ts +38 -38
- package/components/hy-pagination/hy-pagination.vue +136 -136
- package/components/hy-pagination/props.ts +58 -58
- package/components/hy-parse/hy-parse.vue +550 -550
- package/components/hy-parse/node/node.vue +781 -781
- package/components/hy-parse/parser.js +1455 -1455
- package/components/hy-parse/props.ts +19 -19
- package/components/hy-parse/typing.d.ts +68 -68
- package/components/hy-picker/hy-picker.vue +435 -435
- package/components/hy-picker/props.ts +122 -122
- package/components/hy-picker/typing.d.ts +38 -38
- package/components/hy-qrcode/props.ts +72 -72
- package/components/hy-qrcode/qrcode.js.bak +1433 -1433
- package/components/hy-radio/props.ts +97 -97
- package/components/hy-read-more/props.ts +48 -48
- package/components/hy-search/props.ts +133 -133
- package/components/hy-signature/canvasHelper.ts +51 -51
- package/components/hy-signature/props.ts +121 -121
- package/components/hy-skeleton/hy-skeleton.vue +142 -142
- package/components/hy-skeleton/props.ts +46 -46
- package/components/hy-skeleton/typing.d.ts +31 -31
- package/components/hy-steps/hy-steps.vue +275 -275
- package/components/hy-steps/typing.d.ts +25 -25
- package/components/hy-swiper/hy-swiper.vue +3 -3
- package/components/hy-swiper/index.scss +5 -5
- package/components/hy-swiper/props.ts +0 -1
- package/components/hy-table/hy-table.vue +630 -630
- package/components/hy-table/props.ts +62 -62
- package/components/hy-table/typing.d.ts +29 -29
- package/components/hy-tabs/hy-tabs.vue +336 -335
- package/components/hy-tabs/props.ts +84 -77
- package/components/hy-tag/hy-tag.vue +173 -173
- package/components/hy-tag/props.ts +89 -89
- package/components/hy-text/hy-text.vue +237 -237
- package/components/hy-text/props.ts +115 -115
- package/components/hy-textarea/hy-textarea.vue +198 -198
- package/components/hy-toast/hy-toast.vue +200 -200
- package/components/hy-toast/props.ts +3 -3
- package/components/hy-transition/hy-transition.vue +157 -157
- package/components/hy-transition/props.ts +32 -32
- package/components/hy-upload/hy-upload.vue +384 -384
- package/components/hy-watermark/hy-watermark.vue +1058 -1058
- package/components/hy-watermark/props.ts +109 -109
- package/global.d.ts +94 -94
- package/libs/api/http.ts +119 -119
- package/libs/composables/index.ts +8 -8
- package/libs/composables/useMessage.ts +149 -149
- package/libs/composables/useToast.ts +45 -45
- package/libs/composables/useTranslate.ts +10 -10
- package/libs/css/_config.scss +5 -5
- package/libs/index.ts +8 -8
- package/libs/locale/index.ts +32 -32
- package/libs/locale/lang/en-US.ts +84 -84
- package/libs/locale/lang/zh-CN.ts +87 -87
- package/libs/typing/index.ts +2 -2
- package/libs/typing/modules/common.d.ts +139 -139
- package/libs/typing/modules/form.ts +176 -176
- package/libs/typing/modules/http.d.ts +19 -19
- package/libs/typing/modules/index.d.ts +12 -12
- package/libs/utils/inside.ts +340 -340
- package/libs/utils/inspect.ts +140 -140
- package/libs/utils/utils.ts +525 -525
- package/package.json +81 -81
- package/tags.json +1 -1
- 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 {}
|