vue-lazy-calc
Version:
A simple calculator with lazy evaluation featuer
607 lines (558 loc) • 24.2 kB
JavaScript
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 = "fb15");
/******/ })
/************************************************************************/
/******/ ({
/***/ "8bbf":
/***/ (function(module, exports) {
module.exports = require("vue");
/***/ }),
/***/ "fb15":
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
// This file is imported into lib/wc client bundles.
if (typeof window !== 'undefined') {
var i
if ((i = window.document.currentScript) && (i = i.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))) {
__webpack_require__.p = i[1] // eslint-disable-line
}
}
// Indicate to webpack that this file can be concatenated
/* harmony default export */ var setPublicPath = (null);
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__("8bbf");
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
// CONCATENATED MODULE: ./node_modules/tslib/tslib.es6.js
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
/* global Reflect, Promise */
var extendStatics = function(d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
function __extends(d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
}
var __assign = function() {
__assign = Object.assign || function __assign(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
}
return t;
}
return __assign.apply(this, arguments);
}
function __rest(s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
t[p[i]] = s[p[i]];
return t;
}
function __decorate(decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
}
function __param(paramIndex, decorator) {
return function (target, key) { decorator(target, key, paramIndex); }
}
function __metadata(metadataKey, metadataValue) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
}
function __awaiter(thisArg, _arguments, P, generator) {
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
}
function __generator(thisArg, body) {
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
function verb(n) { return function (v) { return step([n, v]); }; }
function step(op) {
if (f) throw new TypeError("Generator is already executing.");
while (_) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [op[0] & 2, t.value];
switch (op[0]) {
case 0: case 1: t = op; break;
case 4: _.label++; return { value: op[1], done: false };
case 5: _.label++; y = op[1]; op = [0]; continue;
case 7: op = _.ops.pop(); _.trys.pop(); continue;
default:
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
if (t[2]) _.ops.pop();
_.trys.pop(); continue;
}
op = body.call(thisArg, _);
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
}
}
function __exportStar(m, exports) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
function __values(o) {
var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
if (m) return m.call(o);
return {
next: function () {
if (o && i >= o.length) o = void 0;
return { value: o && o[i++], done: !o };
}
};
}
function __read(o, n) {
var m = typeof Symbol === "function" && o[Symbol.iterator];
if (!m) return o;
var i = m.call(o), r, ar = [], e;
try {
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
}
catch (error) { e = { error: error }; }
finally {
try {
if (r && !r.done && (m = i["return"])) m.call(i);
}
finally { if (e) throw e.error; }
}
return ar;
}
function __spread() {
for (var ar = [], i = 0; i < arguments.length; i++)
ar = ar.concat(__read(arguments[i]));
return ar;
}
function __await(v) {
return this instanceof __await ? (this.v = v, this) : new __await(v);
}
function __asyncGenerator(thisArg, _arguments, generator) {
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
var g = generator.apply(thisArg, _arguments || []), i, q = [];
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
function fulfill(value) { resume("next", value); }
function reject(value) { resume("throw", value); }
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
}
function __asyncDelegator(o) {
var i, p;
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
}
function __asyncValues(o) {
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
var m = o[Symbol.asyncIterator], i;
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
}
function __makeTemplateObject(cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
function __importStar(mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result.default = mod;
return result;
}
function __importDefault(mod) {
return (mod && mod.__esModule) ? mod : { default: mod };
}
// CONCATENATED MODULE: ./src/stream.ts
var stream_LazyStream = /** @class */ (function () {
function LazyStream() {
this.compose = function (fns) {
return fns.reduceRight(function (prevFn, nextFn) { return function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
return nextFn(prevFn.apply(void 0, __spread(args)));
}; }, function (i) { return i; });
};
this.operators = [];
return this;
}
LazyStream.prototype.clone = function (operators) {
var tmp = new LazyStream();
tmp.operators = operators;
return tmp;
};
LazyStream.prototype.isInvalid = function (x) {
return Number.isNaN(+x) || !Number.isFinite(+x);
};
LazyStream.prototype.createRound = function (methodName, precision) {
var _this = this;
if (precision === void 0) { precision = 0; }
var func = Math[methodName];
return function (number) {
// const _number = number.value()
if (_this.isInvalid(number) || _this.isInvalid(precision)) {
return NaN;
}
precision =
precision == null
? 0
: precision >= 0
? Math.min(precision, 292)
: Math.max(precision, -292);
if (precision) {
// Shift with exponential notation to avoid floating-point issues.
// See [MDN](https://mdn.io/round#Examples) for more details.
var pair = (number + "e").split("e");
var value = func(pair[0] + "e" + (+pair[1] + precision));
pair = (value + "e").split("e");
return +(pair[0] + "e" + (+pair[1] - precision));
}
return func(number);
};
};
LazyStream.prototype.add = function (y) {
var _this = this;
var operation = function (x) {
var _y = y.value();
if (_this.isInvalid(x) || _this.isInvalid(_y)) {
return NaN;
}
return +x + +_y;
};
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.subtract = function (y) {
var _this = this;
var _y = y.value();
var operation = function (x) {
if (_this.isInvalid(x) || _this.isInvalid(_y)) {
return NaN;
}
return +x - +_y;
};
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.multiply = function (y) {
var _this = this;
var _y = y.value();
var operation = function (x) {
if (_this.isInvalid(x) || _this.isInvalid(_y)) {
return NaN;
}
return +x * +_y;
};
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.divide = function (y) {
var _this = this;
var _y = y.value();
var operation = function (x) {
if (_this.isInvalid(x) || _this.isInvalid(_y)) {
return NaN;
}
return +x / +_y;
};
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.round = function (precision) {
if (precision === void 0) { precision = 0; }
var operation = this.createRound("round", precision);
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.ceil = function (precision) {
if (precision === void 0) { precision = 0; }
var operation = this.createRound("ceil", precision);
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.floor = function (precision) {
if (precision === void 0) { precision = 0; }
var operation = this.createRound("floor", precision);
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.do = function (fn) {
var operation = function (y) {
return fn(y);
};
// this.operators.unshift(operation);
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.default = function (fallback) {
var _this = this;
var operation = function (x) {
return _this.isInvalid(x) ? fallback : +x;
};
return this.clone(__spread([operation], this.operators));
};
LazyStream.prototype.value = function () {
return this.compose(this.operators)(0);
};
return LazyStream;
}());
/* harmony default export */ var stream = (stream_LazyStream);
// CONCATENATED MODULE: ./src/simple.ts
var simple_LazyCalc = /** @class */ (function () {
function LazyCalc(init) {
if (init === void 0) { init = 0; }
this.initValue = 0;
this.compose = function (fns) {
return fns.reduceRight(function (prevFn, nextFn) { return function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
return nextFn(prevFn.apply(void 0, __spread(args)));
}; }, function (i) { return i; });
};
this.initValue = init;
this.operators = [];
return this;
}
LazyCalc.prototype.createRound = function (methodName, precision) {
var _this = this;
if (precision === void 0) { precision = 0; }
var func = Math[methodName];
return function (number) {
if (_this.isInvalid(number) || _this.isInvalid(precision)) {
return NaN;
}
precision =
precision == null
? 0
: precision >= 0
? Math.min(precision, 292)
: Math.max(precision, -292);
if (precision) {
// Shift with exponential notation to avoid floating-point issues.
// See [MDN](https://mdn.io/round#Examples) for more details.
var pair = (number + "e").split("e");
var value = func(pair[0] + "e" + (+pair[1] + precision));
pair = (value + "e").split("e");
return +(pair[0] + "e" + (+pair[1] - precision));
}
return func(number);
};
};
LazyCalc.prototype.isInvalid = function (x) {
return Number.isNaN(+x) || !Number.isFinite(+x);
};
LazyCalc.prototype.clone = function (operators) {
var tmp = new LazyCalc(this.initValue);
tmp.operators = operators;
return tmp;
};
LazyCalc.prototype.add = function (y) {
var _this = this;
var operation = function (x) {
if (_this.isInvalid(x) || _this.isInvalid(y)) {
return NaN;
}
return +x + +y;
};
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.divide = function (y) {
var _this = this;
var operation = function (x) {
if (_this.isInvalid(x) || _this.isInvalid(y)) {
return NaN;
}
return +x / +y;
};
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.subtract = function (y) {
var _this = this;
var operation = function (x) {
if (_this.isInvalid(x) || _this.isInvalid(y)) {
return NaN;
}
return +x - +y;
};
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.multiply = function (y) {
var _this = this;
var operation = function (x) {
if (_this.isInvalid(x) || _this.isInvalid(y)) {
return NaN;
}
return +x * +y;
};
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.do = function (fn) {
var operation = function (y) {
return fn(y);
};
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.ceil = function (precision) {
if (precision === void 0) { precision = 0; }
var operation = this.createRound("ceil", precision);
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.floor = function (precision) {
if (precision === void 0) { precision = 0; }
var operation = this.createRound("floor", precision);
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.round = function (precision) {
if (precision === void 0) { precision = 0; }
var operation = this.createRound("round", precision);
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.default = function (fallback) {
var _this = this;
var operation = function (x) {
return _this.isInvalid(x) ? fallback : x;
};
return this.clone(__spread([operation], this.operators));
};
LazyCalc.prototype.value = function () {
return this.compose(this.operators)(this.initValue);
};
return LazyCalc;
}());
// CONCATENATED MODULE: ./src/main.ts
var main_LazyBase = /** @class */ (function () {
function LazyBase() {
}
// constructor() {}
LazyBase.lazy = function (init) {
if (init === void 0) { init = 0; }
return new simple_LazyCalc(init);
};
LazyBase.stream = function (s) {
return s ? new stream().add(s) : new stream();
};
return LazyBase;
}());
var instantce = {
install: function (vue, options) {
var alias = "$lzCalc";
vue.prototype[alias] = main_LazyBase;
Object.defineProperty(external_commonjs_vue_commonjs2_vue_root_Vue_default.a, "" + alias, {
get: function () {
return main_LazyBase;
}
});
}
};
/* harmony default export */ var main = (instantce);
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
/* concated harmony reexport LazyBase */__webpack_require__.d(__webpack_exports__, "LazyBase", function() { return main_LazyBase; });
/* harmony default export */ var entry_lib = __webpack_exports__["default"] = (main);
/***/ })
/******/ });
//# sourceMappingURL=vue-lazy-calc.common.js.map