hy-app 0.5.3 → 0.5.5
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/components/hy-action-sheet/typing.d.ts +1 -63
- package/components/hy-address-picker/hy-address-picker.vue +7 -6
- package/components/hy-address-picker/typing.d.ts +0 -84
- package/components/hy-avatar/hy-avatar.vue +4 -3
- package/components/hy-avatar/typing.d.ts +0 -66
- package/components/hy-back-top/typing.d.ts +0 -47
- package/components/hy-badge/hy-badge.vue +3 -3
- package/components/hy-badge/index.scss +0 -1
- package/components/hy-badge/props.ts +6 -1
- package/components/hy-badge/typing.d.ts +0 -62
- package/components/hy-button/typing.d.ts +28 -162
- package/components/hy-calendar/hy-calendar.vue +2 -2
- package/components/hy-calendar/typing.d.ts +0 -128
- package/components/hy-card/hy-card.vue +12 -12
- package/components/hy-card/index.scss +17 -5
- package/components/hy-card/props.ts +1 -2
- package/components/hy-card/typing.d.ts +1 -114
- package/components/hy-cell/props.ts +1 -1
- package/components/hy-cell/typing.d.ts +0 -55
- package/components/hy-check-button/typing.d.ts +0 -43
- package/components/hy-checkbox/typing.d.ts +1 -73
- package/components/hy-checkbox-group/typing.d.ts +0 -65
- package/components/hy-code-input/typing.d.ts +0 -70
- package/components/hy-count-down/typing.d.ts +1 -20
- package/components/hy-count-to/typing.d.ts +0 -47
- package/components/hy-coupon/index.scss +7 -2
- package/components/hy-coupon/props.ts +7 -4
- package/components/hy-coupon/typing.d.ts +1 -134
- package/components/hy-datetime-picker/props.ts +1 -3
- package/components/hy-datetime-picker/typing.d.ts +0 -119
- package/components/hy-dropdown-item/typing.d.ts +12 -31
- package/components/hy-empty/typing.d.ts +1 -59
- package/components/hy-float-button/typing.d.ts +24 -113
- package/components/hy-folding-panel/props.ts +1 -1
- package/components/hy-folding-panel/typing.d.ts +0 -38
- package/components/hy-folding-panel-item/hy-folding-panel-item.vue +2 -3
- package/components/hy-folding-panel-item/typing.d.ts +14 -0
- package/components/hy-form/typing.d.ts +0 -27
- package/components/hy-form-item/hy-form-item.vue +7 -5
- package/components/hy-form-item/typing.d.ts +0 -19
- package/components/hy-grid/typing.d.ts +0 -43
- package/components/hy-icon/hy-icon.vue +3 -8
- package/components/hy-icon/typing.d.ts +0 -86
- package/components/hy-image/typing.d.ts +0 -80
- package/components/hy-input/typing.d.ts +0 -149
- package/components/hy-list/props.ts +1 -1
- package/components/hy-list/typing.d.ts +0 -51
- package/components/hy-menu/typing.d.ts +0 -35
- package/components/hy-modal/typing.d.ts +9 -84
- package/components/hy-navbar/typing.d.ts +0 -81
- package/components/hy-notice-bar/typing.d.ts +2 -65
- package/components/hy-number-step/typing.d.ts +0 -110
- package/components/hy-overlay/typing.d.ts +2 -27
- package/components/hy-pagination/typing.d.ts +6 -49
- package/components/hy-picker/typing.d.ts +27 -124
- package/components/hy-popover/typing.d.ts +25 -66
- package/components/hy-popup/hy-popup.vue +0 -1
- package/components/hy-popup/typing.d.ts +8 -77
- package/components/hy-price/typing.d.ts +0 -41
- package/components/hy-qrcode/hy-qrcode.vue +67 -2
- package/components/hy-qrcode/index.scss +3 -4
- package/components/hy-qrcode/typing.d.ts +0 -66
- package/components/hy-radio/typing.d.ts +1 -86
- package/components/hy-rate/typing.d.ts +0 -62
- package/components/hy-read-more/typing.d.ts +4 -49
- package/components/hy-scroll-list/typing.d.ts +4 -33
- package/components/hy-search/typing.d.ts +19 -120
- package/components/hy-signature/hy-signature.vue +25 -22
- package/components/hy-signature/index.scss +0 -4
- package/components/hy-signature/typing.d.ts +0 -101
- package/components/hy-slider/typing.d.ts +8 -77
- package/components/hy-steps/typing.d.ts +16 -60
- package/components/hy-submit-bar/typing.d.ts +0 -72
- package/components/hy-subsection/typing.d.ts +0 -49
- package/components/hy-swipe-action/index.ts +13 -22
- package/components/hy-swipe-action/typing.d.ts +1 -38
- package/components/hy-swiper/typing.d.ts +0 -101
- package/components/hy-switch/typing.d.ts +0 -62
- package/components/hy-tabbar/hy-tabbar.vue +137 -0
- package/components/{hy-tabBar → hy-tabbar}/index.scss +31 -31
- package/components/hy-tabbar/props.ts +59 -0
- package/components/hy-tabbar/typing.d.ts +21 -0
- package/components/hy-tabbar-group/hy-tabbar-group.vue +87 -0
- package/components/hy-tabbar-group/index.scss +57 -0
- package/components/hy-tabbar-group/props.ts +78 -0
- package/components/hy-tabbar-group/typing.ts +16 -0
- package/components/hy-tabbar-item/hy-tabbar-item.vue +103 -0
- package/components/hy-tabbar-item/index.scss +43 -0
- package/components/hy-tabbar-item/props.ts +24 -0
- package/components/hy-tabbar-item/typing.ts +10 -0
- package/components/hy-tabs/typing.d.ts +25 -92
- package/components/hy-tag/props.ts +8 -2
- package/components/hy-tag/typing.d.ts +9 -78
- package/components/hy-text/props.ts +8 -2
- package/components/hy-text/typing.d.ts +3 -100
- package/components/hy-textarea/props.ts +4 -1
- package/components/hy-textarea/typing.d.ts +0 -27
- package/components/hy-tooltip/props.ts +1 -4
- package/components/hy-tooltip/typing.d.ts +2 -55
- package/components/hy-transition/typing.d.ts +14 -43
- package/components/hy-upload/props.ts +1 -1
- package/components/hy-upload/typing.d.ts +56 -164
- package/components/hy-warn/typing.d.ts +4 -45
- package/components/index.ts +177 -177
- package/global.d.ts +87 -85
- package/package.json +2 -2
- package/web-types.json +1 -1
- package/components/hy-config-provider/typing.d.ts +0 -24
- package/components/hy-divider/typing.d.ts +0 -64
- package/components/hy-dropdown/typing.d.ts +0 -48
- package/components/hy-form-group/typing.d.ts +0 -0
- package/components/hy-line/typing.d.ts +0 -32
- package/components/hy-line-progress/typing.d.ts +0 -32
- package/components/hy-loading/typing.d.ts +0 -52
- package/components/hy-notify/typing.d.ts +0 -48
- package/components/hy-status-bar/typing.d.ts +0 -12
- package/components/hy-tabBar/hy-tabBar.vue +0 -109
- package/components/hy-tabBar/props.ts +0 -13
- package/components/hy-tabBar/typing.d.ts +0 -54
- package/components/hy-waterfall/typing.d.ts +0 -14
- package/components/hy-watermark/typing.d.ts +0 -76
package/global.d.ts
CHANGED
|
@@ -1,87 +1,89 @@
|
|
|
1
|
-
declare module
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
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
|
+
HyCheckButton: (typeof import('./components/hy-check-button/hy-check-button.vue'))['default']
|
|
14
|
+
HyCheckbox: (typeof import('./components/hy-checkbox/hy-checkbox.vue'))['default']
|
|
15
|
+
HyCheckboxGroup: (typeof import('./components/hy-checkbox-group/hy-checkbox-group.vue'))['default']
|
|
16
|
+
HyCheckboxItem: (typeof import('./components/hy-checkbox-item/hy-checkbox-item.vue'))['default']
|
|
17
|
+
HyCodeInput: (typeof import('./components/hy-code-input/hy-code-input.vue'))['default']
|
|
18
|
+
HyConfigProvider: (typeof import('./components/hy-config-provider/hy-config-provider.vue'))['default']
|
|
19
|
+
HyCountDown: (typeof import('./components/hy-count-down/hy-count-down.vue'))['default']
|
|
20
|
+
HyCountTo: (typeof import('./components/hy-count-to/hy-count-to.vue'))['default']
|
|
21
|
+
HyCoupon: (typeof import('./components/hy-coupon/hy-coupon.vue'))['default']
|
|
22
|
+
HyDatetimePicker: (typeof import('./components/hy-datetime-picker/hy-datetime-picker.vue'))['default']
|
|
23
|
+
HyDatetimePickerView: (typeof import('./components/hy-datetime-picker-view/hy-datetime-picker-view.vue'))['default']
|
|
24
|
+
HyDivider: (typeof import('./components/hy-divider/hy-divider.vue'))['default']
|
|
25
|
+
HyDropdown: (typeof import('./components/hy-dropdown/hy-dropdown.vue'))['default']
|
|
26
|
+
HyDropdownItem: (typeof import('./components/hy-dropdown-item/hy-dropdown-item.vue'))['default']
|
|
27
|
+
HyEmpty: (typeof import('./components/hy-empty/hy-empty.vue'))['default']
|
|
28
|
+
HyFlex: (typeof import('./components/hy-flex/hy-flex.vue'))['default']
|
|
29
|
+
HyFloatButton: (typeof import('./components/hy-float-button/hy-float-button.vue'))['default']
|
|
30
|
+
HyFloatingPanel: (typeof import('./components/hy-floating-panel/hy-floating-panel.vue'))['default']
|
|
31
|
+
HyFloatingPanelItem: (typeof import('./components/hy-floating-panel-item/hy-floating-panel-item.vue'))['default']
|
|
32
|
+
HyForm: (typeof import('@/package/components/hy-form-group/hy-form.vue'))['default']
|
|
33
|
+
HyFormItem: (typeof import('./components/hy-form-item/hy-form-item.vue'))['default']
|
|
34
|
+
HyFormGroup: (typeof import('./components/hy-form-group/hy-form-group.vue'))['default']
|
|
35
|
+
HyGrid: (typeof import('./components/hy-grid/hy-grid.vue'))['default']
|
|
36
|
+
HyIcon: (typeof import('./components/hy-icon/hy-icon.vue'))['default']
|
|
37
|
+
HyImage: (typeof import('./components/hy-image/hy-image.vue'))['default']
|
|
38
|
+
HyInput: (typeof import('./components/hy-input/hy-input.vue'))['default']
|
|
39
|
+
HyLine: (typeof import('./components/hy-line/hy-line.vue'))['default']
|
|
40
|
+
HyLineProgress: (typeof import('./components/hy-line-progress/hy-line-progress.vue'))['default']
|
|
41
|
+
HyList: (typeof import('./components/hy-list/hy-list.vue'))['default']
|
|
42
|
+
HyLoading: (typeof import('./components/hy-loading/hy-loading.vue'))['default']
|
|
43
|
+
HyMenu: (typeof import('./components/hy-menu/hy-menu.vue'))['default']
|
|
44
|
+
HyModal: (typeof import('./components/hy-modal/hy-modal.vue'))['default']
|
|
45
|
+
HyNavbar: (typeof import('./components/hy-navbar/hy-navbar.vue'))['default']
|
|
46
|
+
HyNoticeBar: (typeof import('./components/hy-notice-bar/hy-notice-bar.vue'))['default']
|
|
47
|
+
HyNotify: (typeof import('./components/hy-notify/hy-notify.vue'))['default']
|
|
48
|
+
HyNumberStep: (typeof import('./components/hy-number-step/hy-number-step.vue'))['default']
|
|
49
|
+
HyOverlay: (typeof import('./components/hy-overlay/hy-overlay.vue'))['default']
|
|
50
|
+
HyPagination: (typeof import('./components/hy-pagination/hy-pagination.vue'))['default']
|
|
51
|
+
HyParse: (typeof import('./components/hy-parse/hy-parse.vue'))['default']
|
|
52
|
+
HyPicker: (typeof import('./components/hy-picker/hy-picker.vue'))['default']
|
|
53
|
+
HyPopover: (typeof import('./components/hy-popover/hy-popover.vue'))['default']
|
|
54
|
+
HyPopup: (typeof import('./components/hy-popup/hy-popup.vue'))['default']
|
|
55
|
+
HyPrice: (typeof import('./components/hy-price/hy-price.vue'))['default']
|
|
56
|
+
HyQrcode: (typeof import('./components/hy-qrcode/hy-qrcode.vue'))['default']
|
|
57
|
+
HyRadio: (typeof import('./components/hy-radio/hy-radio.vue'))['default']
|
|
58
|
+
HyRate: (typeof import('./components/hy-rate/hy-rate.vue'))['default']
|
|
59
|
+
HyReadMore: (typeof import('./components/hy-read-more/hy-read-more.vue'))['default']
|
|
60
|
+
HyScrollList: (typeof import('./components/hy-scroll-list/hy-scroll-list.vue'))['default']
|
|
61
|
+
HySearch: (typeof import('./components/hy-search/hy-search.vue'))['default']
|
|
62
|
+
HySignature: (typeof import('./components/hy-signature/hy-signature.vue'))['default']
|
|
63
|
+
HySlider: (typeof import('./components/hy-slider/hy-slider.vue'))['default']
|
|
64
|
+
HyStatusBar: (typeof import('./components/hy-status-bar/hy-status-bar.vue'))['default']
|
|
65
|
+
HySteps: (typeof import('./components/hy-steps/hy-steps.vue'))['default']
|
|
66
|
+
HySticky: (typeof import('./components/hy-sticky/hy-sticky.vue'))['default']
|
|
67
|
+
HySubmitBar: (typeof import('./components/hy-submit-bar/hy-submit-bar.vue'))['default']
|
|
68
|
+
HySubsection: (typeof import('./components/hy-subsection/hy-subsection.vue'))['default']
|
|
69
|
+
HySwipeAction: (typeof import('./components/hy-swipe-action/hy-swipe-action.vue'))['default']
|
|
70
|
+
HySwiper: (typeof import('./components/hy-swiper/hy-swiper.vue'))['default']
|
|
71
|
+
HySwitch: (typeof import('./components/hy-switch/hy-switch.vue'))['default']
|
|
72
|
+
HyTabbar: (typeof import('@/package/components/hy-tabbar/hy-tabbar.vue'))['default']
|
|
73
|
+
HyTabbarGroup: (typeof import('./components/hy-tabbar-group/hy-tabbar-group.vue'))['default']
|
|
74
|
+
HyTabbarItem: (typeof import('./components/hy-tabbar-item/hy-tabbar-item.vue'))['default']
|
|
75
|
+
HyTabs: (typeof import('./components/hy-tabs/hy-tabs.vue'))['default']
|
|
76
|
+
HyTag: (typeof import('./components/hy-tag/hy-tag.vue'))['default']
|
|
77
|
+
HyTextarea: (typeof import('./components/hy-textarea/hy-textarea.vue'))['default']
|
|
78
|
+
HyText: (typeof import('./components/hy-text/hy-text.vue'))['default']
|
|
79
|
+
HyToast: (typeof import('./components/hy-toast/hy-toast.vue'))['default']
|
|
80
|
+
HyTooltip: (typeof import('./components/hy-tooltip/hy-tooltip.vue'))['default']
|
|
81
|
+
HyTransition: (typeof import('./components/hy-transition/hy-transition.vue'))['default']
|
|
82
|
+
HyUpload: (typeof import('./components/hy-upload/hy-upload.vue'))['default']
|
|
83
|
+
HyWarn: (typeof import('./components/hy-warn/hy-warn.vue'))['default']
|
|
84
|
+
HyWaterfall: (typeof import('./components/hy-waterfall/hy-waterfall.vue'))['default']
|
|
85
|
+
HyWatermark: (typeof import('./components/hy-watermark/hy-watermark.vue'))['default']
|
|
86
|
+
}
|
|
85
87
|
}
|
|
86
88
|
|
|
87
|
-
export {}
|
|
89
|
+
export {}
|