Blame view

src/components/uni-swipe-action-item/uni-swipe-action-item.vue 8.15 KB
61d825263   BigBoss   确认订单修改
1
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
  <template>
  	<view class="uni-swipe">
  		<!-- 在微信小程序 app vue端 h5 使用wxs 实现-->
  		<!-- #ifdef APP-VUE || MP-WEIXIN || H5 -->
  		<view class="uni-swipe_content">
  			<view :data-disabled="disabled" :data-position="pos" :change:prop="swipe.sizeReady" :prop="pos" class="uni-swipe_move-box selector-query-hock move-hock"
  			 @touchstart="swipe.touchstart" @touchmove="swipe.touchmove" @touchend="swipe.touchend" @change="change">
  				<view class="uni-swipe_box">
  					<slot />
  				</view>
  				<view ref="selector-button-hock" class="uni-swipe_button-group selector-query-hock move-hock">
  					<!-- 使用 touchend 解决 ios 13 不触发按钮事件的问题-->
  					<view v-for="(item,index) in options" :data-button="btn" :key="index" :style="{
  		          backgroundColor: item.style && item.style.backgroundColor ? item.style.backgroundColor : '#C7C6CD',
  		          fontSize: item.style && item.style.fontSize ? item.style.fontSize : '16px'
  		        }"
  					 class="uni-swipe_button button-hock" @touchend="onClick(index,item)"><text class="uni-swipe_button-text" :style="{color: item.style && item.style.color ? item.style.color : '#FFFFFF',}">{{ item.text }}</text></view>
  				</view>
  			</view>
  		</view>
  		<!-- #endif -->
  
  		<!--  app nvue端 使用 bindingx -->
  		<!-- #ifdef APP-NVUE -->
  		<view ref="selector-box-hock" class="uni-swipe_content" @horizontalpan="touchstart" @touchend="touchend">
  			<view ref="selector-button-hock" class="uni-swipe_button-group selector-query-hock move-hock" :style="{width:right+'px'}">
  				<view ref="button-hock" v-for="(item,index) in options" :key="index" :style="{
  		  backgroundColor: item.style && item.style.backgroundColor ? item.style.backgroundColor : '#C7C6CD',left: right+'px'}"
  				 class="uni-swipe_button " @click.stop="onClick(index,item)"><text class="uni-swipe_button-text" :style="{color: item.style && item.style.color ? item.style.color : '#FFFFFF',fontSize: item.style && item.style.fontSize ? item.style.fontSize : '16px'}">{{ item.text }}</text></view>
  			</view>
  			<view ref='selector-content-hock' class="uni-swipe_move-box selector-query-hock">
  				<view class="uni-swipe_box">
  					<slot />
  				</view>
  			</view>
  		</view>
  		<!-- #endif -->
  
  		<!-- 在非 app 端、非微信小程序、支付宝小程序、h5端使用 js -->
  		<!-- #ifndef APP-PLUS || MP-WEIXIN || MP-ALIPAY || H5 -->
  		<view class="uni-swipe_content">
  			<view ref="selector-button-hock" class="uni-swipe_button-group selector-query-hock move-hock">
  				<view v-for="(item,index) in options" :data-button="btn" :key="index" :style="{
  		    backgroundColor: item.style && item.style.backgroundColor ? item.style.backgroundColor : '#C7C6CD',
  		    fontSize: item.style && item.style.fontSize ? item.style.fontSize : '16px'
  		  }"
  				 class="uni-swipe_button button-hock" @click.stop="onClick(index,item)"><text class="uni-swipe_button-text" :style="{color: item.style && item.style.color ? item.style.color : '#FFFFFF',}">{{ item.text }}</text></view>
  			</view>
  			<view ref='selector-content-hock' class="selector-query-hock" @touchstart="touchstart" @touchmove="touchmove"
  			 @touchend="touchend" :class="{'ani':uniShow}" :style="{transform:moveLeft}">
  				<view class="uni-swipe_move-box"  >
  					<view class="uni-swipe_box">
  						<slot />
  					</view>
  				</view>
  			</view>
  		</view>
  		<!-- #endif -->
  		<!-- #ifdef MP-ALIPAY -->
  		<view class="uni-swipe-box" @touchstart="touchstart" @touchmove="touchmove" @touchend="touchend">
  			<view class="viewWidth-hook">
  				<movable-area v-if="viewWidth !== 0" class="movable-area" :style="{width:(viewWidth-buttonWidth)+'px'}">
  					<movable-view class="movable-view" direction="horizontal" :animation="!transition" :style="{width:viewWidth+'px'}"
  					 :class="[transition?'transition':'']" :x="x" :disabled="disabledView" @change="onChange">
  						<view class="movable-view-box">
  							<slot></slot>
  						</view>
  					</movable-view>
  				</movable-area>
  			</view>
  			<view ref="selector-button-hock" class="uni-swipe_button-group viewWidth-hook">
  				<view v-for="(item,index) in options" :data-button="btn" :key="index" :style="{
  				  backgroundColor: item.style && item.style.backgroundColor ? item.style.backgroundColor : '#C7C6CD',
  				  fontSize: item.style && item.style.fontSize ? item.style.fontSize : '16px'
  				}"
  				 class="uni-swipe_button button-hock" @click.stop="onClick(index,item)"><text class="uni-swipe_button-text" :style="{color: item.style && item.style.color ? item.style.color : '#FFFFFF',}">{{ item.text }}</text></view>
  			</view>
  		</view>
  		<!-- #endif -->
  	</view>
  </template>
  <script src="./index.wxs" module="swipe" lang="wxs"></script>
  <script>
  	// #ifdef APP-VUE|| MP-WEIXIN || H5
  	import mpwxs from './mpwxs'
  	// #endif
  
  	// #ifdef APP-NVUE
  	import bindingx from './bindingx.js'
  	// #endif
  
  	// #ifndef APP-PLUS|| MP-WEIXIN || MP-ALIPAY ||  H5
  	import mixins from './mpother'
  	// #endif
  
  	// #ifdef MP-ALIPAY
  	import mpalipay from './mpalipay'
  	// #endif
  
  	/**
  	 * SwipeActionItem 滑动操作子组件
  	 * @description 通过滑动触发选项的容器
  	 * @tutorial https://ext.dcloud.net.cn/plugin?id=181
  	 * @property {Boolean} show = [true|false] 开启关闭组件,auto-close = false 时生效
  	 * @property {Boolean} disabled = [true|false] 是否禁止滑动
  	 * @property {Boolean} autoClose = [true|false] 其他组件开启的时候,当前组件是否自动关闭
  	 * @property {Array} options 组件选项内容及样式
  	 * @event {Function} click 点击选项按钮时触发事件,e = {content,index} ,content(点击内容)、index(下标)
  	 * @event {Function} change 组件打开或关闭时触发,true:开启状态;false:关闭状态
  	 */
  
  	export default {
  		// #ifdef APP-VUE|| MP-WEIXIN||H5
  		mixins: [mpwxs],
  		// #endif
  
  		// #ifdef APP-NVUE
  		mixins: [bindingx],
  		// #endif
  
  		// #ifndef APP-PLUS|| MP-WEIXIN || MP-ALIPAY ||  H5
  		mixins: [mixins],
  		// #endif
  
  		// #ifdef MP-ALIPAY
  		mixins: [mpalipay],
  		// #endif
  
  		props: {
  			/**
  			 * 按钮内容
  			 */
  			options: {
  				type: Array,
  				default () {
  					return []
  				}
  			},
  			/**
  			 * 禁用
  			 */
  			disabled: {
  				type: Boolean,
  				default: false
  			},
  			/**
  			 * 变量控制开关
  			 */
  			show: {
  				type: Boolean,
  				default: false
  			},
  			/**
  			 * 是否自动关闭
  			 */
  			autoClose: {
  				type: Boolean,
  				default: true
  			}
  		},
  		inject: ['swipeaction']
  
  
  	}
  </script>
  <style lang="scss" scoped>
  	.uni-swipe {
  		overflow: hidden;
  	}
  
  	.uni-swipe-box {
  		position: relative;
  		width: 100%;
  	}
  
  	.uni-swipe_content {
  		flex: 1;
  		position: relative;
  	}
  
  	.uni-swipe_move-box {
  		/* #ifndef APP-NVUE */
  		display: flex;
  		/* #endif */
  		position: relative;
  		flex-direction: row;
  	}
  
  	.uni-swipe_box {
  		/* #ifndef APP-NVUE */
  		display: flex;
  		flex-direction: row;
  		width: 100%;
  		flex-shrink: 0;
  		/* #endif */
  		/* #ifdef APP-NVUE */
  		flex: 1;
  		/* #endif */
  		font-size: 14px;
  		background-color: #fff;
  	}
  
  	.uni-swipe_button-group {
  		/* #ifndef APP-VUE|| MP-WEIXIN||H5 */
  		position: absolute;
  		top: 0;
  		right: 0;
  		bottom: 0;
  		z-index: 0;
  		/* #endif */
  		/* #ifndef APP-NVUE */
  		display: flex;
  		flex-shrink: 0;
  		/* #endif */
  		flex-direction: row;
  	}
  
  	.uni-swipe_button {
  		/* #ifdef APP-NVUE */
  		position: absolute;
  		left: 0;
  		top: 0;
  		bottom: 0;
  		/* #endif */
  		/* #ifndef APP-NVUE */
  		display: flex;
  		/* #endif */
  		flex-direction: row;
  		justify-content: center;
  		align-items: center;
  		padding: 0 20px;
  	}
  
  	.uni-swipe_button-text {
  		/* #ifndef APP-NVUE */
  		flex-shrink: 0;
  		/* #endif */
  		font-size: 14px;
  	}
  
  	.ani {
  		transition-property: transform;
  		transition-duration: 0.3s;
  		transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  	}
  
  	/* #ifdef MP-ALIPAY */
  	.movable-area {
  		width: 300px;
  		height: 100%;
  		height: 45px;
  	}
  
  	.movable-view {
  		position: relative;
  		width: 160%;
  		height: 45px;
  		z-index: 2;
  	}
  	.transition {
  		transition: all 0.3s;
  	}
  
  	.movable-view-box {
  		width: 100%;
  		height: 100%;
  		background-color: #fff;
  	}
  	/* #endif */
  </style>