no message

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:00:29 +08:00
commit 4d06351f6a
2830 changed files with 166480 additions and 0 deletions

View File

@@ -0,0 +1 @@
.zp-container.data-v-5b8c527d{display:flex;align-items:center;justify-content:center}.zp-container-fixed.data-v-5b8c527d{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main.data-v-5b8c527d{display:flex;flex-direction:column;align-items:center;padding:50rpx 0rpx}.zp-main-image-rpx.data-v-5b8c527d{width:240rpx;height:240rpx}.zp-main-image-px.data-v-5b8c527d{width:120px;height:120px}.zp-main-title.data-v-5b8c527d{color:#aaa;text-align:center}.zp-main-title-rpx.data-v-5b8c527d{font-size:28rpx;margin-top:10rpx;padding:0rpx 20rpx}.zp-main-title-px.data-v-5b8c527d{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn.data-v-5b8c527d{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx.data-v-5b8c527d{font-size:28rpx;padding:8rpx 24rpx;border-radius:6rpx;margin-top:50rpx}.zp-main-error-btn-px.data-v-5b8c527d{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}

View File

@@ -0,0 +1 @@
<view class="{{('data-v-5b8c527d') + ' ' + 'zp-container' + ' ' + (t && 'zp-container-fixed')}}" style="{{v}}" onTap="{{w}}"><view class="zp-main data-v-5b8c527d"><image a:if="{{a}}" class="{{('data-v-5b8c527d') + ' ' + (b && 'zp-main-image-rpx') + ' ' + (c && 'zp-main-image-px')}}" style="{{d}}" src="{{e}}"/><image a:else class="{{('data-v-5b8c527d') + ' ' + (f && 'zp-main-image-rpx') + ' ' + (g && 'zp-main-image-px')}}" mode="aspectFit" style="{{h}}" src="{{i}}"/><text class="{{('zp-main-title') + ' ' + 'data-v-5b8c527d' + ' ' + (k && 'zp-main-title-rpx') + ' ' + (l && 'zp-main-title-px')}}" style="{{m}}">{{j}}</text><text a:if="{{n}}" class="{{('data-v-5b8c527d') + ' ' + 'zp-main-error-btn' + ' ' + (p && 'zp-main-error-btn-rpx') + ' ' + (q && 'zp-main-error-btn-px')}}" style="{{r}}" catchTap="{{s}}">{{o}}</text></view></view>

View File

@@ -0,0 +1 @@
"use strict";const uni_modules_zPaging_components_zPaging_js_zPagingStatic=require("../z-paging/js/z-paging-static.js");const common_vendor=require("../../../../common/vendor.js");const _sfc_main={name:"z-paging-empty-view",data(){return{}},props:{emptyViewText:{type:String,default:"没有数据哦~"},emptyViewImg:{type:String,default:""},showEmptyViewReload:{type:Boolean,default:false},emptyViewReloadText:{type:String,default:"重新加载"},isLoadFailed:{type:Boolean,default:false},emptyViewStyle:{type:Object,default:function(){return{}}},emptyViewImgStyle:{type:Object,default:function(){return{}}},emptyViewTitleStyle:{type:Object,default:function(){return{}}},emptyViewReloadStyle:{type:Object,default:function(){return{}}},emptyViewZIndex:{type:Number,default:9},emptyViewFixed:{type:Boolean,default:true},unit:{type:String,default:"rpx"}},computed:{emptyImg(){return this.isLoadFailed?uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64Error:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64Empty},finalEmptyViewStyle(){this.emptyViewStyle["z-index"]=this.emptyViewZIndex;return this.emptyViewStyle}},methods:{reloadClick(){this.$emit("reload")},emptyViewClick(){this.$emit("viewClick")}}};function _sfc_render(_ctx,_cache,$props,$setup,$data,$options){return common_vendor.e({a:!$props.emptyViewImg.length},!$props.emptyViewImg.length?{b:$props.unit==="rpx"?1:"",c:$props.unit==="px"?1:"",d:common_vendor.s($props.emptyViewImgStyle),e:$options.emptyImg}:{f:$props.unit==="rpx"?1:"",g:$props.unit==="px"?1:"",h:common_vendor.s($props.emptyViewImgStyle),i:$props.emptyViewImg},{j:common_vendor.t($props.emptyViewText),k:$props.unit==="rpx"?1:"",l:$props.unit==="px"?1:"",m:common_vendor.s($props.emptyViewTitleStyle),n:$props.showEmptyViewReload},$props.showEmptyViewReload?{o:common_vendor.t($props.emptyViewReloadText),p:$props.unit==="rpx"?1:"",q:$props.unit==="px"?1:"",r:common_vendor.s($props.emptyViewReloadStyle),s:common_vendor.o(((...args)=>$options.reloadClick&&$options.reloadClick(...args)))}:{},{t:$props.emptyViewFixed?1:"",v:common_vendor.s($options.finalEmptyViewStyle),w:common_vendor.o(((...args)=>$options.emptyViewClick&&$options.emptyViewClick(...args)))})}const Component=common_vendor._export_sfc(_sfc_main,[["render",_sfc_render],["__scopeId","data-v-5b8c527d"]]);my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
.zp-line-loading-image.data-v-57f25fe5{animation:loading-flower-57f25fe5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx.data-v-57f25fe5{margin-right:8rpx;width:34rpx;height:34rpx}.zp-line-loading-image-px.data-v-57f25fe5{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx.data-v-57f25fe5{width:40rpx;height:40rpx}.zp-loading-image-ios-px.data-v-57f25fe5{width:20px;height:20px}.zp-loading-image-android-rpx.data-v-57f25fe5{width:34rpx;height:34rpx}.zp-loading-image-android-px.data-v-57f25fe5{width:17px;height:17px}@keyframes loading-flower-57f25fe5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container.data-v-57f25fe5{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx.data-v-57f25fe5{height:80rpx;font-size:27rpx}.zp-l-container-px.data-v-57f25fe5{height:40px;font-size:14px}.zp-l-line-loading-custom-image.data-v-57f25fe5{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx.data-v-57f25fe5{margin-right:8rpx;width:28rpx;height:28rpx}.zp-l-line-loading-custom-image-px.data-v-57f25fe5{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated.data-v-57f25fe5{animation:loading-circle-57f25fe5 1s linear infinite}.zp-l-circle-loading-view.data-v-57f25fe5{border:3rpx solid #dddddd;border-radius:50%;animation:loading-circle-57f25fe5 1s linear infinite}.zp-l-circle-loading-view-rpx.data-v-57f25fe5{margin-right:8rpx;width:23rpx;height:23rpx}.zp-l-circle-loading-view-px.data-v-57f25fe5{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx.data-v-57f25fe5{font-size:30rpx;margin:0rpx 6rpx}.zp-l-text-px.data-v-57f25fe5{font-size:15px;margin:0 3px}.zp-l-line-rpx.data-v-57f25fe5{height:1px;width:100rpx;margin:0rpx 10rpx}.zp-l-line-px.data-v-57f25fe5{height:1px;width:50px;margin:0rpx 5px}@keyframes loading-circle-57f25fe5{0%{transform:rotate(0)}to{transform:rotate(360deg)}}

View File

@@ -0,0 +1 @@
<view class="{{('zp-l-container') + ' ' + 'data-v-57f25fe5' + ' ' + (I && 'zp-l-container-rpx') + ' ' + (J && 'zp-l-container-px')}}" style="{{K}}" onTap="{{L}}"><block a:if="{{a}}"><text a:if="{{b}}" class="{{('data-v-57f25fe5') + ' ' + (c && 'zp-l-line-rpx') + ' ' + (d && 'zp-l-line-px')}}" style="{{e + ';' + f}}"/><image a:if="{{g}}" src="{{h}}" style="{{i}}" class="{{('data-v-57f25fe5') + ' ' + 'zp-l-line-loading-custom-image' + ' ' + (j && 'zp-l-line-loading-custom-image-animated') + ' ' + (k && 'zp-l-line-loading-custom-image-rpx') + ' ' + (l && 'zp-l-line-loading-custom-image-px')}}"/><image a:if="{{m}}" class="{{('data-v-57f25fe5') + ' ' + 'zp-line-loading-image' + ' ' + (n && 'zp-line-loading-image-rpx') + ' ' + (o && 'zp-line-loading-image-px')}}" style="{{p}}" src="{{q}}"/><text a:if="{{r}}" class="{{('zp-l-circle-loading-view') + ' ' + 'data-v-57f25fe5' + ' ' + (s && 'zp-l-circle-loading-view-rpx') + ' ' + (t && 'zp-l-circle-loading-view-px')}}" style="{{v + ';' + w}}"/><text a:if="{{x}}" class="{{('data-v-57f25fe5') + ' ' + (z && 'zp-l-text-rpx') + ' ' + (A && 'zp-l-text-px')}}" style="{{B + ';' + C}}">{{y}}</text><text a:if="{{D}}" class="{{('data-v-57f25fe5') + ' ' + (E && 'zp-l-line-rpx') + ' ' + (F && 'zp-l-line-px')}}" style="{{G + ';' + H}}"/></block></view>

View File

@@ -0,0 +1 @@
"use strict";const uni_modules_zPaging_components_zPaging_js_zPagingStatic=require("../js/z-paging-static.js");const uni_modules_zPaging_components_zPaging_js_zPagingEnum=require("../js/z-paging-enum.js");const common_vendor=require("../../../../../common/vendor.js");const _sfc_main={name:"z-paging-load-more",data(){return{M:uni_modules_zPaging_components_zPaging_js_zPagingEnum.Enum.More,zTheme:{title:{white:"#efefef",black:"#a4a4a4"},line:{white:"#efefef",black:"#eeeeee"},circleBorder:{white:"#aaaaaa",black:"#c8c8c8"},circleBorderTop:{white:"#ffffff",black:"#444444"},flower:{white:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64FlowerWhite,black:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64Flower},indicator:{white:"#eeeeee",black:"#777777"}}}},props:["zConfig"],computed:{ts(){return this.c.defaultThemeStyle},c(){return this.zConfig||{}},ownLoadingMoreText(){const statusTextArr=[this.c.defaultText,this.c.loadingText,this.c.noMoreText,this.c.failText];return statusTextArr[this.finalStatus]},finalStatus(){if(this.c.defaultAsLoading&&this.c.status===this.M.Default)return this.M.Loading;return this.c.status},finalLoadingIconType(){return this.c.loadingIconType}},methods:{doClick(){this.$emit("doClick")}}};function _sfc_render(_ctx,_cache,$props,$setup,$data,$options){return common_vendor.e({a:!$options.c.hideContent},!$options.c.hideContent?common_vendor.e({b:$options.c.showNoMoreLine&&$options.finalStatus===$data.M.NoMore},$options.c.showNoMoreLine&&$options.finalStatus===$data.M.NoMore?{c:$options.c.unit==="rpx"?1:"",d:$options.c.unit==="px"?1:"",e:common_vendor.s({backgroundColor:$data.zTheme.line[$options.ts]}),f:common_vendor.s($options.c.noMoreLineCustomStyle)}:{},{g:$options.finalStatus===$data.M.Loading&&!!$options.c.loadingIconCustomImage},$options.finalStatus===$data.M.Loading&&!!$options.c.loadingIconCustomImage?{h:$options.c.loadingIconCustomImage,i:common_vendor.s($options.c.iconCustomStyle),j:$options.c.loadingAnimated?1:"",k:$options.c.unit==="rpx"?1:"",l:$options.c.unit==="px"?1:""}:{},{m:$options.finalStatus===$data.M.Loading&&$options.finalLoadingIconType==="flower"&&!$options.c.loadingIconCustomImage.length},$options.finalStatus===$data.M.Loading&&$options.finalLoadingIconType==="flower"&&!$options.c.loadingIconCustomImage.length?{n:$options.c.unit==="rpx"?1:"",o:$options.c.unit==="px"?1:"",p:common_vendor.s($options.c.iconCustomStyle),q:$data.zTheme.flower[$options.ts]}:{},{r:$options.finalStatus===$data.M.Loading&&$options.finalLoadingIconType==="circle"&&!$options.c.loadingIconCustomImage.length},$options.finalStatus===$data.M.Loading&&$options.finalLoadingIconType==="circle"&&!$options.c.loadingIconCustomImage.length?{s:$options.c.unit==="rpx"?1:"",t:$options.c.unit==="px"?1:"",v:common_vendor.s({borderColor:$data.zTheme.circleBorder[$options.ts],borderTopColor:$data.zTheme.circleBorderTop[$options.ts]}),w:common_vendor.s($options.c.iconCustomStyle)}:{},{x:!$options.c.isChat||!$options.c.chatDefaultAsLoading&&$options.finalStatus===$data.M.Default||$options.finalStatus===$data.M.Fail},!$options.c.isChat||!$options.c.chatDefaultAsLoading&&$options.finalStatus===$data.M.Default||$options.finalStatus===$data.M.Fail?{y:common_vendor.t($options.ownLoadingMoreText),z:$options.c.unit==="rpx"?1:"",A:$options.c.unit==="px"?1:"",B:common_vendor.s({color:$data.zTheme.title[$options.ts]}),C:common_vendor.s($options.c.titleCustomStyle)}:{},{D:$options.c.showNoMoreLine&&$options.finalStatus===$data.M.NoMore},$options.c.showNoMoreLine&&$options.finalStatus===$data.M.NoMore?{E:$options.c.unit==="rpx"?1:"",F:$options.c.unit==="px"?1:"",G:common_vendor.s({backgroundColor:$data.zTheme.line[$options.ts]}),H:common_vendor.s($options.c.noMoreLineCustomStyle)}:{}):{},{I:$options.c.unit==="rpx"?1:"",J:$options.c.unit==="px"?1:"",K:common_vendor.s($options.c.customStyle),L:common_vendor.o(((...args)=>$options.doClick&&$options.doClick(...args)))})}const Component=common_vendor._export_sfc(_sfc_main,[["render",_sfc_render],["__scopeId","data-v-57f25fe5"]]);my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
.zp-line-loading-image.data-v-eae9e6b5{animation:loading-flower-eae9e6b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx.data-v-eae9e6b5{margin-right:8rpx;width:34rpx;height:34rpx}.zp-line-loading-image-px.data-v-eae9e6b5{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx.data-v-eae9e6b5{width:40rpx;height:40rpx}.zp-loading-image-ios-px.data-v-eae9e6b5{width:20px;height:20px}.zp-loading-image-android-rpx.data-v-eae9e6b5{width:34rpx;height:34rpx}.zp-loading-image-android-px.data-v-eae9e6b5{width:17px;height:17px}@keyframes loading-flower-eae9e6b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container.data-v-eae9e6b5{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left.data-v-eae9e6b5{display:flex;flex-direction:row;align-items:center;overflow:hidden;margin-top:-4rpx}.zp-r-left-image.data-v-eae9e6b5{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx.data-v-eae9e6b5{width:34rpx;height:34rpx;overflow:hidden}.zp-r-left-image-pre-size-px.data-v-eae9e6b5{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top.data-v-eae9e6b5{transform:rotate(0)}.zp-r-arrow-down.data-v-eae9e6b5{transform:rotate(180deg)}.zp-r-right.data-v-eae9e6b5{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx.data-v-eae9e6b5{margin-top:10rpx;font-size:26rpx}.zp-r-right-time-text-px.data-v-eae9e6b5{margin-top:5px;font-size:13px}

View File

@@ -0,0 +1 @@
<view class="data-v-eae9e6b5" style="height:100%"><view class="{{('data-v-eae9e6b5') + ' ' + v}}"><view class="zp-r-left data-v-eae9e6b5"><image a:if="{{a}}" class="{{('data-v-eae9e6b5') + ' ' + b}}" style="{{c + ';' + d}}" src="{{e}}"/><image a:else class="{{('data-v-eae9e6b5') + ' ' + (f && 'zp-line-loading-image') + ' ' + 'zp-r-left-image' + ' ' + (g && 'zp-r-left-image-pre-size-rpx') + ' ' + (h && 'zp-r-left-image-pre-size-px')}}" style="{{i + ';' + j}}" src="{{k}}"/></view><view class="zp-r-right data-v-eae9e6b5"><text class="zp-r-right-text data-v-eae9e6b5" style="{{m + ';' + n}}">{{l}}</text><text a:if="{{o}}" class="{{('zp-r-right-text') + ' ' + 'data-v-eae9e6b5' + ' ' + (q && 'zp-r-right-time-text-rpx') + ' ' + (r && 'zp-r-right-time-text-px')}}" style="{{s + ';' + t}}">{{p}}</text></view></view></view>

View File

@@ -0,0 +1 @@
"use strict";const common_vendor=require("../../../../../common/vendor.js");const uni_modules_zPaging_components_zPaging_js_zPagingStatic=require("../js/z-paging-static.js");const uni_modules_zPaging_components_zPaging_js_zPagingUtils=require("../js/z-paging-utils.js");const uni_modules_zPaging_components_zPaging_js_zPagingEnum=require("../js/z-paging-enum.js");const _sfc_main={name:"z-paging-refresh",data(){return{R:uni_modules_zPaging_components_zPaging_js_zPagingEnum.Enum.Refresher,isIos:common_vendor.index.getSystemInfoSync().platform==="ios",refresherTimeText:"",zTheme:{title:{white:"#efefef",black:"#555555"},arrow:{white:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64ArrowWhite,black:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64Arrow},flower:{white:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64FlowerWhite,black:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64Flower},success:{white:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64SuccessWhite,black:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64Success},indicator:{white:"#eeeeee",black:"#777777"}}}},props:["status","defaultThemeStyle","defaultText","pullingText","refreshingText","completeText","goF2Text","defaultImg","pullingImg","refreshingImg","completeImg","refreshingAnimated","showUpdateTime","updateTimeKey","imgStyle","titleStyle","updateTimeStyle","updateTimeTextMap","unit"],computed:{ts(){return this.defaultThemeStyle},statusTextArr(){this.updateTime();return[this.defaultText,this.pullingText,this.refreshingText,this.completeText,this.goF2Text]},currentTitle(){return this.statusTextArr[this.status]||this.defaultText},leftImageClass(){const preSizeClass=`zp-r-left-image-pre-size-${this.unit}`;if(this.status===this.R.Complete)return preSizeClass;return`zp-r-left-image ${preSizeClass} ${this.status===this.R.Default?"zp-r-arrow-down":"zp-r-arrow-top"}`},leftImageStyle(){const showUpdateTime=this.showUpdateTime;const size=showUpdateTime?uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.addUnit(36,this.unit):uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.addUnit(34,this.unit);return{width:size,height:size,"margin-right":showUpdateTime?uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.addUnit(20,this.unit):uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.addUnit(9,this.unit)}},leftImageSrc(){const R=this.R;const status=this.status;if(status===R.Default){if(!!this.defaultImg)return this.defaultImg;return this.zTheme.arrow[this.ts]}else if(status===R.ReleaseToRefresh){if(!!this.pullingImg)return this.pullingImg;if(!!this.defaultImg)return this.defaultImg;return this.zTheme.arrow[this.ts]}else if(status===R.Loading){if(!!this.refreshingImg)return this.refreshingImg;return this.zTheme.flower[this.ts]}else if(status===R.Complete){if(!!this.completeImg)return this.completeImg;return this.zTheme.success[this.ts]}else if(status===R.GoF2){return this.zTheme.arrow[this.ts]}return""},rightTextStyle(){let stl={};stl["color"]=this.zTheme.title[this.ts];stl["font-size"]=uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.addUnit(30,this.unit);return stl}},methods:{addUnit(value,unit){return uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.addUnit(value,unit)},updateTime(){if(this.showUpdateTime){this.refresherTimeText=uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.getRefesrherFormatTimeByKey(this.updateTimeKey,this.updateTimeTextMap)}}}};function _sfc_render(_ctx,_cache,$props,$setup,$data,$options){return common_vendor.e({a:$props.status!==$data.R.Loading},$props.status!==$data.R.Loading?{b:common_vendor.n($options.leftImageClass),c:common_vendor.s($options.leftImageStyle),d:common_vendor.s($props.imgStyle),e:$options.leftImageSrc}:{f:$props.refreshingAnimated?1:"",g:$props.unit==="rpx"?1:"",h:$props.unit==="px"?1:"",i:common_vendor.s($options.leftImageStyle),j:common_vendor.s($props.imgStyle),k:$options.leftImageSrc},{l:common_vendor.t($options.currentTitle),m:common_vendor.s($options.rightTextStyle),n:common_vendor.s($props.titleStyle),o:$props.showUpdateTime&&$data.refresherTimeText.length},$props.showUpdateTime&&$data.refresherTimeText.length?{p:common_vendor.t($data.refresherTimeText),q:$props.unit==="rpx"?1:"",r:$props.unit==="px"?1:"",s:common_vendor.s({color:$data.zTheme.title[$options.ts]}),t:common_vendor.s($props.updateTimeStyle)}:{},{v:common_vendor.n($props.showUpdateTime?"zp-r-container zp-r-container-padding":"zp-r-container")})}const Component=common_vendor._export_sfc(_sfc_main,[["render",_sfc_render],["__scopeId","data-v-eae9e6b5"]]);my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
"use strict";const zLocalConfig={};exports.zLocalConfig=zLocalConfig;

View File

@@ -0,0 +1 @@
"use strict";const en={"zp.refresher.default":"Pull down to refresh","zp.refresher.pulling":"Release to refresh","zp.refresher.refreshing":"Refreshing...","zp.refresher.complete":"Refresh succeeded","zp.refresher.f2":"Refresh to enter 2f","zp.loadingMore.default":"Click to load more","zp.loadingMore.loading":"Loading...","zp.loadingMore.noMore":"No more data","zp.loadingMore.fail":"Load failed,click to reload","zp.emptyView.title":"No data","zp.emptyView.reload":"Reload","zp.emptyView.error":"Sorry,load failed","zp.refresherUpdateTime.title":"Last update: ","zp.refresherUpdateTime.none":"None","zp.refresherUpdateTime.today":"Today","zp.refresherUpdateTime.yesterday":"Yesterday","zp.systemLoading.title":"Loading..."};const zhHans={"zp.refresher.default":"继续下拉刷新","zp.refresher.pulling":"松开立即刷新","zp.refresher.refreshing":"正在刷新...","zp.refresher.complete":"刷新成功","zp.refresher.f2":"松手进入二楼","zp.loadingMore.default":"点击加载更多","zp.loadingMore.loading":"正在加载...","zp.loadingMore.noMore":"没有更多了","zp.loadingMore.fail":"加载失败,点击重新加载","zp.emptyView.title":"没有数据哦~","zp.emptyView.reload":"重新加载","zp.emptyView.error":"很抱歉,加载失败","zp.refresherUpdateTime.title":"最后更新:","zp.refresherUpdateTime.none":"无","zp.refresherUpdateTime.today":"今天","zp.refresherUpdateTime.yesterday":"昨天","zp.systemLoading.title":"加载中..."};const zhHant={"zp.refresher.default":"繼續下拉重繪","zp.refresher.pulling":"鬆開立即重繪","zp.refresher.refreshing":"正在重繪...","zp.refresher.complete":"重繪成功","zp.refresher.f2":"鬆手進入二樓","zp.loadingMore.default":"點擊加載更多","zp.loadingMore.loading":"正在加載...","zp.loadingMore.noMore":"沒有更多了","zp.loadingMore.fail":"加載失敗,點擊重新加載","zp.emptyView.title":"沒有數據哦~","zp.emptyView.reload":"重新加載","zp.emptyView.error":"很抱歉,加載失敗","zp.refresherUpdateTime.title":"最後更新:","zp.refresherUpdateTime.none":"無","zp.refresherUpdateTime.today":"今天","zp.refresherUpdateTime.yesterday":"昨天","zp.systemLoading.title":"加載中..."};const messages={en:en,"zh-Hans":zhHans,"zh-Hant":zhHant};exports.messages=messages;

View File

@@ -0,0 +1 @@
"use strict";const uni_modules_zPaging_components_zPaging_js_zPagingUtils=require("../z-paging-utils.js");const backToTopModule={props:{autoShowBackToTop:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("autoShowBackToTop",false)},backToTopThreshold:{type:[Number,String],default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("backToTopThreshold","400rpx")},backToTopImg:{type:String,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("backToTopImg","")},backToTopWithAnimate:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("backToTopWithAnimate",true)},backToTopBottom:{type:[Number,String],default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("backToTopBottom","160rpx")},backToTopStyle:{type:Object,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("backToTopStyle",{})},enableBackToTop:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("enableBackToTop",true)}},data(){return{backToTopClass:"zp-back-to-top zp-back-to-top-hide",lastBackToTopShowTime:0,showBackToTopClass:false}},computed:{backToTopThresholdUnitConverted(){return uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.addUnit(this.backToTopThreshold,this.unit)},backToTopBottomUnitConverted(){return uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.addUnit(this.backToTopBottom,this.unit)},finalEnableBackToTop(){return this.usePageScroll?false:this.enableBackToTop},finalBackToTopThreshold(){return uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.convertToPx(this.backToTopThresholdUnitConverted)},finalBackToTopStyle(){const backToTopStyle=this.backToTopStyle;if(!backToTopStyle.bottom){backToTopStyle.bottom=this.windowBottom+uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.convertToPx(this.backToTopBottomUnitConverted)+"px"}if(!backToTopStyle.position){backToTopStyle.position=this.usePageScroll?"fixed":"absolute"}return backToTopStyle},finalBackToTopClass(){return`${this.backToTopClass} zp-back-to-top-${this.unit}`}},methods:{_backToTopClick(){let callbacked=false;this.$emit("backToTopClick",(toTop=>{(toTop===void 0||toTop===true)&&this._handleToTop();callbacked=true}));this.$nextTick((()=>{!callbacked&&this._handleToTop()}))},_handleToTop(){!this.backToTopWithAnimate&&this._checkShouldShowBackToTop(0);this.scrollToTop(this.backToTopWithAnimate)},_checkShouldShowBackToTop(scrollTop){if(!this.autoShowBackToTop){this.showBackToTopClass=false;return}if(scrollTop>this.finalBackToTopThreshold){if(!this.showBackToTopClass){this.showBackToTopClass=true;this.lastBackToTopShowTime=(new Date).getTime();uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.delay((()=>{this.backToTopClass="zp-back-to-top zp-back-to-top-show"}),300)}}else{if(this.showBackToTopClass){this.backToTopClass="zp-back-to-top zp-back-to-top-hide";uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.delay((()=>{this.showBackToTopClass=false}),(new Date).getTime()-this.lastBackToTopShowTime<500?0:300)}}}}};exports.backToTopModule=backToTopModule;

View File

@@ -0,0 +1 @@
"use strict";const common_vendor=require("../../../../../../common/vendor.js");const uni_modules_zPaging_components_zPaging_js_zPagingUtils=require("../z-paging-utils.js");const chatRecordModerModule={props:{useChatRecordMode:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("useChatRecordMode",false)},chatRecordMoreOffset:{type:[Number,String],default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("chatRecordMoreOffset","0rpx")},autoHideKeyboardWhenChat:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("autoHideKeyboardWhenChat",true)},autoAdjustPositionWhenChat:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("autoAdjustPositionWhenChat",true)},chatAdjustPositionOffset:{type:[Number,String],default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("chatAdjustPositionOffset","0rpx")},autoToBottomWhenChat:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("autoToBottomWhenChat",false)},showChatLoadingWhenReload:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("showChatLoadingWhenReload",false)},chatLoadingMoreDefaultAsLoading:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("chatLoadingMoreDefaultAsLoading",true)}},data(){return{keyboardHeight:0,isKeyboardHeightChanged:false}},computed:{finalChatRecordMoreOffset(){return uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.convertToPx(this.chatRecordMoreOffset)},finalChatAdjustPositionOffset(){return uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.convertToPx(this.chatAdjustPositionOffset)},chatRecordRotateStyle(){let cellStyle;cellStyle=this.useChatRecordMode?{transform:"scaleY(-1)"}:{};this.$emit("update:cellStyle",cellStyle);this.$emit("cellStyleChange",cellStyle);this.$nextTick((()=>{if(this.isFirstPage&&this.isChatRecordModeAndNotInversion){this.$nextTick((()=>{this._scrollToBottom(false);uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.delay((()=>{this._scrollToBottom(false);uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.delay((()=>{this._scrollToBottom(false)}),50)}),50)}))}}));return cellStyle},isChatRecordModeHasTransform(){return this.useChatRecordMode&&this.chatRecordRotateStyle&&this.chatRecordRotateStyle.transform},isChatRecordModeAndNotInversion(){return this.isChatRecordModeHasTransform&&this.chatRecordRotateStyle.transform==="scaleY(1)"},isChatRecordModeAndInversion(){return this.isChatRecordModeHasTransform&&this.chatRecordRotateStyle.transform==="scaleY(-1)"},chatRecordModeSafeAreaBottom(){return this.safeAreaInsetBottom&&!this.keyboardHeight?this.safeAreaBottom:0}},mounted(){if(this.useChatRecordMode){common_vendor.index.onKeyboardHeightChange(this._handleKeyboardHeightChange)}},methods:{addChatRecordData(data,toBottom=true,toBottomWithAnimate=true){if(!this.useChatRecordMode)return;this.isTotalChangeFromAddData=true;this.addDataFromTop(data,toBottom,toBottomWithAnimate)},doChatRecordLoadMore(){this.useChatRecordMode&&this._onLoadingMore("click")},_handleKeyboardHeightChange(res){this.$emit("keyboardHeightChange",res);if(this.autoAdjustPositionWhenChat){this.isKeyboardHeightChanged=true;this.keyboardHeight=res.height>0?res.height+this.finalChatAdjustPositionOffset:res.height}if(this.autoToBottomWhenChat&&this.keyboardHeight>0){uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.delay((()=>{this.scrollToBottom(false);uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.delay((()=>{this.scrollToBottom(false)}))}))}}}};exports.chatRecordModerModule=chatRecordModerModule;

View File

@@ -0,0 +1 @@
"use strict";const common_vendor=require("../../../../../../common/vendor.js");const commonLayoutModule={data(){return{systemInfo:null,cssSafeAreaInsetBottom:-1,isReadyDestroy:false}},computed:{windowTop(){if(!this.systemInfo)return 0;return this.systemInfo.windowTop||0},safeAreaBottom(){if(!this.systemInfo)return 0;let safeAreaBottom=0;safeAreaBottom=Math.max(this.cssSafeAreaInsetBottom,0);return safeAreaBottom},isOldWebView(){try{const systemInfos=common_vendor.index.getSystemInfoSync().system.split(" ");const deviceType=systemInfos[0];const version=parseInt(systemInfos[1]);if(deviceType==="iOS"&&version<=10||deviceType==="Android"&&version<=6){return true}}catch(e){return false}return false},zSlots(){return this.$slots}},beforeDestroy(){this.isReadyDestroy=true},unmounted(){this.isReadyDestroy=true},methods:{updateFixedLayout(){this.fixed&&this.$nextTick((()=>{this.systemInfo=common_vendor.index.getSystemInfoSync()}))},_getNodeClientRect(select,inDom=true,scrollOffset=false){if(this.isReadyDestroy){return Promise.resolve(false)}inDom=false;let res=!!inDom?common_vendor.index.createSelectorQuery().in(inDom===true?this:inDom):common_vendor.index.createSelectorQuery();scrollOffset?res.select(select).scrollOffset():res.select(select).boundingClientRect();return new Promise(((resolve,reject)=>{res.exec((data=>{resolve(data&&data!=""&&data!=void 0&&data.length?data:false)}))}))},_updateLeftAndRightWidth(targetStyle,parentNodePrefix){this.$nextTick((()=>{let delayTime=0;setTimeout((()=>{["left","right"].map((position=>{this._getNodeClientRect(`.${parentNodePrefix}-${position}`).then((res=>{this.$set(targetStyle,position,res?res[0].width+"px":"0px")}))}))}),delayTime)}))},_getCssSafeAreaInsetBottom(success){this._getNodeClientRect(".zp-safe-area-inset-bottom").then((res=>{this.cssSafeAreaInsetBottom=res?res[0].height:-1;res&&success&&success()}))}}};exports.commonLayoutModule=commonLayoutModule;

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";const uni_modules_zPaging_components_zPaging_js_zPagingUtils=require("../z-paging-utils.js");const emptyModule={props:{hideEmptyView:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("hideEmptyView",false)},emptyViewText:{type:[String,Object],default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewText",null)},showEmptyViewReload:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("showEmptyViewReload",false)},showEmptyViewReloadWhenError:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("showEmptyViewReloadWhenError",true)},emptyViewReloadText:{type:[String,Object],default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewReloadText",null)},emptyViewImg:{type:String,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewImg","")},emptyViewErrorText:{type:[String,Object],default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewErrorText",null)},emptyViewErrorImg:{type:String,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewErrorImg","")},emptyViewStyle:{type:Object,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewStyle",{})},emptyViewSuperStyle:{type:Object,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewSuperStyle",{})},emptyViewImgStyle:{type:Object,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewImgStyle",{})},emptyViewTitleStyle:{type:Object,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewTitleStyle",{})},emptyViewReloadStyle:{type:Object,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewReloadStyle",{})},emptyViewFixed:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewFixed",false)},emptyViewCenter:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewCenter",true)},autoHideEmptyViewWhenLoading:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("autoHideEmptyViewWhenLoading",true)},autoHideEmptyViewWhenPull:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("autoHideEmptyViewWhenPull",true)},emptyViewZIndex:{type:Number,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("emptyViewZIndex",9)}},data(){return{customerEmptyViewErrorText:""}},computed:{finalEmptyViewImg(){return this.isLoadFailed?this.emptyViewErrorImg:this.emptyViewImg},finalShowEmptyViewReload(){return this.isLoadFailed?this.showEmptyViewReloadWhenError:this.showEmptyViewReload},showEmpty(){if(this.refresherOnly||this.hideEmptyView||this.realTotalData.length)return false;if(this.autoHideEmptyViewWhenLoading){if(this.isAddedData&&!this.firstPageLoaded&&!this.loading)return true}else{return true}return!this.autoHideEmptyViewWhenPull&&!this.isUserReload}},methods:{_emptyViewReload(){let callbacked=false;this.$emit("emptyViewReload",(reload=>{if(reload===void 0||reload===true){this.fromEmptyViewReload=true;this.reload().catch((()=>{}))}callbacked=true}));this.$nextTick((()=>{if(!callbacked){this.fromEmptyViewReload=true;this.reload().catch((()=>{}))}}))},_emptyViewClick(){this.$emit("emptyViewClick")}}};exports.emptyModule=emptyModule;

View File

@@ -0,0 +1 @@
"use strict";const common_vendor=require("../../../../../../common/vendor.js");const uni_modules_zPaging_components_zPaging_i18n_index=require("../../i18n/index.js");const uni_modules_zPaging_components_zPaging_js_zPagingInterceptor=require("../z-paging-interceptor.js");const{t:t}=common_vendor.initVueI18n(uni_modules_zPaging_components_zPaging_i18n_index.messages);const language=common_vendor.index.getSystemInfoSync().language;const i18nModule={data(){return{language:language}},computed:{finalLanguage(){try{const local=common_vendor.index.getLocale();const language2=this.language;return local==="auto"?uni_modules_zPaging_components_zPaging_js_zPagingInterceptor.interceptor._handleLanguage2Local(language2,this._language2Local(language2)):local}catch(e){return"zh-Hans"}},finalRefresherDefaultText(){return this._getI18nText("zp.refresher.default",this.refresherDefaultText)},finalRefresherPullingText(){return this._getI18nText("zp.refresher.pulling",this.refresherPullingText)},finalRefresherRefreshingText(){return this._getI18nText("zp.refresher.refreshing",this.refresherRefreshingText)},finalRefresherCompleteText(){return this._getI18nText("zp.refresher.complete",this.refresherCompleteText)},finalRefresherUpdateTimeTextMap(){return{title:t("zp.refresherUpdateTime.title"),none:t("zp.refresherUpdateTime.none"),today:t("zp.refresherUpdateTime.today"),yesterday:t("zp.refresherUpdateTime.yesterday")}},finalRefresherGoF2Text(){return this._getI18nText("zp.refresher.f2",this.refresherGoF2Text)},finalLoadingMoreDefaultText(){return this._getI18nText("zp.loadingMore.default",this.loadingMoreDefaultText)},finalLoadingMoreLoadingText(){return this._getI18nText("zp.loadingMore.loading",this.loadingMoreLoadingText)},finalLoadingMoreNoMoreText(){return this._getI18nText("zp.loadingMore.noMore",this.loadingMoreNoMoreText)},finalLoadingMoreFailText(){return this._getI18nText("zp.loadingMore.fail",this.loadingMoreFailText)},finalEmptyViewText(){return this.isLoadFailed?this.finalEmptyViewErrorText:this._getI18nText("zp.emptyView.title",this.emptyViewText)},finalEmptyViewReloadText(){return this._getI18nText("zp.emptyView.reload",this.emptyViewReloadText)},finalEmptyViewErrorText(){return this.customerEmptyViewErrorText||this._getI18nText("zp.emptyView.error",this.emptyViewErrorText)},finalSystemLoadingText(){return this._getI18nText("zp.systemLoading.title",this.systemLoadingText)}},methods:{getLanguage(){return this.finalLanguage},_getI18nText(key,value){const dataType=Object.prototype.toString.call(value);if(dataType==="[object Object]"){const nextValue=value[this.finalLanguage];if(nextValue)return nextValue}else if(dataType==="[object String]"){return value}return t(key)},_language2Local(language2){const formatedLanguage=language2.toLowerCase().replace(new RegExp("_",""),"-");if(formatedLanguage.indexOf("zh")!==-1){if(formatedLanguage==="zh"||formatedLanguage==="zh-cn"||formatedLanguage.indexOf("zh-hans")!==-1){return"zh-Hans"}return"zh-Hant"}if(formatedLanguage.indexOf("en")!==-1)return"en";return language2}}};exports.i18nModule=i18nModule;

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";const common_vendor=require("../../../../../../common/vendor.js");const uni_modules_zPaging_components_zPaging_js_zPagingUtils=require("../z-paging-utils.js");const uni_modules_zPaging_components_zPaging_js_zPagingEnum=require("../z-paging-enum.js");const loadingModule={props:{autoHideLoadingAfterFirstLoaded:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("autoHideLoadingAfterFirstLoaded",true)},loadingFullFixed:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("loadingFullFixed",false)},autoShowSystemLoading:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("autoShowSystemLoading",false)},systemLoadingMask:{type:Boolean,default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("systemLoadingMask",true)},systemLoadingText:{type:[String,Object],default:uni_modules_zPaging_components_zPaging_js_zPagingUtils.u.gc("systemLoadingText",null)}},data(){return{loading:false,loadingForNow:false}},watch:{loadingStatus(newVal){this.$emit("loadingStatusChange",newVal);this.$nextTick((()=>{this.loadingStatusAfterRender=newVal}));if(this.useChatRecordMode){if(this.isFirstPage&&(newVal===uni_modules_zPaging_components_zPaging_js_zPagingEnum.Enum.More.NoMore||newVal===uni_modules_zPaging_components_zPaging_js_zPagingEnum.Enum.More.Fail)){this.isFirstPageAndNoMore=true;return}}this.isFirstPageAndNoMore=false},loading(newVal){if(newVal){this.loadingForNow=newVal}}},computed:{showLoading(){if(this.firstPageLoaded||!this.loading||!this.loadingForNow)return false;if(this.finalShowSystemLoading){common_vendor.index.showLoading({title:this.finalSystemLoadingText,mask:this.systemLoadingMask})}return this.autoHideLoadingAfterFirstLoaded?this.fromEmptyViewReload?true:!this.pagingLoaded:this.loadingType===uni_modules_zPaging_components_zPaging_js_zPagingEnum.Enum.LoadingType.Refresher},finalShowSystemLoading(){return this.autoShowSystemLoading&&this.loadingType===uni_modules_zPaging_components_zPaging_js_zPagingEnum.Enum.LoadingType.Refresher}},methods:{_startLoading(isReload=false){if(this.showLoadingMoreWhenReload&&!this.isUserPullDown||!isReload){this.loadingStatus=uni_modules_zPaging_components_zPaging_js_zPagingEnum.Enum.More.Loading}this.loading=true},_endSystemLoadingAndRefresh(){this.finalShowSystemLoading&&common_vendor.index.hideLoading();!this.useCustomRefresher&&common_vendor.index.stopPullDownRefresh()}}};exports.loadingModule=loadingModule;

View File

@@ -0,0 +1 @@
"use strict";const common_vendor=require("../../../../../../common/vendor.js");const nvueModule={props:{},data(){return{nRefresherLoading:false,nListIsDragging:false,nShowBottom:true,nFixFreezing:false,nShowRefresherReveal:false,nLoadingMoreFixedHeight:false,nShowRefresherRevealHeight:0,nOldShowRefresherRevealHeight:-1,nRefresherWidth:common_vendor.index.upx2px(750),nF2Opacity:0}},computed:{},mounted(){},methods:{}};exports.nvueModule=nvueModule;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";const c={version:"2.7.9",delayTime:100,errorUpdateKey:"z-paging-error-emit",completeUpdateKey:"z-paging-complete-emit",cachePrefixKey:"z-paging-cache",listCellIndexKey:"zp_index",listCellIndexUniqueKey:"zp_unique_index"};exports.c=c;

View File

@@ -0,0 +1 @@
"use strict";const Enum={LoadingType:{Refresher:0,LoadingMore:1},Refresher:{Default:0,ReleaseToRefresh:1,Loading:2,Complete:3,GoF2:4},More:{Default:0,Loading:1,NoMore:2,Fail:3},QueryFrom:{UserPullDown:0,Reload:1,Refresh:2,LoadingMore:3},CellHeightMode:{Fixed:"fixed",Dynamic:"dynamic"},CacheMode:{Default:"default",Always:"always"}};exports.Enum=Enum;

View File

@@ -0,0 +1 @@
"use strict";const queryKey="Query";const fetchParamsKey="FetchParams";const fetchResultKey="FetchResult";const language2LocalKey="Language2Local";function handleQuery(callback){_addHandleByKey(queryKey,callback);return this}function _handleQuery(pageNo,pageSize,from,lastItem){const callback=_getHandleByKey(queryKey);return callback?callback(pageNo,pageSize,from,lastItem):[pageNo,pageSize,from]}function handleFetchParams(callback){_addHandleByKey(fetchParamsKey,callback);return this}function _handleFetchParams(parmas,extraParams){const callback=_getHandleByKey(fetchParamsKey);return callback?callback(parmas,extraParams||{}):{pageNo:parmas.pageNo,pageSize:parmas.pageSize,...extraParams||{}}}function handleFetchResult(callback){_addHandleByKey(fetchResultKey,callback);return this}function _handleFetchResult(result,paging,params){const callback=_getHandleByKey(fetchResultKey);callback&&callback(result,paging,params);return callback?true:false}function handleLanguage2Local(callback){_addHandleByKey(language2LocalKey,callback);return this}function _handleLanguage2Local(language,local){const callback=_getHandleByKey(language2LocalKey);return callback?callback(language,local):local}function _getApp(){return getApp()}function _addHandleByKey(key,callback){try{setTimeout((function(){_getApp().globalData[`zp_handle${key}Callback`]=callback}),1)}catch(_){}}function _getHandleByKey(key){return _getApp().globalData[`zp_handle${key}Callback`]}const interceptor={handleQuery:handleQuery,_handleQuery:_handleQuery,handleFetchParams:handleFetchParams,_handleFetchParams:_handleFetchParams,handleFetchResult:handleFetchResult,_handleFetchResult:_handleFetchResult,handleLanguage2Local:handleLanguage2Local,_handleLanguage2Local:_handleLanguage2Local};exports.interceptor=interceptor;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.z-paging-content.data-v-dd5af16f{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full.data-v-dd5af16f{display:flex;width:100%;height:100%}.z-paging-content-fixed.data-v-dd5af16f,.zp-loading-fixed.data-v-dd5af16f{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content.data-v-dd5af16f{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top.data-v-dd5af16f,.zp-page-bottom.data-v-dd5af16f{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left.data-v-dd5af16f,.zp-page-right.data-v-dd5af16f{height:100%}.zp-scroll-view-super.data-v-dd5af16f{flex:1;overflow:hidden;position:relative}.zp-view-super.data-v-dd5af16f{display:flex;flex-direction:row}.zp-scroll-view-container.data-v-dd5af16f,.zp-scroll-view.data-v-dd5af16f{position:relative;height:100%;width:100%}.zp-absoulte.data-v-dd5af16f{position:absolute;top:0;width:auto}.zp-scroll-view-absolute.data-v-dd5af16f{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar.data-v-dd5af16f ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view.data-v-dd5af16f{width:100%;height:100%;position:relative}.zp-fixed-bac-view.data-v-dd5af16f{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main.data-v-dd5af16f{height:100%;display:flex;flex-direction:column}.zp-paging-container.data-v-dd5af16f{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image.data-v-dd5af16f{width:35rpx;height:35rpx;animation:loading-flower-dd5af16f 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate.data-v-dd5af16f{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container.data-v-dd5af16f{overflow:hidden}.zp-custom-refresher-refresh.data-v-dd5af16f{display:block}.zp-back-to-top.data-v-dd5af16f{z-index:999;position:absolute;bottom:0rpx;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx.data-v-dd5af16f{width:76rpx;height:76rpx;bottom:0rpx;right:25rpx}.zp-back-to-top-px.data-v-dd5af16f{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show.data-v-dd5af16f{opacity:1}.zp-back-to-top-hide.data-v-dd5af16f{opacity:0}.zp-back-to-top-img.data-v-dd5af16f{width:100%;height:100%;z-index:999}.zp-empty-view.data-v-dd5af16f{flex:1}.zp-empty-view-center.data-v-dd5af16f{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed.data-v-dd5af16f{z-index:9999}.zp-safe-area-inset-bottom.data-v-dd5af16f{position:absolute;height:env(safe-area-inset-bottom)}.zp-n-refresh-container.data-v-dd5af16f{display:flex;justify-content:center;width:750rpx}.zp-n-list-container.data-v-dd5af16f{display:flex;flex-direction:row;flex:1}.zp-line-loading-image.data-v-dd5af16f{animation:loading-flower-dd5af16f 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx.data-v-dd5af16f{margin-right:8rpx;width:34rpx;height:34rpx}.zp-line-loading-image-px.data-v-dd5af16f{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx.data-v-dd5af16f{width:40rpx;height:40rpx}.zp-loading-image-ios-px.data-v-dd5af16f{width:20px;height:20px}.zp-loading-image-android-rpx.data-v-dd5af16f{width:34rpx;height:34rpx}.zp-loading-image-android-px.data-v-dd5af16f{width:17px;height:17px}@keyframes loading-flower-dd5af16f{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {
"z-paging-empty-view": "../z-paging-empty-view/z-paging-empty-view",
"z-paging-refresh": "./components/z-paging-refresh",
"z-paging-load-more": "./components/z-paging-load-more"
}
}