UNPKG

@wireapp/commons

Version:

Collection of common components that are used across Wire web applications.

58 lines (57 loc) 2.77 kB
"use strict"; /* * Wire * Copyright (C) 2019 Wire Swiss GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see http://www.gnu.org/licenses/. * */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationUtil = exports.UrlUtil = exports.TypeUtil = exports.TimeUtil = exports.StringUtil = exports.RandomUtil = exports.DateUtil = exports.ArrayUtil = exports.AccentColor = void 0; exports.AccentColor = __importStar(require("./AccentColor")); exports.ArrayUtil = __importStar(require("./ArrayUtil")); exports.DateUtil = __importStar(require("./DateUtil")); exports.RandomUtil = __importStar(require("./RandomUtil")); exports.StringUtil = __importStar(require("./StringUtil")); exports.TimeUtil = __importStar(require("./TimeUtil")); exports.TypeUtil = __importStar(require("./TypeUtil")); exports.UrlUtil = __importStar(require("./UrlUtil")); exports.ValidationUtil = __importStar(require("./ValidationUtil")); __exportStar(require("./Runtime"), exports);