hy-app 0.4.13 → 0.5.0
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/hy-action-sheet.vue +155 -238
- package/components/hy-action-sheet/props.ts +68 -15
- package/components/hy-action-sheet/typing.d.ts +115 -115
- package/components/hy-address-picker/hy-address-picker.vue +185 -289
- package/components/hy-address-picker/props.ts +97 -21
- package/components/hy-address-picker/typing.d.ts +90 -89
- package/components/hy-avatar/hy-avatar.vue +121 -204
- package/components/hy-avatar/props.ts +76 -18
- package/components/hy-avatar/typing.d.ts +63 -62
- package/components/hy-back-top/hy-back-top.vue +65 -120
- package/components/hy-back-top/props.ts +57 -16
- package/components/hy-back-top/typing.d.ts +43 -42
- package/components/hy-badge/hy-badge.vue +66 -138
- package/components/hy-badge/props.ts +73 -17
- package/components/hy-badge/typing.d.ts +59 -58
- package/components/hy-button/hy-button.vue +226 -375
- package/components/hy-button/props.ts +129 -158
- package/components/hy-calendar/header.vue +48 -64
- package/components/hy-calendar/hy-calendar.vue +274 -438
- package/components/hy-calendar/month.vue +508 -516
- package/components/hy-calendar/props.ts +157 -35
- package/components/hy-calendar/typing.d.ts +129 -128
- package/components/hy-card/hy-card.vue +118 -240
- package/components/hy-card/index.scss +1 -2
- package/components/hy-card/props.ts +122 -27
- package/components/hy-card/typing.d.ts +119 -118
- package/components/hy-cell/hy-cell.vue +176 -258
- package/components/hy-cell/props.ts +71 -17
- package/components/hy-cell/typing.d.ts +87 -86
- package/components/hy-check-button/hy-check-button.vue +69 -139
- package/components/hy-check-button/props.ts +72 -18
- package/components/hy-check-button/typing.d.ts +74 -73
- package/components/hy-checkbox/hy-checkbox.vue +170 -263
- package/components/hy-checkbox/props.ts +94 -24
- package/components/hy-checkbox/typing.d.ts +72 -72
- package/components/hy-checkbox-group/hy-checkbox-group.vue +25 -100
- package/components/hy-checkbox-group/props.ts +80 -0
- package/components/hy-checkbox-group/typing.d.ts +65 -65
- package/components/hy-checkbox-item/hy-checkbox-item.vue +140 -177
- package/components/hy-checkbox-item/props.ts +24 -0
- package/components/hy-checkbox-item/typing.d.ts +4 -3
- package/components/hy-code-input/hy-code-input.vue +179 -262
- package/components/hy-code-input/props.ts +84 -18
- package/components/hy-code-input/typing.d.ts +71 -71
- package/components/hy-config-provider/hy-config-provider.vue +28 -50
- package/components/hy-config-provider/props.ts +26 -11
- package/components/hy-config-provider/typing.d.ts +20 -20
- package/components/hy-count-down/hy-count-down.vue +103 -131
- package/components/hy-count-down/props.ts +30 -8
- package/components/hy-count-down/typing.d.ts +25 -25
- package/components/hy-count-to/hy-count-to.vue +148 -213
- package/components/hy-count-to/props.ts +60 -15
- package/components/hy-count-to/typing.d.ts +46 -46
- package/components/hy-coupon/README.md +133 -0
- package/components/hy-coupon/hy-coupon.vue +180 -0
- package/components/hy-coupon/index.scss +553 -0
- package/components/hy-coupon/props.ts +129 -0
- package/components/hy-coupon/typing.d.ts +146 -0
- package/components/hy-datetime-picker/hy-datetime-picker.vue +415 -580
- package/components/hy-datetime-picker/props.ts +142 -32
- package/components/hy-datetime-picker/typing.d.ts +132 -132
- package/components/hy-divider/hy-divider.vue +90 -169
- package/components/hy-divider/props.ts +78 -19
- package/components/hy-divider/typing.d.ts +60 -60
- package/components/hy-dropdown/hy-dropdown.vue +37 -71
- package/components/hy-dropdown/props.ts +38 -15
- package/components/hy-dropdown/typing.d.ts +44 -44
- package/components/hy-dropdown-item/hy-dropdown-item.vue +141 -173
- package/components/hy-dropdown-item/props.ts +19 -8
- package/components/hy-empty/hy-empty.vue +75 -129
- package/components/hy-empty/props.ts +57 -15
- package/components/hy-empty/typing.d.ts +84 -84
- package/components/hy-flex/hy-flex.vue +33 -88
- package/components/hy-flex/props.ts +58 -0
- package/components/hy-flex/typing.d.ts +14 -16
- package/components/hy-float-button/hy-float-button.vue +289 -406
- package/components/hy-float-button/props.ts +109 -25
- package/components/hy-folding-panel/hy-folding-panel.vue +86 -374
- package/components/hy-folding-panel/props.ts +40 -15
- package/components/hy-folding-panel/typing.d.ts +52 -63
- package/components/hy-folding-panel-item/hy-folding-panel-item.vue +186 -228
- package/components/hy-folding-panel-item/index.scss +87 -0
- package/components/hy-folding-panel-item/props.ts +81 -0
- package/components/hy-folding-panel-item/typing.d.ts +23 -0
- package/components/hy-form/hy-form.vue +172 -212
- package/components/hy-form/props.ts +37 -0
- package/components/hy-form/typing.d.ts +68 -61
- package/components/hy-form-group/typing.d.ts +74 -74
- package/components/hy-form-item/hy-form-item.vue +100 -129
- package/components/hy-form-item/props.ts +25 -0
- package/components/hy-form-item/typing.d.ts +40 -37
- package/components/hy-grid/hy-grid.vue +76 -132
- package/components/hy-grid/props.ts +58 -16
- package/components/hy-grid/typing.d.ts +66 -66
- package/components/hy-icon/hy-icon.vue +84 -161
- package/components/hy-icon/props.ts +76 -22
- package/components/hy-icon/typing.d.ts +83 -82
- package/components/hy-image/hy-image.vue +142 -272
- package/components/hy-image/props.ts +105 -23
- package/components/hy-image/typing.d.ts +84 -87
- package/components/hy-input/hy-input.vue +230 -421
- package/components/hy-input/props.ts +183 -35
- package/components/hy-input/typing.d.ts +169 -169
- package/components/hy-line/hy-line.vue +34 -72
- package/components/hy-line/props.ts +41 -10
- package/components/hy-line/typing.d.ts +29 -29
- package/components/hy-line-progress/hy-line-progress.vue +66 -101
- package/components/hy-line-progress/props.ts +31 -10
- package/components/hy-line-progress/typing.d.ts +29 -29
- package/components/hy-list/hy-list.vue +151 -220
- package/components/hy-list/props.ts +67 -16
- package/components/hy-list/typing.d.ts +52 -52
- package/components/hy-loading/hy-loading.vue +63 -119
- package/components/hy-loading/props.ts +63 -15
- package/components/hy-loading/typing.d.ts +49 -49
- package/components/hy-menu/hy-menu.vue +124 -166
- package/components/hy-menu/props.ts +42 -10
- package/components/hy-menu/typing.d.ts +60 -60
- package/components/hy-modal/hy-modal.vue +127 -218
- package/components/hy-modal/props.ts +89 -24
- package/components/hy-navbar/hy-navbar.vue +104 -177
- package/components/hy-navbar/props.ts +76 -22
- package/components/hy-navbar/typing.d.ts +81 -81
- package/components/hy-notice-bar/hy-notice-bar.vue +67 -144
- package/components/hy-notice-bar/props.ts +80 -19
- package/components/hy-notice-bar/typing.d.ts +62 -62
- package/components/hy-notify/hy-notify.vue +128 -177
- package/components/hy-notify/props.ts +49 -12
- package/components/hy-notify/typing.d.ts +45 -41
- package/components/hy-number-step/hy-number-step.vue +281 -394
- package/components/hy-number-step/props.ts +110 -27
- package/components/hy-number-step/typing.d.ts +120 -120
- package/components/hy-overlay/hy-overlay.vue +39 -66
- package/components/hy-overlay/props.ts +31 -8
- package/components/hy-pagination/hy-pagination.vue +100 -155
- package/components/hy-pagination/props.ts +53 -13
- package/components/hy-picker/hy-picker.vue +309 -430
- package/components/hy-picker/index.scss +8 -12
- package/components/hy-picker/props.ts +110 -26
- package/components/hy-popover/hy-popover.vue +190 -252
- package/components/hy-popover/props.ts +48 -10
- package/components/hy-popup/hy-popup.vue +162 -248
- package/components/hy-popup/props.ts +82 -18
- package/components/hy-price/hy-price.vue +45 -104
- package/components/hy-price/props.ts +52 -12
- package/components/hy-price/typing.d.ts +41 -36
- package/components/hy-qrcode/hy-qrcode.vue +115 -185
- package/components/hy-qrcode/props.ts +68 -18
- package/components/hy-qrcode/typing.d.ts +67 -66
- package/components/hy-radio/hy-radio.vue +161 -259
- package/components/hy-radio/props.ts +95 -25
- package/components/hy-radio/typing.d.ts +85 -84
- package/components/hy-rate/hy-rate.vue +185 -270
- package/components/hy-rate/props.ts +76 -18
- package/components/hy-rate/typing.d.ts +61 -60
- package/components/hy-read-more/hy-read-more.vue +93 -136
- package/components/hy-read-more/props.ts +43 -13
- package/components/hy-scroll-list/hy-scroll-list.vue +81 -102
- package/components/hy-scroll-list/props.ts +22 -11
- package/components/hy-search/hy-search.vue +155 -284
- package/components/hy-search/props.ts +130 -25
- package/components/hy-signature/hy-signature.vue +491 -635
- package/components/hy-signature/props.ts +115 -26
- package/components/hy-signature/typing.d.ts +138 -138
- package/components/hy-slider/hy-slider.vue +388 -477
- package/components/hy-slider/props.ts +75 -19
- package/components/hy-steps/hy-steps.vue +212 -279
- package/components/hy-steps/props.ts +47 -13
- package/components/hy-submit-bar/hy-submit-bar.vue +137 -222
- package/components/hy-submit-bar/props.ts +89 -20
- package/components/hy-submit-bar/typing.d.ts +86 -85
- package/components/hy-subsection/hy-subsection.vue +132 -185
- package/components/hy-subsection/props.ts +50 -17
- package/components/hy-subsection/typing.d.ts +52 -52
- package/components/hy-swipe-action/hy-swipe-action.vue +228 -283
- package/components/hy-swipe-action/props.ts +43 -18
- package/components/hy-swipe-action/typing.d.ts +46 -46
- package/components/hy-swiper/hy-swiper.vue +159 -286
- package/components/hy-swiper/props.ts +126 -28
- package/components/hy-swiper/typing.d.ts +115 -115
- package/components/hy-switch/hy-switch.vue +112 -176
- package/components/hy-switch/props.ts +60 -15
- package/components/hy-switch/typing.d.ts +63 -63
- package/components/hy-tabBar/hy-tabBar.vue +64 -60
- package/components/hy-tabs/hy-tabs.vue +277 -380
- package/components/hy-tabs/props.ts +75 -18
- package/components/hy-tag/hy-tag.vue +111 -204
- package/components/hy-tag/props.ts +81 -19
- package/components/hy-text/hy-text.vue +200 -322
- package/components/hy-text/props.ts +107 -28
- package/components/hy-textarea/hy-textarea.vue +147 -256
- package/components/hy-textarea/props.ts +112 -25
- package/components/hy-textarea/typing.d.ts +42 -42
- package/components/hy-toast/hy-toast.vue +135 -143
- package/components/hy-tooltip/hy-tooltip.vue +220 -306
- package/components/hy-tooltip/props.ts +79 -15
- package/components/hy-transition/hy-transition.vue +111 -138
- package/components/hy-transition/props.ts +30 -8
- package/components/hy-upload/hy-upload.vue +320 -469
- package/components/hy-upload/props.ts +130 -27
- package/components/hy-warn/hy-warn.vue +80 -129
- package/components/hy-warn/props.ts +47 -12
- package/components/hy-waterfall/hy-waterfall.vue +139 -163
- package/components/hy-waterfall/props.ts +19 -7
- package/components/hy-watermark/hy-watermark.vue +762 -870
- package/components/hy-watermark/props.ts +103 -22
- package/global.d.ts +2 -0
- package/libs/css/theme.scss +3 -3
- package/package.json +2 -2
- package/web-types.json +1 -1
- package/components/hy-folding-panel/index.scss +0 -9
|
@@ -1,27 +1,111 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { IconConfig } from
|
|
1
|
+
import type { IGap, MenusType } from './typing'
|
|
2
|
+
import { IconConfig } from '../../libs'
|
|
3
|
+
import type { CSSProperties, PropType } from 'vue'
|
|
3
4
|
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
5
|
+
const floatButtonProps = {
|
|
6
|
+
/** 菜单栏集合 */
|
|
7
|
+
menus: {
|
|
8
|
+
type: Array as unknown as PropType<MenusType[]>,
|
|
9
|
+
default: []
|
|
10
|
+
},
|
|
11
|
+
/**
|
|
12
|
+
* 打开方向
|
|
13
|
+
* @values row,column
|
|
14
|
+
* */
|
|
15
|
+
direction: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: 'column'
|
|
18
|
+
},
|
|
19
|
+
/** 按钮显示的图标 */
|
|
20
|
+
icon: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: IconConfig.PLUS
|
|
23
|
+
},
|
|
24
|
+
/** 按钮图标大小 */
|
|
25
|
+
iconSize: String,
|
|
26
|
+
/** 按钮图标颜色 */
|
|
27
|
+
iconColor: String,
|
|
28
|
+
/** 到边框最小距离 */
|
|
29
|
+
gap: {
|
|
30
|
+
type: Object as unknown as PropType<IGap>,
|
|
31
|
+
default: { left: 16, right: 16, top: 16, bottom: 40 }
|
|
32
|
+
},
|
|
33
|
+
/** 层级 */
|
|
34
|
+
zIndex: {
|
|
35
|
+
type: Number,
|
|
36
|
+
default: 10086
|
|
37
|
+
},
|
|
38
|
+
/** 按钮背景颜色 */
|
|
39
|
+
bgColor: String,
|
|
40
|
+
/** 按钮文字 */
|
|
41
|
+
text: String,
|
|
42
|
+
/** 按钮文字大小 */
|
|
43
|
+
fontSize: {
|
|
44
|
+
type: [Number, String],
|
|
45
|
+
default: 12
|
|
46
|
+
},
|
|
47
|
+
/** 按钮文字的颜色 */
|
|
48
|
+
textColor: String,
|
|
49
|
+
/**
|
|
50
|
+
* 按钮的尺寸
|
|
51
|
+
* @values small,medium,large
|
|
52
|
+
* */
|
|
53
|
+
size: {
|
|
54
|
+
type: [String, Number] as PropType<string | number>,
|
|
55
|
+
default: 'medium'
|
|
56
|
+
},
|
|
57
|
+
/**
|
|
58
|
+
* 按钮的形状
|
|
59
|
+
* @values circle,square
|
|
60
|
+
* */
|
|
61
|
+
shape: {
|
|
62
|
+
type: String,
|
|
63
|
+
default: 'circle'
|
|
64
|
+
},
|
|
65
|
+
/** 按钮的透明度 */
|
|
66
|
+
opacity: {
|
|
67
|
+
type: Number,
|
|
68
|
+
default: 1
|
|
69
|
+
},
|
|
70
|
+
/** 是否显示阴影 */
|
|
71
|
+
shadow: {
|
|
72
|
+
type: Boolean,
|
|
73
|
+
default: true
|
|
74
|
+
},
|
|
75
|
+
/** 是否显示漂浮的动画 */
|
|
76
|
+
float: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: true
|
|
79
|
+
},
|
|
80
|
+
/** 是否固定位置 */
|
|
81
|
+
fixed: {
|
|
82
|
+
type: Boolean,
|
|
83
|
+
default: true
|
|
84
|
+
},
|
|
85
|
+
/** 是否能拖动 */
|
|
86
|
+
draggable: {
|
|
87
|
+
type: Boolean,
|
|
88
|
+
default: true
|
|
89
|
+
},
|
|
90
|
+
/**
|
|
91
|
+
* 悬浮按钮位置
|
|
92
|
+
* @values left-top,left-bottom,right-top,right-bottom,left-center,right-center,top-center,bottom-center
|
|
93
|
+
* */
|
|
94
|
+
position: {
|
|
95
|
+
type: String,
|
|
96
|
+
default: 'right-bottom'
|
|
97
|
+
},
|
|
98
|
+
/** 禁用点击打开菜单栏 */
|
|
99
|
+
expandable: {
|
|
100
|
+
type: Boolean,
|
|
101
|
+
default: true
|
|
102
|
+
},
|
|
103
|
+
/** 定义需要用到的外部样式 */
|
|
104
|
+
customStyle: {
|
|
105
|
+
type: Object as PropType<CSSProperties>
|
|
106
|
+
},
|
|
107
|
+
/** 自定义外部类名 */
|
|
108
|
+
customClass: String
|
|
109
|
+
}
|
|
26
110
|
|
|
27
|
-
export default
|
|
111
|
+
export default floatButtonProps
|
|
@@ -1,397 +1,109 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<view class="hy-folding-panel__wrapper">
|
|
5
|
-
<!-- 头部标题 -->
|
|
6
|
-
<view v-if="title" class="hy-folding-panel__title">
|
|
7
|
-
<text class="hy-folding-panel__title-text">{{ title }}</text>
|
|
8
|
-
</view>
|
|
9
|
-
|
|
10
|
-
<!-- 面板内容区域 -->
|
|
11
|
-
<view class="hy-folding-panel__body">
|
|
12
|
-
<!-- 列表模式 -->
|
|
13
|
-
<view v-if="list && list.length" class="hy-folding-panel__list">
|
|
14
|
-
<view
|
|
15
|
-
v-for="(item, index) in panelItems"
|
|
16
|
-
:key="index"
|
|
17
|
-
class="hy-folding-panel__item"
|
|
18
|
-
:class="{
|
|
19
|
-
'hy-folding-panel__item--disabled': disabled || item.disabled,
|
|
20
|
-
'hy-folding-panel__item--active': item.expanded,
|
|
21
|
-
'hy-folding-panel__item--border': border,
|
|
22
|
-
[`hy-folding-panel__item--${size}`]: true
|
|
23
|
-
}"
|
|
24
|
-
>
|
|
25
|
-
<!-- 面板头部 -->
|
|
26
|
-
<view class="hy-folding-panel__item-header" @click="toggleItem(index)">
|
|
27
|
-
<view class="hy-folding-panel__item-left">
|
|
28
|
-
<!-- 图标 -->
|
|
29
|
-
<view v-if="item.icon" class="hy-folding-panel__item-icon">
|
|
30
|
-
<image :src="item.icon" mode="aspectFit" />
|
|
31
|
-
</view>
|
|
32
|
-
<!-- 标题 -->
|
|
33
|
-
<text class="hy-folding-panel__item-title">{{ item.title }}</text>
|
|
34
|
-
</view>
|
|
35
|
-
<view class="hy-folding-panel__item-right">
|
|
36
|
-
<!-- 右侧值 -->
|
|
37
|
-
<text v-if="item.value" class="hy-folding-panel__item-value">{{ item.value }}</text>
|
|
38
|
-
<!-- 箭头 -->
|
|
39
|
-
<view class="hy-folding-panel__item-arrow" :class="{ 'hy-folding-panel__item-arrow--up': item.expanded }">
|
|
40
|
-
<text>{{ item.expanded ? '↑' : '↓' }}</text>
|
|
41
|
-
</view>
|
|
42
|
-
</view>
|
|
43
|
-
</view>
|
|
44
|
-
|
|
45
|
-
<!-- 面板内容 -->
|
|
46
|
-
<view
|
|
47
|
-
class="hy-folding-panel__item-content"
|
|
48
|
-
:style="[
|
|
49
|
-
customStyle,
|
|
50
|
-
{
|
|
51
|
-
height: item.expanded ? (contentHeight ? addUnit(contentHeight) : 'auto') : '0px',
|
|
52
|
-
overflow: 'hidden'
|
|
53
|
-
}
|
|
54
|
-
]"
|
|
55
|
-
>
|
|
56
|
-
<slot name="item-content" :item="item" :index="index">
|
|
57
|
-
<text>{{ item.content || '' }}</text>
|
|
58
|
-
</slot>
|
|
59
|
-
</view>
|
|
60
|
-
</view>
|
|
61
|
-
</view>
|
|
62
|
-
|
|
63
|
-
<!-- 自定义内容 -->
|
|
64
|
-
<slot v-else></slot>
|
|
65
|
-
</view>
|
|
2
|
+
<view class="hy-folding-panel">
|
|
3
|
+
<slot></slot>
|
|
66
4
|
</view>
|
|
67
|
-
</view>
|
|
68
5
|
</template>
|
|
69
6
|
|
|
70
7
|
<script lang="ts">
|
|
71
8
|
export default {
|
|
72
|
-
|
|
73
|
-
}
|
|
9
|
+
name: 'hy-folding-panel'
|
|
10
|
+
}
|
|
74
11
|
</script>
|
|
75
12
|
|
|
76
13
|
<script setup lang="ts">
|
|
77
|
-
import {
|
|
78
|
-
import type {
|
|
79
|
-
import
|
|
80
|
-
import { addUnit } from "../../libs";
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* 折叠面板组件
|
|
84
|
-
* 用于展示可展开/折叠的内容区域
|
|
85
|
-
* @displayName hy-folding-panel
|
|
86
|
-
*/
|
|
14
|
+
import { provide, ref, watch, toRefs } from 'vue'
|
|
15
|
+
import type { IFoldingPanelGroupEmits } from './typing'
|
|
16
|
+
import foldingPanelProps from './props'
|
|
87
17
|
|
|
88
|
-
const props = defineProps(
|
|
89
|
-
|
|
90
|
-
* 数据集
|
|
91
|
-
*/
|
|
92
|
-
list: {
|
|
93
|
-
type: Array as PropType<PanelVo[]>,
|
|
94
|
-
default: () => []
|
|
95
|
-
},
|
|
96
|
-
/**
|
|
97
|
-
* 是否手风琴模式
|
|
98
|
-
*/
|
|
99
|
-
accordion: {
|
|
100
|
-
type: Boolean,
|
|
101
|
-
default: false
|
|
102
|
-
},
|
|
103
|
-
/**
|
|
104
|
-
* 面板标题
|
|
105
|
-
*/
|
|
106
|
-
title: {
|
|
107
|
-
type: String,
|
|
108
|
-
default: ''
|
|
109
|
-
},
|
|
110
|
-
/**
|
|
111
|
-
* 是否显示边框
|
|
112
|
-
*/
|
|
113
|
-
border: {
|
|
114
|
-
type: Boolean,
|
|
115
|
-
default: true
|
|
116
|
-
},
|
|
117
|
-
/**
|
|
118
|
-
* 是否禁用
|
|
119
|
-
*/
|
|
120
|
-
disabled: {
|
|
121
|
-
type: Boolean,
|
|
122
|
-
default: false
|
|
123
|
-
},
|
|
124
|
-
/**
|
|
125
|
-
* 面板大小 large, medium, small
|
|
126
|
-
*/
|
|
127
|
-
size: {
|
|
128
|
-
type: String as PropType<'large' | 'medium' | 'small'>,
|
|
129
|
-
default: 'medium'
|
|
130
|
-
},
|
|
131
|
-
/**
|
|
132
|
-
* 内容区域高度
|
|
133
|
-
*/
|
|
134
|
-
contentHeight: {
|
|
135
|
-
type: [Number, String],
|
|
136
|
-
default: 150
|
|
137
|
-
},
|
|
138
|
-
/**
|
|
139
|
-
* 自定义样式
|
|
140
|
-
*/
|
|
141
|
-
customStyle: {
|
|
142
|
-
type: Object as PropType<CSSProperties>,
|
|
143
|
-
default: () => ({})
|
|
144
|
-
}
|
|
145
|
-
});
|
|
18
|
+
const props = defineProps(foldingPanelProps)
|
|
19
|
+
const emit = defineEmits<IFoldingPanelGroupEmits>()
|
|
146
20
|
|
|
147
|
-
//
|
|
148
|
-
const
|
|
21
|
+
// 内部激活索引
|
|
22
|
+
const activeIndex = ref(props.modelValue)
|
|
149
23
|
|
|
150
|
-
//
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
24
|
+
// 监听v-model变化
|
|
25
|
+
watch(
|
|
26
|
+
() => props.modelValue,
|
|
27
|
+
(newVal) => {
|
|
28
|
+
activeIndex.value = newVal
|
|
29
|
+
}
|
|
30
|
+
)
|
|
154
31
|
|
|
155
|
-
//
|
|
156
|
-
|
|
32
|
+
// 监听内部激活索引变化
|
|
33
|
+
watch(activeIndex, (newVal) => {
|
|
34
|
+
emit('update:modelValue', newVal)
|
|
35
|
+
emit('change', newVal)
|
|
36
|
+
})
|
|
157
37
|
|
|
158
|
-
//
|
|
159
|
-
const
|
|
160
|
-
|
|
161
|
-
...item,
|
|
162
|
-
expanded: !!item.spread
|
|
163
|
-
}));
|
|
164
|
-
};
|
|
38
|
+
// 提供给子组件的方法
|
|
39
|
+
const updateActiveIndex = (index: number) => {
|
|
40
|
+
if (props.disabled) return
|
|
165
41
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
42
|
+
if (props.accordion) {
|
|
43
|
+
// 手风琴模式下,如果点击的是当前激活的索引,则关闭(设为-1)
|
|
44
|
+
const wasActive = activeIndex.value === index
|
|
45
|
+
activeIndex.value = wasActive ? -1 : index
|
|
170
46
|
|
|
171
|
-
//
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
panelItems.value.forEach((item, i) => {
|
|
183
|
-
if (i !== index) {
|
|
184
|
-
item.expanded = false;
|
|
185
|
-
}
|
|
186
|
-
});
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
// 切换当前面板状态
|
|
190
|
-
currentItem.expanded = !isCurrentlyExpanded;
|
|
191
|
-
|
|
192
|
-
// 触发事件
|
|
193
|
-
emit('change', currentItem, index);
|
|
194
|
-
emit(currentItem.expanded ? 'open' : 'close', currentItem, index);
|
|
195
|
-
};
|
|
47
|
+
// 触发相应的事件
|
|
48
|
+
if (!wasActive) {
|
|
49
|
+
emit('open', index)
|
|
50
|
+
} else {
|
|
51
|
+
emit('close', index)
|
|
52
|
+
}
|
|
53
|
+
} else {
|
|
54
|
+
// 非手风琴模式下,这里不做特殊处理,由子组件自己控制
|
|
55
|
+
activeIndex.value = index
|
|
56
|
+
}
|
|
57
|
+
}
|
|
196
58
|
|
|
59
|
+
// 提供给子组件的配置
|
|
60
|
+
provide('hy-folding-panel', {
|
|
61
|
+
...toRefs(props),
|
|
62
|
+
activeIndex,
|
|
63
|
+
updateActiveIndex
|
|
64
|
+
})
|
|
197
65
|
// 对外暴露的方法
|
|
198
66
|
defineExpose({
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
});
|
|
208
|
-
} else {
|
|
209
|
-
panelItems.value[index].expanded = true;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
const item = panelItems.value[index];
|
|
213
|
-
emit('change', item, index);
|
|
214
|
-
emit('open', item, index);
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
|
|
218
|
-
/**
|
|
219
|
-
* 关闭指定索引的面板
|
|
220
|
-
*/
|
|
221
|
-
close: (index: number) => {
|
|
222
|
-
if (index >= 0 && index < panelItems.value.length) {
|
|
223
|
-
panelItems.value[index].expanded = false;
|
|
224
|
-
|
|
225
|
-
const item = panelItems.value[index];
|
|
226
|
-
emit('change', item, index);
|
|
227
|
-
emit('close', item, index);
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* 切换指定索引的面板
|
|
233
|
-
*/
|
|
234
|
-
toggle: (index: number) => {
|
|
235
|
-
toggleItem(index);
|
|
236
|
-
},
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* 关闭所有面板
|
|
240
|
-
*/
|
|
241
|
-
closeAll: () => {
|
|
242
|
-
panelItems.value.forEach((item, index) => {
|
|
243
|
-
item.expanded = false;
|
|
244
|
-
emit('change', item, index);
|
|
245
|
-
emit('close', item, index);
|
|
246
|
-
});
|
|
247
|
-
}
|
|
248
|
-
});
|
|
249
|
-
</script>
|
|
67
|
+
/**
|
|
68
|
+
* 打开指定索引的面板
|
|
69
|
+
*/
|
|
70
|
+
open: (index: number | string) => {
|
|
71
|
+
if (props.disabled) return
|
|
72
|
+
activeIndex.value = index
|
|
73
|
+
emit('open', index)
|
|
74
|
+
},
|
|
250
75
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
&__title {
|
|
262
|
-
padding: 16px;
|
|
263
|
-
font-size: 16px;
|
|
264
|
-
font-weight: 600;
|
|
265
|
-
color: #333333;
|
|
266
|
-
border-bottom: 1px solid #f0f0f0;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
&__body {
|
|
270
|
-
// 主体容器样式
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
&__list {
|
|
274
|
-
// 列表容器样式
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
&__item {
|
|
278
|
-
position: relative;
|
|
279
|
-
|
|
280
|
-
&--disabled {
|
|
281
|
-
opacity: 0.6;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
&--border {
|
|
285
|
-
border-bottom: 1px solid #f0f0f0;
|
|
286
|
-
|
|
287
|
-
&:last-child {
|
|
288
|
-
border-bottom: none;
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
&--large {
|
|
293
|
-
.hy-folding-panel__item-header {
|
|
294
|
-
padding: 20px 16px;
|
|
295
|
-
|
|
296
|
-
.hy-folding-panel__item-title {
|
|
297
|
-
font-size: 16px;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.hy-folding-panel__item-value {
|
|
301
|
-
font-size: 14px;
|
|
76
|
+
/**
|
|
77
|
+
* 关闭所有面板
|
|
78
|
+
*/
|
|
79
|
+
closeAll: () => {
|
|
80
|
+
if (props.disabled) return
|
|
81
|
+
const prevIndex = activeIndex.value
|
|
82
|
+
activeIndex.value = -1
|
|
83
|
+
if (prevIndex !== -1) {
|
|
84
|
+
emit('close', prevIndex)
|
|
302
85
|
}
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
.hy-folding-panel__item-header {
|
|
322
|
-
padding: 12px 16px;
|
|
323
|
-
|
|
324
|
-
.hy-folding-panel__item-title {
|
|
325
|
-
font-size: 14px;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.hy-folding-panel__item-value {
|
|
329
|
-
font-size: 12px;
|
|
86
|
+
},
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* 切换指定索引面板的状态
|
|
90
|
+
*/
|
|
91
|
+
toggle: (index: number | string) => {
|
|
92
|
+
if (props.disabled) return
|
|
93
|
+
updateActiveIndex(index)
|
|
94
|
+
},
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* 关闭指定索引的面板
|
|
98
|
+
*/
|
|
99
|
+
close: (index: number | string) => {
|
|
100
|
+
if (props.disabled) return
|
|
101
|
+
if (activeIndex.value === index) {
|
|
102
|
+
activeIndex.value = -1
|
|
103
|
+
emit('close', index)
|
|
330
104
|
}
|
|
331
|
-
}
|
|
332
105
|
}
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
justify-content: space-between;
|
|
338
|
-
align-items: center;
|
|
339
|
-
background-color: #ffffff;
|
|
340
|
-
transition: background-color 0.3s;
|
|
341
|
-
|
|
342
|
-
&:active {
|
|
343
|
-
background-color: #f5f5f5;
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
&__item-left {
|
|
348
|
-
display: flex;
|
|
349
|
-
align-items: center;
|
|
350
|
-
flex: 1;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
&__item-icon {
|
|
354
|
-
width: 24px;
|
|
355
|
-
height: 24px;
|
|
356
|
-
margin-right: 8px;
|
|
357
|
-
|
|
358
|
-
image {
|
|
359
|
-
width: 100%;
|
|
360
|
-
height: 100%;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
&__item-title {
|
|
365
|
-
font-size: 15px;
|
|
366
|
-
color: #333333;
|
|
367
|
-
flex: 1;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
&__item-right {
|
|
371
|
-
display: flex;
|
|
372
|
-
align-items: center;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
&__item-value {
|
|
376
|
-
font-size: 13px;
|
|
377
|
-
color: #999999;
|
|
378
|
-
margin-right: 8px;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
&__item-arrow {
|
|
382
|
-
font-size: 12px;
|
|
383
|
-
color: #cccccc;
|
|
384
|
-
transition: transform 0.3s;
|
|
385
|
-
|
|
386
|
-
&--up {
|
|
387
|
-
transform: rotate(0deg);
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
&__item-content {
|
|
392
|
-
background-color: #fafafa;
|
|
393
|
-
transition: height 0.3s ease;
|
|
394
|
-
box-sizing: border-box;
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
</style>
|
|
106
|
+
})
|
|
107
|
+
</script>
|
|
108
|
+
|
|
109
|
+
<style lang="scss" scoped></style>
|
|
@@ -1,17 +1,42 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { ColorConfig } from "../../libs";
|
|
1
|
+
import type { PropType } from 'vue'
|
|
3
2
|
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
const foldingPanelProps = {
|
|
4
|
+
/**
|
|
5
|
+
* 当前激活的面板索引,支持v-model
|
|
6
|
+
*/
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: [Number, String],
|
|
9
|
+
default: -1
|
|
10
|
+
},
|
|
11
|
+
/**
|
|
12
|
+
* 是否手风琴模式,默认false
|
|
13
|
+
*/
|
|
14
|
+
accordion: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
default: false
|
|
17
|
+
},
|
|
18
|
+
/**
|
|
19
|
+
* 是否禁用整个折叠面板组
|
|
20
|
+
*/
|
|
21
|
+
disabled: {
|
|
22
|
+
type: Boolean,
|
|
23
|
+
default: false
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* 是否显示边框
|
|
27
|
+
*/
|
|
28
|
+
border: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: true
|
|
31
|
+
},
|
|
32
|
+
/**
|
|
33
|
+
* 面板头部大小 large, medium, small
|
|
34
|
+
* @values large, medium, small
|
|
35
|
+
*/
|
|
36
|
+
size: {
|
|
37
|
+
type: String as PropType<HyApp.SizeType>,
|
|
38
|
+
default: 'medium'
|
|
39
|
+
}
|
|
40
|
+
}
|
|
16
41
|
|
|
17
|
-
export default
|
|
42
|
+
export default foldingPanelProps
|