UNPKG

@prettyy/ui

Version:

vue2 UI

703 lines (625 loc) 24.4 kB
module.exports = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); /******/ } /******/ }; /******/ /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ /******/ // create a fake namespace object /******/ // mode & 1: value is a module id, require it /******/ // mode & 2: merge all properties of value into the ns /******/ // mode & 4: return value when already ns object /******/ // mode & 8|1: behave like require /******/ __webpack_require__.t = function(value, mode) { /******/ if(mode & 1) value = __webpack_require__(value); /******/ if(mode & 8) return value; /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; /******/ var ns = Object.create(null); /******/ __webpack_require__.r(ns); /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); /******/ return ns; /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = 29); /******/ }) /************************************************************************/ /******/ ({ /***/ 1: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; }); /* globals __VUE_SSR_CONTEXT__ */ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules). // This module is a runtime utility for cleaner component module output and will // be included in the final webpack user bundle. function normalizeComponent ( scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, /* server only */ shadowMode /* vue-cli only */ ) { // Vue.extend constructor export interop var options = typeof scriptExports === 'function' ? scriptExports.options : scriptExports // render functions if (render) { options.render = render options.staticRenderFns = staticRenderFns options._compiled = true } // functional template if (functionalTemplate) { options.functional = true } // scopedId if (scopeId) { options._scopeId = 'data-v-' + scopeId } var hook if (moduleIdentifier) { // server build hook = function (context) { // 2.3 injection context = context || // cached call (this.$vnode && this.$vnode.ssrContext) || // stateful (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional // 2.2 with runInNewContext: true if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') { context = __VUE_SSR_CONTEXT__ } // inject component styles if (injectStyles) { injectStyles.call(this, context) } // register component module identifier for async chunk inferrence if (context && context._registeredComponents) { context._registeredComponents.add(moduleIdentifier) } } // used by ssr in case component is cached and beforeCreate // never gets called options._ssrRegister = hook } else if (injectStyles) { hook = shadowMode ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) } : injectStyles } if (hook) { if (options.functional) { // for template-only hot-reload because in that case the render fn doesn't // go through the normalizer options._injectStyles = hook // register for functioal component in vue file var originalRender = options.render options.render = function renderWithStyleInjection (h, context) { hook.call(context) return originalRender(h, context) } } else { // inject component registration as beforeCreate hook var existing = options.beforeCreate options.beforeCreate = existing ? [].concat(existing, hook) : [hook] } } return { exports: scriptExports, options: options } } /***/ }), /***/ 29: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/lib/form-item/src/main.vue?vue&type=template&id=584495b0 var render = function() { var _vm = this var _h = _vm.$createElement var _c = _vm._self._c || _h return _c("div", { staticClass: "vl-form-item", class: [_vm.itemLayout] }, [ _c("div", { staticClass: "vl-form-item-label", style: _vm.style }, [ _c( "span", { staticClass: "vl-form-item-label-text", class: { required: _vm.required } }, [ _vm._t("label", function() { return [_vm._v(_vm._s(_vm.label))] }) ], 2 ) ]), _vm._v(" "), _c("div", { staticClass: "vl-form-item-content" }, [_vm._t("default")], 2) ]) } var staticRenderFns = [] render._withStripped = true // CONCATENATED MODULE: ./components/lib/form-item/src/main.vue?vue&type=template&id=584495b0 // EXTERNAL MODULE: ./node_modules/@prettyy/utils/dist/index.mjs var dist = __webpack_require__(7); // CONCATENATED MODULE: ./node_modules/vue-loader/lib??vue-loader-options!./components/lib/form-item/src/main.vue?vue&type=script&lang=js /* harmony default export */ var mainvue_type_script_lang_js = ({ name: "VlFormItem", inject: ['formLabelWidth', 'formLayout'], props: { label: { type: String, default: '', }, labelWidth: { type: [String, Number], default: '', }, required: Boolean, layout: { type: String, default: '', validator(val) { return val ? ['horizontal', 'vertical', 'left', 'right'].includes(val) : true } } }, computed: { labelWidthItem() { if (Object(dist["b" /* isNumber */])(this.labelWidth)) return `${this.labelWidth}px` if (this.labelWidth && !this.labelWidth.endsWith('px')) return `${this.labelWidth}px` return this.labelWidth || this.formLabelWidth }, style() { if (this.labelWidthItem) return { width: this.labelWidthItem } return {} }, itemLayout() { const mapData = { 'horizontal': 'vl-form-item-horizontal', 'vertical': 'vl-form-item-vertical', 'left': 'vl-form-item-left', 'right': 'vl-form-item-horizontal' } if (this.layout) { return mapData[this.layout] ||'vl-form-item-horizontal' } return mapData[this.formLayout] || 'vl-form-item-horizontal' } }, }); // CONCATENATED MODULE: ./components/lib/form-item/src/main.vue?vue&type=script&lang=js /* harmony default export */ var src_mainvue_type_script_lang_js = (mainvue_type_script_lang_js); // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js var componentNormalizer = __webpack_require__(1); // CONCATENATED MODULE: ./components/lib/form-item/src/main.vue /* normalize component */ var component = Object(componentNormalizer["a" /* default */])( src_mainvue_type_script_lang_js, render, staticRenderFns, false, null, null, null ) /* hot reload */ if (false) { var api; } component.options.__file = "components\\lib\\form-item\\src\\main.vue" /* harmony default export */ var main = (component.exports); // CONCATENATED MODULE: ./components/lib/form-item/index.js main.install = function (Vue) { Vue.component(main.name, main) } /* harmony default export */ var form_item = __webpack_exports__["default"] = (main); /***/ }), /***/ 7: /***/ (function(__webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export batchInvoke */ /* unused harmony export capitalize */ /* unused harmony export debounce */ /* unused harmony export ensurePrefix */ /* unused harmony export ensureSuffix */ /* unused harmony export getTypeName */ /* unused harmony export invoke */ /* unused harmony export is */ /* unused harmony export isBoolean */ /* unused harmony export isBrowser */ /* unused harmony export isCarNo */ /* unused harmony export isChinese */ /* unused harmony export isDate */ /* unused harmony export isDeepEqual */ /* unused harmony export isDef */ /* unused harmony export isEmail */ /* unused harmony export isEmpty */ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return isExternal; }); /* unused harmony export isFunction */ /* unused harmony export isIdCard */ /* unused harmony export isLandline */ /* unused harmony export isMobile */ /* unused harmony export isNull */ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return isNumber; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return isObject; }); /* unused harmony export isPromise */ /* unused harmony export isRegExp */ /* unused harmony export isString */ /* unused harmony export isTruthy */ /* unused harmony export isUndefined */ /* unused harmony export isUrl */ /* unused harmony export isWindow */ /* unused harmony export kebabCase */ /* unused harmony export noNull */ /* unused harmony export notNullish */ /* unused harmony export notUndefined */ /* unused harmony export randomStr */ /* unused harmony export slash */ /* unused harmony export tap */ /* unused harmony export template */ /* unused harmony export throttle */ /* unused harmony export timestamp */ /* unused harmony export toString */ /* unused harmony export trim */ const toString = (v) => Object.prototype.toString.call(v); function getTypeName(v) { if (v === null) return "null"; const type = toString(v).slice(8, -1).toLowerCase(); return typeof v === "object" || typeof v === "function" ? type : typeof v; } function isDeepEqual(value1, value2) { const type1 = getTypeName(value1); const type2 = getTypeName(value2); if (type1 !== type2) return false; if (type1 === "array") { if (value1.length !== value2.length) return false; return value1.every((item, i) => { return isDeepEqual(item, value2[i]); }); } if (type1 === "object") { const keyArr = Object.keys(value1); if (keyArr.length !== Object.keys(value2).length) return false; return keyArr.every((key) => { return isDeepEqual(value1[key], value2[key]); }); } return Object.is(value1, value2); } function batchInvoke(functions) { functions.forEach((fn) => fn && fn()); } function invoke(fn) { return fn(); } function tap(value, callback) { callback(value); return value; } function trim(val, options = "both") { val = String(val); switch (options) { case "both": return val.replace(/^\s+|\s+$/g, ""); case "left": return val.replace(/^\s*/, ""); case "right": return val.replace(/(\s*$)/g, ""); case "all": return val.replace(/\s+/g, ""); default: return val; } } function notNullish(v) { return v != null; } function noNull(v) { return v !== null; } function notUndefined(v) { return v !== void 0; } function isTruthy(v) { return Boolean(v); } const is = (v, type) => Object.prototype.toString.call(v) === `[object ${type}]`; const isDef = (val) => typeof val !== "undefined"; const isBoolean = (val) => typeof val === "boolean"; const isFunction = (val) => typeof val === "function"; const isNumber = (val) => typeof val === "number"; const isString = (val) => typeof val === "string"; const isObject = (val) => toString(val) === "[object Object]"; const isUndefined = (val) => toString(val) === "[object Undefined]"; const isNull = (val) => toString(val) === "[object Null]"; const isRegExp = (val) => toString(val) === "[object RegExp]"; const isDate = (val) => toString(val) === "[object Date]"; const isWindow = (val) => typeof window !== "undefined" && toString(val) === "[object Window]"; const isBrowser = typeof window !== "undefined"; const isChinese = (val) => /^[\u4E00-\u9FA5]+$/.test(val); function isCarNo(val) { const xreg = /^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/; const creg = /^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳]{1}$/; if (val.length === 7) return creg.test(val); if (val.length === 8) return xreg.test(val); return false; } const isIdCard = (val) => /^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/.test(val); const isEmail = (val) => /^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/.test(val); const isMobile = (val) => /^1([3589]\d|4[5-9]|6[1-2,4-7]|7[0-8])\d{8}$/.test(val); const isLandline = (val) => /^\d{3,4}-\d{7,8}(-\d{3,4})?$/.test(val); const isPromise = (val) => is(val, "Promise") && isObject(val) && isFunction(val.then) && isFunction(val.catch); function isUrl(path) { const reg = /(((^https?:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+(?::\d+)?|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?)$/; return reg.test(path); } function isExternal(path) { return /^(https?:|mailto:|tel:)/.test(path); } function isEmpty(val) { if (val === null || val === void 0) return true; if (typeof val === "string" && val.trim().length === 0) return true; if (Array.isArray(val) && val.length === 0) return true; return isObject(val) && Reflect.ownKeys(val).length === 0; } function slash(str) { return str.replace(/\\/g, "/"); } function ensurePrefix(prefix, str) { if (!str.startsWith(prefix)) return prefix + str; return str; } function ensureSuffix(suffix, str) { if (!str.endsWith(suffix)) return str + suffix; return str; } function template(str, ...args) { return str.replace(/{(\d+)}/g, (match, key) => { const index = Number(key); if (Number.isNaN(index)) return match; return args[index]; }); } const urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"; function randomStr(size = 16, dict = urlAlphabet) { let id = ""; let i = size; const len = dict.length; while (i--) id += dict[Math.random() * len | 0]; return id; } function capitalize(str) { return str[0].toUpperCase() + str.slice(1).toLowerCase(); } function kebabCase(str) { const newStr = str.replace(/([A-Z])/g, "-$1").toLowerCase(); return newStr.slice(0, 1) === "-" ? newStr.slice(1) : newStr; } const timestamp = () => +Date.now(); /* eslint-disable no-undefined,no-param-reassign,no-shadow */ /** * Throttle execution of a function. Especially useful for rate limiting * execution of handlers on events like resize and scroll. * * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) * are most useful. * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through, * as-is, to `callback` when the throttled-function is executed. * @param {object} [options] - An object to configure options. * @param {boolean} [options.noTrailing] - Optional, defaults to false. If noTrailing is true, callback will only execute every `delay` milliseconds * while the throttled-function is being called. If noTrailing is false or unspecified, callback will be executed * one final time after the last throttled-function call. (After the throttled-function has not been called for * `delay` milliseconds, the internal counter is reset). * @param {boolean} [options.noLeading] - Optional, defaults to false. If noLeading is false, the first throttled-function call will execute callback * immediately. If noLeading is true, the first the callback execution will be skipped. It should be noted that * callback will never executed if both noLeading = true and noTrailing = true. * @param {boolean} [options.debounceMode] - If `debounceMode` is true (at begin), schedule `clear` to execute after `delay` ms. If `debounceMode` is * false (at end), schedule `callback` to execute after `delay` ms. * * @returns {Function} A new, throttled, function. */ function throttle (delay, callback, options) { var _ref = options || {}, _ref$noTrailing = _ref.noTrailing, noTrailing = _ref$noTrailing === void 0 ? false : _ref$noTrailing, _ref$noLeading = _ref.noLeading, noLeading = _ref$noLeading === void 0 ? false : _ref$noLeading, _ref$debounceMode = _ref.debounceMode, debounceMode = _ref$debounceMode === void 0 ? undefined : _ref$debounceMode; /* * After wrapper has stopped being called, this timeout ensures that * `callback` is executed at the proper times in `throttle` and `end` * debounce modes. */ var timeoutID; var cancelled = false; // Keep track of the last time `callback` was executed. var lastExec = 0; // Function to clear existing timeout function clearExistingTimeout() { if (timeoutID) { clearTimeout(timeoutID); } } // Function to cancel next exec function cancel(options) { var _ref2 = options || {}, _ref2$upcomingOnly = _ref2.upcomingOnly, upcomingOnly = _ref2$upcomingOnly === void 0 ? false : _ref2$upcomingOnly; clearExistingTimeout(); cancelled = !upcomingOnly; } /* * The `wrapper` function encapsulates all of the throttling / debouncing * functionality and when executed will limit the rate at which `callback` * is executed. */ function wrapper() { for (var _len = arguments.length, arguments_ = new Array(_len), _key = 0; _key < _len; _key++) { arguments_[_key] = arguments[_key]; } var self = this; var elapsed = Date.now() - lastExec; if (cancelled) { return; } // Execute `callback` and update the `lastExec` timestamp. function exec() { lastExec = Date.now(); callback.apply(self, arguments_); } /* * If `debounceMode` is true (at begin) this is used to clear the flag * to allow future `callback` executions. */ function clear() { timeoutID = undefined; } if (!noLeading && debounceMode && !timeoutID) { /* * Since `wrapper` is being called for the first time and * `debounceMode` is true (at begin), execute `callback` * and noLeading != true. */ exec(); } clearExistingTimeout(); if (debounceMode === undefined && elapsed > delay) { if (noLeading) { /* * In throttle mode with noLeading, if `delay` time has * been exceeded, update `lastExec` and schedule `callback` * to execute after `delay` ms. */ lastExec = Date.now(); if (!noTrailing) { timeoutID = setTimeout(debounceMode ? clear : exec, delay); } } else { /* * In throttle mode without noLeading, if `delay` time has been exceeded, execute * `callback`. */ exec(); } } else if (noTrailing !== true) { /* * In trailing throttle mode, since `delay` time has not been * exceeded, schedule `callback` to execute `delay` ms after most * recent execution. * * If `debounceMode` is true (at begin), schedule `clear` to execute * after `delay` ms. * * If `debounceMode` is false (at end), schedule `callback` to * execute after `delay` ms. */ timeoutID = setTimeout(debounceMode ? clear : exec, debounceMode === undefined ? delay - elapsed : delay); } } wrapper.cancel = cancel; // Return the wrapper function. return wrapper; } /* eslint-disable no-undefined */ /** * Debounce execution of a function. Debouncing, unlike throttling, * guarantees that a function is only executed a single time, either at the * very beginning of a series of calls, or at the very end. * * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) are most useful. * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through, as-is, * to `callback` when the debounced-function is executed. * @param {object} [options] - An object to configure options. * @param {boolean} [options.atBegin] - Optional, defaults to false. If atBegin is false or unspecified, callback will only be executed `delay` milliseconds * after the last debounced-function call. If atBegin is true, callback will be executed only at the first debounced-function call. * (After the throttled-function has not been called for `delay` milliseconds, the internal counter is reset). * * @returns {Function} A new, debounced function. */ function debounce (delay, callback, options) { var _ref = options || {}, _ref$atBegin = _ref.atBegin, atBegin = _ref$atBegin === void 0 ? false : _ref$atBegin; return throttle(delay, callback, { debounceMode: atBegin !== false }); } /***/ }) /******/ });