锦水居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

88 lines
4.0 KiB

"use strict";
Object.defineProperty(exports, "__esModule", {
value: !0
}), Object.defineProperty(exports, "$wuxCountDown", {
enumerable: !0,
get: function () {
return _index.default
}
}), Object.defineProperty(exports, "$wuxCountUp", {
enumerable: !0,
get: function () {
return _index2.default
}
}), exports.$stopWuxLoader = exports.$stopWuxRefresher = exports.$startWuxRefresher = exports.$wuxCalendar = exports.$wuxSelect = exports.$wuxKeyBoard = exports.$wuxNotification = exports.$wuxGallery = exports.$wuxToptips = exports.$wuxForm = exports.$wuxDialog = exports.$wuxLoading = exports.$wuxToast = exports.$wuxBackdrop = exports.$wuxActionSheet = void 0;
var _index = _interopRequireDefault(require("./countdown/index")),
_index2 = _interopRequireDefault(require("./countup/index"));
function _interopRequireDefault(e) {
return e && e.__esModule ? e : {
default: e
}
}
var getCtx = function (e, t) {
var r = (1 < arguments.length && void 0 !== t ? t : getCurrentPages()[getCurrentPages().length - 1]).selectComponent(e);
if (!r) throw new Error("无法找到对应的组件,请按文档说明使用组件");
return r
},
$wuxActionSheet = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-actionsheet", 1 < arguments.length ? t : void 0)
};
exports.$wuxActionSheet = $wuxActionSheet;
var $wuxBackdrop = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-backdrop", 1 < arguments.length ? t : void 0)
};
exports.$wuxBackdrop = $wuxBackdrop;
var $wuxToast = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-toast", 1 < arguments.length ? t : void 0)
};
exports.$wuxToast = $wuxToast;
var $wuxLoading = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-loading", 1 < arguments.length ? t : void 0)
};
exports.$wuxLoading = $wuxLoading;
var $wuxDialog = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-dialog", 1 < arguments.length ? t : void 0)
};
exports.$wuxDialog = $wuxDialog;
var $wuxForm = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-form", 1 < arguments.length ? t : void 0)
};
exports.$wuxForm = $wuxForm;
var $wuxToptips = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-toptips", 1 < arguments.length ? t : void 0)
};
exports.$wuxToptips = $wuxToptips;
var $wuxGallery = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-gallery", 1 < arguments.length ? t : void 0)
};
exports.$wuxGallery = $wuxGallery;
var $wuxNotification = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-notification", 1 < arguments.length ? t : void 0)
};
exports.$wuxNotification = $wuxNotification;
var $wuxKeyBoard = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-keyboard", 1 < arguments.length ? t : void 0)
};
exports.$wuxKeyBoard = $wuxKeyBoard;
var $wuxSelect = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-select", 1 < arguments.length ? t : void 0)
};
exports.$wuxSelect = $wuxSelect;
var $wuxCalendar = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-calendar", 1 < arguments.length ? t : void 0)
};
exports.$wuxCalendar = $wuxCalendar;
var $startWuxRefresher = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-refresher", 1 < arguments.length ? t : void 0).triggerRefresh()
};
exports.$startWuxRefresher = $startWuxRefresher;
var $stopWuxRefresher = function (e, t) {
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-refresher", 1 < arguments.length ? t : void 0).finishPullToRefresh()
};
exports.$stopWuxRefresher = $stopWuxRefresher;
var $stopWuxLoader = function (e, t, r) {
var o = 2 < arguments.length ? r : void 0;
return getCtx(0 < arguments.length && void 0 !== e ? e : "#wux-refresher", 1 < arguments.length ? t : void 0).finishLoadmore(o)
};
exports.$stopWuxLoader = $stopWuxLoader;