|
@@ -1557,7 +1557,7 @@ function initData(vueOptions, context) {
|
|
|
try {
|
|
|
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
|
|
} catch (e) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
|
|
}
|
|
|
}
|
|
@@ -8934,7 +8934,7 @@ function type(obj) {
|
|
|
|
|
|
function flushCallbacks$1(vm) {
|
|
|
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
var mpInstance = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
|
']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');
|
|
@@ -8955,14 +8955,14 @@ function nextTick$1(vm, cb) {
|
|
|
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
|
|
//2.nextTick 之前存在 render watcher
|
|
|
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
|
|
- if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
+ if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
var mpInstance = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
|
']:nextVueTick');
|
|
|
}
|
|
|
return nextTick(cb, vm)
|
|
|
}else{
|
|
|
- if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
+ if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
var mpInstance$1 = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
|
|
']:nextMPTick');
|
|
@@ -9058,7 +9058,7 @@ var patch = function(oldVnode, vnode) {
|
|
|
});
|
|
|
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
|
|
if (Object.keys(diffData).length) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
|
|
']差量更新',
|
|
|
JSON.stringify(diffData));
|
|
@@ -19236,6 +19236,2351 @@ platform = 'mp';
|
|
|
var _default = platform;
|
|
|
exports.default = _default;
|
|
|
|
|
|
+/***/ }),
|
|
|
+/* 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 */
|
|
|
+/*!**************************************************************************************!*\
|
|
|
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vuex3/dist/vuex.common.js ***!
|
|
|
+ \**************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(global) {/*!
|
|
|
+ * vuex v3.6.2
|
|
|
+ * (c) 2021 Evan You
|
|
|
+ * @license MIT
|
|
|
+ */
|
|
|
+
|
|
|
+
|
|
|
+function applyMixin (Vue) {
|
|
|
+ var version = Number(Vue.version.split('.')[0]);
|
|
|
+
|
|
|
+ if (version >= 2) {
|
|
|
+ Vue.mixin({ beforeCreate: vuexInit });
|
|
|
+ } else {
|
|
|
+ // override init and inject vuex init procedure
|
|
|
+ // for 1.x backwards compatibility.
|
|
|
+ var _init = Vue.prototype._init;
|
|
|
+ Vue.prototype._init = function (options) {
|
|
|
+ if ( options === void 0 ) options = {};
|
|
|
+
|
|
|
+ options.init = options.init
|
|
|
+ ? [vuexInit].concat(options.init)
|
|
|
+ : vuexInit;
|
|
|
+ _init.call(this, options);
|
|
|
+ };
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Vuex init hook, injected into each instances init hooks list.
|
|
|
+ */
|
|
|
+
|
|
|
+ function vuexInit () {
|
|
|
+ var options = this.$options;
|
|
|
+ // store injection
|
|
|
+ if (options.store) {
|
|
|
+ this.$store = typeof options.store === 'function'
|
|
|
+ ? options.store()
|
|
|
+ : options.store;
|
|
|
+ } else if (options.parent && options.parent.$store) {
|
|
|
+ this.$store = options.parent.$store;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+var target = typeof window !== 'undefined'
|
|
|
+ ? window
|
|
|
+ : typeof global !== 'undefined'
|
|
|
+ ? global
|
|
|
+ : {};
|
|
|
+var devtoolHook = target.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
|
+
|
|
|
+function devtoolPlugin (store) {
|
|
|
+ if (!devtoolHook) { return }
|
|
|
+
|
|
|
+ store._devtoolHook = devtoolHook;
|
|
|
+
|
|
|
+ devtoolHook.emit('vuex:init', store);
|
|
|
+
|
|
|
+ devtoolHook.on('vuex:travel-to-state', function (targetState) {
|
|
|
+ store.replaceState(targetState);
|
|
|
+ });
|
|
|
+
|
|
|
+ store.subscribe(function (mutation, state) {
|
|
|
+ devtoolHook.emit('vuex:mutation', mutation, state);
|
|
|
+ }, { prepend: true });
|
|
|
+
|
|
|
+ store.subscribeAction(function (action, state) {
|
|
|
+ devtoolHook.emit('vuex:action', action, state);
|
|
|
+ }, { prepend: true });
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Get the first item that pass the test
|
|
|
+ * by second argument function
|
|
|
+ *
|
|
|
+ * @param {Array} list
|
|
|
+ * @param {Function} f
|
|
|
+ * @return {*}
|
|
|
+ */
|
|
|
+function find (list, f) {
|
|
|
+ return list.filter(f)[0]
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Deep copy the given object considering circular structure.
|
|
|
+ * This function caches all nested objects and its copies.
|
|
|
+ * If it detects circular structure, use cached copy to avoid infinite loop.
|
|
|
+ *
|
|
|
+ * @param {*} obj
|
|
|
+ * @param {Array<Object>} cache
|
|
|
+ * @return {*}
|
|
|
+ */
|
|
|
+function deepCopy (obj, cache) {
|
|
|
+ if ( cache === void 0 ) cache = [];
|
|
|
+
|
|
|
+ // just return if obj is immutable value
|
|
|
+ if (obj === null || typeof obj !== 'object') {
|
|
|
+ return obj
|
|
|
+ }
|
|
|
+
|
|
|
+ // if obj is hit, it is in circular structure
|
|
|
+ var hit = find(cache, function (c) { return c.original === obj; });
|
|
|
+ if (hit) {
|
|
|
+ return hit.copy
|
|
|
+ }
|
|
|
+
|
|
|
+ var copy = Array.isArray(obj) ? [] : {};
|
|
|
+ // put the copy into cache at first
|
|
|
+ // because we want to refer it in recursive deepCopy
|
|
|
+ cache.push({
|
|
|
+ original: obj,
|
|
|
+ copy: copy
|
|
|
+ });
|
|
|
+
|
|
|
+ Object.keys(obj).forEach(function (key) {
|
|
|
+ copy[key] = deepCopy(obj[key], cache);
|
|
|
+ });
|
|
|
+
|
|
|
+ return copy
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * forEach for object
|
|
|
+ */
|
|
|
+function forEachValue (obj, fn) {
|
|
|
+ Object.keys(obj).forEach(function (key) { return fn(obj[key], key); });
|
|
|
+}
|
|
|
+
|
|
|
+function isObject (obj) {
|
|
|
+ return obj !== null && typeof obj === 'object'
|
|
|
+}
|
|
|
+
|
|
|
+function isPromise (val) {
|
|
|
+ return val && typeof val.then === 'function'
|
|
|
+}
|
|
|
+
|
|
|
+function assert (condition, msg) {
|
|
|
+ if (!condition) { throw new Error(("[vuex] " + msg)) }
|
|
|
+}
|
|
|
+
|
|
|
+function partial (fn, arg) {
|
|
|
+ return function () {
|
|
|
+ return fn(arg)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// Base data struct for store's module, package with some attribute and method
|
|
|
+var Module = function Module (rawModule, runtime) {
|
|
|
+ this.runtime = runtime;
|
|
|
+ // Store some children item
|
|
|
+ this._children = Object.create(null);
|
|
|
+ // Store the origin module object which passed by programmer
|
|
|
+ this._rawModule = rawModule;
|
|
|
+ var rawState = rawModule.state;
|
|
|
+
|
|
|
+ // Store the origin module's state
|
|
|
+ this.state = (typeof rawState === 'function' ? rawState() : rawState) || {};
|
|
|
+};
|
|
|
+
|
|
|
+var prototypeAccessors = { namespaced: { configurable: true } };
|
|
|
+
|
|
|
+prototypeAccessors.namespaced.get = function () {
|
|
|
+ return !!this._rawModule.namespaced
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.addChild = function addChild (key, module) {
|
|
|
+ this._children[key] = module;
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.removeChild = function removeChild (key) {
|
|
|
+ delete this._children[key];
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.getChild = function getChild (key) {
|
|
|
+ return this._children[key]
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.hasChild = function hasChild (key) {
|
|
|
+ return key in this._children
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.update = function update (rawModule) {
|
|
|
+ this._rawModule.namespaced = rawModule.namespaced;
|
|
|
+ if (rawModule.actions) {
|
|
|
+ this._rawModule.actions = rawModule.actions;
|
|
|
+ }
|
|
|
+ if (rawModule.mutations) {
|
|
|
+ this._rawModule.mutations = rawModule.mutations;
|
|
|
+ }
|
|
|
+ if (rawModule.getters) {
|
|
|
+ this._rawModule.getters = rawModule.getters;
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.forEachChild = function forEachChild (fn) {
|
|
|
+ forEachValue(this._children, fn);
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.forEachGetter = function forEachGetter (fn) {
|
|
|
+ if (this._rawModule.getters) {
|
|
|
+ forEachValue(this._rawModule.getters, fn);
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.forEachAction = function forEachAction (fn) {
|
|
|
+ if (this._rawModule.actions) {
|
|
|
+ forEachValue(this._rawModule.actions, fn);
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+Module.prototype.forEachMutation = function forEachMutation (fn) {
|
|
|
+ if (this._rawModule.mutations) {
|
|
|
+ forEachValue(this._rawModule.mutations, fn);
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+Object.defineProperties( Module.prototype, prototypeAccessors );
|
|
|
+
|
|
|
+var ModuleCollection = function ModuleCollection (rawRootModule) {
|
|
|
+ // register root module (Vuex.Store options)
|
|
|
+ this.register([], rawRootModule, false);
|
|
|
+};
|
|
|
+
|
|
|
+ModuleCollection.prototype.get = function get (path) {
|
|
|
+ return path.reduce(function (module, key) {
|
|
|
+ return module.getChild(key)
|
|
|
+ }, this.root)
|
|
|
+};
|
|
|
+
|
|
|
+ModuleCollection.prototype.getNamespace = function getNamespace (path) {
|
|
|
+ var module = this.root;
|
|
|
+ return path.reduce(function (namespace, key) {
|
|
|
+ module = module.getChild(key);
|
|
|
+ return namespace + (module.namespaced ? key + '/' : '')
|
|
|
+ }, '')
|
|
|
+};
|
|
|
+
|
|
|
+ModuleCollection.prototype.update = function update$1 (rawRootModule) {
|
|
|
+ update([], this.root, rawRootModule);
|
|
|
+};
|
|
|
+
|
|
|
+ModuleCollection.prototype.register = function register (path, rawModule, runtime) {
|
|
|
+ var this$1 = this;
|
|
|
+ if ( runtime === void 0 ) runtime = true;
|
|
|
+
|
|
|
+ if ((true)) {
|
|
|
+ assertRawModule(path, rawModule);
|
|
|
+ }
|
|
|
+
|
|
|
+ var newModule = new Module(rawModule, runtime);
|
|
|
+ if (path.length === 0) {
|
|
|
+ this.root = newModule;
|
|
|
+ } else {
|
|
|
+ var parent = this.get(path.slice(0, -1));
|
|
|
+ parent.addChild(path[path.length - 1], newModule);
|
|
|
+ }
|
|
|
+
|
|
|
+ // register nested modules
|
|
|
+ if (rawModule.modules) {
|
|
|
+ forEachValue(rawModule.modules, function (rawChildModule, key) {
|
|
|
+ this$1.register(path.concat(key), rawChildModule, runtime);
|
|
|
+ });
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+ModuleCollection.prototype.unregister = function unregister (path) {
|
|
|
+ var parent = this.get(path.slice(0, -1));
|
|
|
+ var key = path[path.length - 1];
|
|
|
+ var child = parent.getChild(key);
|
|
|
+
|
|
|
+ if (!child) {
|
|
|
+ if ((true)) {
|
|
|
+ console.warn(
|
|
|
+ "[vuex] trying to unregister module '" + key + "', which is " +
|
|
|
+ "not registered"
|
|
|
+ );
|
|
|
+ }
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
+ if (!child.runtime) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
+ parent.removeChild(key);
|
|
|
+};
|
|
|
+
|
|
|
+ModuleCollection.prototype.isRegistered = function isRegistered (path) {
|
|
|
+ var parent = this.get(path.slice(0, -1));
|
|
|
+ var key = path[path.length - 1];
|
|
|
+
|
|
|
+ if (parent) {
|
|
|
+ return parent.hasChild(key)
|
|
|
+ }
|
|
|
+
|
|
|
+ return false
|
|
|
+};
|
|
|
+
|
|
|
+function update (path, targetModule, newModule) {
|
|
|
+ if ((true)) {
|
|
|
+ assertRawModule(path, newModule);
|
|
|
+ }
|
|
|
+
|
|
|
+ // update target module
|
|
|
+ targetModule.update(newModule);
|
|
|
+
|
|
|
+ // update nested modules
|
|
|
+ if (newModule.modules) {
|
|
|
+ for (var key in newModule.modules) {
|
|
|
+ if (!targetModule.getChild(key)) {
|
|
|
+ if ((true)) {
|
|
|
+ console.warn(
|
|
|
+ "[vuex] trying to add a new module '" + key + "' on hot reloading, " +
|
|
|
+ 'manual reload is needed'
|
|
|
+ );
|
|
|
+ }
|
|
|
+ return
|
|
|
+ }
|
|
|
+ update(
|
|
|
+ path.concat(key),
|
|
|
+ targetModule.getChild(key),
|
|
|
+ newModule.modules[key]
|
|
|
+ );
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+var functionAssert = {
|
|
|
+ assert: function (value) { return typeof value === 'function'; },
|
|
|
+ expected: 'function'
|
|
|
+};
|
|
|
+
|
|
|
+var objectAssert = {
|
|
|
+ assert: function (value) { return typeof value === 'function' ||
|
|
|
+ (typeof value === 'object' && typeof value.handler === 'function'); },
|
|
|
+ expected: 'function or object with "handler" function'
|
|
|
+};
|
|
|
+
|
|
|
+var assertTypes = {
|
|
|
+ getters: functionAssert,
|
|
|
+ mutations: functionAssert,
|
|
|
+ actions: objectAssert
|
|
|
+};
|
|
|
+
|
|
|
+function assertRawModule (path, rawModule) {
|
|
|
+ Object.keys(assertTypes).forEach(function (key) {
|
|
|
+ if (!rawModule[key]) { return }
|
|
|
+
|
|
|
+ var assertOptions = assertTypes[key];
|
|
|
+
|
|
|
+ forEachValue(rawModule[key], function (value, type) {
|
|
|
+ assert(
|
|
|
+ assertOptions.assert(value),
|
|
|
+ makeAssertionMessage(path, key, type, value, assertOptions.expected)
|
|
|
+ );
|
|
|
+ });
|
|
|
+ });
|
|
|
+}
|
|
|
+
|
|
|
+function makeAssertionMessage (path, key, type, value, expected) {
|
|
|
+ var buf = key + " should be " + expected + " but \"" + key + "." + type + "\"";
|
|
|
+ if (path.length > 0) {
|
|
|
+ buf += " in module \"" + (path.join('.')) + "\"";
|
|
|
+ }
|
|
|
+ buf += " is " + (JSON.stringify(value)) + ".";
|
|
|
+ return buf
|
|
|
+}
|
|
|
+
|
|
|
+var Vue; // bind on install
|
|
|
+
|
|
|
+var Store = function Store (options) {
|
|
|
+ var this$1 = this;
|
|
|
+ if ( options === void 0 ) options = {};
|
|
|
+
|
|
|
+ // Auto install if it is not done yet and `window` has `Vue`.
|
|
|
+ // To allow users to avoid auto-installation in some cases,
|
|
|
+ // this code should be placed here. See #731
|
|
|
+ if (!Vue && typeof window !== 'undefined' && window.Vue) {
|
|
|
+ install(window.Vue);
|
|
|
+ }
|
|
|
+
|
|
|
+ if ((true)) {
|
|
|
+ assert(Vue, "must call Vue.use(Vuex) before creating a store instance.");
|
|
|
+ assert(typeof Promise !== 'undefined', "vuex requires a Promise polyfill in this browser.");
|
|
|
+ assert(this instanceof Store, "store must be called with the new operator.");
|
|
|
+ }
|
|
|
+
|
|
|
+ var plugins = options.plugins; if ( plugins === void 0 ) plugins = [];
|
|
|
+ var strict = options.strict; if ( strict === void 0 ) strict = false;
|
|
|
+
|
|
|
+ // store internal state
|
|
|
+ this._committing = false;
|
|
|
+ this._actions = Object.create(null);
|
|
|
+ this._actionSubscribers = [];
|
|
|
+ this._mutations = Object.create(null);
|
|
|
+ this._wrappedGetters = Object.create(null);
|
|
|
+ this._modules = new ModuleCollection(options);
|
|
|
+ this._modulesNamespaceMap = Object.create(null);
|
|
|
+ this._subscribers = [];
|
|
|
+ this._watcherVM = new Vue();
|
|
|
+ this._makeLocalGettersCache = Object.create(null);
|
|
|
+
|
|
|
+ // bind commit and dispatch to self
|
|
|
+ var store = this;
|
|
|
+ var ref = this;
|
|
|
+ var dispatch = ref.dispatch;
|
|
|
+ var commit = ref.commit;
|
|
|
+ this.dispatch = function boundDispatch (type, payload) {
|
|
|
+ return dispatch.call(store, type, payload)
|
|
|
+ };
|
|
|
+ this.commit = function boundCommit (type, payload, options) {
|
|
|
+ return commit.call(store, type, payload, options)
|
|
|
+ };
|
|
|
+
|
|
|
+ // strict mode
|
|
|
+ this.strict = strict;
|
|
|
+
|
|
|
+ var state = this._modules.root.state;
|
|
|
+
|
|
|
+ // init root module.
|
|
|
+ // this also recursively registers all sub-modules
|
|
|
+ // and collects all module getters inside this._wrappedGetters
|
|
|
+ installModule(this, state, [], this._modules.root);
|
|
|
+
|
|
|
+ // initialize the store vm, which is responsible for the reactivity
|
|
|
+ // (also registers _wrappedGetters as computed properties)
|
|
|
+ resetStoreVM(this, state);
|
|
|
+
|
|
|
+ // apply plugins
|
|
|
+ plugins.forEach(function (plugin) { return plugin(this$1); });
|
|
|
+
|
|
|
+ var useDevtools = options.devtools !== undefined ? options.devtools : Vue.config.devtools;
|
|
|
+ if (useDevtools) {
|
|
|
+ devtoolPlugin(this);
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+var prototypeAccessors$1 = { state: { configurable: true } };
|
|
|
+
|
|
|
+prototypeAccessors$1.state.get = function () {
|
|
|
+ return this._vm._data.$$state
|
|
|
+};
|
|
|
+
|
|
|
+prototypeAccessors$1.state.set = function (v) {
|
|
|
+ if ((true)) {
|
|
|
+ assert(false, "use store.replaceState() to explicit replace store state.");
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.commit = function commit (_type, _payload, _options) {
|
|
|
+ var this$1 = this;
|
|
|
+
|
|
|
+ // check object-style commit
|
|
|
+ var ref = unifyObjectStyle(_type, _payload, _options);
|
|
|
+ var type = ref.type;
|
|
|
+ var payload = ref.payload;
|
|
|
+ var options = ref.options;
|
|
|
+
|
|
|
+ var mutation = { type: type, payload: payload };
|
|
|
+ var entry = this._mutations[type];
|
|
|
+ if (!entry) {
|
|
|
+ if ((true)) {
|
|
|
+ console.error(("[vuex] unknown mutation type: " + type));
|
|
|
+ }
|
|
|
+ return
|
|
|
+ }
|
|
|
+ this._withCommit(function () {
|
|
|
+ entry.forEach(function commitIterator (handler) {
|
|
|
+ handler(payload);
|
|
|
+ });
|
|
|
+ });
|
|
|
+
|
|
|
+ this._subscribers
|
|
|
+ .slice() // shallow copy to prevent iterator invalidation if subscriber synchronously calls unsubscribe
|
|
|
+ .forEach(function (sub) { return sub(mutation, this$1.state); });
|
|
|
+
|
|
|
+ if (
|
|
|
+ ( true) &&
|
|
|
+ options && options.silent
|
|
|
+ ) {
|
|
|
+ console.warn(
|
|
|
+ "[vuex] mutation type: " + type + ". Silent option has been removed. " +
|
|
|
+ 'Use the filter functionality in the vue-devtools'
|
|
|
+ );
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.dispatch = function dispatch (_type, _payload) {
|
|
|
+ var this$1 = this;
|
|
|
+
|
|
|
+ // check object-style dispatch
|
|
|
+ var ref = unifyObjectStyle(_type, _payload);
|
|
|
+ var type = ref.type;
|
|
|
+ var payload = ref.payload;
|
|
|
+
|
|
|
+ var action = { type: type, payload: payload };
|
|
|
+ var entry = this._actions[type];
|
|
|
+ if (!entry) {
|
|
|
+ if ((true)) {
|
|
|
+ console.error(("[vuex] unknown action type: " + type));
|
|
|
+ }
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
+ try {
|
|
|
+ this._actionSubscribers
|
|
|
+ .slice() // shallow copy to prevent iterator invalidation if subscriber synchronously calls unsubscribe
|
|
|
+ .filter(function (sub) { return sub.before; })
|
|
|
+ .forEach(function (sub) { return sub.before(action, this$1.state); });
|
|
|
+ } catch (e) {
|
|
|
+ if ((true)) {
|
|
|
+ console.warn("[vuex] error in before action subscribers: ");
|
|
|
+ console.error(e);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ var result = entry.length > 1
|
|
|
+ ? Promise.all(entry.map(function (handler) { return handler(payload); }))
|
|
|
+ : entry[0](payload);
|
|
|
+
|
|
|
+ return new Promise(function (resolve, reject) {
|
|
|
+ result.then(function (res) {
|
|
|
+ try {
|
|
|
+ this$1._actionSubscribers
|
|
|
+ .filter(function (sub) { return sub.after; })
|
|
|
+ .forEach(function (sub) { return sub.after(action, this$1.state); });
|
|
|
+ } catch (e) {
|
|
|
+ if ((true)) {
|
|
|
+ console.warn("[vuex] error in after action subscribers: ");
|
|
|
+ console.error(e);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ resolve(res);
|
|
|
+ }, function (error) {
|
|
|
+ try {
|
|
|
+ this$1._actionSubscribers
|
|
|
+ .filter(function (sub) { return sub.error; })
|
|
|
+ .forEach(function (sub) { return sub.error(action, this$1.state, error); });
|
|
|
+ } catch (e) {
|
|
|
+ if ((true)) {
|
|
|
+ console.warn("[vuex] error in error action subscribers: ");
|
|
|
+ console.error(e);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ reject(error);
|
|
|
+ });
|
|
|
+ })
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.subscribe = function subscribe (fn, options) {
|
|
|
+ return genericSubscribe(fn, this._subscribers, options)
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.subscribeAction = function subscribeAction (fn, options) {
|
|
|
+ var subs = typeof fn === 'function' ? { before: fn } : fn;
|
|
|
+ return genericSubscribe(subs, this._actionSubscribers, options)
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.watch = function watch (getter, cb, options) {
|
|
|
+ var this$1 = this;
|
|
|
+
|
|
|
+ if ((true)) {
|
|
|
+ assert(typeof getter === 'function', "store.watch only accepts a function.");
|
|
|
+ }
|
|
|
+ return this._watcherVM.$watch(function () { return getter(this$1.state, this$1.getters); }, cb, options)
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.replaceState = function replaceState (state) {
|
|
|
+ var this$1 = this;
|
|
|
+
|
|
|
+ this._withCommit(function () {
|
|
|
+ this$1._vm._data.$$state = state;
|
|
|
+ });
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.registerModule = function registerModule (path, rawModule, options) {
|
|
|
+ if ( options === void 0 ) options = {};
|
|
|
+
|
|
|
+ if (typeof path === 'string') { path = [path]; }
|
|
|
+
|
|
|
+ if ((true)) {
|
|
|
+ assert(Array.isArray(path), "module path must be a string or an Array.");
|
|
|
+ assert(path.length > 0, 'cannot register the root module by using registerModule.');
|
|
|
+ }
|
|
|
+
|
|
|
+ this._modules.register(path, rawModule);
|
|
|
+ installModule(this, this.state, path, this._modules.get(path), options.preserveState);
|
|
|
+ // reset store to update getters...
|
|
|
+ resetStoreVM(this, this.state);
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.unregisterModule = function unregisterModule (path) {
|
|
|
+ var this$1 = this;
|
|
|
+
|
|
|
+ if (typeof path === 'string') { path = [path]; }
|
|
|
+
|
|
|
+ if ((true)) {
|
|
|
+ assert(Array.isArray(path), "module path must be a string or an Array.");
|
|
|
+ }
|
|
|
+
|
|
|
+ this._modules.unregister(path);
|
|
|
+ this._withCommit(function () {
|
|
|
+ var parentState = getNestedState(this$1.state, path.slice(0, -1));
|
|
|
+ Vue.delete(parentState, path[path.length - 1]);
|
|
|
+ });
|
|
|
+ resetStore(this);
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype.hasModule = function hasModule (path) {
|
|
|
+ if (typeof path === 'string') { path = [path]; }
|
|
|
+
|
|
|
+ if ((true)) {
|
|
|
+ assert(Array.isArray(path), "module path must be a string or an Array.");
|
|
|
+ }
|
|
|
+
|
|
|
+ return this._modules.isRegistered(path)
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype[[104,111,116,85,112,100,97,116,101].map(function (item) {return String.fromCharCode(item)}).join('')] = function (newOptions) {
|
|
|
+ this._modules.update(newOptions);
|
|
|
+ resetStore(this, true);
|
|
|
+};
|
|
|
+
|
|
|
+Store.prototype._withCommit = function _withCommit (fn) {
|
|
|
+ var committing = this._committing;
|
|
|
+ this._committing = true;
|
|
|
+ fn();
|
|
|
+ this._committing = committing;
|
|
|
+};
|
|
|
+
|
|
|
+Object.defineProperties( Store.prototype, prototypeAccessors$1 );
|
|
|
+
|
|
|
+function genericSubscribe (fn, subs, options) {
|
|
|
+ if (subs.indexOf(fn) < 0) {
|
|
|
+ options && options.prepend
|
|
|
+ ? subs.unshift(fn)
|
|
|
+ : subs.push(fn);
|
|
|
+ }
|
|
|
+ return function () {
|
|
|
+ var i = subs.indexOf(fn);
|
|
|
+ if (i > -1) {
|
|
|
+ subs.splice(i, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+function resetStore (store, hot) {
|
|
|
+ store._actions = Object.create(null);
|
|
|
+ store._mutations = Object.create(null);
|
|
|
+ store._wrappedGetters = Object.create(null);
|
|
|
+ store._modulesNamespaceMap = Object.create(null);
|
|
|
+ var state = store.state;
|
|
|
+ // init all modules
|
|
|
+ installModule(store, state, [], store._modules.root, true);
|
|
|
+ // reset vm
|
|
|
+ resetStoreVM(store, state, hot);
|
|
|
+}
|
|
|
+
|
|
|
+function resetStoreVM (store, state, hot) {
|
|
|
+ var oldVm = store._vm;
|
|
|
+
|
|
|
+ // bind store public getters
|
|
|
+ store.getters = {};
|
|
|
+ // reset local getters cache
|
|
|
+ store._makeLocalGettersCache = Object.create(null);
|
|
|
+ var wrappedGetters = store._wrappedGetters;
|
|
|
+ var computed = {};
|
|
|
+ forEachValue(wrappedGetters, function (fn, key) {
|
|
|
+ // use computed to leverage its lazy-caching mechanism
|
|
|
+ // direct inline function use will lead to closure preserving oldVm.
|
|
|
+ // using partial to return function with only arguments preserved in closure environment.
|
|
|
+ computed[key] = partial(fn, store);
|
|
|
+ Object.defineProperty(store.getters, key, {
|
|
|
+ get: function () { return store._vm[key]; },
|
|
|
+ enumerable: true // for local getters
|
|
|
+ });
|
|
|
+ });
|
|
|
+
|
|
|
+ // use a Vue instance to store the state tree
|
|
|
+ // suppress warnings just in case the user has added
|
|
|
+ // some funky global mixins
|
|
|
+ var silent = Vue.config.silent;
|
|
|
+ Vue.config.silent = true;
|
|
|
+ store._vm = new Vue({
|
|
|
+ data: {
|
|
|
+ $$state: state
|
|
|
+ },
|
|
|
+ computed: computed
|
|
|
+ });
|
|
|
+ Vue.config.silent = silent;
|
|
|
+
|
|
|
+ // enable strict mode for new vm
|
|
|
+ if (store.strict) {
|
|
|
+ enableStrictMode(store);
|
|
|
+ }
|
|
|
+
|
|
|
+ if (oldVm) {
|
|
|
+ if (hot) {
|
|
|
+ // dispatch changes in all subscribed watchers
|
|
|
+ // to force getter re-evaluation for hot reloading.
|
|
|
+ store._withCommit(function () {
|
|
|
+ oldVm._data.$$state = null;
|
|
|
+ });
|
|
|
+ }
|
|
|
+ Vue.nextTick(function () { return oldVm.$destroy(); });
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+function installModule (store, rootState, path, module, hot) {
|
|
|
+ var isRoot = !path.length;
|
|
|
+ var namespace = store._modules.getNamespace(path);
|
|
|
+
|
|
|
+ // register in namespace map
|
|
|
+ if (module.namespaced) {
|
|
|
+ if (store._modulesNamespaceMap[namespace] && ("development" !== 'production')) {
|
|
|
+ console.error(("[vuex] duplicate namespace " + namespace + " for the namespaced module " + (path.join('/'))));
|
|
|
+ }
|
|
|
+ store._modulesNamespaceMap[namespace] = module;
|
|
|
+ }
|
|
|
+
|
|
|
+ // set state
|
|
|
+ if (!isRoot && !hot) {
|
|
|
+ var parentState = getNestedState(rootState, path.slice(0, -1));
|
|
|
+ var moduleName = path[path.length - 1];
|
|
|
+ store._withCommit(function () {
|
|
|
+ if ((true)) {
|
|
|
+ if (moduleName in parentState) {
|
|
|
+ console.warn(
|
|
|
+ ("[vuex] state field \"" + moduleName + "\" was overridden by a module with the same name at \"" + (path.join('.')) + "\"")
|
|
|
+ );
|
|
|
+ }
|
|
|
+ }
|
|
|
+ Vue.set(parentState, moduleName, module.state);
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
+ var local = module.context = makeLocalContext(store, namespace, path);
|
|
|
+
|
|
|
+ module.forEachMutation(function (mutation, key) {
|
|
|
+ var namespacedType = namespace + key;
|
|
|
+ registerMutation(store, namespacedType, mutation, local);
|
|
|
+ });
|
|
|
+
|
|
|
+ module.forEachAction(function (action, key) {
|
|
|
+ var type = action.root ? key : namespace + key;
|
|
|
+ var handler = action.handler || action;
|
|
|
+ registerAction(store, type, handler, local);
|
|
|
+ });
|
|
|
+
|
|
|
+ module.forEachGetter(function (getter, key) {
|
|
|
+ var namespacedType = namespace + key;
|
|
|
+ registerGetter(store, namespacedType, getter, local);
|
|
|
+ });
|
|
|
+
|
|
|
+ module.forEachChild(function (child, key) {
|
|
|
+ installModule(store, rootState, path.concat(key), child, hot);
|
|
|
+ });
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * make localized dispatch, commit, getters and state
|
|
|
+ * if there is no namespace, just use root ones
|
|
|
+ */
|
|
|
+function makeLocalContext (store, namespace, path) {
|
|
|
+ var noNamespace = namespace === '';
|
|
|
+
|
|
|
+ var local = {
|
|
|
+ dispatch: noNamespace ? store.dispatch : function (_type, _payload, _options) {
|
|
|
+ var args = unifyObjectStyle(_type, _payload, _options);
|
|
|
+ var payload = args.payload;
|
|
|
+ var options = args.options;
|
|
|
+ var type = args.type;
|
|
|
+
|
|
|
+ if (!options || !options.root) {
|
|
|
+ type = namespace + type;
|
|
|
+ if (( true) && !store._actions[type]) {
|
|
|
+ console.error(("[vuex] unknown local action type: " + (args.type) + ", global type: " + type));
|
|
|
+ return
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ return store.dispatch(type, payload)
|
|
|
+ },
|
|
|
+
|
|
|
+ commit: noNamespace ? store.commit : function (_type, _payload, _options) {
|
|
|
+ var args = unifyObjectStyle(_type, _payload, _options);
|
|
|
+ var payload = args.payload;
|
|
|
+ var options = args.options;
|
|
|
+ var type = args.type;
|
|
|
+
|
|
|
+ if (!options || !options.root) {
|
|
|
+ type = namespace + type;
|
|
|
+ if (( true) && !store._mutations[type]) {
|
|
|
+ console.error(("[vuex] unknown local mutation type: " + (args.type) + ", global type: " + type));
|
|
|
+ return
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ store.commit(type, payload, options);
|
|
|
+ }
|
|
|
+ };
|
|
|
+
|
|
|
+ // getters and state object must be gotten lazily
|
|
|
+ // because they will be changed by vm update
|
|
|
+ Object.defineProperties(local, {
|
|
|
+ getters: {
|
|
|
+ get: noNamespace
|
|
|
+ ? function () { return store.getters; }
|
|
|
+ : function () { return makeLocalGetters(store, namespace); }
|
|
|
+ },
|
|
|
+ state: {
|
|
|
+ get: function () { return getNestedState(store.state, path); }
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ return local
|
|
|
+}
|
|
|
+
|
|
|
+function makeLocalGetters (store, namespace) {
|
|
|
+ if (!store._makeLocalGettersCache[namespace]) {
|
|
|
+ var gettersProxy = {};
|
|
|
+ var splitPos = namespace.length;
|
|
|
+ Object.keys(store.getters).forEach(function (type) {
|
|
|
+ // skip if the target getter is not match this namespace
|
|
|
+ if (type.slice(0, splitPos) !== namespace) { return }
|
|
|
+
|
|
|
+ // extract local getter type
|
|
|
+ var localType = type.slice(splitPos);
|
|
|
+
|
|
|
+ // Add a port to the getters proxy.
|
|
|
+ // Define as getter property because
|
|
|
+ // we do not want to evaluate the getters in this time.
|
|
|
+ Object.defineProperty(gettersProxy, localType, {
|
|
|
+ get: function () { return store.getters[type]; },
|
|
|
+ enumerable: true
|
|
|
+ });
|
|
|
+ });
|
|
|
+ store._makeLocalGettersCache[namespace] = gettersProxy;
|
|
|
+ }
|
|
|
+
|
|
|
+ return store._makeLocalGettersCache[namespace]
|
|
|
+}
|
|
|
+
|
|
|
+function registerMutation (store, type, handler, local) {
|
|
|
+ var entry = store._mutations[type] || (store._mutations[type] = []);
|
|
|
+ entry.push(function wrappedMutationHandler (payload) {
|
|
|
+ handler.call(store, local.state, payload);
|
|
|
+ });
|
|
|
+}
|
|
|
+
|
|
|
+function registerAction (store, type, handler, local) {
|
|
|
+ var entry = store._actions[type] || (store._actions[type] = []);
|
|
|
+ entry.push(function wrappedActionHandler (payload) {
|
|
|
+ var res = handler.call(store, {
|
|
|
+ dispatch: local.dispatch,
|
|
|
+ commit: local.commit,
|
|
|
+ getters: local.getters,
|
|
|
+ state: local.state,
|
|
|
+ rootGetters: store.getters,
|
|
|
+ rootState: store.state
|
|
|
+ }, payload);
|
|
|
+ if (!isPromise(res)) {
|
|
|
+ res = Promise.resolve(res);
|
|
|
+ }
|
|
|
+ if (store._devtoolHook) {
|
|
|
+ return res.catch(function (err) {
|
|
|
+ store._devtoolHook.emit('vuex:error', err);
|
|
|
+ throw err
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ return res
|
|
|
+ }
|
|
|
+ });
|
|
|
+}
|
|
|
+
|
|
|
+function registerGetter (store, type, rawGetter, local) {
|
|
|
+ if (store._wrappedGetters[type]) {
|
|
|
+ if ((true)) {
|
|
|
+ console.error(("[vuex] duplicate getter key: " + type));
|
|
|
+ }
|
|
|
+ return
|
|
|
+ }
|
|
|
+ store._wrappedGetters[type] = function wrappedGetter (store) {
|
|
|
+ return rawGetter(
|
|
|
+ local.state, // local state
|
|
|
+ local.getters, // local getters
|
|
|
+ store.state, // root state
|
|
|
+ store.getters // root getters
|
|
|
+ )
|
|
|
+ };
|
|
|
+}
|
|
|
+
|
|
|
+function enableStrictMode (store) {
|
|
|
+ store._vm.$watch(function () { return this._data.$$state }, function () {
|
|
|
+ if ((true)) {
|
|
|
+ assert(store._committing, "do not mutate vuex store state outside mutation handlers.");
|
|
|
+ }
|
|
|
+ }, { deep: true, sync: true });
|
|
|
+}
|
|
|
+
|
|
|
+function getNestedState (state, path) {
|
|
|
+ return path.reduce(function (state, key) { return state[key]; }, state)
|
|
|
+}
|
|
|
+
|
|
|
+function unifyObjectStyle (type, payload, options) {
|
|
|
+ if (isObject(type) && type.type) {
|
|
|
+ options = payload;
|
|
|
+ payload = type;
|
|
|
+ type = type.type;
|
|
|
+ }
|
|
|
+
|
|
|
+ if ((true)) {
|
|
|
+ assert(typeof type === 'string', ("expects string as the type, but found " + (typeof type) + "."));
|
|
|
+ }
|
|
|
+
|
|
|
+ return { type: type, payload: payload, options: options }
|
|
|
+}
|
|
|
+
|
|
|
+function install (_Vue) {
|
|
|
+ if (Vue && _Vue === Vue) {
|
|
|
+ if ((true)) {
|
|
|
+ console.error(
|
|
|
+ '[vuex] already installed. Vue.use(Vuex) should be called only once.'
|
|
|
+ );
|
|
|
+ }
|
|
|
+ return
|
|
|
+ }
|
|
|
+ Vue = _Vue;
|
|
|
+ applyMixin(Vue);
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Reduce the code which written in Vue.js for getting the state.
|
|
|
+ * @param {String} [namespace] - Module's namespace
|
|
|
+ * @param {Object|Array} states # Object's item can be a function which accept state and getters for param, you can do something for state and getters in it.
|
|
|
+ * @param {Object}
|
|
|
+ */
|
|
|
+var mapState = normalizeNamespace(function (namespace, states) {
|
|
|
+ var res = {};
|
|
|
+ if (( true) && !isValidMap(states)) {
|
|
|
+ console.error('[vuex] mapState: mapper parameter must be either an Array or an Object');
|
|
|
+ }
|
|
|
+ normalizeMap(states).forEach(function (ref) {
|
|
|
+ var key = ref.key;
|
|
|
+ var val = ref.val;
|
|
|
+
|
|
|
+ res[key] = function mappedState () {
|
|
|
+ var state = this.$store.state;
|
|
|
+ var getters = this.$store.getters;
|
|
|
+ if (namespace) {
|
|
|
+ var module = getModuleByNamespace(this.$store, 'mapState', namespace);
|
|
|
+ if (!module) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ state = module.context.state;
|
|
|
+ getters = module.context.getters;
|
|
|
+ }
|
|
|
+ return typeof val === 'function'
|
|
|
+ ? val.call(this, state, getters)
|
|
|
+ : state[val]
|
|
|
+ };
|
|
|
+ // mark vuex getter for devtools
|
|
|
+ res[key].vuex = true;
|
|
|
+ });
|
|
|
+ return res
|
|
|
+});
|
|
|
+
|
|
|
+/**
|
|
|
+ * Reduce the code which written in Vue.js for committing the mutation
|
|
|
+ * @param {String} [namespace] - Module's namespace
|
|
|
+ * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
|
|
|
+ * @return {Object}
|
|
|
+ */
|
|
|
+var mapMutations = normalizeNamespace(function (namespace, mutations) {
|
|
|
+ var res = {};
|
|
|
+ if (( true) && !isValidMap(mutations)) {
|
|
|
+ console.error('[vuex] mapMutations: mapper parameter must be either an Array or an Object');
|
|
|
+ }
|
|
|
+ normalizeMap(mutations).forEach(function (ref) {
|
|
|
+ var key = ref.key;
|
|
|
+ var val = ref.val;
|
|
|
+
|
|
|
+ res[key] = function mappedMutation () {
|
|
|
+ var args = [], len = arguments.length;
|
|
|
+ while ( len-- ) args[ len ] = arguments[ len ];
|
|
|
+
|
|
|
+ // Get the commit method from store
|
|
|
+ var commit = this.$store.commit;
|
|
|
+ if (namespace) {
|
|
|
+ var module = getModuleByNamespace(this.$store, 'mapMutations', namespace);
|
|
|
+ if (!module) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ commit = module.context.commit;
|
|
|
+ }
|
|
|
+ return typeof val === 'function'
|
|
|
+ ? val.apply(this, [commit].concat(args))
|
|
|
+ : commit.apply(this.$store, [val].concat(args))
|
|
|
+ };
|
|
|
+ });
|
|
|
+ return res
|
|
|
+});
|
|
|
+
|
|
|
+/**
|
|
|
+ * Reduce the code which written in Vue.js for getting the getters
|
|
|
+ * @param {String} [namespace] - Module's namespace
|
|
|
+ * @param {Object|Array} getters
|
|
|
+ * @return {Object}
|
|
|
+ */
|
|
|
+var mapGetters = normalizeNamespace(function (namespace, getters) {
|
|
|
+ var res = {};
|
|
|
+ if (( true) && !isValidMap(getters)) {
|
|
|
+ console.error('[vuex] mapGetters: mapper parameter must be either an Array or an Object');
|
|
|
+ }
|
|
|
+ normalizeMap(getters).forEach(function (ref) {
|
|
|
+ var key = ref.key;
|
|
|
+ var val = ref.val;
|
|
|
+
|
|
|
+ // The namespace has been mutated by normalizeNamespace
|
|
|
+ val = namespace + val;
|
|
|
+ res[key] = function mappedGetter () {
|
|
|
+ if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (( true) && !(val in this.$store.getters)) {
|
|
|
+ console.error(("[vuex] unknown getter: " + val));
|
|
|
+ return
|
|
|
+ }
|
|
|
+ return this.$store.getters[val]
|
|
|
+ };
|
|
|
+ // mark vuex getter for devtools
|
|
|
+ res[key].vuex = true;
|
|
|
+ });
|
|
|
+ return res
|
|
|
+});
|
|
|
+
|
|
|
+/**
|
|
|
+ * Reduce the code which written in Vue.js for dispatch the action
|
|
|
+ * @param {String} [namespace] - Module's namespace
|
|
|
+ * @param {Object|Array} actions # Object's item can be a function which accept `dispatch` function as the first param, it can accept anthor params. You can dispatch action and do any other things in this function. specially, You need to pass anthor params from the mapped function.
|
|
|
+ * @return {Object}
|
|
|
+ */
|
|
|
+var mapActions = normalizeNamespace(function (namespace, actions) {
|
|
|
+ var res = {};
|
|
|
+ if (( true) && !isValidMap(actions)) {
|
|
|
+ console.error('[vuex] mapActions: mapper parameter must be either an Array or an Object');
|
|
|
+ }
|
|
|
+ normalizeMap(actions).forEach(function (ref) {
|
|
|
+ var key = ref.key;
|
|
|
+ var val = ref.val;
|
|
|
+
|
|
|
+ res[key] = function mappedAction () {
|
|
|
+ var args = [], len = arguments.length;
|
|
|
+ while ( len-- ) args[ len ] = arguments[ len ];
|
|
|
+
|
|
|
+ // get dispatch function from store
|
|
|
+ var dispatch = this.$store.dispatch;
|
|
|
+ if (namespace) {
|
|
|
+ var module = getModuleByNamespace(this.$store, 'mapActions', namespace);
|
|
|
+ if (!module) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ dispatch = module.context.dispatch;
|
|
|
+ }
|
|
|
+ return typeof val === 'function'
|
|
|
+ ? val.apply(this, [dispatch].concat(args))
|
|
|
+ : dispatch.apply(this.$store, [val].concat(args))
|
|
|
+ };
|
|
|
+ });
|
|
|
+ return res
|
|
|
+});
|
|
|
+
|
|
|
+/**
|
|
|
+ * Rebinding namespace param for mapXXX function in special scoped, and return them by simple object
|
|
|
+ * @param {String} namespace
|
|
|
+ * @return {Object}
|
|
|
+ */
|
|
|
+var createNamespacedHelpers = function (namespace) { return ({
|
|
|
+ mapState: mapState.bind(null, namespace),
|
|
|
+ mapGetters: mapGetters.bind(null, namespace),
|
|
|
+ mapMutations: mapMutations.bind(null, namespace),
|
|
|
+ mapActions: mapActions.bind(null, namespace)
|
|
|
+}); };
|
|
|
+
|
|
|
+/**
|
|
|
+ * Normalize the map
|
|
|
+ * normalizeMap([1, 2, 3]) => [ { key: 1, val: 1 }, { key: 2, val: 2 }, { key: 3, val: 3 } ]
|
|
|
+ * normalizeMap({a: 1, b: 2, c: 3}) => [ { key: 'a', val: 1 }, { key: 'b', val: 2 }, { key: 'c', val: 3 } ]
|
|
|
+ * @param {Array|Object} map
|
|
|
+ * @return {Object}
|
|
|
+ */
|
|
|
+function normalizeMap (map) {
|
|
|
+ if (!isValidMap(map)) {
|
|
|
+ return []
|
|
|
+ }
|
|
|
+ return Array.isArray(map)
|
|
|
+ ? map.map(function (key) { return ({ key: key, val: key }); })
|
|
|
+ : Object.keys(map).map(function (key) { return ({ key: key, val: map[key] }); })
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Validate whether given map is valid or not
|
|
|
+ * @param {*} map
|
|
|
+ * @return {Boolean}
|
|
|
+ */
|
|
|
+function isValidMap (map) {
|
|
|
+ return Array.isArray(map) || isObject(map)
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Return a function expect two param contains namespace and map. it will normalize the namespace and then the param's function will handle the new namespace and the map.
|
|
|
+ * @param {Function} fn
|
|
|
+ * @return {Function}
|
|
|
+ */
|
|
|
+function normalizeNamespace (fn) {
|
|
|
+ return function (namespace, map) {
|
|
|
+ if (typeof namespace !== 'string') {
|
|
|
+ map = namespace;
|
|
|
+ namespace = '';
|
|
|
+ } else if (namespace.charAt(namespace.length - 1) !== '/') {
|
|
|
+ namespace += '/';
|
|
|
+ }
|
|
|
+ return fn(namespace, map)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Search a special module from store by namespace. if module not exist, print error message.
|
|
|
+ * @param {Object} store
|
|
|
+ * @param {String} helper
|
|
|
+ * @param {String} namespace
|
|
|
+ * @return {Object}
|
|
|
+ */
|
|
|
+function getModuleByNamespace (store, helper, namespace) {
|
|
|
+ var module = store._modulesNamespaceMap[namespace];
|
|
|
+ if (( true) && !module) {
|
|
|
+ console.error(("[vuex] module namespace not found in " + helper + "(): " + namespace));
|
|
|
+ }
|
|
|
+ return module
|
|
|
+}
|
|
|
+
|
|
|
+// Credits: borrowed code from fcomb/redux-logger
|
|
|
+
|
|
|
+function createLogger (ref) {
|
|
|
+ if ( ref === void 0 ) ref = {};
|
|
|
+ var collapsed = ref.collapsed; if ( collapsed === void 0 ) collapsed = true;
|
|
|
+ var filter = ref.filter; if ( filter === void 0 ) filter = function (mutation, stateBefore, stateAfter) { return true; };
|
|
|
+ var transformer = ref.transformer; if ( transformer === void 0 ) transformer = function (state) { return state; };
|
|
|
+ var mutationTransformer = ref.mutationTransformer; if ( mutationTransformer === void 0 ) mutationTransformer = function (mut) { return mut; };
|
|
|
+ var actionFilter = ref.actionFilter; if ( actionFilter === void 0 ) actionFilter = function (action, state) { return true; };
|
|
|
+ var actionTransformer = ref.actionTransformer; if ( actionTransformer === void 0 ) actionTransformer = function (act) { return act; };
|
|
|
+ var logMutations = ref.logMutations; if ( logMutations === void 0 ) logMutations = true;
|
|
|
+ var logActions = ref.logActions; if ( logActions === void 0 ) logActions = true;
|
|
|
+ var logger = ref.logger; if ( logger === void 0 ) logger = console;
|
|
|
+
|
|
|
+ return function (store) {
|
|
|
+ var prevState = deepCopy(store.state);
|
|
|
+
|
|
|
+ if (typeof logger === 'undefined') {
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
+ if (logMutations) {
|
|
|
+ store.subscribe(function (mutation, state) {
|
|
|
+ var nextState = deepCopy(state);
|
|
|
+
|
|
|
+ if (filter(mutation, prevState, nextState)) {
|
|
|
+ var formattedTime = getFormattedTime();
|
|
|
+ var formattedMutation = mutationTransformer(mutation);
|
|
|
+ var message = "mutation " + (mutation.type) + formattedTime;
|
|
|
+
|
|
|
+ startMessage(logger, message, collapsed);
|
|
|
+ logger.log('%c prev state', 'color: #9E9E9E; font-weight: bold', transformer(prevState));
|
|
|
+ logger.log('%c mutation', 'color: #03A9F4; font-weight: bold', formattedMutation);
|
|
|
+ logger.log('%c next state', 'color: #4CAF50; font-weight: bold', transformer(nextState));
|
|
|
+ endMessage(logger);
|
|
|
+ }
|
|
|
+
|
|
|
+ prevState = nextState;
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
+ if (logActions) {
|
|
|
+ store.subscribeAction(function (action, state) {
|
|
|
+ if (actionFilter(action, state)) {
|
|
|
+ var formattedTime = getFormattedTime();
|
|
|
+ var formattedAction = actionTransformer(action);
|
|
|
+ var message = "action " + (action.type) + formattedTime;
|
|
|
+
|
|
|
+ startMessage(logger, message, collapsed);
|
|
|
+ logger.log('%c action', 'color: #03A9F4; font-weight: bold', formattedAction);
|
|
|
+ endMessage(logger);
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+function startMessage (logger, message, collapsed) {
|
|
|
+ var startMessage = collapsed
|
|
|
+ ? logger.groupCollapsed
|
|
|
+ : logger.group;
|
|
|
+
|
|
|
+ // render
|
|
|
+ try {
|
|
|
+ startMessage.call(logger, message);
|
|
|
+ } catch (e) {
|
|
|
+ logger.log(message);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+function endMessage (logger) {
|
|
|
+ try {
|
|
|
+ logger.groupEnd();
|
|
|
+ } catch (e) {
|
|
|
+ logger.log('—— log end ——');
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+function getFormattedTime () {
|
|
|
+ var time = new Date();
|
|
|
+ return (" @ " + (pad(time.getHours(), 2)) + ":" + (pad(time.getMinutes(), 2)) + ":" + (pad(time.getSeconds(), 2)) + "." + (pad(time.getMilliseconds(), 3)))
|
|
|
+}
|
|
|
+
|
|
|
+function repeat (str, times) {
|
|
|
+ return (new Array(times + 1)).join(str)
|
|
|
+}
|
|
|
+
|
|
|
+function pad (num, maxLength) {
|
|
|
+ return repeat('0', maxLength - num.toString().length) + num
|
|
|
+}
|
|
|
+
|
|
|
+var index_cjs = {
|
|
|
+ Store: Store,
|
|
|
+ install: install,
|
|
|
+ version: '3.6.2',
|
|
|
+ mapState: mapState,
|
|
|
+ mapMutations: mapMutations,
|
|
|
+ mapGetters: mapGetters,
|
|
|
+ mapActions: mapActions,
|
|
|
+ createNamespacedHelpers: createNamespacedHelpers,
|
|
|
+ createLogger: createLogger
|
|
|
+};
|
|
|
+
|
|
|
+module.exports = index_cjs;
|
|
|
+
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../webpack/buildin/global.js */ 3)))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 227 */,
|
|
|
+/* 228 */,
|
|
|
+/* 229 */,
|
|
|
+/* 230 */,
|
|
|
+/* 231 */,
|
|
|
+/* 232 */
|
|
|
+/*!************************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-checkbox-group/props.js ***!
|
|
|
+ \************************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // 标识符
|
|
|
+ name: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkboxGroup.name
|
|
|
+ },
|
|
|
+ // 绑定的值
|
|
|
+ value: {
|
|
|
+ type: Array,
|
|
|
+ default: uni.$u.props.checkboxGroup.value
|
|
|
+ },
|
|
|
+ // 形状,circle-圆形,square-方形
|
|
|
+ shape: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkboxGroup.shape
|
|
|
+ },
|
|
|
+ // 是否禁用全部checkbox
|
|
|
+ disabled: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.checkboxGroup.disabled
|
|
|
+ },
|
|
|
+ // 选中状态下的颜色,如设置此值,将会覆盖parent的activeColor值
|
|
|
+ activeColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkboxGroup.activeColor
|
|
|
+ },
|
|
|
+ // 未选中的颜色
|
|
|
+ inactiveColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkboxGroup.inactiveColor
|
|
|
+ },
|
|
|
+ // 整个组件的尺寸,默认px
|
|
|
+ size: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.checkboxGroup.size
|
|
|
+ },
|
|
|
+ // 布局方式,row-横向,column-纵向
|
|
|
+ placement: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkboxGroup.placement
|
|
|
+ },
|
|
|
+ // label的字体大小,px单位
|
|
|
+ labelSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.checkboxGroup.labelSize
|
|
|
+ },
|
|
|
+ // label的字体颜色
|
|
|
+ labelColor: {
|
|
|
+ type: [String],
|
|
|
+ default: uni.$u.props.checkboxGroup.labelColor
|
|
|
+ },
|
|
|
+ // 是否禁止点击文本操作
|
|
|
+ labelDisabled: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.checkboxGroup.labelDisabled
|
|
|
+ },
|
|
|
+ // 图标颜色
|
|
|
+ iconColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkboxGroup.iconColor
|
|
|
+ },
|
|
|
+ // 图标的大小,单位px
|
|
|
+ iconSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.checkboxGroup.iconSize
|
|
|
+ },
|
|
|
+ // 勾选图标的对齐方式,left-左边,right-右边
|
|
|
+ iconPlacement: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkboxGroup.iconPlacement
|
|
|
+ },
|
|
|
+ // 竖向配列时,是否显示下划线
|
|
|
+ borderBottom: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.checkboxGroup.borderBottom
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 233 */,
|
|
|
+/* 234 */,
|
|
|
+/* 235 */,
|
|
|
+/* 236 */,
|
|
|
+/* 237 */,
|
|
|
+/* 238 */,
|
|
|
+/* 239 */,
|
|
|
+/* 240 */
|
|
|
+/*!******************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-checkbox/props.js ***!
|
|
|
+ \******************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // checkbox的名称
|
|
|
+ name: {
|
|
|
+ type: [String, Number, Boolean],
|
|
|
+ default: uni.$u.props.checkbox.name
|
|
|
+ },
|
|
|
+ // 形状,square为方形,circle为圆型
|
|
|
+ shape: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkbox.shape
|
|
|
+ },
|
|
|
+ // 整体的大小
|
|
|
+ size: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.checkbox.size
|
|
|
+ },
|
|
|
+ // 是否默认选中
|
|
|
+ checked: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.checkbox.checked
|
|
|
+ },
|
|
|
+ // 是否禁用
|
|
|
+ disabled: {
|
|
|
+ type: [String, Boolean],
|
|
|
+ default: uni.$u.props.checkbox.disabled
|
|
|
+ },
|
|
|
+ // 选中状态下的颜色,如设置此值,将会覆盖parent的activeColor值
|
|
|
+ activeColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkbox.activeColor
|
|
|
+ },
|
|
|
+ // 未选中的颜色
|
|
|
+ inactiveColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkbox.inactiveColor
|
|
|
+ },
|
|
|
+ // 图标的大小,单位px
|
|
|
+ iconSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.checkbox.iconSize
|
|
|
+ },
|
|
|
+ // 图标颜色
|
|
|
+ iconColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkbox.iconColor
|
|
|
+ },
|
|
|
+ // label提示文字,因为nvue下,直接slot进来的文字,由于特殊的结构,无法修改样式
|
|
|
+ label: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.checkbox.label
|
|
|
+ },
|
|
|
+ // label的字体大小,px单位
|
|
|
+ labelSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.checkbox.labelSize
|
|
|
+ },
|
|
|
+ // label的颜色
|
|
|
+ labelColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.checkbox.labelColor
|
|
|
+ },
|
|
|
+ // 是否禁止点击提示语选中复选框
|
|
|
+ labelDisabled: {
|
|
|
+ type: [String, Boolean],
|
|
|
+ default: uni.$u.props.checkbox.labelDisabled
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 241 */,
|
|
|
+/* 242 */,
|
|
|
+/* 243 */,
|
|
|
+/* 244 */,
|
|
|
+/* 245 */,
|
|
|
+/* 246 */,
|
|
|
+/* 247 */,
|
|
|
+/* 248 */
|
|
|
+/*!****************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-tabbar/props.js ***!
|
|
|
+ \****************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // 当前匹配项的name
|
|
|
+ value: {
|
|
|
+ type: [String, Number, null],
|
|
|
+ default: uni.$u.props.tabbar.value
|
|
|
+ },
|
|
|
+ // 是否为iPhoneX留出底部安全距离
|
|
|
+ safeAreaInsetBottom: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbar.safeAreaInsetBottom
|
|
|
+ },
|
|
|
+ // 是否显示上方边框
|
|
|
+ border: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbar.border
|
|
|
+ },
|
|
|
+ // 元素层级z-index
|
|
|
+ zIndex: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.tabbar.zIndex
|
|
|
+ },
|
|
|
+ // 选中标签的颜色
|
|
|
+ activeColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.tabbar.activeColor
|
|
|
+ },
|
|
|
+ // 未选中标签的颜色
|
|
|
+ inactiveColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.tabbar.inactiveColor
|
|
|
+ },
|
|
|
+ // 是否固定在底部
|
|
|
+ fixed: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbar.fixed
|
|
|
+ },
|
|
|
+ // fixed定位固定在底部时,是否生成一个等高元素防止塌陷
|
|
|
+ placeholder: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbar.placeholder
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 249 */,
|
|
|
+/* 250 */,
|
|
|
+/* 251 */,
|
|
|
+/* 252 */,
|
|
|
+/* 253 */,
|
|
|
+/* 254 */,
|
|
|
+/* 255 */,
|
|
|
+/* 256 */
|
|
|
+/*!*********************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-tabbar-item/props.js ***!
|
|
|
+ \*********************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // item标签的名称,作为与u-tabbar的value参数匹配的标识符
|
|
|
+ name: {
|
|
|
+ type: [String, Number, null],
|
|
|
+ default: uni.$u.props.tabbarItem.name
|
|
|
+ },
|
|
|
+ // uView内置图标或者绝对路径的图片
|
|
|
+ icon: {
|
|
|
+ icon: String,
|
|
|
+ default: uni.$u.props.tabbarItem.icon
|
|
|
+ },
|
|
|
+ // 右上角的角标提示信息
|
|
|
+ badge: {
|
|
|
+ type: [String, Number, null],
|
|
|
+ default: uni.$u.props.tabbarItem.badge
|
|
|
+ },
|
|
|
+ // 是否显示圆点,将会覆盖badge参数
|
|
|
+ dot: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbarItem.dot
|
|
|
+ },
|
|
|
+ // 描述文本
|
|
|
+ text: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.tabbarItem.text
|
|
|
+ },
|
|
|
+ // 控制徽标的位置,对象或者字符串形式,可以设置top和right属性
|
|
|
+ badgeStyle: {
|
|
|
+ type: [Object, String],
|
|
|
+ default: uni.$u.props.tabbarItem.badgeStyle
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 257 */,
|
|
|
+/* 258 */,
|
|
|
+/* 259 */,
|
|
|
+/* 260 */,
|
|
|
+/* 261 */,
|
|
|
+/* 262 */,
|
|
|
+/* 263 */,
|
|
|
+/* 264 */
|
|
|
+/*!**************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-icon/icons.js ***!
|
|
|
+ \**************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ 'uicon-level': "\uE693",
|
|
|
+ 'uicon-column-line': "\uE68E",
|
|
|
+ 'uicon-checkbox-mark': "\uE807",
|
|
|
+ 'uicon-folder': "\uE7F5",
|
|
|
+ 'uicon-movie': "\uE7F6",
|
|
|
+ 'uicon-star-fill': "\uE669",
|
|
|
+ 'uicon-star': "\uE65F",
|
|
|
+ 'uicon-phone-fill': "\uE64F",
|
|
|
+ 'uicon-phone': "\uE622",
|
|
|
+ 'uicon-apple-fill': "\uE881",
|
|
|
+ 'uicon-chrome-circle-fill': "\uE885",
|
|
|
+ 'uicon-backspace': "\uE67B",
|
|
|
+ 'uicon-attach': "\uE632",
|
|
|
+ 'uicon-cut': "\uE948",
|
|
|
+ 'uicon-empty-car': "\uE602",
|
|
|
+ 'uicon-empty-coupon': "\uE682",
|
|
|
+ 'uicon-empty-address': "\uE646",
|
|
|
+ 'uicon-empty-favor': "\uE67C",
|
|
|
+ 'uicon-empty-permission': "\uE686",
|
|
|
+ 'uicon-empty-news': "\uE687",
|
|
|
+ 'uicon-empty-search': "\uE664",
|
|
|
+ 'uicon-github-circle-fill': "\uE887",
|
|
|
+ 'uicon-rmb': "\uE608",
|
|
|
+ 'uicon-person-delete-fill': "\uE66A",
|
|
|
+ 'uicon-reload': "\uE788",
|
|
|
+ 'uicon-order': "\uE68F",
|
|
|
+ 'uicon-server-man': "\uE6BC",
|
|
|
+ 'uicon-search': "\uE62A",
|
|
|
+ 'uicon-fingerprint': "\uE955",
|
|
|
+ 'uicon-more-dot-fill': "\uE630",
|
|
|
+ 'uicon-scan': "\uE662",
|
|
|
+ 'uicon-share-square': "\uE60B",
|
|
|
+ 'uicon-map': "\uE61D",
|
|
|
+ 'uicon-map-fill': "\uE64E",
|
|
|
+ 'uicon-tags': "\uE629",
|
|
|
+ 'uicon-tags-fill': "\uE651",
|
|
|
+ 'uicon-bookmark-fill': "\uE63B",
|
|
|
+ 'uicon-bookmark': "\uE60A",
|
|
|
+ 'uicon-eye': "\uE613",
|
|
|
+ 'uicon-eye-fill': "\uE641",
|
|
|
+ 'uicon-mic': "\uE64A",
|
|
|
+ 'uicon-mic-off': "\uE649",
|
|
|
+ 'uicon-calendar': "\uE66E",
|
|
|
+ 'uicon-calendar-fill': "\uE634",
|
|
|
+ 'uicon-trash': "\uE623",
|
|
|
+ 'uicon-trash-fill': "\uE658",
|
|
|
+ 'uicon-play-left': "\uE66D",
|
|
|
+ 'uicon-play-right': "\uE610",
|
|
|
+ 'uicon-minus': "\uE618",
|
|
|
+ 'uicon-plus': "\uE62D",
|
|
|
+ 'uicon-info': "\uE653",
|
|
|
+ 'uicon-info-circle': "\uE7D2",
|
|
|
+ 'uicon-info-circle-fill': "\uE64B",
|
|
|
+ 'uicon-question': "\uE715",
|
|
|
+ 'uicon-error': "\uE6D3",
|
|
|
+ 'uicon-close': "\uE685",
|
|
|
+ 'uicon-checkmark': "\uE6A8",
|
|
|
+ 'uicon-android-circle-fill': "\uE67E",
|
|
|
+ 'uicon-android-fill': "\uE67D",
|
|
|
+ 'uicon-ie': "\uE87B",
|
|
|
+ 'uicon-IE-circle-fill': "\uE889",
|
|
|
+ 'uicon-google': "\uE87A",
|
|
|
+ 'uicon-google-circle-fill': "\uE88A",
|
|
|
+ 'uicon-setting-fill': "\uE872",
|
|
|
+ 'uicon-setting': "\uE61F",
|
|
|
+ 'uicon-minus-square-fill': "\uE855",
|
|
|
+ 'uicon-plus-square-fill': "\uE856",
|
|
|
+ 'uicon-heart': "\uE7DF",
|
|
|
+ 'uicon-heart-fill': "\uE851",
|
|
|
+ 'uicon-camera': "\uE7D7",
|
|
|
+ 'uicon-camera-fill': "\uE870",
|
|
|
+ 'uicon-more-circle': "\uE63E",
|
|
|
+ 'uicon-more-circle-fill': "\uE645",
|
|
|
+ 'uicon-chat': "\uE620",
|
|
|
+ 'uicon-chat-fill': "\uE61E",
|
|
|
+ 'uicon-bag-fill': "\uE617",
|
|
|
+ 'uicon-bag': "\uE619",
|
|
|
+ 'uicon-error-circle-fill': "\uE62C",
|
|
|
+ 'uicon-error-circle': "\uE624",
|
|
|
+ 'uicon-close-circle': "\uE63F",
|
|
|
+ 'uicon-close-circle-fill': "\uE637",
|
|
|
+ 'uicon-checkmark-circle': "\uE63D",
|
|
|
+ 'uicon-checkmark-circle-fill': "\uE635",
|
|
|
+ 'uicon-question-circle-fill': "\uE666",
|
|
|
+ 'uicon-question-circle': "\uE625",
|
|
|
+ 'uicon-share': "\uE631",
|
|
|
+ 'uicon-share-fill': "\uE65E",
|
|
|
+ 'uicon-shopping-cart': "\uE621",
|
|
|
+ 'uicon-shopping-cart-fill': "\uE65D",
|
|
|
+ 'uicon-bell': "\uE609",
|
|
|
+ 'uicon-bell-fill': "\uE640",
|
|
|
+ 'uicon-list': "\uE650",
|
|
|
+ 'uicon-list-dot': "\uE616",
|
|
|
+ 'uicon-zhihu': "\uE6BA",
|
|
|
+ 'uicon-zhihu-circle-fill': "\uE709",
|
|
|
+ 'uicon-zhifubao': "\uE6B9",
|
|
|
+ 'uicon-zhifubao-circle-fill': "\uE6B8",
|
|
|
+ 'uicon-weixin-circle-fill': "\uE6B1",
|
|
|
+ 'uicon-weixin-fill': "\uE6B2",
|
|
|
+ 'uicon-twitter-circle-fill': "\uE6AB",
|
|
|
+ 'uicon-twitter': "\uE6AA",
|
|
|
+ 'uicon-taobao-circle-fill': "\uE6A7",
|
|
|
+ 'uicon-taobao': "\uE6A6",
|
|
|
+ 'uicon-weibo-circle-fill': "\uE6A5",
|
|
|
+ 'uicon-weibo': "\uE6A4",
|
|
|
+ 'uicon-qq-fill': "\uE6A1",
|
|
|
+ 'uicon-qq-circle-fill': "\uE6A0",
|
|
|
+ 'uicon-moments-circel-fill': "\uE69A",
|
|
|
+ 'uicon-moments': "\uE69B",
|
|
|
+ 'uicon-qzone': "\uE695",
|
|
|
+ 'uicon-qzone-circle-fill': "\uE696",
|
|
|
+ 'uicon-baidu-circle-fill': "\uE680",
|
|
|
+ 'uicon-baidu': "\uE681",
|
|
|
+ 'uicon-facebook-circle-fill': "\uE68A",
|
|
|
+ 'uicon-facebook': "\uE689",
|
|
|
+ 'uicon-car': "\uE60C",
|
|
|
+ 'uicon-car-fill': "\uE636",
|
|
|
+ 'uicon-warning-fill': "\uE64D",
|
|
|
+ 'uicon-warning': "\uE694",
|
|
|
+ 'uicon-clock-fill': "\uE638",
|
|
|
+ 'uicon-clock': "\uE60F",
|
|
|
+ 'uicon-edit-pen': "\uE612",
|
|
|
+ 'uicon-edit-pen-fill': "\uE66B",
|
|
|
+ 'uicon-email': "\uE611",
|
|
|
+ 'uicon-email-fill': "\uE642",
|
|
|
+ 'uicon-minus-circle': "\uE61B",
|
|
|
+ 'uicon-minus-circle-fill': "\uE652",
|
|
|
+ 'uicon-plus-circle': "\uE62E",
|
|
|
+ 'uicon-plus-circle-fill': "\uE661",
|
|
|
+ 'uicon-file-text': "\uE663",
|
|
|
+ 'uicon-file-text-fill': "\uE665",
|
|
|
+ 'uicon-pushpin': "\uE7E3",
|
|
|
+ 'uicon-pushpin-fill': "\uE86E",
|
|
|
+ 'uicon-grid': "\uE673",
|
|
|
+ 'uicon-grid-fill': "\uE678",
|
|
|
+ 'uicon-play-circle': "\uE647",
|
|
|
+ 'uicon-play-circle-fill': "\uE655",
|
|
|
+ 'uicon-pause-circle-fill': "\uE654",
|
|
|
+ 'uicon-pause': "\uE8FA",
|
|
|
+ 'uicon-pause-circle': "\uE643",
|
|
|
+ 'uicon-eye-off': "\uE648",
|
|
|
+ 'uicon-eye-off-outline': "\uE62B",
|
|
|
+ 'uicon-gift-fill': "\uE65C",
|
|
|
+ 'uicon-gift': "\uE65B",
|
|
|
+ 'uicon-rmb-circle-fill': "\uE657",
|
|
|
+ 'uicon-rmb-circle': "\uE677",
|
|
|
+ 'uicon-kefu-ermai': "\uE656",
|
|
|
+ 'uicon-server-fill': "\uE751",
|
|
|
+ 'uicon-coupon-fill': "\uE8C4",
|
|
|
+ 'uicon-coupon': "\uE8AE",
|
|
|
+ 'uicon-integral': "\uE704",
|
|
|
+ 'uicon-integral-fill': "\uE703",
|
|
|
+ 'uicon-home-fill': "\uE964",
|
|
|
+ 'uicon-home': "\uE965",
|
|
|
+ 'uicon-hourglass-half-fill': "\uE966",
|
|
|
+ 'uicon-hourglass': "\uE967",
|
|
|
+ 'uicon-account': "\uE628",
|
|
|
+ 'uicon-plus-people-fill': "\uE626",
|
|
|
+ 'uicon-minus-people-fill': "\uE615",
|
|
|
+ 'uicon-account-fill': "\uE614",
|
|
|
+ 'uicon-thumb-down-fill': "\uE726",
|
|
|
+ 'uicon-thumb-down': "\uE727",
|
|
|
+ 'uicon-thumb-up': "\uE733",
|
|
|
+ 'uicon-thumb-up-fill': "\uE72F",
|
|
|
+ 'uicon-lock-fill': "\uE979",
|
|
|
+ 'uicon-lock-open': "\uE973",
|
|
|
+ 'uicon-lock-opened-fill': "\uE974",
|
|
|
+ 'uicon-lock': "\uE97A",
|
|
|
+ 'uicon-red-packet-fill': "\uE690",
|
|
|
+ 'uicon-photo-fill': "\uE98B",
|
|
|
+ 'uicon-photo': "\uE98D",
|
|
|
+ 'uicon-volume-off-fill': "\uE659",
|
|
|
+ 'uicon-volume-off': "\uE644",
|
|
|
+ 'uicon-volume-fill': "\uE670",
|
|
|
+ 'uicon-volume': "\uE633",
|
|
|
+ 'uicon-red-packet': "\uE691",
|
|
|
+ 'uicon-download': "\uE63C",
|
|
|
+ 'uicon-arrow-up-fill': "\uE6B0",
|
|
|
+ 'uicon-arrow-down-fill': "\uE600",
|
|
|
+ 'uicon-play-left-fill': "\uE675",
|
|
|
+ 'uicon-play-right-fill': "\uE676",
|
|
|
+ 'uicon-rewind-left-fill': "\uE679",
|
|
|
+ 'uicon-rewind-right-fill': "\uE67A",
|
|
|
+ 'uicon-arrow-downward': "\uE604",
|
|
|
+ 'uicon-arrow-leftward': "\uE601",
|
|
|
+ 'uicon-arrow-rightward': "\uE603",
|
|
|
+ 'uicon-arrow-upward': "\uE607",
|
|
|
+ 'uicon-arrow-down': "\uE60D",
|
|
|
+ 'uicon-arrow-right': "\uE605",
|
|
|
+ 'uicon-arrow-left': "\uE60E",
|
|
|
+ 'uicon-arrow-up': "\uE606",
|
|
|
+ 'uicon-skip-back-left': "\uE674",
|
|
|
+ 'uicon-skip-forward-right': "\uE672",
|
|
|
+ 'uicon-rewind-right': "\uE66F",
|
|
|
+ 'uicon-rewind-left': "\uE671",
|
|
|
+ 'uicon-arrow-right-double': "\uE68D",
|
|
|
+ 'uicon-arrow-left-double': "\uE68C",
|
|
|
+ 'uicon-wifi-off': "\uE668",
|
|
|
+ 'uicon-wifi': "\uE667",
|
|
|
+ 'uicon-empty-data': "\uE62F",
|
|
|
+ 'uicon-empty-history': "\uE684",
|
|
|
+ 'uicon-empty-list': "\uE68B",
|
|
|
+ 'uicon-empty-page': "\uE627",
|
|
|
+ 'uicon-empty-order': "\uE639",
|
|
|
+ 'uicon-man': "\uE697",
|
|
|
+ 'uicon-woman': "\uE69C",
|
|
|
+ 'uicon-man-add': "\uE61C",
|
|
|
+ 'uicon-man-add-fill': "\uE64C",
|
|
|
+ 'uicon-man-delete': "\uE61A",
|
|
|
+ 'uicon-man-delete-fill': "\uE66A",
|
|
|
+ 'uicon-zh': "\uE70A",
|
|
|
+ 'uicon-en': "\uE692"
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 265 */
|
|
|
+/*!**************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-icon/props.js ***!
|
|
|
+ \**************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // 图标类名
|
|
|
+ name: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.icon.name
|
|
|
+ },
|
|
|
+ // 图标颜色,可接受主题色
|
|
|
+ color: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.icon.color
|
|
|
+ },
|
|
|
+ // 字体大小,单位px
|
|
|
+ size: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.icon.size
|
|
|
+ },
|
|
|
+ // 是否显示粗体
|
|
|
+ bold: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.icon.bold
|
|
|
+ },
|
|
|
+ // 点击图标的时候传递事件出去的index(用于区分点击了哪一个)
|
|
|
+ index: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.icon.index
|
|
|
+ },
|
|
|
+ // 触摸图标时的类名
|
|
|
+ hoverClass: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.icon.hoverClass
|
|
|
+ },
|
|
|
+ // 自定义扩展前缀,方便用户扩展自己的图标库
|
|
|
+ customPrefix: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.icon.customPrefix
|
|
|
+ },
|
|
|
+ // 图标右边或者下面的文字
|
|
|
+ label: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.icon.label
|
|
|
+ },
|
|
|
+ // label的位置,只能右边或者下边
|
|
|
+ labelPos: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.icon.labelPos
|
|
|
+ },
|
|
|
+ // label的大小
|
|
|
+ labelSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.icon.labelSize
|
|
|
+ },
|
|
|
+ // label的颜色
|
|
|
+ labelColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.icon.labelColor
|
|
|
+ },
|
|
|
+ // label与图标的距离
|
|
|
+ space: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.icon.space
|
|
|
+ },
|
|
|
+ // 图片的mode
|
|
|
+ imgMode: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.icon.imgMode
|
|
|
+ },
|
|
|
+ // 用于显示图片小图标时,图片的宽度
|
|
|
+ width: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.icon.width
|
|
|
+ },
|
|
|
+ // 用于显示图片小图标时,图片的高度
|
|
|
+ height: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.icon.height
|
|
|
+ },
|
|
|
+ // 用于解决某些情况下,让图标垂直居中的用途
|
|
|
+ top: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.icon.top
|
|
|
+ },
|
|
|
+ // 是否阻止事件传播
|
|
|
+ stop: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.icon.stop
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 266 */,
|
|
|
+/* 267 */,
|
|
|
+/* 268 */,
|
|
|
+/* 269 */,
|
|
|
+/* 270 */,
|
|
|
+/* 271 */,
|
|
|
+/* 272 */,
|
|
|
+/* 273 */
|
|
|
+/*!*********************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-safe-bottom/props.js ***!
|
|
|
+ \*********************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {}
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 274 */,
|
|
|
+/* 275 */,
|
|
|
+/* 276 */,
|
|
|
+/* 277 */,
|
|
|
+/* 278 */,
|
|
|
+/* 279 */,
|
|
|
+/* 280 */,
|
|
|
+/* 281 */
|
|
|
+/*!***************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-badge/props.js ***!
|
|
|
+ \***************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // 是否显示圆点
|
|
|
+ isDot: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.badge.isDot
|
|
|
+ },
|
|
|
+ // 显示的内容
|
|
|
+ value: {
|
|
|
+ type: [Number, String],
|
|
|
+ default: uni.$u.props.badge.value
|
|
|
+ },
|
|
|
+ // 是否显示
|
|
|
+ show: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.badge.show
|
|
|
+ },
|
|
|
+ // 最大值,超过最大值会显示 '{max}+'
|
|
|
+ max: {
|
|
|
+ type: [Number, String],
|
|
|
+ default: uni.$u.props.badge.max
|
|
|
+ },
|
|
|
+ // 主题类型,error|warning|success|primary
|
|
|
+ type: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.badge.type
|
|
|
+ },
|
|
|
+ // 当数值为 0 时,是否展示 Badge
|
|
|
+ showZero: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.badge.showZero
|
|
|
+ },
|
|
|
+ // 背景颜色,优先级比type高,如设置,type参数会失效
|
|
|
+ bgColor: {
|
|
|
+ type: [String, null],
|
|
|
+ default: uni.$u.props.badge.bgColor
|
|
|
+ },
|
|
|
+ // 字体颜色
|
|
|
+ color: {
|
|
|
+ type: [String, null],
|
|
|
+ default: uni.$u.props.badge.color
|
|
|
+ },
|
|
|
+ // 徽标形状,circle-四角均为圆角,horn-左下角为直角
|
|
|
+ shape: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.badge.shape
|
|
|
+ },
|
|
|
+ // 设置数字的显示方式,overflow|ellipsis|limit
|
|
|
+ // overflow会根据max字段判断,超出显示`${max}+`
|
|
|
+ // ellipsis会根据max判断,超出显示`${max}...`
|
|
|
+ // limit会依据1000作为判断条件,超出1000,显示`${value/1000}K`,比如2.2k、3.34w,最多保留2位小数
|
|
|
+ numberType: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.badge.numberType
|
|
|
+ },
|
|
|
+ // 设置badge的位置偏移,格式为 [x, y],也即设置的为top和right的值,absolute为true时有效
|
|
|
+ offset: {
|
|
|
+ type: Array,
|
|
|
+ default: uni.$u.props.badge.offset
|
|
|
+ },
|
|
|
+ // 是否反转背景和字体颜色
|
|
|
+ inverted: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.badge.inverted
|
|
|
+ },
|
|
|
+ // 是否绝对定位
|
|
|
+ absolute: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.badge.absolute
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 282 */,
|
|
|
+/* 283 */,
|
|
|
+/* 284 */,
|
|
|
+/* 285 */,
|
|
|
+/* 286 */,
|
|
|
+/* 287 */,
|
|
|
+/* 288 */,
|
|
|
+/* 289 */,
|
|
|
+/* 290 */,
|
|
|
+/* 291 */
|
|
|
+/*!****************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-navbar/props.js ***!
|
|
|
+ \****************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // 是否开启顶部安全区适配
|
|
|
+ safeAreaInsetTop: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.safeAreaInsetTop
|
|
|
+ },
|
|
|
+ // 固定在顶部时,是否生成一个等高元素,以防止塌陷
|
|
|
+ placeholder: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.placeholder
|
|
|
+ },
|
|
|
+ // 是否固定在顶部
|
|
|
+ fixed: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.fixed
|
|
|
+ },
|
|
|
+ // 是否显示下边框
|
|
|
+ border: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.border
|
|
|
+ },
|
|
|
+ // 左边的图标
|
|
|
+ leftIcon: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.leftIcon
|
|
|
+ },
|
|
|
+ // 左边的提示文字
|
|
|
+ leftText: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.leftText
|
|
|
+ },
|
|
|
+ // 左右的提示文字
|
|
|
+ rightText: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.rightText
|
|
|
+ },
|
|
|
+ // 右边的图标
|
|
|
+ rightIcon: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.rightIcon
|
|
|
+ },
|
|
|
+ // 标题
|
|
|
+ title: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.navbar.title
|
|
|
+ },
|
|
|
+ // 背景颜色
|
|
|
+ bgColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.bgColor
|
|
|
+ },
|
|
|
+ // 标题的宽度
|
|
|
+ titleWidth: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.navbar.titleWidth
|
|
|
+ },
|
|
|
+ // 导航栏高度
|
|
|
+ height: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.navbar.height
|
|
|
+ },
|
|
|
+ // 左侧返回图标的大小
|
|
|
+ leftIconSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.navbar.leftIconSize
|
|
|
+ },
|
|
|
+ // 左侧返回图标的颜色
|
|
|
+ leftIconColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.leftIconColor
|
|
|
+ },
|
|
|
+ // 点击左侧区域(返回图标),是否自动返回上一页
|
|
|
+ autoBack: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.autoBack
|
|
|
+ },
|
|
|
+ // 标题的样式,对象或字符串
|
|
|
+ titleStyle: {
|
|
|
+ type: [String, Object],
|
|
|
+ default: uni.$u.props.navbar.titleStyle
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 292 */,
|
|
|
+/* 293 */,
|
|
|
+/* 294 */,
|
|
|
+/* 295 */,
|
|
|
+/* 296 */,
|
|
|
+/* 297 */,
|
|
|
+/* 298 */,
|
|
|
+/* 299 */,
|
|
|
+/* 300 */,
|
|
|
+/* 301 */,
|
|
|
+/* 302 */,
|
|
|
+/* 303 */,
|
|
|
+/* 304 */,
|
|
|
+/* 305 */,
|
|
|
+/* 306 */,
|
|
|
+/* 307 */,
|
|
|
+/* 308 */,
|
|
|
+/* 309 */,
|
|
|
+/* 310 */
|
|
|
+/*!********************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-status-bar/props.js ***!
|
|
|
+ \********************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ bgColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.statusBar.bgColor
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 311 */,
|
|
|
+/* 312 */,
|
|
|
+/* 313 */,
|
|
|
+/* 314 */,
|
|
|
+/* 315 */,
|
|
|
+/* 316 */,
|
|
|
+/* 317 */,
|
|
|
+/* 318 */
|
|
|
+/*!********************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/wx-qhb/uview-ui/components/u-subsection/props.js ***!
|
|
|
+ \********************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // tab的数据
|
|
|
+ list: {
|
|
|
+ type: Array,
|
|
|
+ default: uni.$u.props.subsection.list
|
|
|
+ },
|
|
|
+ // 当前活动的tab的index
|
|
|
+ current: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.subsection.current
|
|
|
+ },
|
|
|
+ // 激活的颜色
|
|
|
+ activeColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.activeColor
|
|
|
+ },
|
|
|
+ // 未激活的颜色
|
|
|
+ inactiveColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.inactiveColor
|
|
|
+ },
|
|
|
+ // 模式选择,mode=button为按钮形式,mode=subsection时为分段模式
|
|
|
+ mode: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.mode
|
|
|
+ },
|
|
|
+ // 字体大小
|
|
|
+ fontSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.subsection.fontSize
|
|
|
+ },
|
|
|
+ // 激活tab的字体是否加粗
|
|
|
+ bold: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.subsection.bold
|
|
|
+ },
|
|
|
+ // mode = button时,组件背景颜色
|
|
|
+ bgColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.bgColor
|
|
|
+ },
|
|
|
+ // 从list元素对象中读取的键名
|
|
|
+ keyName: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.keyName
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
/***/ })
|
|
|
]]);
|
|
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/vendor.js.map
|